@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1263px) {
  html {
    font-size: 1.2668250198vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4B281F;
  font-weight: 500;
  background-color: #fafafa;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

.js-zoomIn {
  opacity: 0;
  scale: 0.8;
}

@-webkit-keyframes arrow-out-upright {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 80% -80%;
  }
}

@keyframes arrow-out-upright {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 80% -80%;
  }
}
@-webkit-keyframes arrow-in-upright {
  0% {
    opacity: 0;
    translate: -80% 80%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes arrow-in-upright {
  0% {
    opacity: 0;
    translate: -80% 80%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes arrow-out-right {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 80% 0;
  }
}
@keyframes arrow-out-right {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 80% 0;
  }
}
@-webkit-keyframes arrow-in-right {
  0% {
    opacity: 0;
    translate: -80% 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes arrow-in-right {
  0% {
    opacity: 0;
    translate: -80% 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes rotate {
  to {
    rotate: 360deg;
  }
}
@keyframes rotate {
  to {
    rotate: 360deg;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1263px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.c-banner {
  background: url(../images/common/banner_bg.webp) no-repeat center center/cover;
  padding: 1.5rem 5.375rem 1.875rem;
  position: relative;
  border-radius: 0.625rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3.125rem;
  color: #4B281F;
}
@media screen and (max-width: 768px) {
  .c-banner {
    display: block;
    padding: 1.4375rem 2rem 1.1875rem;
    border-radius: 1.25rem;
  }
}
.c-banner::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .c-banner::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .c-banner:hover {
    opacity: 1;
  }
  .c-banner:hover .c-banner__bannerBtnIcon {
    -webkit-animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
            animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
  }
}

.c-banner__label {
  width: 8rem;
  height: 7.625rem;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-banner__label {
    width: 5.875rem;
    height: 5.625rem;
    position: absolute;
    top: -4.125rem;
    left: 50%;
    translate: -50% 0;
  }
}

.c-banner__label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/polygon_bg.svg) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  inset: 0;
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
}

.c-banner__labelEn {
  font-size: 1.3125rem;
  font-weight: bold;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  line-height: 0.9;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-banner__labelEn {
    font-size: 0.9375rem;
    margin-top: 0.3125rem;
  }
}

.c-banner__labelJa {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-banner__labelJa {
    font-size: 0.625rem;
    margin-top: 0.0625rem;
  }
}

.c-banner__body {
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-banner__body {
    margin-top: 0;
  }
}

.c-banner__en {
  font-size: 6rem;
  font-weight: bold;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  line-height: 1;
  letter-spacing: -0.05em;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-banner__en {
    font-size: 3.0625rem;
    text-align: center;
  }
}

.c-banner__bannerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: -0.75rem;
}
@media screen and (max-width: 768px) {
  .c-banner__bannerBtn {
    margin-top: -0.625rem;
    gap: 0.1875rem;
  }
}

.c-banner__bannerBtnText {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .c-banner__bannerBtnText {
    font-size: 0.875rem;
  }
}

.c-banner__bannerBtnIcon {
  display: block;
  width: 1.0625rem;
  height: 0.75rem;
  -webkit-mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
  background-color: #4B281F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-banner__bannerBtnIcon {
    width: 0.9375rem;
    height: 0.625rem;
  }
}

.c-banner.--sm {
  grid-template-columns: 5.25rem 1fr 5.25rem;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.8125rem;
  padding: 0.9375rem 3.5rem 1.1875rem;
}
@media screen and (max-width: 768px) {
  .c-banner.--sm {
    padding: 1.4375rem 2rem 1.1875rem;
  }
}
.c-banner.--sm .c-banner__body {
  margin-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .c-banner.--sm .c-banner__body {
    margin-top: 0;
  }
}
.c-banner.--sm .c-banner__en {
  font-size: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .c-banner.--sm .c-banner__en {
    font-size: 3.0625rem;
    line-height: 1.2;
  }
}
.c-banner.--sm .c-banner__bannerBtnText {
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-banner.--sm .c-banner__bannerBtnText {
    font-size: 0.875rem;
  }
}
.c-banner.--sm .c-banner__bannerBtnIcon {
  width: 0.75rem;
  height: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-banner.--sm .c-banner__bannerBtnIcon {
    width: 0.9375rem;
    height: 0.625rem;
  }
}
.c-banner.--sm .c-banner__label {
  width: 5.25rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .c-banner.--sm .c-banner__label {
    width: 5.875rem;
    height: 5.625rem;
  }
}
.c-banner.--sm .c-banner__labelEn {
  font-size: 0.875rem;
  line-height: 1;
}
.c-banner.--sm .c-banner__labelJa {
  font-size: 0.625rem;
}

.c-btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (any-hover: hover) {
  .c-btn1:hover {
    opacity: 1;
  }
  .c-btn1:hover .c-btn1__icon {
    -webkit-animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
            animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
  }
  .c-btn1:hover .c-btn1__text::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-btn1.--sm .c-btn1__text {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-btn1.--sm .c-btn1__text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .c-btn1.--sm .c-btn1__icon {
    width: 1rem;
  }
}
.c-btn1[target=_blank] .c-btn1__icon {
  rotate: 0deg;
}
@media (any-hover: hover) {
  .c-btn1[target=_blank]:hover {
    opacity: 1;
  }
  .c-btn1[target=_blank]:hover .c-btn1__icon {
    -webkit-animation: arrow-out-upright 0.2s ease-out forwards, arrow-in-upright 0.2s 0.2s ease-out forwards;
            animation: arrow-out-upright 0.2s ease-out forwards, arrow-in-upright 0.2s 0.2s ease-out forwards;
  }
  .c-btn1[target=_blank]:hover .c-btn1__text::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.c-btn1__text {
  font-size: 1.25rem;
  line-height: 1.2;
  position: relative;
}
.c-btn1__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4B281F;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-btn1__text::after {
    display: none;
  }
}

.c-btn1__icon {
  display: block;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  rotate: 45deg;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.1875rem;
}

.c-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 1.625rem 1rem;
  border: 0.0625rem solid #fafafa;
  min-width: 19.375rem;
  border-radius: 0.625rem;
  color: #fafafa;
}
@media screen and (max-width: 768px) {
  .c-btn2 {
    padding: 1.1875rem 0.75rem;
    min-width: 14.75rem;
  }
}
@media (any-hover: hover) {
  .c-btn2:hover {
    opacity: 1;
  }
  .c-btn2:hover .c-btn2__icon {
    -webkit-animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
            animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
  }
}
.c-btn2[target=_blank] .c-btn2__icon {
  rotate: -45deg;
  margin-top: 0.125rem;
}
@media (any-hover: hover) {
  .c-btn2[target=_blank]:hover {
    opacity: 1;
  }
  .c-btn2[target=_blank]:hover .c-btn2__icon {
    -webkit-animation: arrow-out-upright 0.2s ease-out forwards, arrow-in-upright 0.2s 0.2s ease-out forwards;
            animation: arrow-out-upright 0.2s ease-out forwards, arrow-in-upright 0.2s 0.2s ease-out forwards;
  }
}

.c-btn2__text {
  font-size: 1.125rem;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn2__text {
    font-size: 0.8125rem;
  }
}

.c-btn2__icon {
  display: block;
  width: 1.3125rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
  background-color: #fafafa;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.0625rem;
}
@media screen and (max-width: 768px) {
  .c-btn2__icon {
    width: 1rem;
    height: 0.75rem;
  }
}

.c-btn2.--brown {
  color: #4B281F;
  border-color: #4B281F;
}
.c-btn2.--brown .c-btn2__icon {
  background-color: #4B281F;
}

.c-btn2.--sm {
  gap: 0.3125rem;
  padding: 1.0625rem;
  min-width: 12.75rem;
  border-radius: 0.375rem;
}
.c-btn2.--sm .c-btn2__text {
  font-size: 0.75rem;
  line-height: 1.5833333333;
}
.c-btn2.--sm .c-btn2__icon {
  width: 0.875rem;
  height: 0.625rem;
}

.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.c-card1__slide {
  border-radius: 0.625rem;
  overflow: clip;
}

.c-card1__slide .splide__arrow {
  background-color: transparent;
  border: none;
  width: 0.875rem;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../images/common/slide_arrow.svg) no-repeat center center/contain;
          mask: url(../images/common/slide_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-card1__slide .splide__arrow.splide__arrow--prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-card1__img img {
  aspect-ratio: 420/235;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-card1__body {
  border: 0.0625rem solid #000;
  padding: 1.375rem 1.125rem 1.25rem;
  margin-top: -0.625rem;
  border-radius: 0 0 0.625rem 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card1__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.c-card1__title small {
  font-size: 0.875rem;
}

.c-card1__btnWrap {
  margin-top: 0.75rem;
  text-align: right;
}

.c-card1__btn {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background-color: #88CDB4;
  padding: 0.625rem 0.75rem;
  line-height: 1;
  border-radius: 0.25rem;
  color: #4B281F;
}
@media (any-hover: hover) {
  .c-card1__btn:hover {
    opacity: 1;
  }
  .c-card1__btn:hover .c-card1__btnIcon {
    -webkit-animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
            animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
  }
}

.c-card1__btnIcon {
  display: block;
  width: 0.875rem;
  height: 0.75rem;
  -webkit-mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
  background-color: #4B281F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.0625rem;
}

.c-card1__description {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

.c-card1__list {
  margin-top: auto;
  padding-top: 0.375rem;
}

.c-card1__item {
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  gap: 0.625rem;
  border-bottom: 0.0625rem solid #000;
  padding: 0.625rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card1__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.c-card1__key {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
}

.c-card1__value {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.c-card1__value img {
  width: 1.25rem;
  height: 1.25rem;
}

.c-frame {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  pointer-events: none;
  border: 0.75rem solid #4B281F;
}

.c-frameInner {
  border-radius: 2.5rem;
  border: 0.75rem solid #4B281F;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  pointer-events: none;
}

.c-frameInner2 {
  border: 0.125rem solid #88CDB4;
  border-radius: 1.5rem;
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  z-index: 998;
  pointer-events: none;
}

.c-title1 {
  font-size: 2.9375rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .c-title1 {
    font-size: 2.375rem;
  }
}

.c-title1.--sm {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-title1.--sm {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title1.--spRow {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.c-title2 {
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title2 {
    font-size: 4rem;
  }
}

.c-title2.--white {
  color: #fafafa;
}

.p-bg.--brown {
  background: url(../images/top/bg_brown.webp) repeat-y center top/cover;
}

.p-bg.--orange {
  background: url(../images/top/bg_orange.webp) repeat-y center top/cover;
}

.p-bottomLink {
  color: #fafafa;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-bottomLink.--brown {
  color: #4B281F;
}
.p-bottomLink.--brown .p-bottomLink__arrow {
  background-color: #4B281F;
}

.p-bottomLink__icon {
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  display: block;
  margin: 0 auto;
}
.p-bottomLink__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-bottomLink__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
  text-align: center;
  margin-top: 0.3125rem;
}

.p-bottomLink__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bottomLink__text {
    line-height: 1.25;
  }
}

.p-bottomLink__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-bottomLink__logo {
    margin-top: 2.5rem;
  }
}
.p-bottomLink__logo img {
  width: 18.75rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-bottomLink__logo img {
    width: 13rem;
    gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .p-bottomLink__logo:hover {
    opacity: 1;
  }
  .p-bottomLink__logo:hover .p-bottomLink__arrow {
    -webkit-animation: arrow-out-upright 0.2s ease-out forwards, arrow-in-upright 0.2s 0.2s ease-out forwards;
            animation: arrow-out-upright 0.2s ease-out forwards, arrow-in-upright 0.2s 0.2s ease-out forwards;
  }
}

.p-bottomLink__arrow {
  display: block;
  width: 1.3125rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
  background-color: #fafafa;
  rotate: -45deg;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-bottomLink__arrow {
    width: 0.9375rem;
    height: 0.625rem;
  }
}

.p-cta {
  color: #fafafa;
}
@media screen and (max-width: 768px) {
  .p-cta {
    padding-top: 4.125rem;
  }
}

.p-cta.--brown {
  color: #4B281F;
}

.p-cta__inner {
  max-width: 63.25rem;
}

.p-cta__lead {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .p-cta__lead {
    margin-top: 2.5rem;
  }
}

.p-cta__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-cta__list {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-cta__item {
    text-align: center;
  }
}

.p-facility {
  padding-top: 7.3125rem;
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 768px) {
  .p-facility {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-facility__inner {
  max-width: 63.375rem;
}

.p-facility__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 0.125rem solid #4B281F;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-facility__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-facility__item {
  padding: 1.8125rem 0.625rem 1.375rem;
  border-right: 0.0625rem solid #4B281F;
  border-bottom: 0.0625rem solid #4B281F;
}
/* ========================================================
# Pc 4カラム
======================================================== */
@media (min-width: 768px) {
  .p-facility__item:nth-child(4n) {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .p-facility__item:nth-child(4n+1):nth-last-child(-n+4),
  .p-facility__item:nth-child(4n+2):nth-last-child(-n+3),
  .p-facility__item:nth-child(4n+3):nth-last-child(-n+2),
  .p-facility__item:nth-child(4n):nth-last-child(-n+1) {
    border-bottom: none;
  }
}

/* ========================================================
# Sp 2カラム
======================================================== */
@media screen and (max-width: 768px) {
  .p-facility__item:nth-child(2n) {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .p-facility__item:nth-child(2n+1):nth-last-child(-n+2),
  .p-facility__item:nth-child(2n+2):nth-last-child(-n+1) {
    border-bottom: none;
  }
}

.p-facility__itemImg {
  width: 3.75rem;
  height: 3.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-facility__itemImg {
    width: 3rem;
    height: 3.5rem;
  }
}

.p-facility__itemText {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-facility__itemText {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 0.5rem;
  }
}

.p-footer {
  padding-bottom: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-bottom: 3.75rem;
  }
}

.p-footer__inner {
  max-width: 84.4375rem;
}

.p-footer__logo {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    width: 19.6875rem;
    margin: 0 auto;
  }
}
.p-footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__copy {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #4B281F;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copy {
    margin-top: 0.8125rem;
  }
}

body:has(.p-mv) .p-footer__copy {
  color: #fafafa;
}

.p-cta + .p-footer {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-cta + .p-footer {
    padding-top: 2.5rem;
  }
}

.p-header.is-top-page .p-header__logoMain {
  scale: 0.95;
  opacity: 0;
}

.p-header__logoMain {
  position: fixed;
  top: 2.0625rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1001;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  -webkit-transition: initial;
  transition: initial;
}
.p-header__logoMain img {
  width: 23.9375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-header__logoMain img {
    width: 13.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logoMain {
    top: auto;
    top: initial;
    bottom: 1.25rem;
  }
}

.p-header__btn {
  position: fixed;
  top: 2.125rem;
  left: 2.5625rem;
  z-index: 1002;
  color: #fafafa;
  line-height: 2;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="1" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(75,40,31,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 1px rgba(75, 40, 31, .2));
          filter: drop-shadow(0 0 1px rgba(75, 40, 31, .2));
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.p-header__btn::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.9375rem;
  border-radius: 50%;
  background-color: #fafafa;
  margin-top: 0.375rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.p-header__btn.is-brown {
  color: #4B281F;
  -webkit-filter: none;
          filter: none;
}
.p-header__btn.is-brown::before {
  background-color: #4B281F;
}
@media (any-hover: hover) {
  .p-header__btn:hover {
    opacity: 1;
  }
  .p-header__btn:hover::before {
    background-color: #ED3F2A;
  }
}

.p-header__content {
  position: fixed;
  left: 0;
  top: 0;
  height: 100dvh;
  background-color: #fafafa;
  padding: 5.25rem 2.5rem 0 3.625rem;
  z-index: 1002;
  border-radius: 0 1.875rem 1.875rem 0;
  translate: -100% 0;
  -webkit-transition: translate 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-header__content {
    width: calc(100% - 1.25rem);
    padding: 3.125rem 1.25rem 0rem 1.5rem;
    border-radius: 0 1.875rem 0 0;
  }
}
.p-header__content.is-open {
  translate: 0 0;
}

.p-header__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(75, 40, 31, .5);
  z-index: 1001;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.p-header__mask.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-header__close {
  border: 1px solid #4B281F;
  width: 5.8125rem;
  height: 3.1875rem;
  border-radius: 50%;
  position: absolute;
  right: 1.875rem;
  top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-header__close {
    margin-top: 0;
    width: 3.5625rem;
    height: 1.9375rem;
    right: 1rem;
    top: 1.375rem;
  }
}
.p-header__close span {
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #4B281F;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p-header__close span {
    width: 0.75rem;
  }
}
.p-header__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-header__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .p-header__close:hover {
    opacity: 1;
  }
}

/* ========================================================
# ロゴ
======================================================== */
.p-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-header__head {
    display: block;
    text-align: center;
  }
}

.p-header__logo {
  display: block;
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    max-width: 15rem;
  }
}

/* ========================================================
# ナビゲーション
======================================================== */
.p-header__inner {
  height: calc(100vh - 5.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    height: calc(100vh - 3.125rem);
  }
}

.p-header__nav {
  margin-top: 3.625rem;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 62.5rem;
  padding-bottom: 5.25rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    width: auto;
    margin-top: 1.875rem;
    padding-bottom: 3.125rem;
    padding-right: 1.875rem;
  }
}
.p-header__nav::-webkit-scrollbar {
  display: none;
}

.simplebar-scrollbar.simplebar-visible:before {
  background-color: #ED3F2A;
  opacity: 1 !important;
}

.p-header__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-header__navWrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-header__navList:nth-child(n+2) {
    margin-top: 0.375rem;
  }
}

.p-header__navItem:nth-child(n+2) {
  margin-top: 0.375rem;
}

.p-header__navLink {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 0.5625rem;
  font-size: 0.9375rem;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header__navLink {
    font-size: 0.8125rem;
  }
}
.p-header__navLink::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid;
  background-color: #4B281F;
  border-radius: 100vmax;
  margin-top: 0.625rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-header__navLink::before {
    margin-top: 0.5rem;
  }
}
.p-header__navLink::after {
  content: "";
  display: block;
  width: calc(100% - 1.1875rem);
  height: 1px;
  background-color: #4B281F;
  position: absolute;
  bottom: 0.125rem;
  left: 1.1875rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-header__navLink::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .p-header__navLink:hover {
    opacity: 1;
  }
  .p-header__navLink:hover::before {
    background-color: #88CDB4;
  }
  .p-header__navLink:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.p-header__navText span {
  display: inline-block;
}

.p-header__cta {
  padding: 0;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-header__cta {
    margin-top: 5rem;
  }
}

.p-header__bottom {
  padding: 0;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-header__bottom {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-lounge {
  padding-top: 2.75rem;
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 768px) {
  .p-lounge {
    padding-bottom: 5rem;
  }
}

.p-lounge__inner {
  max-width: 63.375rem;
}

.p-lounge__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lounge__text {
    font-size: 1rem;
  }
}

.p-lounge__wrap {
  display: grid;
  grid-template-columns: 38.125rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .p-lounge__wrap {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}

.p-lounge__img {
  width: 100%;
}
.p-lounge__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 610/341;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-lounge__img img {
    border-radius: 0.3125rem;
  }
}

.p-lounge__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.p-lounge__itemImg {
  width: 4.25rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lounge__itemImg {
    width: 3rem;
    height: 3.5rem;
  }
}

.p-lounge__itemText {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-lounge__itemText {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 0.5rem;
  }
}

/* モーダル */
.modal-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(75, 40, 31, .8);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}

.p-modal__wrapper {
  max-width: 46.4375rem;
  width: 90%;
  position: relative;
}

.p-modal__container {
  background-color: #fafafa;
  max-height: 80vh;
  overflow-y: auto;
  padding: 3.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-modal__container {
    padding: 5rem 1rem 2rem;
  }
}

.p-modal__close {
  width: 5.8125rem;
  height: 3.1875rem;
  border-radius: 50%;
  background-color: #4B281F;
  border: 1px solid #88CDB4;
  position: relative;
  position: absolute;
  top: -1.75rem;
  right: -2.875rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-modal__close {
    width: 3.1875rem;
    height: 1.875rem;
    top: -0.625rem;
    right: -0.625rem;
  }
}
.p-modal__close::before {
  content: "";
  display: block;
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/icon_close.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-modal__close::before {
    width: 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-modal__close:hover {
    opacity: 1;
  }
}

.p-modal__lead {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5833333333;
  text-align: center;
  margin-top: 0.9375rem;
}

.p-modal__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6875rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-modal__list {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}

.p-modal__btn {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
  padding: 1.1875rem 0.5625rem 1.3125rem 2.625rem;
  background-color: #88CDB4;
  border-radius: 0 0 0 1.875rem;
  color: #4B281F;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (max-width: 768px) {
  .p-modal__btn {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding: 0.9375rem 0.4375rem 1.0625rem 2.125rem;
  }
}
@media (any-hover: hover) {
  .p-modal__btn:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.p-modal__btnIcon {
  width: 3.9375rem;
  height: 3.75rem;
  position: absolute;
  top: 50%;
  left: -1.375rem;
  translate: 0 -50%;
  z-index: 1;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .p-modal__btnIcon {
    width: 3.1875rem;
    height: 3.125rem;
    font-size: 0.75rem;
  }
}

.p-modal__btnIcon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/polygon_bg.svg) no-repeat center center/contain;
  position: absolute;
  inset: 0;
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
  z-index: -1;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .p-modal__wrapper {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .p-modal__wrapper {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .p-modal__wrapper,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.p-mv {
  min-height: 100svh;
  position: relative;
}
.p-mv .p-mv__img {
  width: 100%;
  min-height: 115.144766147svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-mv .p-mv__head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-mv .p-mv__title img {
  width: 24.7222222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__title img {
    width: 64vw;
  }
}
.p-mv .p-mv__text {
  font-size: 2.5vw;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: bold;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__text {
    font-size: 6.1333333333vw;
    margin-top: 6.4vw;
  }
}

.p-rooms {
  padding-top: 7.125rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-rooms {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-rooms__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 3rem 1.25rem;
}

.p-subMv {
  background: url(../images/top/bg_mint.webp) repeat-y center top/cover;
  min-height: 22.9375rem;
  padding-top: 8.875rem;
  padding-bottom: 6.8125rem;
}
@media screen and (max-width: 768px) {
  .p-subMv {
    min-height: 16.25rem;
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}

.p-subMv__en {
  font-size: 6rem;
  font-weight: bold;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-subMv__en {
    font-size: 2.8125rem;
  }
}

.p-subMv__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-subMv__title {
    font-size: 0.875rem;
  }
}

.p-tab {
  margin-top: -3.5625rem;
}
@media screen and (max-width: 768px) {
  .p-tab {
    margin-top: -3.75rem;
  }
}

.p-tab__head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 60rem;
  margin: 0 auto;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-tab__head {
    padding-inline: 1.25rem;
  }
}

.p-tab__btn {
  padding: 0.5625rem 1.25rem 0.125rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  color: #4B281F;
  background-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .p-tab__btn {
    padding: 0.5625rem 0.375rem 0.3125rem;
  }
}
.p-tab__btn.is-active {
  background-color: #fafafa;
}
@media (any-hover: hover) {
  .p-tab__btn:hover {
    opacity: 1;
    background-color: #fafafa;
  }
}

.p-tab__btnEn {
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-tab__btnEn {
    font-size: 1rem;
  }
}

.p-tab__btnJa {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-tab__btnJa {
    font-size: 0.6875rem;
  }
}

.p-tab__content {
  display: none;
  background-color: #fafafa;
}
.p-tab__content.is-active {
  display: block;
}

.p-test {
  color: green;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-topAbout {
  padding-top: 10.25rem;
  padding-bottom: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout {
    padding-top: 5.6875rem;
    padding-bottom: 2.5rem;
    position: relative;
    overflow: clip;
  }
}

.p-topAbout__inner {
  max-width: 69.125rem;
}

.p-topAbout__wrap {
  display: grid;
  grid-template-columns: 24.4375rem 1fr;
  gap: 8.8125rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout__wrap {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-topAbout__title {
  margin-left: 6.9375rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout__title {
    margin-left: 0;
  }
}

.p-topAbout__text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-topAbout__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: -3.125rem;
  }
}

.p-topAbout__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -1.25rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout__img {
    margin-top: -2.5rem;
    margin-right: -3.125rem;
    width: calc(100% + 3.125rem);
    max-width: 19.6875rem;
  }
}

.s-topAbout__container {
  margin-top: 4.125rem;
}
@media screen and (max-width: 768px) {
  .s-topAbout__container {
    margin-top: 4.4375rem;
  }
}

.p-topCheck {
  color: #fafafa;
  position: relative;
  overflow: clip;
  padding-top: 4.125rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-topCheck {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.p-topCheck__inner {
  max-width: 77.875rem;
}

@media screen and (max-width: 768px) {
  .p-topCheck__title {
    font-size: 3.125rem;
    text-align: left;
  }
}

.p-topCheck__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-topCheck__wrap {
    gap: 1.5rem;
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}

.p-topCheck__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .p-topCheck__text {
    font-size: 0.875rem;
  }
}

.p-topCheck__list {
  counter-reset: num;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.625rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-topCheck__list {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    margin-top: 2.5rem;
  }
}

.p-topCheck__item {
  counter-increment: num;
}

.p-topCheck__info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-topCheck__num::before {
  content: counter(num, decimal-leading-zero);
  font-size: 2.25rem;
  font-weight: 400;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  line-height: 1;
  letter-spacing: -0.05em;
}

.p-topCheck__itemTitle {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-topCheck__itemTitle .sm {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-topCheck__itemText {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.0625rem;
}

.p-topCheck__itemNote {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 1.0625rem;
}

.p-topFaq {
  color: #fafafa;
  position: relative;
  overflow: clip;
  padding-top: 4.5rem;
  padding-bottom: 8.5625rem;
}
@media screen and (max-width: 768px) {
  .p-topFaq {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.p-topFaq__inner {
  max-width: 77.875rem;
}

@media screen and (max-width: 768px) {
  .p-topFaq__title {
    font-size: 3.125rem;
    text-align: left;
  }
}

.p-topFaq__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-topFaq__wrap {
    gap: 1.5rem;
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}

.p-topFaq__list {
  display: grid;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-topFaq__list {
    gap: 2.5rem;
  }
}

.p-topFaq__item {
  display: grid;
  gap: 1.5rem;
}

.p-topFaq__listHead,
.p-topFaq__contentInner {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-topFaq__listHead,
  .p-topFaq__contentInner {
    gap: 0.75rem;
  }
}

.p-topFaq__listHead::before,
.p-topFaq__contentInner::before {
  display: block;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
}
@media screen and (max-width: 768px) {
  .p-topFaq__listHead::before,
  .p-topFaq__contentInner::before {
    margin-top: -0.1875rem;
  }
}

.p-topFaq__listTitle,
.p-topFaq__listText {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .p-topFaq__listTitle,
  .p-topFaq__listText {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-topFaq__content {
  margin-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-topFaq__content {
    margin-left: 2.5rem;
  }
}

.p-topFaq__listHead::before {
  content: "Q";
}

.p-topFaq__contentInner::before {
  content: "A";
}

.p-topMovie__video {
  width: 100%;
}
.p-topMovie__video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/646;
}
@media screen and (max-width: 768px) {
  .p-topMovie__video iframe {
    aspect-ratio: 375/168;
  }
}

.p-topRooms {
  padding-bottom: 10.25rem;
}
@media screen and (max-width: 768px) {
  .p-topRooms {
    padding-bottom: 0;
  }
}

.p-topRooms__inner {
  max-width: 84.4375rem;
}
@media screen and (max-width: 768px) {
  .p-topRooms__inner {
    padding: 0;
  }
}

.p-topRooms__wrap {
  background: url(../images/top/bg_mint.webp) repeat-y center top/cover;
  border-radius: 3.75rem;
  padding-top: 3.1875rem;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-topRooms__wrap {
    border-radius: 3.75rem 3.75rem 0 0;
    padding: 4rem 1.875rem 3.5rem;
  }
}

.p-topRooms__items {
  display: grid;
  grid-template-columns: 33fr 151fr 32fr 89fr 32fr 30fr 63fr 41fr 76fr 54fr 60fr 32fr 42fr 167fr 26fr 33fr;
  grid-template-rows: 29fr 26fr 202fr 27fr 15fr 27fr 46fr 168fr 20fr 29fr 26fr 15fr 57fr 44fr 119fr 15fr 26fr 187fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 60.0625rem;
  width: 100%;
  height: 67.375rem;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-topRooms__items {
    grid-template-columns: 12fr 27fr 53fr 19fr 9fr 6fr 21fr 41fr 8fr 19fr 17fr 51fr 9fr 12fr 5fr;
    grid-template-rows: 11fr 30fr 55fr 10fr 4fr 23fr 19fr 55fr 19fr 5fr 23fr 33fr 16fr 39fr 14fr 7fr 12fr 75fr 9fr;
    height: auto;
    aspect-ratio: 308/459;
    margin-top: 1.5rem;
  }
}

.p-topRooms__img {
  width: 100%;
  height: auto;
}

.p-topRooms__img:nth-child(1) {
  grid-column: 2/5;
  grid-row: 3/6;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(1) {
    grid-column: 2/5;
    grid-row: 3/7;
  }
}

.p-topRooms__img:nth-child(2) {
  grid-column: 7/10;
  grid-row: 1/5;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(2) {
    grid-column: 6/9;
    grid-row: 1/5;
  }
}

.p-topRooms__img:nth-child(3) {
  grid-column: 11/15;
  grid-row: 2/4;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(3) {
    grid-column: 10/16;
    grid-row: 2/4;
  }
}

.p-topRooms__img:nth-child(4) {
  grid-column: 1/3;
  grid-row: 8/13;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(4) {
    grid-column: 11/13;
    grid-row: 6/9;
  }
}

.p-topRooms__img:nth-child(5) {
  grid-column: 4/8;
  grid-row: 7/14;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(5) {
    grid-column: 2/4;
    grid-row: 8/13;
  }
}

.p-topRooms__img:nth-child(6) {
  grid-column: 9/13;
  grid-row: 5/9;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(6) {
    grid-column: 5/10;
    grid-row: 7/11;
  }
}

.p-topRooms__img:nth-child(7) {
  grid-column: 14/16;
  grid-row: 5/11;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(7) {
    grid-column: 12/15;
    grid-row: 10/15;
  }
}

.p-topRooms__img:nth-child(8) {
  grid-column: 9/12;
  grid-row: 10/16;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(8) {
    grid-column: 8/11;
    grid-row: 12/17;
  }
}

.p-topRooms__img:nth-child(9) {
  grid-column: 13/17;
  grid-row: 12/17;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(9) {
    grid-column: 9/14;
    grid-row: 16/19;
  }
}

.p-topRooms__img:nth-child(10) {
  grid-column: 1/6;
  grid-row: 15/18;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(10) {
    grid-column: 1/7;
    grid-row: 14/17;
  }
}

.p-topRooms__img:nth-child(11) {
  grid-column: 7/12;
  grid-row: 16/19;
}
@media screen and (max-width: 768px) {
  .p-topRooms__img:nth-child(11) {
    grid-column: 3/8;
    grid-row: 18/20;
  }
}

.p-topRooms__btnArea {
  max-width: 67.9375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-topRooms__btn {
  width: 14.0625rem;
  height: 13.3125rem;
  display: grid;
  place-content: center;
  margin-left: auto;
  margin-top: -11.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-topRooms__btn {
    width: 9.9375rem;
    height: 9.4375rem;
    margin-top: 2rem;
    margin-right: auto;
  }
}
@media (any-hover: hover) {
  .p-topRooms__btn:hover {
    opacity: 1;
  }
  .p-topRooms__btn:hover .p-topRooms__labelBtnIcon {
    -webkit-animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
            animation: arrow-out-right 0.2s ease-out forwards, arrow-in-right 0.2s 0.2s ease-out forwards;
  }
}

.p-topRooms__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/polygon_bg.svg) no-repeat center center/contain;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
}

.p-topRooms__labelText {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3333333333;
  text-align: center;
  color: #fafafa;
  color: #4B281F;
}
@media screen and (max-width: 768px) {
  .p-topRooms__labelText {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.p-topRooms__labelBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .p-topRooms__labelBtn {
    gap: 0.4375rem;
    margin-top: 0.75rem;
  }
}

.p-topRooms__labelBtnText {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Alkatra", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-topRooms__labelBtnText {
    font-size: 1.0625rem;
  }
}

.p-topRooms__labelBtnIcon {
  display: block;
  width: 1.3125rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
          mask: url(../images/common/icon_arrow2.svg) no-repeat center center/contain;
  background-color: #4B281F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -0.0625rem;
}
@media screen and (max-width: 768px) {
  .p-topRooms__labelBtnIcon {
    width: 0.9375rem;
    height: 0.625rem;
  }
}

.p-topSpot {
  position: relative;
  overflow: clip;
  padding-top: 4.125rem;
  padding-bottom: 10.25rem;
  background: url(../images/top/spot_bg.webp) repeat-y center top/cover;
}
@media screen and (max-width: 768px) {
  .p-topSpot {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.p-topSpot__inner {
  max-width: 77.875rem;
}

@media screen and (max-width: 768px) {
  .p-topSpot__title {
    text-align: left;
    padding: 0 2rem;
  }
}

.p-topSpot__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-topSpot__wrap {
    gap: 1.5rem;
    margin-top: 0.5rem;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-topSpot__lead {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: center;
    margin-bottom: 1.875rem;
  }
}

.p-topSpot__container {
  margin-right: calc(50% - 50vw);
}

.p-topSpot__card {
  display: block;
}
@media (any-hover: hover) {
  .p-topSpot__card:hover {
    opacity: 1;
  }
  .p-topSpot__card:hover .c-btn1__icon {
    -webkit-animation: arrow-out-upright 0.2s ease-out forwards, arrow-in-upright 0.2s 0.2s ease-out forwards;
            animation: arrow-out-upright 0.2s ease-out forwards, arrow-in-upright 0.2s 0.2s ease-out forwards;
  }
}

.p-topSpot__card[target=_blank] .c-btn1__icon {
  rotate: 0deg;
}

.p-topSpot__cardImg {
  width: 100%;
  position: relative;
  overflow: clip;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-topSpot__cardImg {
    border-radius: 0.25rem;
  }
}
.p-topSpot__cardImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 481/270;
}
@media screen and (max-width: 768px) {
  .p-topSpot__cardImg img {
    aspect-ratio: 234/131;
  }
}

.p-topSpot__cardInfo {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  margin-top: 0.5rem;
}

.p-topSpot__cardTitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-topSpot__cardTitle {
    font-size: 0.875rem;
  }
}

.p-topSpot__cardLead {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-topSpot__cardLead {
    font-size: 0.75rem;
  }
}

.p-topSpot__cardText {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-topSpot__cardText {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}

.p-topSpot__container .splide.is-initialized {
  position: static;
}
.p-topSpot__container .splide.is-initialized .splide__arrows {
  width: 100vw;
  height: 1.75rem;
  position: absolute;
  top: 6.25rem;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.0625rem;
  padding-right: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .p-topSpot__container .splide.is-initialized .splide__arrows {
    height: 1.3125rem;
    gap: 1.5625rem;
    padding-right: 2rem;
    top: 5.625rem;
  }
}
.p-topSpot__container .splide.is-initialized .splide__arrow {
  position: relative;
  inset: initial;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  width: 0.875rem;
  height: 1.75rem;
  border-radius: 0;
  border-radius: initial;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-topSpot__container .splide.is-initialized .splide__arrow {
    width: 0.625rem;
    height: 1.3125rem;
  }
}
.p-topSpot__container .splide.is-initialized .splide__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/slide_arrow.svg) no-repeat center center/contain;
}
.p-topSpot__container .splide.is-initialized .splide__arrow--prev::before {
  rotate: 180deg;
}

/* ========================================================
# slide-stop
======================================================== */
.p-topSpot__container.--slide-stop {
  margin-right: 0;
}
.p-topSpot__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-topSpot__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__list {
    grid-template-columns: 1fr;
  }
}
.p-topSpot__container.--slide-stop .splide.is-initialized:not(.is-active) .splide__arrows {
  display: none;
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
