@charset "UTF-8";
/* Reset styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, td, tfoot, th, thead, tr,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Remove list bullets */
ul, ol {
  list-style: none;
}

/* Remove link underline */
a {
  text-decoration: none;
  color: inherit;
}

/* Keep heading sizes */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Link hover effect */
a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

:root {
  --text-color: #333;
  --bg-color-primary: #ffffff;
  --bg-color-secondary: #eedec4;
  --bg-color-tertiary: #f4f5f7;
  --bg-color-quaternary: #fdf5f1;
  --accent-color: #2a2a2a;
  --font-size-base: 16px;
  --font-family-base: Noto Serif JP, serif;
  --container-max-width: 1400px;
  --container-inner-width: 1320px;
  --container-sm-width: 750px;
  --container-padding: clamp(15px, 2vw, 20px);
  --footer_height: 300px;
}

/* simpleBarを適用している要素の、ブラウザ標準スクロールバーを消す */
[data-simplebar] .simplebar-content-wrapper {
  -ms-overflow-style: none; /* IE, Edge用 */
  scrollbar-width: none; /* Firefox用 */
}

[data-simplebar] .simplebar-content-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari用 */
}

.simplebar-scrollbar::before {
  background-color: #c2baae !important; /* バーの色 */
  opacity: 1 !important; /* 常に100%表示 */
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  background-color: #ffffff;
  line-height: 2;
  position: relative;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body.active {
  overflow: hidden;
  height: 100vh;
}

section {
  padding-inline: clamp(15px, 2vw, 20px);
}
section.no_pd {
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  container-type: inline-size;
  container-name: max-container;
}

.inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  container-type: inline-size;
  container-name: inner-container;
}

.small-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  container-type: inline-size;
  container-name: small-inner-container;
}

.middle-inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  container-type: inline-size;
  container-name: middle-inner-container;
}

.small-container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.section_padding {
  padding: 80px 32px;
}
@media (max-width: 768px) {
  .section_padding {
    padding-top: 28px;
  }
}

.innferpadding {
  padding-inline: clamp(15px, 2vw, 20px);
}
.innferpadding.no_pd {
  padding: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb160 {
  margin-bottom: 160px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sp_inline {
  display: none;
}

.nopc {
  display: none;
}

@media (max-width: 768px) {
  .nosp {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .nopc {
    display: block;
  }
}
.lg_block {
  display: none !important;
}
@media (max-width: 1320px) {
  .lg_block {
    display: block !important;
  }
}

.lg_flex {
  display: none !important;
}
@media (max-width: 1320px) {
  .lg_flex {
    display: flex !important;
  }
}

.fs30 {
  font-size: 1.875rem;
}

.fs24 {
  font-size: 1.5rem;
}

.fs20 {
  font-size: 1.25rem;
}

.text-accent {
  color: #2a2a2a;
}

.text-center {
  text-align: center;
}

.title_section {
  padding-top: 100px;
}
.title_section .page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}
.title_section .page_title .jp {
  font-size: clamp(2.25rem, 1.875rem + 1.5vw, 3rem);
  color: #232323;
}
.title_section .page_title .en {
  font-size: 1.25rem;
}
.title_section .page_title--sm2small .jp {
  font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
}
.title_section .page_title--sm2small .en {
  font-size: 1.125rem;
}

.section--bg-secondary {
  background-color: #eedec4;
}
.section--bg-tertiary {
  background-color: #f4f5f7;
}
.section--bg-quaternary {
  background-color: #fdf5f1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 1rem clamp(15px, 2vw, 20px);
  max-width: 100%;
  z-index: 100;
  margin: auto;
  transition: all 0.3s;
}

header.scrolled {
  transition: all 0.3s;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.logo {
  padding-left: 80px;
  padding-top: 40px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
}
.logo img {
  max-width: 176px;
}
.logo {
  /*
    img.shadow-active {
        filter:
            drop-shadow(0 0 2px rgba(255, 255, 255, 0.6)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
    }*/
}

.header_nav {
  margin-right: clamp(10px, 100px - (1920px - 100vw), 80px);
}
@media (max-width: 1320px) {
  .header_nav {
    margin-right: 5px;
  }
}

.nav-menu {
  font-family: "classico-urw", "Noto Serif JP", serif;
}
.nav-menu ul {
  display: flex;
  list-style: none;
  gap: 45px;
  letter-spacing: 0.085em;
}
.nav-menu li {
  width: 60px;
  display: flex;
  justify-content: center;
}
.nav-menu a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
.nav-menu a:hover {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  opacity: 0.9;
}
.nav-menu .headersub_wrap {
  margin-top: auto;
  margin-bottom: 40px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.nav-menu .headersub_wrap .copy {
  color: #6c5f53;
}
@media (max-width: 768px) {
  .nav-menu .headersub_wrap .copy {
    font-size: min(2.6666666667vw, 12.8px);
  }
}
.nav-menu .headersub_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 1em;
  padding: 0 15px;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 50px;
  cursor: pointer;
  gap: 6px;
  background: none;
  border: none;
  position: relative;
  z-index: 1001;
  padding: 0;
}
.hamburger span {
  display: block;
  border-bottom: 1px solid #333;
  transition: all 0.4s ease;
  transform-origin: center;
  position: relative;
}
.hamburger span:nth-child(1) {
  width: 30px;
}
.hamburger span:nth-child(2) {
  width: 22.5px;
}
.hamburger.active {
  justify-content: center;
  align-items: center;
}
.hamburger.active span {
  position: absolute;
  width: 30px;
  left: 50%;
  top: 50%;
}
.hamburger.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1320px) {
  .logo {
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    z-index: 1001;
  }
  .logo img {
    max-width: 130px;
  }
  .hamburger {
    display: flex;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    background-color: rgba(238, 222, 196, 0.98);
    transition: right 0.5s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
  }
  .nav-menu .nav-menu-inr {
    max-height: 100dvh;
    height: 100dvh;
    width: 100%;
    overflow-x: hidden;
  }
  .nav-menu .nav-menu-inr .nav-menu-lst {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 30px;
    padding-top: 140px;
  }
  .nav-menu .nav-menu-inr li {
    width: auto;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.8s ease, transform 0.4s ease;
  }
  .nav-menu .nav-menu-inr li:not([class]) a {
    font-size: clamp(1.125rem, 0.75rem + 1.5vw, 1.875rem);
    line-height: 1.2;
  }
  .nav-menu .nav-menu-inr .headersub_wrap ul {
    flex-direction: initial;
  }
  .nav-menu.active {
    right: 0;
  }
  .nav-menu.active li {
    opacity: 1;
    transform: translateX(0);
  }
  .nav-menu.active li:nth-of-type(1) {
    transition-delay: 0.4s;
  }
  .nav-menu.active li:nth-of-type(2) {
    transition-delay: 0.45s;
  }
  .nav-menu.active li:nth-of-type(3) {
    transition-delay: 0.5s;
  }
  .nav-menu.active li:nth-of-type(4) {
    transition-delay: 0.55s;
  }
  .nav-menu.active li:nth-of-type(5) {
    transition-delay: 0.6s;
  }
  .nav-menu.active li:nth-of-type(6) {
    transition-delay: 0.65s;
  }
  .nav-menu.active li:nth-of-type(7) {
    transition-delay: 0.7s;
  }
  .nav-menu.active li:nth-of-type(8) {
    transition-delay: 0.75s;
  }
  .nav-menu.active li:nth-of-type(9) {
    transition-delay: 0.8s;
  }
  .nav-menu.active li:nth-of-type(10) {
    transition-delay: 0.85s;
  }
}
@media (max-width: 768px) {
  .logo {
    padding-left: min(1.6vw, 7.68px);
    padding-top: min(1.6vw, 7.68px);
  }
  .logo img {
    max-width: min(34.1333333333vw, 163.84px);
  }
  .nav-menu .nav-menu-inr .nav-menu-lst {
    padding-top: min(25.0666666667vw, 120.32px);
  }
}
#main_visual {
  margin: 0 auto;
  width: 100%;
  height: 100svh;
  background-color: #d4c7b6;
  container-type: inline-size;
  container-name: mv-container;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  #main_visual {
    height: auto;
    max-height: 100svh;
    aspect-ratio: 3/5;
  }
}

.mv_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
  justify-items: center;
}
.mv_grid .mv_img,
.mv_grid .mv_movie {
  grid-area: 1/1;
  justify-self: center;
  align-self: end;
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .mv_grid .mv_img,
  .mv_grid .mv_movie {
    height: auto;
    max-height: 100svh;
    aspect-ratio: 3/5;
  }
}
.mv_grid .mv_link {
  grid-area: 1/1;
  justify-self: end;
  align-self: end;
  margin-right: 100px;
  margin-bottom: 20px;
}
@supports (container-type: inline-size) {
  @container mv-container (max-width: 1399px) {
    .mv_grid .mv_text {
      width: clamp(400px, 60vw, 600px);
    }
  }
}
@supports (container-type: inline-size) {
  @container mv-container (max-width: 1399px) {
    .mv_grid .mv_overlay {
      flex-direction: column;
      gap: 40px;
    }
    .mv_grid .mv_text {
      filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
    }
    .mv_grid .mv_item {
      width: clamp(300px, 60vw, 450px);
      max-width: 100%;
    }
  }
}
@media (max-width: 768px) {
  .mv_grid .mv_bg {
    height: 100dvh;
  }
  .mv_grid .mv_text {
    width: clamp(300px, 70vw, 600px);
  }
  .mv_grid .mv_item {
    width: clamp(300px, 60vw, 600px);
    max-width: 100%;
  }
  .mv_grid .mv_img {
    max-height: 79svh;
  }
  .mv_grid .mv_overlay {
    padding: 100px 20px 10px;
    gap: 20px;
  }
}

.mv_scroll {
  position: absolute;
  left: 110px;
  bottom: 140px;
}
.mv_scroll .mv_scroll_text_wrap {
  transform: rotate(90deg);
  display: inline-block;
  margin-bottom: 20px;
  font-family: "classico-urw", sans-serif;
  letter-spacing: 18%;
  color: #232323;
}
@media (max-width: 768px) {
  .mv_scroll .mv_scroll_text_wrap {
    font-size: 0.875rem;
  }
}
.mv_scroll::before, .mv_scroll::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 140px;
  bottom: 0;
  left: 50%;
  top: 100%;
}
.mv_scroll::before {
  background: #a39b95;
  left: 50%;
  transform: translateX(-50%);
}
.mv_scroll::after {
  background: #575757;
  left: 50%;
  transform: translateX(-50%);
  animation: mvscroll 2.5s cubic-bezier(0.76, 0, 0.3, 1) infinite;
}
@media (max-width: 768px) {
  .mv_scroll {
    left: min(10.6666666667vw, 51.2px);
  }
}

@keyframes mvscroll {
  /* 上端に点のように出る */
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 1;
  }
  /* 上から下へ伸びる */
  35% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  /* 下まで到達して少し待つ */
  60% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  /* 上から順に消えて、最後は下端だけ残って消える */
  100% {
    clip-path: inset(100% 0 0 0);
    opacity: 1;
  }
}
.section {
  padding: 80px 32px;
}
@media (max-width: 768px) {
  .section {
    padding-top: 28px;
  }
}
.section {
  container-type: inline-size;
  container-name: section;
}
@media (max-width: 1320px) {
  .section.section_spfull {
    padding-left: 0;
    padding-right: 0;
  }
}

.section_title {
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
.section_title.jpen .jp {
  font-size: clamp(0.75rem, 0.625rem + 0.5vw, 1rem);
  color: #2a2a2a;
}
.section_title.jpen .jp .char {
  color: #2a2a2a;
}
.section_title.jpen .en {
  background: linear-gradient(to bottom, #333333 0%, #855616 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section_title.jpen .en .char {
  background: linear-gradient(to bottom, #333333 0%, #855616 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section_title.jpen .en {
  font-family: "classico-urw", sans-serif;
  font-size: clamp(2rem, 1.5625rem + 1.75vw, 2.875rem);
}

h2.section_title {
  font-size: clamp(2rem, 1.875rem + 0.5vw, 2.25rem);
}

h3.section_title {
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
}

.btn_common {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  background-color: #2a2a2a;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
  width: 310px;
  font-size: 1rem;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}
.btn_common span {
  width: 225px;
  text-align: center;
}
.btn_common::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background: url("../images/common/icon_arrow_right.svg") no-repeat center/contain;
  vertical-align: middle;
}
.btn_common:hover {
  opacity: 1;
  transition: all 0.3s;
  border: 1px solid #2a2a2a;
  background-color: #fff;
  color: #2a2a2a;
}
.btn_common:hover::after {
  background: url("../images/common/icon_arrow_right_hover.svg") no-repeat center/contain;
}

.nav-menu .header_contact_btn,
.contact_btn {
  display: flex;
  align-items: center;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  background-repeat: no-repeat;
  padding: 0 20px;
  background-position: center;
  color: #fff4d5;
  justify-content: space-around;
  background-size: cover;
}
.nav-menu .header_contact_btn, .nav-menu .header_contact_btn::after,
.nav-menu .header_contact_btn span,
.contact_btn,
.contact_btn::after,
.contact_btn span {
  transition: all 0.3s;
}
.nav-menu .header_contact_btn::after,
.contact_btn::after {
  content: "";
  display: block;
  width: 36px;
  height: 6px;
  -webkit-mask-image: url("../images/top/cta_arrow.svg");
  mask-image: url("../images/top/cta_arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-position: center center;
  background-color: #fff4d5;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .nav-menu .header_contact_btn::after,
  .contact_btn::after {
    width: 28px;
    height: 5px;
  }
}
.nav-menu .header_contact_btn:hover,
.contact_btn:hover {
  letter-spacing: 0.1em;
  opacity: 0.9;
}
.nav-menu .header_contact_btn:hover::after,
.contact_btn:hover::after {
  transform: translateX(2px);
}

.nav-menu .header_contact_btn {
  background-image: url(../images/common/mvlinkbtnbg_sp.png);
  width: 284px;
  height: 82px;
  font-size: 17px;
  margin-top: 18px;
  padding-bottom: 5px;
}

.contact_btn {
  background-image: url(../images/common/mvlinkbtnbg.png);
  background-size: 100% 100%;
  position: fixed;
  right: 16px;
  bottom: 40px;
  z-index: 50;
  font-size: 20px;
  width: 314px;
  height: 112px;
  padding-bottom: 0.25em;
}
@media (max-width: 1320px) {
  .contact_btn.active {
    display: none;
  }
}
@media (max-width: 768px) {
  .contact_btn {
    background-image: url(../images/common/mvlinkbtnbg_sp.png);
    width: min(73.8666666667vw, 354.56px);
    height: min(22.4vw, 107.52px);
    right: min(4.2666666667vw, 20.48px);
    bottom: min(6.6666666667vw, 32px);
    font-size: min(4.5333333333vw, 21.76px);
  }
}

.bg_section {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/bg_ray.webp");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  z-index: -1;
}

/* ==========================================
    Top page
========================================== */
.concept_section {
  padding-top: 220px;
  max-width: 100vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .concept_section {
    padding-top: 111px;
    padding-left: min(8.5333333333vw, 40.96px);
    padding-right: min(8.5333333333vw, 40.96px);
  }
}
.concept_section .concept_catchcopy {
  font-size: clamp(1.375rem, 1.125rem + 1vw, 1.875rem);
  white-space: nowrap;
  font-weight: 400;
  margin-top: 46px;
  margin-bottom: 34px;
  letter-spacing: 0.16em;
  font-feature-settings: "halt";
}
.concept_section .concept_catchcopy span {
  white-space: nowrap;
  overflow: visible;
}
@media (max-width: 768px) {
  .concept_section .concept_catchcopy {
    margin-top: 21px;
    line-height: 34px;
    font-size: min(5.3333333333vw, 25.6px);
  }
}
.concept_section .concept_catchcopy br {
  display: none;
}
@supports (container-type: inline-size) {
  @container section (max-width: 619px) {
    .concept_section .concept_catchcopy br {
      display: inline;
    }
  }
}
@supports (container-type: inline-size) {
  @container section (max-width: 399px) {}
}
.concept_section .concept_box {
  display: grid;
  aspect-ratio: 1320/800;
}
.concept_section .concept_box .concept_item1 {
  grid-area: 1/1;
  justify-self: start;
  align-self: start;
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem);
  max-width: 40em;
  margin-bottom: 80px;
  letter-spacing: 18%;
}
.concept_section .concept_box .concept_item1 span {
  display: inline-block;
}
@media (max-width: 768px) {
  .concept_section .concept_box .concept_item1 {
    margin-bottom: 40px;
    font-size: min(4vw, 19.2px);
  }
}
.concept_section .concept_box .concept_item2 {
  grid-area: 1/1;
  justify-self: end;
  align-self: start;
  max-width: 480px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .concept_section .concept_box .concept_item2 {
    margin-bottom: 40px;
  }
}
.concept_section .concept_box .concept_item3 {
  grid-area: 1/1;
  justify-self: end;
  align-self: end;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 162px;
}
@media (max-width: 768px) {
  .concept_section .concept_box .concept_item3 {
    margin-bottom: 44px;
  }
}
.concept_section .concept_box .concept_item3 h4 {
  font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem);
  letter-spacing: 0.18em;
}
.concept_section .concept_box .concept_item3 h4 span {
  display: inline-block;
}
@media (max-width: 768px) {
  .concept_section .concept_box .concept_item3 h4 {
    font-size: min(4vw, 19.2px);
    letter-spacing: 0.13em;
    line-height: 1.8;
  }
  .concept_section .concept_box .concept_item3 h4 .slideup_inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.concept_section .concept_box .concept_item3 p {
  font-size: 16px;
  letter-spacing: 0.09em;
}
.concept_section .concept_box .concept_item3 p br {
  display: none;
}
@media (max-width: 768px) {
  .concept_section .concept_box .concept_item3 p {
    font-size: min(3.7333333333vw, 17.92px);
    letter-spacing: 0.04em;
    line-height: 1.78;
  }
}
@media (max-width: 600px) {
  .concept_section .concept_box .concept_item3 p {
    text-align: center;
  }
  .concept_section .concept_box .concept_item3 p br {
    display: block;
  }
}
.concept_section .concept_box .concept_item4 {
  grid-area: 1/1;
  justify-self: start;
  align-self: end;
  max-width: 480px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .concept_section .concept_box .concept_item4 {
    margin-bottom: 5px;
  }
}
@supports (container-type: inline-size) {
  @container section (max-width: 1319px) {
    .concept_section .concept_box {
      display: flex;
      flex-direction: column;
      aspect-ratio: auto;
    }
    @supports (container-type: inline-size) {
      @container section (max-width: 499px) {
        .concept_section .concept_box .concept_item1 br {
          display: none;
        }
      }
    }
    .concept_section .concept_box .concept_item2 {
      align-self: center;
      margin-left: auto;
      width: 84%;
    }
    .concept_section .concept_box .concept_item3 {
      align-self: center;
    }
    .concept_section .concept_box .concept_item4 {
      align-self: center;
      margin-right: auto;
      width: 77%;
    }
  }
}
.concept_section .concept_image3 {
  margin-top: 280px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .concept_section .concept_image3 {
    margin-top: 87px;
    margin-bottom: 0;
  }
}
.concept_section .concept_image3 img {
  margin: auto;
}
@supports (container-type: inline-size) {
  @container section (max-width: 767px) {
    .concept_section .concept_image3 {
      width: calc(100% + 64px) !important;
      margin-left: -32px !important;
      margin-right: -32px !important;
      max-width: none !important;
    }
    .concept_section .concept_image3 img {
      width: 100%;
    }
  }
}
.concept_section .concept_catchcopy2 {
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .concept_section .concept_catchcopy2 {
    margin-bottom: 40px;
    font-size: min(4.2666666667vw, 20.48px);
    letter-spacing: 0.04em;
  }
}
.concept_section .concept_catchcopy2 br:first-of-type {
  display: none;
}
@media (max-width: 600px) {
  .concept_section .concept_catchcopy2 br:first-of-type {
    display: inline;
  }
}
@media (max-width: 600px) {
  .concept_section .concept_catchcopy2 {
    text-align: center;
    margin-bottom: 50px;
  }
}
.concept_section .concept_catchcopy3 {
  margin-bottom: 56px;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .concept_section .concept_catchcopy3 {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    margin-bottom: 47px;
  }
}
.concept_section .concept_catchcopy4 {
  letter-spacing: 0.16em;
  font-feature-settings: "halt";
  margin-top: 1.5em;
}
.concept_section .concept_catchcopy4 br {
  display: none;
}
@media (max-width: 768px) {
  .concept_section .concept_catchcopy4 br {
    display: inline;
  }
}
@media (max-width: 768px) {
  .concept_section .concept_catchcopy4 {
    letter-spacing: 0.16em;
    font-size: min(4.8vw, 23.04px);
    line-height: 1.4;
  }
  .concept_section .concept_catchcopy4 span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin: auto;
  }
}
@supports (container-type: inline-size) {
  @container section (max-width: 1319px) {
    .concept_section .section_inner {
      max-width: 750px;
    }
    .concept_section .concept_box {
      max-width: 750px;
    }
  }
}

.support_section .support_box {
  display: grid;
  grid-template-columns: 336px auto;
  gap: 80px;
  min-height: 847px;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .support_section .support_box {
    gap: 0;
    margin-bottom: 0;
  }
}
.support_section .support_box .support_item1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.support_section .support_box .support_item1 .support_title {
  flex: 1;
}
.support_section .support_box .support_item1 .support_title .section_title {
  position: sticky;
  top: 130px;
  font-weight: 400;
}
.support_section .support_box .support_item2 {
  padding-top: 36px;
  max-width: 895px;
}
.support_section .support_box .support_item2 h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 40px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .support_section .support_box .support_item2 h4 {
    font-size: 0.9375rem;
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
@supports (container-type: inline-size) {
  @container section (max-width: 1319px) {
    .support_section .support_box {
      grid-template-columns: 1fr;
      max-width: 750px;
      min-width: initial;
      margin: auto;
      gap: initial;
    }
    .support_section .support_box .support_item1 {
      display: contents;
    }
    .support_section .support_box .support_item1 .support_title {
      order: 1;
    }
    .support_section .support_box .support_item1 .support_image {
      order: 4;
      margin: auto;
    }
    .support_section .support_box .support_item2 {
      display: contents;
    }
    .support_section .support_box .support_item2 .support_item2_title {
      order: 2;
    }
    .support_section .support_box .support_item2 .support_item2_title br {
      display: none;
    }
    .support_section .support_box .support_item2 .support_list {
      order: 3;
      margin-bottom: 40px;
    }
  }
}
.support_section .support_list li {
  counter-increment: support-num;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
  font-size: 1.125rem;
  padding: 31px 0;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to right, #e9c9a7 0%, #dbd4ca 100%) 1;
     border-image: linear-gradient(to right, #e9c9a7 0%, #dbd4ca 100%) 1;
}
.support_section .support_list li:before {
  content: counter(support-num);
  font-family: "linotype-didot", serif;
  color: #b89852;
  font-style: italic;
  font-weight: 400;
  font-size: 2.875rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .support_section .support_list li:before {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .support_section .support_list li {
    font-size: 14px;
    padding: 24px 0;
  }
  .support_section .support_list li small {
    font-size: 12px;
    display: inline-block;
  }
}
@supports (container-type: inline-size) {
  @container section (max-width: 1023px) {
    .support_section .section_inner {
      max-width: 750px;
    }
  }
}

.event_section .section_title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .event_section .section_title {
    margin-bottom: 27px;
  }
}
.event_section .event_box {
  display: flex;
  gap: 24px;
}
.event_section .event_box a {
  width: 100%;
  display: block;
}
.event_section .event_box figure {
  margin: auto;
  width: 100%;
}
.event_section .event_box figure img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}
@media (max-width: 768px) {
  .event_section .event_box {
    flex-direction: column;
  }
  .event_section .event_box figure {
    max-width: 424px;
  }
}

.livers_section {
  max-width: 100vw;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.livers_section .jpen {
  font-weight: 400;
}
.livers_section .section_inner {
  max-width: initial;
}
@media (max-width: 768px) {
  .livers_section .section_inner {
    margin-bottom: 0;
  }
}
.livers_section .livers_section_header {
  max-width: 1320px;
  margin-left: calc(50% - 660px);
  padding-right: 32px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1384px) {
  .livers_section .livers_section_header {
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .livers_section .livers_section_header {
    margin-bottom: 27px;
  }
}
.livers_section .livers_box_wrap {
  position: relative;
  width: calc(100% - (50% - 660px - 21px));
  margin-left: auto;
  /* 左は隠す */
  overflow: visible;
}
.livers_section .livers_box_wrap * {
  box-sizing: border-box;
}
.livers_section .livers_section_footer {
  padding: 0 8px;
  margin-left: calc(50% - 660px);
}
@media screen and (max-width: 1400px) {
  .livers_section {
    padding-left: 0;
    padding-right: 0;
  }
  .livers_section .livers_box_wrap {
    width: 100%;
    margin: auto;
    padding: 0 15px;
  }
  .livers_section .livers_section_footer {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 1320px) {
  .livers_section .livers_section_footer {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .livers_section .livers_box_wrap {
    padding: 0 min(3.2vw, 15.36px);
  }
}
@media (max-width: 600px) {
  .livers_section .livers_box_wrap {
    padding: 0 0;
  }
}
.livers_section .livers_box article {
  padding: 21px 21px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .livers_section .livers_box article {
    padding: 15px 15px;
    transform: initial;
  }
}
@media (max-width: 600px) {
  .livers_section .livers_box article {
    padding: min(3.2vw, 15.36px) min(3.2vw, 15.36px);
  }
}
.livers_section .livers_box .livers_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 412px;
  border-radius: 20px;
  padding: 8px 8px 32px;
  background-color: #fcf9f6;
  box-shadow: 0 4px 18px rgba(215, 197, 180, 0.4);
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .livers_section .livers_box .livers_item {
    transform: initial !important;
  }
}
@media (max-width: 768px) {
  .livers_section .livers_box .livers_item {
    margin: auto;
  }
}
.livers_section .livers_box .livers_item figure {
  width: 100%;
  aspect-ratio: 396/330;
  overflow: hidden;
  border-radius: 20px;
}
.livers_section .livers_box .livers_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.livers_section .livers_box .livers_item figure img:hover {
  transform: scale(1.05);
}
.livers_section .livers_box .livers_item h4 {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 1.25rem;
  letter-spacing: 1%;
  line-height: 1.25;
  margin-top: 13px;
}
.livers_section .livers_box .livers_item h5 {
  padding-left: 18px;
  padding-right: 18px;
  letter-spacing: 1%;
  line-height: 1.8125;
  font-size: 1rem;
}
.livers_section .livers_box .livers_item p {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 1rem;
  line-height: 1.8125;
}
.livers_section .livers_box .livers_item .fullcontent {
  display: none;
}
@media (max-width: 1320px) {
  .livers_section .livers_box .livers_item {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 768px) {
  .livers_section .livers_box .livers_item {
    padding: min(2.1333333333vw, 10.24px) min(2.1333333333vw, 10.24px) min(6.9333333333vw, 33.28px);
    gap: min(1.6vw, 7.68px);
  }
  .livers_section .livers_box .livers_item figure {
    border-radius: min(5.3333333333vw, 25.6px);
  }
  .livers_section .livers_box .livers_item h4 {
    font-size: min(4.5333333333vw, 21.76px);
    margin-top: min(1.6vw, 7.68px);
    padding: 0 min(3.2vw, 15.36px);
  }
  .livers_section .livers_box .livers_item h5 {
    font-size: min(3.7333333333vw, 17.92px);
    margin-top: min(1.6vw, 7.68px);
    padding: 0 min(3.2vw, 15.36px);
  }
  .livers_section .livers_box .livers_item p {
    font-size: min(3.7333333333vw, 17.92px);
    padding: 0 min(3.2vw, 15.36px);
  }
}
@media (max-width: 1320px) {
  .livers_section .section_title {
    align-items: center;
    width: 100%;
  }
}

.event_section + .contact_section {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .event_section + .contact_section {
    margin-top: 0;
  }
}

.contact_section {
  height: 612px;
  position: relative;
  display: flex;
  align-items: center;
}
.contact_section .contact_section_bg {
  background-image: url(../images/top/contactBg.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 10.1%;
  bottom: 0;
}
@media (max-width: 1320px) {
  .contact_section {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .contact_section {
    padding-top: min(23.4666666667vw, 112.64px);
    padding-bottom: min(28.8vw, 138.24px);
  }
  .contact_section .contact_section_bg {
    background-image: url(../images/top/contactBg_sp.jpg);
  }
}
.contact_section .contact_title {
  color: #eedec4;
  font-weight: 400;
}
.contact_section .contact_title .jp .char {
  color: #eedec4;
}
.contact_section .contact_title .en .char {
  color: #eedec4;
}
.contact_section .contact_item {
  margin-top: 60px;
  display: flex;
  color: #eedec4;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1320px) {
  .contact_section .contact_item {
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .contact_section .contact_item {
    margin-top: min(7.4666666667vw, 35.84px);
  }
}
.contact_section .contact_item p {
  font-size: clamp(1rem, 0.8125rem + 0.75vw, 1.375rem);
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.contact_section .contact_item p > span {
  display: inline-block;
}
.contact_section .contact_item p em {
  color: #B0FF9F;
  font-style: normal;
}
@media (max-width: 768px) {
  .contact_section .contact_item p {
    font-size: min(4.2666666667vw, 20.48px);
  }
}
.contact_section .contact_item a {
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  width: 528px;
  max-width: 100%;
  aspect-ratio: 528/76;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.125rem, 0.90625rem + 0.875vw, 1.5625rem);
  border-radius: 200px;
  color: #f9fdff;
  background: linear-gradient(123.54deg, #84A196 24.37%, #477462 50.14%, #84A196 66.12%);
  padding: 0.7px;
}
@media (max-width: 1320px) {
  .contact_section .contact_item a {
    width: 15em;
    aspect-ratio: 311/56;
  }
}
@media (max-width: 768px) {
  .contact_section .contact_item a {
    font-size: min(4.8vw, 23.04px);
    width: min(70.6666666667vw, 339.2px);
  }
}
.contact_section .contact_item a .bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #597268;
  border-radius: 200px;
  opacity: 0.8;
}
.contact_section .contact_item a .bg::after {
  content: "";
  display: block;
  width: 68px;
  aspect-ratio: 68/10;
  background: url(../images/top/cta_arrow.svg) no-repeat center/contain;
  margin-left: 100px;
  transition: all 0.3s;
}
@media (max-width: 1320px) {
  .contact_section .contact_item a .bg::after {
    width: 56px;
    margin-left: 26px;
  }
}
@media (max-width: 768px) {
  .contact_section .contact_item a .bg::after {
    width: min(11.7333333333vw, 56.32px);
    margin-left: min(6.9333333333vw, 33.28px);
  }
}
.contact_section .contact_item a {
  /*
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(24px) saturate(140%);
        -webkit-backdrop-filter: blur(24px) saturate(140%);
        color: #F9FDFF;


        box-shadow:
            0 12px 32px rgba(0, 0, 0, 0.12),
            inset 0 1px 3px rgba(255, 255, 255, 0.25),
            inset 0 -1px 3px rgba(255, 255, 255, 0.25);*/
}
.contact_section .contact_item a small {
  font-size: 0.82em;
}
.contact_section .contact_item a:hover {
  opacity: 0.8 !important;
}
.contact_section .contact_item a:hover .contact_link_inner {
  letter-spacing: 0.05em;
}
.contact_section .contact_item a:hover .bg::after {
  transform: translateX(3px);
}
.contact_section .contact_item a .contact_link_inner {
  vertical-align: bottom;
  transition: all 0.3s;
}
.contact_section .contact_item a .contact_link_inner em {
  color: #a4ff8f;
  font-style: normal;
}
.contact_section .go_top {
  position: absolute;
  right: 1.75rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #a18871;
  justify-content: space-between;
}
.contact_section .go_top .copy {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  display: inline-block;
  font-family: "classico-urw", sans-serif;
  font-size: 0.875rem;
  margin-bottom: 5.625rem;
}
.contact_section .go_top .copy i {
  writing-mode: sideways-rl;
  display: inline-block;
}
.contact_section .go_top .go_top_btn {
  text-align: center;
  font-family: "classico-urw", sans-serif;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.contact_section .go_top .go_top_btn::before {
  content: "";
  width: 1px;
  height: 140px;
  background: linear-gradient(to bottom, #d9d9d9 0%, #a18871 100%);
}
@supports (container-type: inline-size) {
  @container section (max-width: 1399px) {
    .contact_section .contact_item {
      flex-direction: column;
      gap: 32px;
      align-items: start;
    }
  }
}
@media (max-width: 1320px) {
  .contact_section {
    height: 438px;
  }
  .contact_section .contact_section_bg {
    right: 0;
  }
  .contact_section .inner {
    width: -moz-fit-content;
    width: fit-content;
    container-type: normal;
  }
  .contact_section .go_top {
    right: 32px;
    bottom: calc(-1 * var(--footer_height));
    transform: translateY(-36%);
  }
  .contact_section .go_top .copy {
    display: none;
  }
  .contact_section .go_top .go_top_btn::before {
    height: 7.75rem;
  }
}
@media (max-width: 768px) {
  .contact_section .go_top {
    right: min(8.5333333333vw, 40.96px);
    bottom: calc(-1 * min(69.3333333333vw, 332.8px));
    transform: translateY(0);
  }
  .contact_section .go_top .go_top_btn::before {
    height: min(33.0666666667vw, 158.72px);
  }
}
@media (max-width: 480px) {
  .contact_section .go_top {
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .contact_section .section_inner {
    max-width: 750px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .contact_section {
    height: auto;
  }
}
/* ==========================================
   footer
========================================== */
footer .footer_inner {
  width: 96%;
  height: var(--footer_height);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer_inner {
    height: auto;
    padding-top: min(14.4vw, 69.12px);
    padding-bottom: min(8.5333333333vw, 40.96px);
  }
}
footer .footer_inner .footer_logo img {
  max-width: 256px;
}
footer .footer_inner .copy {
  color: #a18871;
  display: none;
  font-size: 0.6875rem;
}
@media (max-width: 1320px) {
  footer .footer_inner .footer_logo img {
    max-width: 175px;
  }
  footer .footer_inner .copy {
    display: block;
  }
}
footer .footer_nav {
  margin-left: auto;
  margin-right: 0;
}
footer .footer_nav .footer_menu {
  display: flex;
  gap: 2em;
  font-size: 0.875rem;
  font-family: "classico-urw", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  color: #686868;
}
footer .footer_nav .footer_menu li {
  display: flex;
  justify-content: center;
}
footer .footer_nav .footer_menu a {
  transition: all 0.3s;
}
footer .footer_nav .footer_menu a:hover {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  opacity: 0.9;
}
@media (max-width: 1320px) {
  footer .footer_inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 32px;
  }
  footer .footer_nav {
    margin: 36px 0 0;
  }
  footer .footer_nav .footer_menu {
    gap: 20px;
  }
  footer .footer_nav .footer_menu li {
    width: auto;
  }
  footer .copy {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  footer .footer_inner .footer_logo img {
    max-width: min(46.4vw, 222.72px);
  }
  footer .footer_inner .copy {
    margin-top: min(6.9333333333vw, 33.28px);
    font-size: min(2.6666666667vw, 12.8px);
  }
  footer .footer_nav {
    margin: min(7.4666666667vw, 35.84px) min(13.3333333333vw, 64px) 0 0;
  }
  footer .footer_nav .footer_menu {
    font-size: min(3.4666666667vw, 16.64px);
    gap: 1.2em 1.8em;
    flex-wrap: wrap;
  }
  footer .footer_nav .footer_menu li:last-of-type {
    width: 100%;
    justify-content: flex-start;
  }
  footer .footer_nav .footer_menu a:hover {
    text-indent: inherit;
    letter-spacing: inherit;
    opacity: 0.6;
  }
}

/* ==========================================
    Animation   
========================================== */
.fadeup_chars .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.6em);
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition-delay: calc(var(--char-index) * 0.045s);
}

.fadeup_chars.is-show .char {
  opacity: 1;
  transform: translateY(0);
}

.fadeup {
  opacity: 0;
  transform: translateY(40px);
}

.slideup {
  overflow: hidden;
  opacity: 1;
  transform: none;
  display: block;
}

.slideup.done {
  overflow: inherit;
}

.slideup_inner {
  display: block;
  will-change: transform;
}

.blur_in {
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  opacity: 0;
  filter: blur(12px);
  transform: scale(1.03);
}

/**slick**/
.livers_box img {
  width: 100%;
  display: block;
}

.livers_box .slick-slide {
  will-change: transform, opacity;
}

/* 矢印 */
.slider_arrow_area {
  display: flex;
  gap: 10px;
}
.slider_arrow_area .slider_next,
.slider_arrow_area .slider_prev {
  height: 40px;
  align-self: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s;
}
.slider_arrow_area .slider_next::after,
.slider_arrow_area .slider_prev::after {
  content: "";
  margin-top: 4px;
  display: inline-block;
  width: 68px;
  height: 20px;
  background: #997943;
}
.slider_arrow_area .slider_prev::after {
  clip-path: polygon(20% 0, 20% 50%, 100% 50%, 100% 52%, 0 52%);
  margin-right: 20px;
  transition: all 0.3s;
}
.slider_arrow_area .slider_prev:hover::after {
  transform: translateX(-3px);
  transition: all 0.3s;
}
.slider_arrow_area .slider_next::after {
  clip-path: polygon(0 50%, 80% 50%, 80% 0, 100% 52%, 0 52%);
  margin-left: 20px;
  transition: all 0.3s;
}
.slider_arrow_area .slider_next:hover::after {
  transform: translateX(3px);
  transition: all 0.3s;
}

/* ドット */
.custom-dots-container .slick-dots {
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  bottom: 0;
}

.custom-dots-container .slick-dots li {
  width: 24px;
  display: flex;
  justify-content: center;
  margin: 0;
}

.custom-dots-container .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #dfd5c5;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-dots-container .slick-dots li.slick-active button {
  width: 24px;
  height: 8px;
  background: #beb29b;
}

.custom-dots-container .slick-dots li button:before {
  display: none;
}

/*****
modal
*****/
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.modal_overlay {
  position: absolute;
  inset: 0;
  background: #d4c7b6;
  opacity: 0;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1060px, 90%);
  height: min(600px, 100vh - 200px);
  transform: translate(-50%, -50%);
  background: #f5f0e8;
  border-radius: 20px;
  opacity: 0;
}

.modal_layout {
  display: flex;
  height: 100%;
  max-height: 100%;
  gap: 56px;
  padding: 48px 40px;
  overflow: hidden;
}

.modal_left {
  width: 50%;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 20px;
}

.modal_left img {
  width: 100%;
  display: block;
}

.modal_right {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.modal_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}

.modal_title {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.modal_body {
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding-right: 32px;
}
.modal_body .simplebar-track.simplebar-vertical {
  width: 4px !important;
  background-color: #e9e3db !important; /* 背景色 */
}
.modal_body .simplebar-scrollbar::before {
  background-color: #c2baae !important; /* バーの色 */
  left: 0 !important;
  right: 0 !important;
  opacity: 1 !important; /* 常に100%表示 */
}
.modal_body h5 {
  font-size: 1.25rem;
  border-bottom: 1px solid #dbd3c4;
  margin-bottom: 20px;
  font-family: "classico-urw", "Noto Serif JP", serif;
  letter-spacing: 20%;
  padding-bottom: 5px;
  background: linear-gradient(to bottom, #333333 0%, #855616 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.modal_body p {
  margin-bottom: 30px;
  letter-spacing: 1%;
  font-weight: 1rem;
  line-height: 1.7;
}

.modal_text {
  line-height: 1.9;
}

.modal_close {
  position: absolute;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  cursor: pointer;
  width: 48px;
  height: 25px;
  border: none;
  background: transparent;
}

.sns_icon ul {
  display: flex;
  gap: 16px;
}
.sns_icon h5 {
  font-size: 1.25rem;
  border-bottom: 1px solid #dbd3c4;
  margin-bottom: 20px;
  font-family: "classico-urw", "Noto Serif JP", serif;
  letter-spacing: 20%;
  padding-bottom: 5px;
  background: linear-gradient(to bottom, #333333 0%, #855616 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 768px) {
  .modal {
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 30px 30px;
  }
  .modal_content {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    height: auto;
    max-height: calc(100dvh - 40px);
    transform: initial;
  }
  .modal_layout {
    flex-direction: column;
    height: auto;
    max-height: 90vh;
    padding: min(4.2666666667vw, 20.48px) min(7.2vw, 34.56px) 0px min(4.2666666667vw, 20.48px);
    border-radius: min(2.1333333333vw, 10.24px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0;
  }
  .modal_layout .simplebar-track.simplebar-vertical {
    top: min(2.1333333333vw, 10.24px);
    bottom: min(2.1333333333vw, 10.24px);
    right: min(1.3333333333vw, 6.4px);
    width: min(1.6vw, 7.68px) !important;
    background-color: #e9e3db !important; /* 背景色 */
  }
  .modal_layout .simplebar-scrollbar::before {
    background-color: #c2baae !important; /* バーの色 */
    left: 0 !important;
    right: 0 !important;
    opacity: 1 !important; /* 常に100%表示 */
  }
  .modal_left,
  .modal_right {
    width: 100%;
  }
  .modal_left {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0;
  }
  .modal_right {
    padding: 16px 0 0;
    overflow: initial;
  }
  .modal_head {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 18px;
    align-items: flex-start;
  }
  .modal_title {
    font-size: min(4.5333333333vw, 21.76px);
  }
  .modal_body {
    overflow-y: initial;
    padding-right: 0px;
  }
  .modal_body .simplebar-track.simplebar-vertical {
    width: min(1.6vw, 7.68px) !important;
    background-color: #e9e3db !important; /* 背景色 */
  }
  .modal_body .simplebar-scrollbar::before {
    background-color: #c2baae !important; /* バーの色 */
    left: 0 !important;
    right: 0 !important;
    opacity: 1 !important;
  }
  .modal_body h5 {
    font-size: min(4vw, 19.2px);
    margin-bottom: min(2.4vw, 11.52px);
  }
  .modal_body p {
    margin-bottom: min(4.8vw, 23.04px);
    font-size: min(3.7333333333vw, 17.92px);
  }
  .modal_close {
    bottom: initial;
    left: initial;
    top: -30px;
    right: 4px;
    transform: initial;
    width: 65px;
    height: 14px;
  }
  .sns_icon {
    width: 100%;
  }
  .sns_icon ul {
    gap: 10px;
  }
  .sns_icon h5 {
    font-size: min(4vw, 19.2px);
    border-bottom: 1px solid #dbd3c4;
    margin-bottom: min(5.3333333333vw, 25.6px);
    font-family: "classico-urw", "Noto Serif JP", serif;
    letter-spacing: 20%;
    padding-bottom: min(1.3333333333vw, 6.4px);
    background: linear-gradient(to bottom, #333333 0%, #855616 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
/*イベント詳細ページ*/
.event_single_section {
  padding-top: 120px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.event_single_section .banner-container {
  max-width: 1320px;
  padding: 20px 32px 40px;
  margin: auto;
}
.event_single_section .content {
  flex: 1;
  max-width: 1320px;
  padding: 20px 32px;
  margin: auto;
  height: 100%;
  width: 100%;
}
.event_single_section .to_home {
  align-self: center;
}
.event_single_section .to_home a {
  height: 60px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #c79521;
  color: #c79521;
  margin-bottom: 0;
  margin-top: auto;
}
.event_single_section .to_home a:hover {
  color: #fff;
  background-color: #c79521;
}
.event_single_section h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}

@media (max-width: 768px) {
  .event_single_section .banner-container {
    padding: 20px 0px 40px;
  }
  .event_single_section .content {
    padding: 20px 0px;
  }
}
.manager_section {
  padding-top: 28px;
}
@media (max-width: 768px) {
  .manager_section.section {
    padding-bottom: 0;
  }
}
.manager_section .section_title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .manager_section .section_title {
    margin-bottom: 27px;
  }
}
.manager_section .manager_box .manager_title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2em;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .manager_section .manager_box .manager_title {
    text-align: left;
    font-size: 0.9375rem;
    margin-bottom: 45px;
    max-width: 35.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .manager_section .manager_box .manager_title br {
    display: none;
  }
}
.manager_section .manager_box .manager_inst {
  width: 100%;
  display: flex;
  gap: 40px;
}
@media (max-width: 1320px) {
  .manager_section .manager_box .manager_inst {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .manager_section .manager_box .manager_inst {
    gap: 32px;
    max-width: 375px;
    margin: auto;
  }
}
.manager_section .manager_box .manager_inst .manager_item {
  width: 100%;
  background: #f5f0e8;
  display: flex;
  gap: 32px;
  padding: 32px 28px;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(215, 197, 180, 0.4);
}
@media (max-width: 1320px) {
  .manager_section .manager_box .manager_inst .manager_item {
    max-width: 632px;
  }
}
@media screen and (max-width: 700px) {
  .manager_section .manager_box .manager_inst .manager_item {
    flex-direction: column;
  }
}
.manager_section .manager_box .manager_inst .manager_item .manager_img {
  max-width: 242px;
  width: 100%;
  aspect-ratio: 242/252;
}
.manager_section .manager_box .manager_inst .manager_item .manager_img img {
  border-radius: 20px;
}
@media (max-width: 1320px) {
  .manager_section .manager_box .manager_inst .manager_item .manager_img {
    aspect-ratio: 263/202;
  }
  .manager_section .manager_box .manager_inst .manager_item .manager_img img {
    aspect-ratio: 263/202;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .manager_section .manager_box .manager_inst .manager_item .manager_img {
    max-width: 100%;
    aspect-ratio: initial;
  }
}
.manager_section .manager_box .manager_inst .manager_item .manager_info {
  width: 100%;
}
.manager_section .manager_box .manager_inst .manager_item .manager_info .manager_name {
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 14px;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #e2d7c6;
  margin-bottom: 12px;
  line-height: 1;
}
.manager_section .manager_box .manager_inst .manager_item .manager_info .manager_name span {
  font-size: 0.875rem;
  display: block;
  padding-bottom: 8px;
}
.manager_section .manager_box .manager_inst .manager_item .manager_info .manager_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .manager_section .manager_box .manager_inst .manager_item .manager_info .manager_text {
    font-size: 0.875rem;
  }
}
.manager_section .manager_box .manager_inst .manager_item .manager_info .manager_space {
  display: block;
  height: 12px;
}

/* ==========================================
    404
========================================== */
.lp404_section .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 3rem;
  justify-self: center;
  margin: auto;
}
.lp404_section h2 {
  font-size: 5.625rem;
  line-height: 0.5;
  font-family: "linotype-didot", serif;
}
.lp404_section p {
  font-size: 1.25rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .lp404_section {
    padding-top: min(16vw, 76.8px);
    padding-left: min(4.2666666667vw, 20.48px);
    padding-right: min(4.2666666667vw, 20.48px);
  }
  .lp404_section .inner {
    gap: min(8.5333333333vw, 40.96px);
  }
  .lp404_section h2 {
    font-size: min(12vw, 57.6px);
  }
  .lp404_section p {
    font-size: min(3.7333333333vw, 17.92px);
  }
}/*# sourceMappingURL=style.css.map */