@charset "UTF-8";
/* ===================================================================
CSS information

file name  : subpage.scss
author     : AROUND TAKAYAMA Renew
style info : 下層ページ共通スタイル
=================================================================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
#page {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  #page {
    font-family: "Noto Sans JP", sans-serif;
  }
}
#page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 25svh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #page::before {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  #page::before {
    height: 10rem;
  }
}

body.is-gmenu-open,
body.is-gmenu-noscroll {
  overflow: hidden;
}

.en_lulo {
  font-family: "Lulo Clean", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_lulo {
    font-family: "Lulo Clean", sans-serif;
  }
}

.en_mon {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_mon {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}

a {
  color: #005184;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	layout
----------------------------------------------------------- */
.l_container {
  width: 100%;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .l_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.l_col {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.l_col_1 {
  width: 8.33333%;
}

.l_col_2 {
  width: 16.66667%;
}

.l_col_3 {
  width: 25%;
}

.l_col_4 {
  width: 33.33333%;
}

.l_col_5 {
  width: 41.66667%;
}

.l_col_6 {
  width: 50%;
}

.l_col_7 {
  width: 58.33333%;
}

.l_col_8 {
  width: 66.66667%;
}

.l_col_9 {
  width: 75%;
}

.l_col_10 {
  width: 83.33333%;
}

.l_col_11 {
  width: 91.66667%;
}

.l_col_12 {
  width: 100%;
}

@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
#page::before {
  display: none;
}

body:has(.subpage-main) #fixheader .con_header .box_header .box_nav .hnav li:not(.access_btn) a {
  color: #262626;
}

.subpage-pagetitle {
  position: relative;
  width: 100%;
  height: 100svh;
  background: #F5F5F5;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle {
    background: #FFFFFF;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle {
    background: #FFFFFF;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle {
    height: 85svh;
  }
}
.subpage-pagetitle::before {
  content: '';
  position: absolute;
  inset: 0;
  top: 5%;
  right: -5%;
  left: auto;
  width: 40%;
  height: 80%;
  background: url(../images/common/map_vector.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  filter: brightness(0) invert(0.8) opacity(1);
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle::before {
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle::before {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle::before {
    right: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle::before {
    right: -30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle::before {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle::before {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle::before {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle::before {
    height: auto;
  }
}
.subpage-pagetitle__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle__image {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__image {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle__image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__image {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle__image {
    height: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__image {
    height: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle__image {
    border-radius: 0 0 5px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__image {
    border-radius: 0 0 5px 5px;
  }
}
.subpage-pagetitle__content {
  position: absolute;
  left: 53.88889%;
  bottom: 20%;
  max-width: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle__content {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__content {
    position: static;
  }
}
@media only screen and (max-width: 1079px) {
  .subpage-pagetitle__content {
    width: 90%;
    margin: auto;
  }
}
.subpage-pagetitle__heading {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle__heading {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__heading {
    gap: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-pagetitle__heading {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__heading {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 1079px) {
  .subpage-pagetitle__heading {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.subpage-pagetitle__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    line-height: 140%;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-pagetitle__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.subpage-pagetitle__subtitle {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.subpage-pagetitle__arrow {
  color: #A6A6A6;
  display: inline-block;
}
.subpage-pagetitle__en {
  font-family: "Lulo Clean", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: normal;
  letter-spacing: -0.08em;
  color: #A6A6A6;
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__en {
    font-family: "Lulo Clean", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__en {
    font-family: "Lulo Clean", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-pagetitle__en {
    font-family: "Lulo Clean", sans-serif;
  }
}

.subpage-pagetitle__description {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #000;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__description {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 200%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-pagetitle__description {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.subpage-sidenav {
  position: fixed;
  left: 7.5rem;
  top: 1066px;
  width: 200px;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-sidenav {
    left: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-sidenav {
    position: static;
    width: 90%;
    left: auto;
    top: auto;
    margin: 40px auto;
    padding: 0;
  }
}
.subpage-sidenav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subpage-sidenav__item {
  border-left: 2px solid #c8c8c8;
  transition: border-color 0.3s;
}
.subpage-sidenav__item--active {
  border-left-color: #000;
}
.subpage-sidenav__item--active a {
  color: #000;
}
.subpage-sidenav__item a {
  display: block;
  padding: 18px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000;
  text-decoration: none;
  transition: background 0.3s;
}
@media only screen and (max-width: 767px) {
  .subpage-sidenav__item a {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-sidenav__item a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.subpage-main {
  width: 62.43056%;
  max-width: 1200px;
  margin: 10rem auto;
  padding: 0 7.5rem 0 22rem;
}
@media only screen and (max-width: 767px) {
  .subpage-main {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-main {
    margin: 5rem auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-main {
    padding: 0 7.5rem 0 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-main {
    padding: 0;
  }
}

.subpage-section {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .subpage-section {
    margin-bottom: 5rem;
  }
}
.subpage-section:last-child {
  margin-bottom: 0;
}
.subpage-section__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.subpage-section__title {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
  color: #000;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .subpage-section__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-section__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.subpage-section__line {
  flex: 1;
  height: 1px;
  background: #818181;
}
.subpage-section__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #000;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .subpage-section__text {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 200%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-section__text {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-section {
    margin-bottom: 80px;
  }
  .subpage-section__header {
    margin-bottom: 24px;
  }
  .subpage-section__title {
    font-size: 22px;
  }
  .subpage-section__text {
    font-size: 14px;
    margin-top: 24px;
  }
}

.subpage-gallery {
  position: relative;
  display: flex;
  gap: .5rem;
  width: 100%;
}
.subpage-gallery__main {
  position: relative;
  display: inline-block;
  width: 95.20833%;
  height: auto;
  aspect-ratio: 500/305;
  overflow: hidden;
}
.subpage-gallery__slides {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.subpage-gallery__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
}
.subpage-gallery__next-preview {
  position: relative;
  display: inline-block;
  width: 4.23611%;
  height: 100%;
  margin-left: 0;
  overflow: hidden;
}
.subpage-gallery__preview-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage-gallery__controls {
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .subpage-gallery__controls {
    bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-gallery__controls {
    left: 0.5rem;
  }
}
.subpage-gallery__prev, .subpage-gallery__next {
  width: 44px;
  height: 22px;
  border: 1px solid #c8c8c8;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(5px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.subpage-gallery__prev:hover, .subpage-gallery__next:hover {
  background: rgba(255, 255, 255, 0.2);
}
.subpage-gallery__prev svg, .subpage-gallery__next svg {
  color: #fff;
}
.subpage-gallery__dots {
  display: flex;
  height: 4px;
  gap: 8px;
  flex: 1;
  max-width: 200px;
}
.subpage-gallery__dot {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s;
}
.subpage-gallery__dot--active {
  background: #fff;
}
.subpage-gallery__scrollbar {
  width: 77.5px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
  position: relative;
  overflow: hidden;
}
.subpage-gallery__scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}

.subpage-infobox {
  margin-top: 40px;
  padding: 48px 124px;
  background: #f5f5f5;
  border-radius: 4px;
}
.subpage-infobox__item {
  margin-bottom: 40px;
}
.subpage-infobox__item:last-child {
  margin-bottom: 0;
}
.subpage-infobox__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .subpage-infobox__label {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-infobox__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .subpage-infobox__value {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-infobox__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #666;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .subpage-infobox__note {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-infobox {
    padding: 32px 20px;
  }
  .subpage-infobox__item {
    margin-bottom: 24px;
  }
  .subpage-infobox__label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .subpage-infobox__value {
    font-size: 14px;
  }
  .subpage-infobox__note {
    font-size: 12px;
    margin-top: 16px;
  }
}

.subpage-plan {
  margin-top: 80px;
}
.subpage-plan__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .subpage-plan__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-plan__images {
  display: flex;
  gap: 0;
  width: 900px;
  height: 506px;
  margin-bottom: 40px;
}
.subpage-plan__images img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.subpage-plan__images img:first-child {
  border-radius: 4px 0 0 4px;
}
.subpage-plan__images img:last-child {
  border-radius: 0 4px 4px 0;
}
.subpage-plan__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .subpage-plan__text {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-plan__notes {
  margin-bottom: 40px;
}
.subpage-plan__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .subpage-plan__note {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-plan {
    margin-top: 48px;
  }
  .subpage-plan__title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .subpage-plan__images {
    width: 100%;
    height: 200px;
    flex-wrap: wrap;
  }
  .subpage-plan__images img {
    width: 50%;
    height: 100%;
  }
  .subpage-plan__text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .subpage-plan__notes {
    margin-bottom: 24px;
  }
  .subpage-plan__note {
    font-size: 12px;
  }
}

.subpage-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 26px;
  background: #000;
  border-radius: 99px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .subpage-button {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-button:hover {
  background: #333;
}
.subpage-button svg {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-button {
    font-size: 14px;
    padding: 6px 18px;
    gap: 4px;
  }
}

.subpage-related {
  margin: 120px 0;
}
.subpage-related__container {
  display: flex;
  width: 100%;
}
.subpage-related__item {
  position: relative;
  flex: 1;
  height: 560px;
  overflow: hidden;
}
.subpage-related__bg {
  position: absolute;
  inset: 0;
}
.subpage-related__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(12px);
  transform: scale(1.1);
}
.subpage-related__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.subpage-related__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 15px));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  z-index: 1;
}
.subpage-related__heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.subpage-related__en {
  font-family: "Lulo Clean", sans-serif;
  font-size: 32px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: -0.08em;
  color: #e5e5e5;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .subpage-related__en {
    font-family: "Lulo Clean", sans-serif;
  }
}
.subpage-related__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .subpage-related__ja {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-related__thumbnail {
  width: 368px;
  height: 207px;
  border-radius: 4px;
  overflow: hidden;
}
.subpage-related__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage-related__button {
  display: inline-block;
  padding: 10px 26px;
  border: 1px solid #ebebeb;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(5px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .subpage-related__button {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-related__button:hover {
  border-color: #818181;
  background: rgba(0, 0, 0, 0.9);
}
.subpage-related__button:hover::before {
  opacity: 1;
}
.subpage-related__button::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: #e0e0e0;
  mix-blend-mode: soft-light;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1079px) {
  .subpage-related {
    margin: 0;
    padding: 0 20px;
    overflow: visible;
  }
  .subpage-related::-webkit-scrollbar {
    display: none;
  }
  .subpage-related__container {
    flex-direction: column;
    width: 100%;
  }
  .subpage-related__item {
    flex: none;
    width: 100%;
    height: 407px;
  }
  .subpage-related__content {
    gap: 24px;
    transform: translate(-50%, -50%);
  }
  .subpage-related__en {
    font-size: 26px;
    letter-spacing: -0.08em;
  }
  .subpage-related__ja {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  .subpage-related__thumbnail {
    width: 295px;
    height: 166px;
  }
  .subpage-related__button {
    font-size: 16px;
    padding: 10px 26px;
  }
}

.subpage-footer-slider {
  position: relative;
  height: 444px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider {
    height: 315px;
  }
}
@media only screen and (max-width: 1079px) {
  .subpage-footer-slider {
    margin-top: 3rem;
  }
}
.subpage-footer-slider__breadcrumbs {
  display: flex;
  align-items: center;
  gap: .5rem;
  width: 83.33333%;
  margin: 0 auto;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__breadcrumbs--wrap {
    width: 95%;
    flex-wrap: wrap;
  }
}
.subpage-footer-slider__breadcrumbs a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__breadcrumbs a {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-footer-slider__breadcrumbs span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__breadcrumbs span {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.subpage-footer-slider__content {
  position: absolute;
  left: 7.5rem;
  bottom: 12rem;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-footer-slider__content {
    left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__content {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__content {
    bottom: 7rem;
  }
}
.subpage-footer-slider__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__subtitle {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-footer-slider__subtitle {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.subpage-footer-slider__heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__heading {
    gap: 1rem;
  }
}
.subpage-footer-slider__en {
  font-family: "Lulo Clean", sans-serif;
  font-size: 32px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: -0.08em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__en {
    font-family: "Lulo Clean", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__en {
    font-family: "Lulo Clean", sans-serif;
    font-size: 26px;
    line-height: 120%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-footer-slider__en {
    font-family: "Lulo Clean", sans-serif;
  }
}

.subpage-footer-slider__ja {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__ja {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__ja {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-footer-slider__ja {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.subpage-footer-slider__track {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__track {
    height: 280px;
  }
}
.subpage-footer-slider__slides {
  display: flex;
  gap: 0;
  height: 100%;
  animation: footerSliderScroll 30s linear infinite;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__slides {
    animation: footerSliderScroll 15s linear infinite;
  }
}
.subpage-footer-slider__slide {
  flex-shrink: 0;
  width: 400px;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__slide {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__slide {
    height: 280px;
  }
}
.subpage-footer-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage-footer-slider__button {
  position: absolute;
  right: 7.5rem;
  top: 0.375rem;
  width: auto;
  height: 72px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3s;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__button {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__button {
    top: -0.5rem;
  }
}
.subpage-footer-slider__button:hover {
  transform: scale(1.1);
}
.subpage-footer-slider__button svg {
  width: 100%;
  height: 100%;
}
.subpage-footer-slider__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 400px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider__overlay {
    height: 280px;
  }
}

@keyframes footerSliderScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
