@charset "UTF-8";
:root {
  --px: calc((1 / 402) * 100vw);
}
@media screen and (min-width: 768px) {
  :root {
    --px: calc(402 / 402 * 1px);
  }
}
.image {
  width: 100%;
  height: auto;
}
.header {
  justify-content: space-between;
}
.header_name {
  width: auto;
  flex-shrink: 0;
}
.main {
  height: calc(100vh - (98px + 90px));
  background-color: #fff;
  background-image: url(../img/img-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sticky {
  position: fixed;
  top: 98px;
  height: calc(100vh - (98px + 90px));
  right: calc(15% + 395px + 20px);
  left: 0;
  right: calc(50% + 418px / 2 + 10px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sticky::-webkit-scrollbar {
  display: none;
}
.sticky_inner {
  width: 264.8px;
  max-width: 67.2%;
  margin-inline: auto;
  padding: 30px 0;
}
.sticky2 {
  right: 0;
  left: calc(50% + 418px / 2);
}
.sticky2 .sticky_inner {
  width: 256px;
}
.sticky__entry {
  margin-top: 30px;
}
.sticky__title {
  margin-bottom: 10px;
}
.sticky__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sticky .cv_btn {
  width: 100%;
  text-align: left;
}
.sticky .cv_btn_anchor {
  font-size: 1.8rem;
  padding: 20px 15px;
  background-size: 50px;
  background-position: 16px;
}
.sticky .cv_btn_anchor::after {
  right: 16px;
}
.sticky .btn_anchor {
  font-size: 1.3rem;
  padding-left: 16px;
  text-align: left;
  height: calc(56 * var(--px));
}
.sticky .btn_anchor::after {
  right: 16px;
  width: calc(11.2 * var(--px));
  height: calc(11.2 * var(--px));
}
.simplebar-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#sticky .sticky_inner {
  margin-top: 145px;
  margin-bottom: 0;
}
#sticky2 .sticky_inner {
  margin-top: 160px;
  margin-bottom: 0;
}
.anchor__link {
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  pointer-events: visible;
}
.header {
  max-width: 976px;
}
.body {
  height: calc(100vh - (98px + 90px));
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
  scroll-behavior: smooth;
}
.body__inner {
  position: relative;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  z-index: 20;
}
.note {
  background-color: #363636;
  padding: calc(40 * var(--px)) calc(16 * var(--px));
  display: -ms-grid;
  display: grid;
  row-gap: calc(10 * var(--px));
}
.note__text {
  font-size: calc(10 * var(--px));
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
}
@media (hover: hover) and (pointer: fine) {
  .anchor__link:hover {
    opacity: 0.75;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .anchor__link:hover {
    opacity: 0.75;
  }
}
.kv {
  position: relative;
  z-index: 2;
  text-align: center;
  background: url(../img/bg-kv.png) no-repeat top / 100% auto;
}
.kv_title {
  position: relative;
  z-index: 3;
}

.kv_img {
  max-width: 355px;
  position: relative;
  z-index: 3;
}

.kv_heading {
  max-width: 349px;
  position: relative;
  z-index: 3;
}
.cv_btn_side {
  display: flex;
  flex-direction: column;
  gap: calc(10 * var(--px));
  width: 100%;
  margin-inline: auto;
}
.cv_btn_side_anchor {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(8 * var(--px));
  height: calc(56 * var(--px));
  border-radius: calc(4 * var(--px));
  padding: 20px 15px;
  color: #fff;
  text-decoration: none;
}
.cv_btn_side_anchor.-shop {
  background: linear-gradient(90deg, #313131 0%, #5a5a5a 100%);
}
.cv_btn_side_anchor.-reserve {
  background: linear-gradient(90deg, #866328 0%, #b69357 100%);
}
.cv_btn_side_anchor_text {
  flex: 1;
  text-align: left;
  font-size: calc(12 * var(--px));
  line-height: 1.3;
  font-weight: 700;
}
.cv_btn_side_anchor_icon {
  display: block;
  flex-shrink: 0;
  width: calc(40 * var(--px));
  height: auto;
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .cv_btn_side_anchor_text {
    font-size: calc(12 * var(--px));
  }
  .cv_btn_side_anchor_icon {
    width: calc(32 * var(--px));
  }
}
.cv_btn {
  display: flex;
  justify-content: space-between;
  gap: 1px;
  width: 100%;
  padding-inline: calc(20 * var(--px));
  box-sizing: border-box;
  margin-top: 22.4px;
}
.cv_btn_item {
  width: 50%;
  box-sizing: border-box;
}
.cv_btn_anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 * var(--px));
  height: calc(64 * var(--px));
  padding: calc(10 * var(--px));
  text-decoration: none;
  color: #fff;
}
.cv_btn_anchor.-shop {
  background: linear-gradient(90deg, #313131 0%, #5a5a5a 100%);
}
.cv_btn_anchor.-reserve {
  background: linear-gradient(90deg, #866328 0%, #b69357 100%);
}
.cv_btn_anchor_text {
  flex: 1;
  text-align: left;
  font-size: calc(12 * var(--px));
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.cv_btn_anchor_icon {
  display: block;
  flex-shrink: 0;
}
.cv_btn_anchor.-shop .cv_btn_anchor_icon {
  width: calc(40 * var(--px));
  height: calc(16.423 * var(--px));
}
.cv_btn_anchor.-reserve .cv_btn_anchor_icon {
  width: calc(25 * var(--px));
  height: calc(25 * var(--px));
}
.scroll_down {
  margin-top: calc(20 * var(--px));
  text-align: center;
}

.scroll_down span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: calc(18 * var(--px));
  color: #000;
  font-size: calc(14 * var(--px));
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.28px;
}

.scroll_down span::after {
  content: "";
  flex: none;
  width: 1px;
  height: calc(30 * var(--px));
  background-color: #000;
}

#type01 span:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.btn_anchor {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(70 * var(--px));
  border-radius: calc(4 * var(--px));
  padding-left: calc(16 * var(--px));
  font-size: calc(18 * var(--px));
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #c40404;
}
.btn_anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(16 * var(--px));
  width: calc(14 * var(--px));
  height: calc(14 * var(--px));
  border-top: 3px solid;
  border-right: 3px solid;
  transform-origin: 100% 0;
  transform: rotate(45deg);
}
.campaign {
  width: calc(362 / 402 * 100%);
  margin-inline: auto;
  margin-block: calc(20 * var(--px));
}
.campaign_btn {
  margin-top: calc(14 * var(--px));
}
.point {
  margin-top: calc(20 * var(--px));
}
.feature {
  background: linear-gradient(270deg, #525465 0%, #20212C 100%);
  padding-block: 0 calc(60 * var(--px));
}
.feature_lead {
  margin-top: calc(30 * var(--px));
  padding-inline: calc(20 * var(--px));
  font-size: calc(16 * var(--px));
  line-height: 1.8;
  letter-spacing: 3.2px;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}
.feature_divider {
  height: calc(61 * var(--px));
}
.feature_divider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature_set {
  padding-inline: calc(20 * var(--px));
}
.feature_subttl {
  margin-bottom: calc(20 * var(--px));
  font-family: "Noto Serif JP", serif;
  font-size: calc(20 * var(--px));
  line-height: 1.4;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
.feature_subttl .-num {
  font-size: calc(40 * var(--px));
}
.feature_subttl .-mid {
  font-size: calc(30 * var(--px));
}
.feature_list {
  display: flex;
  flex-direction: column;
  gap: calc(13 * var(--px));
}
.feature_list_item {
  position: relative;
  overflow: hidden;
  border-radius: calc(4 * var(--px));
}
.feature_list_img img {
  display: block;
  transition: transform 0.6s ease;
}
@media (hover: hover) and (pointer: fine) {
  .feature_list_item:hover .feature_list_img img {
    transform: scale(1.1);
  }
}
.feature_list_body {
  position: absolute;
  top: calc(30 * var(--px));
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(14 * var(--px));
}
.feature_list_text {
  text-align: center;
  color: #fff;
  font-size: calc(16 * var(--px));
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.feature_list_btn,
.space_card_body a {
  display: block;
  width: calc(210 * var(--px));
}
.feature_list_btn img,
.space_card_body a img {
  display: block;
  width: 100%;
}
.space {
  padding-block: 0 calc(40 * var(--px));
  background: linear-gradient(270deg, #525465 0%, #20212C 100%);
  color: #fff;
}
.space_set {
  padding-inline: calc(20 * var(--px));
}
.space_cards {
  display: flex;
  flex-direction: column;
  gap: calc(14 * var(--px));
}
.space_card {
  position: relative;
  height: calc(266 * var(--px));
  background-color: #32373e;
  border-radius: calc(4 * var(--px));
  overflow: hidden;
}
.space_card_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(164 * var(--px));
}
.space_card_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
@media (hover: hover) and (pointer: fine) {
  .space_card:hover .space_card_img img {
    transform: scale(1.1);
  }
}
.space_card_body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(14 * var(--px));
  padding-top: calc(30 * var(--px));
}
.space_card_text {
  text-align: center;
  font-size: calc(16 * var(--px));
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.space_heading {
  margin-top: calc(30 * var(--px));
  padding-inline: calc(20 * var(--px));
  font-size: calc(18 * var(--px));
  line-height: 1.6;
  letter-spacing: 3.6px;
}
.space_carousel {
  margin-top: calc(30 * var(--px));
  overflow: hidden;
}
.space_carousel .swiper {
  overflow: hidden;
  width: 100%;
}
.space_carousel .swiper-slide {
  display: flex;
  flex-direction: column;
  width: calc(325 * var(--px));
  height: auto;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.space_carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.space_carousel_img {
  flex-shrink: 0;
}
.space_carousel_img img {
  display: block;
  width: 100%;
  height: calc(214 * var(--px));
  object-fit: cover;
}
.space_carousel_text {
  flex: 1;
  padding: calc(18 * var(--px)) calc(20 * var(--px));
  background: linear-gradient(106deg, #0d1419 24%, #182026 129%);
  font-size: calc(14 * var(--px));
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.space_carousel_text .-notes {
  font-size: calc(12 * var(--px));
}
.space_carousel .swiper-button-next,
.space_carousel .swiper-button-prev {
  position: static;
  width: calc(57 * var(--px));
  height: calc(57 * var(--px));
  margin: 0;
  background: url(../icon/ico-slider-nav.svg) center / contain no-repeat;
}
.space_carousel .swiper-button-next svg,
.space_carousel .swiper-button-prev svg {
  display: none;
}
.space_carousel .swiper-button-next::after,
.space_carousel .swiper-button-prev::after {
  content: none;
}
.space_carousel .swiper-button-next {
  transform: rotate(180deg);
}
.space_carousel .swiper-button-disabled {
  opacity: 0.3;
}
.space_carousel_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(15 * var(--px));
  padding: 0 calc(20 * var(--px));
}
.space_carousel .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: calc(30 * var(--px));
  width: auto;
}
.space_carousel .swiper-pagination-bullet {
  position: relative;
  width: calc(10 * var(--px));
  height: calc(10 * var(--px));
  margin: 0;
  background: #fff;
  opacity: 0.4;
}
.space_carousel .swiper-pagination-bullet-active {
  opacity: 1;
}
.space_carousel .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  inset: calc(-4.5 * var(--px));
  border: 1px solid #fff;
  border-radius: 50%;
}
.design {
  background: linear-gradient(270deg, #525465 0%, #20212C 100%);
  color: #fff;
  padding-bottom: 40px;
}
.design_wrap {
  padding: 0 20px;
}
.design_set_img {
  display: block;
  width: 100%;
}
.colorpick {
  margin-top: calc(40 * var(--px));
  padding: calc(40 * var(--px)) calc(20 * var(--px));
  background: linear-gradient(180deg, #32373e 0%, #0d1419 60%);
}
.colorpick_subttl {
  font-size: calc(18 * var(--px));
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.colorpick_lead {
  margin-top: calc(30 * var(--px));
  font-size: calc(14 * var(--px));
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.colorpick_car {
  position: relative;
  margin-top: calc(30 * var(--px));
  margin-inline: calc(-10 * var(--px));
}
.colorpick_car_img {
  position: relative;
  width: calc(375 * var(--px));
  margin-inline: auto;
  aspect-ratio: 759 / 387;
}
.colorpick_car_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.colorpick_car_img img[hidden] {
  display: none;
}
.colorpick_car_img img.-active {
  opacity: 1;
  pointer-events: auto;
}
.colorpick_car_nav {
  position: absolute;
  top: 40px;
  width: calc(18 * var(--px));
  height: calc(32 * var(--px));
  border: none;
  background: url(../icon/ico-arrow-chevron.svg) center / contain no-repeat;
  padding: 0;
}
.colorpick_car_nav.-prev {
  left: 0;
}
.colorpick_car_nav.-next {
  right: 0;
  transform: rotate(180deg);
}
.colorpick_note {
  margin-top: calc(24 * var(--px));
  padding: 0 6px;
  min-height: calc(50 * var(--px));
  font-size: calc(12 * var(--px));
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
.colorpick_swatches {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20 * var(--px));
  margin-top: calc(20 * var(--px));
}
.colorpick_swatch {
  position: relative;
  width: calc(30 * var(--px));
  height: calc(30 * var(--px));
  border: none;
  border-radius: 50%;
  padding: 0;
  background-size: cover;
  background-position: center;
}
.colorpick_swatch.-active {
  outline: calc(1 * var(--px)) solid #fff;
  outline-offset: calc(8 * var(--px));
}
.recommended {
  padding-top: 60px;
  padding-bottom: calc(30 * var(--px));
  background: url(../img/bg-recommended.png) repeat-y top / 100% auto;
}
.recommended_title {
  display: block;
  max-width: 284px;
  width: 100%;
  margin: 0 auto;
}
.recommended_tabs {
  position: relative;
  display: flex;
  padding: 0 20px;
  margin-top: calc(48 * var(--px));
}
.recommended_tabs::before,
.recommended_tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #b69357;
}
.recommended_tabs::before {
  left: 0;
}
.recommended_tabs::after {
  right: 0;
}
.recommended_tab {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(72 * var(--px));
  padding: calc(24 * var(--px)) calc(15 * var(--px)) calc(28 * var(--px));
  border: calc(1 * var(--px)) solid transparent;
  border-top-width: calc(4 * var(--px));
  border-bottom-color: #b69357;
  background-color: #d6d6d6;
  color: #7d7d7d;
  font-size: calc(16 * var(--px));
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  box-shadow: inset 0 calc(-6 * var(--px)) calc(16 * var(--px)) rgba(0, 0, 0, 0.08);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.recommended_tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(8 * var(--px));
  transform: translateX(-50%);
  width: calc(18 * var(--px));
  height: calc(14 * var(--px));
  background: url(../icon/ico-tab.svg) center / contain no-repeat;
}
.recommended_tab.-active::after {
  content: none;
}
.recommended_tab + .recommended_tab {
  border-left-color: #b69357;
}
.recommended_tab.-active {
  border-top-color: #b69357;
  border-left-color: #b69357;
  border-right-color: #b69357;
  border-bottom: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 41.667%, rgba(255, 255, 255, 0) 100%);
  color: #b69357;
  box-shadow: none;
}
@keyframes recommended-panel-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recommended_panel {
  animation: recommended-panel-fade-in 0.4s ease forwards;
  padding: calc(50 * var(--px)) calc(20 * var(--px)) 0;
}
.recommended_panel_img {
  display: block;
  width: 100%;
}
.recommended_disclaimer + .recommended_panel_img {
  margin-top: calc(24 * var(--px));
}
.recommended_disclaimer {
  margin-top: calc(18 * var(--px));
  padding: calc(10 * var(--px));
  background-color: #f2f2f2;
  color: #111;
  font-size: calc(10 * var(--px));
  line-height: 1.5;
}
.float-bottom-conversion {
  height: auto;
  display: none;
  position: fixed;
  z-index: 2000;
  padding: calc(10 * var(--px)) calc(20 * var(--px));
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.float-bottom-conversion_heading {
  margin-bottom: calc(10 * var(--px));
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: calc(18 * var(--px));
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.float-bottom-conversion_inner {
  display: flex;
  justify-content: center;
  gap: 1px;
}
.float-banner {
  width: 50%;
}
.floart_anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 * var(--px));
  height: calc(64 * var(--px));
  padding: calc(10 * var(--px));
  text-decoration: none;
  color: #fff;
}
.floart_anchor.-shop {
  background: linear-gradient(90deg, #313131 0%, #5a5a5a 100%);
}
.floart_anchor.-reserve {
  background: linear-gradient(90deg, #866328 0%, #b69357 100%);
}
.floart_anchor_text {
  flex: 1;
  font-size: calc(18 * var(--px));
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .floart_anchor_text {
    font-size: calc(11 * var(--px));
  }
}
.floart_anchor_icon {
  display: block;
  flex-shrink: 0;
}
.floart_anchor.-shop .floart_anchor_icon {
  width: calc(40 * var(--px));
  height: calc(16.423 * var(--px));
}
.floart_anchor.-reserve .floart_anchor_icon {
  width: calc(25 * var(--px));
  height: calc(25 * var(--px));
}
.remodal-overlay {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.feature-modal {
  width: calc(375 * var(--px));
  max-width: 90vw;
  max-height: 85vh;
  padding: calc(20 * var(--px)) 0 calc(24 * var(--px));
  overflow: hidden;
  border-radius: calc(8 * var(--px));
  background: linear-gradient(180deg, #32373e 0%, #0d1419 100%);
}
.feature-modal .remodal-close {
  top: calc(8 * var(--px));
  left: calc(8 * var(--px));
  color: #fff;
}
.feature-modal .remodal-close:hover,
.feature-modal .remodal-close:focus {
  color: #fff;
  opacity: 0.6;
}
.feature-modal_title {
  padding-inline: calc(40 * var(--px));
  text-align: center;
  color: #fff;
  font-size: calc(16 * var(--px));
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.feature-modal_img {
  display: block;
  width: calc(335 * var(--px));
  margin: calc(16 * var(--px)) auto 0;
  border-radius: calc(4 * var(--px));
}
.feature-modal_body {
  margin-top: calc(16 * var(--px));
  padding-inline: calc(20 * var(--px));
  color: #fff;
  font-size: calc(13 * var(--px));
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.feature-modal_body p + p {
  margin-top: calc(16 * var(--px));
}
.feature-modal_body span {
  font-size: 10px;
  vertical-align: super;
}
.feature-modal_subhead {
  padding-bottom: calc(8 * var(--px));
  border-bottom: 1px solid currentColor;
  font-weight: normal;
  font-size: calc(15 * var(--px));
}
.feature-modal_note {
  font-size: calc(11 * var(--px));
  line-height: 1.6;
  opacity: 0.7;
}
.feature-modal_annotation {
  font-size: calc(10 * var(--px));
  line-height: 1.6;
}
.feature-modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 * var(--px));
  margin: calc(15 * var(--px)) auto 0;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: calc(14 * var(--px));
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
}
.feature-modal_close img {
  display: block;
  width: 16px;
  height: 16px;
}
.feature-modal_close:hover {
  opacity: 1;
}
.feature-modal.-light .feature-modal_close {
  color: #fff;
}
.feature-modal.-light {
  padding: calc(44 * var(--px)) 0 calc(50 * var(--px));
  background: transparent;
  border-radius: 0;
}
.feature-modal_card {
  max-height: calc(85vh - calc(94 * var(--px)));
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #e4e4e4;
  padding: 30px 0;
}
.feature-modal.-light .remodal-close {
  top: 0;
  left: auto;
  right: 0;
  width: calc(30 * var(--px));
  height: calc(30 * var(--px));
  background: url(../icon/ico-close.svg) center / contain no-repeat;
}
.feature-modal.-light .remodal-close::before {
  content: none;
}
.feature-modal.-light .remodal-close:hover,
.feature-modal.-light .remodal-close:focus {
  opacity: 0.6;
}
.feature-modal_head {
  margin: 0 calc(20 * var(--px)) calc(30 * var(--px));
  padding-left: calc(20 * var(--px));
  border-left: calc(3 * var(--px)) solid #A38C56;
}
.feature-modal_head .feature-modal_title {
  padding-inline: 0;
  text-align: left;
  color: #1a1a1a;
  font-size: calc(18 * var(--px));
  letter-spacing: 0.05em;
  font-weight: normal;
}
.feature-modal_lead {
  margin-top: calc(12 * var(--px));
  color: #1a1a1a;
  font-size: calc(15 * var(--px));
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: left;
}
.feature-modal_lead mark {
  background-color: #FFF3D2;
  color: inherit;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.feature-modal.-light .feature-modal_img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 0;
}
.feature-modal.-light .feature-modal_body {
  margin-top: 0;
  padding: calc(24 * var(--px)) calc(24 * var(--px)) 0;
  color: #1a1a1a;
  font-size: calc(14 * var(--px));
  line-height: 1.8;
  letter-spacing: 1.4px;
  text-align: left;
}

.footer {
    position: relative;
    z-index: 1;
    height: calc(90 * var(--px));
    padding: 0;
}

.footer_inner {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-inline: calc(117 * var(--px));
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 43px;
    font-size: 1.2rem;
    line-height: 1;
}
.footer_inner > p {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0;
    text-align: right;
    white-space: nowrap;
}
.pagetop {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  flex-shrink: 0;
}
.pagetop_anchor {
  position: static;
  display: block;
  width: calc(40 * var(--px));
  height: calc(40 * var(--px));
  padding-top: 0;
}
.js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-fadein.-active {
  opacity: 1;
  transform: translateY(0);
}
