.mv__wrap {
  position: relative;
}
.mv__bg img {
  max-height: 100vh;
  object-fit: cover;
  object-position: center 70%;
}
@media screen and (max-width: 767px) {
  .mv__bg img {
    object-position: center;
  }
}
.mv__ttl {
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    gap: 2rem;
    top: 15%;
  }
}
.mv__ttl-txt {
  font-size: 4.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv__ttl-txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__ttl-txt .sp-slim {
    letter-spacing: -0.34em;
  }
}
.mv__ttl-small {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv__ttl-small {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.mv__scroll {
  padding-bottom: 4.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mv__scroll::after {
  content: "";
  width: 1px;
  height: 3.5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #231815;
  animation: scroll 2s infinite;
}
.mv__scroll-txt {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv--en .mv__ttl {
    top: 14%;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mv--en .mv__ttl-txt {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .mv--en .mv__ttl-small {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.anker {
  padding: 2.4rem;
  background-color: #F7F7F9;
}
@media screen and (max-width: 767px) {
  .anker {
    padding: 4rem 2.4rem;
  }
}
.anker__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.anker__item {
  width: calc((100% - 1.6rem) / 3);
}
@media screen and (max-width: 767px) {
  .anker__item {
    width: 100%;
  }
}
.anker__item a {
  min-height: 8rem;
  border: 1px solid #AFAFAF;
  border-radius: 1rem;
  padding: 0 2.4rem 0.1rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .anker__item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .anker__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .anker__item a {
    min-height: 5rem;
    padding: 0 1.9rem 0.1rem;
    gap: 1rem;
  }
}
.anker__item-num {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .anker__item-num {
    font-size: 2rem;
  }
}
.anker__item-icon {
  width: 3.3rem;
}
@media screen and (max-width: 767px) {
  .anker__item-icon {
    width: 2.4rem;
  }
}
.anker__item-txt {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .anker__item-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .anker--en .anker__item a {
    min-height: 5.4rem;
    padding: 0.7rem 2.4rem 0.8rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .anker--en .anker__item-num {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .anker--en .anker__item-icon {
    width: 3.3rem;
    margin: 0.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .anker--en .anker__item-txt {
    font-size: 1.6rem;
  }
}

.sec {
  background-color: #F2F2F2;
}
@media print, screen and (min-width: 768px) {
  .sec:nth-child(odd) .block {
    margin-left: 8rem;
  }
  .sec:nth-child(even) .block {
    margin-right: 8rem;
  }
}
.sec > .ttl img {
  height: 100%;
  object-fit: cover;
}
.sec .block {
  margin-top: -8rem;
  padding: 8rem;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec .block {
    margin-top: 0;
    padding: 6rem 2rem;
  }
}
.sec .block .top {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .sec .block .top {
    margin-bottom: 4rem;
  }
}
.sec .block .top .catch {
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec .block .top .catch {
    margin-right: -0.5rem;
    font-size: 2.4rem;
  }
}
.sec .block .top .txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.sec .block .box {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec .block .box {
    margin-top: 3.5rem;
  }
}
.sec .block .box .type .en {
  font-size: 3rem;
  line-height: 1;
}
.sec .block .box .type .en.soft {
  color: #F27777;
}
.sec .block .box .type .en.regular {
  color: #81B165;
}
.sec .block .box .type .en.hard {
  color: #231815;
}
.sec .block .box .type .txt {
  margin-left: 1em;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}
.sec .block .box .list {
  margin-top: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .sec .block .box .list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec .block .box .list .item {
    width: calc((100% - 6rem) / 3);
  }
}
.sec .block .box .list .item .name {
  margin-top: 1.6rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.sec .block .box .list .item .name .small {
  font-size: 0.7em;
}
.sec .block .box .list .item .txt {
  margin-top: 0.7rem;
  font-size: 1.6rem;
}
.sec .block .box .list .slick-dots {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 2.1rem;
  position: static;
}
.sec .block .box .list .slick-dots li {
  margin: 0;
}
.sec .block .box .list .slick-dots li button::before {
  opacity: 1;
  color: #E9E9E9;
  font-size: 1.2rem;
}
.sec .block .box .list .slick-dots li.slick-active button::before {
  color: #A58E70;
}
.sec .block .price {
  margin-top: 4rem;
  display: flex;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec .block .price {
    margin-top: 3.5rem;
    flex-direction: column;
  }
}
.sec .block .price .regular, .sec .block .price .premium {
  padding: 1.6rem 1rem;
  flex: 1;
  text-align: center;
}
.sec .block .price .regular {
  background-color: #F2F2F2;
}
.sec .block .price .premium {
  background-color: #EBE4D9;
}
.sec .img img {
  height: 100%;
  object-fit: contain;
}
.sec .img + .img {
  margin-top: 8rem;
}
.sec01 > .ttl {
  aspect-ratio: 1440/780;
}
@media screen and (max-width: 767px) {
  .sec01 > .ttl {
    aspect-ratio: 375/720;
  }
}
.sec01 .img01 {
  aspect-ratio: 1200/355;
}
@media screen and (max-width: 767px) {
  .sec01 .img01 {
    aspect-ratio: 335/449;
  }
}
.sec01 .img02 {
  aspect-ratio: 1200/442;
}
@media screen and (max-width: 767px) {
  .sec01 .img02 {
    aspect-ratio: 335/623;
  }
}
.sec01 .img + .img {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .sec01 .img + .img {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec01--en > .ttl {
    aspect-ratio: 375/795;
  }
}
@media screen and (max-width: 767px) {
  .sec01--en .img01 {
    aspect-ratio: 335/499;
  }
}
.sec01--en .img02 {
  aspect-ratio: 1200/441;
}
@media screen and (max-width: 767px) {
  .sec01--en .img02 {
    aspect-ratio: 335/697;
  }
}
.sec02 > .ttl {
  aspect-ratio: 1440/780;
}
@media screen and (max-width: 767px) {
  .sec02 > .ttl {
    aspect-ratio: 375/620;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .block {
    padding: 4rem 2rem;
  }
}
.sec02 .img01 {
  aspect-ratio: 1200/400;
}
@media screen and (max-width: 767px) {
  .sec02 .img01 {
    aspect-ratio: 335/499;
  }
}
@media screen and (max-width: 767px) {
  .sec02--en > .ttl {
    aspect-ratio: 375/670;
  }
}
.sec03 > .ttl {
  aspect-ratio: 1440/780;
}
@media screen and (max-width: 767px) {
  .sec03 > .ttl {
    aspect-ratio: 375/670;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .block {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec03--en .block .price .regular, .sec03--en .block .price .premium {
    padding-inline: 2.4rem;
    text-align: left;
  }
}
.sec04 > .ttl {
  aspect-ratio: 1440/780;
}
@media screen and (max-width: 767px) {
  .sec04 > .ttl {
    aspect-ratio: 375/670;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .block {
    padding: 6rem 2rem 8rem;
  }
}
.sec04 .img01 {
  aspect-ratio: 1200/1083;
}
@media screen and (max-width: 767px) {
  .sec04 .img01 {
    aspect-ratio: 336/1917;
  }
}
.sec04 .img02 {
  aspect-ratio: 1200/622;
}
@media screen and (max-width: 767px) {
  .sec04 .img02 {
    aspect-ratio: 335/939;
  }
}
@media screen and (max-width: 767px) {
  .sec04--en > .ttl {
    aspect-ratio: 375/729;
  }
}
.sec04--en .img01 {
  aspect-ratio: 1200/1143;
}
@media screen and (max-width: 767px) {
  .sec04--en .img01 {
    aspect-ratio: 336/2042;
  }
}
.sec04--en .img02 {
  aspect-ratio: 1200/593;
}
@media screen and (max-width: 767px) {
  .sec04--en .img02 {
    aspect-ratio: 335/972;
  }
}
.sec05 > .ttl {
  aspect-ratio: 1440/780;
}
@media screen and (max-width: 767px) {
  .sec05 > .ttl {
    aspect-ratio: 375/712;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .block {
    padding: 4rem 2rem 8rem;
  }
}
.sec05 .img01 {
  aspect-ratio: 1200/362;
}
@media screen and (max-width: 767px) {
  .sec05 .img01 {
    aspect-ratio: 335/711;
  }
}
@media screen and (max-width: 767px) {
  .sec05--en > .ttl {
    aspect-ratio: 375/753;
  }
}
@media screen and (max-width: 767px) {
  .sec05--en .img01 {
    aspect-ratio: 335/686;
  }
}

.video {
  padding: 8rem 0;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .video {
    padding: 6rem 0;
  }
}
.video__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video__ttl {
    font-size: 1.8rem;
  }
}
.video__box {
  max-width: 98rem;
  margin: 2.4rem auto 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .video__box {
    margin: 2.4rem 2rem 0;
  }
}
.video__box video {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .video--en .video__ttl {
    font-size: 1.6rem;
  }
}

.gift {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .gift {
    padding: 6rem 1.65rem 0;
  }
}
.gift__wrap {
  max-width: 105rem;
  margin: 0 auto;
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .gift__wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
.gift__ttl {
  aspect-ratio: 376/436;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .gift__ttl {
    width: 29.3rem;
    aspect-ratio: 293/382;
  }
}
.gift__ttl img {
  height: 100%;
  object-fit: contain;
}
.gift__img {
  width: 61rem;
}
@media screen and (max-width: 767px) {
  .gift__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gift--en {
    padding-inline: 2rem;
  }
}
.gift--en .gift__wrap {
  max-width: 124.4rem;
}
@media print, screen and (min-width: 768px) {
  .gift--en .gift__wrap {
    gap: 6rem;
  }
}
.gift--en .gift__ttl {
  aspect-ratio: 574/404;
}
@media screen and (max-width: 767px) {
  .gift--en .gift__ttl {
    width: 100%;
    aspect-ratio: 335/382;
  }
}

.access {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 6.3rem 2rem 6rem;
  }
}
.access__wrap {
  max-width: 144rem;
  margin: 0 auto;
}
.access__top {
  padding-left: 8rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .access__top {
    padding-left: 0;
    display: block;
  }
}
.access__ttl {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .access__ttl {
    font-size: 3.2rem;
  }
}
.access__note {
  margin-bottom: 1rem;
  padding-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .access__note {
    margin-top: -0.4rem;
    margin-left: 0.4rem;
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.access__block {
  margin-top: 4.4rem;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .access__block {
    margin-top: 2.8rem;
    flex-direction: column;
    gap: 0;
  }
}
.access__block + .access__block {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .access__block + .access__block {
    margin-top: 6rem;
  }
}
.access__img {
  width: 78.9rem;
}
@media screen and (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}
.access__box {
  flex: 1;
}
.access__map {
  max-width: 48rem;
  aspect-ratio: 480/269;
}
.access__map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.access__name {
  margin-top: 3rem;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .access__name {
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }
}
.access__tel {
  margin-top: 1.1rem;
}
.access__tel a {
  padding-left: 1.6rem;
  display: inline-block;
  font-size: 1.4rem;
  background: url(../img/common/icon_tel.svg) no-repeat left 60%/1.4rem auto;
}
@media print, screen and (min-width: 768px) {
  .access__tel a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .access__tel a:hover {
    opacity: 0.7;
  }
}
.access__address {
  font-size: 1.4rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .access__address {
    font-size: 1.2rem;
  }
}
.access__btn {
  margin-top: 2.6rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .access__btn {
    justify-content: center;
  }
}
.access__btn a {
  width: 31.2rem;
  height: 8rem;
  border-radius: 99rem;
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #D91A2A;
}
@media screen and (max-width: 767px) {
  .access__btn a {
    width: 22.4rem;
    height: 5.3rem;
    font-size: 1.8rem;
  }
}
.access__btn a:hover {
  background-color: #231815;
}
@media screen and (max-width: 767px) {
  .access--en {
    padding-top: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .access--en .access__ttl {
    font-size: 4.2rem;
  }
}
.access--en .access__note {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media print, screen and (min-width: 768px) {
  .access--en .access__note {
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .access--en .access__note {
    margin-top: -0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .access--en .access__name {
    font-size: 2.4rem;
  }
}
.access--en .access__btn a {
  width: 25.2rem;
}
@media screen and (max-width: 767px) {
  .access--en .access__btn a {
    width: 100%;
    height: 8rem;
  }
}
