/* PP Frama - Thin (100) */
@font-face {
  font-family: "PP Frama";
  src: url("./fonts/PPFrama-Thin.woff2") format("woff2"), url("./fonts/PPFrama-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* PP Frama - Extralight (200) */
@font-face {
  font-family: "PP Frama";
  src: url("./fonts/PPFrama-Extralight.woff2") format("woff2"), url("./fonts/PPFrama-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* PP Frama - Light (300) */
@font-face {
  font-family: "PP Frama";
  src: url("./fonts/PPFrama-Light.woff2") format("woff2"), url("./fonts/PPFrama-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* PP Frama - Regular (400) */
@font-face {
  font-family: "PP Frama";
  src: url("./fonts/PPFrama-Regular.woff2") format("woff2"), url("./fonts/PPFrama-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* PP Frama - Medium (500) */
@font-face {
  font-family: "PP Frama";
  src: url("./fonts/PPFrama-Medium.woff2") format("woff2"), url("./fonts/PPFrama-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* PP Frama - Semibold (600) */
@font-face {
  font-family: "PP Frama";
  src: url("./fonts/PPFrama-Semibold.woff2") format("woff2"), url("./fonts/PPFrama-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* PP Frama - Bold (700) */
@font-face {
  font-family: "PP Frama";
  src: url("./fonts/PPFrama-Bold.woff2") format("woff2"), url("./fonts/PPFrama-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* PP Frama - Extrabold (800) */
@font-face {
  font-family: "PP Frama";
  src: url("./fonts/PPFrama-Extrabold.woff2") format("woff2"), url("./fonts/PPFrama-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* PP Frama - Black (900) */
@font-face {
  font-family: "PP Frama";
  src: url("./fonts/PPFrama-Black.woff2") format("woff2"), url("./fonts/PPFrama-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: auto !important;
  width: 100vw;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: linear-gradient(180deg, #97924D 0%, #C0B967 100%);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #251E1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  width: 100vw;
  overflow-x: hidden;
  padding-top: 144px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 169px;
  }
}
body.active {
  overflow: hidden;
}
body a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
body a:link, body a:visited {
  text-decoration: underline;
  color: #251E1C;
}
body a:hover, body a:active {
  text-decoration: underline;
  color: #251E1C;
}
body.jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

img, object, video {
  max-width: 100%;
  height: auto;
}
img[data-fancybox], object[data-fancybox], video[data-fancybox] {
  cursor: pointer;
}

p {
  margin: 0;
  letter-spacing: -0.64px;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

.border {
  border-top: 1px solid #97924D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 0;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .border {
    width: 100vw;
    margin-left: -30px;
  }
}
.border--dark {
  border-top: 1px solid #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header {
  background: #251E1C;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40px 90px 30px;
  z-index: 9999;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1040px) {
  .header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 860px) {
  .header {
    padding: 30px 20px;
    flex-direction: column;
    gap: 12px;
  }
}
.header.is-cloned {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(-100%);
  display: none;
}
.header__main {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 12px;
}
@media screen and (max-width: 860px) {
  .header__main {
    gap: 6px;
  }
}
.header__sub {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px 26px;
}
@media screen and (max-width: 860px) {
  .header__sub {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.header__logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.header__dmh-logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.header__desc {
  font-family: "PP Frama";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.33px;
  white-space: nowrap;
}
.header__desc--jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}
@media screen and (max-width: 1040px) {
  .header__desc--jp {
    font-size: 14px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  .header__desc--jp {
    font-size: 12px;
    line-height: 1.3em;
  }
}
.header__menu {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  display: none;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .header__menu {
    display: block;
  }
}
.header__menu:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  top: 50%;
}
.header__menu span {
  display: block;
  width: 100%;
  height: 100%;
}
.header__menu span:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 6px);
}
.header__menu span:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% + 6px);
}
.header__nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  .header__nav {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    display: none;
  }
}
.header__nav__jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.header__nav a {
  display: block;
  overflow: hidden;
}
.header__nav a:link, .header__nav a:visited {
  text-decoration: none;
  color: #FFF;
}
.header__nav a:hover, .header__nav a:active {
  text-decoration: none;
  color: #FFF;
}
.header__nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  color: #FFF;
  font-family: "PP Frama";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.42px;
}
.header__nav > ul.header__nav__jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.header__nav > ul > li {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.header__nav > ul > li.active {
  position: relative;
}
.header__nav > ul > li.active:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
}
@media (hover: hover) {
  .header__nav > ul > li a:hover span:not(.wrap) {
    animation: slideIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  .header__nav > ul > li a:hover span:not(.wrap):after {
    opacity: 1;
  }
}
.header__nav > ul > li a span:not(.wrap) {
  display: block;
  position: relative;
  transform: translateY(0);
}
.header__nav > ul > li a span:not(.wrap):after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.8s;
}
.header__nav > ul > li a span.wrap {
  display: block;
  overflow: hidden;
}
.header__nav > ul > li > ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  position: relative;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.header__nav > ul > li > ul:after {
  content: "/";
  order: 2;
}
.header__nav > ul > li > ul > li {
  position: relative;
}
.header__nav > ul > li > ul > li:first-child {
  order: 1;
}
.header__nav > ul > li > ul > li:last-child {
  order: 3;
}
.header__nav > ul > li > ul > li.active {
  position: relative;
}
.header__nav > ul > li > ul > li.active:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
}
@media (hover: hover) {
  .header__nav > ul > li > ul > li:hover > ul {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0);
  }
}
.header__nav > ul > li > ul > li ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 190px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 31px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(4px);
}
.header__nav > ul > li > ul > li ul:after {
  content: "";
  width: 100%;
  height: calc(100% - 31px);
  border-radius: 4px;
  background: rgba(37, 30, 28, 0.95);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.header__nav > ul > li > ul > li ul li {
  position: relative;
  z-index: 2;
}
.header__nav > ul > li > ul > li ul li:not(:last-child) {
  border-bottom: 1px dotted #fff;
}
.header__nav > ul > li > ul > li ul li a {
  display: block;
  padding: 20px 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  text-transform: uppercase;
  letter-spacing: 0;
}
.header.is-fixed {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  animation: slideDown 0.6s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.lang {
  display: flex;
  justify-content: flex-start;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lang__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 30px;
  border-radius: 2px;
  background: #D9D9D9;
  color: rgba(37, 30, 28, 0.5);
  font-family: "PP Frama";
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 9px */
}
.lang__item a:link, .lang__item a:visited {
  text-decoration: none;
  color: rgba(37, 30, 28, 0.5);
}
.lang__item a:hover, .lang__item a:active {
  text-decoration: none;
  color: rgba(37, 30, 28, 0.5);
}
.lang__item a.active {
  background: #989350;
  color: #251E1C;
}

@keyframes slideIn {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.mv {
  position: relative;
  width: 100%;
  height: calc(100svh - 144px);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mv {
    height: calc(100svh - 169px);
  }
}
.mv__title {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "PP Frama";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 100px */
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 60px;
    line-height: 1em;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.mv__title div {
  overflow: hidden;
}
.mv__title div span {
  display: inline-block;
  color: #97924D;
  transform: translateY(40px);
}
.mv__title__jp {
  margin-top: 12px;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
.mv__image {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.mv__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.3);
}
.mv .localnav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mv .localnav {
    position: relative;
    bottom: auto;
  }
}

.localnav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .localnav {
    flex-direction: column;
    gap: 18px;
  }
}
.localnav__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(3px);
}
@media screen and (max-width: 768px) {
  .localnav__item {
    justify-content: center;
  }
}
.localnav__item:not(:first-child):before {
  content: "";
  width: 1px;
  height: 20px;
  background: #251E1C;
  opacity: 0.2;
  display: block;
}
@media screen and (max-width: 768px) {
  .localnav__item:not(:first-child):before {
    display: none;
  }
}
.localnav__item a {
  display: block;
  padding: 0 24px;
  color: #251E1C;
  font-family: "PP Frama";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .localnav__item a {
    padding: 0 14px;
    border-left: 1px solid rgba(37, 30, 28, 0.2);
    border-right: 1px solid rgba(37, 30, 28, 0.2);
  }
}
.localnav__item a:link, .localnav__item a:visited {
  text-decoration: none;
  color: #251E1C;
}
.localnav__item a:hover, .localnav__item a:active {
  text-decoration: none;
  color: #251E1C;
}
@media (hover: hover) {
  .localnav__item a:hover span:not(.wrap) {
    animation: slideIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  .localnav__item a:hover span:not(.wrap):after {
    opacity: 1;
  }
}
.localnav__item a span:not(.wrap) {
  display: block;
  position: relative;
  transform: translateY(0);
}
.localnav__item a span:not(.wrap).localnav__item__jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.localnav__item a span:not(.wrap):after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.8s;
}

.sec {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding-bottom: 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .sec {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    gap: 60px;
  }
}
.sec:not(#the_city_and_the_fair, .sec--afterword, .sec--forward) {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec:not(#the_city_and_the_fair, .sec--afterword, .sec--forward) {
    padding-top: 60px;
  }
}
.sec--dark {
  position: relative;
  color: #fff;
  padding-top: 90px;
}
.sec--dark:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #251E1C;
  display: block;
  position: absolute;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
}
.sec--dark a:link, .sec--dark a:visited, .sec--dark a:hover, .sec--dark a:active {
  color: #A8A258;
}
.sec--dark a.link--white:link, .sec--dark a.link--white:visited, .sec--dark a.link--white:hover, .sec--dark a.link--white:active {
  color: #fff;
}
.sec__title {
  text-align: center;
  font-family: "PP Frama";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 80px */
  letter-spacing: -1.6px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sec__title {
    font-size: 50px;
    line-height: 100%; /* 50px */
    letter-spacing: -1px;
  }
}
.sec__title--column {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec__title--spcolumn {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .sec__title--between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sec__title div {
  overflow: hidden;
}
.sec__title span {
  display: inline-block;
}
.sec__title__jp {
  width: 100%;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0;
  margin-top: 12px;
}
.sec__subtitle {
  font-family: "PP Frama";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 123%; /* 48px */
  letter-spacing: -0.8px;
  margin: 0;
  padding: 0 0 2px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec__subtitle {
    font-size: 30px;
    line-height: 123%;
    letter-spacing: -0.6px;
  }
}
.sec__subtitle--nw {
  white-space: nowrap;
}
.sec__subtitle--wide {
  max-width: calc(100vw - 40px);
  width: 150%;
}
.sec__subtitle--l {
  font-size: 50px;
  line-height: 123%; /* 60px */
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .sec__subtitle--l {
    font-size: 40px;
    line-height: 123%;
    letter-spacing: -0.8px;
  }
}
@media screen and (max-width: 768px) {
  .sec__subtitle--sp230 {
    max-width: 73%;
  }
}
@media screen and (max-width: 768px) {
  .sec__subtitle--spcenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec__subtitle div {
  overflow: hidden;
}
.sec__subtitle span {
  display: inline-block;
}
.sec__subtitle__jp {
  margin-top: 12px;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
.sec__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .column {
    gap: 30px;
  }
}
.column--pl260:before {
  content: "";
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 860px) {
  .column--pl260:before {
    display: none;
  }
}
.column--g90 {
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .column--g90 {
    gap: 30px 40px;
  }
}
.column__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .column__left {
    width: 100%;
    flex: inherit;
  }
}
.column__left--g60 {
  gap: 60px;
}
.column__left--260 {
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .column__left--260 {
    max-width: 100%;
  }
}
.column__left--300 {
  max-width: 300px;
}
.column__left--440 {
  max-width: 440px;
}
.column__left--500 {
  max-width: 500px;
}
.column__left--540 {
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .column__left--540 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .column__left--sporder2 {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .column__left--spmlauto {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .column__left--sp160 {
    max-width: 51%;
  }
}
@media screen and (max-width: 768px) {
  .column__left--sp230 {
    max-width: 73%;
  }
}
@media screen and (max-width: 768px) {
  .column__left--sp210 {
    max-width: 67%;
  }
}
.column__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .column__right {
    width: 100%;
    flex: inherit;
  }
}
.column__right--g60 {
  gap: 60px;
}
.column__right--250 {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .column__right--250 {
    max-width: 100%;
  }
}
.column__right--260 {
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .column__right--260 {
    max-width: 100%;
  }
}
.column__right--300 {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .column__right--300 {
    max-width: 100%;
  }
}
.column__right--440 {
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .column__right--440 {
    max-width: 100%;
  }
}
.column__right--540 {
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .column__right--540 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .column__right--sporder1 {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .column__right--spmlauto {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .column__right--sp230 {
    max-width: 73%;
  }
}
@media screen and (max-width: 768px) {
  .column__right--sp210 {
    max-width: 67%;
  }
}
.column__center {
  margin-left: auto;
}
.column__center--160 {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .column__center--160 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .column__center--sp115 {
    max-width: 36%;
  }
}
.column__wide {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.column__wide--600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.column__wide--mt-515 {
  margin-top: -515px;
}
@media screen and (max-width: 768px) {
  .column__wide--mt-515 {
    margin-top: 0;
  }
}
.column__wide--mt-515-jp {
  margin-top: -515px;
}
@media screen and (max-width: 890px) {
  .column__wide--mt-515-jp {
    margin-top: -400px;
  }
}
@media screen and (max-width: 768px) {
  .column__wide--mt-515-jp {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .column__wide--sp230 {
    max-width: 73%;
  }
}

.fixed-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.image__item {
  font-size: 0;
  line-height: 0;
}
.image__item video {
  width: 100%;
  height: auto;
}
.image__item img {
  width: 100%;
  height: auto;
}
.image__item iframe {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.image__item--full {
  width: 100vw;
  height: 653px;
  position: relative;
  left: calc(50% - 50vw);
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .image__item--full {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .image__item--full {
    width: 150vw;
    margin-left: -25vw;
  }
}
.image__item--full img {
  max-width: 150vw;
  width: 100vw;
  height: auto;
  aspect-ratio: 3/2.1;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .image__item--full img {
    width: 150vw;
  }
}
.image__item--right {
  text-align: right;
}
.image__item--right img {
  transform-origin: top right;
}
.image__item--left {
  text-align: left;
}
.image__item--left img {
  transform-origin: top left;
}
.image__cap {
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 12px */
  letter-spacing: -0.4px;
  word-break: break-word;
}
.image__cap--jp {
  letter-spacing: 0;
}
.image--210 {
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .image--210 {
    max-width: 100%;
  }
}
.image--300 {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .image--300 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .image--sp230 {
    max-width: 73%;
  }
}
@media screen and (max-width: 768px) {
  .image--spmlauto {
    margin-left: auto;
  }
}

.image-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .image-list {
    gap: 10px;
  }
}
.image-list--tile {
  justify-content: space-between;
  gap: 30px 10px;
}
@media screen and (max-width: 768px) {
  .image-list--tile {
    gap: 30px 15px;
  }
}
.image-list--g10 {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .image-list--g10 {
    gap: 15px;
  }
}
.image-list--g20 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .image-list--g20 {
    gap: 15px;
  }
}
.image-list--g60 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .image-list--g60 {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .image-list--spg15 {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .image-list--spg8 {
    gap: 8px;
  }
  .image-list--spg8 .image-list__cap {
    margin-top: 2px;
  }
}
.image-list--300 {
  max-width: 300px;
}
.image-list--slider {
  width: 100%;
}
.image-list--slider .image__cap {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.3s;
}
.image-list--slider .slick-center .image__cap {
  opacity: 1;
}
.image-list__item {
  max-width: 100%;
}
.image-list__item--200 {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .image-list__item--200 {
    max-width: 100%;
  }
}
.image-list__item--240 {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .image-list__item--240 {
    max-width: 100%;
  }
}
.image-list__item--345 {
  max-width: calc(38.1% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--345 {
    max-width: calc(38.1% - 4px);
  }
}
.image-list__item--565 {
  max-width: calc(61.9% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--565 {
    max-width: calc(61.9% - 4px);
  }
}
.image-list__item--475 {
  max-width: calc(52.2% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--475 {
    max-width: calc(52.2% - 4px);
  }
}
.image-list__item--435 {
  max-width: calc(47.8% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--435 {
    max-width: calc(47.8% - 4px);
  }
}
.image-list__item--365 {
  max-width: calc(40.2% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--365 {
    max-width: calc(50% - 8px);
  }
}
.image-list__item--545 {
  max-width: calc(59.8% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--545 {
    max-width: calc(50% - 8px);
  }
}
.image-list__item--455 {
  max-width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--455 {
    max-width: calc(50% - 8px);
  }
}
.image-list__item--585 {
  max-width: calc(64.1% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--585 {
    max-width: calc(64.1% - 4px);
  }
}
.image-list__item--325 {
  max-width: calc(35.9% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--325 {
    max-width: calc(35.9% - 4px);
  }
}
.image-list__item--280 {
  max-width: calc(30.9% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--280 {
    max-width: calc(31.6% - 8px);
  }
}
.image-list__item--630 {
  max-width: calc(69.1% - 5px);
}
@media screen and (max-width: 768px) {
  .image-list__item--630 {
    max-width: calc(68.4% - 8px);
  }
}
.image-list__item--50p {
  max-width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .image-list__item--50p {
    max-width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .image-list__item--sp50p {
    max-width: calc(50% - 8px);
  }
}
.image-list__item--25p {
  max-width: calc(25% - 15px);
}
@media screen and (max-width: 768px) {
  .image-list__item--25p {
    max-width: calc(50% - 8px);
  }
}
.image-list__cap {
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 12px */
  letter-spacing: -0.4px;
  word-break: break-word;
}
.image-list__cap--jp {
  letter-spacing: 0;
}

.image-scroll {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.image-scroll__inner {
  display: flex;
  width: max-content;
  animation: endless-scroll 30s linear infinite;
  gap: 3px;
}
.image-scroll__inner .image-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 3px;
}
.image-scroll__inner .image-list__item {
  flex-shrink: 0;
}
.image-scroll__inner .image-list__item img {
  width: auto;
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .image-scroll__inner .image-list__item img {
    max-height: 200px;
  }
}
.image-scroll__cap {
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 12px */
  letter-spacing: -0.4px;
  word-break: break-word;
}
.image-scroll__cap--jp {
  letter-spacing: 0;
}

@keyframes endless-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.desc {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.desc strong {
  font-weight: 700;
}
.desc--column {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .desc--column {
    gap: 0;
    flex-direction: column;
  }
}
.desc--pl60 {
  padding-left: 60px;
}
@media screen and (max-width: 860px) {
  .desc--pl60 {
    padding-left: 0;
  }
}
.desc--300 {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .desc--spmleft {
    margin-left: auto;
  }
}
.desc__left {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .desc__left {
    flex: 0;
    max-width: 100%;
  }
}
.desc__left--260 {
  max-width: 260px;
}
.desc__right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .desc__right {
    flex: 0;
    max-width: 100%;
  }
}
.desc__right--260 {
  max-width: 260px;
}
.desc--mtauto {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .desc--sp230 {
    max-width: 73%;
  }
}
@media screen and (max-width: 768px) {
  .desc--spmlauto {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .desc--spcenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.desc--s {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 768px) {
  .desc--spg {
    gap: 1.5em;
  }
}
.desc p span {
  display: inline-block;
}
.desc:not(.desc--dn) {
  opacity: 0;
}
.desc--en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: inherit;
}

.cg {
  font-size: 0;
  line-height: 0;
  position: relative;
  background: #251E1C;
}
@media (hover: hover) {
  .cg {
    padding: 0 90px;
  }
}
@media screen and (hover: hover) and (max-width: 1040px) {
  .cg {
    padding: 0 60px;
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  .cg {
    padding: 0;
  }
}
@media (hover: hover) {
  .cg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
    cursor: default;
    pointer-events: auto;
    transition: opacity 0.6s;
  }
  .cg.active:before {
    opacity: 0;
    pointer-events: none;
  }
}
.cg iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.footer {
  background: #251E1C;
  color: #fff;
}
.footer__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 90px;
}
@media screen and (max-width: 1040px) {
  .footer__main {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer__main {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.footer__sub {
  background: #1D1918;
  padding: 40px 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .footer__sub {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub {
    padding: 30px;
    flex-direction: column;
    gap: 18px;
  }
}
.footer__sub__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 26px;
}
.footer__logo {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    text-align: center;
  }
}
.footer__logo img {
  width: 425px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 100%;
    max-width: 315px;
    height: auto;
  }
}
.footer__dmh-logo {
  font-size: 0;
  line-height: 0;
}
.footer__dmh-logo img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__dmh-logo img {
    width: 100%;
    max-width: 150px;
    height: auto;
  }
}
.footer__desc {
  font-family: "PP Frama";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.33px;
}
@media screen and (max-width: 768px) {
  .footer__desc {
    text-align: center;
  }
}
.footer__desc--jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}
@media screen and (max-width: 768px) {
  .footer__desc--jp {
    font-size: 12px;
    line-height: 1.3em;
  }
}
.footer__copyright {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 10px */
  letter-spacing: -0.4px;
}
.footer__gnav {
  font-family: "PP Frama";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 860px) {
  .footer__gnav {
    display: none;
  }
}
.footer__gnav__jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
.footer__gnav li a {
  display: block;
  overflow: hidden;
}
.footer__gnav li a:link, .footer__gnav li a:visited {
  text-decoration: none;
  color: #fff;
}
.footer__gnav li a:hover, .footer__gnav li a:active {
  text-decoration: none;
  color: #fff;
}
@media (hover: hover) {
  .footer__gnav li a:hover span:not(.wrap) {
    animation: slideIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  .footer__gnav li a:hover span:not(.wrap):after {
    opacity: 1;
  }
}
.footer__gnav li a span:not(.wrap) {
  display: block;
  position: relative;
  transform: translateY(0);
}
.footer__gnav li a span:not(.wrap):after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.8s;
}
.footer__nav {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  font-family: "PP Frama";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav__jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.footer__nav > li {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.footer__nav > li.active {
  position: relative;
}
.footer__nav > li.active:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
}
.footer__nav > li a {
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .footer__nav > li a:hover span:not(.wrap) {
    animation: slideIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  .footer__nav > li a:hover span:not(.wrap):after {
    opacity: 1;
  }
}
.footer__nav > li a span:not(.wrap) {
  display: block;
  position: relative;
  transform: translateY(0);
}
.footer__nav > li a span:not(.wrap):after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.8s;
}
.footer__nav > li > ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  position: relative;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.footer__nav > li > ul:after {
  content: "/";
  order: 2;
}
.footer__nav > li > ul > li.active {
  position: relative;
}
.footer__nav > li > ul > li.active:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
}
.footer__nav > li > ul > li:first-child {
  order: 1;
}
.footer__nav > li > ul > li:last-child {
  order: 3;
}
@media (hover: hover) {
  .footer__nav > li > ul > li:hover > ul {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0);
  }
}
.footer__nav > li > ul > li ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 190px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 31px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(4px);
}
.footer__nav > li > ul > li ul:after {
  content: "";
  width: 100%;
  height: calc(100% - 31px);
  border-radius: 4px;
  background: rgba(37, 30, 28, 0.95);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.footer__nav > li > ul > li ul li {
  position: relative;
  z-index: 2;
}
.footer__nav > li > ul > li ul li:not(:last-child) {
  border-bottom: 1px dotted #fff;
}
.footer__nav > li > ul > li ul li a {
  display: block;
  padding: 20px 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  text-transform: uppercase;
  letter-spacing: 0;
}
.footer__nav a:link, .footer__nav a:visited {
  text-decoration: none;
  color: #FFF;
}
.footer__nav a:hover, .footer__nav a:active {
  text-decoration: none;
  color: #FFF;
}

.slick-slide {
  opacity: 1 !important;
}

.slick-arrow {
  border-radius: 4px;
  border: 1px solid rgba(37, 30, 28, 0.2);
  background: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 40px);
  cursor: pointer;
}
.slick-arrow:before {
  content: "";
  background: url(./img/arrow.svg) no-repeat;
  width: 11px;
  height: 12px;
  display: block;
  background-size: 100% auto;
}
.slick-arrow.slick-prev {
  left: -80px;
}
.slick-arrow.slick-prev:before {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .slick-arrow.slick-prev:hover:before {
    animation: arrow-l 0.6s ease-in-out;
  }
}
.slick-arrow.slick-next {
  right: -80px;
}
@media (hover: hover) {
  .slick-arrow.slick-next:hover:before {
    animation: arrow 0.6s ease-in-out;
  }
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  position: absolute;
  right: 0;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    width: 100%;
    bottom: -18px;
    justify-content: center;
  }
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  border: none;
  background: #fff;
  font-size: 0;
  line-height: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  transition: background 0.3s;
}
.slick-dots li.slick-active button {
  background: #251E1C;
}

.fixed-title {
  color: #FFF;
  font-family: "PP Frama";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
  border-radius: 4px;
  opacity: 0.9;
  background: #000;
  padding: 12px;
  display: inline-block;
  position: fixed;
  z-index: 9999;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
  transform: translateY(200px);
  transition: 0.6s;
  outline: none;
}
.fixed-title.active {
  transform: translateY(0);
}

.backtotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  color: #AD8A81;
  display: flex;
  flex-direction: column;
  align-items: center;
  mix-blend-mode: difference;
  gap: 8px;
  cursor: pointer;
  transform: translateY(200px);
  transition: 0.6s;
  outline: none;
}
.backtotop.active {
  transform: translateY(0);
}
@media (hover: hover) {
  .backtotop:hover img {
    animation: arrow-u 0.6s ease-in-out;
  }
}
.backtotop__icon {
  border-radius: 20px;
  border: 2px solid #AD8A81;
  width: 30px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backtotop__title {
  font-family: "PP Frama";
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 8px */
}

@keyframes arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(8px);
    opacity: 0;
  }
  51% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes arrow-l {
  0% {
    transform: translateX(0) scale(-1, 1);
    opacity: 1;
  }
  50% {
    transform: translateX(-8px) scale(-1, 1);
    opacity: 0;
  }
  51% {
    transform: translateX(8px) scale(-1, 1);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) scale(-1, 1);
    opacity: 1;
  }
}
@keyframes arrow-d {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 0;
  }
  51% {
    transform: translateY(-8px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes arrow-u {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-8px);
    opacity: 0;
  }
  51% {
    transform: translateY(8px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.fancybox__container {
  z-index: 99999;
}
.fancybox__caption {
  font-size: 10px;
  line-height: 120%;
  font-weight: 400;
  font-style: italic;
  word-break: break-word;
}
.fancybox__infobar {
  font-weight: 300;
}

.common-mv {
  padding: 90px 30px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .common-mv {
    padding: 60px 30px;
  }
}
.common-mv__title {
  text-align: center;
  font-family: "PP Frama";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 100px */
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.3em;
}
@media screen and (max-width: 768px) {
  .common-mv__title {
    font-size: 60px;
    line-height: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.common-mv__title--wide {
  flex-direction: column;
  gap: 0;
}
.common-mv__title div {
  overflow: hidden;
}
.common-mv__title div span {
  display: inline-block;
  color: #97924D;
  transform: translateY(40px);
}
.common-mv__title__jp {
  width: 100%;
  margin-top: 12px;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
.common-mv__desc {
  max-width: 430px;
}
.common-mv__desc--jp {
  max-width: 920px;
}

.afterword-nav {
  display: flex;
  flex-direction: column;
}
.afterword-nav__item {
  flex: 1;
  display: flex;
  gap: 30px;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .afterword-nav__item {
    padding-top: 30px;
  }
}
.afterword-nav__item:link, .afterword-nav__item:visited, .afterword-nav__item:hover, .afterword-nav__item:active {
  text-decoration: none;
}
.afterword-nav__item__image {
  width: 100%;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .afterword-nav__item__image {
    max-width: 29%;
  }
}
.afterword-nav__item__image .image__item {
  overflow: hidden;
}
.afterword-nav__item__image img {
  border-radius: 2px;
}
.afterword-nav__item__title {
  font-family: "PP Frama";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 70px */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 0.4em;
}
@media screen and (max-width: 768px) {
  .afterword-nav__item__title {
    font-size: 30px;
    line-height: 100%;
    flex-direction: column;
  }
}
.afterword-nav__item__title__jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  width: 100%;
  margin-top: 12px;
}
.afterword-nav__item__title > div {
  overflow: hidden;
}
.afterword-nav__item__title > div:last-child {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .afterword-nav__item__title > div:last-child {
    transform: translateY(0);
  }
}
.afterword-nav__item__title span {
  display: block;
}
@media screen and (max-width: 768px) {
  .afterword-nav__item__title span {
    white-space: nowrap;
  }
}

.foreword-nav {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .foreword-nav {
    gap: 60px;
  }
}
.foreword-nav__item {
  display: flex;
  flex-direction: column;
}
.foreword-nav__item:link, .foreword-nav__item:visited, .foreword-nav__item:hover, .foreword-nav__item:active {
  text-decoration: none;
}
.foreword-nav__item__image {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .foreword-nav__item__image {
    width: 100vw;
    transform: translateX(-30px);
  }
}
.foreword-nav__item__image img, .foreword-nav__item__image video {
  border-radius: 5px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .foreword-nav__item__image img, .foreword-nav__item__image video {
    border-radius: 0;
  }
}
.foreword-nav__item__title {
  text-align: center;
  font-family: "PP Frama";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .foreword-nav__item__title {
    font-size: 64px;
    line-height: 100%;
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .foreword-nav__item__title {
    font-size: 30px;
    line-height: 100%;
    margin-top: -20px;
  }
}
.foreword-nav__item__title div {
  overflow: hidden;
}
.foreword-nav__item__title div span {
  display: inline-block;
}
.foreword-nav__item__title__jp {
  margin-top: 12px;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}

.modal-video-body {
  max-width: 1240px;
}

.image-link {
  display: none;
}

div[data-fancybox] {
  cursor: pointer;
  position: relative;
}
@media (hover: hover) {
  div[data-fancybox]:hover:after {
    opacity: 1;
  }
  div[data-fancybox]:hover:before {
    transform: scale(1);
    opacity: 1;
  }
}
div[data-fancybox]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(37, 30, 28, 0.9);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0;
}
div[data-fancybox]:before {
  content: "VIEW DETAILS";
  color: #FFF;
  font-family: "PP Frama";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  left: calc(50% - 57px);
  top: calc(50% - 15px);
  z-index: 2;
  width: 113px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 2px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.1s;
  pointer-events: none;
}

div[data-video-id] {
  cursor: pointer;
  position: relative;
  background: #000;
}
@media (hover: hover) {
  div[data-video-id]:hover video {
    opacity: 0.2;
  }
}
div[data-video-id] video {
  opacity: 0.9;
  transition: opacity 0.3s;
}
div[data-video-id]:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 40px);
  left: calc(50% - 30px);
  background: url(./img/icon-video.svg) no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
div[data-video-id]:before {
  content: "Watch Video";
  color: #FFF;
  font-family: "PP Frama";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: absolute;
  left: calc(50% - 57px);
  top: calc(50% + 30px);
  z-index: 2;
  width: 113px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.1s;
  pointer-events: none;
}

.drawer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  z-index: 99999;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-sizing: border-box;
  padding: 90px 30px 40px;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 861px) {
  .drawer {
    display: none;
  }
}
.drawer.active {
  opacity: 1;
  pointer-events: inherit;
}
.drawer.active:after {
  transform: translateY(0);
  background: rgb(29, 25, 24);
}
.drawer.active > div:not(.drawer__logo, .drawer__desc), .drawer.active > ul {
  opacity: 1;
  transform: translateX(0px);
}
.drawer.active > div.drawer__logo, .drawer.active > div.drawer__desc p {
  opacity: 0.1;
  transform: translateX(0px);
}
.drawer.active .drawer__desc:after {
  opacity: 1;
}
.drawer:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  background: rgba(29, 25, 24, 0.5);
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 0.3s, background 0.3s;
}
.drawer > div:not(.drawer__logo, .drawer__desc), .drawer > ul {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
}
.drawer a:link, .drawer a:visited, .drawer a:hover, .drawer a:active {
  text-decoration: none;
  color: #fff;
}
.drawer__close {
  margin-bottom: 40px;
  font-family: "PP Frama";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  position: fixed;
  right: 30px;
  top: 40px;
  z-index: 2;
}
.drawer__nav {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.drawer__nav__item a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-family: "PP Frama";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  align-items: center;
  gap: 18px;
}
.drawer__nav__item a.drawer__nav__item__jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 100%; /* 14px */
  font-size: 18px;
}
.drawer__nav__item a > span {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.drawer__nav__item a > span span:first-child {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
}
.drawer__nav__item a > span span.drawer__nav__item__jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.drawer__nav__item a > span video {
  width: 100%;
  max-width: 71px;
  border-radius: 2px;
}
.drawer__logo {
  font-size: 0;
  line-height: 0;
  margin-bottom: 6px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
  position: relative;
  z-index: 2;
}
.drawer__desc {
  color: #FFF;
  font-family: "PP Frama";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.33px;
  margin-bottom: 44px;
  position: relative;
}
.drawer__desc p {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.2s;
  position: relative;
  z-index: 2;
}
.drawer__desc:after {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.2s;
  content: "";
  width: 100vw;
  height: 100vh;
  background: #251E1C;
  display: block;
  position: absolute;
  left: -30px;
  bottom: -4px;
  z-index: 1;
  pointer-events: none;
}
.drawer__desc--jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.drawer__dmh-logo {
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px;
}
.drawer__gnav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer__gnav > li a {
  display: block;
  color: #FFF;
  font-family: "PP Frama";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
}
.drawer__gnav > li .drawer__gnav__jp {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
}
