@charset "UTF-8";

/*--==========================
plugins
============================--*/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  touch-action: pan-x;ul
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*--==========================
foundation
============================--*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ========
media query
======== */
/* ========
html
======== */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

/* ========
  body
  ======== */
body {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: YakuHanMP, "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  color: #344440;
  line-height: 1.6;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* ========
  tags
  ======== */
* {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  outline: none;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:active {
  outline: none;
}

img {
  font-size: 0;
  height: auto;
  max-width: 100%;
  display: block;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000;
}

dl,
dt,
dd {
  list-style: none;
}

figcaption {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.67;
  margin-top: 4px;
}

/* ========
  input
  ======== */
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input,
button,
textarea,
select {
  background-color: gray;
  display: block;
  padding: 5px;
}

main {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

ul {
  list-style: none;
}

.sp {
  display: none;
}

@media (max-width: 780px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--==========================
layout
============================--*/
.header {
  position: fixed;
  width: 100%;
  height: 72px;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 1189px;
}

@media (max-width: 780px) {
  .header {
    min-width: auto;
  }
}

.header .header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  height: 72px;
}

@media (max-width: 780px) {
  .header .header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header .header__inner .header__logo {
  width: 226px;
  height: 56px;
  background-image: url("../img/site-logo-slim-rect.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header .header__inner .header__logo.is-bg-white {
  background-image: url("../img/site-logo-slim-wh-rect.svg");
}

.header .header__inner .header__logo a {
  width: 100%;
  height: 100%;
  font-size: 1px;
  color: transparent;
  overflow: hidden;
  display: block;
}

.header .header__inner .gnav {
  margin-left: auto;
}

@media (max-width: 780px) {
  .header .header__inner .gnav {
    display: none;
  }
}

.header .header__inner .gnav ul {
  display: -webkit-box;
  display: flex;
}

.header .header__inner .gnav ul li {
  margin-left: 8px;
}

.header .header__inner .gnav ul li a {
  font-size: 1.3rem;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  color: #fff;
  padding: 4px 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.header .header__inner .gnav ul li a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 4%;
  /*線の形状*/
  width: 92%;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /*左上基点*/
}

.header .header__inner .gnav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header .header__inner .gnav ul li.is-current a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header .header__inner .gnav ul li.-official-top {
  border-radius: 2px;
  border: 1px solid #fff;
  margin-left: 16px;
}

.header .header__inner .gnav ul li.-official-top a {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.header .header__inner .gnav ul li.-official-top a .text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.header .header__inner .gnav ul li.-official-top a .text::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/launch_black_24dp.svg");
}

.header .header__inner .gnav ul li.-official-top a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.header .header__inner .gnav ul li.-official-top a:hover::after {
  display: none;
}

.header.is-bg-white {
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}

.header.is-home.is-bg-white {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.header.is-bg-tranparent .header__inner .header__logo {
  background-image: url("../img/site-logo-slim-wh-rect.svg");
}

.header.is-bg-tranparent.is-bg-white .header__inner .header__logo {
  background-image: url("../img/site-logo-slim-rect.svg");
}

.header.is-bg-white .header__inner .gnav ul li a {
  color: #5a6268;
}

.header.is-bg-white .header__inner .gnav ul li a:hover::after,
.header.is-bg-white .header__inner .gnav ul li a:active::after {
  background: #77818b;
}

.header.is-home {
  opacity: 0;
  visibility: hidden;
}

.header.is-bg-white .header__inner .gnav ul li.-official-top {
  border-radius: 2px;
  border: 1px solid #e2e6ea;
  background-color: #e2e6ea;
}

.header.is-bg-white .header__inner .gnav ul li.-official-top a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.is-bg-white .header__inner .gnav ul li.-official-top a .text::after {
  background-image: url("../img/launch_gray_24dp.svg");
}

.header.is-bg-white .header__inner .gnav ul li.-official-top a:hover {
  color: #91979d;
  background-color: rgba(255, 255, 255, 0.2);
}

.header.is-bg-white .header__inner .gnav ul li.-official-top a:hover::after {
  display: none;
}

.gnav-tgl {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 780px) {
  .gnav-tgl {
    opacity: 1;
    visibility: visible;
  }
}

/*ボタン内側*/
.gnav-tgl span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 2px;
  background-color: #fff;
}

.gnav-tgl span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}

.gnav-tgl span:nth-of-type(2) {
  top: 29px;
  width: 50%;
}

/*activeクラスが付与されると線が回転して×に*/
.gnav-tgl.is-active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

.gnav-tgl.is-active span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.header.is-bg-white .gnav-tgl span {
  background-color: #5a6268;
}

.header.is-bg-white .gnav-tgl.is-active span {
  background-color: #fff;
}

.drower {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.drower.is-active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.drower__inner {
  top: 0;
  right: 0;
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  background-color: #d4bf89;
  max-width: 340px;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.drower__inner::-webkit-scrollbar {
  display: none;
}

.drower__inner__scr {
  padding: 24px;
}

.drower__nav__ttl {
  margin-bottom: 24px;
  margin-top: 48px;
}

.drower__nav ul li {
  display: block;
  margin-bottom: 8px;
}

.drower__nav ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  padding: 8px 0;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-weight: 500;
}

.drower__nav ul li.-official-top {
  border: 1px solid rgba(255, 255, 255, 0.75);
  margin-top: 24px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}

.drower__nav ul li.-official-top a {
  padding: 8px;
}

.drower__nav ul li.-official-top a .text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}

.drower__nav ul li.-official-top a .text::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/launch_black_24dp.svg);
}

.l-footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fbf8f0;
}

.l-footer-bg {
  width: 100%;
  height: 40%;
  background-color: #fbf8f0;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
  top: -20%;
  left: 0;
}

.l-footer-bg.is-bg-white {
  background-color: #fff;
}

.l-footer__cont {
  background-color: #343a40;
}

nav.l-footer__nav {
  padding-top: 30px;
  padding-bottom: 30px;
}

nav.l-footer__nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 780px) {
  nav.l-footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (max-width: 780px) {
  nav.l-footer__nav ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

nav.l-footer__nav ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #7a7e83;
}

@media (max-width: 780px) {
  nav.l-footer__nav ul li:not(:last-child)::after {
    display: none;
  }
}

nav.l-footer__nav ul li a {
  padding-left: 8px;
  padding-right: 8px;
}

nav.l-footer__nav ul li a .ic-home {
  background-image: url("../img/home_white_24dp.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 3px;
  opacity: 0.2;
}

nav.l-footer__nav ul li a .text {
  color: #7a7e83;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 8px 0;
  letter-spacing: 0.08em;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.l-footer__nav ul li a:hover .text {
  color: #b0b6ba;
}

.l-footer__copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #23272b;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.l-footer__copyright__offical-link {
  margin-bottom: 16px;
}

.l-footer__copyright__offical-link a .text {
  color: #7a7e83;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 1em;
}

.l-footer__copyright__offical-link a img {
  height: 48px;
  opacity: 0.3;
  width: auto;
}

.l-footer__copyright__text {
  color: #7a7e83;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
}

.l-footer__deco {
  width: 23.3333333333%;
  padding-top: 18.3333330714%;
  background-image: url("../img/ft-deco.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .l-footer__deco {
    width: 242px;
    padding-top: 190px;
  }
}

/*
  右から左へ
  ----------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/*
  左から右へ
  ----------------------------*/
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*
  IE11対策
  ----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.mv-page-deco {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.mv-page-deco__wrap {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.mv-page-deco__list {
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0 2px;
}

.mv-page-deco__list--left {
  -webkit-animation: infinity-scroll-left 180s infinite linear 0.5s both;
  animation: infinity-scroll-left 180s infinite linear 0.5s both;
}

.mv-page-deco__list--right {
  -webkit-animation: infinity-scroll-right 95s infinite linear 0.5s both;
  animation: infinity-scroll-right 95s infinite linear 0.5s both;
}

.mv-page-deco__item {
  width: 222.5vw;
  min-width: 2600px;
}

@media (max-width: 780px) {
  .mv-page-deco__item {
    min-width: 2600px;
  }
}

.mv-page-deco__item>img {
  width: 100%;
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

/*--==========================
object
============================--*/
.js-loader {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  align-items: center;
  -webkit-transition: all;
  transition: all;
  background-color: #fff;
}

.js-loader.is-loaded {
  -webkit-transition: opacity 2s ease, -webkit-transform 3s ease;
  transition: opacity 2s ease, -webkit-transform 3s ease;
  transition: opacity 2s ease, transform 3s ease;
  transition: opacity 2s ease, transform 3s ease, -webkit-transform 3s ease;
  pointer-events: none;
  opacity: 0;
}

.js-loader__progress {
  width: 320px;
  height: 320px;
  mask-image: url(../img/logo-mask.svg);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 320px;
  -webkit-mask-image: url(../img/logo-mask.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 320px;
  background-color: #e9e9e0;
  position: relative;
}

@media (max-width: 780px) {
  .js-loader__progress {
    width: 268px;
    height: 268px;
    mask-size: 268px;
    -webkit-mask-size: 268px;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.js-loader__progress__mask {
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  width: calc(100% + 2px);
  padding-top: calc(100% + 2px);
  background-image: url("../img/logo-mask.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

_:-ms-lang(x)::-ms-backdrop,
.js-loader__progress {
  mask-image: none;
  -webkit-mask-image: none;
}

.js-loader__progress__bar {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.site-logo {
  width: 22%;
  max-width: 356px;
  background-color: #fff;
  position: absolute;
  left: 56px;
  top: 56px;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 780px) {
  .site-logo {
    left: 24px;
    top: 48px;
    width: calc(50% - 16px);
  }
}

.mv-top-scroll-down {
  position: absolute;
  right: 56px;
  top: 70%;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: 400;
  color: #fff;
  -webkit-transform-origin: right;
  transform-origin: right;
  -moz-text-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
  -ms-text-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

@media (max-width: 780px) {
  .mv-top-scroll-down {
    right: 24px;
    top: 74%;
  }
}

.mv-top-scroll-down a {
  display: block;
}

.mv-top-scroll-down a .text {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.mv-top-scroll-down a .text:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("../img/ic-circle-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media (max-width: 780px) {
  .mv-top-scroll-down a .text:after {
    width: 24px;
    height: 24px;
  }
}

.mv-top-scroll-down:hover,
.mv-top-scroll-down:active {
  top: 71%;
}

.l-mv-top {
  height: auto;
  position: relative;
}

@media (max-width: 780px) {
  .l-mv-top {
    height: 100vh;
  }
}

.l-mv-top:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

/*
  右から左へ
  ----------------------------*/
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/*
  左から右へ
  ----------------------------*/
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*
  IE11対策
  ----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.mv-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

/*----------------------------*/
.mv-top__wrap {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.mv-top__wrap.-middle {
  margin-bottom: 4px;
  margin-top: 4px;
}

.mv-top__list {
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0 2px;
}

.mv-top__list--left {
  -webkit-animation: infinity-scroll-left 200s infinite linear 0.5s both;
  animation: infinity-scroll-left 200s infinite linear 0.5s both;
}

.mv-top__list--left2 {
  -webkit-animation: infinity-scroll-left 150s infinite linear 0.5s both;
  animation: infinity-scroll-left 150s infinite linear 0.5s both;
}

.mv-top__list--right {
  -webkit-animation: infinity-scroll-right 300s infinite linear 0.5s both;
  animation: infinity-scroll-right 300s infinite linear 0.5s both;
}

.mv-top__item {
  width: 222.5vw;
}

@media (max-width: 780px) {
  .mv-top__item {
    min-width: 3000px;
  }
}

.mv-top__item>img {
  width: 100%;
}

.bg-deco-pink {
  width: 100vw;
  height: 200vh;
  background-color: #fff2ea;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.l-mv-content {
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
  z-index: 1;
}

.l-mv-content.-background {
  padding-bottom: 72px;
}

@media (max-width: 780px) {
  .l-mv-content {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 108px;
    padding-bottom: 0;
  }
}

.l-anniversary {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 108px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
  background-color: #e9ddbf;
}

.l-anniversary-content {
  max-width: 480px;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 780px) {
  .l-anniversary-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.l-anniversary__ttl__deco-line {
  width: 100%;
  height: 5px;
  background-color: #d4bf89;
  mix-blend-mode: multiply;
  opacity: 0.75;
  position: absolute;
  margin-bottom: 20px;
  opacity: 0;
  left: 0;
  top: 0;
}

.l-anniversary__ttl__deco-line::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d4bf89;
  mix-blend-mode: multiply;
}

.l-anniversary__ttl {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  line-height: 1;
  mix-blend-mode: multiply;
  opacity: 0;
}

.l-anniversary__ttl__num {
  font-family: YakuHanMP, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: url("../img/bg-noise-gold.jpg");
  background-repeat: no-repeat;
  background-position: center 80%;
  font-size: 274px;
  line-height: 1;
  color: #d4bf89;
  font-weight: 900;
  letter-spacing: 0;
  letter-spacing: -10px;
}

@media (max-width: 780px) {
  .l-anniversary__ttl__num {
    font-size: min(54vw, 220px);
  }
}

_:-ms-lang(x)::-ms-backdrop,
.l-anniversary__ttl__num {
  background-image: none;
}

@media (max-width: 780px) {

  _:-ms-lang(x)::-ms-backdrop,
  .l-anniversary__ttl__num {
    font-size: 220px;
  }
}

.l-anniversary__ttl__uni {
  font-family: YakuHanMP, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 145px;
  line-height: 1;
  color: #d4bf89;
  font-weight: 900;
  letter-spacing: -0.01em;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: url("../img/bg-noise-gold.jpg");
  background-repeat: no-repeat;
  background-position: center 80%;
}

@media (max-width: 780px) {
  .l-anniversary__ttl__uni {
    right: 0;
    font-size: min(20vw, 145px);
  }
}

_:-ms-lang(x)::-ms-backdrop,
.l-anniversary__ttl__uni {
  background-image: none;
  bottom: -10px;
  font-size: 85px;
}

.l-anniversary__ttl-text {
  color: #d4bf89;
  font-size: 5rem;
  line-height: 1.5em;
  font-weight: 600;
  mix-blend-mode: multiply;
  font-family: YakuHanMP, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: normal;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: url("../img/bg-noise-gold.jpg");
  background-repeat: no-repeat;
  background-position: center 80%;
  opacity: 0;
}

@media (max-width: 780px) {
  .l-anniversary__ttl-text {
    font-size: min(9vw, 4.5rem);
  }
}

_:-ms-lang(x)::-ms-backdrop,
.l-anniversary__ttl-text {
  background-image: none;
  color: #d4bf89;
  letter-spacing: normal;
  font-size: 4.7rem;
  font-weight: bold;
}

@media (max-width: 780px) {

  _:-ms-lang(x)::-ms-backdrop,
  .l-anniversary__ttl-text {
    font-size: 40px;
  }
}

.l-anniversary .bg-deco-gold-noise {
  width: 100vw;
  height: 200vh;
  background-color: #fbf8f0;
  background: #e0ca91;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e0ca91 0%, #d5cea6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e0ca91 0%, #d5cea6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0ca91", endColorstr="#d5cea6", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 780px) {
  .l-anniversary .bg-deco-gold-noise {
    top: -50px;
  }
}

.l-anniversary .bg-deco-gold-noise::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(110deg, #e0ca91, transparent), url("../img/noise.svg");
  background: linear-gradient(-20deg, #e0ca91, transparent), url("../img/noise.svg");
  -webkit-filter: contrast(100%) brightness(900%);
  filter: contrast(100%) brightness(900%);
  display: block;
}

_:-ms-lang(x)::-ms-backdrop,
.l-anniversary .bg-deco-gold-noise {
  background-image: none;
  background-color: #fbf8f0;
}

_:-ms-lang(x)::-ms-backdrop,
.l-anniversary .bg-deco-gold-noise::after {
  display: none;
}

.l-anniversary__text {
  padding-top: 2em;
  font-size: 1.7rem;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-break: strict;
  opacity: 0;
}

.l-post-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
  z-index: 1;
}

.l-post-list.-lower {
  padding-top: 72px;
  padding-bottom: 72px;
}

@media (max-width: 780px) {
  .l-post-list {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.l-post-list .bg-deco-wh {
  width: 100vw;
  height: 200vh;
  background-color: #fff;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.l-post-list-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1188px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 780px) {
  .l-post-list-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.l-post-list-content.-feat-list {
  max-width: 756px;
}

.l-post-list-content.-feat-list .post-list-item {
  width: calc(50% - 20px);
}

@media (max-width: 780px) {
  .l-post-list-content.-feat-list .post-list-item {
    width: 100%;
  }

  .l-post-list-content.-feat-list .post-list-item:not(:last-child) {
    margin-bottom: 48px;
  }
}

.post-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 780px) {
  .post-list {
    width: 100%;
    display: block;
  }
}

.post-list-item {
  width: calc(33% - 20px);
  position: relative;
}

@media (max-width: 780px) {
  .post-list-item {
    width: 100%;
  }

  .post-list-item:not(:last-child) {
    margin-bottom: 48px;
  }
}

.post-list-item a {
  display: block;
}

.post-list-item a:hover img,
.post-list-item a:active img {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.post-list-item a:hover .post-list-item__desc__text,
.post-list-item a:active .post-list-item__desc__text {
  color: #000;
}

.post-list-item a:hover .post-list-item__btn .text,
.post-list-item a:active .post-list-item__btn .text {
  color: #343a40;
}

.l-post-list__ttl {
  margin-bottom: 60px;
  opacity: 0;
}

@media (max-width: 780px) {
  .l-post-list__ttl {
    margin-bottom: 32px;
  }
}

.l-post-list__ttl__text-hd {
  font-weight: 500;
  line-height: 1.4em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-break: strict;
  margin-bottom: 4px;
}

@media (max-width: 780px) {
  .l-post-list__ttl__text-hd {
    font-size: 2.4vw;
  }
}

.l-post-list__ttl__text {
  font-size: 3.8rem;
  line-height: 1.4473684211em;
  font-weight: 500;
}

@media (max-width: 780px) {
  .l-post-list__ttl__text {
    font-size: 5.2vw;
  }
}

.post-list-item__ph {
  width: 100%;
  height: 74.5614035088%;
  position: relative;
}

.post-list-item__ph img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-list-item__btn {
  position: absolute;
  right: 20px;
  bottom: -20px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 16px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-list-item__btn .text {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: #6c757d;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-list-item__btn .text:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/arrow_forward_black_24dp.svg");
}

.post-list-item__desc {
  padding-top: 40px;
}

@media (max-width: 780px) {
  .post-list-item__desc {
    padding-top: 24px;
  }
}

.post-list-item__desc__ttl {
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #343a40;
}

.post-list-item__ttl__text-hd {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
  color: #343a40;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  display: block;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}

.post-list-item__desc__text {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.08em;
  line-break: strict;
  color: #343a40;
  padding-top: 1em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 780px) {
  .post-list-item__desc__text {
    padding-top: 8px;
  }
}

.l-movie {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 144px;
  position: relative;
  z-index: 1;
}

.l-movie .bg-movie {
  width: 100vw;
  height: 55vw;
  background-image: url("../img/bg-movie.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 780px) {
  .l-movie .bg-movie {
    height: 150vw;
  }
}

.move__ttl {
  margin-bottom: 20px;
}

.move__ttl__text {
  font-size: 4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}

@media (max-width: 780px) {
  .move__ttl__text {
    font-size: 6vw;
  }
}

.move__media {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
}

.move__media iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 780px) {
  .move__ttl__hd {
    font-size: 3vw;
  }
}

.move__media .ytb-poster {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../img/ytb-poster.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: opaicty 1s ease;
  transition: opaicty 1s ease;
}

.move__media .ytb-poster.is-active {
  opacity: 0;
  z-index: -1;
}

.move__media .ytb-poster:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  box-shadow: none;
}

.ytb-poster-ic {
  width: 56px;
}

.move__media__caption {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  text-align: right;
}

.move__media__caption a {
  display: -webkit-box;
  display: flex;
}

.move__media__caption .text {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.move__media__caption .text::before {
  content: "";
  display: inline-block;
  background-image: url("../img/ic-youtube.svg");
  width: 24px;
  height: 24px;
  background-size: cover;
  margin-right: 8px;
}

.l-sponsers {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
  z-index: 1;
  background-color: #fbf8f0;
}

.l-sponsers__ttl {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  width: 100%;
  line-height: 1;
  height: 274px;
  mix-blend-mode: multiply;
}

.l-sponsers-content {
  width: 1120px;
  position: relative;
  z-index: 1;
}

.l-sponsers .bg-deco-gold {
  width: 100vw;
  height: 400vh;
  background-color: #fbf8f0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.l-sponsers__text {
  padding-top: 2em;
  font-size: 1.7rem;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-break: strict;
}

.sponsers-content {
  max-width: 1168px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media (max-width: 780px) {
  .sponsers-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.sponsers__ttl {
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
}

.sponsers__ttl__hd {
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  font-weight: 600;
  color: #d4bf89;
  line-height: 1.625;
}

@media (max-width: 780px) {
  .sponsers__ttl__hd {
    font-size: 1.3rem;
  }
}

.sponsers__ttl__text {
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4473684211;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (max-width: 780px) {
  .sponsers__ttl__text {
    font-size: 6vw;
  }
}

.sponsers__sbt {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.4375;
  font-weight: 500;
  padding-top: 6px;
}

@media (max-width: 780px) {
  .sponsers__sbt {
    font-size: 1.4rem;
  }
}

.list-amb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 780px) {
  .list-amb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.list-amb li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  font-size: 1.3rem;
}

.list-amb li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #344440;
  margin-right: 4px;
}

.sponsers-list {
  border: 1px solid #d4bf89;
  padding: 40px 30px;
  opacity: 0;
}

@media (max-width: 780px) {
  .sponsers-list {
    padding: 10px;
  }
}

.sponsers-list__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 780px) {
  .sponsers-list__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.sponsers-list__row::after {
  width: calc(100% - 60px);
  height: 1px;
  display: block;
  content: "";
  background-color: #d4bf89;
  margin-left: 30px;
}

@media (max-width: 780px) {
  .sponsers-list__row::after {
    display: none;
  }
}

.sponsers-list__row.-nbd::after {
  display: none;
}

.sponsers-list__item {
  padding: 30px;
  position: relative;
}

@media (max-width: 780px) {
  .sponsers-list__item {
    padding: 8px;
  }
}

.sponsers-list__item.-bdr:after {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background-color: #d4bf89;
}

@media (max-width: 780px) {
  .sponsers-list__item.-bdr:after {
    display: none;
  }
}

.sponsers-list__item[data-columns="10"] {
  width: 100%;
}

.sponsers-list__item[data-columns="6"] {
  width: 60%;
}

@media (max-width: 780px) {
  .sponsers-list__item[data-columns="6"] {
    width: 100%;
  }
}

.sponsers-list__item[data-columns="5"] {
  width: 50%;
}

@media (max-width: 780px) {
  .sponsers-list__item[data-columns="5"] {
    width: 100%;
  }
}

.sponsers-list__item[data-columns="4"] {
  width: 40%;
}

@media (max-width: 780px) {
  .sponsers-list__item[data-columns="4"] {
    width: 100%;
  }
}

.sponsers-list__item__ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 2.4;
  position: relative;
}

@media (max-width: 780px) {
  .sponsers-list__item__ttl {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.sponsers-list__item__ttl.-chuo-bus {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 6px;
}

.sponsers-list__item__ttl.-flx {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

@media (max-width: 780px) {
  .sponsers-list__item__ttl.-flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.sponsers-list__item__ttl.-flx .-sub {
  font-size: 1.4rem;
  padding-left: 1em;
}

@media (max-width: 780px) {
  .sponsers-list__item__ttl.-flx .-sub {
    padding-left: 0;
    line-height: 1;
  }
}

.sponsers-list__item__ttl__note {
  font-size: 1.2rem;
  line-height: 1;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  margin-left: auto;
  letter-spacing: normal;
}

@media (max-width: 780px) {
  .sponsers-list__item__ttl__note {
    position: absolute;
    right: 0;
    top: 36px;
  }
}

.sponsers-list__item__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 780px) {
  .sponsers-list__item__desc {
    padding-bottom: 16px;
    border-bottom: 1px solid #d4bf89;
  }
}

.sponsers-list__item__desc:not(:last-child) {
  margin-bottom: 20px;
}

.sponsers-list__item__sbt {
  font-weight: 500;
  margin-bottom: 4px;
}

.l-page-cont {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 780px) {
  .l-page-cont {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.l-page-cont.-w-wide {
  max-width: 960px;
}

.l-page-main {
  position: relative;
  background-color: #fbf8f0;
  z-index: 1;
  padding-bottom: 216px;
}

.l-page-main.-bgc-pink {
  background-color: #fff2ea;
}

@media (max-width: 780px) {
  .l-page-main {
    padding-bottom: 72px;
  }
}

.is-lower .l-page-main {
  padding-bottom: 144px;
}

@media (max-width: 780px) {
  .is-lower .l-page-main {
    padding-bottom: 72px;
  }
}

.bg-deco-gold {
  width: 100vw;
  height: 400vh;
  background-color: #fbf8f0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.l-page-header {
  position: relative;
  -webkit-animation: fadein 2s ease;
  animation: fadein 2s ease;
}

.l-page-header .bg-deco-pink {
  top: 50%;
  z-index: -1;
}

@media (max-width: 780px) {
  .l-page-header .bg-deco-pink {
    top: 25%;
  }
}

.l-page__ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.l-page__ttl.-static {
  position: static;
  margin-bottom: 48px;
}

@media (max-width: 780px) {
  .l-page__ttl.-static {
    margin-bottom: 24px;
  }
}

.l-page__ttl__cont {
  color: #fff;
}

.l-page__ttl__cont.-fc-bk {
  color: #344440;
}

.l-page__ttl__hd {
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.2666666667;
}

@media (max-width: 780px) {
  .l-page__ttl__hd {
    font-size: 3vw;
  }
}

.l-page__ttl__text {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-break: strict;
  font-weight: 500;
}

@media (max-width: 780px) {
  .l-page__ttl__text {
    font-size: 6vw;
  }
}

.l-page-cont__nav {
  -webkit-transform: translateY(-72%);
  transform: translateY(-72%);
  -webkit-animation: fadein 2s ease;
  animation: fadein 2s ease;
}

@media (max-width: 780px) {
  .l-page-cont__nav {
    -webkit-transform: translateY(-36%);
    transform: translateY(-36%);
    max-width: 340px;
    margin: 0 auto;
  }
}

.l-page-cont__nav ul {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 780px) {
  .l-page-cont__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.l-page-cont__nav ul li {
  width: 50%;
  display: block;
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.l-page-cont__nav ul li:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/expand_more_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -12px;
}

@media (max-width: 780px) {
  .l-page-cont__nav ul li:after {
    right: 6px;
  }
}

@media (max-width: 780px) {
  .l-page-cont__nav ul li {
    width: 100%;
    padding: 8px 16px;
  }
}

.l-page-cont__nav ul li:hover,
.l-page-cont__nav ul li:active {
  cursor: pointer;
  color: #000;
}

.l-page-cont__nav ul li:not(:last-child) {
  border-right: 1px solid #e2e6ea;
}

@media (max-width: 780px) {
  .l-page-cont__nav ul li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #e2e6ea;
  }
}

.l-page-cont__nav ul li .text {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 34/20;
  display: block;
}

@media (max-width: 780px) {
  .l-page-cont__nav ul li .text {
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 4px;
  }
}

.l-page-cont__nav ul li .post {
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
  display: block;
}

ruby rt {
  letter-spacing: normal;
}

.l-page-cont__article__text {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  line-height: 2.1818181818em;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  line-break: strict;
  opacity: 0;
}

@media (max-width: 780px) {
  .l-page-cont__article__text {
    font-size: 1.6rem;
  }
}

.l-page-cont__article__text-panelIn {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  line-height: 2.1818181818em;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  line-break: strict;
  -webkit-animation: fadein 2s ease;
  animation: fadein 2s ease;
}

@media (max-width: 780px) {
  .l-page-cont__article__text-panelIn {
    font-size: 1.6rem;
  }
}

.panel-group {
  position: relative;
}

.panel-footer-nav {
  margin-top: 86px;
  border-top: 1px solid rgba(52, 68, 64, 0.58);
}

.panel-footer-nav__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.panel-footer-nav__item {
  width: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.panel-footer-nav__item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.panel-footer-nav__item .text {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.7em;
  display: block;
}

.panel-footer-nav__item .post {
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
  display: block;
}

.panel-footer-nav__item:after {
  content: "";
  width: 46px;
  height: 46px;
  display: block;
  background-image: url("../img/ic-circle-arrow-bk.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}

.l-page-cont__article {
  padding-top: 72px;
  padding-bottom: 72px;
}

@media (max-width: 780px) {
  .l-page-cont__article {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.l-page-cont__article.-talk {
  padding-top: 0;
}

.l-page-cont__article.panel {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
}

.l-page-cont__article.panel.is-show {
  opacity: 1;
  display: block;
}

.l-page-cont__article__ttl {
  font-weight: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

@media (max-width: 780px) {
  .l-page-cont__article__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.l-page-cont__article__ttl .text {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media (max-width: 780px) {
  .l-page-cont__article__ttl .text {
    font-size: 5.9vw;
  }
}

.l-page-cont__article__ttl .post {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  padding-left: 1em;
}

@media (max-width: 780px) {
  .l-page-cont__article__ttl .post {
    padding-left: 0;
    padding-top: 0;
    font-size: 1.2rem;
  }
}

.l-page-cont__article__ttl-panelIn {
  font-weight: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  -webkit-animation: fadein 2s ease;
  animation: fadein 2s ease;
}

@media (max-width: 780px) {
  .l-page-cont__article__ttl-panelIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.l-page-cont__article__ttl-panelIn .text {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media (max-width: 780px) {
  .l-page-cont__article__ttl-panelIn .text {
    font-size: 5.9vw;
  }
}

.l-page-cont__article__ttl-panelIn .post {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  padding-left: 1em;
}

@media (max-width: 780px) {
  .l-page-cont__article__ttl-panelIn .post {
    padding-left: 0;
    padding-top: 0;
    font-size: 1.2rem;
  }
}

.l-page-cont__article__sbt {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 16px;
  opacity: 0;
}

@media (max-width: 780px) {
  .l-page-cont__article__sbt {
    font-size: 2.4rem;
  }
}

.l-page-cont__article__sbt.-sub {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 50px;
  opacity: 0;
}

@media (max-width: 780px) {
  .l-page-cont__article__sbt.-sub {
    font-size: 2.4rem;
  }
}

.l-page-cont__article__ph {
  margin: 72px auto;
  width: 100%;
}

@media (max-width: 780px) {
  .l-page-cont__article__ph {
    margin: 36px auto;
  }
}

.l-page-cont__article__ph.-ph1 {
  max-width: 460px;
}

.l-page-cont__article__ph .caption {
  font-size: 1.2rem;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-top: 10px;
}

.l-page-cont__article__ph-panelIn {
  margin: 72px auto;
  width: 100%;
}

@media (max-width: 780px) {
  .l-page-cont__article__ph-panelIn {
    margin: 36px auto;
  }
}

.l-page-cont__article__ph-panelIn.-ph1 {
  max-width: 460px;
}

.l-page-cont__article__ph-panelIn .caption {
  font-size: 1.2rem;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-top: 10px;
}

.article-ph-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 72px auto;
}

@media (max-width: 780px) {
  .article-ph-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}

.article-ph-grid__item {
  width: 33.33333%;
  position: relative;
}

.article-ph-grid__item figcaption {
  position: absolute;
  right: 4px;
  bottom: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}

@media (max-width: 780px) {
  .article-ph-grid__item {
    width: 100%;
    max-width: 460px;
  }

  .article-ph-grid__item:not(:last-child) {
    margin-bottom: 32px;
  }
}

.article-ph-grid__item__ph {
  position: relative;
}

.article-ph-grid__item.-has-caption {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.article-ph-grid__item.-has-caption .fig-caption {
  margin-top: auto;
}

.fig-caption {
  font-size: 1.2rem;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 32px;
}

.fig-caption .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 780px) {
  .fig-caption {
    padding-left: 0;
    padding-top: 16px;
  }
}

.writer {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 72px auto;
  text-align: right;
  padding: 24px 0;
}

@media (max-width: 780px) {
  .writer {
    font-size: 1.3rem;
    margin-bottom: 36px;
  }
}

.l-page-cont__article.-talk .l-page-cont__article__ttl {
  margin-bottom: 16px;
}

.l-page-cont__article.-talk .l-page-cont__article__text:not(:last-child) {
  margin-bottom: 56px;
}

.l-page-cont__article.-talk .l-page-cont__article__text .name {
  font-weight: bold;
}

.l-caption__deco {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.22);
  position: absolute;
  left: 0;
  bottom: 0;
}

.l-page-header-mv {
  width: 100vw;
  height: 100vh;
  -webkit-animation: fadein 2s ease;
  animation: fadein 2s ease;
}

.l-page-header-mv__slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-page-header-mv__slider::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}

.l-page-header-mv__slider__item {
  width: 100%;
  height: 100%;
}

.l-page-header-mv__slider__item figure.media {
  width: 100%;
  height: 100%;
}

.l-page-header-mv__slider__item figure.media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  max-width: none;
}

.l-page__ttl-mv {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 1;
  -moz-text-shadow: 0px 0px 65px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 65px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 65px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 65px rgba(0, 0, 0, 0.8);
}

.l-page__ttl-mv__cont {
  width: 700px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 780px) {
  .l-page__ttl-mv__cont {
    width: 100%;
    margin: 0 auto;
  }
}

.l-page__ttl-mv__hd {
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  font-weight: 500;
}

@media (max-width: 780px) {
  .l-page__ttl-mv__hd {
    font-size: 3vw;
  }
}

.l-page__ttl-mv__sub {
  font-size: 2.4rem;
  margin-bottom: 32px;
  font-weight: 500;
}

@media (max-width: 780px) {
  .l-page__ttl-mv__sub {
    font-size: 4vw;
  }
}

.l-page__ttl-mv__text {
  font-size: 4.8rem;
  letter-spacing: 0;
}

@media (max-width: 780px) {
  .l-page__ttl-mv__text {
    font-size: 6vw;
  }
}

.l-page__ttl-mv__ft {
  font-size: 2.4rem;
  margin-bottom: 64px;
  font-weight: 500;
}

@media (max-width: 780px) {
  .l-page__ttl-mv__ft {
    font-size: 3.5vw;
    margin-bottom: 48px;
  }
}

.l-page__ttl-mv__desc {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  line-height: 2;
}

@media (max-width: 780px) {
  .l-page__ttl-mv__desc {
    width: 100%;
    font-size: 1.2rem;
    text-align: justify;
    text-justify: inter-ideograph;
    padding-left: 24px;
    padding-right: 24px;
  }

  .l-page__ttl-mv__desc br {
    display: none;
  }
}

.l-facility-info {
  border: 1px solid #a6adb1;
  padding: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 780px) {
  .l-facility-info {
    max-width: 460px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 16px;
  }
}

.l-facility-info__media {
  width: calc(50% - 10px);
}

.l-facility-info__media img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 780px) {
  .l-facility-info__media {
    width: 100%;
    margin-bottom: 10px;
  }
}

.l-facility-info__desc {
  width: calc(50% - 10px);
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
}

@media (max-width: 780px) {
  .l-facility-info__desc {
    width: 100%;
  }
}

.l-facility-info__desc__ttl {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
}

.l-facility-info__desc__text {
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
}

.l-slide-content {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.l-slide-content__slider {
  width: 100%;
  height: 100%;
}

.l-slide-content__slider__item .media {
  width: 100%;
  height: 75%;
}

.l-slide-content__slider__item .media img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.l-caption-row {
  display: -webkit-box;
  display: flex;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 24px;
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}

@media (max-width: 780px) {
  .l-caption-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}

.l-caption__desc {
  width: calc(100% - 240px);
  padding-right: 32px;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
}

@media (max-width: 780px) {
  .l-caption__desc {
    width: 100%;
    padding-right: 0;
  }
}

.l-caption__desc__ttl {
  font-size: 2.3rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
  font-weight: 500;
}

@media (max-width: 780px) {
  .l-caption__desc__ttl {
    font-size: 4.8vw;
    margin-bottom: 8px;
  }
}

.l-caption__desc__text {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media (max-width: 780px) {
  .l-caption__desc__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 32px;
  }
}

.l-caption__media {
  width: 240px;
}

@media (max-width: 780px) {
  .l-caption__media {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
}

.l-caption__media .-ph {
  width: 100%;
  display: block;
  position: relative;
}

.l-caption__media .-ph img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 135px;
  max-width: none;
  -o-object-position: 100% 10%;
  object-position: 100% 10%;
}

@media (max-width: 780px) {
  .l-caption__media .-ph img {
    height: auto;
  }
}

.l-caption__media .caption {
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, メイリオ, sans-serif;
  font-size: 1.2rem;
  letter-spacing: normal;
  padding-top: 8px;
}

@media (max-width: 780px) {
  .l-caption__media .caption {
    font-size: 1.3rem;
  }
}

.l-caption__media .caption .honor-ttl {
  font-size: 1rem;
}

@media (max-width: 780px) {
  .l-caption__media .caption .honor-ttl {
    font-size: 1.2rem;
  }
}

.l-caption__media .caption .post-text {
  font-size: 1rem;
  padding-left: 4px;
}

@media (max-width: 780px) {
  .l-caption__media .caption .post-text {
    font-size: 1.2rem;
    padding-left: 8px;
  }
}

/*--==========================
utility
============================--*/