* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Oliver Blush";
  src: url("../public/fonts/oliver_blush_free.woff2") format("woff2"), url("../public/fonts/oliver_blush_free.woff") format("woff"), url("../public/fonts/oliver_blush_free.tff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Noto Serif JP", serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: #695c5c;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  vertical-align: middle;
  font-style: italic;
}

body {
  background: url("../public/img/top/bg.jpg") no-repeat center/cover;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 71px;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* stylelint-disable-next-line length-zero-no-unit */
.container {
  margin: 0 auto;
  padding: 0 0px;
  max-width: 1120px;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 5%;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header__container {
  max-width: 100%;
  margin: 0 10px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 15px 5%;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 40px 10%;
    top: 0;
    left: 0;
    background: #555353;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
    z-index: 999;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .header__nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header__nav-sns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.header__nav-item {
  font-family: "Gloock", serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__nav-item {
    font-size: 3rem;
    color: #fff;
  }
}
.header__nav-item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .header__button {
    margin-top: 20px;
  }
}

.footer {
  position: relative;
  margin-top: 145px;
  height: 500px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 600px;
    margin-top: 0;
  }
}
.footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.footer > .container {
  height: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .footer > .container {
    padding-inline: 5%;
  }
}
.footer__reserve-link {
  position: relative;
  margin-top: auto;
}
.footer__reserve-link::after {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../public/img/common/chevron-right-white.svg") no-repeat center/contain;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .footer__reserve-link::after {
    right: 10px;
  }
}
.footer__reserve-link:hover::after {
  -webkit-transform: translateX(30px) translateY(-50%);
          transform: translateX(30px) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__reserve-link:hover::after {
    -webkit-transform: translateX(15px) translateY(-50%);
            transform: translateX(15px) translateY(-50%);
  }
}
.footer__heading, .footer__desc {
  color: #fff;
}
.footer__heading {
  font: 8rem/1.075em "Gloock", serif;
}
@media screen and (max-width: 767px) {
  .footer__heading {
    font-size: 7rem;
  }
}
.footer__desc {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .footer__desc {
    font-size: 1.3rem;
  }
}
.footer__copyright {
  margin-top: auto;
  text-align: center;
  font: 1rem "Gloock", serif;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.heading {
  position: relative;
  font-family: "Gloock", serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.075em;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 7rem;
  }
}
.heading--small {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2.2666666667em;
  letter-spacing: 0.04em;
  padding-top: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .heading--small {
    margin-top: 15px;
    font-size: 13px;
  }
}
.heading--small::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  border-top: 1px solid #695c5c;
}
.heading__container {
  text-align: center;
}
.heading__container span {
  display: block;
}
.heading__container--ta-left {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .heading__container--ta-left {
    text-align: center;
  }
}
.heading__container--ta-left .heading--small::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1200px) {
  .heading__container--ta-left .heading--small::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  padding: 10px;
  border-radius: 100px;
  background: #6a8171;
  color: #fff;
  font-family: "Gloock", serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media screen and (max-width: 767px) {
  .button {
    min-width: 250px;
    padding-block: 18px;
    font-size: 2rem;
  }
}
.button:hover {
  background: #695c5c;
}
.button--arrow {
  position: relative;
  min-width: 150px;
  padding: 15px 20px;
  background: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #d5c3c3;
  color: #695c5c;
}
.button--arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 7px;
  background: url("../public/img/common/arrow-right-black.svg") no-repeat center/cover;
}
.button--arrow:hover {
  color: #fff;
}
.button--arrow:hover::after {
  background: url("../public/img/common/arrow-right-white.svg") no-repeat center/cover;
}
.button + .button {
  margin-left: 20px;
}

.top__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100vh;
  height: 100svh;
}
@media screen and (max-height: 820px) {
  .top__mv {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .top__mv {
    padding-top: unset;
    padding-bottom: 140px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__mv {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top__mv-container {
  margin: 0 13% 0 10px;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .top__mv-container {
    margin: 0 70px 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top__mv-container {
    margin: 0 auto;
    max-width: 1120px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-container {
    max-width: 100%;
  }
}
.top__mv-slide-img {
  width: 100%;
  aspect-ratio: 510/572;
  max-height: 572px;
}
@media screen and (max-width: 1200px) {
  .top__mv-slide-img {
    max-height: 600px;
  }
}
.top__mv-slide-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top__mv-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 92.3px;
     -moz-column-gap: 92.3px;
          column-gap: 92.3px;
}
@media screen and (max-width: 1200px) {
  .top__mv-block {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top__mv-heading-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__mv-heading {
  margin-bottom: 15px;
  font-family: "Gloock", serif;
  font-size: 12rem;
  line-height: 0.7166666667em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .top__mv-heading {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (width: 768px) {
  .top__mv-heading {
    font-size: 10rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-heading {
    margin: 20px 0;
    font-size: 7.4rem;
    text-align: left;
  }
}
.top__mv-heading--ob {
  font-family: "Oliver Blush", sans-serif;
  line-height: 1em;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .top__mv-heading--ob {
    font-size: 8.4rem;
    margin-left: 9px;
  }
}
.top__mv-desc {
  font-size: 1.7rem;
  line-height: 1.7058823529em;
}
@media screen and (max-width: 767px) {
  .top__mv-desc {
    font-size: 1.3rem;
  }
}
.top__mv-scroll {
  position: absolute;
  bottom: 0;
  right: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  padding-bottom: 60px;
  font: 1.2rem "Gloock", serif;
}
@media screen and (max-width: 1200px) {
  .top__mv-scroll {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-scroll {
    bottom: 0;
  }
}
.top__mv-scroll::after {
  display: block;
  content: "";
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(-1);
          transform: translateX(-50%) scaleY(-1);
  border-left: 1px solid #695c5c;
  -webkit-animation: line-scroll 3s infinite;
          animation: line-scroll 3s infinite;
}
.top__about {
  padding-block: 52px 86px;
}
@media screen and (max-width: 767px) {
  .top__about {
    padding-block: 47px 100px;
  }
}
.top__about-container {
  max-width: 1005px;
}
@media screen and (max-width: 1005px) {
  .top__about-container {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .top__about-container {
    max-width: 100%;
  }
}
.top__about-content {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.7%;
}
@media screen and (max-width: 1024px) {
  .top__about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 55px;
    gap: 39px;
  }
}
.top__about-diagram-blk {
  width: 42%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .top__about-diagram-blk {
    margin: 0 auto;
    width: 100%;
  }
}
.top__about-diagram {
  position: relative;
  height: 365px;
}
@media screen and (max-width: 1024px) {
  .top__about-diagram {
    width: 100%;
    max-width: 423px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top__about-diagram {
    max-width: 353px;
    height: 305px;
  }
}
.top__about-diagram-item {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 220px;
  height: 220px;
  border-radius: 50%;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__about-diagram-item {
    max-width: 184px;
    height: 184px;
    gap: 5px;
  }
}
.top__about-diagram-item:first-child {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top__about-diagram-item:nth-child(2) {
  top: 145px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top__about-diagram-item:nth-child(2) {
    top: 120px;
  }
}
.top__about-diagram-item:last-child {
  top: 145px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top__about-diagram-item:last-child {
    top: 120px;
  }
}
.top__about-diagram-subtitle {
  color: #6a8171;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top__about-diagram-subtitle {
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  .top__about-diagram-subtitle {
    font-size: 10px;
  }
}
.top__about-diagram-title {
  color: #6a8171;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top__about-diagram-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 340px) {
  .top__about-diagram-title {
    font-size: 14px;
  }
}
.top__about-desc-blk {
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 1024px) {
  .top__about-desc-blk {
    -ms-flex-line-pack: unset;
        align-content: unset;
  }
}
.top__about-desc {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2666666667em;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.top__plan {
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .top__plan {
    padding-bottom: 100px;
  }
}
.top__plan-container {
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  .top__plan-container {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .top__plan-container {
    max-width: 100%;
    padding: 0;
  }
}
.top__plan-splide {
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .top__plan-splide {
    margin-top: 36px;
  }
}
.top__plan-track {
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .top__plan-track {
    overflow: hidden;
    padding-top: 24px;
  }
}
.top__plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 5%;
}
@media screen and (max-width: 767px) {
  .top__plan-list {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
.top__plan-item {
  width: 100%;
  max-width: 335px;
}
@media screen and (max-width: 767px) {
  .top__plan-item {
    max-width: 325px;
  }
}
.top__plan-box {
  position: relative;
  width: 100%;
  height: 480px;
  background: rgba(255, 255, 255, 0.2);
  padding: 30px 25px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__plan-box {
    height: 400px;
    padding-inline: 20px;
    padding-top: 45px;
  }
}
.top__plan-ribbon-blk {
  background: #6a8171;
  width: 135px;
  height: 81px;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  left: -37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__plan-ribbon-blk {
    width: 113px;
    height: 67px;
    top: -24px;
    left: -10px;
  }
}
.top__plan-ribbon {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top__plan-ribbon {
    font-size: 13px;
  }
}
.top__plan-ribbon--12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .top__plan-ribbon--12 {
    font-size: 10px;
  }
}
.top__plan-heading-blk {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.top__plan-heading-blk--pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top__plan-heading-blk--pb60 {
    padding-bottom: 30px;
  }
}
.top__plan-heading {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6111111111em;
  letter-spacing: 0.04em;
}
.top__plan-heading--rate {
  margin-top: 10px;
}
.top__plan-desc {
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top__plan-desc {
    font-size: 12px;
    line-height: 1.5384615385em;
  }
}
.top__plan-desc span {
  display: block;
}
.top__plan-desc span::after {
  content: "+";
  display: block;
  font-size: 1.8rem;
}
.top__plan-desc span:last-child::after {
  display: none;
}
.top__plan-btn-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top__plan-btn-blk {
    margin-top: 30px;
  }
}
.top__plan-btn {
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.5rem;
}
.top__plan-btn::after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top__plan-btn:hover::after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 15px;
}
.top__plan-note {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.9090909091em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top__plan-note {
    font-size: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .top__plan-info-container {
    padding: 0 5%;
  }
}
.top__plan-info {
  width: 100%;
  margin-top: 40px;
  background: rgba(188, 180, 180, 0.2);
  border-radius: 20px;
  padding: 26px 6.3% 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__plan-info {
    margin-top: 60px;
    padding: 30px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 20px;
  }
}
.top__plan-info-desc-blk {
  position: relative;
  width: 67.29%;
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  .top__plan-info-desc-blk {
    width: 100%;
    padding-right: unset;
    padding-bottom: 20px;
  }
}
.top__plan-info-desc-blk::after {
  content: "";
  background: #ddd;
  width: 1px;
  height: 91px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top__plan-info-desc-blk::after {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
  }
}
.top__plan-info-desc {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .top__plan-info-desc {
    margin-top: 10px;
  }
}
.top__plan-info-contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.top__plan-info-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  color: #6a8171;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 360px) {
  .top__plan-info-icon-box {
    font-size: 16px;
  }
}
.top__plan-info-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
}
@media screen and (max-width: 767px) {
  .top__plan-info-icon {
    width: 20px;
  }
}
.top__flow {
  padding-bottom: 155px;
}
@media screen and (max-width: 767px) {
  .top__flow {
    padding-bottom: 100px;
  }
}
.top__flow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1120px) {
  .top__flow-container {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .top__flow-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 60px;
  }
}
.top__flow-heading-container {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top__flow-heading-container {
    text-align: center;
  }
}
.top__flow-heading-container .heading--small::before {
  left: 5%;
}
@media screen and (max-width: 767px) {
  .top__flow-heading-container .heading--small::before {
    left: 50%;
  }
}
.top__flow-list-blk {
  width: 62.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top__flow-list-blk {
    width: 100%;
  }
}
.top__flow-list {
  background: rgba(255, 255, 255, 0.2);
  padding: 30px 40px 22px;
  border-radius: 20px;
  margin-bottom: 20px;
  counter-reset: step;
}
@media screen and (max-width: 767px) {
  .top__flow-list {
    border-radius: 10px;
    padding: 30px 23px;
  }
}
.top__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 35px;
  padding-block: 30px;
  border-bottom: 1px solid #e6d3d3;
}
@media screen and (max-width: 767px) {
  .top__flow-item {
    gap: 16px;
    padding-block: 20px;
  }
}
.top__flow-item:first-child {
  padding-top: 0;
}
.top__flow-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.top__flow-item--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__flow-step {
  color: #6a8171;
  font: 400 1.5rem "Gloock", serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.top__flow-step::after {
  counter-increment: step;
  content: counter(step);
  display: block;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .top__flow-step::after {
    font-size: 50px;
  }
}
.top__flow-heading {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .top__flow-heading {
    margin-bottom: 12px;
  }
}
.top__flow-text {
  font-size: 1.3rem;
  line-height: 1.7692307692em;
  letter-spacing: 0.04em;
}
.top__flow-note {
  font-size: 1.1rem;
  line-height: 2em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1120px) {
  .top__voice-container {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .top__voice-container {
    padding: 0;
  }
}
.top__voice-splide {
  margin-block: 32px 150px;
}
@media screen and (max-width: 767px) {
  .top__voice-splide {
    margin-block: 50px 100px;
    padding: 0 5%;
  }
}
.top__voice-track {
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .top__voice-track {
    overflow: hidden;
    padding-bottom: 38px;
  }
}
.top__voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top__voice-list {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: 0;
  }
}
.top__voice-item {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 1045px) {
  .top__voice-item {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .top__voice-item {
    max-width: 353px;
  }
}
.top__voice-item:nth-child(3) {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top__voice-item:nth-child(3) {
    margin-left: unset;
  }
}
@media screen and (max-width: 1045px) {
  .top__voice-item:nth-child(4) {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__voice-item:nth-child(4) {
    margin-left: unset;
  }
}
.top__voice-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 40px 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__voice-box {
    padding: 25px;
  }
}
.top__voice-box::before {
  content: "";
  background: #eae0e6;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top__voice-box::after {
  content: "";
  background: #eae0e6;
  width: 28px;
  height: 25px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: absolute;
  bottom: -7px;
  right: 23px;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top__voice-box::after {
    right: 12px;
  }
}
.top__voice-testimonial {
  font-size: 1.5rem;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.top__voice-customer {
  margin-left: auto;
  color: #6a8171;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.top__voice-customer span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top__voice-customer span::before {
  content: "";
  background: url("../public/img/icons/customer.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top__voice-artist-container {
  width: 100%;
}
.top__voice-aritst-img {
  width: 480px;
  height: 337px;
}
@media screen and (max-width: 767px) {
  .top__voice-aritst-img {
    width: 350px;
    height: 245px;
  }
}
.top__voice-aritst-img .image {
  height: 100% !important;
}
.top__faq {
  margin: 150px 0 160px;
}
@media screen and (max-width: 1200px) {
  .top__faq {
    margin: 100px 0;
  }
}
.top__faq-container {
  margin-top: 30px;
}
.top__faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px 40px;
}
@media screen and (max-width: 767px) {
  .top__faq-list {
    grid-template-columns: 1fr;
    gap: 20px 40px;
  }
}
.top__faq-item {
  position: relative;
  padding: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1200px) {
  .top__faq-item {
    padding-right: 15%;
  }
}
@media screen and (max-width: 767px) {
  .top__faq-item {
    padding: 20px 4%;
    border-radius: 10px;
  }
}
.top__faq-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
}
.top__faq-question::before, .top__faq-question::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  border-top: 1px solid #695c5c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top__faq-question::before, .top__faq-question::after {
    right: 0;
  }
}
.top__faq-question::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  border-top: 1px solid #695c5c;
}
@media screen and (max-width: 767px) {
  .top__faq-question::before {
    right: 0;
  }
}
.top__faq-question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__faq-question.active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.top__faq-question-text {
  position: relative;
  padding-inline: 50px 40px;
}
@media screen and (max-width: 767px) {
  .top__faq-question-text {
    padding-inline: 40px 30px;
  }
}
.top__faq-question-text::before {
  display: block;
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Gloock", serif;
  font-size: 3rem;
  font-weight: 500;
  color: #6a8171;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top__faq-answer {
  position: relative;
  padding-left: 50px;
  font-size: 1.3rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, margin 0.4s ease;
  transition: max-height 0.4s ease, margin 0.4s ease;
}
@media screen and (max-width: 767px) {
  .top__faq-answer {
    padding-left: 40px;
  }
}
.top__faq-answer.active {
  margin-top: 30px;
}
.top__faq-answer::before {
  display: block;
  content: "A";
  position: absolute;
  top: -8px;
  left: 3px;
  font-family: "Gloock", serif;
  font-size: 3rem;
  font-weight: 400;
  color: #6a8171;
}
.top__access-block {
  display: grid;
  grid-template-columns: 1fr minmax(0, 620px);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1200px) {
  .top__access-block {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.top__access-table-wrapper {
  margin-top: 60px;
  padding: 8px 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top__access-table-wrapper {
    padding: 20px 5%;
  }
}
.top__access-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .top__access-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__access-table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .top__access-table tr:first-child td:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__access-table tr > td:first-child {
    padding-bottom: 0;
    font-weight: 700;
  }
}
.top__access-table td {
  font-size: 1.3rem;
  line-height: 1.9230769231em;
  padding: 20px 0;
  vertical-align: top;
}
.top__access-table td:nth-child(2) {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .top__access-table td:nth-child(2) {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__access-map {
    margin-top: 30px;
  }
}
.top__map-link {
  color: #6a8171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__map-link::after {
  content: "";
  height: 13px;
  width: 10px;
  display: inline-block;
  background-image: url("../public/img/icons/pin.svg");
  background-size: contain;
}
.top__map-link:hover {
  text-decoration: none;
}

@-webkit-keyframes line-scroll {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}

@keyframes line-scroll {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
/* stylelint-disable */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* stylelint-disable */
.hamburger {
  padding: 10px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #695c5c;
  height: 1px;
}

.hamburger-box {
  width: 28px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 1px;
  background-color: #695c5c;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/* stylelint-disable */
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(35deg);
          transform: translate3d(0, 7px, 0) rotate(35deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-60deg) translate3d(-3.5714285714px, -6px, 0);
          transform: rotate(-60deg) translate3d(-3.5714285714px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-70deg);
          transform: translate3d(0, -14px, 0) rotate(-70deg);
}

.hamburger {
  position: relative;
  z-index: 1000;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background: #fff;
}

.top__plan-prev, .top__plan-next {
  top: 50%;
  background: none;
}
.top__plan-prev svg, .top__plan-next svg {
  display: none;
  visibility: hidden;
}
.top__plan-prev::before, .top__plan-next::before {
  content: "";
  background: url("../public//img/icons/caret.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  display: block;
}
.top__plan-prev {
  left: 5px;
}
.top__plan-prev::before {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.top__plan-next {
  right: 5px;
}
.top__plan-next::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top__plan-pagination {
  gap: 4px;
  bottom: -18px;
}
.top__plan-page {
  background: transparent;
  border: 1px solid #6a8171;
}
.top__plan-page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #6a8171;
}

.top__voice-prev, .top__voice-next {
  top: 50%;
  background: none;
}
.top__voice-prev svg, .top__voice-next svg {
  display: none;
  visibility: hidden;
}
.top__voice-prev::before, .top__voice-next::before {
  content: "";
  background: url("../public//img/icons/caret.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  display: block;
}
.top__voice-prev {
  left: 5px;
}
.top__voice-prev::before {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.top__voice-next {
  right: 5px;
}
.top__voice-next::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top__voice-pagination {
  gap: 4px;
  bottom: 0;
}
.top__voice-page {
  background: transparent;
  border: 1px solid #6a8171;
}
.top__voice-page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #6a8171;
}

.top__mv-slider .splide__pagination {
  left: 0;
  right: auto;
}
@media screen and (max-width: 1200px) {
  .top__mv-slider .splide__pagination {
    left: 10%;
  }
}
@media screen and (max-width: 980px) {
  .top__mv-slider .splide__pagination {
    left: 25px;
  }
}
.top__mv-slider .splide__pagination__page {
  background: #695c5c;
  margin: 5px;
}
.top__mv-slider .splide__pagination__page.is-active {
  position: relative;
  background: transparent;
  border: 1px solid #695c5c;
  width: 10px;
  height: 10px;
}
.top__mv-slider .splide__pagination__page.is-active::after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #695c5c;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.6vw;
  -webkit-animation: line-slide 0.4s linear;
          animation: line-slide 0.4s linear;
}
@media screen and (max-width: 1600px) {
  .top__mv-slider .splide__pagination__page.is-active::after {
    width: 9.2vw;
  }
}
@media screen and (max-width: 1440px) {
  .top__mv-slider .splide__pagination__page.is-active::after {
    width: 6.8vw;
  }
}
@media screen and (max-width: 1280px) {
  .top__mv-slider .splide__pagination__page.is-active::after {
    width: 83px;
  }
}
@media screen and (max-width: 1200px) {
  .top__mv-slider .splide__pagination__page.is-active::after {
    width: 105px;
  }
}
.top__mv-slider .splide__slide > img {
  margin: 0 auto;
  display: block;
}

@-webkit-keyframes line-slide-1600 {
  0% {
    width: 0;
  }
  100% {
    width: 12.6vw;
  }
}

@keyframes line-slide-1600 {
  0% {
    width: 0;
  }
  100% {
    width: 12.6vw;
  }
}
@media (max-width: 1600px) {
  @-webkit-keyframes line-slide-1600 {
    0% {
      width: 0;
    }
    100% {
      width: 9.2vw;
    }
  }
  @keyframes line-slide-1600 {
    0% {
      width: 0;
    }
    100% {
      width: 9.2vw;
    }
  }
  .top__mv-slider .splide__pagination__page.is-active::after {
    -webkit-animation: line-slide-1600 0.4s linear;
            animation: line-slide-1600 0.4s linear;
  }
}
@media (max-width: 1440px) {
  @-webkit-keyframes line-slide-1440 {
    0% {
      width: 0;
    }
    100% {
      width: 6.8vw;
    }
  }
  @keyframes line-slide-1440 {
    0% {
      width: 0;
    }
    100% {
      width: 6.8vw;
    }
  }
  .top__mv-slider .splide__pagination__page.is-active::after {
    -webkit-animation: line-slide-1440 0.4s linear;
            animation: line-slide-1440 0.4s linear;
  }
}
@media (max-width: 1280px) {
  @-webkit-keyframes line-slide-1280 {
    0% {
      width: 0;
    }
    100% {
      width: 83px;
    }
  }
  @keyframes line-slide-1280 {
    0% {
      width: 0;
    }
    100% {
      width: 83px;
    }
  }
  .top__mv-slider .splide__pagination__page.is-active::after {
    -webkit-animation: line-slide-1280 0.4s linear;
            animation: line-slide-1280 0.4s linear;
  }
}
@media (max-width: 1200px) {
  @-webkit-keyframes line-slide-1200 {
    0% {
      width: 0;
    }
    100% {
      width: 105px;
    }
  }
  @keyframes line-slide-1200 {
    0% {
      width: 0;
    }
    100% {
      width: 105px;
    }
  }
  .top__mv-slider .splide__pagination__page.is-active::after {
    -webkit-animation: line-slide-1200 0.4s linear;
            animation: line-slide-1200 0.4s linear;
  }
}
.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.anchor {
  display: block;
  position: relative;
  top: -69px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -53px;
  }
}
.anchor.zero {
  top: 0;
}
