@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Libre Baskerville", "Noto Sans JP", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #010b19;
  background-color: #FFF;
  white-space: normal; /* 通常の改行ルール */
  overflow-wrap: normal; /* 単語途中では改行しない */
  word-break: normal; /* 単語途中では改行しない */
}

a {
  text-decoration: none;
  color: #FFF;
  vertical-align: bottom;
}

li {
  list-style: none;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

.kp {
  display: inline-block;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 425px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-only {
    display: block;
  }
}

.section-title {
  width: min(1024px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-title {
    width: calc(100% - 25px);
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-title .title__en {
  color: #c6a859;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(6rem, 0.96rem + 8.53vw, 11.2rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
.section-title .title__ja {
  color: #010b19;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-title .title__ja {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-top: 16px;
  }
}
.section-title .title__ja .title__ja-sub {
  font-size: 1.2rem;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .section-title .title__ja .title__ja-sub {
    font-size: 1.2rem;
    margin-left: 14px;
    margin-top: unset;
  }
}

.btn-header {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 60px;
  border-radius: 30px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .btn-header {
    width: 120px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .btn-header {
    width: 50px;
  }
}
.btn-header .btn-name {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn-header .btn-name {
    display: none;
  }
}
.btn-header::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .btn-header::before {
    margin-right: 0;
  }
}
.btn-header:hover {
  opacity: 0.6;
}

.btn__web {
  color: #010b19;
  background-image: linear-gradient(to right, #fff000, #ffde00);
}
.btn__web::before {
  width: 20px;
  height: 20px;
  background-image: url(../img/email-icon.svg);
}

.btn__line {
  color: #FFF;
  background-color: #00b900;
}
.btn__line::before {
  width: 30px;
  height: 30px;
  background-image: url(../img/line-icon.webp);
}

.section-cta {
  position: relative;
  color: #010b19;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(460px, 95%);
  height: 60px;
  border-radius: 30px;
  border: 2px solid transparent;
  background-image: linear-gradient(to left, #fff000, #ffde00);
  margin-inline: auto;
  bottom: -30px;
  transition: opacity 0.3s;
}
.section-cta:hover {
  opacity: 0.6;
}
.section-cta::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 12px;
}
.section-cta::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-icon-black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 24px;
}

.anime__vehicle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
}
.anime__vehicle .anime__area {
  position: relative;
  width: 100%;
  height: 100%;
}
.anime__vehicle .anime__area img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 255px;
  aspect-ratio: 255/85;
  animation: car-drive 5s ease-in forwards infinite;
}
@keyframes car-drive {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
@media screen and (max-width: 768px) {
  .anime__vehicle .anime__area img {
    width: 125px;
  }
}

.child-inner {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  width: min(1024px, 90%);
  margin-inline: auto;
}
.child-inner .sec-ttl-child {
  font-size: 3.2rem;
  font-weight: 800;
  border-bottom: 1.5px dashed #c6a859;
}
@media screen and (max-width: 768px) {
  .child-inner .sec-ttl-child {
    font-size: 2.4rem;
  }
}
.child-inner .sec-detail {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .child-inner .sec-detail {
    font-size: 1.4rem;
  }
}
.child-inner .sub-ttl-child {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .child-inner .sub-ttl-child {
    font-size: 2rem;
  }
}
.child-inner .planwide__detail {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .child-inner .planwide__detail {
    font-size: 1.4rem;
  }
}

.child__title {
  font-weight: 400;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .child__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.child__title .child__title-en {
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(4.8rem, 0.96rem + 8.53vw, 11.2rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
.child__title .child__title-ja {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .child__title .child__title-ja {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-left: 0;
  }
}

.aioseo-breadcrumbs {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  width: min(1024px, 90%);
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .aioseo-breadcrumbs {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb {
  color: #FFF;
  display: inline-block;
}
.aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #FFF;
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  color: #FFF;
  display: inline-block;
  margin: 0 12px;
}

.header--default {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  height: 186px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .header--default {
    height: 95px;
  }
}
.header--default::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: linear-gradient(to top, transparent 25%, #000);
}

.header__inner {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header__inner .header__logo {
  position: relative;
  z-index: 100;
  width: 186px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__inner .header__logo {
    width: 95px;
  }
}
.header__inner .header__logo img {
  height: 100%;
}

.header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(626px, 70%);
  padding-inline: 10px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    justify-content: right;
    gap: 10px;
    margin-top: 8px;
  }
}

.btn__language {
  position: relative;
  z-index: 101;
  color: #010b19;
  font-size: 1.4rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .btn__language {
    display: none;
  }
}
.btn__language::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/world-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}
.btn__language::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url(../img/arrow-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 15px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.lang__switcher {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lang__switcher {
    display: none;
  }
}
.lang__switcher .lang__menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 101;
  display: grid;
  grid-template-columns: 1fr;
  width: 75%;
  margin: 0 12.5%;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.lang__switcher .lang__menu .menu__item {
  text-align: center;
  height: 50px;
}
.lang__switcher .lang__menu .menu__item > a {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: color 0.3s;
}
.lang__switcher .lang__menu .menu__item > a:hover {
  color: #c6a859;
}
.lang__switcher .lang__menu .menu__item:nth-of-type(1) {
  border-bottom: 1px dashed #010b19;
}
.lang__switcher .lang__menu .menu__item:nth-of-type(3) {
  border-top: 1px dashed #010b19;
}
.lang__switcher .lang__menu .is-current > a {
  color: lightgray !important;
}

.is-active .lang__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.is-active .btn__language::after {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 186px;
  animation: slideDown 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header--sticky {
    height: 95px;
  }
}
.header--sticky::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: linear-gradient(to top, transparent 25%, #000);
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.header--sticky .header__wrapper {
  padding-right: 120px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .header--sticky .header__wrapper {
    padding-right: 70px;
    margin-top: 10px;
  }
}

.hmb__icon {
  position: relative;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  padding: 23px;
  background-color: #010b19;
}
@media screen and (max-width: 768px) {
  .hmb__icon {
    width: 50px;
    height: 50px;
    padding: 15px;
  }
}
.hmb__icon .hmb__bar {
  display: block;
  width: 38px;
  height: 3px;
  background-color: #FFF;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .hmb__icon .hmb__bar {
    width: 19px;
    height: 2px;
    margin-bottom: 5px;
  }
}
.hmb__icon .hmb__bar:last-of-type {
  margin-bottom: 0;
}

.is-open .hmb__icon {
  position: relative;
  z-index: 100;
}
.is-open .hmb__icon .hmb__bar:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #FFF !important;
}
.is-open .hmb__icon .hmb__bar:nth-child(2) {
  display: none;
}
.is-open .hmb__icon .hmb__bar:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #FFF !important;
}

.hmb__menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background-color: rgba(1, 11, 25, 0.85);
}
.hmb__menu .hmb__nav {
  width: min(760px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 250px;
}
@media screen and (max-width: 1024px) {
  .hmb__menu .hmb__nav {
    flex-direction: column;
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .hmb__menu .hmb__nav {
    margin-top: 130px;
  }
}
.hmb__menu .hmb__nav .hmb__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 75%;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .hmb__menu .hmb__nav .hmb__list {
    width: min(100%, 500px);
    height: 150px;
  }
}
.hmb__menu .hmb__nav .hmb__list li {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  width: 265px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .hmb__menu .hmb__nav .hmb__list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .hmb__menu .hmb__nav .hmb__list li:nth-of-type(odd) {
    width: 62.5%;
  }
}
@media screen and (max-width: 1024px) {
  .hmb__menu .hmb__nav .hmb__list li:nth-of-type(even) {
    width: 37.5%;
  }
}
.hmb__menu .hmb__nav .hmb__list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: color 0.3s;
}
.hmb__menu .hmb__nav .hmb__list li a:hover {
  color: #c6a859;
}
.hmb__menu .hmb__language {
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  width: 25%;
  height: 200px;
  display: grid;
  grid-template-areas: "item1" "item2" "item3";
  grid-template-columns: 1fr;
}
.hmb__menu .hmb__language .item1 {
  grid-area: item1;
}
.hmb__menu .hmb__language .item2 {
  grid-area: item2;
}
.hmb__menu .hmb__language .item3 {
  grid-area: item3;
}
@media screen and (max-width: 1024px) {
  .hmb__menu .hmb__language {
    font-size: 1.6rem;
    width: min(100%, 500px);
    height: 100px;
    grid-template-areas: "item1 item1" "item2 item3";
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
}
.hmb__menu .hmb__language li:first-of-type {
  display: flex;
  justify-content: left;
  align-items: center;
}
.hmb__menu .hmb__language li .language__heading {
  position: relative;
  display: block;
  padding-left: 30px;
}
.hmb__menu .hmb__language li .language__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/world-icon-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hmb__menu .hmb__language li .language__btn {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: color 0.3s;
}
.hmb__menu .hmb__language li .language__btn:hover {
  color: #c6a859;
}

.header--sticky .hmb__icon {
  position: fixed;
  z-index: 100;
  top: 32px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .header--sticky .hmb__icon {
    top: 10px;
  }
}

.footer {
  position: relative;
  padding-top: 165px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 75px;
  }
}

.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.2);
}
.footer__bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
}
.footer__bg video, .footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__nav {
  width: min(760px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
  }
}
.footer__nav .footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 75%;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .footer__nav .footer__menu {
    width: min(100%, 500px);
  }
}
.footer__nav .footer__menu li {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  width: 265px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav .footer__menu li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav .footer__menu li:nth-of-type(odd) {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav .footer__menu li:nth-of-type(even) {
    width: 40%;
  }
}
.footer__nav .footer__menu li a {
  display: inline-block;
  transition: color 0.3s;
}
.footer__nav .footer__menu li a:hover {
  color: #c6a859;
}
.footer__nav .footer__language {
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  width: 25%;
  height: 200px;
  display: grid;
  grid-template-areas: "item1" "item2" "item3";
  grid-template-columns: 1fr;
}
.footer__nav .footer__language .item1 {
  grid-area: item1;
}
.footer__nav .footer__language .item2 {
  grid-area: item2;
}
.footer__nav .footer__language .item3 {
  grid-area: item3;
}
@media screen and (max-width: 768px) {
  .footer__nav .footer__language {
    font-size: 1.6rem;
    width: min(100%, 500px);
    grid-template-areas: "item1 item1" "item2 item3";
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }
}
.footer__nav .footer__language li:first-of-type {
  display: flex;
  justify-content: left;
  align-items: center;
}
.footer__nav .footer__language li .language__heading {
  position: relative;
  display: block;
  padding-left: 30px;
}
.footer__nav .footer__language li .language__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/world-icon-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__nav .footer__language li .language__btn {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: color 0.3s;
}
.footer__nav .footer__language li .language__btn:hover {
  color: #c6a859;
}

.footer__inner {
  display: flex;
  justify-content: left;
  align-items: center;
  width: min(760px, 90%);
  margin-inline: auto;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: min(90%, 500px);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner .footer__logo {
    width: 110px;
    height: 110px;
  }
}

.footer__wrapper {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    font-size: 1.4rem;
    margin-left: 0;
    padding-top: 15px;
  }
}
.footer__wrapper .footer__info {
  display: block;
}
.footer__wrapper .footer__info:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__wrapper .footer__info:nth-of-type(2) {
    margin-top: 10px;
  }
}

.footer__copyright {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: 128px;
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.8rem;
    margin-top: 75px;
  }
}

.firstview {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
}
.firstview::after {
  content: "";
  position: absolute;
  display: block;
  top: -20%;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.3) 25%, rgba(51, 51, 51, 0.5) 100%);
}
.firstview .fv__image {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.firstview .fv__image img, .firstview .fv__image picture, .firstview .fv__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__container {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: calc(100vh - 186px);
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .fv__container {
    margin-top: calc(100vh - 95px);
  }
}
.fv__container .fv__inner {
  width: min(1024px, 90%);
  margin-inline: auto;
  padding-left: 68px;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .fv__container .fv__inner {
    padding-top: 60px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 425px) {
  .fv__container .fv__inner {
    width: calc(100% - 30px);
  }
}
html.lang-en .fv__container .fv__inner {
  padding-top: 0;
}
html.lang-ko .fv__container .fv__inner {
  padding-top: 0;
}
.fv__container .fv__inner .fv__title {
  color: #FFF;
  font-family: "noto serif", serif;
  font-size: clamp(4rem, 1.6rem + 5.33vw, 6.4rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 425px) {
  .fv__container .fv__inner .fv__title {
    letter-spacing: 0;
  }
}
html.lang-en .fv__container .fv__inner .fv__title {
  letter-spacing: 0.1em;
}
html.lang-ko .fv__container .fv__inner .fv__title {
  letter-spacing: -0.02em;
}
.fv__container .fv__inner .fv__message {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 2.11;
  letter-spacing: -0.75px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .fv__container .fv__inner .fv__message {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 30px;
  }
}
html.lang-en .fv__container .fv__inner .fv__message {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  html.lang-en .fv__container .fv__inner .fv__message {
    margin-top: 20px;
  }
}
html.lang-ko .fv__container .fv__inner .fv__message {
  letter-spacing: 0;
}

.fv__vehicle {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 40px;
  width: 255px;
  aspect-ratio: 255/85;
}
@media screen and (max-width: 768px) {
  .fv__vehicle {
    left: 10%;
    width: 125px;
  }
}

.price {
  background-color: #FFF;
  padding: 100px 0 90px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 35px 0 65px;
  }
}

.price__list {
  display: grid;
  grid-template-columns: 290px 1fr; /* 左にラベル、右に内容 */
  row-gap: 0;
  border: 1px solid #010b19;
  border-radius: 10px;
  width: min(1024px, 90%);
  margin-inline: auto;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .price__list {
    grid-template-columns: 30% 70%;
  }
}
@media screen and (max-width: 425px) {
  .price__list {
    width: calc(100% - 25px);
    grid-template-columns: 120px calc(100% - 120px);
    margin-top: 10px;
  }
}
.price__list:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .price__list:nth-of-type(2) {
    margin-top: 20px;
  }
}
.price__list:nth-of-type(2) dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .price__list:nth-of-type(2) dt {
    font-size: 1.6rem;
    padding-inline: 10px;
  }
}
.price__list dt, .price__list dd {
  font-family: "Libre Baskerville", serif;
  font-size: 4rem;
  font-weight: 800;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .price__list dt, .price__list dd {
    font-size: 3rem;
    height: 60px;
  }
}
.price__list dt .accent-number, .price__list dd .accent-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  margin-bottom: -1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .price__list dt .accent-number, .price__list dd .accent-number {
    font-size: 1.2rem;
  }
}
.price__list dt {
  color: #FFF;
  letter-spacing: 2px;
  width: 290px;
  background: #010b19;
  border-bottom: 1px solid #525252;
}
@media screen and (max-width: 1024px) {
  .price__list dt {
    width: unset;
  }
}
html.lang-en .price__list dt:nth-of-type(5) {
  font-size: clamp(1.6rem, 0.64rem + 2.13vw, 3.2rem);
}
@media screen and (max-width: 768px) {
  html.lang-en .price__list dt:nth-of-type(5) {
    flex-direction: column;
  }
}
html.lang-ko .price__list dt:nth-of-type(5) {
  font-size: clamp(1.6rem, 0.64rem + 2.13vw, 3.2rem);
}
@media screen and (max-width: 768px) {
  html.lang-ko .price__list dt:nth-of-type(5) {
    flex-direction: column;
  }
}
.price__list dt:first-of-type {
  border-top-left-radius: 10px;
}
.price__list dt:last-of-type {
  border-bottom-left-radius: 10px;
}
.price__list dd {
  border-bottom: 1px solid #010b19;
}
.price__list dd:last-of-type {
  border-bottom: unset;
}
@media screen and (max-width: 768px) {
  html.lang-en .price__list dd {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  html.lang-ko .price__list dd {
    font-size: 2rem;
  }
}

.price__detail {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 15px;
  width: min(1024px, 90%);
  margin-inline: auto;
  text-align: right;
}
@media screen and (max-width: 425px) {
  .price__detail {
    width: calc(100% - 25px);
    font-size: 1.4rem;
    text-align: center;
  }
}

.lineup {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background: url(../img/bg-lineup.webp) center center/cover no-repeat;
}
@media screen and (max-width: 425px) {
  .lineup {
    padding-top: 70px;
  }
}

.lineup__title .title__en, .lineup__title .title__ja {
  color: #FFF;
}

.lineup__list {
  width: min(1024px, 90%);
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lineup__list {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 25px);
  }
}
.lineup__list .list-card {
  width: min(480px, 47.5%);
}
@media screen and (max-width: 768px) {
  .lineup__list .list-card {
    width: min(480px, 100%);
  }
}
@media screen and (max-width: 768px) {
  .lineup__list .list-card:last-of-type {
    margin-top: 45px;
  }
}

.lineup__list .list__img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  overflow: hidden;
}
.lineup__list .list__img .img__number {
  color: #c6a859;
  font-family: "Libre Baskerville", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 13px;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.lineup__list .card__wrapper .card__title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .lineup__list .card__wrapper .card__title {
    min-height: 72px;
  }
}
@media screen and (max-width: 425px) {
  .lineup__list .card__wrapper .card__title {
    font-size: 1.8rem;
    margin-top: 13px;
    min-height: unset;
  }
}
.lineup__list .card__wrapper .card__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .lineup__list .card__wrapper .card__text {
    min-height: 180px;
  }
}
@media screen and (max-width: 425px) {
  .lineup__list .card__wrapper .card__text {
    font-size: 1.4rem;
    margin-top: 13px;
    min-height: unset;
  }
}
.lineup__list .card__wrapper .card__link {
  position: relative;
  color: #FFF;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(200px, 100%);
  height: 40px;
  border-radius: 20px;
  border: 1px solid #FFF;
  background-color: transparent;
  margin-inline: auto;
  margin-top: 20px;
  transition: opacity 0.3s;
}
.lineup__list .card__wrapper .card__link:hover {
  opacity: 0.6;
}
.lineup__list .card__wrapper .card__link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
.lineup__list .card__wrapper .card__link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/arrow-icon-white.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.lineup__detail {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 50px;
  width: min(1024px, 90%);
  margin-inline: auto;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 425px) {
  .lineup__detail {
    width: calc(100% - 25px);
    font-size: 1.4rem;
    text-align: center;
  }
}

.lineup__slider {
  overflow: hidden;
  margin-top: 34px;
  margin-bottom: -65px;
}
.lineup__slider .lineup__slider-text {
  display: inline-block;
  width: 1200px;
  height: 116px;
  background: url(../img/miyako-ride-text.webp) center center/contain no-repeat;
  animation: animetext 12s linear infinite;
}
@keyframes animetext {
  from {
    transform: translateX(120%);
  }
  to {
    transform: translateX(-120%);
  }
}

.tour {
  padding-top: 112px;
}

.tour__inner {
  width: min(1372px, 95%);
  margin-inline: auto;
}
.tour__inner .tour__title {
  width: 100%;
}

.tour__heading {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 25px;
}
@media screen and (max-width: 425px) {
  .tour__heading {
    font-size: 2.4rem;
  }
}

.tour__info {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 425px) {
  .tour__info {
    font-size: 1.4rem;
  }
}

.tour__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tour__list {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 25px);
  }
}
.tour__list .list-card {
  width: min(660px, 48.5%);
}
@media screen and (max-width: 768px) {
  .tour__list .list-card {
    width: min(660px, 100%);
  }
}
@media screen and (max-width: 768px) {
  .tour__list .list-card:last-of-type {
    margin-top: 45px;
  }
}
.tour__list .list-card .list__img {
  position: relative;
  width: 100%;
  aspect-ratio: 660/420;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  background: aqua;
}
.tour__list .list-card .card__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.tour__list .list-card .card__container .card__title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #010b19;
}
@media screen and (max-width: 1024px) {
  .tour__list .list-card .card__container .card__title {
    font-size: 1.6rem;
    padding-left: 10px;
  }
}
@media screen and (max-width: 425px) {
  .tour__list .list-card .card__container .card__title {
    font-size: 1.4rem;
  }
}
html.lang-en .tour__list .list-card .card__container .card__title {
  font-size: clamp(1.4rem, 0.8rem + 1.33vw, 2.4rem);
}
.tour__list .list-card .card__container .card__price {
  color: #010b19;
  font-family: "Libre Baskerville", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to left, #fff000, #ffde00);
}
@media screen and (max-width: 1024px) {
  .tour__list .list-card .card__container .card__price {
    font-size: 2rem;
    padding-left: 10px;
  }
}
@media screen and (max-width: 425px) {
  .tour__list .list-card .card__container .card__price {
    font-size: 2.4rem;
  }
  html.lang-en .tour__list .list-card .card__container .card__price {
    font-size: 2rem;
  }
}
.tour__list .list-card .card__container .card__price .accent-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  margin-bottom: -0.5em;
}
@media screen and (max-width: 768px) {
  .tour__list .list-card .card__container .card__price .accent-number {
    font-size: 1.2rem;
  }
}
.tour__list .list-card .card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #010b19;
  border-top: unset;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .tour__list .list-card .card__text {
    font-size: 1.6rem;
    padding-inline: 10px;
  }
}

.tour__detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.5;
  width: min(1024px, 90%);
  height: 76px;
  border-radius: 10px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff9b5;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .tour__detail {
    font-size: 1.4rem;
    padding-inline: 20px;
    text-align: center;
  }
}

.tour__safety {
  background: url(../img/bluesky-bg.webp) top center/cover no-repeat;
  margin-top: 75px;
  padding-top: 78px;
}
.tour__safety .safety__title, .tour__safety .safety__description, .tour__safety .safety__detail {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  width: min(1024px, 90%);
  margin-inline: auto;
  text-align: center;
  text-shadow: 0px 3px 33.8px rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 768px) {
  .tour__safety .safety__title, .tour__safety .safety__description, .tour__safety .safety__detail {
    font-size: 2.4rem;
  }
}
.tour__safety .safety__description {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .tour__safety .safety__description {
    font-size: 1.4rem;
  }
}
.tour__safety .safety__detail {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tour__safety .safety__detail {
    font-size: 1.4rem;
  }
}

.safety__plan {
  width: min(800px, 90%);
  margin-inline: auto;
  margin-top: 24px;
  border: 1px solid #010b19;
  border-radius: 10px;
  background-color: #FFF;
}
.safety__plan:last-of-type {
  margin-top: 15px;
}
.safety__plan .plan__wrapper {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.safety__plan .plan__wrapper .plan__heading {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 100%;
  background-color: #010b19;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .safety__plan .plan__wrapper .plan__heading {
    font-size: 1.6rem;
    width: 45%;
  }
}
.safety__plan .plan__wrapper .plan__price {
  font-family: "Libre Baskerville", serif;
  font-size: 4rem;
  font-weight: 800;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 290px);
  height: 100%;
  border-bottom: 1px solid #010b19;
}
@media screen and (max-width: 768px) {
  .safety__plan .plan__wrapper .plan__price {
    font-size: 2.8rem;
    width: 55%;
  }
}
.safety__plan .plan__wrapper .plan__price .accent-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  margin-bottom: -1em;
}
@media screen and (max-width: 768px) {
  .safety__plan .plan__wrapper .plan__price .accent-number {
    font-size: 1.2rem;
  }
}
.safety__plan .plan__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding-left: 90px;
}
@media screen and (max-width: 1024px) {
  .safety__plan .plan__text {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .safety__plan .plan__text {
    font-size: 1.6rem;
  }
}

.blog {
  padding-top: 125px;
  padding-bottom: 150px;
  overflow: hidden;
}

.blog__title .blog__link {
  position: relative;
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .blog__title .blog__link {
    font-size: 1.2rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 425px) {
  .blog__title .blog__link {
    margin-top: -50px;
  }
}
.blog__title .blog__link::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-icon-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .blog__title .blog__link::after {
    width: 16px;
    height: 16px;
    top: 45%;
  }
}
.blog__title .blog__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #c6a859;
  scale: 0;
  transform-origin: left center;
  transition: scale 0.2s ease;
}
.blog__title .blog__link:hover::before {
  scale: 1;
}
.blog__title .blog__link:hover::after {
  scale: 1.25;
}

.blog__slider {
  width: min(1024px, 90%);
  margin-top: 38px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .blog__slider {
    width: 320px;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .blog__slider {
    width: 210px;
  }
}
@media screen and (max-width: 425px) {
  .blog__slider {
    margin-top: 70px;
  }
}
.blog__slider .article__link {
  display: block;
  width: 100%;
  height: 100%;
}
.blog__slider .article__link .article__img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 320/222;
}
.blog__slider .article__link .article__img img {
  object-fit: contain;
}
.blog__slider .article__link .article__img .article__new-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 30px;
  color: #010b19;
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  background-image: linear-gradient(to left, #fbe915, #f8cc00);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 425px) {
  .blog__slider .article__link .article__img .article__new-icon {
    font-size: 1.4rem;
    line-height: 22.5px;
    width: 60px;
    height: 22.5px;
  }
}
.blog__slider .article__link .article__wrapper {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.blog__slider .article__link .article__wrapper .article__title {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 20px;
}
.blog__slider .article__link .article__wrapper .article__text {
  font-size: 1.6rem;
  margin-top: 16px;
}

.article__link img {
  transition: transform 0.3s;
}
.article__link:hover img {
  transform: scale(1.2);
}

.flow {
  position: relative;
  background-color: #fffcdf;
  padding-top: 96px;
  padding-bottom: 90px;
}

.flow__title {
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  top: -0.5em;
  left: calc(50% - 720px + 206px);
  z-index: 1;
  font-size: clamp(4.8rem, 3rem + 4vw, 8.6rem);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .flow__title {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .flow__title {
    width: calc(100% - 25px);
    flex-direction: column;
    align-items: flex-start;
  }
}
.flow__title .title__en {
  color: #c6a859;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(6rem, 0.96rem + 8.53vw, 11.2rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
.flow__title .title__ja {
  color: #010b19;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
  display: block;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .flow__title .title__ja {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-top: 16px;
  }
}
.flow__title .title__ja .title__ja-sub {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 425px) {
  .flow__title .title__ja .title__ja-sub {
    margin-left: 14px;
    margin-top: unset;
  }
}

.flow__step {
  width: min(1024px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: #FFF;
  border-radius: 10px;
  padding: 34px 40px 34px 20px;
  margin-top: 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .flow__step {
    padding: 34px 20px 34px 20px;
  }
}
.flow__step:first-of-type {
  margin-top: 0;
}
.flow__step .flow__icon {
  position: relative;
  display: inline-block;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #faf5c4;
}
@media screen and (max-width: 768px) {
  .flow__step .flow__icon {
    width: 52.5px;
    height: 52.5px;
  }
}
.flow__step .flow__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .flow__step .flow__icon::after {
    width: 27.5px;
    height: 27.5px;
  }
}
.flow__step:nth-of-type(1) .flow__icon::after {
  background-image: url(../img/flow01-touch.svg);
}
.flow__step:nth-of-type(2) .flow__icon::after {
  background-image: url(../img/flow02-reception.svg);
}
.flow__step:nth-of-type(3) .flow__icon::after {
  background-image: url(../img/flow03-teaching.svg);
}
.flow__step:nth-of-type(4) .flow__icon::after {
  background-image: url(../img/flow04-touch.svg);
}
.flow__step:nth-of-type(5) .flow__icon::after {
  background-image: url(../img/flow05-credit-card.svg);
}
.flow__step .flow__wrapper {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  display: inline-block;
  width: calc(100% - 105px);
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .flow__step .flow__wrapper {
    width: calc(100% - 52.5px);
    padding-left: 20px;
  }
}
.flow__step .flow__wrapper .flow__number {
  color: #a4a4a4;
  font-size: 1.8rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .flow__step .flow__wrapper .flow__number {
    font-size: 1rem;
    display: block;
  }
}
.flow__step .flow__wrapper .flow__heading {
  font-size: 2.6rem;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .flow__step .flow__wrapper .flow__heading {
    font-size: 1.8rem;
    display: block;
    margin-left: unset;
  }
}
.flow__step .flow__wrapper .flow__detail {
  font-size: 1.6rem;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .flow__step .flow__wrapper .flow__detail {
    font-size: 1.4rem;
  }
}

.qa {
  padding-top: 85px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-top: 50px;
  }
}

summary::-webkit-details-marker {
  display: none;
}
@media (any-hover: hover) {
  summary:hover {
    cursor: pointer;
  }
}

.qa-list {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: min(1024px, 90%);
  margin-inline: auto;
  border: 1px solid #ebe7c2;
  border-radius: 10px;
  background-color: #fffcdf;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .qa-list .qa-item {
    line-height: 1.5;
  }
}
.qa-list:first-of-type {
  margin-top: 25px;
}

.qa-question {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 15px;
}
@media screen and (max-width: 425px) {
  .qa-question {
    font-size: 1.6rem;
  }
}
.qa-question .question-accent {
  color: #c6a859;
  font-family: "Libre Baskerville", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ebe7c2;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 425px) {
  .qa-question .question-accent {
    font-size: 1.2rem;
    width: 33.5px;
    height: 33.5px;
    margin-right: 7.5px;
  }
}
.qa-question .question-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.qa-question .question-icon::before, .qa-question .question-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-color: #010b19;
}
.qa-question .question-icon::before {
  width: 20px;
  height: 3px;
}
.qa-question .question-icon::after {
  width: 3px;
  height: 20px;
  transition: rotate 0.3s linear;
}

details[open] .question-icon::after {
  rotate: 270deg;
}

.qa-answer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-left: 85px;
}
@media screen and (max-width: 768px) {
  .qa-answer {
    margin-left: 45px;
  }
}
.qa-answer .answer-inner {
  font-size: 1.8rem;
  padding-bottom: 32px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .qa-answer .answer-inner {
    font-size: 1.4rem;
  }
}

.mapaccess__inner {
  width: min(1372px, 95%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .mapaccess__inner {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .mapaccess__inner {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.mapaccess__google {
  width: min(690px, 50%);
  aspect-ratio: 690/500;
}
@media screen and (max-width: 1024px) {
  .mapaccess__google {
    width: 35%;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .mapaccess__google {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}
.mapaccess__google iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.mapaccess__container {
  width: 50%;
  height: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .mapaccess__container {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .mapaccess__container {
    width: 90%;
    padding-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .mapaccess__container .mapaccess__title {
    width: calc(100% - 25px);
    flex-direction: column;
    align-items: flex-start;
  }
}
.mapaccess__container .mapaccess__title .title__en {
  color: #c6a859;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(4.8rem, 1.6rem + 7.11vw, 8rem);
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
}
.mapaccess__container .mapaccess__title .title__ja {
  color: #010b19;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
  display: block;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .mapaccess__container .mapaccess__title .title__ja {
    font-size: 1.4rem;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 0;
    margin-top: 16px;
  }
}
.mapaccess__container .mapaccess__title .title__ja .title__ja-sub {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 425px) {
  .mapaccess__container .mapaccess__title .title__ja .title__ja-sub {
    margin-left: 14px;
    margin-top: unset;
  }
}

.mapaccess__info {
  margin-top: 45px;
}
.mapaccess__info .info__row {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
}
.mapaccess__info .info__row:first-of-type {
  margin-top: 0;
}
.mapaccess__info .info__row .info__term {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  width: 100px;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f3f3f3;
}
@media screen and (max-width: 425px) {
  .mapaccess__info .info__row .info__term {
    font-size: 1.2rem;
    width: 60px;
    min-height: 25px;
  }
}
.mapaccess__info .info__row .info__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  display: block;
  width: min(100% - 100px);
  margin-left: 22px;
}
@media screen and (max-width: 425px) {
  .mapaccess__info .info__row .info__desc {
    font-size: 1.2rem;
  }
}
.mapaccess__info .info__row .info__desc .info__access {
  font-size: 2rem;
}
@media screen and (max-width: 425px) {
  .mapaccess__info .info__row .info__desc .info__access {
    font-size: 1.2rem;
  }
}
.mapaccess__info .info__row .info__desc .info__access-sub {
  font-size: 1.6rem;
}
@media screen and (max-width: 425px) {
  .mapaccess__info .info__row .info__desc .info__access-sub {
    font-size: 1.2rem;
  }
}

.insta {
  padding-top: 90px;
  padding-bottom: 105px;
  padding-inline: 5%;
}
@media screen and (max-width: 425px) {
  .insta {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .insta__title .title__ja {
    font-size: 1.4rem;
  }
}
.insta__title .title__ja a {
  color: #010b19;
  margin-left: 20px;
  transition: color 0.3s;
}
.insta__title .title__ja a:hover {
  color: #c6a859;
}
@media screen and (max-width: 768px) {
  .insta__title .title__ja a {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .insta__title {
    flex-direction: column;
    align-items: flex-start;
    margin-inline: unset;
    margin-bottom: 15px;
  }
}
.insta__title .title__en {
  font-size: clamp(4.8rem, 1.6rem + 7.11vw, 8rem);
}

#sbi_load {
  display: none;
}

.sb_instagram_header {
  display: none;
}

#sb_instagram {
  width: min(1024px, 90%) !important;
  margin-inline: auto;
  margin-top: 25px;
}

.contact {
  position: relative;
  padding-top: 177px;
  padding-bottom: 185px;
  background-image: url(../img/bridge-sea-against-blue-sky.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .contact__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact__title .title__en {
  color: #FFF;
  font-size: clamp(4.8rem, 1.6rem + 7.11vw, 11.2rem);
}
.contact__title .title__ja {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .contact__title .title__ja {
    margin-left: 0;
    margin-top: 15px;
  }
}

.contact__detail {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  width: min(1024px, 90%);
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (max-width: 425px) {
  .contact__detail {
    font-size: 1.4rem;
  }
}

.contact__wrapper {
  width: min(1024px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .contact__wrapper {
    flex-direction: column;
    margin-top: 20px;
  }
}
.contact__wrapper .contact-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  height: 60px;
  border-radius: 30px;
  padding: 0 30px;
  transition: opacity 0.3s;
}
.contact__wrapper .contact-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .contact__wrapper .contact-btn {
    width: min(100%, 420px);
    height: 45px;
  }
}
.contact__wrapper .contact-btn:nth-of-type(2) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .contact__wrapper .contact-btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contact__wrapper .contact-btn .btn-name {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__wrapper .contact-btn .btn-name {
    font-size: 1.8rem;
  }
}
.contact__wrapper .contact-btn::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .contact__wrapper .contact-btn::before {
    margin-right: 0;
  }
}
.contact__wrapper .contact-btn::after {
  content: "";
  width: 30px;
  height: 30px;
}

.protection {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: -186px;
  overflow: hidden;
}

.child__image {
  width: 100%;
  height: 100%;
}
.child__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.protection__title {
  font-weight: 800;
  line-height: 1.5 !important;
}

.child__inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: min(1024px, 90%);
  margin-inline: auto;
  height: 100%;
  padding-top: 257px;
}
.child__inner .child__title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.2rem, 0.8rem + 5vw, 5.6rem);
  line-height: 1;
}

.safety {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .safety {
    padding-top: 75px;
  }
}

.safety__inner {
  width: min(1024px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .safety__inner {
    flex-direction: column-reverse;
  }
}
.safety__inner img {
  width: min(410px, 42.5%);
  aspect-ratio: 410/315;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .safety__inner img {
    width: min(100%, 410px);
    margin-top: 25px;
  }
}
.safety__inner .safety__wrapper {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  width: 52.5%;
}
@media screen and (max-width: 768px) {
  .safety__inner .safety__wrapper {
    width: 100%;
  }
}
.safety__inner .safety__wrapper .child-title__safety {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .safety__inner .safety__wrapper .child-title__safety {
    font-size: 2.4rem;
  }
}
.safety__inner .safety__wrapper .section__detail {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .safety__inner .safety__wrapper .section__detail {
    font-size: 1.4rem;
  }
}

.planwide {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .planwide {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.planwide__container {
  background: #fbf6ea;
  border-radius: 10px;
  padding: 40px 10%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .planwide__container .planwide__sub-title {
    line-height: 1.5;
    text-align: center;
  }
}

.planwide__list {
  display: grid;
  grid-template-columns: 100px 1fr;
  row-gap: 0;
  border: 1px solid #010b19;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 425px) {
  .planwide__list {
    grid-template-columns: 25% 1fr;
  }
}
.planwide__list dt, .planwide__list dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  .planwide__list dt, .planwide__list dd {
    font-size: 1.4rem;
  }
}
html.lang-ko .planwide__list dt:nth-of-type(7), html.lang-ko .planwide__list dd:nth-of-type(7) {
  border-bottom: unset;
}
html.lang-ko .planwide__list dt:nth-of-type(8), html.lang-ko .planwide__list dd:nth-of-type(8) {
  display: none;
}
html.lang-ko .planwide__list dt:nth-of-type(9), html.lang-ko .planwide__list dd:nth-of-type(9) {
  display: none;
}
.planwide__list dt {
  color: #FFF;
  justify-content: center;
  align-items: center;
  background: #010b19;
  border-bottom: 1px solid #FFF;
}
.planwide__list dt:first-of-type {
  border-top-left-radius: 10px;
}
.planwide__list dt:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom: unset;
}
html.lang-ko .planwide__list dt:nth-of-type(7) {
  border-bottom-left-radius: 10px;
}
.planwide__list dd {
  justify-content: left;
  padding-left: 42px;
  border-bottom: 1px solid #010b19;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .planwide__list dd {
    padding: 0 15px;
  }
}
.planwide__list dd:first-of-type {
  border-top-right-radius: 10px;
}
.planwide__list dd:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom: unset;
}
html.lang-ko .planwide__list dd:nth-of-type(7) {
  border-bottom-right-radius: 10px;
}

.planwide__note {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

.included__plan {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .included__plan {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}
.included__plan .plan__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  padding: 10px;
  background-color: #fbf6ea;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .included__plan .plan__item {
    height: auto;
  }
}
html.lang-ko .included__plan .plan__item:nth-of-type(4) {
  display: none;
}
html.lang-ko .included__plan .plan__item:nth-of-type(5) {
  display: none;
}
.included__plan .plan__item .plan__icon {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: min(68px, 30%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #010b19;
}
.included__plan .plan__item .plan__icon .icon__title {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.included__plan .plan__item .plan__icon .icon__number {
  display: inline-block;
  font-size: 2.4rem;
}
.included__plan .plan__item .plan__wrapper {
  color: #010b19;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  width: 65%;
  display: flex;
  flex-direction: column;
}
.included__plan .plan__item .plan__wrapper .plan__heading {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .included__plan .plan__item .plan__wrapper .plan__heading {
    font-size: 1.4rem;
  }
}
.included__plan .plan__item .plan__wrapper .plan__detail {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .included__plan .plan__item .plan__wrapper .plan__detail {
    font-size: 1.4rem;
  }
}

.plus__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 30px 0;
  margin-inline: auto;
  background: url(../img/included-plus-icon.webp) center center/cover no-repeat;
}

.included__list {
  display: grid;
  grid-template-columns: 330px 1fr;
  row-gap: 0;
  width: 100%;
  border: 1px solid #010b19;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .included__list {
    grid-template-columns: 100px 1fr;
  }
}
.included__list dt, .included__list dd {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  padding: 6px;
}
.included__list dt {
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f4f4f4;
  border-bottom: 1px solid #010b19;
  border-right: 1px solid #010b19;
}
@media screen and (max-width: 768px) {
  .included__list dt {
    font-size: 1.6rem;
  }
}
.included__list dt:first-of-type {
  color: #FFF;
  background: #010b19;
  border-top-left-radius: 10px;
}
.included__list dt:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom: unset;
}
.included__list dd {
  justify-content: left;
  padding-left: 42px;
  border-bottom: 1px solid #010b19;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .included__list dd {
    font-size: 1.4rem;
    padding-left: 15px;
  }
}
.included__list dd:first-of-type {
  color: #FFF;
  font-size: 1.2rem;
  background: #010b19;
  border-top-right-radius: 10px;
  justify-content: right;
  padding-right: 20%;
}
@media screen and (max-width: 768px) {
  .included__list dd:first-of-type {
    justify-content: left;
    padding-right: 0;
  }
}
.included__list dd:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom: unset;
}

.excluded__container {
  display: grid;
  grid-template-columns: 180px 1fr;
  border: 1px solid #010b19;
  border-radius: 10px;
  background: #f4f4f4;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .excluded__container {
    grid-template-columns: 1fr;
  }
}
.excluded__container .excluded__label {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .excluded__container .excluded__label {
    height: 40px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: unset;
  }
}
.excluded__container .excluded__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 7.5%;
  padding: 10px 5%;
}
@media screen and (max-width: 768px) {
  .excluded__container .excluded__list {
    grid-template-columns: 1fr;
  }
}
.excluded__container .excluded__list .list__item {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  display: flex;
  justify-content: left;
  align-items: center;
}

.noc {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .noc {
    padding-top: 75px;
  }
}

.noc__detail {
  margin-top: 25px !important;
}
.noc__detail .accent-red {
  color: red;
}

.case {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .case {
    padding-bottom: 75px;
  }
}

.case__detail {
  margin-top: 25px !important;
}

.case__list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 36px;
  margin-top: 25px;
  border: 1px solid #010b19;
  border-radius: 10px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .case__list {
    font-size: 1.4rem;
  }
}
.case__list li {
  list-style: disc inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 15px;
}
.case__list li:first-of-type {
  margin-top: 0;
}
.case__list .list__sub-text {
  font-size: 1.4rem;
}

.child-blog {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: -186px;
  overflow: hidden;
}

.child__image {
  width: 100%;
  height: 100%;
}
.child__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .child-blog__image {
    left: -100px !important;
  }
}

.child__inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: min(1024px, 90%);
  margin-inline: auto;
  height: 100%;
  padding-top: 257px;
}
.child__inner .child__title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.2rem, 0.8rem + 5vw, 5.6rem);
  line-height: 1;
}

.blog-arc {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media screen and (max-width: 425px) {
  .blog-arc {
    padding-bottom: 75 px;
  }
}

.blog-arc__list {
  width: min(1024px, 90%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 50px;
}
@media screen and (max-width: 1024px) {
  .blog-arc__list {
    gap: 30px 5%;
  }
}
@media screen and (max-width: 768px) {
  .blog-arc__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-arc__list .list-article .article__link {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-arc__list .list-article .article__link .article__img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 320/222;
}
.blog-arc__list .list-article .article__link .article__img img {
  object-fit: contain;
}
.blog-arc__list .list-article .article__link .article__img .article__new-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 30px;
  color: #010b19;
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  background-image: linear-gradient(to left, #fbe915, #f8cc00);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 425px) {
  .blog-arc__list .list-article .article__link .article__img .article__new-icon {
    font-size: 1.2rem;
    line-height: 22.5px;
    width: 60px;
    height: 22.5px;
  }
}
.blog-arc__list .list-article .article__link .article__wrapper {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.blog-arc__list .list-article .article__link .article__wrapper .article__title {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .blog-arc__list .list-article .article__link .article__wrapper .article__title {
    font-size: 1.6rem;
  }
}
.blog-arc__list .list-article .article__link .article__wrapper .article__text {
  font-size: 1.6rem;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .blog-arc__list .list-article .article__link .article__wrapper .article__text {
    font-size: 1.4rem;
  }
}

.pagination {
  width: min(860px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 425px) {
  .pagination {
    gap: 10px;
    margin-top: 50px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  width: 42px;
  height: 42px;
  background-color: #c6a859;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .next {
  background: url(../img/arrow-icon-black.svg) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  margin: 10px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.pagination .prev {
  background: url(../img/arrow-icon-black.svg) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  margin: 10px;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.pagination .current {
  color: #747474;
  background-color: #dadada;
}

.blog-article__inner {
  position: relative;
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  width: min(1024px, 90%);
  margin-inline: auto;
  padding-top: 50px;
}
.blog-article__inner .custom-breadcrumbs {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.blog-article__inner .custom-breadcrumbs a {
  color: #010b19;
  display: inline-block;
  margin: 0 12px;
}
.blog-article__inner .custom-breadcrumbs a:first-of-type {
  margin-left: 0;
}
.blog-article__inner .custom-breadcrumbs span {
  color: #010b19;
  display: inline-block;
  margin: 0 12px;
}

.blog-article__date {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 30px;
}

.blog-article__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 425px) {
  .blog-article__title {
    font-size: 2.4rem;
  }
}

.blog-article__img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.blog-article__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.blog-article__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 50px;
}
@media screen and (max-width: 425px) {
  .blog-article__text p {
    font-size: 1.4rem;
  }
}

.blog-article h2 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 425px) {
  .blog-article h2 {
    font-size: 2rem;
  }
}
.blog-article h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 100%;
  background-color: #e8c468;
}

.blog-article h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 20px;
  background-color: #f1f1f1;
  margin-top: 25px;
}
@media screen and (max-width: 425px) {
  .blog-article h3 {
    font-size: 1.8rem;
  }
}

.blog-article figure {
  width: 100%;
  margin-top: 50px;
}
.blog-article figure img {
  width: min(840px, 90%);
  aspect-ratio: 3/2;
  object-fit: contain;
  margin-inline: auto;
}

.latestblog {
  padding-top: 200px;
  padding-bottom: 90px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .latestblog {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.latestblog__en {
  grid-area: en;
}

.latestblog__ja {
  grid-area: ja;
}

.latestblog__link {
  grid-area: link;
}

.latestblog__title {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .latestblog__title {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: "en   link" "ja   link";
  }
}
.latestblog__title .title__en {
  font-size: clamp(4rem, 2rem + 4.44vw, 6rem) !important;
}
.latestblog__title .title__ja {
  justify-content: left;
}
@media screen and (max-width: 1024px) {
  .latestblog__title .title__ja {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .latestblog__title .title__ja {
    font-size: 1.4rem;
  }
}
.latestblog__title .latestblog__link {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-left: auto;
  padding-right: 40px;
}
@media screen and (max-width: 425px) {
  .latestblog__title .latestblog__link {
    padding-right: 20px;
  }
}
.latestblog__title .latestblog__link span {
  color: #010b19;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #010b19;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .latestblog__title .latestblog__link span {
    font-size: 1.4rem;
  }
}
.latestblog__title .latestblog__link::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-icon-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 425px) {
  .latestblog__title .latestblog__link::after {
    width: 16px;
    height: 16px;
    top: 45%;
  }
}

.is-layout-flex {
  width: min(400px, 75%);
  height: 60px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fef7e5;
  border-radius: 30px;
  margin-top: 90px;
}

.carmodel {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: -186px;
  overflow: hidden;
}

.child__image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .child__image {
    position: absolute;
    top: 0px;
    left: 0;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 0;
    width: 1440px;
    height: 500px;
  }
}
.child__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.child__inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: min(1024px, 90%);
  margin-inline: auto;
  height: 100%;
  padding-top: 234px;
}

.ryker {
  padding-top: 65px;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .ryker {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.carmodel__sec-title {
  line-height: 1.5;
  border-bottom: unset !important;
  margin-top: 35px;
}

.carmodel__detail {
  margin-top: 20px !important;
}

.carmodel__list {
  display: grid;
  grid-template-columns: 290px 1fr;
  row-gap: 0;
  border: 1px solid #010b19;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .carmodel__list {
    grid-template-columns: 40% 1fr;
  }
}
.carmodel__list dt, .carmodel__list dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  .carmodel__list dt, .carmodel__list dd {
    font-size: 1.4rem;
  }
}
.carmodel__list dt {
  color: #FFF;
  justify-content: left;
  align-items: center;
  padding-left: 45px;
  background: #010b19;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .carmodel__list dt {
    padding-left: 15px;
    padding-right: 15px;
  }
}
html.lang-en .carmodel__list dt {
  line-height: 1.5;
  padding: 0 15%;
}
@media screen and (max-width: 768px) {
  html.lang-en .carmodel__list dt {
    padding: 0 5%;
  }
}
.carmodel__list dt:first-of-type {
  border-top-left-radius: 10px;
}
.carmodel__list dt:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom: unset;
}
.carmodel__list dd {
  justify-content: left;
  padding-left: 42px;
  border-bottom: 1px solid #010b19;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .carmodel__list dd {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.carmodel__list dd:first-of-type {
  border-top-right-radius: 10px;
}
.carmodel__list dd:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom: unset;
}

.carmodel__sub-title {
  margin-top: 35px;
}

.ryker900__img {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .ryker900__img {
    margin-top: 100px;
  }
	.footer__link img {
		width:200px !important;
	}
}

/*# sourceMappingURL=style.css.map */

