@charset "UTF-8";
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

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

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-bullet button {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

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

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

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

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

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

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

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

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* Zen Old Mincho - Regular (400) */
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../../dist/font/Zen_Old_Mincho/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Zen Old Mincho - Medium (500) */
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../../dist/font/Zen_Old_Mincho/ZenOldMincho-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Zen Old Mincho - SemiBold (600) */
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../../dist/font/Zen_Old_Mincho/ZenOldMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Zen Old Mincho - Bold (700) */
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../../dist/font/Zen_Old_Mincho/ZenOldMincho-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Zen Old Mincho - Black (900) */
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../../dist/font/Zen_Old_Mincho/ZenOldMincho-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* EB Garamond - Regular (400) */
@font-face {
  font-family: "EB Garamond";
  src: url("../../dist/font/EB_Garamond/static/EBGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* EB Garamond - Medium (500) */
@font-face {
  font-family: "EB Garamond";
  src: url("../../dist/font/EB_Garamond/static/EBGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* EB Garamond - SemiBold (600) */
@font-face {
  font-family: "EB Garamond";
  src: url("../../dist/font/EB_Garamond/static/EBGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* EB Garamond - Bold (700) */
@font-face {
  font-family: "EB Garamond";
  src: url("../../dist/font/EB_Garamond/static/EBGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* EB Garamond - ExtraBold (800) */
@font-face {
  font-family: "EB Garamond";
  src: url("../../dist/font/EB_Garamond/static/EBGaramond-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../dist/font/Noto_Sans_JP/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.keyvisual {
  width: 100%;
  position: relative;
}
.keyvisual__swiper {
  position: relative;
}
.keyvisual__item {
  background-color: #9F946D;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 125/144;
}
@media screen and (min-width: 768px) {
  .keyvisual__item {
    aspect-ratio: 1440/670;
  }
}
@media screen and (min-width: 768px) {
  .keyvisual__item--sendaiaobadori {
    aspect-ratio: 1440/587;
  }
}
.keyvisual__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.keyvisual__img img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.keyvisual__container {
  position: relative;
  opacity: 0;
}
.keyvisual__top {
  margin: 0 auto;
  width: calc(100% - 13.3333333333vw);
  padding: 3.2vw 0 6.4vw;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .keyvisual__top {
    flex-direction: row;
    width: 96%;
    max-width: 1200px;
    padding: 1.3888888889vw 0 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__top {
    padding: 20px 0 26px;
  }
}
.keyvisual__title {
  color: #1D2024;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .keyvisual__title {
    font-size: 4rem;
  }
}
.keyvisual__logo a {
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .keyvisual__logo a:hover {
    opacity: 0.7;
  }
}
.keyvisual__logo--rp img {
  width: 26.6666666667vw;
  height: 6.4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__logo--rp img {
    width: 15.9722222222vw;
    height: 3.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__logo--rp img {
    width: 230px;
    height: 56px;
  }
}
.keyvisual__logo--rg img {
  width: 21.0666666667vw;
  height: 6.4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__logo--rg img {
    width: 6.8263888889vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__logo--rg img {
    width: 98.3px;
    height: 30px;
  }
}
.keyvisual__logo--rjp img {
  width: 33.6vw;
  height: 6.4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__logo--rjp img {
    width: 10.9305555556vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__logo--rjp img {
    width: 157.4px;
    height: 30px;
  }
}
.keyvisual__logo--cas img {
  width: 30.1333333333vw;
  height: 6.4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__logo--cas img {
    width: 11.9861111111vw;
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__logo--cas img {
    width: 172.6px;
    height: 42px;
  }
}
.keyvisual__pagination {
  position: absolute;
  bottom: 5.3333333333vw !important;
}
@media screen and (min-width: 768px) {
  .keyvisual__pagination {
    width: auto !important;
    left: auto !important;
    right: 3.125vw !important;
    bottom: 3.125vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__pagination {
    right: 45px !important;
    bottom: 45px !important;
  }
}
.keyvisual__pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #F5F5F0;
  width: 8vw;
  height: 0.2666666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__pagination .swiper-pagination-bullet {
    width: 3.125vw;
    height: 0.1041666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__pagination .swiper-pagination-bullet {
    width: 45px;
    height: 1.5px;
  }
}
.keyvisual__pagination .swiper-pagination-bullet-active {
  height: 0.8vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__pagination .swiper-pagination-bullet-active {
    height: 0.3125vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__pagination .swiper-pagination-bullet-active {
    height: 4.5px;
  }
}

.lead__text {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .lead__text {
    font-size: 3rem;
    padding: 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .lead__text {
    padding: 120px 0;
  }
}
.lead__container {
  width: 100%;
  background-color: #8E7950;
}
.lead__list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4vw;
  width: calc(100% - 6.4vw);
  margin: 0 auto;
  padding: 6.4vw 0;
}
@media screen and (min-width: 768px) {
  .lead__list {
    width: 96%;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6666666667vw 2.0833333333vw;
    max-width: 1200px;
    padding: 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .lead__list {
    gap: 24px 30px;
    padding: 30px 0;
  }
}
.lead__item {
  width: 100%;
}
.lead__item a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: inherit;
  height: 12.2666666667vw;
  font-size: 1.4rem;
  font-weight: 500;
  color: #F5F5F0;
  text-align: center;
  border: 0.2666666667vw solid #F5F5F0;
}
@media screen and (min-width: 768px) {
  .lead__item a {
    width: 18.75vw;
    height: 5.2083333333vw;
    font-size: 2.4rem;
    border: 0.0694444444vw solid #F5F5F0;
  }
}
@media screen and (min-width: 1440px) {
  .lead__item a {
    width: 270px;
    height: 75px;
    border: 1px solid #F5F5F0;
  }
}
.lead__item a:hover {
  background-color: rgba(245, 245, 240, 0.3);
  transition: 0.5s;
}
.lead__item a:before {
  position: absolute;
  content: "";
  background-image: url("../../dist/img/brand/lead_item_icon1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 2.1333333333vw;
  bottom: 2.1333333333vw;
  width: 1.6vw;
  height: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .lead__item a:before {
    right: 0.5208333333vw;
    bottom: 0.5416666667vw;
    width: 0.4652777778vw;
    height: 0.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__item a:before {
    right: 7.5px;
    bottom: 7.8px;
    width: 6.7px;
    height: 11.2px;
  }
}

.news {
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .news {
    padding: 60px 0;
  }
}
.news__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 2.4rem;
  }
}
.news__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .news__title span {
    font-size: 6rem;
  }
}
.news__title {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__title {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title {
    margin-bottom: 45px;
  }
}
.news__list p {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .news__list p {
    font-size: 1.8rem;
  }
}
.news__item {
  border-bottom: 0.2666666667vw solid #1D2024;
}
@media screen and (min-width: 768px) {
  .news__item {
    border-bottom: 0.0694444444vw solid #1D2024;
  }
}
@media screen and (min-width: 1440px) {
  .news__item {
    border-bottom: 1px solid #1D2024;
  }
}
.news__item:first-child {
  border-top: 0.2666666667vw solid #1D2024;
}
@media screen and (min-width: 768px) {
  .news__item:first-child {
    border-top: 0.0694444444vw solid #1D2024;
  }
}
@media screen and (min-width: 1440px) {
  .news__item:first-child {
    border-top: 1px solid #1D2024;
  }
}
.news__item a {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 4.2666666667vw;
  padding: 6.4vw 0;
}
@media screen and (min-width: 768px) {
  .news__item a {
    gap: 2.0833333333vw;
    padding: 1.6666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__item a {
    gap: 30px;
    padding: 24px 0;
  }
}
.news__item a:hover {
  background-color: rgba(29, 32, 36, 0.2);
  transition: 0.5s;
}
.news__date {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .news__date {
    font-size: 1.5rem;
  }
}
.news__title {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 1.35rem;
  }
}

.summary {
  padding: 0 0 26.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .summary {
    padding: 0 0 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .summary {
    padding: 0 0 100px 0;
  }
}
.summary__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
  padding-top: 19.2vw;
}
@media screen and (min-width: 768px) {
  .summary__title {
    font-size: 2.4rem;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .summary__title {
    padding-top: 140px;
  }
}
.summary__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .summary__title span {
    font-size: 6rem;
  }
}
.summary__title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2666666667vw;
  height: 16vw;
  background-color: #1D2024;
}
@media screen and (min-width: 768px) {
  .summary__title:before {
    width: 0.0694444444vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .summary__title:before {
    width: 1px;
    height: 120px;
  }
}
.summary__title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .summary__title {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .summary__title {
    margin-bottom: 100px;
  }
}

.gallery {
  padding: 0 0 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .gallery {
    padding: 0 0 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .gallery {
    padding: 0 0 100px 0;
  }
}
.gallery__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
  padding-top: 19.2vw;
}
@media screen and (min-width: 768px) {
  .gallery__title {
    font-size: 2.4rem;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__title {
    padding-top: 140px;
  }
}
.gallery__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .gallery__title span {
    font-size: 6rem;
  }
}
.gallery__title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2666666667vw;
  height: 16vw;
  background-color: #1D2024;
}
@media screen and (min-width: 768px) {
  .gallery__title:before {
    width: 0.0694444444vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__title:before {
    width: 1px;
    height: 120px;
  }
}
.gallery__title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .gallery__title {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__title {
    margin-bottom: 100px;
  }
}
.gallery {
  /*
  &__container {
    position: relative;
    margin: 0 auto;
    max-width: sp-vw(327);
    margin-bottom: sp-vw(15);

    @include mq(tab) {
      max-width: tab-vw(1200);
      margin-bottom: tab-vw(20);
    }

    @include mq(pc) {
      max-width: 1200px;
      margin-bottom: 20px;
    }
  }
    */
}
.gallery__container {
  position: relative;
  margin: 0 auto;
  max-width: 87.2vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .gallery__container {
    max-width: 53.125vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__container {
    max-width: 810px;
    margin-bottom: 20px;
  }
}
.gallery__swiper--thumbnail {
  max-width: 87.2vw;
}
@media screen and (min-width: 768px) {
  .gallery__swiper--thumbnail {
    max-width: 55.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__swiper--thumbnail {
    max-width: 810px;
  }
}
.gallery__swiper--thumbnail .swiper-wrapper {
  width: 100% !important;
  gap: 2.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .gallery__swiper--thumbnail .swiper-wrapper {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__swiper--thumbnail .swiper-wrapper {
    gap: 10px;
  }
}
.gallery__swiper--thumbnail .swiper-slide-thumb-active::before {
  opacity: 0;
  transition: 0.3s;
}
.gallery__list {
  width: fit-content;
  margin: 0 auto;
}
.gallery {
  /*
  &__item {
    width: 100%;
    height: sp-vw(203);
    background-color: #9F946D;
    overflow: hidden;

    @include mq(tab) {
      height: tab-vw(556.5);
    }

    @include mq(pc) {
      height: 556.5px;
    }
  }
    */
}
.gallery__item {
  width: 100%;
  height: 54.1333333333vw;
  background-color: #9F946D;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gallery__item {
    height: 36.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__item {
    height: 520px;
  }
}
.gallery__img {
  height: 100%;
}
.gallery__img img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery__thumbnail {
  cursor: pointer;
  position: relative;
  width: 26.9333333333vw !important;
  height: 16.8vw !important;
  background-color: #9F946D;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gallery__thumbnail {
    width: 6.9444444444vw !important;
    height: 4.6527777778vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__thumbnail {
    width: 100px !important;
    height: 67px !important;
  }
}
.gallery__thumbnail img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery__thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 32, 36, 0.8);
  transition: 0.5s;
  z-index: 1;
}
.gallery__next {
  background: url(../img/brand/gallery_next_icon1.svg), rgba(245, 245, 240, 0.8);
  right: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .gallery__next {
    right: -2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__next {
    right: -30px;
  }
}
.gallery__prev {
  background: url(../img/brand/gallery_prev_icon1.svg), rgba(245, 245, 240, 0.8);
  left: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .gallery__prev {
    left: -2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__prev {
    left: -30px;
  }
}
.gallery__next, .gallery__prev {
  position: absolute;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  top: 58%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 3.2vw 1.8vw;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .gallery__next, .gallery__prev {
    top: 50%;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: 0.8333333333vw 0.46875vw;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__next, .gallery__prev {
    width: 60px;
    height: 60px;
    background-size: 12px 6.75px;
  }
}

.swiper-navigation-icon {
  display: none;
}

.share {
  position: relative;
  padding: 16vw 0 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .share {
    padding: 8.6111111111vw 0 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .share {
    padding: 124px 0 70px;
  }
}
.share__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .share__title {
    font-size: 2.4rem;
  }
}
.share__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .share__title span {
    font-size: 6rem;
  }
}
.share__title {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .share__title {
    margin-bottom: 8.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .share__title {
    margin-bottom: 128px;
  }
}
.share__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  width: calc(100% - 6.4vw);
  gap: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .share__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px;
    width: 96%;
    gap: 2.7777777778vw 3.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .share__list {
    gap: 40px 54px;
  }
}
.share__item {
  position: relative;
}
.share__thumbnail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .share__thumbnail {
    max-width: 25vw;
  }
}
@media screen and (min-width: 1440px) {
  .share__thumbnail {
    max-width: 360px;
  }
}
.share__thumbnail img {
  width: 100%;
  height: auto;
}
.share__group {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .share__group {
    margin-top: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .share__group {
    margin-top: 14px;
  }
}
.share__name {
  font-size: 2rem;
  margin-bottom: 2.1333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .share__name {
    font-size: 2.4rem;
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .share__name {
    margin-bottom: 8px;
  }
}
.share__detail {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .share__detail {
    font-size: 1.8rem;
  }
}
.share__img {
  width: 100%;
  aspect-ratio: 840/560;
  overflow: hidden;
}
.share__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.equipment {
  position: relative;
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .equipment {
    padding: 6.3888888889vw 0 5.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .equipment {
    padding: 92px 0 85px;
  }
}
.equipment__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .equipment__title {
    font-size: 2.4rem;
  }
}
.equipment__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .equipment__title span {
    font-size: 6rem;
  }
}
.equipment__title {
  margin-bottom: 9.6vw;
}
@media screen and (min-width: 768px) {
  .equipment__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .equipment__title {
    margin-bottom: 60px;
  }
}
.equipment__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  width: calc(100% - 6.4vw);
  gap: 3.2vw;
}
@media screen and (min-width: 768px) {
  .equipment__list {
    grid-template-columns: repeat(8, 1fr);
    max-width: 1200px;
    width: 96%;
    gap: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .equipment__list {
    gap: 18px;
  }
}
.equipment__img {
  width: 100%;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .equipment__img {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .equipment__img {
    margin-bottom: 10px;
  }
}
.equipment__img img {
  width: 100%;
  height: auto;
}
.equipment__name {
  color: #1D2024;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .equipment__name {
    font-size: 1.35rem;
  }
}

.concept {
  padding-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-bottom: 6.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept {
    padding-bottom: 88px;
  }
}
.concept__inner {
  margin: 0 auto;
  width: calc(100% - 6.4vw);
}
@media screen and (min-width: 768px) {
  .concept__inner {
    width: 96%;
    max-width: 1200px;
  }
}
.concept__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
  padding-top: 19.2vw;
}
@media screen and (min-width: 768px) {
  .concept__title {
    font-size: 2.4rem;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept__title {
    padding-top: 140px;
  }
}
.concept__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .concept__title span {
    font-size: 6rem;
  }
}
.concept__title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2666666667vw;
  height: 16vw;
  background-color: #1D2024;
}
@media screen and (min-width: 768px) {
  .concept__title:before {
    width: 0.0694444444vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept__title:before {
    width: 1px;
    height: 120px;
  }
}
.concept__title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .concept__title {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept__title {
    margin-bottom: 100px;
  }
}
.concept__lead {
  color: #1D2024;
  font-size: 2rem;
  letter-spacing: 0.02rem;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .concept__lead {
    font-size: 3.2rem;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept__lead {
    margin-bottom: 20px;
  }
}
.concept__lead--center {
  text-align: center;
}
.concept__text {
  color: #1D2024;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
  margin: 0 0 16vw;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .concept__text {
    font-size: 2.4rem;
    margin: 0 0 5.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept__text {
    margin: 0 0 75px;
  }
}
@media screen and (min-width: 768px) {
  .concept__img {
    width: 50%;
    flex-shrink: 0;
  }
}
.concept__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.concept__img--space {
  width: auto;
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  .concept__img--space {
    margin-bottom: 5.5555555556vw;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .concept__img--space {
    margin-bottom: 80px;
  }
}
.concept__list {
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .concept__list {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept__list {
    margin-top: 20px;
  }
}
.concept__item {
  position: relative;
  color: #1D2024;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
  line-height: 1.6;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .concept__item {
    font-size: 2.4rem;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .concept__item {
    padding-left: 24px;
  }
}
.concept__item::before {
  position: absolute;
  content: "";
  background-color: #1D2024;
  border-radius: 50%;
  top: 2.6666666667vw;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  left: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .concept__item::before {
    width: 0.3472222222vw;
    height: 0.3472222222vw;
    left: 0.6944444444vw;
    top: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept__item::before {
    width: 5px;
    height: 5px;
    left: 10px;
    top: 12px;
  }
}
.concept__flex {
  display: flex;
  flex-direction: column;
  margin-top: 6.4vw;
  gap: 6.4vw;
}
@media screen and (min-width: 768px) {
  .concept__flex {
    flex-direction: row;
    margin-top: 5.5555555556vw;
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .concept__flex {
    margin-top: 80px;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .concept__flex--reverse {
    flex-direction: row-reverse;
  }
}

.information {
  background-color: rgba(142, 121, 80, 0.15);
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .information {
    padding: 4.1666666667vw 0 4.3055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .information {
    padding: 60px 0 62px;
  }
}
.information__inner {
  margin: 0 auto;
  width: calc(100% - 6.4vw);
}
@media screen and (min-width: 768px) {
  .information__inner {
    width: 96%;
    max-width: 1200px;
  }
}
.information__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .information__title {
    font-size: 2.4rem;
  }
}
.information__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .information__title span {
    font-size: 6rem;
  }
}
.information__title {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .information__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .information__title {
    margin-bottom: 60px;
  }
}
.information__list {
  border-bottom: 0.2666666667vw solid #1D2024;
}
@media screen and (min-width: 768px) {
  .information__list {
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .information__list {
    border-width: 1px;
  }
}
.information__item {
  width: 100%;
  display: flex;
  padding: 4.2666666667vw;
  flex-direction: column;
  gap: 4.2666666667vw;
  border-top: 0.2666666667vw solid #1D2024;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .information__item {
    flex-direction: row;
    padding: 2.2222222222vw 0;
    gap: 2.0833333333vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .information__item {
    padding: 32px 0;
    gap: 30px;
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .information__item:hover {
    opacity: 0.7;
  }
}
.information__item {
  /*
  a {
    width: 100%;
    display: flex;
    padding: sp-vw(16);
    flex-direction: column;
    gap: sp-vw(16);
    border-top: sp-vw(1) solid $black1;
    transition: 0.3s ease;

    @include mq(tab) {
      flex-direction: row;
      padding: tab-vw(32) 0;
      gap: tab-vw(30);
      border-width: tab-vw(1);
    }

    @include mq(pc) {
      padding: 32px 0;
      gap: 30px;
      border-width: 1px;
    }

    &:hover{
      @include mq(tab){
        opacity: 0.7;
      }
    }
  }
    */
}
.information__date {
  color: #1D2024;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .information__date {
    font-size: 2rem;
  }
}
.information__text {
  color: #1D2024;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .information__text {
    font-size: 1.8rem;
  }
}

.roomtour {
  padding-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .roomtour {
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtour {
    padding-bottom: 90px;
  }
}
.roomtour__outer {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .roomtour__outer {
    width: 30%;
    margin-bottom: 0;
  }
}
.roomtour__inner {
  margin: 0 auto;
  width: calc(100% - 6.4vw);
}
@media screen and (min-width: 768px) {
  .roomtour__inner {
    width: 96%;
    max-width: 1200px;
  }
}
.roomtour__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .roomtour__title {
    font-size: 2.4rem;
  }
}
.roomtour__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .roomtour__title span {
    font-size: 6rem;
  }
}
.roomtour__title {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .roomtour__title {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtour__title {
    margin-bottom: 45px;
  }
}
.roomtour__video {
  height: 53.3333333333vw;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .roomtour__video {
    height: 15.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtour__video {
    height: 216px;
  }
}
.roomtour__video iframe,
.roomtour__video a,
.roomtour__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.roomtour__box {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
@media screen and (min-width: 768px) {
  .roomtour__box {
    flex-direction: row;
    gap: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtour__box {
    gap: 24px;
  }
}

.roomtype {
  padding: 0 0 16vw 0;
  background-color: #8E7950;
}
@media screen and (min-width: 768px) {
  .roomtype {
    padding: 0 0 7.6388888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype {
    padding: 0 0 110px 0;
  }
}
.roomtype__inner {
  margin: 0 auto;
  width: calc(100% - 6.4vw);
}
@media screen and (min-width: 768px) {
  .roomtype__inner {
    width: 96%;
    max-width: 1200px;
  }
}
.roomtype__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  color: #F5F5F0;
  line-height: 1;
  margin: 0 auto;
  padding-top: 19.2vw;
}
@media screen and (min-width: 768px) {
  .roomtype__title {
    font-size: 2.4rem;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__title {
    padding-top: 140px;
  }
}
.roomtype__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .roomtype__title span {
    font-size: 6rem;
  }
}
.roomtype__title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2666666667vw;
  height: 16vw;
  background-color: #F5F5F0;
}
@media screen and (min-width: 768px) {
  .roomtype__title:before {
    width: 0.0694444444vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__title:before {
    width: 1px;
    height: 120px;
  }
}
.roomtype__title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .roomtype__title {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__title {
    margin-bottom: 100px;
  }
}
.roomtype__subtitle {
  position: relative;
  color: #F5F5F0;
  font-size: 2.4rem;
  margin-bottom: 10.6666666667vw;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .roomtype__subtitle {
    font-size: 3.2rem;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__subtitle {
    margin-bottom: 45px;
  }
}
.roomtype__span {
  position: absolute;
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  background-color: #F5F5F0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .roomtype__span {
    width: 2.2222222222vw;
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__span {
    width: 32px;
    height: 2px;
  }
}
.roomtype__span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.roomtype__span--active::after {
  transform: rotate(90deg);
}
.roomtype__container {
  position: relative;
  margin: 0 auto;
  max-width: 87.2vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .roomtype__container {
    max-width: 62.5vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__container {
    max-width: 900px;
    margin-bottom: 20px;
  }
}
.roomtype__swiper--thumbnail {
  max-width: 87.2vw;
}
@media screen and (min-width: 768px) {
  .roomtype__swiper--thumbnail {
    max-width: 50.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__swiper--thumbnail {
    max-width: 730px;
  }
}
.roomtype__swiper--thumbnail .swiper-wrapper {
  width: 100% !important;
  display: grid;
  gap: 2.6666666667vw;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .roomtype__swiper--thumbnail .swiper-wrapper {
    display: flex;
    gap: 0;
    grid-template-columns: none;
  }
}
.roomtype__swiper--thumbnail .swiper-slide-thumb-active::before {
  opacity: 0;
  transition: 0.3s;
}
.roomtype__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6666666667vw;
  margin-bottom: 16vw;
  opacity: 1;
  max-height: 10000px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease, margin-bottom 0.4s ease;
}
@media screen and (min-width: 768px) {
  .roomtype__list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 8.3333333333vw;
    gap: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__list {
    gap: 24px;
    margin-bottom: 120px;
  }
}
.roomtype__list--active {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}
.roomtype__item {
  width: 100%;
}
.roomtype__img {
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
  background-color: #ffffff;
  height: 56.5333333333vw;
}
@media screen and (min-width: 768px) {
  .roomtype__img {
    height: 35.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__img {
    height: 512px;
  }
}
@media screen and (min-width: 768px) {
  .roomtype__img:hover {
    opacity: 0.6;
  }
}
.roomtype__img:before {
  position: absolute;
  content: "";
  background-image: url(../img/single-brand/roomtype_img_icon1.svg);
  background-size: cover;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  bottom: 2.1333333333vw;
  right: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .roomtype__img:before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    bottom: 1.3888888889vw;
    right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__img:before {
    width: 24px;
    height: 24px;
    right: 20px;
    bottom: 20px;
  }
}
.roomtype__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.roomtype__thumbnail {
  cursor: pointer;
  position: relative;
  width: 26.9333333333vw !important;
  height: 16.8vw !important;
  background-color: #9F946D;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .roomtype__thumbnail {
    width: 5.2083333333vw !important;
    height: 3.2291666667vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__thumbnail {
    width: 75px !important;
    height: 46.5px !important;
  }
}
.roomtype__thumbnail img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.roomtype__thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 32, 36, 0.8);
  transition: 0.5s;
  z-index: 1;
}
.roomtype__next {
  background: url(../img/rp/gallery_next_icon1.svg), rgba(245, 245, 240, 0.8);
  right: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .roomtype__next {
    right: -2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__next {
    right: -30px;
  }
}
.roomtype__prev {
  background: url(../img/rp/gallery_prev_icon1.svg), rgba(245, 245, 240, 0.8);
  left: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .roomtype__prev {
    left: -2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__prev {
    left: -30px;
  }
}
.roomtype__next, .roomtype__prev {
  position: absolute;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 3.2vw 1.8vw;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .roomtype__next, .roomtype__prev {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: 0.8333333333vw 0.46875vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__next, .roomtype__prev {
    width: 60px;
    height: 60px;
    background-size: 12px 6.75px;
  }
}
.roomtype__info {
  color: #F5F5F0;
  font-size: 1.6rem;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .roomtype__info {
    font-size: 2rem;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__info {
    margin-top: 20px;
  }
}
.roomtype__info span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .roomtype__info span {
    font-size: 1.4rem;
  }
}
.roomtype__vr {
  position: relative;
  height: 24vw;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .roomtype__vr {
    height: 15vw;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__vr {
    height: 216px;
    margin-top: 20px;
  }
}
.roomtype__vr a {
  position: relative;
  width: 100%;
  height: 100%;
}
.roomtype__vr a::after {
  content: "";
  position: absolute;
  background-image: url(../img/single-brand/roomtype_vr_icon1.svg);
  width: 8vw;
  height: 8vw;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .roomtype__vr a::after {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__vr a::after {
    width: 60px;
    height: 60px;
  }
}
.roomtype__vr a::before {
  content: "3Dウォークスルー";
  position: absolute;
  color: #ffffff;
  font-size: 1rem;
  transform: translate(-50%, 50%);
  left: 50%;
  top: calc(45% + 2.6666666667vw);
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .roomtype__vr a::before {
    font-size: 1.2rem;
    top: calc(45% + 2.0833333333vw);
  }
}
@media screen and (min-width: 1440px) {
  .roomtype__vr a::before {
    top: calc(45% + 30px);
  }
}
.roomtype__vr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roomtype__vr--none a::before, .roomtype__vr--none a::after {
  display: none;
}

.service {
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .service {
    padding: 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .service {
    padding: 20px 0;
  }
}
.service__inner {
  margin: 0 auto;
  width: calc(100% - 6.4vw);
}
@media screen and (min-width: 768px) {
  .service__inner {
    width: 96%;
    max-width: 1200px;
  }
}
.service__title {
  color: #1D2024;
  font-size: 2rem;
  padding: 5.3333333333vw 0;
  position: relative;
  font-weight: 400;
  background-position: top;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #8E7950 37.3333333333vw, #D9D9D9 37.3333333333vw);
  background-size: 100% 0.2666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .service__title {
    background-image: linear-gradient(to right, #8E7950 19%, #D9D9D9 19%);
    background-size: 100% 0.0486111111vw;
    font-size: 4rem;
    padding: 1.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .service__title {
    padding: 28px 0;
    background-size: 100% 0.7px;
  }
}
.service__title::after {
  background-color: #1D2024;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(-50%);
  width: 5.0666666667vw;
  height: 0.1866666667vw;
}
@media screen and (min-width: 768px) {
  .service__title::after {
    width: 1.5277777778vw;
    height: 0.0486111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .service__title::after {
    width: 22px;
    height: 0.7px;
  }
}
.service__title--double {
  background-position: top, bottom;
  background-image: linear-gradient(to right, #8E7950 37.3333333333vw, #D9D9D9 37.3333333333vw), linear-gradient(to right, #8E7950 37.3333333333vw, #D9D9D9 37.3333333333vw);
}
@media screen and (min-width: 768px) {
  .service__title--double {
    background-image: linear-gradient(to right, #8E7950 19%, #D9D9D9 19%), linear-gradient(to right, #8E7950 19%, #D9D9D9 19%);
  }
}
.service__title--active {
  background-position: top;
  background-image: linear-gradient(to right, #8E7950 37.3333333333vw, #D9D9D9 37.3333333333vw);
}
@media screen and (min-width: 768px) {
  .service__title--active {
    background-image: linear-gradient(to right, #8E7950 19%, #D9D9D9 19%);
  }
}
.service__title--active::before {
  background-color: #1D2024;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 5.0666666667vw;
  height: 0.1866666667vw;
}
@media screen and (min-width: 768px) {
  .service__title--active::before {
    width: 1.5277777778vw;
    height: 0.0486111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .service__title--active::before {
    width: 22px;
    height: 0.7px;
  }
}
.service__lead {
  color: #1D2024;
  font-size: 2rem;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 768px) {
  .service__lead {
    font-size: 3.2rem;
  }
}
.service__lead--center {
  text-align: center;
}
.service__subtitle {
  color: #1D2024;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 768px) {
  .service__subtitle {
    font-size: 2.4rem;
  }
}
.service__text {
  color: #1D2024;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .service__text {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .service__text {
    margin-top: 8px;
  }
}
.service__list {
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .service__list {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .service__list {
    margin-top: 20px;
  }
}
.service__content {
  background-color: rgba(142, 121, 80, 0.15);
  padding: 5.3333333333vw 5.3333333333vw 4.8vw 4.8vw;
}
@media screen and (min-width: 768px) {
  .service__content {
    padding: 1.5277777778vw 1.5277777778vw 1.9444444444vw 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .service__content {
    padding: 22px 22px 28px 22px;
  }
}
.service__accordion {
  display: grid;
  gap: 3.2vw;
  max-height: 0;
  opacity: 0;
  overflow: hidden; /* 中身がはみ出さないように必須 */
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease; /* 変化させたい項目を指定 */
}
@media screen and (min-width: 768px) {
  .service__accordion {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .service__accordion {
    gap: 26px;
  }
}
.service__accordion--active {
  padding-bottom: 10.6666666667vw;
  opacity: 1;
  max-height: 1000px;
}
@media screen and (min-width: 768px) {
  .service__accordion--active {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .service__accordion--active {
    padding-bottom: 54px;
  }
}
.service__accordion--active:last-of-type {
  padding-bottom: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .service__accordion--active:last-of-type {
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .service__accordion--active:last-of-type {
    padding-bottom: 40px;
  }
}
.service__note {
  color: #1D2024;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .service__note {
    font-size: 1.4rem;
  }
}

.location {
  background-color: #8E7950;
  padding-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .location {
    padding-bottom: 7.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .location {
    padding-bottom: 112px;
  }
}
.location--sendaiaobadori {
  position: relative;
  padding: 10.6666666667vw 0 10.6666666667vw;
  background-color: #F5F5F0;
}
@media screen and (min-width: 768px) {
  .location--sendaiaobadori {
    padding: 4.8611111111vw 0 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .location--sendaiaobadori {
    padding: 70px 0 70px;
  }
}
.location__inner {
  margin: 0 auto;
  width: calc(100% - 6.4vw);
}
@media screen and (min-width: 768px) {
  .location__inner {
    width: 96%;
    max-width: 1200px;
  }
}
.location__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  color: #F5F5F0;
  line-height: 1;
  margin: 0 auto;
  padding-top: 19.2vw;
}
@media screen and (min-width: 768px) {
  .location__title {
    font-size: 2.4rem;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__title {
    padding-top: 140px;
  }
}
.location__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .location__title span {
    font-size: 6rem;
  }
}
.location__title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2666666667vw;
  height: 16vw;
  background-color: #F5F5F0;
}
@media screen and (min-width: 768px) {
  .location__title:before {
    width: 0.0694444444vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__title:before {
    width: 1px;
    height: 120px;
  }
}
.location__title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .location__title {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__title {
    margin-bottom: 100px;
  }
}
.location__title--sendaiaobadori {
  color: black;
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .location__title--sendaiaobadori {
    font-size: 2.4rem;
  }
}
.location__title--sendaiaobadori span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .location__title--sendaiaobadori span {
    font-size: 6rem;
  }
}
.location__title--sendaiaobadori {
  margin-bottom: 13.3333333333vw;
  padding-top: 0;
}
.location__title--sendaiaobadori::before, .location__title--sendaiaobadori::after {
  content: none !important;
  display: none !important;
}
@media screen and (min-width: 768px) {
  .location__title--sendaiaobadori {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__title--sendaiaobadori {
    margin-bottom: 100px;
  }
}
.location__subtitle {
  color: #F5F5F0;
  font-size: 1.8rem;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .location__subtitle {
    font-size: 2rem;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__subtitle {
    margin-top: 20px;
  }
}
.location__text {
  color: #F5F5F0;
  font-size: 1.4rem;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .location__text {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__text {
    margin-top: 8px;
  }
}
.location__list {
  margin-top: 16vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4vw 3.2vw;
}
@media screen and (min-width: 768px) {
  .location__list {
    margin-top: 6.25vw;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.1666666667vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__list {
    margin-top: 90px;
    gap: 60px 24px;
  }
}
.location__map iframe {
  filter: contrast(0.95) sepia(0.1) hue-rotate(-11deg);
  width: 100%;
  height: 36.2666666667vw;
}
@media screen and (min-width: 768px) {
  .location__map iframe {
    height: 36.4583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__map iframe {
    height: 525px;
  }
}
.location__img {
  height: 25.6vw;
}
@media screen and (min-width: 768px) {
  .location__img {
    height: 16.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__img {
    height: 234px;
  }
}
.location__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location__locationmap {
  height: auto;
  max-width: 726px;
  margin: 0 auto;
}
.location__locationmap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.outline {
  padding-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .outline {
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline {
    padding-bottom: 96px;
  }
}
.outline__inner {
  margin: 0 auto;
  width: calc(100% - 6.4vw);
}
@media screen and (min-width: 768px) {
  .outline__inner {
    width: 96%;
    max-width: 1200px;
  }
}
.outline__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
  padding-top: 19.2vw;
}
@media screen and (min-width: 768px) {
  .outline__title {
    font-size: 2.4rem;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__title {
    padding-top: 140px;
  }
}
.outline__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .outline__title span {
    font-size: 6rem;
  }
}
.outline__title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2666666667vw;
  height: 16vw;
  background-color: #1D2024;
}
@media screen and (min-width: 768px) {
  .outline__title:before {
    width: 0.0694444444vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__title:before {
    width: 1px;
    height: 120px;
  }
}
.outline__title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .outline__title {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__title {
    margin-bottom: 100px;
  }
}
.outline__table {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .outline__table {
    font-size: 1.6rem;
  }
}
.outline__tr {
  display: flex;
  padding: 3.2vw 0;
  background-image: linear-gradient(to right, #8E7950 21.3333333333vw, #EAEBEB 21.3333333333vw);
  background-size: 100% 0.2vw;
  background-position: top;
  /* 位置の指定 */
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .outline__tr {
    padding: 1.25vw 0;
    background-image: linear-gradient(to right, #8E7950 8.3333333333vw, #EAEBEB 8.3333333333vw);
    background-size: 100% 0.0520833333vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__tr {
    padding: 18px 0;
    background-image: linear-gradient(to right, #8E7950 120px, #EAEBEB 120px);
    background-size: 100% 0.75px;
  }
}
.outline__tr:last-of-type {
  background-image: linear-gradient(to right, #8E7950 21.3333333333vw, #EAEBEB 21.3333333333vw), linear-gradient(to right, #8E7950 21.3333333333vw, #EAEBEB 21.3333333333vw);
  background-size: 100% 0.2vw;
  background-position: top, bottom;
}
@media screen and (min-width: 768px) {
  .outline__tr:last-of-type {
    background-image: linear-gradient(to right, #8E7950 8.3333333333vw, #EAEBEB 8.3333333333vw), linear-gradient(to right, #8E7950 8.3333333333vw, #EAEBEB 8.3333333333vw);
    background-size: 100% 0.0520833333vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__tr:last-of-type {
    background-image: linear-gradient(to right, #8E7950 120px, #EAEBEB 120px), linear-gradient(to right, #8E7950 120px, #EAEBEB 120px);
    background-size: 100% 0.75px;
  }
}
.outline__th {
  width: 21.3333333333vw;
  text-align: left;
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .outline__th {
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__th {
    width: 120px;
  }
}

.single-brand {
  background-color: #8E7950;
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .single-brand {
    padding: 3.6111111111vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .single-brand {
    padding: 52px 0;
  }
}
.single-brand__inner {
  display: flex;
  margin: 0 auto;
  width: calc(100% - 6.4vw);
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .single-brand__inner {
    width: 96%;
    max-width: 1200px;
    flex-direction: row;
  }
}
.single-brand__title {
  color: #F5F5F0;
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single-brand__title {
    font-size: 2.4rem;
  }
}
.single-brand__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single-brand__title span {
    font-size: 6rem;
  }
}
.single-brand__title {
  margin: 0;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .single-brand__title {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-brand__title {
    margin-bottom: 30px;
  }
}
.single-brand__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13.8666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .single-brand__box {
    width: 50%;
    padding: 0;
  }
}
.single-brand__box:first-of-type {
  padding: 0 0 13.8666666667vw;
  border-bottom: 0.2666666667vw solid #F5F5F0;
}
@media screen and (min-width: 768px) {
  .single-brand__box:first-of-type {
    padding: 0;
    border-right: 0.0694444444vw solid #F5F5F0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1440px) {
  .single-brand__box:first-of-type {
    border-width: 1px;
  }
}
.single-brand__text {
  color: #F5F5F0;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .single-brand__text {
    font-size: 1.6rem;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-brand__text {
    margin-bottom: 30px;
  }
}
.single-brand__btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  border: 0.2666666667vw solid #F5F5F0;
  font-size: 1.2rem;
  margin-top: 3.2vw;
  background-color: transparent;
  letter-spacing: 0.14rem;
}
@media screen and (min-width: 768px) {
  .single-brand__btn {
    border: 0.0694444444vw solid #F5F5F0;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .single-brand__btn {
    border: 1px solid #F5F5F0;
  }
}
.single-brand__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F0;
  transform: translateX(-101%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.single-brand__btn a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-image: url(../img/module/contact_white_icon1.svg);
  background-repeat: no-repeat;
  background-size: 3.2vw 3.2vw;
  background-position: right 3.2vw center;
}
@media screen and (min-width: 768px) {
  .single-brand__btn a {
    background-size: 1.0416666667vw 1.0416666667vw;
    background-position: right 1.3888888889vw center;
  }
}
@media screen and (min-width: 1440px) {
  .single-brand__btn a {
    background-size: 15px 15px;
    background-position: right 20px center;
  }
}
.single-brand__btn:hover {
  color: #1D2024;
}
.single-brand__btn:hover:before {
  transform: translateX(0);
}
.single-brand__btn:hover a {
  background-image: url(../img/module/contact_black_icon1.svg);
  color: #1D2024;
}
.single-brand__btn {
  width: 53.3333333333vw;
  height: 10.1333333333vw;
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .single-brand__btn {
    width: 18.75vw;
    height: 2.9166666667vw;
    margin: 0 auto 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .single-brand__btn {
    width: 270px;
    height: 42px;
    margin: 0 auto 10px;
  }
}
.single-brand__btn a {
  background-image: url(../img/module/contact_gold_icon1.svg);
}
.single-brand__btn:hover {
  color: #F5F5F0;
}
.single-brand__btn:hover:before {
  transform: translateX(0);
}
.single-brand__btn:hover a {
  background-image: url(../img/module/contact_gold_icon2.svg);
  color: #8E7950;
}

.floating-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .floating-menu {
    display: block;
    right: 0;
    z-index: 10;
    position: fixed;
    top: 9.8611111111vw;
    gap: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .floating-menu {
    top: 142px;
    gap: 6px;
  }
}
.floating-menu__btn {
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .floating-menu__btn {
    width: 4.375vw;
    height: 17.5vw;
    border-top: 0.0694444444vw solid #F5F5F0;
    border-left: 0.0694444444vw solid #F5F5F0;
    border-bottom: 0.0694444444vw solid #F5F5F0;
  }
}
@media screen and (min-width: 1440px) {
  .floating-menu__btn {
    width: 63px;
    height: 252px;
    border-top: 1px solid #F5F5F0;
    border-left: 1px solid #F5F5F0;
    border-bottom: 1px solid #F5F5F0;
  }
}
.floating-menu__btn:hover {
  filter: brightness(0.8);
}
.floating-menu__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F5F5F0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .floating-menu__btn a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.floating-menu__btn--black {
  background-color: #1D2024;
}
.floating-menu__btn--gold {
  background-color: #8E7950;
}

.lity {
  background-color: rgba(29, 32, 36, 0.8);
}
.lity-container {
  margin-top: 8vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lity-container {
    margin-top: 0;
    width: auto;
  }
}
.lity-content {
  width: calc(100% - 6.4vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lity-content {
    width: 100%;
  }
}
.lity-content:after {
  box-shadow: none;
}
.lity-close {
  text-indent: -9999px;
  border: none;
  box-shadow: none;
  position: absolute;
  content: "";
  width: 6.9333333333vw;
  height: 6.6666666667vw;
  background: url(../img/brand/equipment_modal_icon1.svg) no-repeat center/contain !important;
  top: -12vw;
  right: 3.2vw;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .lity-close {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
    top: -4.1666666667vw;
    right: -1.3555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .lity-close {
    width: 35px;
    height: 35px;
    top: -60px;
    right: -19.52px;
  }
}
.lity-close:active {
  top: -12vw;
}
@media screen and (min-width: 768px) {
  .lity-close:active {
    top: -4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .lity-close:active {
    top: -60px;
  }
}

.modal__info {
  color: #F5F5F0;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .modal__info {
    font-size: 3rem;
  }
}
.modal__info span {
  display: block;
  font-size: 2rem;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .modal__info span {
    font-size: 2.4rem;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .modal__info span {
    margin-top: 15px;
  }
}
.modal__img {
  position: relative;
  height: 128.2666666667vw;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .modal__img {
    width: 31.25vw;
    height: 37.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .modal__img {
    width: 450px;
    height: 544px;
  }
}
.modal__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.movie__inner {
  max-width: 650px;
  margin: 4vw auto;
}
@media screen and (min-width: 768px) {
  .movie__inner {
    margin: 2.0833333333vw auto;
  }
}
@media screen and (min-width: 1440px) {
  .movie__inner {
    margin-top: 30px auto;
  }
}
.movie__video {
  width: 100%;
  height: auto;
  display: block;
}

.access {
  position: relative;
  padding: 10.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 4.8611111111vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .access {
    padding: 70px 0 0;
  }
}
.access__inner {
  margin: 0 auto;
  width: calc(100% - 6.4vw);
}
@media screen and (min-width: 768px) {
  .access__inner {
    width: 96%;
    max-width: 1200px;
  }
}
.access__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .access__title {
    font-size: 2.4rem;
  }
}
.access__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .access__title span {
    font-size: 6rem;
  }
}
.access__title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .access__title {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__title {
    margin-bottom: 100px;
  }
}
.access__subtitle {
  color: #F5F5F0;
  font-size: 1.8rem;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .access__subtitle {
    font-size: 2rem;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__subtitle {
    margin-top: 20px;
  }
}
.access__text {
  color: #F5F5F0;
  font-size: 1.4rem;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .access__text {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__text {
    margin-top: 8px;
  }
}
.access__list {
  margin-top: 16vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4vw 3.2vw;
}
@media screen and (min-width: 768px) {
  .access__list {
    margin-top: 6.25vw;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.1666666667vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__list {
    margin-top: 90px;
    gap: 60px 24px;
  }
}
.access__map iframe {
  filter: contrast(0.95) sepia(0.1) hue-rotate(-11deg);
  width: 100%;
  height: 36.2666666667vw;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 36.4583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__map iframe {
    height: 525px;
  }
}
.access__img {
  height: 25.6vw;
}
@media screen and (min-width: 768px) {
  .access__img {
    height: 16.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__img {
    height: 234px;
  }
}
.access__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access__rootmap {
  height: auto;
  max-width: 726px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .access__rootmap {
    height: auto;
    max-width: 726px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .access__rootmap {
    height: 394px;
  }
}
.access__rootmap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}