@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;
}

/* 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;
}
.brand__carousel .swiper-slide {
  transform: scale(0.8) !important;
}
@media screen and (min-width: 768px) {
  .brand__carousel .swiper-slide {
    transform: scale(0.9) !important;
  }
}
.brand__carousel .swiper-slide-active {
  z-index: 2;
  position: relative;
  transform: scale(1.2) !important;
}
@media screen and (min-width: 768px) {
  .brand__carousel .swiper-slide-active {
    transform: scale(1.1) !important;
  }
}
.brand__carousel .swiper-navigation-icon {
  display: none;
}

.brand__pagination .swiper-pagination-bullet {
  display: block;
  background-color: #F5F5F0;
  width: 8vw;
  height: 0.2666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .brand__pagination .swiper-pagination-bullet {
    width: 4.1666666667vw;
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__pagination .swiper-pagination-bullet {
    width: 60px;
    height: 2px;
  }
}
.brand__pagination .swiper-pagination-bullet-active {
  width: 8vw;
  height: 0.8vw;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .brand__pagination .swiper-pagination-bullet-active {
    width: 4.1666666667vw;
    height: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__pagination .swiper-pagination-bullet-active {
    width: 60px;
    height: 6px;
  }
}

.keyvisual {
  width: 100%;
  position: relative;
  background: #000; /* または #3B3C41 とか */
  /*
  &__item {
    height: 100vh;

    img {
      height: 100%;
      object-fit: cover;
      object-position: top;
      width: 100%;
    }
  }
    */
}
.keyvisual__list {
  position: relative;
  width: min(100%, 1000px);
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.keyvisual__item {
  /*
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  */
  position: absolute;
  inset: 0;
  will-change: transform;
}
.keyvisual__img {
  width: 100%;
  height: 100%;
}
.keyvisual__img img {
  /*
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  */
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.keyvisual {
  /*
  &__inner {
    margin: 0 auto;
    width: calc(100% - sp-vw(48));
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: sp-vw(24);

    @include mq(tab) {
      width: calc(100% - tab-vw(90));
      bottom: tab-vw(50);
    }

    @include mq(pc) {
      width: calc(100% - 90px);
      bottom: 50px;
    }
  }
    */
}
.keyvisual__gradation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 10;
  padding: 10.6666666667vw 5.3333333333vw 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__gradation {
    padding: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__gradation {
    padding: 60px;
  }
}
.keyvisual__container {
  position: relative;
}
.keyvisual__lead {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 3.2vw;
  letter-spacing: 0.02rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .keyvisual__lead {
    font-size: 4rem;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__lead {
    margin-bottom: 20px;
  }
}
.keyvisual__text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .keyvisual__text {
    font-size: 1.2rem;
  }
}

.keyvisual__item,
.keyvisual__img,
.keyvisual__img img {
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}

.keyvisual__item {
  opacity: 0;
  pointer-events: none;
}

.keyvisual__item.is-active {
  opacity: 1;
}

.brand {
  position: relative;
  color: #ffffff;
}
.brand a {
  color: #ffffff;
}
.brand__swiper {
  display: flex;
}
.brand__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) {
  .brand__title {
    font-size: 2.4rem;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__title {
    padding-top: 140px;
  }
}
.brand__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .brand__title span {
    font-size: 6rem;
  }
}
.brand__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) {
  .brand__title:before {
    width: 0.0694444444vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__title:before {
    width: 1px;
    height: 120px;
  }
}
.brand__title {
  color: #F5F5F0;
  margin-bottom: 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  .brand__title {
    margin-bottom: 5.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__title {
    margin-bottom: 84px;
  }
}
.brand__title::before {
  background-color: #F5F5F0;
}
.brand__slide {
  width: 100%;
  height: 100%;
}
.brand__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.brand__inner {
  margin: 0 auto;
  width: calc(100% - 13.3333333333vw);
  padding: 10.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .brand__inner {
    width: 96%;
    max-width: 1200px;
    padding: 3.4722222222vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .brand__inner {
    padding: 50px 0 0;
  }
}
.brand__carousel {
  position: relative;
  margin-bottom: 6.6666666667vw;
  aspect-ratio: 10/3;
}
@media screen and (min-width: 768px) {
  .brand__carousel {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__carousel {
    margin-bottom: 60px;
  }
}
.brand__prev {
  position: absolute;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  top: 60% !important;
  z-index: 5;
  left: 6.6666666667vw !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .brand__prev {
    top: 50% !important;
    left: 12.5vw !important;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__prev {
    left: 13.5vw !important;
    width: 80px;
    height: 80px;
  }
}
.brand__prev::after {
  position: absolute;
  content: "";
  background-image: url(../img/module/swiper_btn_prev_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.brand__next {
  position: absolute;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  top: 60% !important;
  z-index: 5;
  right: 6.6666666667vw !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .brand__next {
    top: 50% !important;
    right: 12.5vw !important;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__next {
    right: 13.5vw !important;
    width: 80px;
    height: 80px;
  }
}
.brand__next::after {
  position: absolute;
  content: "";
  background-image: url(../img/module/swiper_btn_next_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.brand__pagination {
  display: flex;
  justify-content: center;
  position: relative !important;
  gap: 1.0666666667vw;
  align-items: flex-end;
  z-index: 100;
  width: auto !important;
  left: 0 !important;
}
@media screen and (min-width: 768px) {
  .brand__pagination {
    justify-content: end;
    left: auto !important;
    gap: 0.5555555556vw;
    transform: none;
    right: 15.2777777778vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .brand__pagination {
    gap: 8px;
    right: 15.5vw !important;
  }
}
.brand__series {
  display: none;
  flex-direction: column;
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .brand__series {
    justify-content: flex-end;
    flex-direction: row;
    text-align: left;
    margin-bottom: 5.6944444444vw;
    gap: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__series {
    margin-bottom: 82px;
    gap: 115px;
  }
}
.brand__series.is-active {
  display: flex;
}
.brand__subtitle {
  margin-bottom: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .brand__subtitle {
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__subtitle {
    margin-bottom: 8px;
  }
}
.brand__subtitle a:hover {
  transition: 0.3 ease;
  opacity: 0.7;
}
.brand__subtitle--1 img {
  width: 43.7333333333vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .brand__subtitle--1 img {
    width: 16.875vw;
    height: 4.0972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__subtitle--1 img {
    width: 243px;
    height: 59px;
  }
}
.brand__subtitle--2 img {
  width: 43.7333333333vw;
  height: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .brand__subtitle--2 img {
    width: 16.875vw;
    height: 3.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__subtitle--2 img {
    width: 243px;
    height: 52px;
  }
}
.brand__subtitle--3 img {
  width: 43.7333333333vw;
  height: 8.2666666667vw;
}
@media screen and (min-width: 768px) {
  .brand__subtitle--3 img {
    width: 16.875vw;
    height: 3.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__subtitle--3 img {
    width: 243px;
    height: 46px;
  }
}
.brand__subtitle--4 img {
  width: 26.6666666667vw;
  height: 8vw;
}
@media screen and (min-width: 768px) {
  .brand__subtitle--4 img {
    width: 12.5vw;
    height: 3.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__subtitle--4 img {
    width: 180px;
    height: 54px;
  }
}
.brand__text {
  color: #F5F5F0;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .brand__text {
    font-size: 1.6rem;
  }
}
.brand__text--space {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .brand__text--space {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__text--space {
    margin-bottom: 20px;
  }
}
.brand__text--sp-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .brand__text--sp-center {
    text-align: left;
  }
}
.brand__text--center {
  text-align: center;
}
.brand__text--stay {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .brand__text--stay {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__text--stay {
    margin-bottom: 40px;
  }
}
.brand__text--auto {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .brand__text--auto {
    margin-top: auto;
  }
}
.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) {
  .brand__btn {
    border: 0.0694444444vw solid #F5F5F0;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .brand__btn {
    border: 1px solid #F5F5F0;
  }
}
.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;
}
.brand__btn a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-image: url(../img/module/arrow_right_white_icon1.svg);
  background-repeat: no-repeat;
  background-size: 3.7333333333vw 1.8666666667vw;
  background-position: right 4vw center;
}
@media screen and (min-width: 768px) {
  .brand__btn a {
    background-size: 1.1111111111vw 0.625vw;
    background-position: right 1.3888888889vw center;
  }
}
@media screen and (min-width: 1440px) {
  .brand__btn a {
    background-size: 16px 9px;
    background-position: right 20px center;
  }
}
.brand__btn a span {
  display: block;
  font-size: 1rem;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .brand__btn a span {
    font-size: 1.2rem;
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__btn a span {
    margin-top: 8px;
  }
}
.brand__btn:hover {
  color: #1D2024;
}
.brand__btn:hover:before {
  transform: translateX(0);
}
.brand__btn:hover a {
  background-image: url(../img/module/arrow_right_black_icon1.svg);
  color: #1D2024;
}
.brand__btn {
  width: 50.6666666667vw;
  height: 10.6666666667vw;
  margin-top: 6.4vw;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .brand__btn {
    width: 270px;
    height: 42px;
    margin-top: 2.7777777778vw;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .brand__btn {
    width: 270px;
    height: 42px;
    margin-top: 40px;
  }
}
.brand__btn a {
  background-size: 3.7333333333vw 1.8666666667vw;
  background-position: right 2.1333333333vw center;
}
@media screen and (min-width: 768px) {
  .brand__btn a {
    background-size: 1.1111111111vw 0.625vw;
    background-position: right 1.3888888889vw center;
  }
}
@media screen and (min-width: 1440px) {
  .brand__btn a {
    background-size: 16px 9px;
    background-position: right 20px center;
  }
}
.brand__list {
  display: flex;
  gap: 2.1333333333vw;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .brand__list {
    gap: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__list {
    gap: 8px;
  }
}
.brand__item {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif;
  color: #F5F5F0;
  font-size: 1rem;
  padding: 2.1333333333vw 3.2vw;
  border: 0.2666666667vw solid #F5F5F0;
  border-radius: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .brand__item {
    font-size: 1.2rem;
    padding: 0.5555555556vw 0.8333333333vw;
    border: 0.0694444444vw solid #F5F5F0;
    border-radius: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__item {
    padding: 8px 12px;
    border: 1px solid #F5F5F0;
    border-radius: 100px;
  }
}
.brand__item--a a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif;
  color: #F5F5F0;
  font-size: 1rem;
  padding: 2.1333333333vw 3.2vw;
  border: 0.2666666667vw solid #F5F5F0;
  border-radius: 26.6666666667vw;
  transition: color 0.3s ease;
}
.brand__item--a a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F0;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.brand__item--a a:hover {
  color: #1D2024;
}
.brand__item--a a:hover:before {
  transform: translateX(0);
}
.brand__item--a {
  padding: 0;
  border: none;
}
.brand__item--a a {
  display: block;
  border: none;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif;
  color: #F5F5F0;
  font-size: 1rem;
  padding: 2.1333333333vw 3.2vw;
  border: 0.2666666667vw solid #F5F5F0;
  border-radius: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .brand__item--a a {
    font-size: 1.2rem;
    padding: 0.5555555556vw 0.8333333333vw;
    border: 0.0694444444vw solid #F5F5F0;
    border-radius: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__item--a a {
    padding: 8px 12px;
    border: 1px solid #F5F5F0;
    border-radius: 100px;
  }
}
.brand__head {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif;
  color: #F5F5F0;
  font-size: 1.2rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .brand__head {
    font-size: 1.4rem;
  }
}
.brand__tag {
  display: flex;
  gap: 1.6vw;
}
@media screen and (min-width: 768px) {
  .brand__tag {
    gap: 0.4166666667vw;
    align-items: baseline;
  }
}
@media screen and (min-width: 1440px) {
  .brand__tag {
    gap: 6px;
  }
}
.brand__tag--space {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  .brand__tag--space {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__tag--space {
    margin-bottom: 12px;
  }
}
.brand__detail {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.4vw;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .brand__detail {
    margin-bottom: 0;
    align-items: flex-start;
  }
}
.brand__bottom {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .brand__bottom {
    flex-direction: row;
    gap: normal;
  }
}
.brand__box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .brand__box {
    width: 50%;
  }
}
.brand__box--border {
  border-bottom: 0.2666666667vw solid #F5F5F0;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .brand__box--border {
    padding-bottom: 0;
    border-bottom: none;
    border-right: 0.0694444444vw solid #F5F5F0;
  }
}
@media screen and (min-width: 1440px) {
  .brand__box--border {
    border-right: 1px solid #F5F5F0;
  }
}
@media screen and (min-width: 768px) {
  .brand__content {
    width: 44.4444444444vw;
    margin-right: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .brand__content {
    width: 640px;
    margin-right: 0;
  }
}

.section {
  width: 100%;
}
.section--black1 {
  background-color: #1D2024;
}
.section--contact {
  padding: 19.2vw 0 12.8vw;
}
@media screen and (min-width: 768px) {
  .section--contact {
    padding: 9.7222222222vw 0 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .section--contact {
    padding: 140px 0 120px;
  }
}
.section--line-up {
  padding: 16vw 0 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .section--line-up {
    padding: 6.25vw 0 8.0555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .section--line-up {
    padding: 90px 0 116px;
  }
}
.section--brand {
  padding: 0 0 16vw;
}
@media screen and (min-width: 768px) {
  .section--brand {
    padding: 0 0 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .section--brand {
    padding: 0 0 90px;
  }
}
.section--news {
  background-color: #F5F5F0;
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .section--news {
    padding: 5.5555555556vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section--news {
    padding: 80px 0;
  }
}
.section__inner {
  margin: 0 auto;
  width: calc(100% - 13.3333333333vw);
}
@media screen and (min-width: 768px) {
  .section__inner {
    width: 96%;
    max-width: 1200px;
  }
}
.section__title {
  font-size: 2.4rem;
  font-weight: 800;
}
.section__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 2vw 0;
}
@media screen and (min-width: 768px) {
  .section__text {
    margin: 0 0 2vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section__text {
    margin: 0 0 20px 0;
  }
}

.contact {
  width: 100%;
  text-align: center;
}
.contact--contact {
  background-color: #1D2024;
}
.contact__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) {
  .contact__title {
    font-size: 2.4rem;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    padding-top: 140px;
  }
}
.contact__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contact__title span {
    font-size: 6rem;
  }
}
.contact__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) {
  .contact__title:before {
    width: 0.0694444444vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title:before {
    width: 1px;
    height: 120px;
  }
}
.contact__title {
  color: #ffffff;
  margin-bottom: 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin-bottom: 8.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    margin-bottom: 124px;
  }
}
.contact__title:before {
  background-color: #F5F5F0;
}
.contact__lead {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .contact__lead {
    font-size: 1.6rem;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__lead {
    margin-bottom: 40px;
  }
}
.contact__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) {
  .contact__btn {
    border: 0.0694444444vw solid #F5F5F0;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn {
    border: 1px solid #F5F5F0;
  }
}
.contact__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;
}
.contact__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) {
  .contact__btn a {
    background-size: 1.0416666667vw 1.0416666667vw;
    background-position: right 1.3888888889vw center;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn a {
    background-size: 15px 15px;
    background-position: right 20px center;
  }
}
.contact__btn:hover {
  color: #1D2024;
}
.contact__btn:hover:before {
  transform: translateX(0);
}
.contact__btn:hover a {
  background-image: url(../img/module/contact_black_icon1.svg);
  color: #1D2024;
}
.contact__btn {
  width: 53.3333333333vw;
  height: 10.1333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    width: 18.75vw;
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn {
    width: 270px;
    height: 42px;
  }
}

.line-up__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) {
  .line-up__title {
    font-size: 2.4rem;
    padding-top: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .line-up__title {
    padding-top: 140px;
  }
}
.line-up__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .line-up__title span {
    font-size: 6rem;
  }
}
.line-up__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) {
  .line-up__title:before {
    width: 0.0694444444vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .line-up__title:before {
    width: 1px;
    height: 120px;
  }
}
.line-up__title {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 14.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .line-up__title {
    margin-bottom: 8.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .line-up__title {
    margin-bottom: 124px;
  }
}
.line-up__title:before {
  background-color: #F5F5F0;
}
.line-up__lead {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 13.3333333333vw;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 768px) {
  .line-up__lead {
    font-size: 3rem;
    margin-bottom: 7.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .line-up__lead {
    margin-bottom: 112px;
  }
}
.line-up__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) {
  .line-up__btn {
    border: 0.0694444444vw solid #F5F5F0;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .line-up__btn {
    border: 1px solid #F5F5F0;
  }
}
.line-up__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;
}
.line-up__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) {
  .line-up__btn a {
    background-size: 1.0416666667vw 1.0416666667vw;
    background-position: right 1.3888888889vw center;
  }
}
@media screen and (min-width: 1440px) {
  .line-up__btn a {
    background-size: 15px 15px;
    background-position: right 20px center;
  }
}
.line-up__btn:hover {
  color: #1D2024;
}
.line-up__btn:hover:before {
  transform: translateX(0);
}
.line-up__btn:hover a {
  background-image: url(../img/module/contact_black_icon1.svg);
  color: #1D2024;
}
.line-up__btn {
  width: 53.3333333333vw;
  height: 10.1333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .line-up__btn {
    width: 18.75vw;
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .line-up__btn {
    width: 270px;
    height: 42px;
  }
}

.pick-up {
  display: grid;
  width: 100%;
  margin: 0 auto;
  background-color: #1D2024;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .pick-up {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.pick-up__box {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2.1333333333vw;
  gap: 2.1333333333vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pick-up__box {
    padding: 1.25vw;
    gap: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .pick-up__box {
    padding: 18px;
    gap: 24px;
  }
}
.pick-up__box img {
  transition: 0.3s ease;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.pick-up__box:hover img {
  filter: blur(3px) brightness(0.8);
}
.pick-up__box--center {
  background-color: #F5F5F0;
  justify-content: center;
  align-items: center;
}
.pick-up__box--3 {
  grid-column: 2/3;
  grid-row: 1/3;
  aspect-ratio: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .pick-up__box--3 {
    grid-column: 3/4;
    grid-row: 1/3;
  }
}
.pick-up__box--1 {
  grid-area: 1/1;
}
.pick-up__box--4 {
  grid-area: 2/1;
}
.pick-up__box--2 {
  grid-area: 3/1;
}
@media screen and (min-width: 768px) {
  .pick-up__box--2 {
    grid-area: 1/2;
  }
}
.pick-up__box--5 {
  grid-area: 3/2;
  grid-row: 3;
  grid-column: 2;
}
@media screen and (min-width: 768px) {
  .pick-up__box--5 {
    grid-area: 2/2;
  }
}
.pick-up__subtitle {
  color: #F5F5F0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .pick-up__subtitle {
    font-size: 2.4rem;
  }
}
.pick-up__text {
  color: #F5F5F0;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .pick-up__text {
    font-size: 1.4rem;
  }
}
.pick-up__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .pick-up__content {
    gap: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .pick-up__content {
    gap: 8px;
  }
}
.pick-up__link {
  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) {
  .pick-up__link {
    border: 0.0694444444vw solid #F5F5F0;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .pick-up__link {
    border: 1px solid #F5F5F0;
  }
}
.pick-up__link: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;
}
.pick-up__link a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-image: url(../img/module/arrow_right_white_icon1.svg);
  background-repeat: no-repeat;
  background-size: 3.7333333333vw 1.8666666667vw;
  background-position: right 4vw center;
}
@media screen and (min-width: 768px) {
  .pick-up__link a {
    background-size: 1.1111111111vw 0.625vw;
    background-position: right 1.3888888889vw center;
  }
}
@media screen and (min-width: 1440px) {
  .pick-up__link a {
    background-size: 16px 9px;
    background-position: right 20px center;
  }
}
.pick-up__link a span {
  display: block;
  font-size: 1rem;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .pick-up__link a span {
    font-size: 1.2rem;
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .pick-up__link a span {
    margin-top: 8px;
  }
}
.pick-up__link:hover {
  color: #1D2024;
}
.pick-up__link:hover:before {
  transform: translateX(0);
}
.pick-up__link:hover a {
  background-image: url(../img/module/arrow_right_black_icon1.svg);
  color: #1D2024;
}
.pick-up__link {
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  width: 34.6666666667vw;
  height: 5.8666666667vw;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .pick-up__link {
    font-size: 1.4rem;
    width: 18.75vw;
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .pick-up__link {
    width: 270px;
    height: 42px;
  }
}
.pick-up__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) {
  .pick-up__title {
    font-size: 2.4rem;
  }
}
.pick-up__title span {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .pick-up__title span {
    font-size: 6rem;
  }
}
.pick-up__title {
  color: #1D2024;
}

.news {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.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 {
  color: #1D2024;
  margin-bottom: 8.5333333333vw;
  width: auto;
}
@media screen and (min-width: 768px) {
  .news__title {
    text-align: left;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title {
    margin-bottom: 40px;
  }
}
.news__title span {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  .news__title span {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title span {
    margin-bottom: 16px;
  }
}
.news__btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  border: 0.2666666667vw solid #1D2024;
  font-size: 1.2rem;
  margin-top: 3.2vw;
  background-color: transparent;
  letter-spacing: 0.14rem;
}
@media screen and (min-width: 768px) {
  .news__btn {
    border: 0.0694444444vw solid #1D2024;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn {
    border: 1px solid #1D2024;
  }
}
.news__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D2024;
  transform: translateX(-101%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.news__btn a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1D2024;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-image: url(../img/module/arrow_right_black_icon1.svg);
  background-repeat: no-repeat;
  background-size: 3.7333333333vw 1.8666666667vw;
  background-position: right 4vw center;
}
@media screen and (min-width: 768px) {
  .news__btn a {
    background-size: 1.1111111111vw 0.625vw;
    background-position: right 1.3888888889vw center;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn a {
    background-size: 16px 9px;
    background-position: right 20px center;
  }
}
.news__btn a span {
  display: block;
  font-size: 1rem;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .news__btn a span {
    font-size: 1.2rem;
    margin-top: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn a span {
    margin-top: 8px;
  }
}
.news__btn:hover {
  color: #F5F5F0;
}
.news__btn:hover:before {
  transform: translateX(0);
}
.news__btn:hover a {
  background-image: url(../img/module/arrow_right_white_icon1.svg);
  color: #F5F5F0;
}
.news__btn {
  cursor: default;
  width: 50.6666666667vw;
  height: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .news__btn {
    width: 18.75vw;
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn {
    width: 270px;
    height: 42px;
  }
}
.news__list {
  border-top: 0.2666666667vw solid #D1D1D1;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__list {
    width: 72%;
    border-top: 0.0694444444vw solid #D1D1D1;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__list {
    border-top: 1px solid #D1D1D1;
  }
}
.news__item a {
  cursor: default;
  width: 100%;
  display: flex;
  padding: 4.2666666667vw 0;
  align-items: center;
  border-bottom: 0.2666666667vw solid #D1D1D1;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news__item a {
    padding: 2.2222222222vw 0;
    border-bottom: 0.0694444444vw solid #D1D1D1;
  }
}
@media screen and (min-width: 1440px) {
  .news__item a {
    padding: 32px 0;
    border-bottom: 1px solid #D1D1D1;
  }
}
.news__item a span {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", sans-serif;
  color: #F5F5F0;
  background-color: #8E7950;
  font-size: 1rem;
  padding: 0.5333333333vw 2.6666666667vw;
  border-radius: 5.3333333333vw;
  margin-right: 3.2vw;
}
@media screen and (min-width: 768px) {
  .news__item a span {
    font-size: 1.2rem;
    padding: 0.2777777778vw 0.9027777778vw;
    border-radius: 1.3888888889vw;
    margin-right: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__item a span {
    padding: 4px 13px;
    border-radius: 20px;
    margin-right: 12px;
  }
}
.news__item a:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
.news__date {
  color: #1D2024;
  font-family: "EB Garamond", "Times New Roman", "Georgia", serif;
  font-size: 1.6rem;
  margin-bottom: 4.2666666667vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__date {
    width: auto;
    font-size: 2rem;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__date {
    margin-right: 40px;
  }
}
.news__content {
  font-weight: 400;
  color: #1D2024;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .news__content {
    font-size: 1.8rem;
  }
}

.main {
  padding-top: 0;
}