@charset "UTF-8";
* {
  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: "Zen Kaku Gothic Antique";
  font-style: normal;
  font-weight: 400;
  src: url("./public/fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  font-style: normal;
  font-weight: 500;
  src: url("./public/fonts/ZenKakuGothicAntique-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  font-style: normal;
  font-weight: 700;
  src: url("./public/fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  font-style: normal;
  font-weight: 900;
  src: url("./public/fonts/ZenKakuGothicAntique-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Lexend Giga";
  font-style: normal;
  font-weight: 600;
  src: url("./public/fonts/LexendGiga-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("./public/fonts/ZenMaruGothic-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("./public/fonts/ZenMaruGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 100;
  src: url("./public/fonts/Lato-ThinItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Kozuka Gothic";
  font-style: normal;
  font-weight: 600;
  src: url("./public/fonts/KozGoPr6NRegular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 400;
  src: url("./public/fonts/ShipporiMincho-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 500;
  src: url("./public/fonts/ShipporiMincho-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 700;
  src: url("./public/fonts/ShipporiMincho-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Amatic SC";
  font-style: normal;
  font-weight: 700;
  src: url("./public/fonts/AmaticSC-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url("./public/fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  src: url("./public/fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url("./public/fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  src: url("./public/fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
html {
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 10px;
  color: #595757;
  scroll-behavior: smooth;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (max-width: 980px) {
  html {
    overflow-y: auto;
    scroll-padding-top: 80px;
  }
}

main {
  overflow-y: auto;
  position: fixed;
  padding-left: 300px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@media screen and (max-width: 980px) {
  main {
    position: relative;
    padding-left: 0;
    padding-top: 65px;
    scroll-padding-top: unset;
  }
}

img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}

.text {
  font: 500 1.6rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.795em;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}
@media screen and (max-width: 767px) {
  .text--sp-lh26 {
    line-height: 1.8571428571em;
  }
}
@media screen and (max-width: 767px) {
  .text--sp-lh29 {
    line-height: 2.0514285714em;
  }
}

.sec-title {
  margin-bottom: 8px;
  font-size: 2.6rem;
  color: #4794ff;
  line-height: 1.3076923077em;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.7em;
  }
}
.sec-title--small {
  font-size: 2rem;
  line-height: 1.15em;
}
@media screen and (max-width: 767px) {
  .sec-title--small {
    font-size: 16px;
    line-height: 1.4375em;
  }
}
.sec-title--bullet {
  text-indent: -1em;
  padding-left: 1em;
}
.sec-title--bullet::before {
  content: "●";
  font: inherit;
}

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

.nav__body {
  width: 300px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
}
@media screen and (max-width: 980px) {
  .nav__body {
    width: 100%;
    height: 65px;
    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;
    gap: 15px;
    overflow: hidden;
  }
}
.nav__logo-block {
  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;
  padding-block: 15px;
}
@media screen and (max-width: 980px) {
  .nav__logo-block {
    padding-block: 0;
    padding-left: 5.3%;
  }
}
.nav__logo {
  max-width: 190px;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .nav__logo {
    max-width: 110px;
  }
}
.nav__logo:hover {
  opacity: 0.8;
}
.nav__wrapper {
  position: relative;
  padding-bottom: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .nav__wrapper {
    background: #fff;
    position: fixed;
    top: 65px;
    width: 100%;
    height: 100%;
    padding-bottom: 110px;
    scrollbar-width: none;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    z-index: -999;
  }
}
.nav__wrapper::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.nav__wrapper.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  z-index: 999;
}
.nav__info-block {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 25px;
  padding-block: 10px 7px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.nav__info-date-block {
  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;
  gap: 10px;
}
.nav__info-text-jp {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.nav__info-date {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.nav__info-time-block {
  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;
  gap: 10px;
}
.nav__info-time-icon {
  width: 28px;
  height: 28px;
}
.nav__info-time {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.nav__link-item {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #bfbfbf;
}
.nav__link-item.white {
  border-color: #fff;
}
.nav__link-item.nb {
  border-bottom: none;
}
.nav__link {
  position: relative;
  color: #4794ff;
  font-size: 1.6rem;
  font-weight: 700;
  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;
}
.nav__link::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__link:hover::after {
  -webkit-transform: translateX(3.5px);
          transform: translateX(3.5px);
}
.nav__link.white {
  color: #fff;
}
.nav__link.white::after {
  background: url("./public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
}
.nav__link-ctr--blue {
  position: relative;
  padding-top: 25px;
}
.nav__link-ctr--blue::before {
  content: "";
  background: linear-gradient(135deg, #a5cbff 0%, #4794ff 67%, #1a70e7 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.nav__link-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.nav__link-icon-box span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav__link-icon {
  width: 30px;
  max-height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav__tab-wrapper {
  display: none;
}
@media screen and (max-width: 980px) {
  .nav__tab-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding-right: 5.3%;
  }
}
.nav__socials-block {
  display: none;
}
@media screen and (max-width: 980px) {
  .nav__socials-block {
    display: block;
  }
}
.nav__socials-button-block {
  margin-block: 40px 35px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.nav__socials-links-list {
  width: 100%;
  max-width: 167px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav__socials-icon {
  width: 100%;
  max-height: 31px;
}
.nav__button {
  background: #4794ff;
  color: #fff;
  width: 140px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 10px;
  border-radius: 5px;
  gap: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .nav__button {
    width: 150px;
    background: #ff2d65;
  }
}
.nav__button span {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.025em;
}
.nav__button--sponsor {
  width: 116px;
  height: 44px;
  padding-inline: 5px;
}
.nav__button-icon {
  width: 26px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav__button-icon--sponsor {
  width: 30px;
  height: 25px;
}
.nav__hamburger {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  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;
  cursor: pointer;
}
.nav__hamburger.active .nav__hamburger-line:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 5px);
          transform: rotate(45deg) translate(6px, 5px);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.nav__hamburger.active .nav__hamburger-line:nth-child(2) {
  width: 0;
  height: 0;
  opacity: 0;
}
.nav__hamburger.active .nav__hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.nav__hamburger-line {
  width: 100%;
  height: 2px;
  background: #4794ff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

footer {
  background: #fff;
}

.footer__container {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding-bottom: 40px !important;
  }
}
.footer__top-block {
  padding-top: 55px;
  margin-bottom: 45px;
  border-top: 1px solid #a7a7a7;
  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;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .footer__top-block {
    padding-top: 0;
    margin-bottom: 35px;
    border-top: none;
    -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;
  }
}
.footer__logo {
  width: 20%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 100%;
    max-width: 198px;
    height: 60px;
    margin: 0 auto;
  }
}
.footer__logo:hover {
  opacity: 0.8;
}
.footer__button-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .footer__button-block {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -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;
    width: 100%;
  }
}
.footer__button-block .button {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .footer__button-block .button::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .footer__button-block .button::after {
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__button-block .button::after {
    right: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__button-block .button {
    font-size: clamp(1.2rem, 0.4rem + 1vw, 1.4rem);
  }
}
@media screen and (max-width: 980px) {
  .footer__button-block .button {
    font-size: 1.6rem;
  }
}
.footer__main-block {
  margin-bottom: 50px;
  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;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .footer__main-block {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer__link-list {
  width: 100%;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .footer__link-list {
    gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .footer__link-list {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link-list {
    max-width: 335px;
    margin-inline: auto;
    gap: 15px 15px;
  }
}
.footer__link {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 12px;
  }
}
.footer__link:hover {
  color: #4794ff;
}
.footer__social-list {
  width: 100%;
  max-width: 140px;
  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;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .footer__social-list {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.footer__social-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__social-link:hover {
  opacity: 0.7;
}
.footer__social-icon {
  width: 100%;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer__social-icon {
    width: auto;
    height: 30px;
  }
}
.footer__copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 35px;
    font-size: 10px;
  }
}

.button {
  position: relative;
  background: #4794ff;
  color: #fff;
  width: 100%;
  max-width: 305px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 980px) {
  .button {
    max-width: 267px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.6rem;
  }
}
.button::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .button::after {
    width: 18px;
    height: 18px;
    right: 17px;
  }
}
.button--white {
  background: #fff;
  color: #595757;
}
.button--white::after {
  background: url("./public/img/icons/circled-right-arrow-gray.svg") no-repeat center/contain;
}
.button--blue-ol {
  background: #fff;
  color: #4794ff;
  border: 1px solid #4794ff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.button--blue-ol::after {
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
}
.button--pink {
  background-color: #ff2d65;
}
.button--pink::after {
  background: url("./public/img/icons/circled-right-arrow-pink.svg") no-repeat center/contain;
}
.button--arrow-blue::after {
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
}
.button:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 980px) {
  .button:hover::after {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.button.external::after {
  content: "";
  background: url("./public/img/icons/external.svg") no-repeat center/contain;
  width: 14px;
  height: 14px;
}

.title__jp {
  color: #595757;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .title__jp {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.title__en {
  color: #595757;
  position: relative;
  display: block;
  font: 600 2.2rem "Lexend Giga", sans-serif;
}
@media screen and (max-width: 767px) {
  .title__en {
    font-size: 15px;
  }
}
.title__en::before {
  content: "";
  background: #595757;
  width: 20px;
  height: 1px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .title__en::before {
    width: 15px;
    top: -12px;
  }
}
.title--blue {
  color: #4794ff;
}
.title--blue .title__en::before {
  background: #4794ff;
}
.title--white {
  color: #fff;
}
.title--white h2,
.title--white span {
  color: #fff;
}
.title--white .title__en::before {
  background: #fff;
}

.breadcrumbs {
  position: relative;
  background: #edf4ff;
  padding: 13px 25px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 5.3%;
  }
}
.breadcrumbs__list,
.breadcrumbs .aioseo-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__list,
  .breadcrumbs .aioseo-breadcrumbs {
    gap: 10px;
  }
}
.breadcrumbs__list a,
.breadcrumbs .aioseo-breadcrumbs a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumbs__list a:hover,
.breadcrumbs .aioseo-breadcrumbs a:hover {
  color: #4794ff;
}
.breadcrumbs__item,
.breadcrumbs .aioseo-breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__item,
  .breadcrumbs .aioseo-breadcrumb {
    font-size: 10px;
  }
}
.breadcrumbs__item.top::before,
.breadcrumbs .aioseo-breadcrumb.top::before {
  content: "";
  background: url("./public/img/icons/home.svg") no-repeat center/contain;
  width: 17px;
  height: 13px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__item.top::before,
  .breadcrumbs .aioseo-breadcrumb.top::before {
    width: 14px;
    height: 10px;
  }
}
.breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb:nth-of-type(1)::before {
  content: "";
  background: url("./public/img/icons/home.svg") no-repeat center/contain;
  width: 17px;
  height: 13px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb:nth-of-type(1)::before {
    width: 14px;
    height: 10px;
  }
}
.breadcrumbs .aioseo-breadcrumb-separator {
  position: relative;
  width: 10px;
  height: auto;
}
.breadcrumbs .aioseo-breadcrumb-separator::after {
  content: "";
  background: url("./public/img/icons/caret-right.svg") no-repeat center/contain;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .breadcrumbs .aioseo-breadcrumb-separator::after {
    width: 9px;
    height: 8px;
  }
}
.breadcrumbs .aioseo-breadcrumb-separator:last-child::after {
  display: none;
}

.banner {
  width: 100%;
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(135deg, #a5cbff 0%, #4794ff 50%, #1a70e7 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner {
    height: 82px;
  }
}
.banner.yellow {
  background: linear-gradient(-130deg, #daeb1c 29%, #edff9b 100%);
}
.banner.yellow .banner__head {
  color: #595757;
}
.banner.white {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .banner.white {
    height: 74px;
  }
}
.banner.white .banner__icon-box {
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner.white .banner__icon-box {
    gap: 12px;
  }
}
.banner.white .banner__head {
  color: #4794ff;
}
.banner.white .banner__title-jp {
  margin-bottom: 0;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .banner.white .banner__title-jp {
    font-size: 20px;
  }
}
.banner.white .banner__icon {
  width: auto;
  height: 38.6px;
}
@media screen and (max-width: 767px) {
  .banner.white .banner__icon {
    height: 24px;
  }
}
.banner__container {
  width: 100%;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .banner__container {
    padding: 0 5.3%;
  }
}
.banner__container--no-icon {
  padding-inline: 5.5%;
}
.banner__container--no-icon .banner__title-jp {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .banner__container--no-icon .banner__title-jp {
    margin-bottom: 6px;
  }
}
.banner__icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .banner__icon-box {
    gap: 15px;
  }
}
.banner__icon-box--family {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .banner__icon-box--family {
    gap: 5px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner__icon-box--family .banner__head {
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .banner__icon-box--family .banner__head {
    padding-bottom: 0;
  }
}
.banner__icon {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .banner__icon {
    height: 30px;
  }
}
.banner__icon--family {
  width: 47px !important;
  height: 54px !important;
}
@media screen and (max-width: 767px) {
  .banner__icon--family {
    width: 29px !important;
    height: 33px !important;
  }
}
.banner__icon--map {
  width: 51px !important;
  height: 53px !important;
}
@media screen and (max-width: 767px) {
  .banner__icon--map {
    width: auto !important;
    height: 30px !important;
  }
}
.banner__head {
  color: #fff;
}
.banner__head--offset {
  position: relative;
  top: 5px;
}
.banner__title-jp {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .banner__title-jp {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .banner__title-jp {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.banner__title-en {
  font: 600 2.4rem "Lexend Giga", sans-serif;
}
@media screen and (max-width: 767px) {
  .banner__title-en {
    font-size: 12px;
  }
}

.sns {
  background: #fff;
  padding-block: 105px;
}
@media screen and (max-width: 767px) {
  .sns {
    padding-block: 75px 65px;
  }
}
.sns__list {
  width: 100%;
  max-width: 260px;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sns__icon {
  width: auto;
  height: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sns__icon:hover {
  opacity: 0.7;
}

.park-guide {
  background: #fff;
}
.park-guide__wrapper {
  padding-block: 120px 100px;
  position: relative;
  background: url("./public/img/park-guide/bg.jpg") no-repeat 50% 50%/cover;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .park-guide__wrapper {
    padding-block: 75px 50px;
  }
}
.park-guide__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4794ff;
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: -1;
}
.park-guide__link-list-box {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
}
@media screen and (max-width: 767px) {
  .park-guide__link-list-box {
    margin-top: 30px;
    gap: 8px;
  }
}
.park-guide__link-button {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  .park-guide__link-button {
    height: 65px;
    padding: 10px;
    gap: 7px;
    border-radius: 10px;
  }
}
.park-guide__link-button::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 22px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .park-guide__link-button::after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
}
.park-guide__link-button:hover::after {
  -webkit-transform: translateX(3.5px);
          transform: translateX(3.5px);
}
.park-guide__link-button span {
  color: #4794ff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .park-guide__link-button span {
    font-size: 14px;
  }
}
.park-guide__icon {
  width: auto;
  max-width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .park-guide__icon {
    max-width: 25px;
    height: 28px;
  }
}
.park-guide__link-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .park-guide__link-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__link-wrapper .container-980 {
    padding: 0 !important;
  }
}
.park-guide__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1360px) {
  .park-guide__link-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 0;
  }
}
.park-guide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #4794ff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .park-guide__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    padding: 20px 5.3%;
    border-bottom: 1px solid #ddddde;
  }
}
.park-guide__link::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .park-guide__link::after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__link.sp-bt {
    border-top: 1px solid #ddddde;
  }
}
.park-guide__link:hover::after {
  -webkit-transform: translateX(3.5px);
          transform: translateX(3.5px);
}
.park-guide__sublink-list {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .park-guide__sublink-list {
    margin-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__sublink-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__sublink-item.sp-w100 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__sublink-item.sp-w100 .park-guide__sublink {
    padding-inline: 5.3%;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__sublink-item:nth-child(odd) .park-guide__sublink {
    border-right: 1px solid #ddddde;
  }
}
.park-guide__sublink {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.9583333333em;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .park-guide__sublink {
    margin-bottom: 0;
    line-height: 1em;
    padding-block: 15px;
    padding-inline: 10.6%;
    border-bottom: 1px solid #ddddde;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__sublink.sp-br {
    border-right: 1px solid #ddddde;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__sublink.n-sp-br {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .park-guide__sublink.n-sp-bb {
    border-bottom: none;
  }
}
.park-guide__sublink:hover {
  color: #4794ff;
}

.sl-sec {
  position: relative;
  padding: 20px 20px 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sl-sec {
    padding: 26px 20px 0;
  }
}
.sl-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background: linear-gradient(to top, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
  z-index: -1;
}
.sl-sec:not(:first-child) {
  margin-top: -110px;
}
@media screen and (max-width: 1200px) {
  .sl-sec:not(:first-child) {
    margin-top: -70px;
  }
}
.sl-sec:not(:first-child)::before {
  -webkit-clip-path: polygon(0 0, 100% 110px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 110px, 100% 100%, 0 100%);
}
@media screen and (max-width: 1200px) {
  .sl-sec:not(:first-child)::before {
    -webkit-clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
  }
}
.sl-sec:not(:first-child) .sl-sec__ctr::before {
  -webkit-clip-path: polygon(0 0, 100% 105px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 105px, 100% 100%, 0 100%);
}
@media screen and (max-width: 1200px) {
  .sl-sec:not(:first-child) .sl-sec__ctr::before {
    -webkit-clip-path: polygon(0 0, 100% 62px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 62px, 100% 100%, 0 100%);
  }
}
.sl-sec:nth-child(even)::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
}
@media screen and (max-width: 1200px) {
  .sl-sec:first-child {
    padding-top: 20px;
  }
}
.sl-sec:first-child .sl-sec__ctr {
  padding-top: 0;
}
.sl-sec:last-child .sl-sec__ctr {
  padding-bottom: 0;
}
.sl-sec__ctr {
  position: relative;
  padding: 105px 0 110px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sl-sec__ctr {
    padding: 65px 0 70px;
  }
}
.sl-sec__ctr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.tab__block {
  border-bottom: 2px solid #ff2d65;
}
.tab__list {
  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;
  gap: 2px;
}
.tab__button {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 166px;
  height: 57px;
  color: rgba(89, 87, 87, 0.42);
  background: #f2f2f2;
  font-size: 2rem;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-inline: 10px;
  letter-spacing: -0.035em;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tab__button {
    max-width: 111px;
    height: 38px;
    font-size: 14px;
    padding-inline: 5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}
.tab__button:hover, .tab__button.active {
  background: #ff2d65;
  color: #fff;
}

.event__main-block {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .event__main-block {
    margin-bottom: 35px;
  }
}
.event__main-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.event__main-link:hover .event__main-image img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.event__main-image {
  width: 100%;
  aspect-ratio: 980/585;
  border-radius: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .event__main-image {
    aspect-ratio: 305/182;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.event__main-image img {
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .event__main-image img {
    border-radius: 10px;
  }
}
.event__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .event__main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-bottom: 5px;
  }
}
.event__main-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .event__main-category-list {
    margin-top: 10px;
  }
}
.event__main-category {
  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;
  background: #fff;
  border: 2px solid #4794ff;
  height: 35px;
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .event__main-category {
    height: 25px;
    border-width: 1px;
    font-size: 12px;
  }
}
.event__main-category.yellow {
  background: #e4f531;
  border: none;
}
.event__main-title {
  color: #4794ff;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .event__main-title {
    font-size: 18px;
  }
}
.event__main-date {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .event__main-date {
    font-size: 14px;
  }
}
.event__article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 305px));
  gap: 40px 3.3%;
}
@media screen and (max-width: 767px) {
  .event__article-list {
    grid-template-columns: 100%;
    gap: 35px;
  }
}
.event__link:hover .event__image img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.event__image {
  width: 100%;
  aspect-ratio: 305/182;
  border-radius: 10px;
  overflow: hidden;
}
.event__image img {
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.event__content {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .event__content {
    margin-top: 10px;
  }
}
.event__title {
  color: #4794ff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .event__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.event__date {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .event__date {
    font-size: 14px;
  }
}
.event__category-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.event__category {
  background: #fff;
  height: 22px;
  border: 1px solid #4794ff;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1em;
  padding: 5px 10px;
  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) {
  .event__category {
    height: 24px;
    font-size: 12px;
  }
}
.event__category.yellow {
  background: #e4f531;
  border: none;
}
.event__category.gray {
  background: rgba(89, 87, 87, 0.7);
  color: #fff;
  border: none;
}
.event__filter-search {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .event__filter-search {
    margin-top: 40px !important;
  }
}
.event__filter-search .aa-list__filter-select {
  color: #595757 !important;
}
@media screen and (max-width: 767px) {
  .w-100-sp {
    width: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .w-85-sp {
    width: 85px !important;
  }
}
.event__filter-date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: 30px 40px;
}
@media screen and (max-width: 767px) {
  .event__filter-date-block {
    gap: 15px;
    margin-block: 20px 40px;
  }
}

.pickup__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 305px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .pickup__list {
    grid-template-columns: 100%;
    gap: 25px;
  }
}
.pickup__link:hover .pickup__image img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pickup__image {
  width: 100%;
  aspect-ratio: 305/305;
  border-radius: 10px;
  overflow: hidden;
}
.pickup__image img {
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news__list {
  width: 100%;
  max-width: 695px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news__list {
    max-width: 100%;
  }
}
.news__item {
  padding-block: 30px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .news__item {
    padding-block: 25px;
  }
}
@media screen and (max-width: 767px) {
  .news__item:first-child {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news__item:nth-last-child(2) {
    border-bottom: 1px solid #dcdcdc;
  }
}
.news__item:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news__link {
    -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: 3px;
  }
}
.news__link:hover {
  color: #4794ff;
}
.news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news__date {
  font-size: 1.2rem;
  font-weight: 500;
}
.news__category {
  background: #4794ff;
  color: #fff;
  height: 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 85px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  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;
}
.news__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75em;
}

.pagetop {
  position: fixed;
  bottom: 1.5rem;
  right: 3rem;
  width: 56px;
  height: 56px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 1.5rem;
    width: 40px;
    height: 40px;
  }
}
.pagetop.show {
  opacity: 1;
  visibility: visible;
}
.pagetop:hover {
  border-color: #1d2088;
}
.pagetop:hover .pagetop__button::before {
  background: #1d2088;
}
.pagetop__button {
  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;
  width: 100%;
  height: 100%;
}
.pagetop__button::before {
  content: "";
  -webkit-mask: url("./public/img/icons/cmn_ic.svg") no-repeat center/contain;
          mask: url("./public/img/icons/cmn_ic.svg") no-repeat center/contain;
  background: #666;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .pagetop__button::before {
    width: 12px;
    height: 12px;
  }
}

.ticket-blk {
  max-width: calc(548px + 8%);
  padding: 0 4%;
  margin: 0 auto;
}
.ticket-blk__list {
  padding: 38px 0 51px;
  margin: 0 auto 55px;
  background-color: #4794ff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .ticket-blk__list {
    border-radius: 16px;
    padding: 22px 0 32px;
    margin-bottom: 50px;
  }
}
.ticket-blk__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ticket-blk__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ticket-blk__item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .ticket-blk__item-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.ticket-blk__item-button {
  max-width: 278px;
  margin: 0 auto;
  height: auto;
  border-radius: 33px;
  padding: 19px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .ticket-blk__item-button {
    max-width: 269px;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 0;
  }
}
.ticket-blk__item-button::after {
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ticket-blk__item-button::after {
    right: 18px;
  }
}
.ticket-blk__item-button:hover::after {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.ticket-blk__item-button--pink {
  background-color: #ff2d65;
}
.ticket-blk__item-button--pink::after {
  background: url("./public/img/icons/circled-right-arrow-pink.svg");
}
.ticket-blk__main {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  margin: 0 auto;
  padding: 20px 25px 20px 41px;
  font-size: 1.8rem;
  gap: 21px;
  border-radius: 33px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ticket-blk__main {
    max-width: 284px;
    height: 74px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.ticket-blk__main::after {
  position: unset;
}
@media screen and (max-width: 767px) {
  .ticket-blk__main::after {
    position: absolute;
  }
}

.top__mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1140/640;
}
@media screen and (max-width: 767px) {
  .top__mv {
    aspect-ratio: 375/575;
  }
}
.top__mv-image {
  width: 100%;
  overflow: hidden;
}
.top__mv-ribbon-info-wrap {
  position: relative;
  width: 100%;
}
.top__mv-ribbon-block {
  position: relative;
  background: #ff2d65;
  padding-inline: 13px 75px;
}
.top__mv-ribbon-button {
  background: #fff;
  width: 58px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 11px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top__mv-ribbon-button:hover {
  color: #4794ff;
}
.top__mv-ribbon-icon-box {
  position: relative;
  padding-left: 30px;
}
.top__mv-ribbon-icon {
  width: 22px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 8px;
  left: 0;
}
.top__mv-ribbon {
  min-height: 36px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 9px;
}
.top__mv-info-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 5px;
  background: #4794ff;
  color: #fff;
}
.top__mv-info-date-block {
  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;
  gap: 15px;
}
.top__mv-info-text-jp {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top__mv-info-date {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.top__mv-info-time-block {
  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;
  gap: 10px;
}
.top__mv-info-time-icon {
  width: 24px;
  height: 24px;
}
.top__mv-info-time {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.top__events {
  padding-block: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#edff9b), color-stop(70%, #daeb1c));
  background: linear-gradient(90deg, #edff9b 0%, #daeb1c 70%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__events {
    padding-block: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .top__events .container-980 {
    padding: 0;
  }
}
.top__events-heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .top__events-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.top__events-heading::before, .top__events-heading::after {
  content: "";
  background: url("./public/img/icons/lines-y.svg") no-repeat center/contain;
  width: 15px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top__events-heading::before, .top__events-heading::after {
    width: 13px;
    height: 27px;
  }
}
.top__events-heading::before {
  left: -30px;
}
@media screen and (max-width: 767px) {
  .top__events-heading::before {
    left: -20px;
  }
}
.top__events-heading::after {
  right: -30px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .top__events-heading::after {
    right: -20px;
  }
}
.top__events-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__events-link:hover .top__events-image img {
  opacity: 0.9;
}
.top__events-image {
  width: 100%;
  /* aspect-ratio: 305 / 180; */
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .top__events-image {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .top__events-image {
    height: 110px;
  }
}
.top__events-image img {
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__info {
  padding-block: 50px 100px;
}
@media screen and (max-width: 767px) {
  .top__info {
    padding-block: 50px 60px;
  }
}
.top__info-heading {
  color: #4794ff;
  font: 600 2.8rem "Lexend Giga", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top__info-heading {
    font-size: 20px;
  }
}
.top__info-box {
  position: relative;
  width: 100%;
  border: 8px solid #4794ff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__info-box {
    border-width: 6px;
    border-radius: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__info-box::before {
  content: "";
  background: #4794ff;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top__info-box::before {
    display: none;
  }
}
.top__info-col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top__info-col {
    width: 100%;
  }
}
.top__info-sched {
  position: relative;
  display: block;
  height: 100%;
  background: url("./public/img/top/information-bg.svg") no-repeat center/cover;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__info-sched {
    border-bottom: 6px solid #4794ff;
    padding: 15px 10px;
  }
}
.top__info-sched::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__info-sched::after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
}
.top__info-sched:hover {
  color: #4794ff;
}
.top__info-sched:hover::after {
  -webkit-transform: translateY(-50%) translateX(3.5px);
          transform: translateY(-50%) translateX(3.5px);
}
.top__info-sched-block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top__info-sched-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 11px;
    margin-bottom: 5px;
  }
}
.top__info-sched-heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top__info-sched-heading {
    font-size: 16px;
  }
}
.top__info-date {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top__info-date {
    font-size: 14px;
  }
}
.top__info-sched-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .top__info-sched-icon-box {
    gap: 10px;
  }
}
.top__info-sched-icon-box span {
  font-size: 3.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top__info-sched-icon-box span {
    font-size: 24px;
  }
}
.top__sched-time-text {
  background: #4794ff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  height: 33px;
  width: 196px;
  margin: 20px auto 0;
  border-radius: 15px;
  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;
}
.top__sched-info-icon {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .top__sched-info-icon {
    width: 26px;
    height: 26px;
    margin-bottom: -4px;
  }
}
.top__info-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 25px;
  gap: 15px;
  border-bottom: 8px solid #4794ff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__info-link {
    height: 60px;
    padding: 7px 10px 7px 15px;
    border-width: 6px;
  }
}
.top__info-link:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top__info-link:last-child {
    height: 54px;
  }
}
.top__info-link span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .top__info-link span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top__info-link span {
    font-size: 16px;
  }
}
.top__info-link::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__info-link::after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
}
.top__info-link:hover {
  color: #4794ff;
}
.top__info-link:hover::after {
  -webkit-transform: translateY(-50%) translateX(3.5px);
          transform: translateY(-50%) translateX(3.5px);
}
.top__info-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .top__info-icon {
    width: 28px;
    height: 28px;
  }
}
.top__fun {
  overflow-x: hidden;
}
.top__fun-header {
  position: relative;
  width: 70.61%;
  margin: 0 30px -9.9% auto;
  -webkit-transform: rotate(-4.5deg);
          transform: rotate(-4.5deg);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top__fun-header {
    margin-bottom: -8%;
  }
}
@media screen and (max-width: 425px) {
  .top__fun-header {
    margin-bottom: -17.2%;
  }
}
@media screen and (max-width: 767px) {
  .top__fun-header {
    width: 100%;
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
    margin-inline: 5.3% -8px;
  }
}
.top__fun-body {
  position: relative;
  padding-block: 230px 230px;
}
@media screen and (max-width: 767px) {
  .top__fun-body {
    padding-block: 120px 130px;
  }
}
.top__fun-body::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__fun-body::before {
    -webkit-clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 97%);
            clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 97%);
  }
}
.top__fun-hb {
  margin: 50px auto 70px;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .top__fun-hb {
    margin: 40px auto 35px;
    max-width: 325px;
  }
}
.top__fun-banner {
  width: 93%;
  aspect-ratio: 1060/535;
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top__fun-banner {
    width: 100%;
    aspect-ratio: 375/315;
    margin-top: 35px;
  }
}
.top__fun-banner img {
  border-top-right-radius: 275px;
  border-bottom-right-radius: 275px;
}
@media screen and (max-width: 767px) {
  .top__fun-banner img {
    border-radius: 0;
    -o-object-position: 76% 50%;
       object-position: 76% 50%;
  }
}
.top__fun-case {
  margin-block: 85px 60px;
}
@media screen and (max-width: 767px) {
  .top__fun-case {
    margin-block: 30px 70px;
  }
}
.top__fun-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  counter-reset: case;
}
@media screen and (max-width: 767px) {
  .top__fun-case-list {
    gap: 60px;
  }
}
.top__fun-case-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8%;
}
@media screen and (max-width: 1240px) {
  .top__fun-case-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top__fun-case-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 15px;
  }
}
.top__fun-case-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top__fun-case-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__fun-case-image-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 475px;
}
@media screen and (max-width: 767px) {
  .top__fun-case-image-block {
    max-width: 340px;
  }
}
.top__fun-case-image {
  position: relative;
  width: 100%;
  height: 475px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__fun-case-image {
    height: 335px;
  }
}
.top__fun-case-image::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.15)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 25%, rgba(255, 255, 255, 0) 75%);
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top__fun-case-image::before {
    height: 140px;
  }
}
.top__fun-case-image img {
  border-radius: 50%;
}
.top__fun-case-count {
  color: #fff;
  font: 600 2.7rem "Lexend Giga", sans-serif;
  line-height: 1em;
  position: absolute;
  top: 35px;
  left: -5px;
}
@media screen and (max-width: 767px) {
  .top__fun-case-count {
    font-size: 18px;
    top: 18px;
    left: 0;
  }
}
.top__fun-case-count::after {
  counter-increment: case;
  content: "0" counter(case);
  font: 600 11rem "Lexend Giga", sans-serif;
  line-height: 1em;
  display: block;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .top__fun-case-count::after {
    font-size: 75px;
  }
}
.top__fun-case-with-block {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 65px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top__fun-case-with-block {
    bottom: 58px;
    right: 5px;
  }
}
.top__fun-case-with {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font: 600 2rem "Lexend Giga", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top__fun-case-with {
    font-size: 14px;
  }
}
.top__fun-case-with::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .top__fun-case-with::after {
    margin-top: 3px;
  }
}
.top__fun-case-title {
  color: #fff;
  font: 600 4.4rem "Lexend Giga", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top__fun-case-title {
    font-size: 30px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .top__fun-case-content .button {
    margin-inline: auto;
  }
}
.top__fun-case-heading {
  font-size: 5.8rem;
  font-weight: 500;
  /* letter-spacing: -0.05em; */
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top__fun-case-heading {
    font-size: 49px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.top__fun-case-heading .fs-40 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .top__fun-case-heading .fs-40 {
    font-size: 33px;
  }
}
.top__fun-case-desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top__fun-case-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.top__fun-more-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .top__fun-more-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.top__fun-more-title::before, .top__fun-more-title::after {
  content: "";
  background: url("./public/img/icons/line.svg") no-repeat center/contain;
  width: 20px;
  height: 48px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top__fun-more-title::before, .top__fun-more-title::after {
    width: 15px;
    height: 37px;
  }
}
.top__fun-more-title::before {
  left: -30px;
}
@media screen and (max-width: 767px) {
  .top__fun-more-title::before {
    left: -25px;
  }
}
.top__fun-more-title::after {
  right: -30px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .top__fun-more-title::after {
    right: -25px;
  }
}
.top__fun-more-buttons {
  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;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top__fun-more-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top__fun-more-button {
    max-width: 221px;
  }
}
.top__ea {
  position: relative;
  padding-block: 20px 380px;
}
@media screen and (max-width: 767px) {
  .top__ea {
    padding-block: 20px 220px;
  }
}
.top__ea::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background: linear-gradient(180deg, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
  position: absolute;
  top: -220px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1240px) {
  .top__ea::before {
    top: -235px;
  }
}
@media screen and (max-width: 767px) {
  .top__ea::before {
    -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 95%);
    top: -120px;
  }
}
.top__ea-main-block {
  margin-top: 70px;
}
.top__ea-main-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__ea-main-link:hover .top__ea-main-image img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__ea-main-image {
  width: 100%;
  aspect-ratio: 980/585;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__ea-main-image {
    aspect-ratio: 375/225;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.top__ea-main-image img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__ea-main-content {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .top__ea-main-content {
    margin-bottom: 23px;
  }
}
.top__ea-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top__ea-main-info {
    -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: 5px;
    margin-bottom: 0;
  }
}
.top__ea-main-category-list {
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .top__ea-main-category-list {
    max-width: 100%;
  }
}
.top__ea-main-category {
  background: #fff;
  height: 30px;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
}
.top__ea-main-category.main {
  background: #e4f531;
}
@media screen and (max-width: 767px) {
  .top__ea-main-category:not(:first-child) {
    display: none;
  }
}
.top__ea-main-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top__ea-main-title {
    font-size: 20px;
  }
}
.top__ea-main-date {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top__ea-main-date {
    font-size: 14px;
  }
}
.top__ea-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 305px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
}
@media screen and (max-width: 1240px) {
  .top__ea-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 3%;
  }
}
.top__ea-list.mx1240 {
  display: none;
}
@media screen and (max-width: 1240px) {
  .top__ea-list.mx1240 {
    display: grid;
  }
}
.top__ea-link {
  position: relative;
  display: block;
}
.top__ea-link:nth-child(3n-1) {
  top: 50px;
}
@media screen and (max-width: 1240px) {
  .top__ea-link:nth-child(3n-1) {
    top: unset;
  }
}
.top__ea-link:nth-child(3n) {
  top: 100px;
}
@media screen and (max-width: 1240px) {
  .top__ea-link:nth-child(3n) {
    top: unset;
  }
}
.top__ea-link--sp {
  display: none;
}
@media screen and (max-width: 1240px) {
  .top__ea-link--sp {
    display: block;
  }
}
.top__ea-link:hover .top__ea-image img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__ea-item {
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1240px) {
  .top__ea-item {
    height: 100%;
  }
}
.top__ea-image {
  width: 100%;
  aspect-ratio: 305/180;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.top__ea-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__ea-content {
  padding: 20px 5.5% 25px;
}
@media screen and (max-width: 767px) {
  .top__ea-content {
    padding: 12px 9px;
  }
}
.top__ea-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top__ea-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.top__ea-date {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top__ea-date {
    font-size: 10px;
  }
}
.top__ea-category-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .top__ea-category-list {
    margin-top: 8px;
  }
}
.top__ea-category {
  background: #fff;
  height: 24px;
  border: 1px solid #4794ff;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .top__ea-category {
    background: #595757;
    height: auto;
    font-size: 10px;
    color: #fff;
    border: 1px solid #595757;
  }
}
.top__ea-category.main {
  background: #4794ff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top__ea-category.main {
    background: #595757;
  }
}
@media screen and (max-width: 767px) {
  .top__ea-category:not(:first-child) {
    display: none;
  }
}
.top__ea-button {
  margin: 190px auto 0;
  color: #4794ff;
}
@media screen and (max-width: 1240px) {
  .top__ea-button {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top__ea-button {
    color: #595757;
    margin-top: 50px;
  }
}
.top__ea-button::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
}
.top__pickup {
  margin-top: -150px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top__pickup {
    margin-top: -75px;
    padding-bottom: 80px;
  }
}
.top__pickup-list {
  margin-block: 75px 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 305px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top__pickup-list {
    grid-template-columns: repeat(2, minmax(0, 305px));
    margin-block: 65px 45px;
    gap: 15px;
  }
}
.top__pickup-link:hover .top__pickup-image img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__pickup-image {
  width: 100%;
  aspect-ratio: 305/305;
  border-radius: 10px;
  overflow: hidden;
}
.top__pickup-image img {
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__pickup-button {
  margin: 0 auto;
}
.top__news {
  padding-block: 105px 115px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .top__news {
    padding-block: 75px 65px;
  }
}
.top__news-list {
  width: 100%;
  max-width: 695px;
  margin: 55px auto 45px;
}
@media screen and (max-width: 767px) {
  .top__news-list {
    max-width: 100%;
    margin: 60px auto 35px;
  }
}
.top__news-item {
  padding-block: 30px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .top__news-item {
    padding-block: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top__news-item:nth-last-child(2) {
    border-bottom: 1px solid #dcdcdc;
  }
}
.top__news-item:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.top__news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__news-link {
    -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: 8px;
  }
}
.top__news-link:hover {
  color: #4794ff;
}
.top__news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top__news-date {
  font-size: 1.2rem;
  font-weight: 500;
}
.top__news-category {
  background: #4794ff;
  color: #fff;
  height: 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 85px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  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;
}
.top__news-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75em;
}
.top__news-button {
  margin: 0 auto;
}

.special {
  overflow: hidden;
  counter-reset: content-title;
}
.special__section {
  text-align: center;
}
.special__section::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
}
.special__section:nth-child(even)::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background: linear-gradient(to top, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
}
.special__section:nth-of-type(odd) {
  color: #ff2d65;
}
.special__section:nth-of-type(even) {
  color: #4794ff;
}
.special__section:nth-of-type(even) .special__title-jp::before {
  background-color: #4794ff;
}
.special__section:first-child > .special__ctr {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .special__section:first-child > .special__ctr {
    padding-top: 36px;
  }
}
.special__section:last-child > .special__ctr {
  padding-bottom: 112px;
}
@media screen and (max-width: 1200px) {
  .special__section:last-child > .special__ctr {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .special__section:last-child > .special__ctr {
    padding-bottom: 68px;
  }
}
.special__section a.button {
  margin: 0 auto;
}
.special__ctr {
  padding: 120px 0 135px;
}
@media screen and (max-width: 767px) {
  .special__ctr {
    padding: 72px 0 100px;
  }
}
.special__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .special__title {
    margin-bottom: 20px;
  }
}
.special__title-en, .special__title-jp {
  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;
}
.special__title-en {
  font-size: 2.7rem;
  font-family: "Lexend Giga", sans-serif;
  line-height: 1.0925925926em;
  padding-bottom: 28px;
}
@media screen and (max-width: 1200px) {
  .special__title-en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .special__title-en {
    font-size: 13px;
    padding-bottom: 14px;
    line-height: 1.0769230769em;
  }
}
.special__title-en::after {
  counter-increment: content-title;
  content: "0" counter(content-title);
  margin-left: 15px;
  font-size: 7.9rem;
}
@media screen and (max-width: 1200px) {
  .special__title-en::after {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .special__title-en::after {
    font-size: 38px;
    margin-left: 9px;
  }
}
.special__title-jp {
  position: relative;
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.3152173913em;
  padding-top: 17px;
}
@media screen and (max-width: 1200px) {
  .special__title-jp {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .special__title-jp {
    font-size: 20px;
    padding-top: 12px;
    line-height: 1.45em;
  }
}
.special__title-jp::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #ff2d65;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .special__title-jp::before {
    width: 25px;
  }
}
.special__banner {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .special__banner {
    margin-inline: -20px;
    margin-bottom: 25px;
    width: calc(100% + 40px);
  }
}
.special__banner:not(.special__banner--gallery) img {
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 767px) {
  .special__banner:not(.special__banner--gallery) img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.special__banner--gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.special__gallery-pic {
  aspect-ratio: 366/240;
}
@media screen and (max-width: 767px) {
  .special__gallery-pic {
    aspect-ratio: unset;
  }
}
.special__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9em;
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .special__text {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .special__text {
    font-size: 14px;
    line-height: 1.8571428571em;
    margin-bottom: 30px;
  }
}
.special__collab-logo {
  width: 737px;
  height: 97px;
  margin: 55px auto 35px;
}
@media screen and (max-width: 1200px) {
  .special__collab-logo {
    width: 575px;
    height: auto;
    aspect-ratio: 737/97;
    margin: 20px auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .special__collab-logo {
    width: 293px;
    height: 38.5px;
    aspect-ratio: 293/38.5;
  }
}
@media screen and (max-width: 350px) {
  .special__collab-logo {
    width: 90%;
    height: auto;
  }
}
.special__gnome h2.special__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .special__gnome h2.special__title {
    margin-bottom: 10px;
  }
}
.special__gnome-banner {
  width: 678px;
  height: 229.5px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .special__gnome-banner {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .special__gnome-banner {
    width: 341px;
    height: 115.5px;
    aspect-ratio: 341/115.5;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 375px) {
  .special__gnome-banner {
    width: 90%;
    height: auto;
  }
}

.topics__tab {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .topics__tab {
    padding-top: 30px;
  }
}
.topics__event {
  padding-block: 75px;
}
@media screen and (max-width: 767px) {
  .topics__event {
    padding-block: 60px;
  }
}
.topics__event-main-block {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .topics__event-main-block {
    margin-top: 35px;
  }
}
.topics__pickup {
  padding-block: 75px;
}
@media screen and (max-width: 767px) {
  .topics__pickup {
    padding-block: 60px;
  }
}
.topics__pickup-list {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .topics__pickup-list {
    margin-top: 35px;
  }
}
.topics__news {
  padding-block: 75px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .topics__news {
    padding-block: 60px;
  }
}
.topics__news-list {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .topics__news-list {
    margin-top: 60px;
  }
}

.info-cases__main {
  counter-reset: cases;
}
.info-cases__main-block:nth-child(even) .info-cases__main-content {
  grid-template-columns: auto 54.95%;
  padding: 29px 4% 0;
  gap: 27px;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-block:nth-child(even) .info-cases__main-content {
    padding: 29px 4% 39px;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-block:nth-child(even) .info-cases__main-content {
    padding: 7px 20px 26px;
  }
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-heading {
  grid-area: 1/2;
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-title {
  color: #ff2d65;
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-num,
.info-cases__main-block:nth-child(even) .info-cases__main-content-type {
  color: #ff2d65;
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-type::before {
  border-color: #ff2d65;
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-detail {
  padding-left: 32px;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-block:nth-child(even) .info-cases__main-content-detail {
    padding: 0;
  }
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-button {
  background-color: #ff2d65;
}
.info-cases__main-block:nth-child(even) .info-cases__main-content-button::after {
  background: url("./public/img/icons/circled-right-arrow-pink.svg") no-repeat center/contain;
}
.info-cases__main-block:first-child .info-cases__main-content {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .info-cases__main-block:first-child .info-cases__main-content {
    padding-top: 10px;
  }
}
.info-cases__main-block:last-child .info-cases__main-content {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .info-cases__main-block:last-child .info-cases__main-content {
    padding-bottom: 98px;
  }
}
.info-cases__main-content {
  display: grid;
  grid-template-columns: 54.95% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  max-width: calc(970px + 8%);
  padding: 0 4% 39px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content {
    padding: 7px 20px 26px;
  }
}
.info-cases__main-content-heading {
  position: relative;
  max-width: 533px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-content-heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-heading {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.info-cases__main-content-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-image {
    max-width: 286px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
}
.info-cases__main-content-num {
  font-family: "Lexend Giga", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #1a70e7;
  position: absolute;
  top: 33px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-num {
    font-size: 18px;
    position: static;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.info-cases__main-content-num::after {
  display: block;
  counter-increment: cases;
  content: counter(cases, decimal-leading-zero);
  font-size: 12.4rem;
  line-height: 0.9193548387em;
  letter-spacing: -0.025em;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-num::after {
    font-size: 75px;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.info-cases__main-content-type {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.9rem;
  font-family: "Lexend Giga", sans-serif;
  color: #1a70e7;
  text-transform: uppercase;
  position: absolute;
  right: 6px;
  bottom: 62px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-type {
    position: static;
    font-size: 30px;
    line-height: 1.0508361204em;
  }
}
.info-cases__main-content-type::before {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 4px 0 auto;
  content: "with";
  font-size: 2.2rem;
  border-bottom: 2px solid #1a70e7;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-type::before {
    font-size: 13px;
    line-height: 1.2871870398em;
    border-width: 1px;
    margin-bottom: 7px;
  }
}
.info-cases__main-content-type > .hyphen {
  display: none;
}
@media screen and (max-width: 500px) {
  .info-cases__main-content-type > .hyphen {
    display: inline;
  }
}
.info-cases__main-content-type > .mx500 {
  display: none;
}
@media screen and (max-width: 500px) {
  .info-cases__main-content-type > .mx500 {
    display: block;
  }
}
.info-cases__main-content-title {
  font-size: 5.4rem;
  font-weight: 400;
  color: #1a70e7;
  margin-bottom: 17px;
}
@media screen and (min-width: 1241px) and (max-width: 1440px) {
  .info-cases__main-content-title {
    font-size: calc(43px + (52 - 43) * (100vw - 1241px) / (1440 - 1241));
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-title {
    font-size: 37px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.info-cases__main-content-text {
  max-width: 329px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2em;
  margin-bottom: 31px;
  margin-right: 26px;
  text-align: justify;
}
@media screen and (max-width: 1240px) {
  .info-cases__main-content-text {
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-text {
    line-height: 1.8464285714em;
    margin-bottom: 29px;
  }
}
.info-cases__main-content-button {
  max-width: 267px;
  height: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .info-cases__main-content-button {
    margin: 0 auto;
  }
}
.info-cases__main-content-button::after {
  right: 18px;
}
.info-cases__other {
  position: relative;
  padding: 160px 0 120px;
  margin-top: -62px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
  -webkit-clip-path: polygon(0 0, 100% 62px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 62px, 100% 100%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .info-cases__other {
    padding: 88px 0 59px;
    margin-top: -62px;
  }
}
.info-cases__other-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .info-cases__other-title {
    font-size: 1.8rem;
    line-height: 1.75em;
    margin: 0 auto 21px;
  }
}
.info-cases__other-title::before, .info-cases__other-title::after {
  content: "";
  background: url("./public/img/icons/line.svg") no-repeat center/contain;
  width: 20px;
  height: 48px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .info-cases__other-title::before, .info-cases__other-title::after {
    width: 15px;
    height: 37px;
  }
}
.info-cases__other-title::before {
  left: -30px;
}
@media screen and (max-width: 767px) {
  .info-cases__other-title::before {
    left: -25px;
  }
}
.info-cases__other-title::after {
  right: -30px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .info-cases__other-title::after {
    right: -25px;
  }
}
.info-cases__other-buttons {
  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;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .info-cases__other-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 20px;
  }
}
.info-cases__other-button {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .info-cases__other-button {
    max-width: 221px;
    font-size: 17px;
    font-weight: 700;
  }
}

.aa__header {
  padding-block: 60px 35px;
}
@media screen and (max-width: 767px) {
  .aa__header {
    padding-block: 30px 25px;
  }
}
.aa__header-container {
  padding-inline: 7%;
}
@media screen and (max-width: 767px) {
  .aa__header-container {
    padding-inline: 5.3%;
  }
}
.aa__main-category {
  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;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 33px;
  padding-inline: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .aa__main-category {
    font-size: 12px;
    padding-inline: 10px;
    height: 25px;
    border-radius: 12px;
    margin-bottom: 10px;
  }
}
.aa__main-category.pink {
  background: #ff2d65;
}
.aa__main-heading {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .aa__main-heading {
    font-size: 22px;
  }
}
.aa__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.aa__category {
  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;
  font-size: 1.6rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding-inline: 15px;
  border: 1px solid #4794ff;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .aa__category {
    font-size: 12px;
    height: 25px;
    padding-inline: 10px;
  }
}
.aa__icon-box {
  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;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .aa__icon-box {
    gap: 5px;
  }
}
.aa__icon-box span {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .aa__icon-box span {
    font-size: 20px;
  }
}
.aa__icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .aa__icon {
    width: 29px;
    height: 29px;
  }
}
.aa__slider-section {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .aa__slider-section {
    padding-bottom: 50px;
  }
}
.aa__slick-block {
  position: relative;
}
.aa__slick {
  margin-bottom: 0 !important;
}
.aa__slick-image {
  width: 100%;
  aspect-ratio: 1140/610;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aa__slick-image {
    aspect-ratio: 375/405;
  }
}
.aa__slider-info {
  border-block: 1.5px solid #4794ff;
  padding-block: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .aa__slider-info {
    padding: 10px 7px 11px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    margin-bottom: 35px;
  }
}
.aa__slider-icon-box {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .aa__slider-icon-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.aa__slider-icon-box span {
  color: #ff2d65;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .aa__slider-icon-box span {
    font-size: 12px;
  }
}
.aa__slider-icon {
  width: 25px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .aa__slider-icon {
    width: 22px;
    height: 20px;
  }
}
.aa__slider-text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .aa__slider-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .aa__slider-desc-block {
    margin-bottom: 35px;
  }
}
.aa__slider-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .aa__slider-heading {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
.aa__slider-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .aa__slider-desc {
    font-size: 14px;
  }
}
.aa__slider-button {
  position: absolute;
  bottom: 85px;
  right: 7%;
  max-width: 420px;
  background: #fff;
  color: #ff2d65;
  border: 1px solid #ff2d65;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 35px;
  font-size: 2rem;
}
@media screen and (max-width: 980px) {
  .aa__slider-button {
    max-width: 380px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .aa__slider-button {
    position: relative;
    max-width: 320px;
    bottom: unset;
    right: unset;
    padding-left: 25px;
    font-size: 15px;
    margin: 0 auto;
  }
}
.aa__slider-button::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-pink-bg.svg") no-repeat center/contain;
}
.aa__slider-icon-button {
  width: 41.6%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.aa__restriction {
  background: #e4f531;
  padding-block: 40px 50px;
}
@media screen and (max-width: 767px) {
  .aa__restriction {
    padding-block: 25px 30px;
  }
}
.aa__restriction-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 318px));
  gap: 12px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .aa__restriction-list {
    grid-template-columns: 100%;
    gap: 18px;
  }
}
.aa__restriction-box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 18px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .aa__restriction-box {
    padding: 12px 7.5%;
    border-radius: 12px;
  }
}
.aa__restriction-box.bottom {
  margin-top: 18px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .aa__restriction-box.bottom {
    padding: 7px;
  }
}
.aa__restriction-box.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aa__restriction-available {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(89, 87, 87, 0.29);
}
@media screen and (max-width: 767px) {
  .aa__restriction-available {
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.aa__restriction-heading {
  display: block;
  color: #ff2d65;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.aa__restriction-desc {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7857142857em;
}
@media screen and (max-width: 767px) {
  .aa__restriction-desc {
    font-size: 12px;
  }
}
.aa__restriction-desc.fs-15 {
  font-size: 1.5rem;
  line-height: 1em;
}
.aa__restriction-box-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .aa__restriction-box-icon-block.g-sp-20 {
    gap: 20px;
  }
}
.aa__restriction-box-icon {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
.aa__fee {
  padding-block: 45px 50px;
}
@media screen and (max-width: 767px) {
  .aa__fee {
    padding-block: 30px 40px;
  }
}
.aa__fee-block .button {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aa__fee-block .button {
    max-width: 100%;
  }
}
.aa__fee-block .button::after {
  background: url('./public/img/icons/external.svg') no-repeat center / contain;
}
.aa__fee-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .aa__fee-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.aa__fee-heading .fs-50 {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .aa__fee-heading .fs-50 {
    font-size: 33px;
  }
}
.aa__fee-heading .fs-30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .aa__fee-heading .fs-30 {
    font-size: 19px;
  }
}
.aa__fee-heading .mr-10 {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .aa__fee-heading .mr-10 {
    margin-right: 5px;
  }
}
.aa__fee-heading .align-mid {
  -ms-flex-item-align: center;
      align-self: center;
}
.aa__precaution {
  padding-block: 30px 40px;
  background: rgba(89, 87, 87, 0.05);
}
@media screen and (max-width: 767px) {
  .aa__precaution {
    padding-block: 35px;
  }
}
.aa__precaution-list {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .aa__precaution-list {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}
.aa__precaution-list li {
  text-indent: -15px;
  margin-left: 15px;
}
/* .aa__precaution-list li::before {
  content: "・";
} */
.aa__map {
  padding-block: 40px 120px;
}
@media screen and (max-width: 767px) {
  .aa__map {
    padding-block: 40px 60px;
  }
}
.aa__map .button {
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .aa__map .button {
    max-width: 220px;
  }
}
.aa__map-no {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 11px auto 0;
  font-size: 1.4rem;
  border: 1px solid #595757;
  border-radius: 12px;
  padding: 1px 12px 0 16px;
}
.aa__map-no > .num {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.aa__map-block {
  margin: 30px auto 20px;
  width: 100%;
  max-width: 785px;
  aspect-ratio: 785/425;
}
@media screen and (max-width: 767px) {
  .aa__map-block {
    margin: 15px auto 20px;
    max-width: 100%;
  }
}
.aa__map-link {
  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;
  gap: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.aa__map-link:hover {
  color: #4794ff;
}
.aa__map-link:hover .aa__map-link-icon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.aa__map-link-icon {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.passport__nav {
  padding: 36px 0 42px;
  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) {
  .passport__nav {
    padding: 0 0 42px;
  }
}
.passport__nav-link {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 164px;
  height: 64px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4794ff;
  border-right: 2px solid rgba(71, 148, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .passport__nav-link {
    width: 110px;
    height: 44px;
    font-size: 12px;
    border-width: 1px;
  }
}
.passport__nav-link:first-child {
  border-left: 2px solid rgba(71, 148, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .passport__nav-link:first-child {
    border-width: 1px;
  }
}
.passport__nav-link::after {
  content: "";
  width: 18px;
  height: 10px;
  margin-top: 10px;
  background: url("./public/img/icons/caret-down.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .passport__nav-link::after {
    margin-top: 8px;
    width: 12px;
    height: 6px;
  }
}
.passport__nav-link:hover::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.passport__banner {
  padding: 32px 0 29px;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf4ff), to(#edf4ff)) no-repeat top/100% 100%;
  background: linear-gradient(#edf4ff, #edf4ff) no-repeat top/100% 100%;
}
@media screen and (max-width: 767px) {
  .passport__banner {
    padding: 20px 0 0;
    background-position: top;
    background-size: 100% calc(100% - 42px);
  }
}
.passport__banner-container {
  width: 100%;
  margin: 0 auto;
  max-width: 745px;
  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: 1024px) {
  .passport__banner-container {
    padding: 0 4%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .passport__banner-container {
    max-width: 100%;
    padding: 0 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.passport__banner-image {
  width: 100%;
  max-width: 326px;
  aspect-ratio: 326/205;
  margin-right: 32px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .passport__banner-image {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .passport__banner-image {
    width: 216px;
    height: auto;
    margin: 15px 0 0;
    border-radius: 10px;
    aspect-ratio: 216/136;
  }
}
.passport__banner-title {
  font-size: 2.4rem;
  line-height: 1.625em;
}
@media screen and (max-width: 1024px) {
  .passport__banner-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .passport__banner-title {
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
  }
}
.passport__heading {
  font-size: 2.6rem;
  padding-bottom: 7px;
  border-bottom: 1px solid #4794ff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .passport__heading {
    font-size: 22px;
    border-width: 2px;
    padding-bottom: 2px;
  }
}
.passport__container {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
}
@media screen and (max-width: 1300px) {
  .passport__container {
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .passport__container {
    padding: 0;
  }
}
.passport__text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .passport__text {
    font-size: 14px;
  }
}
.passport__note {
  font-size: 1.2rem;
  font-weight: 500;
}
.passport__link {
  color: #4794ff;
  border-bottom: 1px solid #4794ff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.passport__link:hover {
  opacity: 0.7;
}
.passport__red {
  color: #ff2d65;
}
.passport__fee {
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .passport__fee {
    padding: 40px 5.5% 0;
  }
}
.passport__fee-table {
  width: 594px;
  margin: 40px auto 54px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .passport__fee-table {
    width: 100%;
    margin: 20px auto 22px;
  }
}
.passport__fee-row {
  border-top: 2px solid rgba(89, 87, 87, 0.3);
}
@media screen and (max-width: 767px) {
  .passport__fee-row {
    border-width: 1px;
  }
}
.passport__fee-row:last-child {
  border-bottom: 2px solid rgba(89, 87, 87, 0.3);
}
@media screen and (max-width: 767px) {
  .passport__fee-row:last-child {
    border-width: 1px;
  }
}
.passport__fee-head, .passport__fee-data {
  width: 50%;
  height: 56px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .passport__fee-head, .passport__fee-data {
    height: 48px;
  }
}
.passport__fee-head {
  font-size: 1.6rem;
  background-color: rgba(71, 148, 255, 0.15);
}
@media screen and (max-width: 767px) {
  .passport__fee-head {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .passport__fee-head {
    font-size: 12px;
  }
}
.passport__fee-data {
  font-size: 2.2rem;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .passport__fee-data {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .passport__fee-data {
    font-size: 18px;
  }
}
.passport__fee-data .text-lt {
  text-decoration: line-through;
}
.passport__fee-note {
  line-height: 2.0208333333em;
}
@media screen and (max-width: 767px) {
  .passport__fee-note {
    font-weight: 400;
    line-height: 1.5833333333em;
  }
}
.passport__perks {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .passport__perks {
    padding: 24px 5% 0;
  }
}
.passport__perks-heading {
  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;
  width: 100%;
  height: 65px;
  margin: 60px 0 40px;
  border-radius: 100px;
  border: 2px solid #4794ff;
  color: #4794ff;
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .passport__perks-heading {
    height: 45px;
    font-size: 20px;
    border-width: 1px;
    margin: 40px 0 26px;
  }
}
.passport__perks-item {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .passport__perks-item {
    margin-bottom: 32px;
  }
}
.passport__perks-item:nth-child(2) {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .passport__perks-item:nth-child(2) {
    margin-bottom: 32px;
  }
}
.passport__perks-item > .passport__perks-heading {
  margin: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .passport__perks-item > .passport__perks-heading {
    margin: 32px 0 16px;
  }
}
.passport__perks-title {
  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;
  width: 100%;
  height: 52px;
  font-size: 2rem;
  color: #fff;
  background-color: rgba(71, 148, 255, 0.7);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .passport__perks-title {
    height: 45px;
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .passport__perks-title {
    font-size: 16px;
  }
}
.passport__perks-discount {
  color: #ff2d65;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .passport__perks-discount {
    font-size: 22px;
  }
}
.passport__purchase {
  padding-top: 82px;
}
@media screen and (max-width: 767px) {
  .passport__purchase {
    padding-top: 30px;
  }
}
.passport__purchase-note {
  line-height: 2em;
}
.passport__purchase-intro {
  margin: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-intro {
    padding: 0 5.5%;
    margin: 26px 0 34px;
  }
}
.passport__purchase-intro > p.passport__text {
  margin-bottom: 6px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .passport__purchase-intro > p.passport__text {
    margin-bottom: 8px;
    line-height: 1.7142857143em;
  }
}
.passport__purchase-intro > p.passport__purchase-note {
  font-weight: 400;
}
.passport__purchase-map {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-map {
    margin-top: 45px;
  }
}
.passport__purchase-map-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .passport__purchase-map-heading {
    font-size: 20px;
  }
}
.passport__purchase-map-heading::before {
  content: "";
  height: 36px;
  width: 34.5px;
  margin-right: 15px;
  background: url("./public/img/icons/map.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .passport__purchase-map-heading::before {
    width: 29.5px;
    height: 28.5px;
    margin-right: 12px;
  }
}
.passport__purchase-map-image {
  width: 787px;
  aspect-ratio: 787/426.5;
  margin: 32px 0 20px;
}
@media screen and (max-width: 1100px) {
  .passport__purchase-map-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .passport__purchase-map-image {
    margin: 16px 0 18px;
    aspect-ratio: 375/203;
  }
}
.passport__purchase-link {
  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;
  font-size: 1.6rem;
  font-weight: 500;
}
.passport__purchase-link::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  margin-left: 20px;
  background: url("./public/img/icons/caret-double.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .passport__purchase-link::after {
    margin-left: 25px;
  }
}
.passport__purchase-link:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.passport__purchase-button {
  margin: 0 auto;
  max-width: 430px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-button {
    height: 73px;
    max-width: 250px;
    text-align: center;
    border-radius: 200px;
  }
}
.passport__purchase-instructions {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-instructions {
    padding: 0 5.5%;
    margin-top: 34px;
  }
}
.passport__purchase-instruction:first-child {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-instruction:first-child {
    margin-bottom: 32px;
  }
}
.passport__purchase-instruction:first-child > h4.passport__purchase-title {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-instruction:first-child > h4.passport__purchase-title {
    margin-bottom: 26px;
  }
}
.passport__purchase-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-title {
    margin-bottom: 20px;
  }
}
.passport__purchase-steps {
  margin-bottom: 22px;
  counter-reset: purchase-step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .passport__purchase-steps {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.passport__purchase-step {
  width: 46.94%;
  height: 250px;
  border-radius: 15px;
  padding: 30px 32px 32px 40px;
  border: 2px solid #4794ff;
}
@media screen and (max-width: 1218px) {
  .passport__purchase-step {
    height: 280px;
    padding: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .passport__purchase-step {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .passport__purchase-step {
    width: 100%;
    border-width: 1px;
    border-radius: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 22px 15px 14px;
  }
}
@media screen and (max-width: 767px) {
  .passport__purchase-step:first-child {
    margin-bottom: 26px;
  }
}
.passport__purchase-step-title {
  font-size: 2.2rem;
  margin-bottom: 12px;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .passport__purchase-step-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 360px) {
  .passport__purchase-step-title {
    font-size: 16px;
  }
}
.passport__purchase-step-title::before {
  counter-increment: purchase-step;
  content: counter(purchase-step);
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-step-title::before {
    font-size: 20px;
    margin-right: 12px;
  }
}
.passport__purchase-step-text {
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .passport__purchase-step-text {
    line-height: 1.5714285714em;
  }
}
.passport__purchase-step-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-step-buttons {
    margin-top: 24px;
  }
}
.passport__purchase-step-buttons > a.button {
  max-width: 572px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .passport__purchase-step-buttons > a.button {
    height: 72px;
    max-width: 332px;
    text-align: center;
    border-radius: 200px;
  }
}
@media screen and (max-width: 360px) {
  .passport__purchase-step-buttons > a.button {
    font-size: 14px;
    max-width: 100%;
  }
}
.passport__purchase-step-buttons > a.button:first-child {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .passport__purchase-step-buttons > a.button:first-child {
    margin-bottom: 22px;
  }
}
.passport__update {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .passport__update {
    padding: 45px 5.5% 0;
  }
}
.passport__update-text {
  line-height: 1.90625em;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .passport__update-text {
    margin: 22px 0 12px;
    line-height: 1.7142857143em;
  }
}
.passport__update-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .passport__update-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.passport__update-item {
  width: 47.96%;
}
@media screen and (max-width: 767px) {
  .passport__update-item {
    width: 100%;
  }
}
.passport__update-item p.passport__update-text {
  margin: 22px 0 0;
}
@media screen and (max-width: 767px) {
  .passport__update-item p.passport__update-text {
    margin-top: 4px;
  }
}
.passport__update-item:first-child {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .passport__update-note {
    margin-top: 8px;
    font-weight: 400;
    line-height: 1.4166666667em;
  }
}
.passport__change {
  padding: 100px 0 62px;
}
@media screen and (max-width: 767px) {
  .passport__change {
    padding: 50px 5.5% 54px;
  }
}
.passport__change-text {
  margin: 30px 0 45px;
}
@media screen and (max-width: 767px) {
  .passport__change-text {
    margin: 18px 0 28px;
  }
}
.passport__change-button {
  margin: 0 auto;
}
.passport__notes {
  padding: 52px 0 46px;
  background-color: rgba(89, 87, 87, 0.05);
}
@media screen and (max-width: 767px) {
  .passport__notes {
    padding: 42px 5.5% 14px;
  }
}
.passport__notes-heading {
  font-size: 2.4rem;
  font-weight: 500;
  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) {
  .passport__notes-heading {
    font-size: 20px;
  }
}
.passport__notes-heading::before {
  content: "";
  width: 34px;
  height: 31px;
  margin-right: 10px;
  background: url("./public/img/icons/rules.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .passport__notes-heading::before {
    width: 28px;
    height: 25px;
    margin-right: 8px;
  }
}
.passport__notes-text {
  margin-top: 22px;
  line-height: 1.90625em;
}
@media screen and (max-width: 767px) {
  .passport__notes-text {
    margin-top: 6px;
    line-height: 1.7142857143em;
  }
}
.passport__notes-text > li {
  position: relative;
  padding-left: 16px;
}
.passport__notes-text > li::before {
  content: "・";
  position: absolute;
  left: 1px;
  top: 0;
}

.guide {
  padding: 64px 0 100px;
}
@media screen and (max-width: 1280px) {
  .guide {
    padding: 60px 4%;
  }
}
@media screen and (max-width: 767px) {
  .guide {
    padding: 32px 5.36% 62px;
  }
}
.guide__list {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 36px;
}
@media screen and (max-width: 1080px) {
  .guide__list {
    grid-gap: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .guide__list {
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(10, 1fr);
  }
}
.guide__item {
  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;
  min-height: 145px;
  border-radius: 300px;
  background-color: #fff;
  border: 1px solid #4794ff;
  -webkit-box-shadow: 3px 3px 2px rgba(68, 3, 3, 0.2);
          box-shadow: 3px 3px 2px rgba(68, 3, 3, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .guide__item {
    min-height: 102px;
  }
}
.guide__item::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .guide__item::after {
    width: 18.5px;
  }
}
.guide__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}
.guide__item:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.guide__item:hover .guide__text {
  color: #4794ff;
}
.guide__item:nth-child(3) .guide__info {
  width: 61.25%;
  margin: 0 15px;
}
@media screen and (max-width: 1024px) {
  .guide__item:nth-child(3) .guide__info {
    width: 70%;
    margin: 0 25px;
  }
}
@media screen and (max-width: 980px) {
  .guide__item:nth-child(3) .guide__info {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .guide__item:nth-child(3) .guide__info {
    width: 64.8%;
    margin: 0 9px;
  }
}
@media screen and (max-width: 360px) {
  .guide__item:nth-child(3) .guide__info {
    width: 67.6%;
  }
}
.guide__item:nth-child(5) .guide__icon {
  height: 53px;
  aspect-ratio: 56/53;
}
@media screen and (max-width: 767px) {
  .guide__item:nth-child(5) .guide__icon {
    width: 40px;
    aspect-ratio: 40/40;
  }
}
.guide__item:nth-child(7) .guide__icon {
  height: 63px;
  aspect-ratio: 56/63;
}
@media screen and (max-width: 767px) {
  .guide__item:nth-child(7) .guide__icon {
    width: 41px;
    aspect-ratio: 40/41;
  }
}
.guide__icon {
  width: 56px;
  aspect-ratio: 56/47;
}
@media screen and (max-width: 1280px) {
  .guide__icon {
    width: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .guide__icon {
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .guide__icon {
    width: 40px;
    aspect-ratio: 40/34;
  }
}
.guide__info {
  width: 58.26%;
  margin: 0 22px;
}
@media screen and (max-width: 1024px) {
  .guide__info {
    width: 70%;
    margin: 0 25px;
  }
}
@media screen and (max-width: 980px) {
  .guide__info {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .guide__info {
    width: 61.19%;
    margin: 0 15px;
  }
}
@media screen and (max-width: 360px) {
  .guide__info {
    width: 64.19%;
  }
}
.guide__title {
  font-size: 2.4rem;
  color: #4794ff;
}
@media screen and (max-width: 1280px) {
  .guide__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .guide__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .guide__title {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.guide__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8125em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .guide__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .guide__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .guide__text {
    font-size: 12px;
    line-height: 1.6666666667em;
  }
}

.situation {
  padding-top: 50px;
}
.situation__title {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .situation__title {
    font-size: 20px;
  }
}
.situation__pink {
  margin-bottom: 23px;
  border-radius: 30px;
  width: 142px;
  height: 33px;
  background-color: #ff2d65;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  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) {
  .situation__pink {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .situation__tbl-wrap {
    margin-top: 34px;
  }
}
.situation__tbl {
  border-collapse: collapse;
  width: 100%;
}
.situation__th, .situation__td {
  padding: 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .situation__th, .situation__td {
    padding: 15px;
  }
}
.situation__th {
  background-color: #4794ff;
  font-size: 1.6rem;
  color: #fff;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.situation__th:first-child {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .situation__th {
    display: none;
  }
}
.situation__td {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  .situation__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 7px;
    border-bottom: none;
  }
}
.situation__td:first-child {
  font-weight: 700;
  text-align: justify;
  background-color: #edf4ff;
}
@media screen and (max-width: 767px) {
  .situation__td:first-child {
    gap: 20px;
    border-top: 1px solid #cdcdcd;
  }
}
.situation__td:first-child img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 20px;
  height: 20px;
}
.situation__td:first-child:hover img {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 767px) {
  .situation__td:nth-child(2) {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .situation__td--border-btm {
    border-bottom: 1px solid #cdcdcd;
  }
}
.situation__td-link-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .situation__td-link-blk {
    width: 100%;
  }
}
.situation__notice {
  margin-top: 66px;
  background-color: #f7f7f7;
  padding: 29px 0;
}
@media screen and (max-width: 767px) {
  .situation__notice {
    margin-top: 57px;
    padding: 40px 0 48px;
  }
}
.situation__notice-blk {
  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;
  gap: 8px;
}
.situation__notice-img {
  width: 33px;
  height: 30px;
}
.situation__notice-desc {
  margin-top: 20px;
}
.situation__notice-desc-txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .situation__notice-desc-txt {
    font-size: 14px;
  }
}
.situation__notice-heading {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .situation__notice-heading {
    font-size: 20px;
  }
}
.situation__btn-wrap {
  padding: 68px 0;
  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) {
  .situation__btn {
    max-width: 221px;
  }
}

.flower {
  overflow-x: hidden;
}
.flower__title {
  font-size: 5rem;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #ff789a;
  letter-spacing: 0.1em;
  line-height: 1.08em;
  text-align: center;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__title {
    font-size: calc(41px + (50 - 41) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (max-width: 980px) {
  .flower__title {
    font-size: 38px;
    line-height: 1.0847368421em;
  }
}
.flower__subtitle {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: -0.025em;
  line-height: 1.75em;
  text-align: center;
  margin-top: 11px;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__subtitle {
    font-size: calc(14px + (20 - 14) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (max-width: 980px) {
  .flower__subtitle {
    font-size: 14px;
    line-height: 1.75em;
  }
}
.flower__mv {
  position: relative;
}
.flower__mv-bg {
  width: 100%;
  aspect-ratio: 1140/656;
}
@media screen and (max-width: 767px) {
  .flower__mv-bg {
    aspect-ratio: 375/452;
  }
}
.flower__mv-title {
  width: 47.81%;
  position: absolute;
  top: 13.26%;
  right: 4.64%;
}
@media screen and (max-width: 767px) {
  .flower__mv-title {
    width: 89.33%;
    top: 7.74%;
    right: calc(50% - 9px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.flower__hana {
  position: relative;
  padding: 8.8% 0 238px;
  margin-top: -8.8%;
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .flower__hana {
    padding-bottom: calc(238px + (328 - 238) * (100vw - 1440px) / (1920 - 1440));
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .flower__hana {
    padding-bottom: calc(146px + (225 - 146) * (100vw - 376px) / (767 - 376));
  }
}
@media screen and (max-width: 375px) {
  .flower__hana {
    padding-bottom: 146px;
  }
}
.flower__hana-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.flower__hana-title {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .flower__hana-title {
    margin-top: 26px;
  }
}
.flower__x-block-ctr {
  width: 100%;
  max-width: 562px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .flower__x-block-ctr {
    max-width: 100%;
    padding: 0 5.8%;
    margin-top: 228px;
  }
}
.flower__x-block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .flower__x-block {
    padding: 30px 15px;
  }
}
.flower__x-block::before {
  content: "";
  background: url("./public/img/flower/hana-1-deco.png") no-repeat center/contain;
  width: 80px;
  height: 158px;
  position: absolute;
  bottom: 0;
  left: 29px;
}
@media screen and (max-width: 767px) {
  .flower__x-block::before {
    display: none;
  }
}
.flower__x-block::after {
  content: "";
  background: url("./public/img/flower/hana-2-deco-x.png") no-repeat center/contain;
  width: 128px;
  height: 111px;
  position: absolute;
  bottom: -5px;
  right: 17px;
}
@media screen and (max-width: 767px) {
  .flower__x-block::after {
    display: none;
  }
}
.flower__x-block-title {
  color: #ff789a;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .flower__x-block-title {
    font-size: 20px;
  }
}
.flower__x-block-subtitle {
  display: block;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.flower__x-link {
  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;
  gap: 5px;
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  width: 100%;
  max-width: 225px;
  height: 50px;
  margin: 15px auto 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.flower__x-link::before {
  content: "";
  -webkit-mask: url("./public/img/icons/x.svg") no-repeat center/contain;
          mask: url("./public/img/icons/x.svg") no-repeat center/contain;
  background: #fff;
  width: 18px;
  height: 18px;
  margin-bottom: -2px;
}
.flower__x-link:hover {
  opacity: 0.8;
}
.flower__hana-main-ctr {
  position: relative;
  margin: 288px auto 0;
}
@media screen and (max-width: 767px) {
  .flower__hana-main-ctr {
    padding-top: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-x {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.flower__hana-x-ctr {
  position: relative;
  width: 488px;
  height: 613px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flower__hana-x-ctr {
    width: 330px;
    height: 415px;
    margin: 0 auto;
  }
}
.flower__hana-x-circle {
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 0;
}
.flower__hana-x-circle--1 {
  width: 34.2%;
  max-width: 391px;
  top: 75px;
  left: -7.8%;
}
@media screen and (max-width: 767px) {
  .flower__hana-x-circle--1 {
    width: 187px;
    top: 270px;
    left: -54px;
  }
}
.flower__hana-x-circle--1::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .flower__hana-x-circle--1::before {
    content: "";
    display: block;
    width: 61px;
    height: 120px;
    background: url("./public/img/flower/hana-1-deco.png") center/contain no-repeat;
    position: absolute;
    top: -43px;
    right: -5px;
    z-index: -1;
  }
}
.flower__hana-x-circle--2 {
  width: 25.7%;
  max-width: 294px;
  right: 3.6%;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .flower__hana-x-circle--2 {
    width: 124px;
    top: 288px;
    left: unset;
    right: 30px;
  }
}
.flower__hana-x-circle--2::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .flower__hana-x-circle--2::before {
    content: "";
    display: block;
    width: 79px;
    height: 100px;
    background: url("./public/img/flower/hana-2-deco.png") center/contain no-repeat;
    position: absolute;
    top: -52px;
    right: -35px;
    z-index: -1;
  }
}
.flower__hana-x-circle--3 {
  width: 36.7%;
  max-width: 419px;
  top: 300px;
  right: -1.4%;
}
@media screen and (max-width: 767px) {
  .flower__hana-x-circle--3 {
    width: 172px;
    top: 585px;
    left: unset;
    right: -27px;
  }
}
.flower__hana-x-circle--4 {
  width: 21.2%;
  max-width: 242px;
  top: 500px;
  left: 9.9%;
}
@media screen and (max-width: 1200px) {
  .flower__hana-x-circle--4 {
    top: 470px;
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-x-circle--4 {
    width: 188px;
    top: 660px;
    left: -58px;
  }
}
.flower__hana-x-circle--5 {
  width: 15%;
  top: 540px;
  left: 34.2%;
}
@media screen and (max-width: 1400px) {
  .flower__hana-x-circle--5 {
    top: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .flower__hana-x-circle--5 {
    top: 470px;
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-x-circle--5 {
    width: 97px;
    top: 792px;
    left: unset;
    right: 20px;
  }
}
.flower__hana-x-picture {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.flower__hana-note {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.0208333333em;
  margin-top: 8px;
  z-index: 100;
}
.flower__hana-rec {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px 25.82% 0 10.61%;
}
@media screen and (max-width: 767px) {
  .flower__hana-rec {
    max-width: 330px;
    width: 100%;
    margin: 125px auto 0;
    padding-top: 167px;
  }
}
.flower__hana-rec::before {
  content: "";
  width: 168px;
  height: 252px;
  background: url("./public/img/flower/hana-rec-deco.png") center/contain no-repeat;
  position: absolute;
  top: -28px;
  left: -125px;
  z-index: -1;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__hana-rec::before {
    width: calc(128px + (168 - 128) * (100vw - 981px) / (1400 - 981));
    height: calc(162px + (252 - 162) * (100vw - 981px) / (1400 - 981));
    top: calc(-18px + (-28 - -18) * (100vw - 981px) / (1400 - 981));
    left: -100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .flower__hana-rec::before {
    width: calc(128px + (168 - 128) * (100vw - 768px) / (980 - 768));
    height: calc(162px + (252 - 162) * (100vw - 768px) / (980 - 768));
    top: calc(-18px + (-28 - -18) * (100vw - 768px) / (980 - 768));
    left: -120px;
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-rec::before {
    width: 63px;
    height: 95px;
    top: 89px;
    left: 47px;
  }
}
.flower__hana-rec-image {
  aspect-ratio: 2000/1524;
  border-radius: 17px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .flower__hana-rec-image {
    max-width: 100%;
  }
}
.flower__hana-rec-title {
  width: 190px;
  aspect-ratio: 190/218;
  position: absolute;
  top: 76px;
  right: -165px;
  z-index: -1;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__hana-rec-title {
    width: calc(140px + (190 - 140) * (100vw - 981px) / (1400 - 981));
    top: calc(41px + (76 - 41) * (100vw - 981px) / (1400 - 981));
    right: calc(-120px + (-165 - -120) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .flower__hana-rec-title {
    width: calc(140px + (190 - 140) * (100vw - 768px) / (981 - 768));
    top: calc(41px + (76 - 41) * (100vw - 768px) / (981 - 768));
    right: calc(-120px + (-165 - -120) * (100vw - 768px) / (981 - 768));
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-rec-title {
    width: 132px;
    aspect-ratio: 132/151;
    top: 0;
    right: unset;
    left: 87px;
  }
}
.flower__hana-spots {
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .flower__hana-spots {
    margin-top: 51px;
  }
}
.flower__hana-spots-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.flower__hana-spots-title::before, .flower__hana-spots-title::after {
  content: "";
  width: 45px;
  height: 29px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-title::before, .flower__hana-spots-title::after {
    width: 36px;
    height: 23px;
    top: 3px;
  }
}
.flower__hana-spots-title::before {
  background: url("./public/img/flower/spots-title-deco-left.svg") center/contain no-repeat;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-title::before {
    left: -48px;
  }
}
.flower__hana-spots-title::after {
  background: url("./public/img/flower/spots-title-deco-right.svg") center/contain no-repeat;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-title::after {
    right: -48px;
  }
}
.flower__hana-spots-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__hana-spots-links {
    gap: calc(15px + (30 - 15) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .flower__hana-spots-links {
    gap: calc(15px + (30 - 15) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-links {
    display: block;
  }
}
.flower__hana-spots-link {
  position: relative;
  display: block;
  padding: 67px 0 58px;
  border-radius: 112px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__hana-spots-link {
    padding: calc(47px + (67 - 47) * (100vw - 981px) / (1400 - 981)) 0 calc(34px + (54 - 34) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .flower__hana-spots-link {
    padding: calc(47px + (67 - 47) * (100vw - 768px) / (980 - 768)) 0 calc(34px + (54 - 34) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-link {
    max-width: 330px;
    margin: 0 auto;
    border-radius: 78px;
    padding: 44px 0 40px;
  }
}
.flower__hana-spots-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffc0d0;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.flower__hana-spots-link::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url("./public/img/icons/circled-right-arrow-pink.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__hana-spots-link::after {
    right: calc(22px + (44 - 22) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .flower__hana-spots-link::after {
    right: calc(22px + (44 - 22) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-link::after {
    width: 13px;
    height: 13px;
    right: 31px;
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-link:last-child {
    margin-top: 15px;
  }
}
.flower__hana-spots-link:last-child::before {
  background-color: #ff83a4;
}
.flower__hana-spots-link:hover::after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.flower__hana-spots-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.flower__hana-spots-desc, .flower__hana-spots-text {
  display: block;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 2px rgba(191, 0, 118, 0.8));
          filter: drop-shadow(0 0 2px rgba(191, 0, 118, 0.8));
}
.flower__hana-spots-desc {
  font-size: 2rem;
  letter-spacing: 0.025em;
  margin-bottom: 9px;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__hana-spots-desc {
    font-size: calc(13px + (20 - 13) * (100vw - 981px) / (1400 - 981));
    margin-bottom: calc(2px + (9 - 2) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .flower__hana-spots-desc {
    font-size: calc(13px + (20 - 13) * (100vw - 768px) / (980 - 768));
    margin-bottom: calc(2px + (9 - 2) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-desc {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.flower__hana-spots-text {
  font-size: 3.8rem;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__hana-spots-text {
    font-size: calc(24px + (38 - 24) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .flower__hana-spots-text {
    font-size: calc(24px + (38 - 24) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-text {
    font-size: 26px;
  }
}
.flower__hana-spots-note {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flower__hana-spots-note {
    font-size: 10px;
  }
}
.flower__seasons {
  margin-bottom: 94px !important;
}
@media screen and (max-width: 767px) {
  .flower__seasons {
    margin-bottom: 60px !important;
  }
}
.flower__seasons-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 67px auto 0;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .flower__seasons-title {
    margin-top: 38px;
    padding-bottom: 23px;
  }
}
.flower__seasons-title::before {
  content: "";
  width: 150px;
  height: 142px;
  background: url("./public/img/flower/season-title-leaves.png") center/contain no-repeat;
  position: absolute;
  top: 26px;
  left: -170px;
}
@media screen and (max-width: 767px) {
  .flower__seasons-title::before {
    width: 34px;
    height: 57px;
    background: url("./public/img/flower/season-title-leaves-sp.png") center/contain no-repeat;
    top: -34px;
    left: -6px;
  }
}
.flower__seasons-title::after {
  content: "";
  width: 100px;
  height: 155px;
  background: url("./public/img/flower/season-title-flower.png") center/contain no-repeat;
  position: absolute;
  top: -27px;
  right: -112px;
}
@media screen and (max-width: 767px) {
  .flower__seasons-title::after {
    width: 52px;
    height: 137px;
    background: url("./public/img/flower/season-title-flower-sp.png") center/contain no-repeat;
    top: -32px;
    right: -18px;
  }
}
.flower__seasons-item {
  padding: 11px 30px 42px;
  border-radius: 26px;
  background: url("./public/img/flower/spring-bg.jpg") center/cover repeat;
}
@media screen and (max-width: 767px) {
  .flower__seasons-item {
    padding: 10px 17px 35px;
    border-radius: 16px;
  }
}
.flower__seasons-item:nth-child(even) .flower__seasons-item-ctr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .flower__seasons-item:nth-child(even) .flower__seasons-item-ctr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flower__seasons-item:nth-child(even) .flower__seasons-item-ctr-blk--main {
  grid-column: 1/2;
}
.flower__seasons-item:not(:last-child) {
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .flower__seasons-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.flower__seasons-item--summer {
  background: url("./public/img/flower/summer-bg.jpg") center/cover repeat;
}
.flower__seasons-item--summer .flower__seasons-item-title .en {
  color: #48bf44;
}
.flower__seasons-item--summer .flower__seasons-item-label::after {
  background: url("./public/img/flower/summer-title-bg.jpg") top left/cover repeat;
}
.flower__seasons-item--autumn {
  background: url("./public/img/flower/autumn-bg.jpg") center/cover repeat;
}
.flower__seasons-item--autumn .flower__seasons-item-title .en {
  color: #ff963c;
}
.flower__seasons-item--autumn .flower__seasons-item-label::after {
  background: url("./public/img/flower/autumn-title-bg.jpg") top left/cover repeat;
}
.flower__seasons-item--winter {
  background: url("./public/img/flower/winter-bg.jpg") center/cover repeat;
}
.flower__seasons-item--winter .flower__seasons-item-title .en {
  color: #8f53e7;
}
.flower__seasons-item--winter .flower__seasons-item-label::after {
  background: url("./public/img/flower/winter-title-bg.jpg") top left/cover repeat;
}
.flower__seasons-item-title {
  gap: 16px;
  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: 980px) {
  .flower__seasons-item-title {
    gap: 9px;
  }
}
.flower__seasons-item-title > .jp {
  font-size: 3.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__seasons-item-title > .jp {
    font-size: calc(25px + (34 - 25) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (max-width: 980px) {
  .flower__seasons-item-title > .jp {
    font-size: 24px;
  }
}
.flower__seasons-item-title > .en {
  font-size: 8.1rem;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #ff789a;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__seasons-item-title > .en {
    font-size: calc(72px + (81 - 72) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (max-width: 980px) {
  .flower__seasons-item-title > .en {
    font-size: 56px;
  }
}
.flower__seasons-item-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .flower__seasons-item-ctr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
}
.flower__seasons-item-ctr-blk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .flower__seasons-item-ctr-blk {
    gap: 10px;
  }
}
.flower__seasons-item-ctr-blk--main {
  display: block;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .flower__seasons-item-ctr-blk--main {
    max-width: 100%;
  }
}
.flower__seasons-item-image {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .flower__seasons-item-image {
    border-radius: 8px;
    aspect-ratio: 143/107;
  }
}
.flower__seasons-item-label {
  position: absolute;
  bottom: 9px;
  left: 13px;
  right: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #fff;
  border-radius: 11px;
  padding: 0 11px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .flower__seasons-item-label {
    font-size: calc(9px + (16 - 9) * (100vw - 981px) / (1400 - 981));
    left: calc(4px + (13 - 4) * (100vw - 981px) / (1400 - 981));
    right: calc(4px + (13 - 4) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .flower__seasons-item-label {
    font-size: calc(9px + (16 - 9) * (100vw - 768px) / (980 - 768));
    left: calc(4px + (13 - 4) * (100vw - 768px) / (980 - 768));
    right: calc(4px + (13 - 4) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .flower__seasons-item-label {
    font-size: 12px;
    left: 10px;
    right: 10px;
    bottom: 9px;
  }
}
.flower__seasons-item-label::after {
  content: "";
  width: 219px;
  height: 65px;
  background: url("./public/img/flower/spring-title-bg.jpg") top left/cover repeat;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
}
.flower__seasons-note {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.0208333333em;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .flower__seasons-note {
    margin-inline: -7px;
  }
}
.flower__link {
  max-width: calc(548px + 8%);
  padding: 0 4% 20px;
  margin: 0 auto;
}
.flower__link-list {
  padding: 38px 0 51px;
  margin: 0 auto 55px;
  background-color: #4794ff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .flower__link-list {
    border-radius: 16px;
    padding: 22px 0 32px;
    margin-bottom: 50px;
  }
}
.flower__link-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flower__link-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.flower__link-item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .flower__link-item-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.flower__link-item-button {
  max-width: 278px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flower__link-item-button {
    max-width: 269px;
  }
}
.flower__link-item-button--pink {
  background-color: #ff2d65;
}
.flower__link-item-button--pink::after {
  background: url("./public/img/icons/circled-right-arrow-pink.svg");
}
.flower__link-main {
  max-width: 465px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flower__link-main {
    max-width: 284px;
    height: 74px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .food__header {
    padding: 22px 0;
  }
}
@media screen and (max-width: 767px) {
  .food__header span.pink {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .food__header h1 {
    margin-bottom: 10px;
  }
}
.food__intro {
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .food__intro {
    padding-bottom: 136px;
  }
}
.food__intro-heading {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .food__intro-heading {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.4166666667em;
  }
}
.food__intro-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .food__intro-text {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}
.food__intro-list {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .food__intro-list {
    margin-top: 14px;
  }
}
.food__intro-item {
  color: #4794ff;
  font-size: 1.8rem;
  font-family: "Kozuka Gothic", sans-serif;
  font-weight: 500;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .food__intro-item {
    font-size: 16px;
  }
}
.food__intro-item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .food__intro-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.food__menu {
  padding: 56px 0 85px;
  color: #fff;
  background-color: #4794ff;
}
@media screen and (max-width: 767px) {
  .food__menu {
    padding: 36px 0 30px;
  }
}
.food__menu-heading {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .food__menu-heading {
    margin-bottom: 22px;
  }
}
.food__menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 24px;
  padding-bottom: 82px;
  border-bottom: 2px solid #89bbff;
}
@media screen and (max-width: 1200px) {
  .food__menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .food__menu-list {
    border-bottom: none;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .food__menu-item {
    padding-bottom: 28px;
    border-bottom: 1px solid #89bbff;
  }
}
.food__menu-image {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  width: 100%;
  aspect-ratio: 600/400;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .food__menu-image {
    border-radius: 12px;
    margin-bottom: 20px;
  }
}
.food__menu-tag {
  color: #595757;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 3px 11.5px 4px;
  background-color: #e4f531;
  border-radius: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.food__menu-title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .food__menu-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.food__menu-price {
  font-size: 2.2rem;
  color: #e4f531;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .food__menu-price {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.food__menu-info {
  font-size: 1.6rem;
  font-family: "Kozuka Gothic", sans-serif;
  font-weight: 500;
  line-height: 1em;
}
.food__menu-info:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .food__menu-info:not(:last-child) {
    margin-bottom: 8px;
  }
}
.food__menu-others {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .food__menu-others {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .food__menu-others-item {
    padding: 28px 0 20px;
  }
}
.food__menu-others-item:not(:last-child) {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .food__menu-others-item:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #89bbff;
  }
}
@media screen and (max-width: 767px) {
  .food__precaution {
    padding: 46px 0 42px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .food__precaution .aa__precaution-list {
    margin-top: 10px;
  }
}
.food__map {
  padding: 84px 0 74px;
}
@media screen and (max-width: 767px) {
  .food__map {
    padding: 0 0 70px;
  }
}
.food__map .aa__icon-box span {
  padding-top: 5px;
}

#calendar__slick .slick-track {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 60px;
}
#calendar__slick .slick-slide {
  display: flex;
}
#calendar__slick .slick-prev {
  left: -2.2rem;
  top: 35%;
  border-top: solid 3px #888;
  border-left: solid 3px #888;
  transform-origin: left top;
  transform: rotate(-45deg);
}
#calendar__slick .slick-prev.slick-disabled {
  border-top: solid 2px #CCC;
  border-left: solid 2px #CCC;
}
#calendar__slick .slick-prev::before {
  content: none;
}
#calendar__slick .slick-next {
  right: -2.2rem;
  top: 35%;
  border-top: solid 3px #888;
  border-right: solid 3px #888;
  transform-origin: right top;
  transform: rotate(45deg);
}
#calendar__slick .slick-next.slick-disabled {
  border-top: solid 2px #CCC;
  border-right: solid 2px #CCC;
}
#calendar__slick .slick-next::before {
  content: none;
}

.calendar__ticket {
  padding-block: 70px 75px;
}
@media screen and (max-width: 767px) {
  .calendar__ticket {
    padding-block: 25px 60px;
  }
}
.calendar__ticket-icon-box {
  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;
  gap: 13px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .calendar__ticket-icon-box {
    gap: 8px;
    margin-bottom: 27px;
  }
}
.calendar__ticket-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .calendar__ticket-icon {
    width: 31px;
    height: 26px;
  }
}
.calendar__ticket-heading {
  color: #4794ff;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .calendar__ticket-heading {
    font-size: 20px;
  }
}
.calendar__box {
  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;
  width: 100%;
  height: 71px;
  /* border: 3px solid #ff2d65; */
}
@media screen and (max-width: 767px) {
  .calendar__box {
    height: 84px;
  }
}
.calendar__box-text {
  display: block;
  color: #ff2d65;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .calendar__box-text {
    font-size: 22px;
  }
}
.calendar__ticket-info-block {
  width: 100%;
  max-width: 740px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .calendar__ticket-info-block {
    margin: 35px auto 0;
  }
}
.calendar__ticket-info-text {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .calendar__ticket-info-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.calendar__ticket-button-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .calendar__ticket-button-list {
    grid-template-columns: 100%;
    gap: 18px;
    margin-bottom: 18px;
  }
}
.calendar__ticket-button-list.g-tc-1 {
  grid-template-columns: 100%;
}
.calendar__ticket-button-list:last-child {
  margin-bottom: 0;
}
.calendar__ticket-button-list .button {
  max-width: 360px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .calendar__ticket-button-list .button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .calendar__ticket-button-list .button {
    max-width: 335px;
    margin: 0 auto;
  }
}
.calendar__ticket-button-list .button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.calendar__ticket-button-list .button:hover::after {
  -webkit-transform: translateY(2px) rotate(90deg);
          transform: translateY(2px) rotate(90deg);
}
.calendar__ticket-button-list .button.mw-100 {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .calendar__ticket-button-list .button.mw-100 {
    max-width: 335px;
    height: 65px;
    border-radius: 32px;
  }
}
.calendar__ticket-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.calendar__business {
  padding-block: 70px 95px;
  background: rgba(71, 148, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .calendar__business {
    padding-block: 55px 40px;
  }
}
.calendar__business-heading {
  color: #4794ff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .calendar__business-heading {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.calendar__months-block {
  width: 100%;
  max-width: 545px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .calendar__months-block {
    max-width: 307px;
  }
}
.calendar__year {
  display: block;
  color: #4794ff;
  font: 600 1.6rem "Lexend Giga", sans-serif;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .calendar__year {
    font-size: 14px;
  }
}
.calendar__months-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .calendar__months-list {
    gap: 6px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.calendar__months-item {
  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;
  width: 83px;
  height: 83px;
  background: rgba(89, 87, 87, 0.44);
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 2.6px 2.6px 5px rgba(35, 24, 21, 0.2);
          box-shadow: 2.6px 2.6px 5px rgba(35, 24, 21, 0.2);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .calendar__months-item {
    width: 70px !important;
    height: 70px;
  }
}
.calendar__months-item .num {
  display: block;
  font: 600 3.3rem "Lexend Giga", sans-serif;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .calendar__months-item .num {
    font-size: 28px;
  }
}
.calendar__months-item .num .month {
  margin-left: 3px;
  font: 700 1.8rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .calendar__months-item .num .month {
    font-size: 16px;
  }
}
.calendar__months-item::before {
  content: "";
  display: block;
  color: #4794ff;
  font: 600 1.6rem "Lexend Giga", sans-serif;
  letter-spacing: -0.05em;
  position: absolute;
  top: -2rem;
  left: 0;
}
.calendar__months-item.active::after {
  content: "";
  background: url("./public/img/icons/caret-down-filled.svg") no-repeat center/cover;
  width: 30px;
  height: 15px;
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .calendar__months-item.active::after {
    width: 25px;
    height: 12px;
    bottom: -20px;
  }
}
.calendar__months-item:hover, .calendar__months-item.active {
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .calendar__months-item:hover {
    background: rgba(89, 87, 87, 0.44);
  }
  .calendar__months-item.active {
    background: #4794ff;
  }
}

.calendar__months-subheading {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .calendar__months-subheading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.calendar__sched-list {
  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;
  gap: 25px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .calendar__sched-list {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.calendar__sched-text {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .calendar__sched-text {
    font-size: 14px;
    gap: 8px;
  }
}
.calendar__sched-text::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #b5d4ff;
}
@media screen and (max-width: 767px) {
  .calendar__sched-text::before {
    width: 20px;
    height: 20px;
    background: #4794ff;
  }
}
.calendar__sched-text.pink::before {
  background: #ffd3df;
}
@media screen and (max-width: 767px) {
  .calendar__sched-text.pink::before {
    background-color: #ff2d65;
  }
}
.calendar__sched-text.gray::before {
  background: #e6e6e6;
}
.calendar__month-heading {
  display: block;
  color: #4794ff;
  font: 600 6.5rem "Lexend Giga", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.2153846154em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .calendar__month-heading {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
.calendar__month-heading .month {
  margin-left: 3px;
  font: 700 3.7rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .calendar__month-heading .month {
    font-size: 22px;
  }
}
.calendar__business-days-block {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 132px));
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .calendar__business-days-block {
    display: none;
  }
}
.calendar__business-day {
  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;
  height: 31px;
  background: rgba(89, 87, 87, 0.3);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.calendar__business-day span {
  font-size: 1.4rem;
  font-weight: 500;
}
.calendar__business-date-block {
  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;
}
@media screen and (max-width: 767px) {
  .calendar__business-date-block {
    gap: 12.5px;
  }
}
.calendar__business-date-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 132px));
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .calendar__business-date-row {
    grid-template-columns: 100%;
    padding-bottom: 11.5px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-date-row:last-child {
    border-bottom: none;
  }
}
.calendar__business-box {
  position: relative;
  min-height: 111px;
  background: #b5d4ff;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .calendar__business-box {
    min-height: 68px;
    background: none;
    padding: 0;
    display: none;
    text-align: unset;
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box::after {
    content: "";
    background: url("./public/img/icons/caret-down-nbr.svg") no-repeat center/cover;
    width: 12px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box .calendar__business-box-date-block {
    background: #4794ff;
  }
}
.calendar__business-box.disabled .calendar__business-box-date,
.calendar__business-box.disabled .calendar__business-box-day,
.calendar__business-box.disabled .calendar__business-box-event {
  color: #909090;
}
@media screen and (max-width: 767px) {
  .calendar__business-box.normal_old, .calendar__business-box.discount, .calendar__business-box.normal, .calendar__business-box.presale_tickets {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.calendar__business-box.disabled .calendar__business-box-date {
  visibility: hidden;
}
.calendar__business-box.disabled {
  background-color: #bfbfbf !important;
}
@media screen and (max-width: 767px) {
  .calendar__business-box.disabled {
    display: none !important;
  }
}

.calendar__business-box.weekend {
  background: #ffd3df;
}
@media screen and (max-width: 767px) {
  .calendar__business-box.weekend {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box.weekend .calendar__business-box-date-block {
    background: #ff2d65;
  }
}
.calendar__business-box.holiday {
  background: #ffd3df;
}
@media screen and (max-width: 767px) {
  .calendar__business-box.holiday .calendar__business-box-date-block {
    background: #ff2d65;
  }
}
.calendar__business-box.discount {
  background: #ffd3df;
}
@media screen and (max-width: 767px) {
  .calendar__business-box.discount .calendar__business-box-date-block {
    background: #ff2d65;
  }
}
.calendar__business-box.close {
  background: #e6e6e6;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .calendar__business-box.close {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box.close::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box.close .calendar__business-box-date-block {
    background: rgba(89, 87, 87, 0.7);
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box.close .calendar__business-box-info {
    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;
    background: #e6e7e7;
  }
}
.calendar__business-box.close .calendar__business-box-event {
  text-decoration: none;
}

.calendar__business-box:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .calendar__business-box-date-block {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 68px;
    height: 100%;
  }
}
.calendar__business-box-date {
  display: block;
  color: #4794ff;
  font: 600 2.3rem "Lexend Giga", sans-serif;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .calendar__business-box-date {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 980px) {
  .calendar__business-box-date {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box-date {
    color: #fff;
    margin-bottom: 0;
  }
}
.calendar__business-box-day {
  display: none;
}
@media screen and (max-width: 767px) {
  .calendar__business-box-day {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100%;
    padding: 10px 11px 10px 13px;
    background: #fff;
  }
}
.calendar__business-box-time {
  display: block;
  font-size: clamp(1.4rem, 1vw + 0.4rem, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 3px;
}
@media screen and (max-width: 1200px) {
  .calendar__business-box-time {
    font-size: clamp(1rem, 1vw + 0.5rem, 1.3rem);
  }
}
@media screen and (max-width: 1040px) {
  .calendar__business-box-time {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 980px) {
  .calendar__business-box-time {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box-time {
    font-size: 1.6rem;
  }
}
.calendar__business-box-event {
  display: block;
  color: #4794ff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1200px) {
  .calendar__business-box-event {
    font-size: clamp(1rem, 1vw + 0.1rem, 1.3rem);
  }
}
@media screen and (max-width: 980px) {
  .calendar__business-box-event {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .calendar__business-box-event {
    color: #595757;
    font-size: 12px;
  }
}
.calendar__business-box-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .calendar__business-box-text {
    color: rgba(89, 87, 87, 0.6);
  }
}
.calendar__rates {
  padding-block: 100px 85px;
  background: rgba(71, 148, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .calendar__rates {
    padding-block: 45px;
  }
}
.calendar__rates-header {
  position: relative;
  background: #4794ff;
  color: #fff;
  padding-block: 30px 55px;
  border: 1px solid #4794ff;
  border-radius: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .calendar__rates-header {
    padding-block: 30px 45px;
    border-radius: 15px;
  }
}
.calendar__rates-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-header-info {
    -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;
    gap: 5px;
  }
}
.calendar__rates-header-date {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .calendar__rates-header-date {
    font-size: 22px;
  }
}
.calendar__rates-header-date .num {
  font: 600 4.8rem "Lexend Giga", sans-serif;
  line-height: 1.125em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .calendar__rates-header-date .num {
    font-size: 41px;
  }
}
.calendar__rates-header-time {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .calendar__rates-header-time {
    font-size: 18px;
  }
}
.calendar__rates-header-list {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .calendar__rates-header-list {
    margin-top: 15px;
  }
}
.calendar__rates-header-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .calendar__rates-header-item {
    font-size: 12px;
    font-weight: 400;
  }
}
.calendar__rates-block {
  position: relative;
  margin-top: -25px;
  padding: 70px 6.1% 60px;
  background: #fff;
  border: 1px solid #4794ff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-block {
    padding: 60px 5% 20px;
    border-radius: 15px;
  }
}
.calendar__rates-block-heading {
  display: block;
  margin-bottom: 20px;
  color: #4794ff;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .calendar__rates-block-heading {
    font-size: 20px;
  }
}
.calendar__rates-block-heading.mb-5 {
  margin-bottom: 5px;
}
.calendar__rates-block-text {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .calendar__rates-block-text {
    text-align: left;
    font-size: 12px;
  }
}
.calendar__rates-block-text.mb-20 {
  margin-bottom: 20px;
}
.calendar__rates-block-2-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-block-2-cols {
    grid-template-columns: 100%;
    gap: 11px;
  }
}
.calendar__rates-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.calendar__rates-table thead {
  background: rgba(89, 87, 87, 0.1);
}
.calendar__rates-table tr {
  border-bottom: 1px solid rgba(89, 87, 87, 0.55);
}
.calendar__rates-table tr:last-child {
  border: none;
}
.calendar__rates-th, .calendar__rates-td {
  border-right: 1px solid rgba(89, 87, 87, 0.55);
}
.calendar__rates-th:last-child, .calendar__rates-td:last-child {
  border-right: none;
}
.calendar__rates-th.w-37-sp, .calendar__rates-td.w-37-sp {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .calendar__rates-th.w-37-sp, .calendar__rates-td.w-37-sp {
    width: 37%;
  }
}
.calendar__rates-th {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-th {
    font-size: 12px;
    padding-block: 7px;
  }
}
.calendar__rates-td {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding-inline: 12px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-td {
    font-size: 13px;
    padding-inline: 5px;
  }
}
.calendar__rates-td.pt-10 {
  padding-top: 10px;
}
.calendar__rates-td.pblk-15 {
  padding-block: 15px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-td.pblk-15 {
    padding-block: 7px;
  }
}
.calendar__rates-td.w-239 {
  width: 239.7px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-td.w-239 {
    width: 84.26px;
  }
}
.calendar__rates-td.w-196 {
  width: 196.42px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-td.w-196 {
    width: 84.26px;
  }
}
.calendar__rates-td.recommend {
  color: #ff2d65;
  font-weight: 900;
}
.calendar__rates-contact {
  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;
  width: 100%;
  max-width: 250px;
  margin: 5px auto 10px;
  height: 25px;
  background: #fff;
  color: #4794ff;
  font-size: 1.4rem;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-contact {
    margin-bottom: 8px;
    max-width: 93px;
    height: 21px;
    font-size: 10px;
    border-radius: 10px;
  }
}
.calendar__rates-contact.mb-5 {
  margin-bottom: 5px;
}
.calendar__rates-contact-list {
  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;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .calendar__rates-contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 8px;
  }
}
.calendar__rates-contact-list.f-col {
  gap: 5px;
}
.calendar__rates-contact-btn {
  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;
  width: 100%;
  max-width: 109px;
  height: 25px;
  border-radius: 12px;
  background: #4794ff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.75em;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .calendar__rates-contact-btn {
    width: 93px;
    max-width: 100%;
    height: 20px;
    border-radius: 10px;
    font-size: 10px;
  }
}
.calendar__rates-contact-btn::after {
  content: "";
  background: url('./public/img/icons/external.svg') no-repeat center / contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .calendar__rates-contact-btn::after {
    width: 10px;
    height: 10px;
    right: 5px;
  }
}
.calendar__rates-contact-btn.mx-352 {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .calendar__rates-contact-btn.mx-352 {
    max-width: 93px;
  }
}
.calendar__rates-contact-btn.mx-352:last-child {
  margin-bottom: 0;
}
.calendar__rates-contact-btn:hover {
  opacity: 0.8;
}
.calendar__rates-button-block .button {
  margin-inline: auto;
}
.calendar__accordion-block {
  margin-top: 25px;
  background: rgba(71, 148, 255, 0.1);
  padding: 6px 8px 6px 13px;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .calendar__accordion-block {
    margin-top: 15px;
  }
}
.calendar__accordion-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.calendar__accordion-head::after {
  content: "";
  background: url("./public/img/icons/circled-plus.svg") no-repeat center/contain;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  bottom: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.calendar__accordion-head.active + .calendar__accordion-panel {
  margin-block: 10px 13px;
  visibility: visible;
  opacity: 1;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.calendar__accordion-head.active::after {
  background: url("./public/img/icons/circled-dash.svg") no-repeat center/contain;
}
.calendar__precaution {
  color: #4794ff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.calendar__precaution::before {
  content: "";
  background: url("./public/img/icons/check-circled.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}
.calendar__accordion-panel {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.025em;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.calendar__purchase {
  padding-block: 90px 80px;
}
@media screen and (max-width: 767px) {
  .calendar__purchase {
    padding-block: 40px 55px;
  }
}
.calendar__purchase .tab__block {
  margin-top: 55px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .calendar__purchase .tab__block {
    margin-top: 35px;
  }
}
.calendar__purchase .tab__list {
  gap: 0;
}
.calendar__purchase .tab__button {
  background: rgba(71, 148, 255, 0.45);
  color: #fff;
  max-width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  height: 59px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media screen and (max-width: 767px) {
  .calendar__purchase .tab__button {
    font-size: 12px;
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.calendar__purchase .tab__button:hover, .calendar__purchase .tab__button.active {
  background: #4794ff;
}
.calendar__purchase-wrapper {
  border: 1px solid #4794ff;
  border-top: none;
}
.calendar__purchase-block {
  padding-block: 55px;
}
@media screen and (max-width: 767px) {
  .calendar__purchase-block {
    padding: 30px 7% 35px;
  }
}
.calendar__purchase-block.bb {
  border-bottom: 1px solid #4794ff;
}
.calendar__purchase-title {
  color: #4794ff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .calendar__purchase-title {
    font-size: 18px;
  }
}
.calendar__purchase-button-list {
  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;
  gap: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .calendar__purchase-button-list {
    gap: 19px;
  }
}
.calendar__purchase-button {
  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;
  width: 100%;
  max-width: 322px;
  height: 96px;
  border: 1px solid #4794ff;
  border-radius: 45px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .calendar__purchase-button {
    max-width: 285px;
    height: 86px;
    border-radius: 40px;
  }
}
.calendar__purchase-button:hover {
  opacity: 0.7;
}
.calendar__purchase-button::after {
  content: "";
  background: url("./public/img/icons/external-blue.svg") no-repeat center/contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .calendar__purchase-button::after {
    width: 16px;
    height: 16px;
  }
}
.calendar__purchase-logo {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .calendar__purchase-logo {
    height: 50px;
  }
}
.calendar__purchase-logo.h-45 {
  height: 45px;
}
@media screen and (max-width: 767px) {
  .calendar__purchase-logo.h-45 {
    height: 35px;
  }
}
.calendar__purchase-logo.mw-208 {
  max-width: 208px;
}
@media screen and (max-width: 767px) {
  .calendar__purchase-logo.mw-208 {
    max-width: 148px;
  }
}
.calendar__purchase-logo.nmb-5 {
  margin-bottom: -7px;
}
.calendar__info {
  padding-block: 90px;
  background: #e4f531;
}
@media screen and (max-width: 767px) {
  .calendar__info {
    padding-block: 60px;
  }
}
.calendar__info-block {
  background: #fff;
  padding: 65px 6% 55px;
  border-radius: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .calendar__info-block {
    padding: 30px 0 40px;
    border-radius: 15px;
    margin-bottom: 15px;
  }
}
.calendar__info-block:last-child {
  margin-bottom: 0;
}
.calendar__info-heading {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .calendar__info-heading {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.calendar__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4%;
}
@media screen and (max-width: 1280px) {
  .calendar__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .calendar__info-row {
    gap: 20px;
  }
}
.calendar__info-image {
  width: 100%;
  max-width: 430px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .calendar__info-image {
    max-width: 100%;
  }
}
.calendar__info-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .calendar__info-content {
    padding-inline: 5.3%;
  }
}
.calendar__info-content .calendar__rates-table {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .calendar__info-content .calendar__rates-table {
    margin-bottom: 20px;
  }
}
.calendar__info-content .calendar__rates-th {
  font-size: 1.2rem;
}
.calendar__info-content .calendar__rates-td {
  font-size: 1.4rem;
}
.calendar__info-content .calendar__rates-td.fs-12 {
  font-size: 1.2rem;
}
.calendar__info-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.71875em;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .calendar__info-text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.calendar__info-button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1280px) {
  .calendar__info-button-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .calendar__info-button-block {
    gap: 15px;
  }
}

.rule-manner {
  padding: 67px 0 93px;
}
@media screen and (max-width: 767px) {
  .rule-manner {
    padding: 23px 0 70px;
  }
}
.rule-manner__title {
  gap: 12px;
  font-size: 3.6rem;
  color: #4794ff;
  margin-bottom: 42px;
  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) {
  .rule-manner__title {
    font-size: 20px;
    gap: 10px;
    line-height: 1;
    margin-bottom: 25px;
  }
}
.rule-manner__title::before {
  content: "";
  width: 42px;
  height: 38px;
  background: url("./public/img/icons/notice-icon.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .rule-manner__title::before {
    width: 30px;
    height: 27px;
  }
}
.rule-manner__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .rule-manner__text {
    font-size: 14px;
    line-height: 1.6321428571em;
  }
}
.rule-manner__intro {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .rule-manner__intro {
    margin-bottom: 25px;
  }
}
.rule-manner__list {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .rule-manner__list {
    margin-bottom: 30px;
  }
}
.rule-manner__item-heading {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.975em;
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  .rule-manner__item-heading {
    font-size: 14px;
    line-height: 1.9em;
    padding-left: 15px;
  }
}
.rule-manner__item-heading::before {
  content: "●";
  color: #4794ff;
  font-family: "Kozuka Gothic", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}
.rule-manner__item-heading > .link {
  color: #4794ff;
  text-decoration: underline !important;
  text-underline-offset: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.rule-manner__item-heading > .link:hover {
  opacity: 0.7;
}
.rule-manner__item-dtl-text {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.0785714286em;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .rule-manner__item-dtl-text {
    font-size: 12px;
    line-height: 2.0083333333em;
    padding-left: 12px;
  }
}
.rule-manner__item-dtl-text::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.rule-manner__outro > *:not(:last-child) {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .rule-manner__outro > *:not(:last-child) {
    margin-bottom: 31px;
  }
}
.rule-manner__button {
  margin: 76px auto 0;
}
@media screen and (max-width: 767px) {
  .rule-manner__button {
    margin-top: 49px;
  }
}

.shooting__wrapper {
  display: grid;
  grid-template-columns: 1fr min(96%, 980px) 1fr;
}
@media screen and (max-width: 767px) {
  .shooting__wrapper {
    grid-template-columns: 1fr min(100% - 40px, 980px) 1fr;
  }
}
.shooting__wrapper > * {
  grid-column: 2;
}
.shooting__wrapper--bg-color {
  padding-top: 95px;
  background-color: #eef5ff;
}
@media screen and (max-width: 767px) {
  .shooting__wrapper--bg-color {
    padding-top: 54px;
  }
}
.shooting__hero-title {
  padding-block: 80px 45px;
  font-size: 3.6rem;
  color: #4794ff;
  line-height: 0.9722222222em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shooting__hero-title {
    padding-block: 30px;
    font-size: 20px;
  }
}
.shooting__hero-images {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.shooting__hero-picture {
  display: block;
  aspect-ratio: 380/246;
}
.shooting__hero-img {
  display: block;
  height: 100%;
}
.shooting__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .shooting__text {
    font-size: 14px;
    line-height: 1.6428571429em;
  }
}
.shooting__text--hero {
  padding-block: 0 45px;
}
@media screen and (max-width: 767px) {
  .shooting__text--hero {
    padding-block: 0 30px;
  }
}
.shooting__heading {
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #4794ff;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shooting__heading {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.shooting__button {
  margin-inline: auto;
  max-width: 358px;
}
@media screen and (max-width: 767px) {
  .shooting__button {
    max-width: 267px;
  }
}
.shooting__reservation, .shooting__example {
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .shooting__reservation, .shooting__example {
    padding-bottom: 74px;
  }
}
.shooting__reservation-list {
  position: relative;
  margin-inline: auto;
  margin-block: 50px 63px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  counter-reset: step;
}
@media screen and (max-width: 767px) {
  .shooting__reservation-list {
    margin-block: 30px;
    width: 100%;
  }
}
.shooting__reservation-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #4794ff;
}
.shooting__reservation-item {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 15px 20px;
  padding: 13px 20px 15px 55px;
  width: 598px;
  min-height: 60px;
  background: #fff;
  counter-increment: step;
}
@media screen and (max-width: 767px) {
  .shooting__reservation-item {
    margin: 0 0 12px 12px;
    padding: 12px 10px 0 30px;
    width: calc(100% - 12px);
    min-height: 45px;
  }
}
.shooting__reservation-item:last-child {
  margin-bottom: 0;
}
.shooting__reservation-item::after {
  content: counter(step);
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
  height: 41px;
  background: #4794ff;
  border-radius: 50%;
  font: 600 2.7rem "Lexend Giga", sans-serif;
  color: #fff;
  line-height: 1em;
  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) {
  .shooting__reservation-item::after {
    left: -12px;
    width: 25px;
    height: 25px;
    font-size: 17px;
  }
}
.shooting__reservation-item1 {
  padding-block: 20px 29px;
}
@media screen and (max-width: 767px) {
  .shooting__reservation-item1 {
    padding-block: 17px 15px;
  }
}
.shooting__reservation-item2 {
  padding-block: 27px;
}
@media screen and (max-width: 767px) {
  .shooting__reservation-item2 {
    padding-block: 20px;
  }
}
.shooting__reservation-item3 {
  padding-block: 25px;
}
@media screen and (max-width: 767px) {
  .shooting__reservation-item3 {
    padding-block: 20px;
  }
}
.shooting__reservation-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7777777778em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .shooting__reservation-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
  }
}
.shooting__link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .shooting__link {
    font-size: 13px;
  }
}
.shooting__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .shooting__link::after {
    bottom: 3px;
  }
}
.shooting__example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-block: 50px 90px;
}
@media screen and (max-width: 767px) {
  .shooting__example-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.shooting__example-title {
  margin-bottom: 18px;
  height: 58px;
  background: #fff;
  border: 1px solid #4794ff;
  border-radius: 29px;
  font-weight: 500;
  font-size: 2rem;
  color: #4794ff;
  line-height: 1.7em;
  text-align: center;
  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) {
  .shooting__example-title {
    height: 39px;
    border-radius: 19px;
    font-size: 18px;
    line-height: 1.2777777778em;
  }
}
.shooting__example-permission {
  margin-bottom: 55px;
  padding: 30px 35px 40px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .shooting__example-permission {
    padding: 25px;
    border-radius: 12px;
  }
}
.shooting__example-permission-block:not(:last-child) {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .shooting__example-permission-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.shooting__permission-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 2rem;
  color: #4794ff;
  line-height: 1.4em;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  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) {
  .shooting__permission-title {
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
}
.shooting__permission-title-icon {
  display: block;
  width: 28px;
  height: 25px;
}
.shooting__permission-desc {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .shooting__permission-desc {
    font-size: 14px;
    line-height: 1.6428571429em;
  }
}

.friends {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background: linear-gradient(0deg, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
}
@media screen and (max-width: 767px) {
  .friends {
    padding: 13px 12px 0;
    overflow: hidden;
  }
}
.friends__circle-img {
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .friends__wrap-sp {
    margin-inline: auto;
    padding-inline: 8.7%;
    max-width: calc(400px + 17.4%);
  }
}
.friends__container {
  padding: 18px 20px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .friends__container {
    padding: 12px 0 64px;
    overflow: visible;
  }
}
.friends__header {
  margin: auto;
  padding-top: 28px;
  max-width: 1005px;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(3, auto);
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
@media screen and (max-width: 1150px) {
  .friends__header {
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .friends__header {
    row-gap: 38px;
    padding: 0 6%;
  }
}
.friends__case-text {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .friends__case-text {
    font-size: 13.5px;
  }
}
.friends__case-num {
  margin-top: -6px;
  margin-left: -8px;
  display: block;
  font-size: 10.6rem;
  letter-spacing: -0.08em;
  line-height: 0.9224952741em;
}
@media screen and (max-width: 767px) {
  .friends__case-num {
    margin-top: -3px;
    margin-left: -3px;
    font-size: 54.85px;
    line-height: 0.9219690064em;
  }
}
.friends__cat {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1150px) {
  .friends__cat {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 767px) {
  .friends__cat {
    margin-bottom: 16px;
  }
}
.friends__cat-sub {
  display: block;
  font-size: 2.3rem;
  text-decoration: underline !important;
  text-decoration-thickness: 2.275px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .friends__cat-sub {
    font-size: 10px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.friends__cat-text {
  margin-top: 12px;
  font-size: 4.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .friends__cat-text {
    margin-top: 3px;
    font-size: 22.4px;
  }
}
.friends__title {
  font: 400 5.4rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 1150px) {
  .friends__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .friends__title {
    font-size: 40px;
  }
}
.friends__mv {
  margin: 24px auto 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 980px;
}
@media screen and (max-width: 1080px) {
  .friends__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .friends__mv {
    margin-bottom: 46px;
  }
}
.friends__mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.5%;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.friends__mv-img-wrap {
  margin-left: -124px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img-wrap {
    margin: auto;
    width: 80%;
    min-width: 533px;
  }
}
.friends__mv-picture {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .friends__mv-picture {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.friends__mv-info {
  margin-top: 66px;
  width: 33%;
  min-width: 310px;
}
@media screen and (max-width: 1080px) {
  .friends__mv-info {
    margin-top: 0;
    width: 100%;
    min-width: unset;
  }
}
.friends__mv-info-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1080px) {
  .friends__mv-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .friends__mv-info-title {
    padding-inline: 4%;
    font-size: 26px;
    line-height: 1.3478092284em;
  }
}
.friends__mv-info-par {
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .friends__mv-info-par {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .friends__mv-info-par {
    padding-inline: 8.7%;
    font-size: 14px;
    line-height: 1.8464285714em;
  }
}
.friends__mv-img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img-list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.friends__mv-img-list {
  margin-top: 65px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 167%;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img-list {
    margin-right: 0;
    width: 80%;
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .friends__mv-img-list {
    margin-top: 30px;
    gap: 12px;
  }
}
.friends__mv-img-sm {
  width: 168.6px;
}
@media screen and (max-width: 1080px) {
  .friends__mv-img-sm {
    width: 100%;
  }
}
.friends__model {
  margin: auto;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .friends__model-header {
    padding-inline: 6.5%;
    margin: 0 auto -8px;
    max-width: calc(360px + 13%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.friends__model-title {
  flex-shrink: 0;
  margin: auto;
  gap: 24px;
  font: 600 2.4rem "Lexend Giga", sans-serif;
  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) {
  .friends__model-title {
    margin: 0;
    gap: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    line-height: 1.1em;
  }
}
.friends__model-title::before, .friends__model-title::after {
  content: "";
  display: block;
  width: 31px;
  height: 56px;
  background: url("./public/img/icons/dbl-line.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .friends__model-title::before, .friends__model-title::after {
    width: 21px;
    height: 38px;
  }
}
.friends__model-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.friends__model-img {
  position: absolute;
  z-index: 2;
}
.friends__model-img--tr {
  top: 95px;
  right: 0;
  width: 29%;
}
@media screen and (max-width: 767px) {
  .friends__model-img--tr {
    position: static;
    width: 100%;
  }
}
.friends__model-img--tr img {
  aspect-ratio: 262/166;
}
@media screen and (max-width: 767px) {
  .friends__model-img--tr img {
    position: relative;
    left: -12px;
    top: -14px;
    width: 120%;
  }
}
.friends__model-img--bl {
  top: calc(100% - 560px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26.7%;
}
@media screen and (max-width: 767px) {
  .friends__model-img--bl {
    left: 40%;
    width: 60.5%;
    max-width: 280px;
    top: unset;
    bottom: -100px;
  }
}
.friends__model-img--mid {
  top: calc(100% - 60px);
  left: -28px;
  width: 75.8%;
}
@media screen and (max-width: 767px) {
  .friends__model-img--mid {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.friends__list {
  margin-block: 40px 345px;
  display: grid;
  gap: 142px 5%;
  grid-template-columns: repeat(3, 30%);
}
@media screen and (max-width: 767px) {
  .friends__list {
    margin-block: 20px 128px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.friends__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .friends__item {
    top: 0 !important;
  }
}
.friends__item--bg-white {
  background: #fff;
}
.friends__item:nth-child(even) .friends__item-content {
  background: #fafdda;
}
.friends__item:nth-child(odd) .friends__item-content {
  background: #fff;
}
.friends__item:nth-child(3n+1)::before, .friends__item:nth-child(3n+1)::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1px;
  left: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .friends__item:nth-child(3n+1)::before, .friends__item:nth-child(3n+1)::after {
    content: none;
  }
}
.friends__item:nth-child(3n+1)::after {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  top: 142px;
}
.friends__item:nth-child(3n+1):first-child::before {
  content: none;
}
.friends__item:nth-child(2) {
  top: 112px;
}
.friends__item:nth-child(3) {
  top: 194px;
}
.friends__item:nth-child(4)::before {
  top: 52px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.friends__item:nth-child(4)::after {
  top: 152px;
}
.friends__item:nth-child(5) {
  top: 120px;
}
.friends__item:nth-child(6) {
  top: 230px;
}
.friends__item:nth-child(7)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.friends__item:nth-child(7)::after {
  top: 170px;
}
.friends__item:nth-child(8) {
  top: 135px;
}
.friends__item:nth-child(9) {
  top: 260px;
}
.friends__item:nth-child(10)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.friends__item:nth-child(10)::after {
  display: none;
}
.friends__item-content {
  border-radius: 14.5px;
  border: 1px solid #4794ff;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.friends__item-header {
  padding: 14px 1.7% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.friends__item-main {
  padding: 0 7% 24px;
}
@media screen and (max-width: 767px) {
  .friends__item-main {
    padding: 0 4% 18px;
  }
}
.friends__item-case {
  flex-shrink: 0;
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
.friends__item-case-text {
  display: block;
  font-size: 1.1rem;
}
.friends__item-case-num {
  margin-top: -6px;
  display: block;
  font-size: 3.16rem;
}
.friends__item-bbl {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 194.6px;
}
.friends__item-bbl::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: -17px;
  width: 65px;
  height: 25px;
  background: url("./public/img/friends/bbl-tail.svg") no-repeat center/contain;
}
.friends__item-bbl-text {
  padding: 14px 8px 8px;
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 1.4285714286em;
  background: #ff2d65;
  z-index: 1;
  -webkit-clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
          clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
}
@media screen and (max-width: 767px) {
  .friends__item-bbl-text {
    font-size: 14.5px;
  }
}
.friends__item-icon {
  margin-top: 12px;
  margin-inline: auto;
}
.friends__item-icon--bag {
  margin-bottom: 10px;
  width: 24px;
  height: 33px;
}
.friends__item-icon--ferris {
  margin-bottom: 10px;
  width: 32px;
  height: 34px;
}
.friends__item-icon--utensils {
  margin-block: 22px 12px;
  width: 33px;
  height: 22px;
}
.friends__item-icon--logo-prio {
  margin-block: 24px 10px;
  width: 95px;
  height: 22px;
}
.friends__item-sub {
  margin-bottom: 5px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}
.friends__item-title {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .friends__item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.friends__item-par {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .friends__item-par {
    padding-inline: 2.5%;
    font-size: 12px;
    line-height: 1.5708333333em;
  }
}
.friends__item-legend {
  margin: 22px auto -8px;
  padding: 1.5px 12.5px;
  border: 1px solid #595757;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.friends__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 290/182;
}
.friends__item-footer {
  padding: 8px 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
}
.friends__item-links-list {
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1080px) {
  .friends__item-links-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .friends__item-links-list {
    gap: 18px;
  }
}
.friends__item-link {
  display: block;
  width: 22px;
}
.friends__item-footer-logo {
  width: 128px;
  height: 30px;
}
.friends__item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.friends__item-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.friends__item-list-caption {
  margin-top: 12px;
  padding-inline: 5px;
  font-size: 12px;
  font-weight: 700;
}
.friends__item-long-btn-wrap {
  padding-inline: 7.5%;
}
.friends__item-long-btn {
  margin: 32px auto 35px;
  max-width: 245px;
}
.friends__links {
  border-radius: 26.5px;
  margin: 0 auto 70px;
  padding: 38px 20px 54px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 548px;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .friends__links {
    border-radius: 17px;
    padding: 28px 23px 26px;
    margin-bottom: 40px;
  }
}
.friends__links-caption {
  margin-bottom: 28px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .friends__links-caption {
    margin-bottom: 22px;
  }
}
.friends__links-prio {
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .friends__links-prio {
    margin-bottom: 6px;
  }
}
.friends__links-prio-logo {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .friends__links-prio-logo {
    width: 126px;
  }
}
.friends__links-note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.friends__long-btn {
  margin-inline: auto;
  gap: 20px;
  max-width: 336px;
}
.friends__long-btn::after {
  margin-right: -10px;
  position: static;
  background: url("./public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
}

.company {
  padding-block: 45px 85px;
}
@media screen and (max-width: 767px) {
  .company {
    padding-block: 38px 80px;
  }
}
.company.animal-policy .company__list-label {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .company.animal-policy .company__list-label {
    width: 100%;
  }
}
.company__list {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .company__list {
    margin-top: 25px;
  }
}
.company__list-item {
  border-top: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .company__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__list-item:last-child {
  border-bottom: 1px solid #cdcdcd;
}
.company__list-label {
  padding: 21.5px 14px;
  width: 20.6%;
  min-width: 155px;
  background: #f0f6ff;
}
@media screen and (max-width: 767px) {
  .company__list-label {
    padding: 6px 10px;
    width: 100%;
    min-width: unset;
  }
}
.company__list-label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-height: 110px;
}
.company__list-detail {
  padding: 21.5px 24px;
  width: 79.4%;
}
@media screen and (max-width: 767px) {
  .company__list-detail {
    padding: 17.5px 9.5px;
    width: 100%;
  }
}
.company__list-ol {
  counter-reset: company-list-ol;
}
@media screen and (max-width: 767px) {
  .company__list-ol {
    padding-right: 3%;
  }
}
.company__list-ol > li {
  list-style: none;
}
.company__list-ol > li::before {
  content: "(" counter(company-list-ol) ")";
  counter-increment: company-list-ol;
}

@counter-style circled-numbers {
  system: fixed;
  suffix: "";
  symbols: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳;
}
.privacy {
  padding-block: 54px 95px;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding-block: 38px 50px;
  }
}
.privacy__sec-list {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .privacy__sec-list {
    margin-top: 36px;
  }
}
.privacy__sec:not(:last-child) {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .privacy__sec:not(:last-child) {
    margin-bottom: 34px;
  }
}
.privacy__sub-sec {
  margin-top: 20px;
}
.privacy__box {
  border: 1px solid #595757;
  margin-top: 60px;
  padding: 28px 38px;
}
@media screen and (max-width: 767px) {
  .privacy__box {
    margin-top: 28px;
    padding: 20px 18px;
  }
}
.privacy__num-ol {
  margin-top: 14px;
}
.privacy__num-ol > li {
  list-style: circled-numbers;
  list-style-position: inside;
}
.privacy__link {
  color: #4794ff;
  text-decoration: underline !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.privacy__link:hover {
  opacity: 0.7;
}

.about {
  padding-block: 68px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-block: 32px 50px;
  }
}
.about__sec-list {
  margin-top: 38px;
}
.about__sec:not(:last-child) {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .about__sec:not(:last-child) {
    margin-bottom: 30px;
  }
}
.about__bullet-list {
  list-style-type: "●";
  list-style-position: inside;
}
.about__bullet-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .about__bullet-list > li {
    padding-left: 0.4em;
    text-indent: -0.4em;
  }
}
.about__bullet-list > li::marker {
  color: #4794ff;
}

.sitemap {
  padding-block: 70px 235px;
}
@media screen and (max-width: 767px) {
  .sitemap {
    padding-block: 35px 68px;
  }
}
.sitemap__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 5.9%;
}
@media screen and (max-width: 767px) {
  .sitemap__wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.sitemap__heading {
  border-bottom: 1.1px solid #4794ff;
  margin-bottom: 15px;
  padding: 10px 3px 10px 46px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .sitemap__heading {
    margin-bottom: 18px;
  }
}
.sitemap__heading:not(.sitemap__heading--no-link)::after {
  content: "";
  margin-inline: auto 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sitemap__heading:not(.sitemap__heading--no-link):hover::after {
  -webkit-transform: translateX(3.5px);
          transform: translateX(3.5px);
}
.sitemap__heading-icon {
  margin: auto;
  position: absolute;
  inset: 0 auto 0 2px;
  width: 34px;
}
@media screen and (max-width: 767px) {
  .sitemap__heading-icon {
    width: 26px;
  }
}
.sitemap__heading-icon--w40 {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .sitemap__heading-icon--w40 {
    width: 30px;
  }
}
.sitemap__heading-icon--w30 {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .sitemap__heading-icon--w30 {
    width: 25px;
  }
}
.sitemap__heading-icon--stars {
  left: 5px;
}
@media screen and (max-width: 767px) {
  .sitemap__heading-icon--stars {
    left: 7px;
  }
}
.sitemap__heading-icon--ellipsis {
  left: 6px;
}
@media screen and (max-width: 767px) {
  .sitemap__heading-icon--ellipsis {
    left: 8px;
  }
}
.sitemap__heading-title {
  font-size: 2.4rem;
  color: #4794ff;
  line-height: 1.4166666667em;
}
@media screen and (max-width: 767px) {
  .sitemap__heading-title {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.sitemap__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sitemap__link:hover {
  color: #4794ff;
}

.family__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .family__text {
    font-size: 14px;
    line-height: 1.5714285714em;
  }
}
.family__services-item:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .family__services-item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .family__services-item--narrow-mb {
    margin-bottom: 35px !important;
  }
}
.family__services-header {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 60px auto 65px;
}
@media screen and (max-width: 767px) {
  .family__services-header {
    margin: 40px auto 20px;
  }
}
.family__services-header h2 {
  border-bottom: 1px solid #4794ff;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .family__services-header h2 {
    font-size: 2.2rem;
  }
}
.family__services-name {
  margin-bottom: 30px;
  padding-block: 14px;
  background-color: #4794ff;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .family__services-name {
    margin-bottom: 15px;
    padding-block: 10px 8px;
  }
}
.family__services-name h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .family__services-name h3 {
    font-size: 1.6rem;
  }
}
.family__services-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: 30px;
}
@media screen and (max-width: 767px) {
  .family__services-info-wrapper {
    margin-block: 23px;
    gap: 12px;
  }
}
.family__services-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .family__services-info-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .family__services-info-item--sp-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .family__services-info-item--sp-start .family__services-info-label {
    position: relative;
    top: 4px;
  }
}
.family__services-info-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 102px;
  padding-block: 7.5px;
  background-color: #e3efff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.family__services-info-content {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4794ff;
}
.family__services-info-note {
  font-size: 1.2rem;
  font-weight: 500;
}
.family__services-images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.04%;
}
@media screen and (max-width: 767px) {
  .family__services-images-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
  }
}
.family__services-image {
  max-width: 311px;
  width: 31.73%;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .family__services-image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.family__row-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.1%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .family__row-layout {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.family__image-column {
  max-width: 311px;
  height: 188px;
}
@media screen and (max-width: 767px) {
  .family__image-column {
    max-width: unset;
    height: auto;
  }
}
.family__link {
  text-decoration: underline !important;
  color: #4794ff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.family__link:hover {
  color: #ff963c;
}

.sponsor {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background-image: linear-gradient(0deg, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .sponsor {
    overflow-x: hidden;
    padding: 19px 12px 0;
  }
}
.sponsor__content {
  background-color: #fff;
  padding-block: 106px 65px;
}
@media screen and (max-width: 767px) {
  .sponsor__content {
    padding-block: 40px 67px;
  }
}
.sponsor__block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sponsor__block {
    margin-bottom: 52px;
  }
}
.sponsor__block:not(:last-of-type) {
  padding-bottom: 73px;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  .sponsor__block:not(:last-of-type) {
    padding-bottom: 55px;
  }
}
.sponsor__header-block {
  margin-bottom: 72px;
  text-align: center;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .sponsor__header-block {
    margin-bottom: 50px;
  }
}
.sponsor__header {
  margin-bottom: 19px;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sponsor__header {
    font-size: 2.9rem;
    margin-bottom: 15px;
  }
}
.sponsor__header-leading-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8505555556em;
}
@media screen and (max-width: 767px) {
  .sponsor__header-leading-text {
    font-size: 1.4rem;
    line-height: 1.8464285714em;
  }
}
.sponsor__logo-block {
  max-width: 280px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 767px) {
  .sponsor__logo-block {
    max-width: 217px;
    margin-bottom: 27px;
  }
}
.sponsor__name {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sponsor__name {
    margin-top: 24px;
    font-size: 2.1rem;
  }
}
.sponsor__name--mt {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .sponsor__name--mt {
    margin-top: 25px;
  }
}
.sponsor__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4.9%;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .sponsor__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__row {
    position: relative;
    left: calc(-8.86% - 18px);
    width: 117.72%;
    margin-bottom: 52px;
  }
}
.sponsor__row--cards {
  gap: 3.06%;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .sponsor__row--cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__row--cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
    left: initial;
    width: 100%;
    gap: 23px;
    margin-bottom: 35px;
  }
}
.sponsor__main-image {
  max-width: 499px;
  width: 50.92%;
  aspect-ratio: 499/321;
}
@media screen and (max-width: 980px) {
  .sponsor__main-image {
    max-width: unset;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__main-image {
    aspect-ratio: initial;
    width: calc(108.86% + 11px);
  }
}
.sponsor__text {
  max-width: 430px;
  width: 43.88%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.803125em;
}
@media screen and (max-width: 980px) {
  .sponsor__text {
    max-width: unset;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__text {
    position: relative;
    left: calc(8.86% + 13px);
    width: calc(91.14% - 15px);
    font-size: 1.2rem;
    line-height: 1.9666666667em;
  }
}
.sponsor__heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .sponsor__heading {
    margin-bottom: 29px;
  }
}
.sponsor__heading h3 {
  color: #4794ff;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #4794ff;
}
@media screen and (max-width: 767px) {
  .sponsor__heading h3 {
    font-size: 1.8rem;
  }
}
.sponsor__section-image {
  width: 239px;
  height: 239px;
  background-color: #eee;
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .sponsor__section-image {
    margin-bottom: 44px;
  }
}
.sponsor__card {
  width: 48.47%;
  background-color: #fbfee4;
  border: 3px solid #4794ff;
  padding: 34px 23px;
}
@media screen and (max-width: 767px) {
  .sponsor__card {
    width: 100%;
    border-width: 1.5px;
    padding: 20px 15px 32px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__card .button {
    width: 227px;
  }
}
.sponsor__card-header {
  margin-bottom: 10px;
  text-align: center;
  color: #4794ff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sponsor__card-header {
    font-size: 1.6rem;
  }
}
.sponsor__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 17px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .sponsor__card-row {
    gap: 10px;
    margin-bottom: 8px;
  }
}
.sponsor__card-image {
  width: 48%;
  aspect-ratio: 205/132;
  overflow: hidden;
}
.sponsor__card-text {
  min-height: 46px;
  margin-bottom: 22px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.803125em;
}
@media screen and (max-width: 767px) {
  .sponsor__card-text {
    margin-bottom: 15px;
    min-height: initial;
    font-size: 1.2rem;
    line-height: 1.4166666667em;
  }
}
.sponsor__card-button {
  margin: auto;
}
.sponsor__button {
  margin: auto;
}
.sponsor__button--long {
  max-width: initial;
  width: 397px;
}
@media screen and (max-width: 767px) {
  .sponsor__button--long {
    width: 314px;
    padding-right: 19px;
  }
}

.sakura {
  padding: 40px 0 99px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sakura {
    padding: 18px 0 73px;
  }
}
.sakura__mv-title {
  font-size: 1.3rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.7938461538em;
  color: #ff2d65;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .sakura__mv-title {
    font-size: 12px;
    line-height: 1.6458333333em;
    margin-bottom: 18px;
  }
}
.sakura__mv-image {
  position: relative;
  aspect-ratio: 1140/587;
}
@media screen and (max-width: 767px) {
  .sakura__mv-image {
    aspect-ratio: 375/457;
  }
}
.sakura__mv-image::before {
  content: "";
  width: 574px;
  height: 368px;
  background: url("./public/img/sakura/mv-deco-1.png") center/contain no-repeat;
  position: absolute;
  top: -114px;
  left: -193px;
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .sakura__mv-image::before {
    width: calc(574px + (774 - 574) * (100vw - 1440px) / (1920 - 1440));
    height: calc(368px + (568 - 368) * (100vw - 1440px) / (1920 - 1440));
    top: calc(-114px + (-194 - -114) * (100vw - 1440px) / (1920 - 1440));
    left: calc(-193px + (-264 - -193) * (100vw - 1440px) / (1920 - 1440));
  }
}
@media screen and (min-width: 981px) and (max-width: 1439px) {
  .sakura__mv-image::before {
    width: calc(374px + (574 - 374) * (100vw - 981px) / (1439 - 981));
    height: calc(168px + (368 - 168) * (100vw - 981px) / (1439 - 981));
    top: calc(-74px + (-114 - -74) * (100vw - 981px) / (1439 - 981));
    left: calc(-133px + (-193 - -133) * (100vw - 981px) / (1439 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .sakura__mv-image::before {
    width: 474px;
    height: 268px;
  }
}
@media screen and (max-width: 767px) {
  .sakura__mv-image::before {
    width: 256px;
    height: 164px;
    top: -20px;
    left: -75px;
  }
}
.sakura__mv-image::after {
  content: "";
  width: 245px;
  height: 459px;
  background: url("./public/img/sakura/mv-deco-2.png") center/contain no-repeat;
  position: absolute;
  top: -174px;
  right: -17px;
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .sakura__mv-image::after {
    width: calc(245px + (395 - 245) * (100vw - 1440px) / (1920 - 1440));
    height: calc(459px + (619 - 459) * (100vw - 1440px) / (1920 - 1440));
    top: calc(-174px + (-232 - -174) * (100vw - 1440px) / (1920 - 1440));
    right: calc(-17px + (-56 - -17) * (100vw - 1440px) / (1920 - 1440));
  }
}
@media screen and (min-width: 981px) and (max-width: 1439px) {
  .sakura__mv-image::after {
    width: calc(145px + (245 - 145) * (100vw - 981px) / (1439 - 981));
    height: calc(359px + (459 - 359) * (100vw - 981px) / (1439 - 981));
    top: calc(-145px + (-174 - -145) * (100vw - 981px) / (1439 - 981));
    right: calc(-7px + (-17 - -7) * (100vw - 981px) / (1439 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .sakura__mv-image::after {
    width: 145px;
    height: 359px;
  }
}
@media screen and (max-width: 767px) {
  .sakura__mv-image::after {
    width: 135px;
    height: 204px;
    top: -60px;
    right: -15px;
  }
}
.sakura__intro {
  position: relative;
  padding: 59px 0 68px;
}
@media screen and (max-width: 767px) {
  .sakura__intro {
    padding: 40px 0 43px;
  }
}
.sakura__intro::before {
  content: "";
  width: 1071px;
  height: 509px;
  background: url("./public/img/sakura/intro-deco.png") center/contain no-repeat;
  position: absolute;
  top: -311px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 30px));
          transform: translateX(calc(-50% - 30px));
}
@media screen and (max-width: 767px) {
  .sakura__intro::before {
    width: 409px;
    height: 461px;
    background: url("./public/img/sakura/intro-deco-sp.png") center/contain no-repeat;
    top: -218px;
    -webkit-transform: translateX(calc(-50% - 10px));
            transform: translateX(calc(-50% - 10px));
  }
}
.sakura__intro-title, .sakura__intro-subtitle, .sakura__intro-text, .sakura__intro-time-title, .sakura__intro-time-subtitle, .sakura__intro-time-text {
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho", serif;
  color: #ff2d65;
  text-align: center;
}
.sakura__intro-title {
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.3452173913em;
  margin-bottom: 34px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .sakura__intro-title {
    font-size: 30px;
    line-height: 1.3438235294em;
    margin-bottom: 23px;
    letter-spacing: 0.1em;
  }
}
.sakura__intro-subtitle {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .sakura__intro-subtitle {
    font-size: 22px;
    line-height: 1.6077272727em;
    margin-bottom: 13px;
  }
}
.sakura__intro-text {
  font-size: 1.6rem;
  line-height: 2.0625em;
}
@media screen and (max-width: 767px) {
  .sakura__intro-text {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.sakura__intro-time {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .sakura__intro-time {
    margin-top: 38px;
  }
}
.sakura__intro-time-title {
  position: relative;
  min-width: 207px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #ff2d65;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .sakura__intro-time-title {
    font-size: 14px;
    padding: 2px 0;
  }
}
.sakura__intro-time-title::before, .sakura__intro-time-title::after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}
.sakura__intro-time-title::after {
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #ff2d65;
  right: -12px;
}
.sakura__intro-time-title::before {
  border-width: 12px 12px 12px 0;
  border-color: transparent #ff2d65 transparent transparent;
  left: -12px;
}
.sakura__intro-time-subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.sakura__intro-time-text {
  font-size: 1.2rem;
}
.sakura__map {
  position: relative;
  width: 100%;
  background: url("./public/img/sakura/map-bg.jpg") center/cover no-repeat;
  padding: 58px 0 65px;
  margin-bottom: 89px;
}
@media screen and (max-width: 767px) {
  .sakura__map {
    padding: 43px 0 59px;
    margin-bottom: 51px;
  }
}
.sakura__map::before {
  content: "";
  width: 93px;
  height: 122px;
  background: url("./public/img/sakura//map-deco-1.png") center/contain no-repeat;
  position: absolute;
  top: -72px;
  left: 111px;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .sakura__map::before {
    width: calc(73px + (93 - 73) * (100vw - 981px) / (1400 - 981));
    height: calc(102px + (122 - 102) * (100vw - 981px) / (1400 - 981));
    top: calc(-52px + (-72 - -52) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (max-width: 980px) {
  .sakura__map::before {
    width: 73px;
    height: 102px;
    top: -52px;
  }
}
@media screen and (max-width: 767px) {
  .sakura__map::before {
    content: none;
  }
}
.sakura__map::after {
  content: "";
  width: 391px;
  height: 309px;
  background: url("./public/img/sakura//map-deco-2.png") center/contain no-repeat;
  position: absolute;
  top: -226px;
  right: -34px;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .sakura__map::after {
    width: calc(241px + (391 - 241) * (100vw - 981px) / (1400 - 981));
    height: calc(159px + (309 - 159) * (100vw - 981px) / (1400 - 981));
    top: calc(-118px + (-226 - -118) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (max-width: 980px) {
  .sakura__map::after {
    width: 241px;
    height: 159px;
    top: -118px;
  }
}
@media screen and (max-width: 767px) {
  .sakura__map::after {
    width: 215px;
    height: 169px;
    top: -45px;
    right: -83px;
  }
}
.sakura__map-title {
  position: relative;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.3883333333em;
  color: #ff2d65;
  text-align: center;
  margin-bottom: 23px;
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .sakura__map-title {
    font-size: 16px;
    line-height: 1.370625em;
    margin-bottom: 29px;
  }
}
.sakura__map-title::before {
  content: "";
  width: 212px;
  height: 37px;
  background: url("./public/img/sakura/map-title-deco.svg") center/contain no-repeat;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sakura__map-title::before {
    width: 185px;
    height: 32px;
    top: 6px;
  }
}
.sakura__map-image {
  aspect-ratio: 980/544;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sakura__map-image {
    aspect-ratio: 335/353;
    border-radius: 12px;
  }
}
.sakura__list {
  max-width: calc(780px + 8%);
  padding: 0 4%;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .sakura__list {
    margin-bottom: 73px;
  }
}
.sakura__list-item:not(:last-child) {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .sakura__list-item:not(:last-child) {
    margin-bottom: 68px;
  }
}
.sakura__list-item-title {
  position: relative;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  background-color: #ff2d65;
  border-radius: 14px;
  padding: 7px 25px 9px 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-title {
    margin-bottom: 60px;
  }
}
.sakura__list-item-title > .letter {
  display: inline-block;
  font-size: 3.2rem;
  margin-right: 7px;
  line-height: 0;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.sakura__list-item-title::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  background: url("./public/img/sakura/title-flower.svg") center/contain no-repeat;
  margin-right: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.sakura__list-item-title::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c82d65;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sakura__list-item-subtitle, .sakura__list-item-desc {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.sakura__list-item-subtitle {
  font-size: 2.3rem;
  color: #000;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-subtitle {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.sakura__list-item-desc {
  font-size: 1.6rem;
  color: #ff2d65;
  line-height: 1.701875em;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-desc {
    font-size: 12px;
    line-height: 1.896124031em;
  }
}
.sakura__list-item-images {
  position: relative;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-images {
    margin-inline: -4%;
    margin-top: 37px;
  }
}
.sakura__list-item-images--a::before {
  content: "";
  width: 158px;
  height: 206px;
  background: url("./public/img/sakura/a-deco.png") center/contain no-repeat;
  position: absolute;
  top: -127px;
  left: -99px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-images--a::before {
    content: none;
  }
}
.sakura__list-item-images--b::before {
  content: "";
  width: 394px;
  height: 590px;
  background: url("./public/img/sakura/b-deco.png") center/contain no-repeat;
  position: absolute;
  top: -392px;
  right: -180px;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-images--b::before {
    width: 375px;
    height: 445px;
    background: url("./public/img/sakura/b-deco-sp.png") center/contain no-repeat;
    top: -430px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -1;
  }
}
.sakura__list-item-images--c::before {
  content: "";
  width: 1142px;
  height: 1356px;
  background: url("./public/img/sakura/c-deco.png") center/contain no-repeat;
  position: absolute;
  top: -433px;
  left: -176px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-images--c::before {
    width: 131px;
    height: 196px;
    background: url("./public/img/sakura/c-deco-sp.png") center/contain no-repeat;
    top: -193px;
    left: unset;
    right: -20px;
  }
}
.sakura__list-item-images--d::before {
  content: "";
  width: 110px;
  height: 107px;
  background: url("./public/img/sakura/d-deco-1.png") center/contain no-repeat;
  position: absolute;
  top: -44px;
  right: -86px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-images--d::before {
    width: 167px;
    height: 250px;
    background: url("./public/img/sakura/d-deco-1-sp.png") center/contain no-repeat;
    top: -230px;
    right: unset;
    left: -58px;
  }
}
.sakura__list-item-images--d::after {
  content: "";
  width: 976px;
  height: 735px;
  background: url("./public/img/sakura/d-deco-2.png") center/contain no-repeat;
  position: absolute;
  top: 150px;
  right: -55px;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-images--d::after {
    width: 382px;
    height: 187px;
    background: url("./public/img/sakura/d-deco-2-sp.png") center/contain no-repeat;
    top: unset;
    bottom: -11px;
    left: -11px;
  }
}
.sakura__list-item-image {
  overflow: hidden;
  aspect-ratio: 780/486;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-image {
    aspect-ratio: 375/233;
  }
}
.sakura__list-item-image:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-image:not(:last-child) {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .sakura__list-item-image.sp-mb-30 {
    margin-bottom: 30px;
  }
}
.sakura__list-item-note {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sakura__list-item-note {
    font-size: 12px;
    padding-inline: 4%;
  }
}
.sakura__ticket {
  position: relative;
}

.aa-list__filter {
  padding: 55px 0 70px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter {
    padding: 30px 0 54px;
  }
}
.aa-list__filter a.button {
  margin: 0 auto;
}
.aa-list__filter-search {
  width: 100%;
  margin: 0 auto;
  max-width: 834px;
  margin-bottom: 35px;
  border: 1px solid #4794ff;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-search {
    max-width: 100%;
  }
}
.aa-list__filter-toggle {
  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;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 63px;
  color: #4794ff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-toggle {
    height: 50px;
    font-size: 16px;
  }
}
.aa-list__filter-toggle::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .aa-list__filter-toggle::after {
    right: 15px;
    width: 18.75px;
  }
}
.aa-list__filter-form {
  display: none;
  padding: 45px 32px 35px 28px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-form {
    padding: 24px 16px 34px;
  }
}
.aa-list__filter-form.active {
  display: block;
  border-top: 1px solid #4794ff;
}
.aa-list__filter-radio, .aa-list__filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  height: 50px;
  padding-left: 48px;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid #4794ff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .aa-list__filter-radio, .aa-list__filter-checkbox {
    height: 42px;
    font-size: 1.2rem;
    padding-left: 44px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__filter-radio, .aa-list__filter-checkbox {
    height: 44px;
    font-size: 14px;
    padding-left: 42px;
  }
}
.aa-list__filter-radio.is-required {
  border-color: #ff2d65;
}
.aa-list__filter-radio.is-required .aa-list__filter-radio-check {
  border-color: #ff2d65;
}
.aa-list__filter-checkbox {
  padding: 0 18px 0 50px;
}
@media screen and (max-width: 1200px) {
  .aa-list__filter-checkbox {
    padding: 0 14px 0 34px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__filter-checkbox {
    padding: 0 18px 0 40px;
  }
}
.aa-list__filter-radio-input, .aa-list__filter-checkbox-input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.aa-list__filter-radio-input:checked ~ span::after, .aa-list__filter-checkbox-input:checked ~ span::after {
  opacity: 1;
}
.aa-list__filter-radio-check, .aa-list__filter-checkbox-check {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #4794ff;
}
@media screen and (max-width: 1200px) {
  .aa-list__filter-radio-check, .aa-list__filter-checkbox-check {
    width: 16px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__filter-radio-check, .aa-list__filter-checkbox-check {
    left: 18px;
    width: 18px;
  }
}
.aa-list__filter-radio-check::after, .aa-list__filter-checkbox-check::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #4794ff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .aa-list__filter-radio-check::after, .aa-list__filter-checkbox-check::after {
    width: 9px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__filter-radio-check::after, .aa-list__filter-checkbox-check::after {
    width: 13px;
  }
}
.aa-list__filter-checkbox-check {
  left: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .aa-list__filter-checkbox-check {
    left: 14px;
  }
}
.aa-list__filter-checkbox-check::after {
  content: "";
  width: 15px;
  aspect-ratio: 15/12;
  border-radius: unset;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("./public/img/icons/check.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 1200px) {
  .aa-list__filter-checkbox-check::after {
    width: 11px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__filter-checkbox-check::after {
    width: 12px;
  }
}
.aa-list__filter-error {
  display: none;
  font-size: 1.2rem;
  color: #ff2d65;
  position: absolute;
  bottom: -25px;
  left: 7px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-error {
    position: unset;
    grid-column: span 2;
  }
}
.aa-list__filter-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-heading {
    padding: 0 8px 0 4px;
  }
}
.aa-list__filter-heading span.required {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 26px;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-heading span.required {
    margin-left: 18px;
  }
}
.aa-list__filter-note {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-note {
    padding-left: 4px;
  }
}
.aa-list__filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 7px;
}
.aa-list__filter-title span.required {
  display: block;
  font-size: 1.2rem;
  margin-left: 22px;
  color: #ff2d65;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-title span.required {
    margin-left: 18px;
  }
}
.aa-list__filter-select {
  cursor: pointer;
  width: 136px;
  height: 50px;
  padding: 0 20px;
  color: #595757;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #4794ff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("./public/img/icons/caret-down.svg") no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-size: 12px 8px;
}
@media screen and (max-width: 1200px) {
  .aa-list__filter-select {
    width: 100px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__filter-select {
    height: 44px;
    width: 120px;
  }
}
.aa-list__filter-select::-ms-expand {
  display: none;
}
.aa-list__filter-select:focus {
  outline: none;
}
.aa-list__filter-type {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 1fr;
  gap: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-type {
    padding: 0 8px 0 4px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 28px;
  }
}
.aa-list__filter-attractions {
  padding: 10px 0 40px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-attractions {
    padding: 0 0 28px;
  }
}
.aa-list__filter-restrictions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 35px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-restrictions {
    padding-bottom: 27.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 20px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__filter-accompany {
    padding: 0 8px 0 4px;
  }
}
.aa-list__filter-accompany.is-required .aa-list__filter-error {
  display: block;
}
.aa-list__filter-accompany-box {
  position: relative;
  width: 216px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .aa-list__filter-accompany-box {
    width: 196px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__filter-accompany-box {
    gap: 11px;
    width: 190px;
  }
}
.aa-list__filter-age-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-age-height {
    padding: 0 8px 0 4px;
  }
}
.aa-list__filter-age {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-age {
    margin-right: 12px;
  }
}
.aa-list__filter-others {
  width: 152px;
}
@media screen and (max-width: 1200px) {
  .aa-list__filter-others {
    width: 137px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__filter-others {
    width: 144px;
    padding: 0 8px 0 4px;
  }
}
.aa-list__filter-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 12px;
    margin-top: 12px;
  }
}
.aa-list__filter-features .aa-list__filter-checkbox:not(:last-of-type) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-features .aa-list__filter-checkbox:not(:last-of-type) {
    margin-right: 0;
  }
}
.aa-list__filter-buttons {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.aa-list__filter-button {
  cursor: pointer;
  width: 103px;
  height: 43px;
  border-radius: 6px;
  color: #fff;
  background-color: #4794ff;
  border: 1px solid #4794ff;
  font: 500 1.4rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-button {
    width: 100px;
  }
}
.aa-list__filter-button--clear {
  width: 160px;
  color: #4794ff;
  background-color: #fff;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-button--clear {
    width: 147px;
    margin-left: 10px;
  }
}
.aa-list__filter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  font-size: 2rem;
  font-weight: 700;
  padding: 7px 0 40px;
}
@media screen and (max-width: 767px) {
  .aa-list__filter-result {
    padding: 0 0 30px;
    margin-top: -13px;
  }
}
.aa-list__filter-result span.number {
  display: block;
  font-size: 3.4rem;
  line-height: 1em;
  color: #4794ff;
  margin-right: 6px;
}
.aa-list__filter-result span:last-of-type {
  padding-bottom: 1px;
}
.aa-list__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .aa-list__categories {
    margin-bottom: 25px;
    padding: 0 5.3%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11px;
  }
}
.aa-list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .aa-list__category {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .aa-list__category:first-child {
    width: 100%;
    font-size: 14px;
    line-height: 1em;
  }
}
.aa-list__category:first-child::before {
  content: "●";
  font-family: "Kozuka Gothic", sans-serif;
  background: none;
}
.aa-list__category img.age {
  width: 30px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .aa-list__category img.age {
    width: 25px;
    height: 24px;
  }
}
.aa-list__category img.height {
  width: 31px;
  height: 24.5px;
}
@media screen and (max-width: 767px) {
  .aa-list__category img.height {
    width: 26px;
    height: 20.5px;
  }
}
.aa-list__category img.guidance {
  width: 22px;
  height: 24.5px;
}
@media screen and (max-width: 767px) {
  .aa-list__category img.guidance {
    width: 18px;
    height: 20.5px;
  }
}
.aa-list__category:hover, .aa-list__category.active {
  color: #4794ff;
}
.aa-list__category:hover img, .aa-list__category.active img {
  -webkit-filter: invert(53%) sepia(21%) saturate(6882%) hue-rotate(198deg) brightness(103%) contrast(101%);
          filter: invert(53%) sepia(21%) saturate(6882%) hue-rotate(198deg) brightness(103%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .aa-list__postings .container-980 {
    padding: 0;
  }
}
.aa-list__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 34px;
  padding-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .aa-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .aa-list__items {
    gap: 0;
    padding-bottom: 15px;
  }
}
.aa-list__item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .aa-list__item {
    padding: 22px 17.5px 20px 20px;
  }
}
.aa-list__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .aa-list__item:nth-child(1), .aa-list__item:nth-child(4), .aa-list__item:nth-child(5), .aa-list__item:nth-child(8), .aa-list__item:nth-child(9), .aa-list__item:nth-child(12), .aa-list__item:nth-child(13), .aa-list__item:nth-child(16) {
    background: url("./public/img/aa-list/bg-lines.svg") no-repeat center/cover;
  }
}
.aa-list__thumbnail {
  position: relative;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 304/182;
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aa-list__thumbnail {
    aspect-ratio: 1;
    border-radius: 6px;
    margin-bottom: 10px;
  }
}
.aa-list__thumbnail.suspended .aa-list__tag {
  display: none;
}
.aa-list__thumbnail.suspended .aa-list__suspended {
  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;
}
.aa-list__tag {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 3px 11px;
  border-radius: 14px;
  background-color: #ff2d65;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .aa-list__tag {
    font-size: 10px;
    padding: 2.65px 9px;
  }
}
.aa-list__suspended {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
  text-align: center;
  width: calc(100% - 18px);
  height: calc(100% - 20px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .aa-list__suspended {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.aa-list__title {
  color: #ff2d65;
  font-size: 2rem;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .aa-list__title {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.aa-list__title span.sm {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .aa-list__title span.sm {
    font-size: 10px;
  }
}
.aa-list__desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6607142857em;
  margin-bottom: 8px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aa-list__desc {
    font-size: 12px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    line-height: 1.625em;
    margin-bottom: 28px;
  }
}
.aa-list__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.aa-list__icons span:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .aa-list__icons span:not(:last-of-type) {
    margin-right: 8px;
  }
}
.aa-list__icons span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.aa-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.aa-list__icon.age {
  width: 32px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .aa-list__icon.age {
    width: 25px;
    height: 24px;
  }
}
.aa-list__icon.height {
  width: 34px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .aa-list__icon.height {
    width: 26px;
    height: 20.5px;
  }
}
.aa-list__icon.guidance {
  width: 24px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .aa-list__icon.guidance {
    width: 18px;
    height: 20.5px;
  }
}
.aa-list__precaution {
  z-index: 5;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .aa-list__precaution {
    margin-top: 50px;
  }
}

.map__text {
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .map__text {
    font-size: 16px;
  }
}
.map__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 23px 1.6%;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .map__toggles {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 2.78%;
    margin-bottom: 34px;
  }
}
.map__legend-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  width: 32.04%;
  padding: 14px 20px;
  background-color: transparent;
  border: 1px solid #4794ff;
  border-radius: 25px;
  text-align: start;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
@media screen and (max-width: 767px) {
  .map__legend-toggle {
    width: 46.57%;
    min-width: 156px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 374px) {
  .map__legend-toggle {
    width: 100%;
  }
}
.map__legend-toggle.toggled {
  background-color: #e2eeff;
}
.map__legend-toggle.toggled .map__legend-toggle-mark::after {
  opacity: 1;
}
.map__legend-toggle-text {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .map__legend-toggle-text {
    font-size: 1.4rem;
  }
}
.map__legend-toggle-mark {
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: 1px solid #4794ff;
}
@media screen and (max-width: 767px) {
  .map__legend-toggle-mark {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 18px;
    height: 18px;
  }
}
.map__legend-toggle-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 12px;
  height: 9px;
  background-image: url("./public/img/map/checkmark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
@media screen and (max-width: 767px) {
  .map__legend-toggle-mark::after {
    width: 18px;
    height: 8px;
  }
}
.map__main {
  max-width: calc(980px + 8%);
  padding: 0 4%;
  margin: 0 auto 47px;
}
@media screen and (max-width: 767px) {
  .map__main {
    padding: 0;
    margin-bottom: 50px;
  }
}
.map__footer-content-wrapper:first-of-type {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .map__footer-content-wrapper:first-of-type {
    margin-bottom: 10px;
  }
}
.map__footer-content-wrapper:nth-of-type(2) {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .map__footer-content-wrapper:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
.map__footer-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .map__footer-label {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
}
.map__footer-label::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("./public/img/map/info.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.map__footer-label--central {
  margin-bottom: 5px;
}
.map__footer-label--central::before {
  background-image: url("./public/img/map/info-filled.svg");
}
.map__footer-content {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.8571428571em;
}
@media screen and (max-width: 767px) {
  .map__footer-content {
    font-size: 1.2rem;
    line-height: 1.5833333333em;
  }
}
.map__footer-content .small {
  font-size: 1.2rem;
  line-height: 0.4166666667em;
}
@media screen and (max-width: 767px) {
  .map__footer-content .nowrap {
    white-space: normal;
  }
}
.map__footer-content .zen {
  font-family: "Zen Kaku Gothic Antique";
}
.map__footer-content .narrow-ls {
  letter-spacing: -0.1em;
}
.map__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 7px;
}
@media screen and (max-width: 767px) {
  .map__legend {
    gap: 10px 5px;
  }
}
.map__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .map__legend-item {
    gap: 5px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .map__legend-item .narrow-ls {
    letter-spacing: -0.15em;
  }
}
.map__legend-icon {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .map__legend-icon {
    width: 18px;
    height: 18px;
  }
}
.map__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 4.01%;
  max-width: 896px;
  margin: 70px auto 95px;
}
@media screen and (max-width: 767px) {
  .map__links {
    margin-top: 65px;
    margin-bottom: 71px;
    gap: 0;
  }
}
.map__link {
  font-size: 1.6rem;
  max-width: 430px;
  width: 47.99%;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .map__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1280px) {
  .map__link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .map__link {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .map__link {
    padding-block: 8px;
    height: auto;
    font-size: 1.6rem;
    width: 100%;
    border-radius: 35px;
    max-width: unset;
  }
}
.map__link .ls-narrow {
  display: inline-block;
  margin-left: -8px;
  margin-right: -8px;
}
.map__link--offset {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: -0.05em;
  padding-left: 35px;
}
@media screen and (max-width: 1366px) {
  .map__link--offset {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .map__link--offset {
    letter-spacing: initial;
    display: block;
  }
}
.map__link::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .map__link:first-of-type {
    max-width: 267px;
    margin: 0 auto 24px;
  }
}
.map__link:not(:first-of-type), .map__link:not(:last-of-type) {
  margin-bottom: 20px;
}

.kyoto-art {
  padding: 20px 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
}
@media screen and (max-width: 767px) {
  .kyoto-art {
    padding: 14px 12px 0;
  }
}
.kyoto-art__pink {
  color: #ff2d65;
}
.kyoto-art__sec-title {
  text-align: center;
}
.kyoto-art__sec-title-num {
  display: block;
  font: 600 4.65rem "Lexend Giga", sans-serif;
}
@media screen and (max-width: 767px) {
  .kyoto-art__sec-title-num {
    font-size: 30px;
  }
}
.kyoto-art__sec-title-text {
  font-size: 3rem;
  line-height: 1.4666666667em;
}
@media screen and (max-width: 767px) {
  .kyoto-art__sec-title-text {
    font-size: 22px;
    line-height: 1.5454545455em;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-art__text {
    font-size: 12px;
    line-height: 1.9666666667em;
  }
}
.kyoto-art__container {
  padding-top: 70px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .kyoto-art__container {
    padding-top: 38px;
  }
}
.kyoto-art__header {
  text-align: center;
  padding: 0 4%;
}
.kyoto-art__title {
  font-size: 4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .kyoto-art__title {
    font-size: 29px;
    line-height: 1.3448275862em;
  }
}
.kyoto-art__intro {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8333333333em;
}
@media screen and (max-width: 767px) {
  .kyoto-art__intro {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8571428571em;
  }
}
.kyoto-art__intro-logos {
  margin-top: 46px;
  padding-inline: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .kyoto-art__intro-logos {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.kyoto-art__intro-kyoto-logo {
  margin-left: -10px;
  width: 333px;
  aspect-ratio: 333/94;
}
@media screen and (max-width: 767px) {
  .kyoto-art__intro-kyoto-logo {
    margin-left: 0;
    width: 100%;
    max-width: 208px;
  }
}
.kyoto-art__intro-x-logo {
  width: 41px;
  aspect-ratio: 41/44;
}
@media screen and (max-width: 767px) {
  .kyoto-art__intro-x-logo {
    margin-block: 6px 3px;
    width: 30px;
  }
}
.kyoto-art__intro-hira-logo {
  width: 292px;
  aspect-ratio: 292/84;
}
@media screen and (max-width: 767px) {
  .kyoto-art__intro-hira-logo {
    width: 100%;
    max-width: 186px;
  }
}
.kyoto-art__nav {
  margin-block: 58px 76px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(650px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kyoto-art__nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-art__nav {
    margin-block: 36px 50px;
    padding-inline: 9.1%;
    grid-template-columns: 1fr;
  }
}
.kyoto-art__nav-link {
  border-right: 1px solid #595757;
  padding: 0 10px 7px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kyoto-art__nav-link {
    border-right: none;
    border-bottom: 1px solid #595757;
    padding: 16px 6px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
  }
}
.kyoto-art__nav-link:first-child {
  border-left: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .kyoto-art__nav-link:first-child {
    border-left: none;
    border-top: 1px solid #595757;
  }
}
.kyoto-art__nav-link::after {
  content: "";
  margin: auto;
  display: block;
  width: 16px;
  height: 9px;
  background: url("./public/img/icons/caret-pink.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kyoto-art__nav-link::after {
    margin-inline: auto 0;
  }
}
.kyoto-art__nav-link:hover::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.kyoto-art__nav-num {
  display: block;
  font: 600 1.77rem "Lexend Giga", sans-serif;
}
.kyoto-art__nav-text {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .kyoto-art__nav-text {
    margin-block: auto;
  }
}
.kyoto-art__gallery {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .kyoto-art__gallery {
    margin-top: 26px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
}
.kyoto-art__gallery-pic {
  aspect-ratio: 366/240;
}
@media screen and (max-width: 767px) {
  .kyoto-art__gallery-pic {
    aspect-ratio: 125/80;
  }
}
.kyoto-art__gallery-desc {
  margin-block: 45px 75px;
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(650px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kyoto-art__gallery-desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-art__gallery-desc {
    margin-block: 28px 55px;
    padding-inline: 9.1%;
  }
}
.kyoto-art__gallery-subsec {
  border-block: 1px solid #595757;
  margin-block: 44px 75px;
  padding-block: 15px 20px;
}
@media screen and (max-width: 767px) {
  .kyoto-art__gallery-subsec {
    margin-block: 25px 55px;
    padding-block: 18px;
  }
}
.kyoto-art__gallery-subsec-title {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kyoto-art__gallery-subsec-title {
    font-size: 16.3px;
    line-height: 1.5625em;
  }
}
.kyoto-art__gallery-subsec-par {
  margin-top: 3px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .kyoto-art__gallery-subsec-par {
    margin-top: 6px;
    font-size: 10px;
    line-height: 2.2em;
  }
}
.kyoto-art__year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kyoto-art__year-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.kyoto-art__year-list.container-980 {
  margin-block: 30px 74px;
}
@media screen and (max-width: 767px) {
  .kyoto-art__year-list.container-980 {
    margin-block: 26px 56px;
    padding-inline: 6.4%;
  }
}
.kyoto-art__year-link {
  border-radius: 9.4px;
  position: relative;
  gap: 18px;
  width: 31%;
  height: 128px;
  overflow: hidden;
  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) {
  .kyoto-art__year-link {
    width: 100%;
  }
}
.kyoto-art__year-link::before, .kyoto-art__year-link::after {
  content: "";
}
.kyoto-art__year-link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  background: #ff2d65;
  pointer-events: none;
  z-index: 1;
}
.kyoto-art__year-link::after {
  display: block;
  width: 21px;
  height: 21px;
  background: url("./public/img/icons/circled-right-arrow-pink.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.kyoto-art__year-link:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.kyoto-art__year-link-text {
  position: relative;
  font: 600 4.65rem "Lexend Giga", sans-serif;
  color: #fff;
  z-index: 1;
}
.kyoto-art__year-link-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .kyoto-art__info .container-980 {
    padding-inline: 9.1%;
  }
}
.kyoto-art__info-content {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kyoto-art__info-content {
    margin-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.kyoto-art__info-pic {
  width: 50%;
  aspect-ratio: 491/365;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kyoto-art__info-pic {
    width: 100%;
  }
}
.kyoto-art__info-par {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .kyoto-art__info-par {
    width: 100%;
  }
}
.kyoto-art__info-links {
  margin-block: 54px 0;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 104px 5.44%;
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(808px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kyoto-art__info-links {
    max-width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .kyoto-art__info-links {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-art__info-links {
    margin-top: 35px;
    padding: 0 4.75% 92px;
    gap: 0;
  }
}
.kyoto-art__button {
  max-width: 382px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-filter: drop-shadow(2.9px 2.9px 4.3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2.9px 2.9px 4.3px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1080px) {
  .kyoto-art__button {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-art__button {
    -webkit-filter: drop-shadow(2.25px 2.25px 3.37px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(2.25px 2.25px 3.37px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 767px) {
  .kyoto-art__button:first-child .kyoto-art__button-text {
    margin-left: -54px;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-art__button:nth-child(2) {
    margin-block: 24px 68px;
  }
}
.kyoto-art__button:last-child {
  margin-inline: auto;
  max-width: 397px;
  grid-column: 1/3;
}
@media screen and (max-width: 1080px) {
  .kyoto-art__button:last-child {
    grid-column: unset;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-art__button:last-child .kyoto-art__button-text {
    margin-left: -30px;
  }
}

.wedding {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background: linear-gradient(0deg, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
}
@media screen and (max-width: 767px) {
  .wedding {
    padding: 13px 13px 0;
  }
}
.wedding__container {
  background-color: #fff;
  padding: 71px 0 93px;
}
@media screen and (max-width: 767px) {
  .wedding__container {
    padding: 42px 0 67px;
  }
}
@media screen and (max-width: 767px) {
  .wedding__intro {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.wedding__intro-title {
  font-size: 4rem;
  color: #4794ff;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .wedding__intro-title {
    font-size: 29px;
    line-height: 1.2068965517em;
    margin-bottom: 20px;
  }
}
.wedding__intro-title.fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .wedding__intro-title.fs24 {
    font-size: 18px;
  }
}
.wedding__intro-title.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wedding__intro-title.mt40 {
    margin-top: 20px;
  }
}
.wedding__intro-description {
  font: 700 1.8rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #4794ff;
  line-height: 1.8333333333em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wedding__intro-description {
    font-size: 14px;
    line-height: 1.8571428571em;
    padding: 0 30px;
    text-align: left;
  }
}
.wedding__intro-img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
.wedding__list {
  margin-top: 117px;
}
@media screen and (max-width: 767px) {
  .wedding__list {
    margin-top: 69px;
  }
}
.wedding__list-item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .wedding__list-item:not(:last-child) {
    margin-bottom: 54px;
  }
}
.wedding__list-item-slider {
  margin-inline: -20px;
}
@media screen and (max-width: 767px) {
  .wedding__list-item-slider {
    margin-inline: -13px;
  }
}
.wedding__slider {
  padding-bottom: 11px;
}
.wedding__slider-btn {
  max-width: calc(980px + 8%);
  width: 100%;
  height: 75px;
  padding: 0 4%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .wedding__slider-btn {
    max-width: 100%;
    height: 43px;
    padding: 0 43px;
  }
}
.wedding__slider-note {
  font: 500 1.2rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  position: absolute;
  left: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wedding__slider-note {
    left: 43px;
  }
}
.wedding__list-item-ctr {
  position: relative;
  padding-bottom: 72px !important;
}
@media screen and (max-width: 767px) {
  .wedding__list-item-ctr {
    padding: 0 30px 50px !important;
  }
}
.wedding__list-item-ctr::after {
  content: "";
  max-width: 980px;
  width: 92%;
  height: 1px;
  background-color: #c5c4c4;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .wedding__list-item-ctr::after {
    max-width: 100%;
    width: calc(100% - 60px);
  }
}
.wedding__list-item-title {
  font-size: 3rem;
  color: #4794ff;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .wedding__list-item-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 17px;
  }
}
.wedding__list-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .wedding__list-content-item {
    gap: 8px;
  }
}
.wedding__list-content-item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .wedding__list-content-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wedding__list-content-item--mb-small:not(:last-child) {
    margin-bottom: 7px;
  }
}
.wedding__list-content-label, .wedding__outro-content-label {
  display: block;
  min-width: 73px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0 2px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #4794ff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wedding__list-content-label, .wedding__outro-content-label {
    font-size: 12px;
    min-width: 64px;
  }
}
.wedding__list-content-detail, .wedding__outro-content-detail {
  font: 500 1.6rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 2.0625em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .wedding__list-content-detail, .wedding__outro-content-detail {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.wedding__list-content-detail .link, .wedding__outro-content-detail .link {
  text-decoration: underline !important;
}
@media screen and (min-width: 375px) {
  .wedding__list-content-detail .nowrap-375, .wedding__outro-content-detail .nowrap-375 {
    white-space: unset;
  }
}
.wedding__list-content-detail > *:not(:last-child), .wedding__outro-content-detail > *:not(:last-child) {
  margin-bottom: 10px;
}
.wedding__outro {
  margin-top: 81px;
}
@media screen and (max-width: 767px) {
  .wedding__outro {
    margin-top: 45px;
  }
}
.wedding__outro-title {
  font-size: 2.2rem;
  color: #4794ff;
  line-height: 1.5795454545em;
  text-align: center;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .wedding__outro-title {
    font-size: 20px;
    line-height: 1.6125em;
    margin-bottom: 26px;
  }
}
.wedding__outro-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .wedding__outro-content-item {
    gap: 8px;
  }
}
.wedding__outro-button {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 49px auto 0;
  padding: 18px 25px 21px 37px;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .wedding__outro-button {
    padding: 18px 18px 21px 28px;
    margin-top: 67px;
  }
}
.wedding__outro-button::after {
  position: unset;
}
@media screen and (max-width: 980px) {
  .wedding__outro-button::after {
    width: 18px;
    height: 18px;
    right: 17px;
  }
}

.topics-dtl a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.topics-dtl a:hover {
  opacity: 0.8;
}
.topics-dtl__banner {
  padding-block: 60px 35px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__banner {
    padding-block: 30px 20px;
  }
}
.topics-dtl__banner.news {
  padding-block: 60px 30px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__banner.news {
    padding-block: 30px 15px;
  }
}
.topics-dtl__tag {
  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;
  background: #ff2d65;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 142px;
  height: 33px;
  border-radius: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__tag {
    min-width: 105px;
    height: 25px;
    border-radius: 12px;
    font-size: 12px;
  }
}
.topics-dtl__heading {
  color: #4794ff;
  font-size: 3.8rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .topics-dtl__heading.mb-0-sp {
    margin-bottom: 0;
  }
}
.topics-dtl__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .topics-dtl__cat-list {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .topics-dtl__cat-list.mb-20-sp {
    margin-bottom: 20px;
  }
}
.topics-dtl__cat {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding-inline: 10px;
  border: 1px solid #4794ff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .topics-dtl__cat {
    height: 24px;
    font-size: 12px;
  }
}
.topics-dtl__cat.yellow {
  background: #e4f531;
  border: 1px solid #e4f531;
}
.topics-dtl__date {
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .topics-dtl__date {
    padding-top: 0;
    font-size: 14px;
  }
}
.topics-dtl__ftd-img {
  width: 100%;
  aspect-ratio: 980/585;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ftd-img {
    aspect-ratio: 375/375;
    margin-bottom: 30px;
  }
}
.topics-dtl__intro {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__intro {
    margin-bottom: 35px;
  }
}
.topics-dtl__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .topics-dtl__text {
    font-size: 14px;
    line-height: 1.8333333333em;
  }
}
.topics-dtl__ev-dtl {
  background: #4794ff;
  padding-block: 45px 65px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-dtl {
    padding-block: 30px 35px;
    margin-bottom: 40px;
  }
}
.topics-dtl__ev-dtl-heading {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-dtl-heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.topics-dtl__ev-dtl-heading::before {
  content: "";
  background: url("./public/img/icons/information-white.svg") no-repeat center/contain;
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-top: -5px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-dtl-heading::before {
    width: 28px;
    height: 28px;
    margin-right: 7px;
  }
}
.topics-dtl__ev-dtl-row {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 25px;
}
@media screen and (max-width: 1240px) {
  .topics-dtl__ev-dtl-row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-dtl-row {
    gap: 15px;
  }
}
.topics-dtl__ev-dtl-item {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #7eb4ff;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-dtl-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.topics-dtl__ev-dtl-item:last-child {
  margin-bottom: 0;
}
.topics-dtl__ev-dtl-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-dtl-title {
    gap: 8px;
    margin-bottom: 10px;
  }
}
.topics-dtl__ev-dtl-title.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.topics-dtl__ev-dtl-title img {
  width: 22px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-dtl-title img {
    width: 17px;
    height: 15px;
  }
}
.topics-dtl__ev-dtl-title span {
  color: #e4f531;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-dtl-title span {
    font-size: 14px;
  }
}
.topics-dtl__ev-dtl-info {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-dtl-info {
    font-size: 18px;
  }
}
.topics-dtl__block {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__block {
    margin-bottom: 35px;
  }
}
.topics-dtl__block:last-child {
  margin-bottom: 0;
}
.topics-dtl__block h2 {
  color: #4794ff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1666666667em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #4794ff;
}
@media screen and (max-width: 767px) {
  .topics-dtl__block h2 {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.topics-dtl__block h3 {
  margin: 15px 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
  border-left: 9px solid #4794ff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__block h3 {
    font-size: 18px;
    line-height: 1.3333333333em;
  }
}
.topics-dtl__block h4 {
  margin: 15px 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556em;
  border-bottom: 2px solid #e4f531;
  padding: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__block h4 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.topics-dtl__block h5 {
  display: inline-block;
  margin: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5555555556em;
  border-bottom: 2px solid #ff963c;
  padding: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__block h5 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.topics-dtl__block h6 {
  margin: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5555555556em;
  border-bottom: 2px solid #ff963c;
  padding: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__block h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.topics-dtl__block p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .topics-dtl__block p {
    font-size: 14px;
    line-height: 1.8333333333em;
  }
}
.topics-dtl__block mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #e4f531));
  background: linear-gradient(transparent 50%, #e4f531 50%);
}
.topics-dtl__block blockquote {
  border-left: 2px solid #666;
  background-color: #f9f9f9;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  padding: 10px;
}
.topics-dtl__block ol {
  margin: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
  counter-reset: li;
  list-style: none;
}
.topics-dtl__block ol li {
  padding-left: 1.5em;
  margin: 0 0 5px;
  position: relative;
}
.topics-dtl__block ol li::before {
  counter-increment: li;
  content: counter(li) ".";
  color: #4794ff;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.topics-dtl__block ul {
  margin: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
  list-style: none;
}
.topics-dtl__block ul li {
  padding-left: 1.5em;
  margin: 0 0 5px;
  position: relative;
}
.topics-dtl__block ul li::before {
  content: "◆";
  color: #4794ff;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.topics-dtl__block table:not([class]) {
  margin: 1.5em 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
  border-collapse: collapse;
  border: 1px solid #b5d4ff;
}
.topics-dtl__block table:not([class]) th {
  background-color: #89bbff;
  font-weight: bold;
  padding: 10px 15px;
}
.topics-dtl__block table:not([class]) td {
  background-color: #fff;
  padding: 10px 15px;
}
.topics-dtl__block a:not([class]) {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #4794ff;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.topics-dtl__block a:not([class]):hover {
  opacity: 0.8;
}
.topics-dtl__block a:not([class])[target=_blank]:hover {
  /* content: "";
  background-image: url("./public/img/icons/external.svg");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 4px; */
  opacity: 0.8;
}
.topics-dtl__guten-block h2 {
  color: #4794ff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1666666667em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #4794ff;
}
@media screen and (max-width: 767px) {
  .topics-dtl__guten-block h2 {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.topics-dtl__guten-block h3 {
  margin: 15px 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
  border-left: 9px solid #4794ff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__guten-block h3 {
    font-size: 18px;
    line-height: 1.3333333333em;
  }
}
.topics-dtl__guten-block h4 {
  margin: 15px 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556em;
  border-bottom: 2px solid #e4f531;
  padding: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__guten-block h4 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.topics-dtl__guten-block h5 {
  display: inline-block;
  margin: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5555555556em;
  border-bottom: 2px solid #ff963c;
  padding: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__guten-block h5 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.topics-dtl__guten-block h6 {
  margin: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5555555556em;
  border-bottom: 2px solid #ff963c;
  padding: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__guten-block h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.topics-dtl__title {
  color: #4794ff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1666666667em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #4794ff;
}
@media screen and (max-width: 767px) {
  .topics-dtl__title {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.topics-dtl__ev-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-btn-block {
    gap: 20px;
    padding-bottom: 40px;
  }
}
.topics-dtl__ev-btn-block .button.button--pink {
  max-width: 355px;
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-btn-block .button.button--pink {
    max-width: 323px;
  }
}
@media screen and (max-width: 767px) {
  .topics-dtl__ev-btn-block .button {
    max-width: 323px;
  }
}
.topics-dtl__news-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  .topics-dtl__news-btn-block {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .topics-dtl__news-btn-block .button {
    max-width: 323px;
  }
}

.faq {
  background-color: #eef5ff;
}
.faq__header {
  background-color: #fff;
  padding-block: 70px 40px;
}
@media screen and (max-width: 767px) {
  .faq__header {
    padding-block: 25px 5.333%;
  }
}
.faq__header-wrapper {
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(980px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq__header-wrapper {
    max-width: 100%;
  }
}
.faq__title {
  margin-bottom: 50px;
  gap: 14px;
  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) {
  .faq__title {
    margin-bottom: 25px;
    gap: 6px;
  }
}
.faq__title--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-block: 30px;
}
@media screen and (max-width: 767px) {
  .faq__title--center {
    gap: 6px;
    margin-block: 25px;
  }
}
.faq__icon {
  max-width: 54px;
}
@media screen and (max-width: 767px) {
  .faq__icon {
    max-width: 32px;
  }
}
.faq__icon--center {
  max-width: 35px;
}
@media screen and (max-width: 767px) {
  .faq__icon--center {
    max-width: 25px;
  }
}
.faq__title-txt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .faq__title-txt {
    font-size: 20px;
  }
}
.faq__title-txt--center {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .faq__title-txt--center {
    font-size: 20px;
  }
}
.faq__body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .faq__body {
    font-size: 14px;
    line-height: 1.6428571429em;
    margin-bottom: 30px;
  }
}
.faq__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .faq__links {
    gap: 0;
  }
}
.faq__link {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1e4ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 313px;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .faq__link {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .faq__link {
    width: 100%;
    padding-block: 10px;
  }
  .faq__link:first-child {
    border-top: 1px solid #d1e4ff;
  }
}
.faq__link:hover {
  opacity: 0.7;
}
.faq__link:hover .faq__arrow-down {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.faq__link-icon {
  max-width: 25px;
  margin-inline: 14px;
}
@media screen and (max-width: 767px) {
  .faq__link-icon {
    max-width: 20px;
    margin-inline: 5px 10px;
  }
}
.faq__link-txt {
  white-space: nowrap;
  color: #4794ff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.3333333333em;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .faq__link-txt {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .faq__link-txt {
    font-size: 14px;
    line-height: 2.3571428571em;
  }
}
.faq__arrow-down {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  margin-left: auto;
  padding-inline: 5px 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__arrow-down {
    width: 12px;
  }
}
.faq__items {
  padding-block: 70px 90px;
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(980px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq__items {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq__items {
    padding-block: 25px 13.333%;
  }
}
.faq__accordion-block {
  background-color: #fff;
  padding-block: 16px;
  padding-inline: 22px 26px;
}
@media screen and (max-width: 767px) {
  .faq__accordion-block {
    padding: 15px 10px;
  }
}
.faq__accordion-block:not(:first-child) {
  margin-top: 7px;
}
.faq__accordion-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__accordion-head::after {
  content: "";
  background: url("./public/img/icons/circled-plus.svg") no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__accordion-head::after {
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.faq__accordion-head.active + .faq__accordion-panel {
  margin-block: 10px 13px;
  visibility: visible;
  opacity: 1;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.faq__accordion-head.active::after {
  background: url("./public/img/icons/circled-dash.svg") no-repeat center/contain;
}
.faq__accordion-head:hover {
  opacity: 0.7;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  color: #4794ff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556em;
}
@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 14px;
    line-height: 1.5714285714em;
    padding-right: 35px;
  }
}
.faq__question::before {
  content: "Q";
  font-size: 2.6rem;
  font-weight: 700;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .faq__question::before {
    font-size: 20px;
    margin-right: 10px;
  }
}
.faq__accordion-panel {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    font-size: 14px;
    line-height: 1.7142857143em;
    padding-right: 25px;
  }
}
.faq__answer::before {
  content: "A";
  color: #ff2d65;
  font-size: 2.6rem;
  font-weight: 700;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .faq__answer::before {
    font-size: 20px;
    margin-right: 10px;
  }
}
.faq__item-content {
  margin-inline: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .faq__item-content {
    margin-inline: 20px;
    padding-top: 15px;
  }
}
.faq__item-header {
  padding-bottom: 10px;
  font-size: 1.8rem;
  color: #4794ff;
  border-bottom: 1px solid #4794ff;
  line-height: 1.6111111111em;
}
@media screen and (max-width: 767px) {
  .faq__item-header {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.5714285714em;
  }
}
.faq__item-txt {
  margin-top: 18px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7222222222em;
}
@media screen and (max-width: 767px) {
  .faq__item-txt {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}
.faq__note {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9375em;
}
@media screen and (max-width: 767px) {
  .faq__note {
    font-size: 12px;
    line-height: 2em;
  }
}
.faq__button {
  max-width: 358px;
  margin-top: 70px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .faq__button {
    max-width: 267px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .access > .container-980 {
    padding: 0 4.7%;
  }
}
.access__banner-icon {
  gap: 16px !important;
}
@media screen and (max-width: 767px) {
  .access__banner-icon {
    gap: 10px !important;
  }
}
.access__banner-icon > .banner__icon {
  width: 34px !important;
  height: 47px !important;
}
@media screen and (max-width: 767px) {
  .access__banner-icon > .banner__icon {
    width: 22px !important;
    height: 31px !important;
  }
}
.access__precaution {
  padding: 44px 0 60px;
}
@media screen and (max-width: 767px) {
  .access__precaution {
    padding: 42px 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .access__precaution > .container-980 {
    padding: 0 6%;
  }
}
.access__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .access__nav {
    margin-bottom: 30px;
  }
}
.access__nav-link {
  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;
  cursor: pointer;
  width: 25%;
  height: 60px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #4794ff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .access__nav-link {
    height: 40px;
    font-size: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.access__nav-link:not(:first-child) {
  margin-left: -1px;
}
.access__nav-link::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.access__nav-link.active {
  color: #fff;
  background-color: #4794ff;
}
.access__nav-link--metro::before {
  height: 40px;
  width: 29.5px;
  margin-right: 22px;
  background-image: url("./public/img/access/icon-metro.svg");
}
@media screen and (max-width: 767px) {
  .access__nav-link--metro::before {
    width: 17px;
    height: 23px;
    margin-right: 12px;
  }
}
.access__nav-link--metro.active::before {
  background-image: url("./public/img/access/icon-metro-white.svg");
}
.access__nav-link--bus::before {
  width: 40px;
  height: 40px;
  margin-right: 18px;
  background-image: url("./public/img/access/icon-bus.svg");
}
@media screen and (max-width: 767px) {
  .access__nav-link--bus::before {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
}
.access__nav-link--bus.active::before {
  background-image: url("./public/img/access/icon-bus-white.svg");
}
.access__nav-link--car::before {
  width: 40px;
  height: 27.5px;
  margin-top: 10px;
  margin-right: 34px;
  background-image: url("./public/img/access/icon-car.svg");
}
@media screen and (max-width: 767px) {
  .access__nav-link--car::before {
    width: 23px;
    height: 16px;
    margin-top: 6px;
    margin-right: 20px;
  }
}
.access__nav-link--car.active::before {
  background-image: url("./public/img/access/icon-car-white.svg");
}
.access__nav-link--park::before {
  width: 36.5px;
  height: 36.5px;
  margin-right: 13.5px;
  background-image: url("./public/img/access/icon-park.svg");
}
@media screen and (max-width: 767px) {
  .access__nav-link--park::before {
    width: 21px;
    height: 21px;
    margin-right: 7px;
  }
}
.access__nav-link--park.active::before {
  background-image: url("./public/img/access/icon-park-white.svg");
}
.access__heading {
  font-size: 2.6rem;
  text-align: center;
  margin: 32px 0 46px;
}
@media screen and (max-width: 1200px) {
  .access__heading {
    margin-top: 0;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .access__heading {
    margin: 18px 0 32px;
    font-size: 21px;
    line-height: 1.2727272727em;
  }
}
.access__heading--underline {
  line-height: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 46px;
  padding-bottom: 8px;
  border-bottom: 1px solid #4794ff;
}
@media screen and (max-width: 767px) {
  .access__heading--underline {
    padding-bottom: 0;
    margin-bottom: 28px;
    line-height: 1.2727272727em;
  }
}
.access__heading--logo {
  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;
  font-size: 3rem;
  margin: 0 0 72px;
}
@media screen and (max-width: 767px) {
  .access__heading--logo {
    font-size: 26px;
    margin-bottom: 36px;
  }
}
.access__heading--logo > img.metro {
  width: 53px;
  height: 72px;
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .access__heading--logo > img.metro {
    width: 43px;
    height: 58px;
    margin-right: 16px;
  }
}
.access__heading--logo > img.bus {
  width: 67.5px;
  aspect-ratio: 1;
  margin-right: 19px;
}
@media screen and (max-width: 767px) {
  .access__heading--logo > img.bus {
    width: 58.5px;
    margin-right: 11px;
  }
}
.access__heading--logo > img.car {
  width: 68.5px;
  height: 47.5px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .access__heading--logo > img.car {
    width: 58px;
    height: 40px;
    margin-right: 14px;
  }
}
.access__heading--logo > img.park {
  width: 53.5px;
  aspect-ratio: 1;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .access__heading--logo > img.park {
    width: 43.5px;
    margin-right: 8px;
  }
}
.access__text {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .access__text {
    font-size: 12px;
    font-weight: 400;
  }
}
.access__view-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #4794ff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .access__view-button {
    margin: 0;
  }
}
.access__view-button::after {
  content: "";
  width: 18.8px;
  aspect-ratio: 1;
  margin-left: 10px;
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.access__view-button.external::after {
  background: url("./public/img/icons/external-blue.svg") no-repeat center/100% 100%;
}
.access__view-button:hover::before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 980px) {
  .access__view-button:hover::before {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.access__locations {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .access__locations {
    margin-bottom: 26px;
  }
}
.access__locations-wrap {
  position: relative;
  width: 100%;
}
.access__locations-icon-box {
  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;
  background: #1a70e7;
  padding: 11px 30px 13px 25px;
  gap: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .access__locations-icon-box {
    padding: 11px 25px 13px 20px;
  }
}
@media screen and (max-width: 767px) {
  .access__locations-icon-box {
    position: relative;
    width: 100%;
    height: 65px;
    gap: 10px;
    padding: 0;
  }
}
.access__locations-icon-box img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 40px;
}
@media screen and (max-width: 1080px) {
  .access__locations-icon-box img {
    width: 25px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .access__locations-icon-box img {
    width: 23px;
    height: 31px;
  }
}
.access__locations-icon-box span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3888888889em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .access__locations-icon-box span {
    font-size: clamp(1.2rem, 1vw + 0.2rem, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .access__locations-icon-box span {
    font-size: 14px;
  }
}
.access__locations-image {
  width: 100%;
  aspect-ratio: 980/458;
}
@media screen and (max-width: 767px) {
  .access__locations-image {
    aspect-ratio: 340/304;
  }
}
.access__links {
  width: 100%;
  max-width: 798px;
  margin: 0 auto 88px;
  display: grid;
  gap: 28px 26px;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .access__links {
    gap: 16px;
    margin-bottom: 38px;
    grid-template: repeat(4, 1fr)/repeat(1, 1fr);
  }
}
.access__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 117px;
  margin: 0 auto;
  padding-left: 48px;
  border-radius: 100px;
  border: 1px solid #4794ff;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  color: #595757;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .access__link {
    height: 84px;
    font-size: 1.8rem;
    padding-left: 34px;
  }
}
@media screen and (max-width: 767px) {
  .access__link {
    max-width: 335px;
  }
}
.access__link::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 43px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .access__link::after {
    width: 19px;
    height: 19px;
    right: 28px;
  }
}
.access__link:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 980px) {
  .access__link:hover::after {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.access__icon-metro {
  width: 43px;
  height: 58px;
  margin-left: 6px;
  margin-right: 26px;
}
@media screen and (max-width: 1200px) {
  .access__icon-metro {
    width: 31px;
    height: 43px;
    margin-left: 6px;
    margin-right: 18px;
  }
}
.access__icon-bus {
  width: 58px;
  height: 58px;
  margin-right: 18px;
}
@media screen and (max-width: 1200px) {
  .access__icon-bus {
    width: 42px;
    height: 42px;
    margin-right: 14px;
  }
}
.access__icon-car {
  width: 58px;
  height: 40px;
  margin-right: 19px;
}
@media screen and (max-width: 1200px) {
  .access__icon-car {
    width: 42px;
    height: 29px;
    margin-right: 15px;
  }
}
.access__icon-park {
  width: 53px;
  height: 53px;
  margin-right: 18px;
}
@media screen and (max-width: 1200px) {
  .access__icon-park {
    width: 38px;
    height: 38px;
    margin-right: 14px;
  }
}
.access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .access__row {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access__row.full {
  gap: 0;
}
.access__column {
  width: calc(100% - 19px);
}
@media screen and (max-width: 767px) {
  .access__column {
    width: 100%;
  }
}
.access__column.full {
  width: 100%;
}
.access__column-item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .access__column-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.access__column-heading {
  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;
  height: 52px;
  font-size: 2rem;
  color: #fff;
  background-color: rgba(71, 148, 255, 0.7);
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .access__column-heading {
    height: 45px;
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.access__column-item-title {
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .access__column-item-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.access__column-item-title::before {
  content: "●";
  color: #4794ff;
  font-family: "Lato", sans-serif;
}
.access__column-item-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875em;
}
@media screen and (max-width: 767px) {
  .access__column-item-text {
    font-size: 14px;
    line-height: 1.6428571429em;
  }
}
.access__column-map {
  width: 100%;
  aspect-ratio: 1;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .access__column-map {
    margin-top: 38px;
  }
}
.access__map-container {
  text-align: center;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .access__map-container {
    margin-bottom: 38px;
  }
}
.access__map-container > p {
  line-height: 1em;
  margin: -3px 0 25px;
}
@media screen and (max-width: 767px) {
  .access__map-container > p {
    margin: -6px 0 15px;
    line-height: 1.9666666667em;
  }
}
.access__map-container:last-child {
  margin-bottom: 82px;
}
@media screen and (max-width: 767px) {
  .access__map-container:last-child {
    margin-bottom: 46px;
  }
}
.access__google-maps {
  position: relative;
  width: 100%;
  aspect-ratio: 980/445;
  background-color: rgba(89, 87, 87, 0.15);
}
@media screen and (max-width: 767px) {
  .access__google-maps {
    aspect-ratio: 335/450;
  }
}
.access__google-maps iframe {
  width: 100%;
  height: 100%;
}

.access__metro-container:last-child {
  margin-bottom: 126px;
}
@media screen and (max-width: 1200px) {
  .access__metro-container:last-child {
    margin-bottom: 82px;
  }
}
@media screen and (max-width: 767px) {
  .access__metro-container:last-child {
    margin-bottom: 50px;
  }
}
.access__metro-text {
  font-size: 1.6rem;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access__metro-text {
    text-align: left;
  }
}
.access__metro-text:first-of-type {
  margin: -15px 0 20px;
}
@media screen and (max-width: 767px) {
  .access__metro-text:first-of-type {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6428571429em;
    margin: -12px 0 12px;
  }
}
.access__metro-text:last-of-type {
  font-size: 1.4rem;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .access__metro-text:last-of-type {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.access__metro-map {
  width: 100%;
  max-width: 838px;
  margin: 38px auto 82px;
  aspect-ratio: 838/603;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .access__metro-map {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .access__metro-map {
    margin: 22px auto 32px;
    aspect-ratio: unset;
  }
}
.access__metro-btn-head {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 60px auto 22px;
  text-align: center;
  font-size: 2rem;
  color: #4794ff;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .access__metro-btn-head {
    font-size: 16px;
    line-height: 1.5em;
    margin: 32px auto 15px;
  }
}
.access__metro-btn-head > span.red {
  color: #ff2d65;
}
.access__metro-btn-head::before, .access__metro-btn-head::after {
  display: block;
  content: "";
  width: 1px;
  height: 70px;
  background-color: #4794ff;
  position: absolute;
  bottom: -7px;
}
@media screen and (max-width: 767px) {
  .access__metro-btn-head::before, .access__metro-btn-head::after {
    height: 55px;
    bottom: -4px;
  }
}
.access__metro-btn-head::before {
  left: -15px;
  -webkit-transform: rotate(342.898deg);
          transform: rotate(342.898deg);
}
@media screen and (max-width: 767px) {
  .access__metro-btn-head::before {
    left: -10px;
    -webkit-transform: rotate(343.171deg);
            transform: rotate(343.171deg);
  }
}
.access__metro-btn-head::after {
  right: -15px;
  -webkit-transform: rotate(196.848deg);
          transform: rotate(196.848deg);
}
@media screen and (max-width: 767px) {
  .access__metro-btn-head::after {
    right: -10px;
    -webkit-transform: rotate(196.919deg);
            transform: rotate(196.919deg);
  }
}
.access__metro-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 360px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .access__metro-btn {
    max-width: 335px;
    margin-bottom: 40px;
  }
}
.access__metro-btn:not(.access__metro-btn--right-arrow)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .access__metro-btn:not(.access__metro-btn--right-arrow)::after {
    width: 18.8px;
    height: 18.8px;
    -webkit-transform: none;
            transform: none;
  }
}
.access__metro-btn:not(.access__metro-btn--right-arrow):hover::after {
  -webkit-transform: rotate(90deg) translateX(4px);
          transform: rotate(90deg) translateX(4px);
}
@media screen and (max-width: 980px) {
  .access__metro-btn:not(.access__metro-btn--right-arrow):hover::after {
    -webkit-transform: rotate(90deg) translateX(2px);
            transform: rotate(90deg) translateX(2px);
  }
}
.access__metro-schedule-list {
  margin: 67px 0 98px;
}
@media screen and (max-width: 767px) {
  .access__metro-schedule-list {
    margin: 0 0 65px;
  }
}
.access__metro-schedule {
  width: 100%;
  border-radius: 32.5px;
  border: 1px solid #4794ff;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .access__metro-schedule {
    border-radius: 25px;
  }
}
.access__metro-schedule:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .access__metro-schedule:not(:last-child) {
    margin-bottom: 18px;
  }
}
.access__metro-schedule.active {
  -webkit-box-shadow: 5px 7.5px 7.5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 7.5px 7.5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .access__metro-schedule.active {
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
}
.access__metro-schedule.active .access__metro-sched-station::before {
  background-image: url("./public/img/icons/circled-dash.svg");
}
.access__metro-schedule.active .access__metro-guide-content {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  margin-top: 0;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .access__metro-schedule.active .access__metro-guide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access__metro-schedule.active .access__metro-guide-content.full {
  display: block;
}
.access__metro-sched-station {
  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;
  cursor: pointer;
  width: 100%;
  height: 65px;
  color: #4794ff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .access__metro-sched-station {
    height: 50px;
    font-size: 16px;
  }
}
.access__metro-sched-station::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("./public/img/icons/circled-plus.svg") no-repeat center/100% 100%;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: 0.3s ease;
          transform: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .access__metro-sched-station::before {
    width: 18.8px;
    right: 18px;
  }
}
.access__metro-guide-content {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: -91px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  padding: 37px 48px 54px;
  -webkit-transition: max-heght 0.3s ease, opacity 0.3s ease;
  transition: max-heght 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 1180px) {
  .access__metro-guide-content {
    padding: 37px 20px 54px;
  }
}
@media screen and (max-width: 767px) {
  .access__metro-guide-content {
    padding: 20px 26px 32px;
    margin-top: -52px;
  }
}
.access__metro-guide-content.full > .access__metro-guide-map {
  width: 100%;
}
.access__metro-guide-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access__metro-guide-list-wrap .access__metro-guide-list {
  width: 416px;
}
@media screen and (max-width: 1366px) {
  .access__metro-guide-list-wrap .access__metro-guide-list {
    width: calc(50% - 26px);
  }
}
@media screen and (max-width: 1200px) {
  .access__metro-guide-list-wrap .access__metro-guide-list {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .access__metro-guide-list-wrap .access__metro-guide-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .access__metro-guide-list-wrap .access__metro-guide-list:first-child {
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e8e7;
  }
}
@media screen and (max-width: 767px) {
  .access__metro-guide-list-wrap .access__metro-guide-list:last-child {
    padding-top: 22px;
  }
}
.access__metro-guide-list {
  width: 352px;
}
@media screen and (max-width: 1366px) {
  .access__metro-guide-list {
    width: 39.9%;
  }
}
@media screen and (max-width: 1200px) {
  .access__metro-guide-list {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .access__metro-guide-list {
    width: 100%;
  }
}
.access__metro-guide-item {
  position: relative;
  width: 100%;
  z-index: 2;
}
.access__metro-guide-item:not(:last-child)::before {
  content: "";
  height: 100%;
  width: 2.5px;
  background-color: #4794ff;
  position: absolute;
  z-index: -1;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-item:not(:last-child)::before {
    width: 2px;
    left: 20px;
  }
}
.access__metro-guide-item:nth-last-child(2)::before {
  top: 41px;
  width: 5px;
  background: url("./public/img/access/bg-dotted.svg") no-repeat center/100% 100%;
  background-color: unset;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-item:nth-last-child(2)::before {
    width: 4px;
    left: 19px;
    top: 16.5px;
    background-image: url("./public/img/access/bg-dotted-sp.svg");
  }
}
.access__metro-guide-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.access__metro-guide-head-wrap > .access__metro-guide-head {
  width: 100%;
}
.access__metro-guide-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 42px;
  padding: 0 10px;
  font-size: 2rem;
  background-color: #e8e8e7;
}
@media screen and (max-width: 1130px) {
  .access__metro-guide-head {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .access__metro-guide-head {
    height: 33.5px;
    padding: 0 8px;
    font-size: 16px;
  }
}
.access__metro-guide-head::before {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  margin-right: 10px;
  border-radius: 50%;
  background: url("./public/img/access/icon-train-gray.svg") no-repeat center/18px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-head::before {
    width: 26px;
    margin-right: 8px;
    background-size: 14.5px 16px;
  }
}
.access__metro-guide-head.plane::before {
  padding-right: 2px;
  background-image: url("./public/img/access/icon-plane.svg");
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-head.plane::before {
    background-size: 16px 16px;
  }
}
.access__metro-guide-head.logo {
  height: 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4794ff;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-head.logo {
    height: 52px;
  }
}
.access__metro-guide-head.logo::before {
  display: none;
}
.access__metro-guide-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0 13px 50px;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-desc {
    padding: 12px 0 12px 40px;
  }
}
.access__metro-guide-desc::before {
  content: "";
  width: 50px;
  height: 37px;
  margin-right: 16px;
  margin-bottom: 10px;
  background: url("./public/img/access/icon-train.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 980px) {
  .access__metro-guide-desc::before {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .access__metro-guide-desc::before {
    width: 40px;
    height: 29.5px;
    margin-bottom: 4px;
    margin-right: 13.5px;
  }
}
.access__metro-guide-desc.walk::before {
  width: 25px;
  height: 47px;
  margin: 0 28px 0 14px;
  background-image: url("./public/img/access/icon-walk.svg");
}
@media screen and (max-width: 767px) {
  .access__metro-guide-desc.walk::before {
    width: 20px;
    height: 38px;
    margin: 0 22.5px 0 10.5px;
  }
}
.access__metro-guide-text {
  font-weight: 700;
}
.access__metro-guide-label {
  display: block;
  font-size: 1.5rem;
  color: #4794ff;
  margin-bottom: -4px;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-label {
    font-size: 12px;
  }
}
.access__metro-guide-time {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-time {
    font-size: 16px;
  }
}
.access__metro-guide-logo {
  width: 163px;
  height: 47px;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-logo {
    width: 130px;
    height: 37.5px;
  }
}
.access__metro-guide-map {
  width: 484px;
  height: 410px;
}
@media screen and (max-width: 1366px) {
  .access__metro-guide-map {
    width: 54.85%;
  }
}
@media screen and (max-width: 1200px) {
  .access__metro-guide-map {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .access__metro-guide-map {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
.access__metro-guide-map > .access__google-maps {
  height: 100%;
  aspect-ratio: unset;
}
.access__metro-guide-title {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px 0 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #4794ff;
  font-size: 1.6rem;
  line-height: 1em;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .access__metro-guide-title {
    padding: 0;
    border: none;
    font-size: 14px;
    margin: 32px 0 16px;
  }
}

.access__bus-container > .container-582 {
  width: 582px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access__bus-container > .container-582 {
    width: 100%;
  }
}
.access__bus-container:nth-of-type(2) {
  margin: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  .access__bus-container:nth-of-type(2) {
    margin: 40px 0 34px;
  }
}
.access__bus-container:nth-of-type(3) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .access__bus-container:nth-of-type(3) {
    margin-bottom: 34px;
  }
}
.access__bus-container:last-of-type {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .access__bus-container:last-of-type {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .access__bus-container:last-of-type > h3.access__heading {
    margin-bottom: 18px;
  }
}
.access__bus-text {
  font-size: 1.6rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .access__bus-text {
    font-size: 14px;
    line-height: 1.6678571429em;
  }
}
.access__bus-text.heading {
  margin: 88px 0 26px;
}
@media screen and (max-width: 767px) {
  .access__bus-text.heading {
    margin: 0 0 10px;
  }
}
.access__bus-text.center {
  text-align: center;
}
.access__bus-text.single {
  margin: -15px 0 22px;
}
@media screen and (max-width: 767px) {
  .access__bus-text.single {
    text-align: left;
    margin: -12px 0 14px;
  }
}
.access__bus-note {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 10px 0 32px;
}
@media screen and (max-width: 767px) {
  .access__bus-note {
    font-size: 12px;
    font-weight: 400;
    margin: 8px 0 14px;
  }
}
.access__bus-title {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .access__bus-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.access__bus-title::before {
  content: "●";
  color: #4794ff;
  font-family: "Lato", sans-serif;
}

.access__car-container {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .access__car-container {
    margin-top: 46px;
  }
}
.access__car-intro-text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.475em;
  margin-top: -21px;
}
@media screen and (max-width: 767px) {
  .access__car-intro-text {
    font-size: 14px;
    text-align: left;
    line-height: 1.6321428571em;
    margin-top: 32px;
  }
}
.access__car-code {
  width: 100%;
  max-width: 594px;
  margin: 38px auto 56px;
}
@media screen and (max-width: 767px) {
  .access__car-code {
    margin: 26px auto 34px;
  }
}
.access__car-code-title {
  font-size: 1.6rem;
  background-color: rgba(71, 148, 255, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .access__car-code-title {
    font-size: 14px;
  }
}
.access__car-code-data {
  font-size: 2.2rem;
  color: #4794ff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .access__car-code-data {
    font-size: 20px;
  }
}
.access__car-code-title, .access__car-code-data {
  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;
  height: 57px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .access__car-code-title, .access__car-code-data {
    height: 48px;
  }
}
.access__car-btn {
  margin: 67px auto 95px;
}
@media screen and (max-width: 767px) {
  .access__car-btn {
    margin: 28px auto 48px;
  }
}
.access__car-btn.external::after {
  background: url("./public/img/icons/external.svg") no-repeat center / contain;
  -webkit-transform: none;
        transform: none;
}
.access__car-btn.external:hover::after {
  -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.access__car-first-row {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .access__car-first-row {
    gap: 48px;
    margin-bottom: 54px;
  }
}
.access__car-first-row .access__column {
  width: calc(50% - 19px);
}
@media screen and (max-width: 767px) {
  .access__car-first-row .access__column {
    width: 100%;
  }
}
.access__car-direction {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 42px auto;
  margin-bottom: 2px;
}
.access__car-direction:first-child span.access__car-direction-count {
  min-height: 35px;
  padding-top: 0;
}
.access__car-direction:first-child span.access__car-direction-count::before {
  display: none;
}
.access__car-direction:first-child p.access__car-direction-text {
  padding-top: 0;
}
.access__car-direction:last-child span.access__car-direction-count {
  min-height: 43px;
}
.access__car-direction:last-child span.access__car-direction-count::after {
  display: none;
}
.access__car-direction-count {
  position: relative;
  width: 24px;
  height: 100%;
  min-width: 24px;
  min-height: 38px;
  padding-top: 4px;
  margin-right: 18px;
  color: #fff;
  background-color: #4794ff;
  font: 500 1.7rem "Lexend Giga", sans-serif;
  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;
}
.access__car-direction-count::before, .access__car-direction-count::after {
  content: "";
  border-style: solid;
  border-width: 8px 12px 0;
  position: absolute;
  left: 0;
}
.access__car-direction-count::before {
  z-index: 2;
  top: 0;
  border-color: #fff transparent transparent transparent;
}
.access__car-direction-count::after {
  z-index: 3;
  bottom: -8px;
  border-color: #4794ff transparent transparent transparent;
}
.access__car-direction-text {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .access__car-direction-text {
    font-size: 14px;
    min-width: calc(100% - 43px);
  }
}
.access__car-direction-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.access__car-direction-link::before {
  content: "";
  height: 1px;
  width: calc(100% - 27px);
  background-color: #595757;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.access__car-direction-link::after {
  content: "";
  height: 12px;
  width: 16.5px;
  margin: 0 4px 0 6px;
  background: url("./public/img/access/icon-camera.svg") no-repeat center/100% 100%;
}
.access__car-direction-link:hover {
  opacity: 0.7;
  color: #4794ff;
}
.access__car-direction-link:hover::before {
  background-color: #4794ff;
}
.access__car-route-heading {
  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;
  height: 52px;
  font-size: 2rem;
  border: 1px solid #4794ff;
  border-width: 1px 0;
  margin: 30px 0 35px;
}
@media screen and (max-width: 767px) {
  .access__car-route-heading {
    height: 45px;
    margin: 24px 0;
    font-size: 18px;
  }
}
.access__car-route-list {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .access__car-route-list {
    margin-bottom: 48px;
  }
}
.access__car-route-list.mb115 {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .access__car-route-list.mb115 {
    margin-bottom: 64px;
  }
}
.access__car-route:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .access__car-route:not(:last-child) {
    margin-bottom: 12px;
  }
}
.access__car-route-title {
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 14px;
}
@media screen and (max-width: 1180px) {
  .access__car-route-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .access__car-route-title {
    font-size: 16px;
  }
}
.access__car-route-title::before {
  content: "●";
  color: #4794ff;
  font-family: "Lato", sans-serif;
}
.access__car-route-data {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
}
@media screen and (max-width: 1180px) {
  .access__car-route-data {
    line-height: 1.69375em;
  }
}
@media screen and (max-width: 767px) {
  .access__car-route-data {
    font-size: 14px;
    line-height: 1.6678571429em;
  }
}
.access__car-route-data:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1180px) {
  .access__car-route-data:not(:last-child) {
    margin-bottom: 2px;
  }
}

.access__park-table {
  width: 100%;
  max-width: 594px;
  margin: -22px auto 60px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .access__park-table {
    margin: 43px auto 36px;
  }
}
.access__park-table-row {
  height: 57px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-width: 1px 0;
}
@media screen and (max-width: 767px) {
  .access__park-table-row {
    height: 48px;
  }
}
.access__park-table-head {
  font-size: 1.6rem;
  background-color: rgba(71, 148, 255, 0.15);
}
@media screen and (max-width: 767px) {
  .access__park-table-head {
    font-size: 14px;
  }
}
.access__park-table-data {
  font-size: 2.2rem;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .access__park-table-data {
    font-size: 20px;
  }
}
.access__park-table-head, .access__park-table-data {
  width: 50%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.access__park-list {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .access__park-list {
    margin-bottom: 18px;
  }
}
.access__park-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
}
@media screen and (max-width: 1180px) {
  .access__park-item {
    line-height: 1.69375em;
  }
}
@media screen and (max-width: 767px) {
  .access__park-item {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}
.access__park-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  .access__park-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.access__park-note-list {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .access__park-note-list {
    margin-bottom: 26px;
  }
}
.access__park-note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .access__park-note {
    font-weight: 400;
    line-height: 1.9666666667em;
  }
}
.access__park-note:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .access__park-note:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .access__park-heading {
    height: 66px;
    text-align: center;
  }
}
.access__park-contact {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .access__park-contact {
    margin-bottom: 60px;
  }
}
.access__park-contact-details {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 34px auto 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.855em;
}
@media screen and (max-width: 767px) {
  .access__park-contact-details {
    width: 100%;
    font-size: 16px;
    margin-top: -5px;
    line-height: 1.69375em;
  }
}

.access__details-section {
  display: none;
}
.access__details-section:first-of-type {
  display: block;
}

.gnome {
  padding: 15px;
  background: #ad8e4b;
  /*  BANNER
  **************************************************/
  /*  PROFILE
  **************************************************/
  /*  GOODS
  **************************************************/
  /*  ATTRACTIONS
  **************************************************/
}
@media screen and (max-width: 767px) {
  .gnome {
    padding: 10px;
  }
}
.gnome__tnb {
  position: relative;
}
.gnome__corner {
  position: absolute;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .gnome__corner {
    width: 39px;
    height: 39px;
  }
}
.gnome__corner--top-left {
  top: 0;
  left: 0;
}
.gnome__corner--top-right {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gnome__corner--btm-left {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.gnome__corner--btm-right {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.gnome__bg {
  position: relative;
  width: 100%;
}
.gnome__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #e7d69e;
}
.gnome__bg--top::before {
  -webkit-clip-path: polygon(80px 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 80px);
          clip-path: polygon(80px 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 80px);
}
@media screen and (max-width: 767px) {
  .gnome__bg--top::before {
    -webkit-clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
            clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
  }
}
.gnome__bg--btm::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 80px 100%, 0 calc(100% - 80px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 80px 100%, 0 calc(100% - 80px));
}
@media screen and (max-width: 767px) {
  .gnome__bg--btm::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px));
  }
}
.gnome__border {
  position: absolute;
  inset: 5px;
  z-index: 1;
  background-color: transparent;
  border: 1px solid #ad8e4b;
}
@media screen and (max-width: 767px) {
  .gnome__border {
    inset: 3px;
  }
}
.gnome__border--top {
  bottom: 0;
  border-bottom: none;
  -webkit-clip-path: polygon(80px 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 80px);
          clip-path: polygon(80px 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 80px);
}
@media screen and (max-width: 767px) {
  .gnome__border--top {
    -webkit-clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
            clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
  }
}
.gnome__border--btm {
  top: 0;
  border-top: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 80px 100%, 0 calc(100% - 80px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 80px 100%, 0 calc(100% - 80px));
}
@media screen and (max-width: 767px) {
  .gnome__border--btm {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px));
  }
}
.gnome__border-corner {
  position: absolute;
  inset: 0;
  width: 100%;
}
.gnome__border-corner--top::before, .gnome__border-corner--top::after, .gnome__border-corner--btm::before, .gnome__border-corner--btm::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 80px;
  aspect-ratio: 1;
  background: #ad8e4b;
}
@media screen and (max-width: 767px) {
  .gnome__border-corner--top::before, .gnome__border-corner--top::after, .gnome__border-corner--btm::before, .gnome__border-corner--btm::after {
    width: 50px;
  }
}
.gnome__border-corner--top::before {
  top: 5px;
  left: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 0, 0 0, 0 calc(100% - 1px), calc(100% - 1px) 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0 0, 0 0, 0 calc(100% - 1px), calc(100% - 1px) 0, 0 0);
}
@media screen and (max-width: 767px) {
  .gnome__border-corner--top::before {
    top: 3px;
    left: 3px;
  }
}
.gnome__border-corner--top::after {
  top: 5px;
  right: 5px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 0, 100% 1px, 100% calc(100% - 1px), 2.4142135624px 1px, 0 0);
          clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 0, 100% 1px, 100% calc(100% - 1px), 2.4142135624px 1px, 0 0);
}
@media screen and (max-width: 767px) {
  .gnome__border-corner--top::after {
    top: 3px;
    right: 3px;
  }
}
.gnome__border-corner--btm::before {
  bottom: 5px;
  left: 5px;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%, 0 100%, 1px 100%, calc(100% - 1px) 100%, 1px 2px, 0 0);
          clip-path: polygon(0 100%, 0 0, 100% 100%, 0 100%, 1px 100%, calc(100% - 1px) 100%, 1px 2px, 0 0);
}
@media screen and (max-width: 767px) {
  .gnome__border-corner--btm::before {
    bottom: 3px;
    left: 3px;
  }
}
.gnome__border-corner--btm::after {
  bottom: 5px;
  right: 5px;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%, 100% 100%, calc(100% - 1px) 100%, 1px 100%, 100% 1px, 100% calc(100% - 1px));
          clip-path: polygon(100% 100%, 100% 0, 0 100%, 100% 100%, calc(100% - 1px) 100%, 1px 100%, 100% 1px, 100% calc(100% - 1px));
}
@media screen and (max-width: 767px) {
  .gnome__border-corner--btm::after {
    bottom: 3px;
    right: 3px;
  }
}
.gnome__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gnome__texture--top {
  -webkit-clip-path: polygon(80px 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 80px);
          clip-path: polygon(80px 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 80px);
}
@media screen and (max-width: 767px) {
  .gnome__texture--top {
    -webkit-clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
            clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
  }
}
.gnome__texture--btm {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 80px 100%, 0 calc(100% - 80px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 80px 100%, 0 calc(100% - 80px));
}
@media screen and (max-width: 767px) {
  .gnome__texture--btm {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px));
  }
}
.gnome__texture--mid {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .gnome__texture--mid {
    display: none;
  }
}
.gnome .relative-z {
  position: relative;
  z-index: 1;
}
.gnome__title {
  padding-block: 12px;
  width: 100%;
  border-width: 1.2px 0;
  border-color: #ad8e4b;
  border-style: solid;
  font: 700 3.6rem "Amatic SC", serif;
  color: #ad8e4b;
  letter-spacing: 0.025em;
  text-align: center;
  gap: 20px;
  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 (min-width: 981px) and (max-width: 1175px) {
  .gnome__title {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gnome__title {
    gap: 15px;
    font-size: 27px;
  }
}
@media screen and (max-width: 374px) {
  .gnome__title {
    gap: 10px;
  }
}
.gnome__title span {
  font-size: 8rem;
  line-height: 1em;
}
@media screen and (min-width: 981px) and (max-width: 1175px) {
  .gnome__title span {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .gnome__title span {
    font-size: 61px;
  }
}
@media screen and (max-width: 374px) {
  .gnome__title span {
    font-size: 53px;
  }
}
.gnome__title--goods {
  max-width: 382px;
}
@media screen and (min-width: 981px) and (max-width: 1175px) {
  .gnome__title--goods {
    max-width: 321px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gnome__title--goods {
    margin-inline: auto;
    max-width: calc(100% - 15px);
  }
}
.gnome__title--profile {
  margin: 0 auto 75px;
  max-width: 395px;
}
@media screen and (min-width: 981px) and (max-width: 1175px) {
  .gnome__title--profile {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 785px) {
  .gnome__title--profile {
    font-size: 32px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gnome__title--profile {
    margin-bottom: 32px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 785px) {
  .gnome__title--profile span {
    font-size: 65px;
  }
}
.gnome__btn {
  margin-inline: auto;
  max-width: 376px;
  color: #ce243b;
}
@media screen and (max-width: 767px) {
  .gnome__btn {
    max-width: 100%;
  }
}
.gnome__btn::after {
  background-image: url("./public/img/gnome/circled-right-arrow-red.svg");
}
.gnome__btn--attractions {
  max-width: 323px;
}
@media screen and (max-width: 767px) {
  .gnome__btn--attractions {
    max-width: 275px;
  }
}
.gnome__btn--brown {
  margin-top: 75px;
  max-width: 397px;
  color: #ad8e4b;
}
@media screen and (max-width: 767px) {
  .gnome__btn--brown {
    margin-top: 50px;
    max-width: 315px;
  }
}
.gnome__btn--brown::after {
  background-image: url("./public/img/gnome/circled-right-arrow-brown.svg");
}
.gnome-banner {
  margin-inline: auto;
  padding-top: 27px;
  width: min(94%, 980px);
}
@media screen and (max-width: 767px) {
  .gnome-banner {
    padding-top: 45px;
    width: calc(100% - 20px);
  }
}
.gnome-banner__image-wrapper {
  position: relative;
  display: block;
  width: calc(100% + 10px);
}
@media screen and (min-width: 768px) {
  .gnome-banner__image-wrapper {
    left: -10px;
    padding-bottom: 50.71%;
  }
}
@media screen and (max-width: 767px) {
  .gnome-banner__image-wrapper {
    width: 100%;
  }
}
.gnome-banner__image-wrapper img {
  display: block;
}
@media screen and (min-width: 768px) {
  .gnome-banner__image-wrapper img {
    position: absolute;
  }
}
.gnome-banner__title {
  font: 700 1.6rem "Zen Maru Gothic", serif;
  color: #fff;
  line-height: 3.6em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gnome-banner__title {
    margin-top: -3.37%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .gnome-banner__title {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .gnome-banner__title {
    line-height: 1.8125em;
    letter-spacing: 0.06em;
    color: #ad8e4b;
  }
}
@media screen and (min-width: 768px) {
  .gnome-banner__title .marker {
    padding: 8px 10px 10px 20px;
    border-radius: 5px;
    background: #ad8e4b;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }
}
.gnome-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  width: min(94%, 850px);
  margin: 100px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gnome-profile {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gnome-profile {
    width: calc(100% - 50px);
  }
}
.gnome-profile__column {
  width: 47.06%;
}
@media screen and (max-width: 767px) {
  .gnome-profile__column {
    width: 100%;
  }
}
.gnome-profile__card {
  position: relative;
  padding: 55px 0 40px 30px;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 17px;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card {
    margin-inline: auto;
    padding: 48px 0 30px 20px;
  }
}
.gnome-profile__card:not(:last-child) {
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card:not(:last-child) {
    margin-bottom: 32px;
  }
}
.gnome-profile__card--blue .gnome-profile__card-name,
.gnome-profile__card--blue .gnome-profile__card-date {
  color: #286376;
}
.gnome-profile__card--red .gnome-profile__card-name,
.gnome-profile__card--red .gnome-profile__card-date {
  color: #ce243b;
}
@media screen and (min-width: 481px) and (max-width: 545px) {
  .gnome-profile__card--tramp .gnome-profile__card-desc {
    width: 60%;
  }
}
@media screen and (max-width: 410px) {
  .gnome-profile__card--tramp .gnome-profile__card-desc {
    width: 38%;
  }
}
.gnome-profile__card-ribbon {
  position: absolute;
  top: -33px;
  left: -15px;
  height: 87px;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-ribbon {
    top: -27px;
    left: -12px;
    height: 69px;
  }
}
.gnome-profile__card-pippin-image {
  position: absolute;
  right: 0.5%;
  bottom: 27px;
  width: 35.75%;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-pippin-image {
    right: 23px;
    bottom: 10px;
    width: min(32.79%, 100px);
  }
}
.gnome-profile__card-poppy-image {
  position: absolute;
  right: 4.75%;
  bottom: 26px;
  width: 34.75%;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-poppy-image {
    right: 33px;
    bottom: 16px;
    width: min(32.13%, 98px);
  }
}
.gnome-profile__card-frodo-image {
  position: absolute;
  right: -5.5%;
  bottom: 66px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-frodo-image {
    right: 22px;
    bottom: 20px;
    width: min(36.72%, 112px);
  }
}
.gnome-profile__card-wizard-image {
  position: absolute;
  right: -2.75%;
  bottom: 43px;
  width: 41.25%;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-wizard-image {
    right: 16px;
    bottom: 17px;
    width: min(38.03%, 116px);
  }
}
.gnome-profile__card-tramp-image {
  position: absolute;
  right: -17.25%;
  bottom: 12px;
  width: 58%;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-tramp-image {
    right: -11px;
    bottom: 23px;
    width: min(53.44%, 163px);
  }
}
.gnome-profile__card-name {
  padding-bottom: 13px;
  font: 700 2.8rem "Zen Maru Gothic", serif;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-name {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.gnome-profile__card-name span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.7777777778em;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-name span {
    font-size: 16px;
  }
}
.gnome-profile__card-date {
  padding-bottom: 7px;
  font: 700 1.4rem "Zen Maru Gothic", serif;
  line-height: 1.8571428571em;
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-date {
    font-size: 12px;
  }
}
.gnome-profile__card-desc {
  width: min(52%, 191px);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9285714286em;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .gnome-profile__card-desc {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .gnome-profile__card-desc {
    font-size: 12px;
    line-height: 1.8333333333em;
  }
}
@media screen and (max-width: 410px) {
  .gnome-profile__card-desc {
    width: 46.4%;
  }
}
.gnome-goods {
  margin-inline: auto;
  padding: 107px 0 80px;
  width: min(94%, 850px);
}
@media screen and (max-width: 767px) {
  .gnome-goods {
    padding: 37px 3px 62px;
    width: calc(100% - 25px);
  }
}
.gnome-goods__dialogue {
  position: absolute;
  top: 50px;
  left: 53%;
  width: 200px;
  height: 206px;
  background: url("./public/img/gnome/gds-dialogue.svg") no-repeat;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gnome-goods__dialogue {
    margin: 40px auto 0;
    width: 153px;
    height: 140px;
    position: relative;
    font-size: 14px;
    line-height: 1.4285714286em;
    left: -66px;
    top: unset;
  }
}
.gnome-goods__dialogue-text {
  position: absolute;
  inset: -45px 0 0 -13px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font: 700 1.9rem "Zen Maru Gothic", serif;
  line-height: 1.4210526316em;
}
@media screen and (max-width: 767px) {
  .gnome-goods__dialogue-text {
    top: -22px;
    font-size: 14px;
  }
}
.gnome-goods__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .gnome-goods__items {
    margin-bottom: 40px;
    padding-inline: 9.5px;
  }
}
.gnome-goods__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gnome-goods__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100% !important;
  }
}
.gnome-goods__item--one {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 34px 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gnome-goods__item--one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 6px 40px;
    gap: 20px;
  }
}
.gnome-goods__item--one::before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -2px;
  background-image: url("./public/img/gnome/dotted-horizontal.svg");
  width: calc(100% - 12px);
  height: 2px;
}
@media screen and (max-width: 767px) {
  .gnome-goods__item--one::before {
    left: 0;
    background-image: url("./public/img/gnome/dotted-horizontal-sp.svg");
    width: 100%;
  }
}
.gnome-goods__item--one .gnome-goods__image-wrapper {
  width: min(61%, 512px);
  aspect-ratio: 1030/785;
  padding-bottom: 42%;
}
@media screen and (max-width: 767px) {
  .gnome-goods__item--one .gnome-goods__image-wrapper {
    width: 100%;
    max-width: 310px;
    padding-bottom: 0;
  }
}
.gnome-goods__item--one .gnome-goods__image {
  width: 100%;
  height: auto;
}
.gnome-goods__item--one .gnome-goods__content {
  padding-left: 4.12%;
}
@media screen and (max-width: 1200px) {
  .gnome-goods__item--one .gnome-goods__content {
    padding-right: 5.29%;
  }
}
@media screen and (max-width: 767px) {
  .gnome-goods__item--one .gnome-goods__content {
    padding-inline: 0;
  }
}
.gnome-goods__item--one .gnome-goods__title {
  font-size: 3rem;
  line-height: 1.3666666667em;
}
@media screen and (max-width: 767px) {
  .gnome-goods__item--one .gnome-goods__title {
    font-size: 22px;
    line-height: 1.4090909091em;
  }
}
.gnome-goods__item--one .gnome-goods__desc {
  max-width: 252px;
}
.gnome-goods__item--one .gnome-goods__price {
  margin-top: 20px;
}
.gnome-goods__item--two, .gnome-goods__item--three {
  gap: 15px;
  padding-top: 55px;
  width: calc(50% - 1px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gnome-goods__item--two, .gnome-goods__item--three {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .gnome-goods__item--two, .gnome-goods__item--three {
    width: 100%;
    padding-top: 40px;
  }
}
.gnome-goods__item--two .gnome-goods__content, .gnome-goods__item--three .gnome-goods__content {
  padding-bottom: 5px;
  max-width: 192px;
}
@media screen and (min-width: 1201px) {
  .gnome-goods__item--two .gnome-goods__content, .gnome-goods__item--three .gnome-goods__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1200px) {
  .gnome-goods__item--two .gnome-goods__content, .gnome-goods__item--three .gnome-goods__content {
    max-width: 100%;
  }
}
.gnome-goods__item--two .gnome-goods__price, .gnome-goods__item--three .gnome-goods__price {
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  .gnome-goods__item--two .gnome-goods__price, .gnome-goods__item--three .gnome-goods__price {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .gnome-goods__item--two {
    padding-right: 39px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gnome-goods__item--two {
    padding-bottom: 40px;
    padding-left: 39px;
  }
}
@media screen and (max-width: 767px) {
  .gnome-goods__item--two {
    gap: 10px;
    padding-bottom: 30px;
  }
}
.gnome-goods__item--two::before {
  content: "";
  position: absolute;
  background: url("./public/img/gnome/dotted-vertical.svg");
  width: 2px;
  height: calc(100% - 40px);
}
@media screen and (min-width: 1201px) {
  .gnome-goods__item--two::before {
    top: 40px;
    right: -2px;
  }
}
@media screen and (max-width: 1200px) {
  .gnome-goods__item--two::before {
    left: 0;
    bottom: -2px;
    background-image: url("./public/img/gnome/dotted-horizontal-sp.svg");
    width: 100%;
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .gnome-goods__item--two .gnome-goods__image {
    top: 0;
    left: -46px;
    -webkit-transform: none;
            transform: none;
    height: calc(100% + 22px);
  }
}
@media screen and (max-width: 767px) {
  .gnome-goods__item--two .gnome-goods__image-wrapper {
    margin-inline: auto;
    max-width: 260px;
    aspect-ratio: 260/302;
    width: 87%;
  }
}
@media screen and (min-width: 768px) {
  .gnome-goods__item--three {
    padding-left: 34px;
  }
}
.gnome-goods__item--three .gnome-goods__image-wrapper {
  width: 204px;
}
@media screen and (max-width: 767px) {
  .gnome-goods__item--three .gnome-goods__image-wrapper {
    margin-inline: auto;
    width: 100%;
    max-width: 238px;
    aspect-ratio: 409/612;
  }
}
.gnome-goods__item--three .gnome-goods__image {
  width: 100%;
  height: auto;
  aspect-ratio: 409/612;
}
.gnome-goods__image-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 191px;
}
@media screen and (min-width: 1201px) {
  .gnome-goods__image-wrapper {
    padding-bottom: 73.51%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gnome-goods__image-wrapper {
    height: 283px;
  }
}
@media screen and (max-width: 767px) {
  .gnome-goods__image-wrapper {
    width: 100%;
    padding-bottom: 0;
  }
}
.gnome-goods__image-wrapper img {
  display: block;
}
.gnome-goods__image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gnome-goods__sparkles1 {
  position: absolute;
  width: 49px;
  height: 41px;
}
@media screen and (max-width: 767px) {
  .gnome-goods__sparkles1 {
    display: none !important;
  }
}
.gnome-goods__sparkles1--item1 {
  top: 26px;
  left: 70px;
}
.gnome-goods__sparkles1--item2 {
  right: 8px;
  bottom: -29px;
}
.gnome-goods__sparkles2 {
  position: absolute;
  width: 38px;
  height: 57px;
}
@media screen and (max-width: 767px) {
  .gnome-goods__sparkles2 {
    display: none !important;
  }
}
.gnome-goods__sparkles2--item1 {
  top: 26px;
  right: 32px;
}
.gnome-goods__sparkles2--item3 {
  top: -32px;
  left: -42px;
}
.gnome-goods__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gnome-goods__title {
  padding-bottom: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  line-height: 1.2083333333em;
  color: #ce243b;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .gnome-goods__title {
    font-size: 22px;
    line-height: 1.4090909091em;
    text-align: center;
  }
}
.gnome-goods__title span {
  display: block;
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1.3571428571em;
}
.gnome-goods__desc {
  max-width: 180px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8571428571em;
  word-break: break-all;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gnome-goods__desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gnome-goods__desc {
    max-width: 100% !important;
    font-size: 12px;
    line-height: 1.9166666667em;
  }
}
.gnome-goods__price-desc {
  padding-bottom: 4px;
  font: 700 1.4rem "Zen Maru Gothic", serif;
  font-size: 1.4rem;
  color: #ce243b;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .gnome-goods__price-desc {
    font-size: 12px;
    line-height: 1.75em;
    text-align: center;
  }
}
.gnome-goods__price-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 700 2.4rem "Zen Maru Gothic", serif;
  line-height: 0.875em;
  letter-spacing: 0.05em;
  color: #ce243b;
}
@media screen and (max-width: 767px) {
  .gnome-goods__price-amount {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gnome-goods__price-amount span {
  font-size: 1.2rem;
  line-height: 1.6em;
}
.gnome-attractions {
  position: relative;
  padding-block: 90px 87px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gnome-attractions {
    padding-block: 64px 60px;
  }
}
.gnome-attractions__title {
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  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) {
  .gnome-attractions__title {
    font-size: 2.4rem;
  }
}
.gnome-attractions__title::before, .gnome-attractions__title::after {
  content: "";
  margin-bottom: -10px;
  width: 18px;
  height: 57px;
  background: url("./public/img/gnome/attr-title-left.svg") no-repeat;
}
.gnome-attractions__title::before {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .gnome-attractions__title::before {
    margin-right: 5px;
  }
}
.gnome-attractions__title::after {
  margin-left: 5px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.gnome-attractions__desc {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9285714286em;
}
.gnome-attractions__wrapper {
  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: 35px 33px;
  margin: 50px auto 44px;
  width: min(96%, 980px);
}
@media screen and (max-width: 767px) {
  .gnome-attractions__wrapper {
    gap: 37px;
    margin-block: 40px 57px;
    width: calc(100% - 50px);
  }
}
.gnome-attractions__card {
  width: calc(33.33% - 22px);
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .gnome-attractions__card {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width: 767px) {
  .gnome-attractions__card {
    width: 100%;
  }
}
.gnome-attractions__card-image-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.gnome-attractions__card-image-wrapper--character {
  margin-bottom: 35px;
}
.gnome-attractions__card-image {
  display: block;
  width: 100%;
  aspect-ratio: 304/182;
  border-radius: 8px;
}
.gnome-attractions__characters-name {
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 149px;
  padding-block: 4.5px;
  background: #ce243b;
  border-radius: 15px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  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;
}
.gnome-attractions__char1-poppy {
  position: absolute;
  bottom: -57px;
  left: -19px;
  width: 63px;
  height: 96px;
}
.gnome-attractions__char1-pippin {
  position: absolute;
  bottom: -50px;
  right: -16px;
  width: 49px;
  height: 103px;
}
.gnome-attractions__char-wizard {
  position: absolute;
  bottom: -60px;
  right: -25px;
  width: 73px;
  height: 97px;
}
.gnome-attractions__char-wizard--a5 {
  bottom: -45px;
}
.gnome-attractions__char3-frodo {
  position: absolute;
  bottom: -56px;
  right: 2px;
  width: 63px;
  height: 103px;
}
.gnome-attractions__char4-tramp {
  position: absolute;
  bottom: -8px;
  right: -10px;
  width: 95px;
  height: 111px;
}
.gnome-attractions__char5-frodo {
  position: absolute;
  bottom: -45px;
  left: -4px;
  width: 65px;
  height: 91px;
}
.gnome-attractions__card-title {
  padding-bottom: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  line-height: 1.05em;
  letter-spacing: 0.025em;
}
.gnome-attractions__card-title span {
  display: block;
  font-size: 1.4rem;
}
.gnome-attractions__card-desc {
  font: 500 1.4rem "Zen Maru Gothic", serif;
  line-height: 1.6428571429em;
  text-align: center;
}
.gnome-attractions__card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.gnome-attractions__card-icons img {
  display: block;
  width: 32px;
  height: 27px;
}
.gnome-attractions__icon-age {
  height: 30px;
}
.gnome-attractions__icon-quantity {
  width: 24px;
}
.gnome-gallery {
  position: relative;
  z-index: 1;
  padding-block: 40px 88px;
  color: #ce243b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gnome-gallery {
    padding-block: 45px 64px;
  }
}
.gnome-gallery__photos {
  position: relative;
  margin: 0 auto 40px;
  width: min(96%, 980px);
}
@media screen and (min-width: 768px) {
  .gnome-gallery__photos {
    padding-bottom: min(69%, 675px);
  }
}
@media screen and (max-width: 767px) {
  .gnome-gallery__photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    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) {
  .gnome-gallery__photo-mobile {
    position: relative;
    padding-bottom: min(88.57%, 279px);
    width: 100%;
    max-width: 315px;
  }
}
.gnome-gallery__frame {
  position: absolute;
  display: block;
  padding: 7px;
  background: #fff;
  width: 28.98%;
  aspect-ratio: 284/185;
  -webkit-box-shadow: 2px 2px 5px rgba(71, 3, 3, 0.3);
          box-shadow: 2px 2px 5px rgba(71, 3, 3, 0.3);
}
@media screen and (max-width: 767px) {
  .gnome-gallery__frame {
    padding: 3px;
    width: min(44.13%, 140px);
    aspect-ratio: 140/91;
    -webkit-box-shadow: 1px 1px 3px rgba(68, 4, 4, 0.3);
            box-shadow: 1px 1px 3px rgba(68, 4, 4, 0.3);
  }
}
.gnome-gallery__frame img {
  display: block;
}
.gnome-gallery__frame--main {
  padding: 10px;
  -webkit-transform: rotate(2.98deg);
          transform: rotate(2.98deg);
  width: min(63.27%, 620px);
  aspect-ratio: 620/404;
}
@media screen and (min-width: 768px) {
  .gnome-gallery__frame--main {
    top: 2.76%;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gnome-gallery__frame--main {
    position: relative;
    margin: 8px 0 10px;
    padding: 5px;
    width: min(96.51%, 304px);
    aspect-ratio: 304/198;
  }
}
.gnome-gallery__frame--top-right {
  top: 5.2%;
  right: 2.55%;
  -webkit-transform: rotate(-4.768deg);
          transform: rotate(-4.768deg);
}
@media screen and (max-width: 767px) {
  .gnome-gallery__frame--top-right {
    top: 14.6%;
    right: 3.81%;
  }
}
.gnome-gallery__frame--middle-right {
  top: 32.59%;
  right: 2.55%;
  -webkit-transform: rotate(6.568deg);
          transform: rotate(6.568deg);
}
@media screen and (max-width: 767px) {
  .gnome-gallery__frame--middle-right {
    top: 47.44%;
    right: 2.54%;
  }
}
.gnome-gallery__frame--bottom-left {
  left: 6.34%;
  -webkit-transform: rotate(-1.033deg);
          transform: rotate(-1.033deg);
}
@media screen and (min-width: 768px) {
  .gnome-gallery__frame--bottom-left {
    bottom: 3.98%;
  }
}
@media screen and (max-width: 767px) {
  .gnome-gallery__frame--bottom-left {
    top: 1.9%;
    left: 3.81%;
    -webkit-transform: rotate(-1.31deg);
            transform: rotate(-1.31deg);
  }
}
.gnome-gallery__frame--bottom-middle {
  -webkit-transform: rotate(-4.431deg);
          transform: rotate(-4.431deg);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .gnome-gallery__frame--bottom-middle {
    right: 31.83%;
    bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .gnome-gallery__frame--bottom-middle {
    top: 32%;
    left: -10.16%;
  }
}
.gnome-gallery__frame--bottom-right {
  bottom: 3.98%;
  -webkit-transform: rotate(3.661deg);
          transform: rotate(3.661deg);
}
@media screen and (min-width: 768px) {
  .gnome-gallery__frame--bottom-right {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .gnome-gallery__frame--bottom-right {
    left: 8%;
    bottom: 1.1%;
  }
}
.gnome-gallery__title {
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  line-height: 1.375em;
}
@media screen and (max-width: 767px) {
  .gnome-gallery__title {
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 1.6363636364em;
  }
}
.gnome-gallery__desc {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.85em;
}
@media screen and (max-width: 767px) {
  .gnome-gallery__desc {
    font-size: 14px;
    line-height: 1.9285714286em;
  }
}

.dantai__header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .dantai__header-wrap {
    padding-top: 23px;
  }
}
.dantai__header-wrap--subheader-wrap {
  gap: 10px;
}
.dantai__header-img {
  width: 50px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .dantai__header-img {
    width: 35px;
    height: 29px;
  }
}
.dantai__header-img--sub-img {
  width: 33px;
  height: 30px;
}
.dantai__header {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .dantai__header {
    font-size: 20px;
  }
}
.dantai__sub-header {
  font-size: 2.4rem;
  font-weight: 500;
  color: #565656;
}
@media screen and (max-width: 767px) {
  .dantai__sub-header {
    font-size: 20px;
  }
}
.dantai__reserve-img-wrap {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.dantai__picture {
  max-height: 246px;
  height: 100%;
}
.dantai__desc {
  margin-top: 35px;
}
.dantai__desc-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .dantai__desc-txt {
    font-size: 14px;
    line-height: 1.6428571429em;
  }
}
.dantai__block {
  margin-top: 54px;
  border-color: #595757;
}
@media screen and (max-width: 767px) {
  .dantai__block {
    margin-top: 18px;
  }
}
.dantai__tab-list {
  gap: 0;
}
.dantai__button {
  max-width: 265px;
  height: 60px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .dantai__button {
    max-width: 111px;
    height: 40px;
    font-size: 12px;
  }
}
.dantai__button:first-child:hover, .dantai__button:first-child.active {
  background: #4794ff;
}
.dantai__button:nth-child(2):hover, .dantai__button:nth-child(2).active {
  background-color: #ea6a7e;
}
.dantai__button:nth-child(3):hover, .dantai__button:nth-child(3).active {
  background-color: #ff963c;
}
.dantai__button:nth-child(4):hover, .dantai__button:nth-child(4).active {
  background-color: #00c180;
}
.dantai__wrap {
  margin-top: 76px;
  background-color: #eef5ff;
}
@media screen and (max-width: 767px) {
  .dantai__wrap {
    margin-top: 30px;
  }
}
.dantai__wrap--bg-f0 {
  background-color: #f0dce4;
}
.dantai__wrap--bg-f6 {
  background-color: #fff6ed;
}
.dantai__wrap--bg-e3 {
  background-color: #e3f8f1;
}
.dantai__wrap[data-section-tab=group] .dantai__accordion-wrap {
  cursor: default !important;
}
.dantai__wrap[data-section-tab=group] .dantai__accordion-item {
  border-radius: 17px !important;
}
.dantai__wrap[data-section-tab=group] .dantai__accordion-content {
  display: block !important;
}
.dantai__tbl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .dantai__tbl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .dantai__tbl-wrap {
    gap: 27px;
  }
}
.dantai__tbl {
  border-collapse: collapse;
  width: 100%;
  margin-top: 13px;
}
.dantai__tbl-blk {
  max-width: 468px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .dantai__tbl-blk {
    max-width: initial;
  }
}
.dantai__tbl-blk--accor {
  max-width: initial;
}
.dantai__tbl-blk--accor:not(:first-child) {
  margin-top: 28px;
}
.dantai__th, .dantai__td {
  text-align: center;
}
.dantai__th {
  background-color: #cbe1ff;
  border-top: none !important;
  border: 1px solid #cdcdcd;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  .dantai__th {
    font-size: 12px;
    padding: 16px 4px;
  }
}
.dantai__th.pink {
  background-color: #f0a4b4;
}
.dantai__th--accor-th-border {
  border: 1.8px solid #cdcdcd;
}
.dantai__td {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  padding: 11px 12px;
  width: 104px;
}
@media screen and (max-width: 767px) {
  .dantai__td {
    padding: 16px 2px;
  }
}
.dantai__td:first-child {
  width: 155px;
}
.dantai__td--accord-td-border {
  border: 1.8px solid #cdcdcd;
}
.dantai__td--accord-td-border-btm {
  border: 1.8px solid #cdcdcd;
  border-bottom: none !important;
}
.dantai__td--noborder {
  border-bottom: none !important;
}
.dantai__td--w367 {
  width: 367px !important;
  border: 1.8px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  .dantai__td--w367 {
    width: 100%;
  }
}
.dantai__td-txt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .dantai__td-txt {
    font-size: 12px;
  }
}
.dantai__td-txt--fs22 {
  font-size: 2rem;
  color: #4794ff;
}
@media screen and (max-width: 1280px) {
  .dantai__td-txt--fs22 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .dantai__td-txt--fs22 {
    font-size: 15px;
  }
}
.dantai__td-txt--fs22.pink {
  color: #ea6a7e;
}
.dantai__td-txt--fs12 {
  font-size: 1.2rem;
}
.dantai__td-txt--fs11 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .dantai__td-txt--fs11 {
    font-size: 9px;
  }
}
.dantai__li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dantai__li::before {
  content: "・";
}
.dantai__tbl-txt {
  font-size: 1.2rem;
  padding-left: 13px;
}
.dantai__tbl-txt--nopad {
  padding-left: 0;
}
.dantai__accordion {
  margin-top: 48px;
}
.dantai__accordion-item {
  border: 1px solid #4794ff;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 18px 18px 21px;
  position: relative;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.dantai__accordion-item.active {
  border-radius: 17px;
}
.dantai__accordion-item.active .dantai__accordion-header-wrap::before {
  background-image: url("./public/img/dantai/cross-open.svg");
  background-size: auto;
  top: 5.9px;
  right: 4.2px;
  width: 9px;
}
@media screen and (max-width: 767px) {
  .dantai__accordion-item.active .dantai__accordion-header-wrap::before {
    top: 4.9px;
    right: 3.2px;
  }
}
.dantai__accordion-item.active .dantai__accordion-content {
  display: block;
}
.dantai__accordion-item.pink {
  border-color: #ea6a7e;
}
.dantai__accordion-wrap {
  cursor: pointer;
}
.dantai__accordion-bg {
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 33px;
  background-color: #4794ff;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 345px) {
  .dantai__accordion-bg {
    right: 20px;
  }
}
.dantai__accordion-bg.pink {
  background-color: #ea6a7e;
}
.dantai__accordion-header-wrap {
  position: relative;
}
.dantai__accordion-header-wrap::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  background-image: url("./public/img/dantai/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  top: 5.9px;
  right: 4.2px;
  padding: 1px;
}
@media screen and (max-width: 767px) {
  .dantai__accordion-header-wrap::before {
    top: 4.9px;
  }
}
.dantai__accordion-header {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .dantai__accordion-header {
    font-size: 16px;
  }
}
.dantai__accordion-header.pink {
  color: #ea6a7e;
}
.dantai__accordion-content {
  padding: 33px 40px 87px;
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dantai__accordion-content {
    margin-top: 40px;
    padding: 0;
  }
}
.dantai__notice-list {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .dantai__notice-list {
    margin-top: 12px;
  }
}
.dantai__notice-item {
  position: relative;
  padding-left: 10px;
  margin-bottom: 11px;
  text-indent: 0;
}
.dantai__notice-item:last-child {
  margin-bottom: 0;
}
.dantai__notice-item::before {
  content: "・";
  position: absolute;
  font-size: 1.6rem;
  top: -1px;
  left: -5px;
}
.dantai__notice-txt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #565656;
}
@media screen and (max-width: 767px) {
  .dantai__notice-txt {
    font-size: 14px;
  }
}
.dantai__box-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 50%));
  gap: 50px;
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .dantai__box-row {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dantai__box-row {
    grid-template-columns: 100%;
    gap: 50px;
    margin-top: 45px;
  }
}
.dantai__box {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 55px 30px 30px;
}
@media screen and (max-width: 767px) {
  .dantai__box {
    padding: 45px 20px 30px;
  }
}
.dantai__box-head {
  background: #ea6a7e;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1em;
  padding: 15px 30px;
  border-radius: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .dantai__box-head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .dantai__box-head {
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 40px;
    top: -15px;
  }
}
.dantai__box-subhead {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .dantai__box-subhead {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.dantai__box-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .dantai__box-list {
    font-size: 14px;
  }
}
.dantai__box-list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .dantai__box-list li {
    margin-bottom: 5px;
  }
}
.dantai__box-image {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .dantai__box-image {
    margin-top: 15px;
  }
}
.dantai__box-image.mt-50 {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .dantai__box-image.mt-50 {
    margin-top: 15px;
  }
}
.dantai__list {
  position: relative;
  counter-reset: case;
  max-width: 598px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dantai__list {
    padding-left: 12px;
    max-width: 334px;
  }
}
.dantai__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #4794ff;
}
.dantai__list.pink::before {
  background-color: #ea6a7e;
}
.dantai__list-item {
  position: relative;
  counter-increment: case;
  background-color: #fff;
  padding: 27px 40px;
}
@media screen and (max-width: 767px) {
  .dantai__list-item {
    padding: 18px 16px 18px 32px;
  }
}
.dantai__list-item::before {
  content: "" counter(case, decimal);
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  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;
  width: 41px;
  height: 41px;
  background-color: #4794ff;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Lexend Giga", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .dantai__list-item::before {
    left: -14px;
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
}
.dantai__list-item:first-child {
  margin-top: 34px;
}
.dantai__list-item:not(:first-child) {
  margin-top: 16px;
}
.dantai__list-item:last-child {
  padding: 16px 50px;
}
.dantai__list-item.pink::before {
  background-color: #ea6a7e;
}
.dantai__list-btn-wrap {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .dantai__list-btn-wrap {
    margin-top: 30px;
  }
}
.dantai__list-btn {
  max-width: 358px;
}
.dantai__list-btn--mwidth-325 {
  max-width: 325px;
}
.dantai__list-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778em;
}
@media screen and (max-width: 767px) {
  .dantai__list-txt {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.dantai__fax-details {
  margin-top: 22px;
}
.dantai__details-name {
  display: block;
  padding: 2.5px 7px;
  text-align: center;
  background-color: #edf4ff;
  width: 100%;
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dantai__details-name {
    font-size: 13px;
  }
}
.dantai__details-name.pink {
  background-color: #f0dce4;
}
.dantai__details-num {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .dantai__details-num {
    font-size: 22px;
  }
}
.dantai__grp-plan {
  padding: 44px 0 50px;
  text-align: center;
  background-color: #4794ff;
}
.dantai__grp-plan--pad {
  padding: 25px 0 27px;
}
.dantai__grp-plan--bg-ea {
  background-color: #ea6a7e;
}
.dantai__grp-plan--bg-ff {
  background-color: #ff963c;
}
.dantai__grp-plan--bg-cc {
  background-color: #00c180;
}
.dantai__grp-plan-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dantai__grp-plan-title {
    font-size: 24px;
  }
}
.dantai__grp-col {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .dantai__grp-col {
    gap: 7px;
  }
}
.dantai__grp-col-txt {
  height: 30px;
  padding: 0 20px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #4794ff;
  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) {
  .dantai__grp-col-txt {
    font-size: 11px;
  }
}
.dantai__grp-col-txt.c-pink {
  color: #ea6a7e;
}
.dantai__content {
  padding: 78px 0 109px;
}
@media screen and (max-width: 767px) {
  .dantai__content {
    padding: 31px 0 48px;
  }
}
.dantai__section-heading-wrap {
  text-align: center;
}
.dantai__section-heading-wrap--mt64 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .dantai__section-heading-wrap--mt64 {
    margin-top: 33px;
  }
}
.dantai__section-heading-wrap--mt74 {
  margin-top: 74px;
}
.dantai__section-heading-wrap--mt104 {
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .dantai__section-heading-wrap--mt104 {
    margin-top: 21px;
  }
}
.dantai__section-heading-wrap--mt101 {
  margin-top: 101px;
}
@media screen and (max-width: 767px) {
  .dantai__section-heading-wrap--mt101 {
    margin-top: 51px;
  }
}
.dantai__section-heading {
  display: block;
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  text-decoration: underline !important;
  text-decoration-color: #4794ff;
  text-underline-position: under;
}
@media screen and (max-width: 767px) {
  .dantai__section-heading {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.dantai__section-heading--border-btm-ea {
  text-decoration-color: #ea6a7e;
}
.dantai__section-heading--border-btm-ff9 {
  text-decoration-color: #ff963c;
}
.dantai__section-heading--border-btm-00 {
  text-decoration-color: #00c180;
}
.dantai__section-bbq-wrap {
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .dantai__section-bbq-wrap {
    width: 100%;
  }
}
.dantai__section-bbq-pic {
  display: block;
}
.dantai__content-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .dantai__content-txt {
    font-size: 14px;
    line-height: 1.5714285714em;
  }
}
.dantai__content-txt--link {
  text-decoration: underline !important;
  text-decoration-color: #4794ff;
}
.dantai__content-txt--sp-center {
  display: block;
}
@media screen and (max-width: 767px) {
  .dantai__content-txt--sp-center {
    text-align: center;
  }
}
.dantai__bar {
  margin-top: 36px;
  margin-bottom: 33px;
  text-align: center;
  padding: 18px;
  width: 100%;
  background-color: #ff963c;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .dantai__bar {
    margin-top: 26px;
    margin-bottom: 23px;
    padding: 14px;
  }
}
.dantai__bar--mt84 {
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .dantai__bar--mt84 {
    margin-top: 53px;
  }
}
.dantai__bar-txt {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dantai__bar-txt {
    font-size: 20px;
  }
}
.dantai__price-con {
  margin-top: 32px;
}
.dantai__price-blk {
  padding: 44px 31px 51px;
  background-color: #fff;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .dantai__price-blk {
    padding: 31px 17px;
    border-radius: 19px;
  }
}
.dantai__price-blk:not(:first-child) {
  margin-top: 20px;
}
.dantai__price-blk--con {
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .dantai__price-blk--con {
    padding: 10px 17px;
    border-radius: 7px;
  }
}
.dantai__price-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 26px;
  border-bottom: 1px solid #ffe5ce;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .dantai__price-name-wrap {
    padding-bottom: 8px;
  }
}
.dantai__price-name-wrap--noflex {
  display: block;
  text-align: center;
}
.dantai__price-name-wrap--info {
  border-bottom: 1px solid #e3e2e2;
}
.dantai__price-txt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ff963c;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .dantai__price-txt {
    font-size: 16px;
  }
}
.dantai__price-txt--name {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .dantai__price-txt--name {
    font-size: 20px;
  }
}
.dantai__computation {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .dantai__computation {
    margin-top: 19px;
    -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;
  }
}
.dantai__computation-txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .dantai__computation-txt {
    font-size: 14px;
  }
}
.dantai__computation-txt--color-ff {
  color: #ff963c;
  font-weight: 700;
}
.dantai__computation-price {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #ff963c;
}
@media screen and (max-width: 767px) {
  .dantai__computation-price {
    font-size: 22px;
  }
}
.dantai__breakdown {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .dantai__breakdown {
    -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;
  }
}
.dantai__breakdown-price {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .dantai__breakdown-price {
    font-size: 15px;
  }
}
.dantai__contact-tab-con {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .dantai__contact-tab-con {
    margin-top: 26px;
  }
}
.dantai__contact-tab-bg {
  padding: 63px 50px;
  margin: 0 auto;
  max-width: 598px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .dantai__contact-tab-bg {
    padding: 37px 23px;
  }
}
.dantai__contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.dantai__contact-wrap:not(:first-child) {
  margin-top: 13px;
}
.dantai__contact-desc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 5px;
  max-width: 85px;
  width: 100%;
  height: 36px;
  background-color: #00c180;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dantai__contact-desc {
    font-size: 14px;
    max-width: 59px;
    height: 24px;
  }
}
.dantai__price-notice {
  display: block;
  margin-top: 28px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .dantai__price-notice {
    margin-top: 15px;
    font-size: 12px;
  }
}
.dantai__plan {
  text-align: center;
  margin-top: 35px;
  padding: 31px 17px 20px;
  border: 1px solid #ff963c;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .dantai__plan {
    padding: 17px 18px;
  }
}
.dantai__plan--mt50 {
  margin-top: 50px;
}
.dantai__plan-sub {
  font-size: 2rem;
  font-weight: 700;
  color: #ff963c;
}
@media screen and (max-width: 767px) {
  .dantai__plan-sub {
    font-size: 18px;
  }
}
.dantai__plan-con {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .dantai__plan-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dantai__plan-blk {
  width: 100%;
  max-width: 308px;
  padding: 25px 15px;
  background-color: #ffe5ce;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .dantai__plan-blk {
    max-width: initial;
    padding: 18px;
    border-radius: 9px;
  }
}
.dantai__plan-blk--width460 {
  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;
  max-width: 460px;
  height: 103px;
}
@media screen and (max-width: 767px) {
  .dantai__plan-blk--width460 {
    max-width: initial;
    height: 59px;
  }
}
.dantai__plan-blk-txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556em;
  color: #ff963c;
}
@media screen and (max-width: 767px) {
  .dantai__plan-blk-txt {
    font-size: 16px;
  }
}
.dantai__plan-txt-fs12 {
  font-size: 1.2rem;
}
.dantai__private-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 33px;
  margin-top: 71px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .dantai__private-plan {
    margin-top: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.dantai__private-plan-blk {
  width: calc(33.3333333333% - 22px);
}
@media screen and (max-width: 1300px) {
  .dantai__private-plan-blk {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .dantai__private-plan-blk {
    width: 100%;
  }
}
.dantai__private-plan-type {
  display: block;
  text-align: center;
  padding: 13px 17px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ff963c;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ff963c;
}
@media screen and (max-width: 767px) {
  .dantai__private-plan-type {
    max-width: initial;
  }
}
.dantai__private-plan-type-desc {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8666666667em;
  margin-block: 25px 19px;
}
@media screen and (max-width: 767px) {
  .dantai__private-plan-type-desc {
    font-size: 15px;
  }
}
.dantai__private-plan-pic {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dantai__private-plan-pic {
    max-width: initial;
  }
}
.dantai__private-plan-desc {
  margin-top: 13px;
}
.dantai__private-plan-title {
  position: relative;
  padding-left: 19px;
  font-size: 1.8rem;
  color: #ff963c;
}
.dantai__private-plan-title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 15px;
  height: 15px;
  background-color: #ff963c;
  border-radius: 50px;
}
.dantai__private-plan-title--fw-md {
  font-weight: 500;
}
.dantai__private-plan-title--tbl-title {
  font-size: 1.8rem;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .dantai__private-plan-title--tbl-title {
    font-size: 16px;
  }
}
.dantai__private-plan-title--tbl-title::before {
  top: 3px;
  left: -4px;
  width: 20px;
  height: 20px;
  background-color: #4794ff;
}
@media screen and (max-width: 767px) {
  .dantai__private-plan-title--tbl-title::before {
    left: 1px;
    width: 18px;
    height: 18px;
  }
}
.dantai__private-plan-title--tbl-title.pink::before {
  background-color: #ea6a7e;
}
.dantai__private-plan-title--pink-circle::before {
  background-color: #ea6a7e;
}
.dantai__private-plan-title--information {
  font-size: 2.2rem;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .dantai__private-plan-title--information {
    font-size: 18px;
  }
}
.dantai__private-plan-title--information::before {
  top: 6px;
  left: -4px;
  width: 20px;
  height: 20px;
  background-color: #4794ff;
}
.dantai__private-plan-type-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625em;
  padding-left: 16px;
}
.dantai__private-plan-type-txt::before {
  content: "・";
  display: inline-block;
  margin-left: -16px;
}
.dantai__btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dantai__btn {
  background-color: #ff963c;
}
.dantai__btn--w324 {
  max-width: 324px;
}
.dantai__contact-desc-email {
  font-size: 2.2rem;
  font-weight: 500;
  color: #00c180;
  text-decoration: underline !important;
  text-decoration-color: #00c180;
  text-underline-position: under;
}
@media screen and (max-width: 767px) {
  .dantai__contact-desc-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 13px;
  }
}
.dantai__contact-desc-email--tab2 {
  color: #ff963c;
  text-decoration-color: #ff963c;
}
.dantai__contact-desc-email--contact {
  color: #4794ff;
  text-decoration-color: #4794ff;
}
.dantai__contact-desc-email--details {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 1.9rem;
  color: #4794ff;
  text-decoration-color: #4794ff;
}
@media screen and (max-width: 767px) {
  .dantai__contact-desc-email--details {
    font-size: 14px;
  }
}
.dantai__notice-wrap {
  padding-top: 23px;
  max-width: 598px;
  width: 100%;
  margin: 0 auto;
}
.dantai__list-notice {
  font-size: 1.2rem;
}
.dantai__information-blk {
  margin-top: 59px;
}
.dantai__information-blk.mt-0 {
  margin-top: 0;
}
.dantai__information-txt {
  display: block;
  margin-block: 14px 6px;
}
.dantai__information-contact-con {
  padding-top: 32px;
  width: 100%;
  max-width: 598px;
  margin: 0 auto;
}
.dantai__information-content {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dantai__information-content-txt {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dantai__information-content-txt {
    font-size: 14px;
  }
}
.dantai__information-col {
  margin-top: 24px;
  margin-bottom: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dantai__information-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 24px;
    margin-bottom: 66px;
  }
}
.dantai__information-box {
  width: 47.3%;
}
@media screen and (max-width: 767px) {
  .dantai__information-box {
    width: 100%;
  }
}
.dantai__information-blk-pic {
  display: block;
}
.dantai__information-blk-txt {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.66875em;
}
@media screen and (max-width: 767px) {
  .dantai__information-blk-txt {
    font-size: 14px;
  }
}
.dantai__contacts-bg {
  max-width: 598px;
  width: 100%;
  margin: 0 auto;
  padding: 67px 54px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .dantai__contacts-bg {
    padding: 29px 23px;
  }
}
.dantai__contact-blk {
  border-bottom: 1px solid #cccbcb;
  padding-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .dantai__contact-blk {
    padding-bottom: 25px;
  }
}
.dantai__contact-blk:not(:first-child) {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .dantai__contact-blk:not(:first-child) {
    margin-top: 25px;
  }
}
.dantai__contact-blk:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.dantai__contact-name {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5247826087em;
}
@media screen and (max-width: 767px) {
  .dantai__contact-name {
    font-size: 16px;
  }
}
.dantai__contact-icon {
  width: 27px;
  height: 27px;
}
.dantai__contact-link {
  font-size: 2.3rem;
  font-weight: 500;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .dantai__contact-link {
    font-size: 16px;
  }
}
.dantai__contact-desc-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 3rem;
  font-weight: 700;
  color: #00c180;
}
@media screen and (max-width: 767px) {
  .dantai__contact-desc-num {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dantai__contact-desc-num--spfs22 {
    font-size: 22px;
  }
}
.dantai__contact-desc-txt {
  position: relative;
  top: -4px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .dantai__contact-desc-txt {
    font-size: 12px;
    color: #595757;
  }
}

.anniv {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
}
@media screen and (max-width: 767px) {
  .anniv {
    padding: 13px 12px 0;
    overflow: hidden;
  }
}
.anniv__circle-img {
  border-radius: 50%;
  aspect-ratio: 1;
}
.anniv__container {
  padding: 18px 20px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .anniv__container {
    padding: 12px 0 55px;
    overflow: visible;
  }
}
.anniv__header {
  margin: auto;
  padding-top: 28px;
  max-width: 1005px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(3, auto);
  color: #ff2d65;
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
@media screen and (max-width: 1150px) {
  .anniv__header {
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .anniv__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    row-gap: 38px;
    padding: 0 6%;
  }
}
.anniv__case-text {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .anniv__case-text {
    font-size: 13.5px;
  }
}
.anniv__case-num {
  margin-top: -6px;
  margin-left: -8px;
  display: block;
  font-size: 10.6rem;
  letter-spacing: -0.08em;
  line-height: 0.9224952741em;
}
@media screen and (max-width: 767px) {
  .anniv__case-num {
    margin-top: -3px;
    margin-left: -3px;
    font-size: 54.85px;
    line-height: 0.9219690064em;
  }
}
.anniv__cat {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1150px) {
  .anniv__cat {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 767px) {
  .anniv__cat {
    margin-bottom: 16px;
  }
}
.anniv__cat-sub {
  display: block;
  font-size: 2.3rem;
  text-decoration: underline !important;
  text-decoration-thickness: 2.275px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .anniv__cat-sub {
    font-size: 10px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.anniv__cat-text {
  margin-top: 12px;
  font-size: 4.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .anniv__cat-text {
    margin-top: 3px;
    font-size: 22.4px;
  }
}
.anniv__title {
  font: 400 5.4rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 1150px) {
  .anniv__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .anniv__title {
    font-size: 40px;
  }
}
.anniv__mv {
  margin: 24px auto 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 980px;
}
@media screen and (max-width: 1080px) {
  .anniv__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .anniv__mv {
    margin-bottom: 46px;
  }
}
.anniv__mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.5%;
}
@media screen and (max-width: 1080px) {
  .anniv__mv-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.anniv__mv-img-wrap {
  margin-left: -124px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .anniv__mv-img-wrap {
    margin: auto;
    width: 80%;
    min-width: 533px;
  }
}
.anniv__mv-picture {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .anniv__mv-picture {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.anniv__mv-info {
  margin-top: 66px;
  width: 33%;
  min-width: 310px;
}
@media screen and (max-width: 1080px) {
  .anniv__mv-info {
    margin-top: 0;
    width: 100%;
    min-width: unset;
  }
}
.anniv__mv-info-title {
  color: #ff2d65;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1080px) {
  .anniv__mv-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .anniv__mv-info-title {
    padding-inline: 4%;
    font-size: 26px;
    line-height: 1.3478092284em;
  }
}
.anniv__mv-info-par {
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .anniv__mv-info-par {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .anniv__mv-info-par {
    padding-inline: 8.7%;
    font-size: 14px;
    line-height: 1.8464285714em;
  }
}
.anniv__mv-img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .anniv__mv-img-list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.anniv__mv-img-list {
  margin-top: 90px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 167%;
}
@media screen and (max-width: 1080px) {
  .anniv__mv-img-list {
    margin-right: 0;
    width: 80%;
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .anniv__mv-img-list {
    margin-top: 13px;
    gap: 12px;
  }
}
.anniv__mv-img-sm {
  width: 168.6px;
}
@media screen and (max-width: 1080px) {
  .anniv__mv-img-sm {
    width: 100%;
  }
}
.anniv__mp .container-980 {
  max-width: 940px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .anniv__mp .container-980 {
    max-width: 100%;
    padding: 0 8.5%;
  }
}
@media screen and (max-width: 767px) {
  .anniv__mp-header {
    max-width: 290px;
    margin: auto;
  }
}
.anniv__mp-heading {
  margin: auto;
  gap: 24px;
  color: #ff2d65;
  font: 600 2.9rem "Lexend Giga", sans-serif;
  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) {
  .anniv__mp-heading {
    margin: 0 0 0 -10px;
    gap: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    line-height: 1.1em;
  }
}
.anniv__mp-heading::before, .anniv__mp-heading::after {
  content: "";
  display: block;
  width: 31px;
  height: 56px;
  -webkit-mask: url("./public/img/icons/dbl-line.svg") no-repeat center/contain;
          mask: url("./public/img/icons/dbl-line.svg") no-repeat center/contain;
  background: #ff2d65;
}
@media screen and (max-width: 767px) {
  .anniv__mp-heading::before, .anniv__mp-heading::after {
    width: 21px;
    height: 38px;
  }
}
.anniv__mp-heading::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.anniv__mp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.7%;
  margin-top: 48px;
}
@media screen and (max-width: 1080px) {
  .anniv__mp-list {
    gap: 2.7%;
  }
}
@media screen and (max-width: 767px) {
  .anniv__mp-list {
    -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;
    gap: 18px;
    margin-top: 25px;
  }
}
.anniv__mp-item {
  width: 100%;
  max-width: 290px;
}
.anniv__mp-item:nth-child(2) .anniv__mp-box {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .anniv__mp-item:nth-child(2) .anniv__mp-box {
    margin-top: 0;
  }
}
.anniv__mp-item:nth-child(3) .anniv__mp-box {
  margin-top: 176px;
}
@media screen and (max-width: 767px) {
  .anniv__mp-item:nth-child(3) .anniv__mp-box {
    margin-top: 0;
  }
}
.anniv__mp-box {
  position: relative;
  border: 1px solid #ff2d65;
  border-radius: 14px;
  padding-block: 15px 35px;
  background: #fff;
}
.anniv__mp-box.yellow-fa {
  background: #fafdda;
}
.anniv__mp-box.mp-box-gnome::after {
  content: "";
  background: url("./public/img/anniversary/gnome.png") no-repeat center/contain;
  width: 145px;
  height: 125px;
  position: absolute;
  top: -62px;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  .anniv__mp-box.mp-box-gnome::after {
    width: 125px;
    height: 105px;
    top: -42px;
  }
}
@media screen and (max-width: 1080px) {
  .anniv__mp-box.mp-box-gnome::after {
    width: 105px;
    height: 85px;
    top: -22px;
  }
}
@media screen and (max-width: 980px) {
  .anniv__mp-box.mp-box-gnome::after {
    width: 125px;
    height: 105px;
    top: -42px;
  }
}
@media screen and (max-width: 767px) {
  .anniv__mp-box.mp-box-gnome::after {
    width: 145px;
    height: 125px;
    top: -62px;
  }
}
.anniv__mp-box-head, .anniv__mp-box-content {
  padding-inline: 6.8%;
}
.anniv__mp-plan-block {
  margin-bottom: 25px;
  color: #ff2d65;
}
.anniv__mp-plan {
  display: block;
  font: 600 1rem "Lexend Giga", sans-serif;
  line-height: 1.4em;
}
.anniv__mp-num {
  display: block;
  font: 600 3.1rem "Lexend Giga", sans-serif;
  line-height: 1em;
}
.anniv__mp-title {
  color: #ff2d65;
  font-size: clamp(1.4rem, 1vw + 0.4rem, 2rem);
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .anniv__mp-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .anniv__mp-title {
    font-size: 20px;
  }
}
.anniv__mp-title.mb-5 {
  margin-bottom: 5px;
}
.anniv__mp-image {
  width: 100%;
  aspect-ratio: 290/180;
  margin: auto;
  overflow: hidden;
}
.anniv__mp-image.w-90 {
  width: 90%;
}
.anniv__mp-subtitle {
  color: #ff2d65;
  font-size: clamp(1.4rem, 1vw + 0.1rem, 1.6rem);
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .anniv__mp-subtitle {
    font-size: 16px;
  }
}
.anniv__mp-subtitle.n-mt-12 {
  margin-top: -15px;
}
.anniv__mp-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .anniv__mp-desc {
    font-size: 12px;
    line-height: 1.5833333333em;
  }
}
.anniv__mp-btn-block {
  margin-top: 17px;
}
.anniv__mp-btn-block .button {
  max-width: 245px;
  height: 50px;
  font-size: clamp(1.4rem, 0.8vw + 0.1rem, 1.6rem);
  text-align: center;
  border-radius: 25px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(35, 24, 21, 0.3));
          filter: drop-shadow(2px 2px 3px rgba(35, 24, 21, 0.3));
}
.anniv__mp-btn-block .button::after {
  width: 18px;
  height: 18px;
  right: 18px;
}
.anniv__mp-btn-block .button.p-inline {
  padding-inline: 12px 35px;
}
.anniv__mp-wed-block {
  margin-block: 55px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  background: #4794ff;
  border-radius: 18px;
  padding: 40px 25px 35px 40px;
}
@media screen and (max-width: 767px) {
  .anniv__mp-wed-block {
    max-width: 290px;
    margin: 25px auto 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    border-radius: 12px;
    padding: 25px 15px 20px;
  }
}
.anniv__mp-wed-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52%;
  max-width: 490px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .anniv__mp-wed-img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.anniv__mp-wed-img img {
  aspect-ratio: 490/325;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .anniv__mp-wed-img img {
    border-radius: 6px;
    height: 165px;
  }
}
.anniv__mp-wed-ribbon {
  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;
  font-size: 1.6rem;
  font-weight: 700;
  width: 174px;
  height: 33px;
  z-index: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .anniv__mp-wed-ribbon {
    font-size: 14px;
    width: 148px;
    height: 28px;
    margin: 0 auto 13px;
  }
}
.anniv__mp-wed-ribbon::before {
  content: "";
  background: url("./public/img/anniversary/ribbon.svg") no-repeat center/contain;
  width: 174px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .anniv__mp-wed-ribbon::before {
    width: 148px;
    height: 28px;
  }
}
.anniv__mp-wed-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .anniv__mp-wed-title {
    font-size: 20px;
    text-align: center;
  }
}
.anniv__mp-wed-desc {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7857142857em;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .anniv__mp-wed-desc {
    font-size: 12px;
    line-height: 1.5833333333em;
  }
}
.anniv__mp-wed-btn-block .button {
  max-width: 330px;
  height: 90px;
  border-radius: 23.28px;
  color: #4794ff;
  text-align: center;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(35, 24, 21, 0.3));
          filter: drop-shadow(3px 3px 5px rgba(35, 24, 21, 0.3));
}
@media screen and (max-width: 767px) {
  .anniv__mp-wed-btn-block .button {
    height: 70px;
    border-radius: 11px;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(35, 24, 21, 0.3));
            filter: drop-shadow(2px 2px 4px rgba(35, 24, 21, 0.3));
  }
}
.anniv__mp-wed-btn-block .button::after {
  content: "";
  background: url("./public/img/icons/circled-right-arrow-blue.svg") no-repeat center/contain;
}
.anniv__mp-back-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anniv__mp-back-btn-block .button {
  max-width: 336px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .anniv__mp-back-btn-block .button {
    max-width: 290px;
  }
}

@media screen and (max-width: 767px) {
  .niisan {
    overflow-x: hidden;
  }
}
.niisan__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  color: #000;
}
.niisan__text--lh26 {
  line-height: 1.8571428571em;
}
.niisan__text--lh27 {
  line-height: 1.9571428571em;
}
.niisan__text--small {
  font-size: 1.2rem;
  line-height: 1.8em;
}
.niisan__title--vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways-right;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .niisan__title--vertical {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.niisan__title--vertical .niisan__title-en {
  line-height: unset;
}
.niisan__title--vertical .niisan__title-jp {
  font-size: 1.7rem;
}
.niisan__title--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .niisan__title--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.niisan__title--horizontal .niisan__title-jp {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.niisan__title--white .niisan__title-en {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.niisan__title--white .niisan__title-jp {
  color: #fff;
}
.niisan__title--pink .niisan__title-en {
  color: #fff;
  -webkit-text-stroke: 1px #ff2d65;
}
.niisan__title--pink .niisan__title-jp {
  color: #ff2d65;
  font-size: 1.7rem;
}
.niisan__title-en {
  font: 400 5.4rem "Dela Gothic One", serif;
  color: #fff;
  -webkit-text-stroke: 1px #ceac3b;
  line-height: 1;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .niisan__title-en {
    font-size: calc(34px + (54 - 34) * (100vw - 981px) / (1200 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__title-en {
    font-size: calc(34px + (54 - 34) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__title-en {
    font-size: 54px;
  }
}
.niisan__title-jp {
  font: 400 2.7rem "Dela Gothic One", serif;
  color: #ceac3b;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .niisan__title-jp {
    font-size: calc(17px + (27 - 17) * (100vw - 981px) / (1200 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__title-jp {
    font-size: calc(17px + (27 - 17) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__title-jp {
    font-size: 17px;
  }
}
.niisan__title-jp--small {
  font-size: 1.7rem;
  margin-right: 12px;
}
.niisan__mv {
  position: relative;
  z-index: 2;
}
.niisan__mv-animate {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: opacity 0.3s cubic-bezier(0.34, 1.86, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.86, 0.64, 1);
  transition: opacity 0.3s cubic-bezier(0.34, 1.86, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.86, 0.64, 1);
  transition: opacity 0.3s cubic-bezier(0.34, 1.86, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.86, 0.64, 1);
  transition: opacity 0.3s cubic-bezier(0.34, 1.86, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.86, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.86, 0.64, 1);
}
.niisan__mv-animate.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.niisan__mv-ctr {
  position: relative;
  aspect-ratio: 1140/567;
}
@media screen and (max-width: 767px) {
  .niisan__mv-ctr {
    aspect-ratio: 375/567;
  }
}
.niisan__mv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.niisan__mv-heading, .niisan__mv-list-item {
  position: absolute;
}
.niisan__mv-heading {
  width: 43.42%;
  height: 55.73%;
  top: 4.17%;
  left: calc(50% - 15px);
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
}
@media screen and (max-width: 767px) {
  .niisan__mv-heading {
    width: 91.65%;
    height: 38.77%;
    top: 17.97%;
    left: calc(50% - 5px);
  }
}
.niisan__mv-heading.active {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.niisan__mv-list-item--1 {
  width: 8.42%;
  height: 23.46%;
  top: 5.82%;
  left: 3.55%;
}
@media screen and (max-width: 767px) {
  .niisan__mv-list-item--1 {
    width: 13.74%;
    height: 12.63%;
    top: 4.23%;
    left: 4.07%;
  }
}
.niisan__mv-list-item--2 {
  width: 11.7%;
  height: 16.93%;
  top: 10.02%;
  left: 15.44%;
}
@media screen and (max-width: 767px) {
  .niisan__mv-list-item--2 {
    width: 19.09%;
    height: 9.09%;
    top: 5.66%;
    left: 22.35%;
  }
}
.niisan__mv-list-item--3 {
  width: 11.7%;
  height: 16.93%;
  top: 12.77%;
  right: 17.64%;
}
@media screen and (max-width: 767px) {
  .niisan__mv-list-item--3 {
    width: 19.09%;
    height: 9.09%;
    top: 7.37%;
    right: 25.65%;
  }
}
.niisan__mv-list-item--4 {
  width: 11.7%;
  height: 16.93%;
  top: 4.68%;
  right: 3.91%;
}
@media screen and (max-width: 767px) {
  .niisan__mv-list-item--4 {
    width: 19.09%;
    height: 9.09%;
    top: 2.19%;
    right: 3.39%;
  }
}
.niisan__mv-list-item--5 {
  width: 8.42%;
  height: 23.46%;
  top: 26.68%;
  right: 6.12%;
}
@media screen and (max-width: 767px) {
  .niisan__mv-list-item--5 {
    width: 13.74%;
    height: 12.63%;
    top: 13.37%;
    right: 2.72%;
  }
}
.niisan__mv-list-item--6 {
  width: 18%;
  height: 51.02%;
  top: 32.98%;
  left: 5.29%;
}
@media screen and (max-width: 767px) {
  .niisan__mv-list-item--6 {
    width: 23%;
    height: 20.86%;
    top: 59.07%;
    right: 5.15%;
  }
}
.niisan__mv-list-item--7 {
  width: 24.33%;
  height: 57.53%;
  top: 33.71%;
  right: 10.67%;
}
@media screen and (max-width: 767px) {
  .niisan__mv-list-item--7 {
    width: 48.69%;
    height: 37.88%;
    top: 56.65%;
    right: -13.05%;
  }
}
.niisan__mv-list-item--8 {
  width: 76.19%;
  height: 77.56%;
  bottom: -39.13%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
}
@media screen and (max-width: 767px) {
  .niisan__mv-list-item--8 {
    width: 161.99%;
    height: 49.48%;
    bottom: -17.7%;
  }
}
.niisan__mv-list-item--8.active {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.niisan__bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 295px 0 110px;
  overflow-x: hidden;
}
@media screen and (min-width: 981px) and (max-width: 1920px) {
  .niisan__bg {
    padding-top: calc(140px + (295 - 140) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__bg {
    padding-top: calc(150px + (200 - 150) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__bg {
    padding: 174px 0 65px;
  }
}
@media screen and (min-width: 330px) and (max-width: 767px) {
  .niisan__bg {
    padding: calc(125px + (230 - 125) * (100vw - 330px) / (767 - 330)) 0 65px;
  }
}
.niisan__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("./public/img/niisan/bg.jpg") top center/100% repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .niisan__bg::before {
    background: url("./public/img/niisan/bg-sp.jpg") top center/cover repeat;
  }
}
.niisan__intro-hd {
  font: 400 5.8rem "Dela Gothic One", serif;
  color: #ceac3b;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .niisan__intro-hd {
    font-size: calc(40px + (58 - 40) * (100vw - 981px) / (1280 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__intro-hd {
    font-size: calc(45px + (58 - 45) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__intro-hd {
    font-size: 40px;
    line-height: 1.01025em;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 330px) and (max-width: 375px) {
  .niisan__intro-hd {
    font-size: calc(34px + (40 - 34) * (100vw - 330px) / (375 - 330));
  }
}
.niisan__intro-sub-hd {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.8555555556em;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .niisan__intro-sub-hd {
    font-size: calc(14px + (18 - 14) * (100vw - 981px) / (1280 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__intro-sub-hd {
    font-size: calc(16px + (18 - 16) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__intro-sub-hd {
    font-size: 16px;
  }
}
.niisan__about {
  position: relative;
  max-width: 978px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: auto 50.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .niisan__about {
    display: block;
    padding-top: 30px;
    margin-top: 113px;
  }
}
.niisan__about::before, .niisan__about::after {
  content: "";
  width: 80%;
  height: 18px;
  background: url("./public/img/niisan/about-curve.svg") left/contain no-repeat;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .niisan__about::before, .niisan__about::after {
    width: 100%;
    height: 10px;
    background: url("./public/img/niisan/about-curve-sp.svg") center/contain no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.niisan__about::before {
  top: 64px;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .niisan__about::before {
    top: calc(40px + (64 - 40) * (100vw - 981px) / (1280 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__about::before {
    top: calc(50px + (64 - 50) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__about::before {
    top: 0;
  }
}
.niisan__about::after {
  bottom: 64px;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .niisan__about::after {
    bottom: calc(40px + (64 - 40) * (100vw - 981px) / (1280 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__about::after {
    bottom: calc(50px + (64 - 50) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__about::after {
    bottom: 30px;
  }
}
.niisan__about-info {
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .niisan__about-info {
    padding-left: 0;
  }
}
.niisan__about-info .niisan__about-text {
  max-width: 334px;
}
@media screen and (max-width: 1280px) {
  .niisan__about-info .niisan__about-text {
    padding-right: 20%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .niisan__about-info .niisan__about-text {
    font-size: calc(10px + (12 - 10) * (100vw - 981px) / (1280 - 981));
  }
}
@media screen and (max-width: 980px) {
  .niisan__about-info .niisan__about-text {
    font-size: 10px;
    max-width: 300px;
    padding-right: 8%;
  }
}
@media screen and (max-width: 850px) {
  .niisan__about-info .niisan__about-text {
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .niisan__about-info .niisan__about-text {
    font-size: 14px;
    line-height: 1.9535714286em;
    max-width: 100%;
    padding-right: 0;
  }
}
.niisan__about-title {
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__about-title {
    margin-bottom: calc(9px + (19 - 9) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__about-title {
    text-align: center;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .niisan__about-title .niisan__title-en {
    font-size: calc(34px + (54 - 34) * (100vw - 981px) / (1280 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__about-title .niisan__title-en {
    font-size: calc(40px + (54 - 40) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .niisan__about-title .niisan__title-jp {
    font-size: calc(17px + (27 - 17) * (100vw - 981px) / (1280 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__about-title .niisan__title-jp {
    font-size: calc(17px + (27 - 17) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__about-title .niisan__title-jp {
    font-size: 22px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .niisan__about-text {
    font-size: calc(10px + (14 - 10) * (100vw - 981px) / (1280 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__about-text {
    font-size: calc(11px + (14 - 11) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__about-text {
    font-size: 14px;
    line-height: 1.9535714286em;
  }
}
.niisan__about-illus {
  position: relative;
}
@media screen and (max-width: 767px) {
  .niisan__about-illus {
    max-width: 306.57px;
    margin: 170px auto 0;
  }
}
.niisan__about-img {
  position: relative;
  width: 100%;
}
.niisan__about-img .img-main {
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-image: url("./public/img/niisan/about-frame-mask.svg");
          mask-image: url("./public/img/niisan/about-frame-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.niisan__about-img .img-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 5px);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.niisan__about-seal {
  position: absolute;
  top: 50%;
  left: -130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 42px 63.5px 44px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .niisan__about-seal {
    left: -110px;
    padding: 32px 43.5px 34px;
  }
}
@media screen and (max-width: 767px) {
  .niisan__about-seal {
    font-size: 11px;
    padding: 29px 31px 25px;
    bottom: unset;
    top: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.niisan__about-seal > .fs-19 {
  font-size: 1.9rem;
}
@media screen and (min-width: 981px) and (max-width: 1300px) {
  .niisan__about-seal > .fs-19 {
    font-size: calc(12px + (16 - 12) * (100vw - 981px) / (1300 - 981));
  }
}
@media screen and (max-width: 767px) {
  .niisan__about-seal > .fs-19 {
    font-size: 16px;
  }
}
.niisan__about-seal > .num {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .niisan__about-seal > .num {
    font-size: 38px;
  }
}
.niisan__about-seal > .big {
  font-size: 3.2rem;
}
@media screen and (min-width: 981px) and (max-width: 1300px) {
  .niisan__about-seal > .big {
    font-size: calc(24px + (28 - 24) * (100vw - 981px) / (1300 - 981));
  }
}
@media screen and (max-width: 767px) {
  .niisan__about-seal > .big {
    font-size: 26px;
  }
}
.niisan__about-seal .button.button--pink {
  width: 149px;
  height: 31.7px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  margin-top: 10px;
  padding-left: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .niisan__about-seal .button.button--pink {
    max-width: 118px;
    font-size: 12px;
    padding-left: 10px;
  }
}
.niisan__about-seal .button.button--pink::after {
  width: 15px;
  height: 15px;
  right: 15px;
}
.niisan__about-seal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.niisan__proj {
  position: relative;
  margin: 44px 0 160px;
}
@media screen and (max-width: 767px) {
  .niisan__proj {
    margin-bottom: 40px;
  }
}
.niisan__proj::before, .niisan__proj::after {
  content: "";
  display: block;
  width: 100%;
  height: 176px;
  background: url("./public/img/niisan/proj-triangle.svg") center top/cover no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .niisan__proj::before, .niisan__proj::after {
    height: 75px;
    background: url("./public/img/niisan/proj-triangle-sp.svg") center top/cover no-repeat;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .niisan__proj::before, .niisan__proj::after {
    height: calc(35px + (75 - 35) * (100vw - 375px) / (767 - 375));
  }
}
.niisan__proj::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.niisan__proj-wrapper {
  position: relative;
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .niisan__proj-wrapper {
    margin-top: -40px;
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .niisan__proj-wrapper {
    margin-top: calc(-7px + (-40 - -7) * (100vw - 375px) / (767 - 375));
  }
}
.niisan__proj-wrapper::before {
  content: "";
  width: 100%;
  height: calc(100% - 130px);
  background-color: #d5b856;
  position: absolute;
  top: 130px;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .niisan__proj-wrapper::before {
    height: calc(100% - 40px);
    top: 40px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .niisan__proj-wrapper::before {
    height: calc(100% - (7px + (40 - 7) * (100vw - 375px) / (767 - 375)));
    top: calc(7px + (40 - 7) * (100vw - 375px) / (767 - 375));
  }
}
.niisan__proj-ctr {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.niisan__proj-float {
  position: absolute;
  top: 185px;
  right: -104px;
}
@media screen and (max-width: 1366px) {
  .niisan__proj-float {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .niisan__proj-float {
    position: static;
  }
}
@media screen and (max-width: 1366px) {
  .niisan__proj-float .niisan__title-en {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .niisan__proj-float .niisan__title-en {
    font-size: 54px;
  }
}
@media screen and (max-width: 1366px) {
  .niisan__proj-float .niisan__title-jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .niisan__proj-float .niisan__title-jp {
    font-size: 17px;
  }
}
.niisan__proj-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .niisan__proj-logo {
    margin-bottom: 16px;
  }
}
.niisan__proj-logo-bbl {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font: 400 1.9rem "Dela Gothic One", serif;
  color: #fff;
  letter-spacing: 0.015em;
  padding: 5px 12px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .niisan__proj-logo-bbl {
    font-size: 14px;
    padding: 5px 9px 11px;
  }
}
.niisan__proj-logo-bbl::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("./public/img/niisan/proj-logo-bbl.svg") center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.niisan__proj-logo-pic {
  max-width: 248px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .niisan__proj-logo-pic {
    max-width: 186px;
  }
}
.niisan__proj-title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .niisan__proj-title {
    margin: 15px 0;
  }
}
.niisan__proj-title-sub {
  font: 400 2.4rem "Dela Gothic One", serif;
  margin-bottom: 9px;
}
.niisan__proj-title-main {
  font: 400 4.2rem "Dela Gothic One", serif;
}
@media screen and (max-width: 767px) {
  .niisan__proj-title-main {
    font-size: 30px;
  }
}
.niisan__proj-main-img {
  max-width: 575px;
  margin: 70px auto 38px;
  aspect-ratio: 575/407;
}
@media screen and (max-width: 767px) {
  .niisan__proj-main-img {
    margin: 44px auto 17px;
    aspect-ratio: 317/224;
  }
}
.niisan__proj-main-text {
  margin: 36px 0 38px;
}
@media screen and (max-width: 767px) {
  .niisan__proj-main-text {
    margin: 11px 0 51px;
  }
}
.niisan__proj-box-title {
  font: 400 2.3rem "Dela Gothic One", serif;
  color: #ad8e4b;
  background-color: #fff;
  padding: 2px 0 4px;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .niisan__proj-box-title {
    font-size: 18px;
    padding: 3px 0 5px;
    margin-bottom: 29px;
  }
}
.niisan__proj-box-title--mb28 {
  margin-bottom: 28px;
}
.niisan__proj-vid {
  position: relative;
  display: block;
  max-width: 575px;
  margin: 0 auto;
  aspect-ratio: 575/325;
}
@media screen and (max-width: 767px) {
  .niisan__proj-vid {
    max-width: 100%;
    aspect-ratio: 330/186;
  }
}
.niisan__proj-vid::before {
  content: "";
  -webkit-mask: url("./public/img/icons/play-button.png") no-repeat center/contain;
          mask: url("./public/img/icons/play-button.png") no-repeat center/contain;
  background: #fff;
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .niisan__proj-vid::before {
    width: 65px;
    height: 65px;
  }
}
.niisan__proj-poster-list {
  max-width: 750px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .niisan__proj-poster-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
.niisan__proj-poster-item {
  aspect-ratio: 920/750;
}
.niisan__commercial-text {
  margin: 33px 0 40px;
}
@media screen and (max-width: 767px) {
  .niisan__commercial-text {
    margin: 22px 0 64px;
  }
}
.niisan__sns-list {
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .niisan__sns-list {
    margin-bottom: 64px;
  }
}
.niisan__sns-icon {
  width: auto;
  height: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.niisan__sns-icon:hover {
  opacity: 0.7;
}
.niisan__items {
  position: relative;
  max-width: calc(900px + 8%);
  margin: 0 auto 101px;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .niisan__items {
    margin-bottom: 78px;
  }
}
.niisan__items-title {
  position: absolute;
  top: 0;
  left: 73px;
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .niisan__items-title {
    left: calc(32px + (73 - 32) * (100vw - 1201px) / (1280 - 1201));
  }
}
@media screen and (max-width: 767px) {
  .niisan__items-title {
    position: unset;
    margin-bottom: 70px;
  }
}
.niisan__items-title .niisan__title-en {
  color: #fff;
  -webkit-text-stroke: 1px #4794ff;
}
@media screen and (max-width: 767px) {
  .niisan__items-title .niisan__title-en {
    line-height: 1;
  }
}
.niisan__items-title .niisan__title-jp {
  display: inline-block;
  color: #4794ff;
  margin-top: 16px;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
@media screen and (max-width: 767px) {
  .niisan__items-title .niisan__title-jp {
    display: block;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    margin-top: 7px;
  }
}
.niisan__items-cards {
  display: grid;
  grid-template-columns: repeat(2, 343px);
  gap: 0 44px;
}
@media screen and (max-width: 1200px) {
  .niisan__items-cards {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .niisan__items-cards {
    display: block;
  }
}
.niisan__items-cards:first-child {
  margin-left: 115px;
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .niisan__items-cards:first-child {
    margin-left: calc(75px + (115 - 75) * (100vw - 1201px) / (1280 - 1201));
  }
}
@media screen and (max-width: 1200px) {
  .niisan__items-cards:first-child {
    margin: 0;
  }
}
.niisan__items-cards:last-child {
  margin: -33px 0 0 23px;
}
@media screen and (max-width: 1200px) {
  .niisan__items-cards:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .niisan__items-cards:not(:last-child) {
    margin-bottom: 59px;
  }
}
.niisan__items-card {
  position: relative;
  max-height: 365px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 6px solid #4794ff;
  border-radius: 12px;
  background-color: #fff;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  .niisan__items-card {
    max-width: 343px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .niisan__items-card {
    max-width: 335px;
    max-height: 100%;
    margin: 0 auto;
    padding: 25px 15px 20px 23px;
  }
}
.niisan__items-card::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("./public/img/niisan/items-card-deco.svg") center/contain no-repeat;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.niisan__items-card--1 .niisan__items-card-title {
  margin-bottom: 15px;
}
.niisan__items-card--1 .niisan__items-card-ctr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .niisan__items-card--1 .niisan__items-card-ctr {
    gap: 13px;
  }
}
.niisan__items-card--1 .niisan__items-card-img {
  position: absolute;
  top: 0;
  left: -55px;
  max-width: 158px;
}
@media screen and (max-width: 767px) {
  .niisan__items-card--1 .niisan__items-card-img {
    position: unset;
    max-width: 131px;
    aspect-ratio: 131/229;
  }
}
.niisan__items-card--1 .niisan__items-card-content {
  width: 170px;
}
.niisan__items-card--1 .niisan__items-card-content p {
  margin-bottom: 7px;
}
.niisan__items-card--1 .niisan__items-card-num {
  margin-top: 3px;
}
.niisan__items-card--2 .niisan__items-card-img {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .niisan__items-card--2 .niisan__items-card-img {
    max-width: 245px;
    margin-bottom: 13px;
  }
}
.niisan__items-card--3 .niisan__items-card-title {
  margin-bottom: 10px;
}
.niisan__items-card--3 .niisan__items-card-img {
  max-width: 188px;
  margin: 0 auto 2px;
  aspect-ratio: 188/196;
}
@media screen and (max-width: 767px) {
  .niisan__items-card--3 .niisan__items-card-img {
    max-width: 180px;
    aspect-ratio: 180/188;
  }
}
.niisan__items-card--4 .niisan__items-card-img {
  max-width: 241px;
  margin: 0 auto;
  aspect-ratio: 241/192;
}
@media screen and (max-width: 767px) {
  .niisan__items-card--4 .niisan__items-card-img {
    max-width: 224px;
    aspect-ratio: 224/178;
  }
}
.niisan__items-card--4 .niisan__items-card-prices {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.niisan__items-card--2, .niisan__items-card--4 {
  margin-top: 95px;
}
@media screen and (max-width: 1200px) {
  .niisan__items-card--2, .niisan__items-card--4 {
    margin-top: 59px;
  }
}
.niisan__items-card-title {
  position: relative;
  font: 400 2.3rem "Dela Gothic One", serif;
  color: #4794ff;
  text-align: center;
  padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .niisan__items-card-title {
    font-size: 22px;
  }
}
.niisan__items-card-title::after {
  content: "";
  width: 100%;
  height: 6px;
  background: url("./public/img/niisan/items-title-deco.svg") center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.niisan__items-card-title.mb18 {
  margin-bottom: 18px;
}
.niisan__items-card-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.niisan__items-card-price > .measure {
  font-size: 1.2rem;
  font-weight: 500;
}
.niisan__items-card-num {
  display: block;
  font: 400 3.2rem "Dela Gothic One", serif;
  color: #4794ff;
}
@media screen and (max-width: 767px) {
  .niisan__items-card-num {
    font-size: 30px;
  }
}
.niisan__items-card-num--small {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .niisan__items-card-num--small {
    font-size: 25px;
  }
}
.niisan__items-card-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  min-width: 112px;
  min-height: 47px;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #ff2d65;
  color: #fff;
  border-radius: 11px;
  padding-right: 12px;
  text-align: center;
  z-index: 1;
}
.niisan__items-card-badge::before {
  content: "";
  width: 68px;
  height: 68px;
  background: url("./public/img/niisan/items-card-badge.png") center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: -44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.niisan__items-button {
  margin-top: -51px;
}
@media screen and (max-width: 1200px) {
  .niisan__items-button {
    margin: 55px auto 0;
  }
}
.niisan__mon {
  padding-bottom: 62px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .niisan__mon {
    padding-bottom: 0;
    margin-bottom: 61px;
  }
}
.niisan__mon-ctr {
  max-width: 776px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .niisan__mon-ctr .niisan__title-en {
    font-size: 50px;
  }
}
.niisan__mon-main {
  position: relative;
  border: 4px solid #ff2d65;
  border-radius: 19px;
  padding: 30px 45px 44px;
  margin-top: 15px;
}
@media screen and (min-width: 981px) and (max-width: 1180px) {
  .niisan__mon-main {
    padding: calc(20px + (30 - 20) * (100vw - 981px) / (1180 - 981)) calc(35px + (45 - 35) * (100vw - 981px) / (1180 - 981)) calc(34px + (44 - 34) * (100vw - 981px) / (1180 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__mon-main {
    padding: calc(20px + (30 - 20) * (100vw - 768px) / (980 - 768)) calc(35px + (45 - 35) * (100vw - 768px) / (980 - 768)) calc(34px + (44 - 34) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__mon-main {
    padding: 12px 23px 14px;
    margin-top: 33px;
  }
}
.niisan__mon-main-ctr, .niisan__mon-location {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .niisan__mon-main-ctr, .niisan__mon-location {
    width: 100%;
  }
}
.niisan__mon-main-title {
  font: 400 5.1rem "Dela Gothic One", serif;
  color: #ff2d65;
  margin-bottom: 7px;
}
@media screen and (min-width: 981px) and (max-width: 1180px) {
  .niisan__mon-main-title {
    font-size: calc(38px + (51 - 38) * (100vw - 981px) / (1180 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__mon-main-title {
    font-size: calc(38px + (51 - 38) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__mon-main-title {
    font-size: 30px;
    text-align: center;
  }
}
.niisan__mon-location-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 26px 0 16px;
}
@media screen and (max-width: 767px) {
  .niisan__mon-location-ctr {
    -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;
    gap: 9px;
    margin-bottom: 6px;
  }
}
.niisan__mon-location-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #595757;
  padding: 1px 20px;
}
@media screen and (max-width: 767px) {
  .niisan__mon-location-title {
    width: 100%;
    text-align: center;
  }
}
.niisan__mon-location-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}
.niisan__mon-statue {
  position: absolute;
  top: calc(50% - 31px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -45px;
}
@media screen and (max-width: 767px) {
  .niisan__mon-statue {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: none;
            transform: none;
    max-width: 280px;
    margin: 0 auto;
  }
}
.niisan__mon-statue-ctr {
  width: 318px;
  height: 594px;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .niisan__mon-statue-ctr {
    width: calc(268px + (318 - 268) * (100vw - 981px) / (1200 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__mon-statue-ctr {
    width: calc(268px + (318 - 268) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__mon-statue-ctr {
    width: 210px;
    height: 392px;
    margin: 0 -17px 0 auto;
  }
}
.niisan__mon-statue-text {
  position: absolute;
  top: 48px;
  left: -73px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 1.7rem "Dela Gothic One", serif;
  line-height: 1.1994117647em;
  color: #fff;
  padding: 21px 28px 40px;
}
@media screen and (max-width: 767px) {
  .niisan__mon-statue-text {
    top: 91px;
    left: -9px;
  }
}
.niisan__mon-statue-text::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("./public/img/niisan/mon-statue-blob.svg") center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.niisan__shop {
  max-width: calc(986px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
.niisan__shop-main {
  position: relative;
  border: 6px solid #ceac3b;
  border-radius: 27px;
  background-color: #fff;
  padding: 37px 50px 40px;
  margin-top: 16px;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .niisan__shop-main {
    padding: 37px calc(30px + (50 - 30) * (100vw - 981px) / (1200 - 981)) 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__shop-main {
    padding: 37px calc(30px + (50 - 30) * (100vw - 768px) / (980 - 768)) 40px;
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-main {
    padding: 35px 24px 46px;
    margin-top: 26px;
  }
}
.niisan__shop-main-title {
  font: 400 5.1rem "Dela Gothic One", serif;
  color: #ceac3b;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .niisan__shop-main-title {
    font-size: calc(40px + (51 - 40) * (100vw - 981px) / (1200 - 981));
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-main-title {
    font-size: 34px;
  }
}
.niisan__shop-main-subtitle {
  display: block;
  font: 400 2.5rem "Dela Gothic One", serif;
  color: #ceac3b;
  text-align: center;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .niisan__shop-main-subtitle {
    font-size: calc(20px + (25 - 20) * (100vw - 981px) / (1200 - 981));
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-main-subtitle {
    font-size: 17px;
  }
}
.niisan__shop-message {
  position: absolute;
  top: -18px;
  right: 149px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.5886666667em;
  color: #000;
  padding: 39.5px 19px;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .niisan__shop-message {
    font-size: calc(11px + (15 - 11) * (100vw - 981px) / (1400 - 981));
    top: calc(0px + (-18 - 0) * (100vw - 981px) / (1400 - 981));
    right: calc(32px + (149 - 32) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__shop-message {
    right: calc(29px + (109 - 29) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-message {
    font-size: 13px;
    line-height: 1.5523076923em;
    padding: 29.5px 14px 34.5px;
    top: 112px;
    right: -14px;
  }
}
.niisan__shop-message::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("./public/img/niisan/shop-blob.svg") center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.niisan__shop-content {
  display: grid;
  grid-template-columns: 496px 348px;
  gap: 30px;
  margin-top: 27px;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .niisan__shop-content {
    grid-template-columns: calc(246px + (496 - 246) * (100vw - 981px) / (1400 - 981)) calc(276px + (348 - 276) * (100vw - 981px) / (1400 - 981));
    gap: calc(15px + (30 - 15) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__shop-content {
    grid-template-columns: calc(246px + (396 - 246) * (100vw - 768px) / (980 - 768)) calc(356px + (351 - 356) * (100vw - 981px) / (1400 - 981));
    gap: calc(15px + (25 - 15) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-content {
    display: block;
    margin-top: 23px;
  }
}
.niisan__shop-content-images {
  position: relative;
}
.niisan__shop-image {
  aspect-ratio: 496/387;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .niisan__shop-image {
    aspect-ratio: 280/219;
    margin-bottom: 21px;
  }
}
.niisan__shop-image-small {
  max-width: 234px;
  aspect-ratio: 234/165;
  border: 6px solid #fff;
  position: absolute;
  top: -136px;
  left: 29px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .niisan__shop-image-small {
    max-width: calc(110px + (234 - 110) * (100vw - 981px) / (1400 - 981));
    top: calc(-63px + (-136 - -63) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__shop-image-small {
    max-width: calc(110px + (190 - 110) * (100vw - 768px) / (980 - 768));
    top: calc(-63px + (-113 - -63) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-image-small {
    max-width: 145px;
    aspect-ratio: 145/102;
    top: -94px;
    left: 5px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}
.niisan__shop-image-caption {
  display: block;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .niisan__shop-image-caption {
    max-width: 286px;
    margin: 11px auto 121px;
    font-size: 10px;
  }
}
.niisan__shop-detail-title {
  font: 400 2.5rem "Dela Gothic One", serif;
  line-height: 1.1852em;
  color: #000;
  margin-bottom: 17px;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .niisan__shop-detail-title {
    font-size: calc(22px + (25 - 22) * (100vw - 981px) / (1200 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__shop-detail-title {
    font-size: calc(22px + (25 - 22) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-detail-title {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-extra {
    margin-inline: -24px;
  }
}
.niisan__shop-extra-images {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-transform: translateX(-49px);
          transform: translateX(-49px);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .niisan__shop-extra-images {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 131px auto 0;
  }
}
.niisan__shop-extra-image {
  border: 5px solid #fff;
}
.niisan__shop-extra-image:first-of-type {
  width: 199px;
  aspect-ratio: 204/147;
  -webkit-transform: translateX(10px) rotate(-2deg);
          transform: translateX(10px) rotate(-2deg);
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .niisan__shop-extra-image:first-of-type {
    width: calc(154px + (199 - 154) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__shop-extra-image:first-of-type {
    width: calc(154px + (199 - 154) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-extra-image:first-of-type {
    width: 146px;
    aspect-ratio: 146/102;
  }
}
.niisan__shop-extra-image:nth-of-type(2) {
  width: 198px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translate(3px, -6px) rotate(6deg);
          transform: translate(3px, -6px) rotate(6deg);
  z-index: -1;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .niisan__shop-extra-image:nth-of-type(2) {
    width: calc(151px + (198 - 151) * (100vw - 981px) / (1400 - 981));
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .niisan__shop-extra-image:nth-of-type(2) {
    width: calc(151px + (198 - 151) * (100vw - 768px) / (980 - 768));
  }
}
@media screen and (max-width: 767px) {
  .niisan__shop-extra-image:nth-of-type(2) {
    width: 145px;
    aspect-ratio: 145/103;
    -webkit-transform: translate(5px, -24px) rotate(6deg);
            transform: translate(5px, -24px) rotate(6deg);
  }
}
.niisan__shop-button {
  background-color: #ceac3b;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .niisan__shop-button {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
.niisan__shop-button::after {
  background: url("./public/img/icons/circled-right-arrow-yellow.svg") center/contain no-repeat;
}
.niisan__return-button {
  max-width: 390px;
  margin: 95px auto 0;
}
@media screen and (max-width: 767px) {
  .niisan__return-button {
    max-width: 320px;
    margin-top: 59px;
  }
}

.fs__tab {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .fs__tab {
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .fs__tab-button {
    max-width: 50%;
  }
}
.fs__filter {
  width: 100%;
  margin: 49px 0 21px;
  border: 1px solid #4794ff;
}
.fs__filter-form {
  padding-top: 16px;
}
.fs__filter-note {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.fs__filter-block {
  padding: 21px 0;
}
.fs__filter-block:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.fs__filter-block-title {
  font-weight: 700;
}
.fs__filter-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 11px;
}
.fs__filter-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}
.fs__count {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #565656;
  text-align: center;
}
.fs__count > .number {
  font-size: 3.4rem;
  color: #4794ff;
}
.fs__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 35px;
}
@media screen and (max-width: 980px) {
  .fs__content {
    gap: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .fs__content {
    display: block;
  }
}
.fs__content-link {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .fs__content-link {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .fs__content-link:nth-child(odd)::before {
    content: "";
    width: 110.66%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-inline: -5.33%;
    background: url("./public/img/food-shop/food-bg.svg") center/cover no-repeat;
    z-index: -1;
  }
}
.fs__content-image {
  aspect-ratio: 305/180;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .fs__content-image {
    aspect-ratio: 335/200;
  }
}
.fs__content-title {
  font-size: 2rem;
  line-height: 1.45em;
  color: #4794ff;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .fs__content-title {
    font-size: 1.8rem;
  }
}
.fs__content-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fs__content-cat {
  min-width: 82px;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #4794ff;
  border-radius: 11px;
  padding: 2px 10px;
  background-color: #fff;
  text-align: center;
}
.fs__content-cat.active {
  background-color: #4794ff;
  color: #fff;
}
.fs__shop {
  padding-top: 76px;
}
@media screen and (max-width: 767px) {
  .fs__shop {
    padding-top: 32px;
  }
}
.fs__shop-title {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .fs__shop-title {
    font-size: 22px;
  }
}
.fs__shop-slider {
  margin-top: 17px;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .fs__shop-slider {
    margin-top: 12px;
    padding-bottom: 7px;
  }
}
.fs__shop-intro-heading {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fs__shop-intro-heading {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.fs__shop-intro-text {
  font-size: 1.6rem;
  line-height: 1.75em;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .fs__shop-intro-text {
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 10px;
  }
}
.fs__shop-intro-item {
  font-size: 1.8rem;
  color: #4794ff;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .fs__shop-intro-item {
    font-size: 16px;
    line-height: 1.75em;
    padding-left: 16px;
  }
}
.fs__shop-intro-item::before {
  content: "●";
  font-family: "Kozuka Gothic", sans-serif;
  margin-left: -18px;
}
@media screen and (max-width: 767px) {
  .fs__shop-intro-item::before {
    padding-left: -16px;
  }
}
.fs__shop-menu {
  padding: 56px 0 105px;
  color: #fff;
  background-color: #4794ff;
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .fs__shop-menu {
    padding: 36px 0 62px;
    margin-top: 48px;
  }
}
.fs__shop-menu-heading {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .fs__shop-menu-heading {
    margin-bottom: 22px;
  }
}
.fs__shop-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 20px;
}
@media screen and (max-width: 1200px) {
  .fs__shop-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .fs__shop-menu-list {
    border-bottom: none;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    grid-gap: 65px 0;
    padding-bottom: 0;
  }
}
.fs__shop-menu-image {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  width: 100%;
  background-color: #fff;
  aspect-ratio: 304/304;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .fs__shop-menu-image {
    border-radius: 12px;
    aspect-ratio: 335/335;
    margin-bottom: 29px;
  }
}
.fs__shop-menu-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.fs__shop-menu-tag-text {
  color: #595757;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 3px 11.5px 4px;
  background-color: #e4f531;
  border-radius: 14px;
  line-height: 1;
}
.fs__shop-menu-title {
  font-size: 2rem;
  line-height: 1.2727272727em;
}
@media screen and (max-width: 767px) {
  .fs__shop-menu-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.fs__shop-menu-price {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #e4f531;
  margin-top: 3px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fs__shop-menu-price {
    font-size: 18px;
    margin-top: 5px;
  }
}
.fs__shop-menu-details {
  font-size: 1.4rem;
}
.fs__shop-menu-detail:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .fs__shop-menu-detail:not(:last-child) {
    margin-bottom: 4px;
  }
}
.fs__shop-menu-text {
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  word-break: break-all;
}
.fs__shop-menu-text.bulleted::before {
  content: "● ";
  font-family: "Kozuka Gothic", sans-serif;
}
.fs__shop-menu-note {
  font-size: 1.2rem;
}
.fs__shop-menu-info {
  font-size: 1.6rem;
  font-family: "Kozuka Gothic", sans-serif;
  font-weight: 500;
  line-height: 1em;
}
.fs__shop-menu-info:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fs__shop-menu-info:not(:last-child) {
    margin-bottom: 8px;
  }
}
.fs__precaution {
  padding-block: 30px 40px;
  background: rgba(89, 87, 87, 0.05);
}
@media screen and (max-width: 767px) {
  .fs__precaution {
    padding-block: 35px;
    background-color: #fff;
  }
}
.fs__precaution-list {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .fs__precaution-list {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}
.fs__precaution-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fs__precaution-list li::before {
  content: "・";
}
.fs__map {
  padding-block: 40px 120px;
}
@media screen and (max-width: 767px) {
  .fs__map {
    padding-block: 40px 60px;
  }
}
.fs__map .button {
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .fs__map .button {
    max-width: 220px;
  }
}
.fs__map-block {
  margin: 30px auto 20px;
  width: 100%;
  max-width: 785px;
  aspect-ratio: 785/425;
}
@media screen and (max-width: 767px) {
  .fs__map-block {
    margin: 15px auto 20px;
    max-width: 100%;
  }
}
.fs__map-link {
  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;
  gap: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.fs__map-link:hover {
  color: #4794ff;
}
.fs__map-link:hover .aa__map-link-icon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.fs__map-link-icon {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.fs__icon-box {
  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;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .fs__icon-box {
    gap: 5px;
  }
}
.fs__icon-box span {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fs__icon-box span {
    font-size: 20px;
  }
}
.fs__icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .fs__icon {
    width: 29px;
    height: 29px;
  }
}

.case-family {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background: linear-gradient(0deg, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
}
@media screen and (max-width: 767px) {
  .case-family {
    padding: 13px 12px 0;
    overflow: hidden;
  }
}
.case-family__circle-img {
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .case-family__wrap-sp {
    margin-inline: auto;
    padding-inline: 8.7%;
    max-width: calc(400px + 17.4%);
  }
}
.case-family__container {
  padding: 18px 20px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-family__container {
    padding: 12px 0 64px;
    overflow: visible;
  }
}
.case-family__header {
  margin: auto;
  padding-top: 28px;
  max-width: 1005px;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(3, auto);
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-family__header {
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__header {
    row-gap: 38px;
    padding: 0 6%;
  }
}
.case-family__case-text {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .case-family__case-text {
    font-size: 13.5px;
  }
}
.case-family__case-num {
  margin-top: -6px;
  margin-left: -8px;
  display: block;
  font-size: 10.6rem;
  letter-spacing: -0.08em;
  line-height: 0.9224952741em;
}
@media screen and (max-width: 767px) {
  .case-family__case-num {
    margin-top: -3px;
    margin-left: -3px;
    font-size: 54.85px;
    line-height: 0.9219690064em;
  }
}
.case-family__cat {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1150px) {
  .case-family__cat {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 767px) {
  .case-family__cat {
    margin-bottom: 16px;
  }
}
.case-family__cat-sub {
  display: block;
  font-size: 2.3rem;
  text-decoration: underline !important;
  text-decoration-thickness: 2.275px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .case-family__cat-sub {
    font-size: 10px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.case-family__cat-text {
  margin-top: 12px;
  font-size: 4.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .case-family__cat-text {
    margin-top: 3px;
    font-size: 22.4px;
  }
}
.case-family__title {
  font: 400 5.4rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-family__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .case-family__title {
    font-size: 40px;
  }
}
.case-family__mv {
  margin: 24px auto 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 980px;
}
@media screen and (max-width: 1080px) {
  .case-family__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__mv {
    margin-bottom: 46px;
  }
}
.case-family__mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.5%;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.case-family__mv-img-wrap {
  margin-left: -124px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img-wrap {
    margin: auto;
    width: 80%;
    min-width: 533px;
  }
}
.case-family__mv-picture {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-picture {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.case-family__mv-info {
  margin-top: 66px;
  width: 33%;
  min-width: 310px;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-info {
    margin-top: 0;
    width: 100%;
    min-width: unset;
  }
}
.case-family__mv-info-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .case-family__mv-info-title {
    padding-inline: 4%;
    font-size: 26px;
    line-height: 1.3478092284em;
  }
}
.case-family__mv-info-par {
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-info-par {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__mv-info-par {
    padding-inline: 8.7%;
    font-size: 14px;
    line-height: 1.8464285714em;
  }
}
.case-family__mv-img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img-list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-family__mv-img-list {
  margin-top: 115px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 167%;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img-list {
    margin-right: 0;
    width: 80%;
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__mv-img-list {
    margin-top: 30px;
    gap: 12px;
  }
}
.case-family__mv-img-sm {
  width: 168.6px;
}
@media screen and (max-width: 1080px) {
  .case-family__mv-img-sm {
    width: 100%;
  }
}
.case-family__model {
  margin: auto;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .case-family__model-header {
    padding-inline: 6.5%;
    margin: 0 auto -8px;
    max-width: calc(360px + 13%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case-family__model-title {
  margin: auto;
  gap: 24px;
  font: 600 2.4rem "Lexend Giga", sans-serif;
  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) {
  .case-family__model-title {
    margin: 0;
    gap: 5px;
    width: 100%;
    font-size: 20px;
    line-height: 1.1em;
  }
}
.case-family__model-title::before, .case-family__model-title::after {
  content: "";
  display: block;
  width: 31px;
  height: 56px;
  background: url("./public/img/icons/dbl-line.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .case-family__model-title::before, .case-family__model-title::after {
    width: 21px;
    height: 38px;
  }
}
.case-family__model-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.case-family__model-img {
  position: absolute;
  z-index: 2;
}
.case-family__model-img--tr {
  top: 14px;
  right: 59px;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--tr {
    position: static;
    width: 100%;
    padding-left: 20px;
  }
}
.case-family__model-img--tr img {
  aspect-ratio: 170/258;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--tr img {
    aspect-ratio: 4/3;
    position: relative;
    left: -12px;
    top: -14px;
    width: 120%;
  }
}
.case-family__model-img--bl {
  top: calc(100% - 10px);
  left: -22px;
  width: 31.7%;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--bl {
    left: 5px;
    width: 60.5%;
    max-width: 280px;
    top: unset;
    bottom: -86px;
  }
}
.case-family__model-img--mid {
  top: calc(100% - 60px);
  left: -28px;
  width: 75.8%;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--mid {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-family__model-img--left {
  top: calc(100% - 54px);
  right: -93px;
}
@media screen and (max-width: 767px) {
  .case-family__model-img--left {
    left: -11px;
    right: unset;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-family__list {
  margin-block: 40px 345px;
  display: grid;
  gap: 142px 5%;
  grid-template-columns: repeat(3, 30%);
}
@media screen and (max-width: 767px) {
  .case-family__list {
    margin-block: 20px 128px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.case-family__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-family__item {
    top: 0 !important;
  }
}
.case-family__item--bg-white {
  background: #fff;
}
.case-family__item:nth-child(odd) .case-family__item-content {
  background: #fafdda;
}
.case-family__item:nth-child(even) .case-family__item-content {
  background: #fff;
}
.case-family__item:nth-child(3n+1)::before, .case-family__item:nth-child(3n+1)::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1px;
  left: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .case-family__item:nth-child(3n+1)::before, .case-family__item:nth-child(3n+1)::after {
    content: none;
  }
}
.case-family__item:nth-child(3n+1)::after {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  top: 142px;
}
.case-family__item:nth-child(3n+1):first-child::before {
  content: none;
}
.case-family__item:nth-child(2) {
  top: 112px;
}
.case-family__item:nth-child(3) {
  top: 194px;
}
.case-family__item:nth-child(4)::before {
  top: 52px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.case-family__item:nth-child(4)::after {
  top: 152px;
}
.case-family__item:nth-child(5) {
  top: 120px;
}
.case-family__item:nth-child(6) {
  top: 230px;
}
.case-family__item:nth-child(7)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.case-family__item:nth-child(7)::after {
  top: 170px;
}
.case-family__item:nth-child(8) {
  top: 135px;
}
.case-family__item:nth-child(9) {
  top: 260px;
}
.case-family__item-content {
  border-radius: 14.5px;
  border: 1px solid #4794ff;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.case-family__item-header {
  padding: 14px 1.7% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-family__item-main {
  padding: 0 7% 24px;
}
@media screen and (max-width: 767px) {
  .case-family__item-main {
    padding: 0 4% 18px;
  }
}
.case-family__item-case {
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
.case-family__item-case-text {
  display: block;
  font-size: 1.1rem;
}
.case-family__item-case-num {
  margin-top: -6px;
  display: block;
  font-size: 3.16rem;
}
.case-family__item-bbl {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 194.6px;
}
.case-family__item-bbl::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: -17px;
  width: 65px;
  height: 25px;
  background: url("./public/img/friends/bbl-tail.svg") no-repeat center/contain;
}
.case-family__item-bbl-text {
  padding: 14px 0 8px;
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 1.4285714286em;
  background: #ff2d65;
  z-index: 1;
  -webkit-clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
          clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
}
@media screen and (max-width: 767px) {
  .case-family__item-bbl-text {
    font-size: 14.5px;
  }
}
.case-family__item-icon {
  margin-top: 12px;
  margin-inline: auto;
}
.case-family__item-icon--bag {
  margin-bottom: 10px;
  width: 24px;
  height: 33px;
}
.case-family__item-icon--ferris {
  margin-bottom: 10px;
  width: 32px;
  height: 34px;
}
.case-family__item-icon--utensils {
  margin-block: 22px 12px;
  width: 33px;
  height: 22px;
}
.case-family__item-icon--camera {
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
}
.case-family__item-icon--logo-prio {
  margin-block: 24px 10px;
  width: 95px;
  height: 22px;
}
.case-family__item-sub {
  margin-bottom: 5px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}
.case-family__item-title {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2695454545em;
}
@media screen and (max-width: 767px) {
  .case-family__item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.case-family__item-par {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .case-family__item-par {
    padding-inline: 2.5%;
    font-size: 12px;
    line-height: 1.5708333333em;
  }
}
.case-family__item-legend {
  margin: 22px auto -8px;
  padding: 1.5px 12.5px;
  border: 1px solid #595757;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.case-family__item-img {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  width: 100%;
  aspect-ratio: 290/182;
  overflow: hidden;
}
.case-family__item-footer {
  padding: 8px 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
}
.case-family__item-links-list {
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1080px) {
  .case-family__item-links-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case-family__item-links-list {
    gap: 18px;
  }
}
.case-family__item-link {
  position: relative;
  display: block;
  width: 22px;
  z-index: 10;
}
.case-family__item-footer-logo {
  width: 128px;
  height: 30px;
}
.case-family__item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.case-family__item-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-family__item-list-caption {
  margin-top: 12px;
  padding-inline: 5px;
  font-size: 12px;
  font-weight: 700;
}
.case-family__item-long-btn-wrap {
  padding-inline: 7.5%;
}
.case-family__item-long-btn {
  margin: 32px auto 35px;
  max-width: 245px;
}
.case-family__links {
  border-radius: 26.5px;
  margin: 0 auto 70px;
  padding: 38px 20px 54px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 548px;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .case-family__links {
    border-radius: 17px;
    padding: 28px 23px 26px;
    margin-bottom: 40px;
  }
}
.case-family__links-caption {
  margin-bottom: 28px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case-family__links-caption {
    margin-bottom: 22px;
  }
}
.case-family__links-prio {
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .case-family__links-prio {
    margin-bottom: 6px;
  }
}
.case-family__links-prio-logo {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .case-family__links-prio-logo {
    width: 126px;
  }
}
.case-family__links-note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.case-family__long-btn {
  margin-inline: auto;
  gap: 20px;
  max-width: 336px;
}
.case-family__long-btn::after {
  margin-right: -10px;
  position: static;
  background: url("./public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
}

.case-lover {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
}
@media screen and (max-width: 767px) {
  .case-lover {
    padding: 13px 12px 0;
    overflow: hidden;
  }
}
.case-lover__circle-img {
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .case-lover__wrap-sp {
    margin-inline: auto;
    padding-inline: 8.7%;
    max-width: calc(400px + 17.4%);
  }
}
.case-lover__container {
  padding: 18px 20px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-lover__container {
    padding: 12px 0 64px;
    overflow: visible;
  }
}
.case-lover__header {
  margin: auto;
  padding-top: 28px;
  max-width: 1005px;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(3, auto);
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-lover__header {
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__header {
    row-gap: 38px;
    padding: 0 6%;
  }
}
.case-lover__case-text {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .case-lover__case-text {
    font-size: 13.5px;
  }
}
.case-lover__case-num {
  margin-top: -6px;
  margin-left: -8px;
  display: block;
  font-size: 10.6rem;
  letter-spacing: -0.08em;
  line-height: 0.9224952741em;
}
@media screen and (max-width: 767px) {
  .case-lover__case-num {
    margin-top: -3px;
    margin-left: -3px;
    font-size: 54.85px;
    line-height: 0.9219690064em;
  }
}
.case-lover__cat {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1150px) {
  .case-lover__cat {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__cat {
    margin-bottom: 16px;
  }
}
.case-lover__cat-sub {
  display: block;
  font-size: 2.3rem;
  text-decoration: underline !important;
  text-decoration-thickness: 2.275px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .case-lover__cat-sub {
    font-size: 10px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.case-lover__cat-text {
  margin-top: 12px;
  font-size: 4.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .case-lover__cat-text {
    margin-top: 3px;
    font-size: 22.4px;
  }
}
.case-lover__title {
  font: 400 5.4rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-lover__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__title {
    font-size: 40px;
  }
}
.case-lover__mv {
  margin: 24px auto 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 980px;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__mv {
    margin-bottom: 46px;
  }
}
.case-lover__mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.5%;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.case-lover__mv-img-wrap {
  margin-left: -124px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img-wrap {
    margin: auto;
    width: 80%;
    min-width: 533px;
  }
}
.case-lover__mv-picture {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-picture {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.case-lover__mv-info {
  margin-top: 66px;
  width: 33%;
  min-width: 310px;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-info {
    margin-top: 0;
    width: 100%;
    min-width: unset;
  }
}
.case-lover__mv-info-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__mv-info-title {
    padding-inline: 4%;
    font-size: 26px;
    line-height: 1.3478092284em;
  }
}
.case-lover__mv-info-par {
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-info-par {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__mv-info-par {
    padding-inline: 8.7%;
    font-size: 14px;
    line-height: 1.8464285714em;
  }
}
.case-lover__mv-img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img-list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-lover__mv-img-list {
  margin-top: 105px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 167%;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img-list {
    margin-right: 0;
    width: 80%;
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__mv-img-list {
    margin-top: 30px;
    gap: 12px;
  }
}
.case-lover__mv-img-sm {
  width: 168.6px;
}
@media screen and (max-width: 1080px) {
  .case-lover__mv-img-sm {
    width: 100%;
  }
}
.case-lover__model {
  margin: auto;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .case-lover__model-header {
    padding-inline: 6.5%;
    margin: 0 auto -8px;
    max-width: calc(360px + 13%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case-lover__model-title {
  margin: auto;
  gap: 24px;
  font: 600 2.4rem "Lexend Giga", sans-serif;
  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) {
  .case-lover__model-title {
    margin: 0;
    gap: 5px;
    width: 100%;
    font-size: 20px;
    line-height: 1.1em;
  }
}
.case-lover__model-title::before, .case-lover__model-title::after {
  content: "";
  display: block;
  width: 31px;
  height: 56px;
  -webkit-mask: url("./public/img/icons/dbl-line.svg") no-repeat center/contain;
          mask: url("./public/img/icons/dbl-line.svg") no-repeat center/contain;
  background: #ff2d65;
}
@media screen and (max-width: 767px) {
  .case-lover__model-title::before, .case-lover__model-title::after {
    width: 21px;
    height: 38px;
  }
}
.case-lover__model-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.case-lover__model-img {
  position: absolute;
  z-index: 2;
}
.case-lover__model-img--tr {
  max-width: 170px;
  max-height: 248px;
  top: 14px;
  right: 13.5%;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--tr {
    position: static;
    width: 100%;
    padding-left: 20px;
  }
}
.case-lover__model-img--tr img {
  aspect-ratio: 170/248;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--tr img {
    aspect-ratio: 4/3;
    position: relative;
    left: -12px;
    top: -14px;
    width: 120%;
  }
}
.case-lover__model-img--bl {
  top: calc(100% - 10px);
  left: -22px;
  width: 31.7%;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--bl {
    left: 5px;
    width: 60.5%;
    max-width: 280px;
    top: unset;
    bottom: -86px;
  }
}
.case-lover__model-img--mid {
  top: calc(100% - 60px);
  left: -28px;
  width: 75.8%;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--mid {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-lover__model-img--left {
  top: calc(100% - 45px);
  left: -25px;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--left {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-lover__model-img--left img {
  width: 67%;
  aspect-ratio: 224/164;
}
@media screen and (max-width: 767px) {
  .case-lover__model-img--left img {
    width: 100%;
  }
}
.case-lover__list {
  margin-block: 40px 345px;
  display: grid;
  gap: 142px 5%;
  grid-template-columns: repeat(3, 30%);
}
@media screen and (max-width: 767px) {
  .case-lover__list {
    margin-block: 20px 128px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.case-lover__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-lover__item {
    top: 0 !important;
  }
}
.case-lover__item--bg-white {
  background: #fff;
}
.case-lover__item:nth-child(odd) .case-lover__item-content {
  background: #fafdda;
}
.case-lover__item:nth-child(even) .case-lover__item-content {
  background: #fff;
}
.case-lover__item:nth-child(3n+1)::before, .case-lover__item:nth-child(3n+1)::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1px;
  left: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #ff2d65;
}
@media screen and (max-width: 767px) {
  .case-lover__item:nth-child(3n+1)::before, .case-lover__item:nth-child(3n+1)::after {
    content: none;
  }
}
.case-lover__item:nth-child(3n+1)::after {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  top: 142px;
}
.case-lover__item:nth-child(3n+1):first-child::before {
  content: none;
}
.case-lover__item:nth-child(2) {
  top: 112px;
}
.case-lover__item:nth-child(3) {
  top: 194px;
}
.case-lover__item:nth-child(4)::before {
  top: 52px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.case-lover__item:nth-child(4)::after {
  top: 152px;
}
.case-lover__item:nth-child(5) {
  top: 120px;
}
.case-lover__item:nth-child(6) {
  top: 230px;
}
.case-lover__item:nth-child(7)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.case-lover__item:nth-child(7)::after {
  top: 170px;
}
.case-lover__item:nth-child(8) {
  top: 135px;
}
.case-lover__item:nth-child(9) {
  top: 260px;
}
.case-lover__item-content {
  border-radius: 14.5px;
  border: 1px solid #ff2d65;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.case-lover__item-header {
  padding: 14px 1.7% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-lover__item-main {
  padding: 0 7% 24px;
}
@media screen and (max-width: 767px) {
  .case-lover__item-main {
    padding: 0 4% 18px;
  }
}
.case-lover__item-case {
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
.case-lover__item-case-text {
  display: block;
  font-size: 1.1rem;
}
.case-lover__item-case-num {
  margin-top: -6px;
  display: block;
  font-size: 3.16rem;
}
.case-lover__item-bbl {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 194.6px;
}
.case-lover__item-bbl::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: -17px;
  width: 65px;
  height: 25px;
  background: url("./public/img/case-lover/bbl-tail.svg") no-repeat center/contain;
}
.case-lover__item-bbl-text {
  padding: 14px 0 8px;
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 1.4285714286em;
  background: #1a70e7;
  z-index: 1;
  -webkit-clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
          clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
}
@media screen and (max-width: 767px) {
  .case-lover__item-bbl-text {
    font-size: 14.5px;
  }
}
.case-lover__item-icon {
  margin-top: 12px;
  margin-inline: auto;
}
.case-lover__item-icon--bag {
  margin-bottom: 10px;
  width: 24px;
  height: 33px;
}
.case-lover__item-icon--ferris {
  margin-bottom: 10px;
  width: 32px;
  height: 34px;
}
.case-lover__item-icon--utensils {
  margin-block: 22px 12px;
  width: 33px;
  height: 22px;
}
.case-lover__item-icon--camera {
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
}
.case-lover__item-icon--logo-prio {
  margin-block: 24px 10px;
  width: 95px;
  height: 22px;
}
.case-lover__item-sub {
  margin-bottom: 5px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}
.case-lover__item-title {
  margin-bottom: 16px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2695454545em;
}
@media screen and (max-width: 767px) {
  .case-lover__item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.case-lover__item-par {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .case-lover__item-par {
    padding-inline: 2.5%;
    font-size: 12px;
    line-height: 1.5708333333em;
  }
}
.case-lover__item-legend {
  margin: 22px auto -8px;
  padding: 1.5px 12.5px;
  border: 1px solid #595757;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.case-lover__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 290/182;
}
.case-lover__item-footer {
  padding: 8px 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
}
.case-lover__item-links-list {
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .case-lover__item-links-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case-lover__item-links-list {
    gap: 18px;
  }
}
.case-lover__item-link {
  display: block;
  width: 22px;
}
.case-lover__item-footer-logo {
  width: 128px;
  height: 30px;
}
.case-lover__item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.case-lover__item-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-lover__item-list-caption {
  margin-top: 12px;
  padding-inline: 5px;
  font-size: 12px;
  font-weight: 700;
}
.case-lover__item-long-btn-wrap {
  padding-inline: 7.5%;
}
.case-lover__item-long-btn {
  margin: 32px auto 35px;
  max-width: 245px;
}
.case-lover__links {
  border-radius: 26.5px;
  margin: 0 auto 70px;
  padding: 38px 20px 54px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 548px;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .case-lover__links {
    border-radius: 17px;
    padding: 28px 23px 26px;
    margin-bottom: 40px;
  }
}
.case-lover__links-caption {
  margin-bottom: 28px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case-lover__links-caption {
    margin-bottom: 22px;
  }
}
.case-lover__links-prio {
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .case-lover__links-prio {
    margin-bottom: 6px;
  }
}
.case-lover__links-prio-logo {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .case-lover__links-prio-logo {
    width: 126px;
  }
}
.case-lover__links-note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.case-lover__long-btn {
  margin-inline: auto;
  gap: 20px;
  max-width: 336px;
}
.case-lover__long-btn::after {
  margin-right: -10px;
  position: static;
  background: url("./public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
}

.case-bbq {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #daeb1c), color-stop(98%, #ecfe98), to(#edff9b));
  background: linear-gradient(180deg, #daeb1c 29%, #ecfe98 98%, #edff9b 100%);
}
@media screen and (max-width: 767px) {
  .case-bbq {
    padding: 13px 12px 0;
    overflow: hidden;
  }
}
.case-bbq__circle-img {
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .case-bbq__wrap-sp {
    margin-inline: auto;
    padding-inline: 8.7%;
    max-width: calc(400px + 17.4%);
  }
}
.case-bbq__container {
  padding: 18px 20px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-bbq__container {
    padding: 12px 0 64px;
    overflow: visible;
  }
}
.case-bbq__header {
  margin: auto;
  padding-top: 28px;
  max-width: 1005px;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(3, auto);
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-bbq__header {
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .case-bbq__header {
    row-gap: 38px;
    padding: 0 6%;
  }
}
.case-bbq__case-text {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .case-bbq__case-text {
    font-size: 13.5px;
  }
}
.case-bbq__case-num {
  margin-top: -6px;
  margin-left: -8px;
  display: block;
  font-size: 10.6rem;
  letter-spacing: -0.08em;
  line-height: 0.9224952741em;
}
@media screen and (max-width: 767px) {
  .case-bbq__case-num {
    margin-top: -3px;
    margin-left: -3px;
    font-size: 54.85px;
    line-height: 0.9219690064em;
  }
}
.case-bbq__cat {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1150px) {
  .case-bbq__cat {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 767px) {
  .case-bbq__cat {
    margin-bottom: 16px;
  }
}
.case-bbq__cat-sub {
  display: block;
  font-size: 2.3rem;
  text-decoration: underline !important;
  text-decoration-thickness: 2.275px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .case-bbq__cat-sub {
    font-size: 10px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.case-bbq__cat-text {
  margin-top: 12px;
  font-size: 4.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .case-bbq__cat-text {
    margin-top: 3px;
    font-size: 22.4px;
  }
}
.case-bbq__title {
  font: 400 5.4rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-bbq__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .case-bbq__title {
    font-size: 40px;
  }
}
.case-bbq__mv {
  margin: 24px auto 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 980px;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .case-bbq__mv {
    margin-bottom: 46px;
  }
}
.case-bbq__mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.5%;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.case-bbq__mv-img-wrap {
  margin-left: -124px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv-img-wrap {
    margin: auto;
    width: 80%;
    min-width: 533px;
  }
}
.case-bbq__mv-picture {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv-picture {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.case-bbq__mv-info {
  margin-top: 66px;
  width: 33%;
  min-width: 310px;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv-info {
    margin-top: 0;
    width: 100%;
    min-width: unset;
  }
}
.case-bbq__mv-info-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .case-bbq__mv-info-title {
    padding-inline: 4%;
    font-size: 26px;
    line-height: 1.3478092284em;
  }
}
.case-bbq__mv-info-par {
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv-info-par {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .case-bbq__mv-info-par {
    padding-inline: 8.7%;
    font-size: 14px;
    line-height: 1.8464285714em;
  }
}
.case-bbq__mv-img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv-img-list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-bbq__mv-img-list {
  margin-top: 75px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 167%;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv-img-list {
    margin-right: 0;
    width: 80%;
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .case-bbq__mv-img-list {
    margin-top: 30px;
    gap: 12px;
  }
}
.case-bbq__mv-img-sm {
  width: 168.6px;
}
@media screen and (max-width: 1080px) {
  .case-bbq__mv-img-sm {
    width: 100%;
  }
}
.case-bbq__model {
  margin: auto;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .case-bbq__model-header {
    padding-inline: 6.5%;
    margin: 0 auto -8px;
    max-width: calc(360px + 13%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case-bbq__model-title {
  margin: auto;
  gap: 24px;
  font: 600 2.4rem "Lexend Giga", sans-serif;
  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) {
  .case-bbq__model-title {
    width: 100%;
    margin: 0;
    gap: 5px;
    font-size: 20px;
    line-height: 1.1em;
  }
}
.case-bbq__model-title::before, .case-bbq__model-title::after {
  content: "";
  display: block;
  width: 31px;
  height: 56px;
  -webkit-mask: url("./public/img/icons/dbl-line.svg") no-repeat center/contain;
          mask: url("./public/img/icons/dbl-line.svg") no-repeat center/contain;
  background: #ff2d65;
}
@media screen and (max-width: 767px) {
  .case-bbq__model-title::before, .case-bbq__model-title::after {
    width: 21px;
    height: 38px;
  }
}
.case-bbq__model-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.case-bbq__model-img {
  position: absolute;
  z-index: 2;
}
.case-bbq__model-img--tr {
  max-width: 248px;
  max-height: 136px;
  top: 135px;
  right: 4.5%;
}
@media screen and (max-width: 767px) {
  .case-bbq__model-img--tr {
    position: static;
    width: 100%;
    padding-left: 20px;
  }
}
.case-bbq__model-img--tr img {
  aspect-ratio: 248/136;
}
@media screen and (max-width: 767px) {
  .case-bbq__model-img--tr img {
    aspect-ratio: 4/3;
    position: relative;
    left: -12px;
    top: -14px;
    width: 120%;
  }
}
.case-bbq__model-img--bl {
  top: calc(100% - 10px);
  left: -22px;
  width: 31.7%;
}
@media screen and (max-width: 767px) {
  .case-bbq__model-img--bl {
    left: 5px;
    width: 60.5%;
    max-width: 280px;
    top: unset;
    bottom: -86px;
  }
}
.case-bbq__model-img--mid {
  top: calc(100% - 60px);
  left: -28px;
  width: 75.8%;
}
@media screen and (max-width: 767px) {
  .case-bbq__model-img--mid {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-bbq__model-img--left {
  top: calc(100% - 55px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .case-bbq__model-img--left {
    top: unset;
    bottom: -17px;
    width: 32.5%;
  }
}
.case-bbq__list {
  margin-block: 40px 345px;
  display: grid;
  gap: 142px 5%;
  grid-template-columns: repeat(3, 30%);
}
@media screen and (max-width: 767px) {
  .case-bbq__list {
    margin-block: 20px 128px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.case-bbq__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-bbq__item {
    top: 0 !important;
  }
}
.case-bbq__item--bg-white {
  background: #fff;
}
.case-bbq__item:nth-child(odd) .case-bbq__item-content {
  background: #fafdda;
}
.case-bbq__item:nth-child(even) .case-bbq__item-content {
  background: #fff;
}
.case-bbq__item:nth-child(3n+1)::before, .case-bbq__item:nth-child(3n+1)::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1px;
  left: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #ff2d65;
}
@media screen and (max-width: 767px) {
  .case-bbq__item:nth-child(3n+1)::before, .case-bbq__item:nth-child(3n+1)::after {
    content: none;
  }
}
.case-bbq__item:nth-child(3n+1)::after {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  top: 142px;
}
.case-bbq__item:nth-child(3n+1):first-child::before {
  content: none;
}
.case-bbq__item:nth-child(2) {
  top: 112px;
}
.case-bbq__item:nth-child(3) {
  top: 194px;
}
.case-bbq__item:nth-child(4)::before {
  top: 52px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.case-bbq__item:nth-child(4)::after {
  top: 152px;
}
.case-bbq__item:nth-child(5) {
  top: 120px;
}
.case-bbq__item:nth-child(6) {
  top: 230px;
}
.case-bbq__item:nth-child(7)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.case-bbq__item:nth-child(7)::after {
  top: 170px;
}
.case-bbq__item:nth-child(8) {
  top: 135px;
}
.case-bbq__item:nth-child(9) {
  top: 260px;
}
.case-bbq__item-content {
  border-radius: 14.5px;
  border: 1px solid #ff2d65;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.case-bbq__item-header {
  padding: 14px 1.7% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-bbq__item-main {
  padding: 0 7% 24px;
}
@media screen and (max-width: 767px) {
  .case-bbq__item-main {
    padding: 0 4% 18px;
  }
}
.case-bbq__item-case {
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
.case-bbq__item-case-text {
  display: block;
  font-size: 1.1rem;
}
.case-bbq__item-case-num {
  margin-top: -6px;
  display: block;
  font-size: 3.16rem;
}
.case-bbq__item-bbl {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 194.6px;
}
.case-bbq__item-bbl::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: -17px;
  width: 65px;
  height: 25px;
  background: url("./public/img/case-lover/bbl-tail.svg") no-repeat center/contain;
}
.case-bbq__item-bbl-text {
  padding: 14px 0 8px;
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 1.4285714286em;
  background: #1a70e7;
  z-index: 1;
  -webkit-clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
          clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
}
@media screen and (max-width: 767px) {
  .case-bbq__item-bbl-text {
    font-size: 14.5px;
  }
}
.case-bbq__item-icon {
  margin-top: 12px;
  margin-inline: auto;
}
.case-bbq__item-icon--bag {
  margin-bottom: 10px;
  width: 24px;
  height: 33px;
}
.case-bbq__item-icon--ferris {
  margin-bottom: 10px;
  width: 32px;
  height: 34px;
}
.case-bbq__item-icon--utensils {
  margin-block: 22px 12px;
  width: 33px;
  height: 22px;
}
.case-bbq__item-icon--camera {
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
}
.case-bbq__item-icon--logo-prio {
  margin-block: 24px 10px;
  width: 95px;
  height: 22px;
}
.case-bbq__item-sub {
  margin-bottom: 5px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}
.case-bbq__item-title {
  margin-bottom: 16px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2695454545em;
}
@media screen and (max-width: 767px) {
  .case-bbq__item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.case-bbq__item-par {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .case-bbq__item-par {
    padding-inline: 2.5%;
    font-size: 12px;
    line-height: 1.5708333333em;
  }
}
.case-bbq__item-legend {
  margin: 22px auto -8px;
  padding: 1.5px 12.5px;
  border: 1px solid #595757;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.case-bbq__item-img {
  width: 100%;
  aspect-ratio: 290/182;
  overflow: hidden;
}
.case-bbq__item-footer {
  padding: 8px 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
}
.case-bbq__item-links-list {
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1080px) {
  .case-bbq__item-links-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case-bbq__item-links-list {
    gap: 18px;
  }
}
.case-bbq__item-link {
  display: block;
  width: 22px;
}
.case-bbq__item-footer-logo {
  width: 128px;
  height: 30px;
}
.case-bbq__item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.case-bbq__item-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-bbq__item-list-caption {
  margin-top: 12px;
  padding-inline: 5px;
  font-size: 12px;
  font-weight: 700;
}
.case-bbq__item-long-btn-wrap {
  padding-inline: 7.5%;
}
.case-bbq__item-long-btn {
  margin: 32px auto 35px;
  max-width: 245px;
}
.case-bbq__links {
  border-radius: 26.5px;
  margin: 0 auto 70px;
  padding: 38px 20px 54px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 548px;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .case-bbq__links {
    border-radius: 17px;
    padding: 28px 23px 26px;
    margin-bottom: 40px;
  }
}
.case-bbq__links-caption {
  margin-bottom: 28px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case-bbq__links-caption {
    margin-bottom: 22px;
  }
}
.case-bbq__links-prio {
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .case-bbq__links-prio {
    margin-bottom: 6px;
  }
}
.case-bbq__links-prio-logo {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .case-bbq__links-prio-logo {
    width: 126px;
  }
}
.case-bbq__links-note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.case-bbq__long-btn {
  margin-inline: auto;
  gap: 20px;
  max-width: 336px;
}
.case-bbq__long-btn::after {
  margin-right: -10px;
  position: static;
  background: url("./public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
}

.case-rain {
  padding: 18px 20px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#81b6ff), color-stop(36%, #4794ff), to(#1a70e7));
  background: linear-gradient(0deg, #81b6ff 0%, #4794ff 36%, #1a70e7 100%);
}
@media screen and (max-width: 767px) {
  .case-rain {
    padding: 13px 12px 0;
    overflow: hidden;
  }
}
.case-rain__circle-img {
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .case-rain__wrap-sp {
    margin-inline: auto;
    padding-inline: 8.7%;
    max-width: calc(400px + 17.4%);
  }
}
.case-rain__container {
  padding: 18px 20px 80px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-rain__container {
    padding: 12px 0 64px;
    overflow: visible;
  }
}
.case-rain__header {
  margin: auto;
  padding-top: 28px;
  max-width: 1005px;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(3, auto);
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-rain__header {
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .case-rain__header {
    row-gap: 38px;
    padding: 0 6%;
  }
}
.case-rain__case-text {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .case-rain__case-text {
    font-size: 13.5px;
  }
}
.case-rain__case-num {
  margin-top: -6px;
  margin-left: -8px;
  display: block;
  font-size: 10.6rem;
  letter-spacing: -0.08em;
  line-height: 0.9224952741em;
}
@media screen and (max-width: 767px) {
  .case-rain__case-num {
    margin-top: -3px;
    margin-left: -3px;
    font-size: 54.85px;
    line-height: 0.9219690064em;
  }
}
.case-rain__cat {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1150px) {
  .case-rain__cat {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 767px) {
  .case-rain__cat {
    margin-bottom: 16px;
  }
}
.case-rain__cat-sub {
  display: block;
  font-size: 2.3rem;
  text-decoration: underline !important;
  text-decoration-thickness: 2.275px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .case-rain__cat-sub {
    font-size: 10px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}
.case-rain__cat-text {
  margin-top: 12px;
  font-size: 4.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .case-rain__cat-text {
    margin-top: 3px;
    font-size: 22.4px;
  }
}
.case-rain__title {
  font: 400 5.4rem "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 1150px) {
  .case-rain__title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .case-rain__title {
    font-size: 40px;
  }
}
.case-rain__mv {
  margin: 24px auto 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 980px;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .case-rain__mv {
    margin-bottom: 46px;
  }
}
.case-rain__mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.5%;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.case-rain__mv-img-wrap {
  margin-left: -124px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv-img-wrap {
    margin: auto;
    width: 80%;
    min-width: 533px;
  }
}
.case-rain__mv-picture {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv-picture {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.case-rain__mv-info {
  margin-top: 66px;
  width: 33%;
  min-width: 310px;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv-info {
    margin-top: 0;
    width: 100%;
    min-width: unset;
  }
}
.case-rain__mv-info-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .case-rain__mv-info-title {
    padding-inline: 4%;
    font-size: 26px;
    line-height: 1.3478092284em;
  }
}
.case-rain__mv-info-par {
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv-info-par {
    margin-inline: auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .case-rain__mv-info-par {
    padding-inline: 8.7%;
    font-size: 14px;
    line-height: 1.8464285714em;
  }
}
.case-rain__mv-img-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv-img-list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-rain__mv-img-list {
  margin-top: 65px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 167%;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv-img-list {
    margin-right: 0;
    width: 80%;
    min-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .case-rain__mv-img-list {
    margin-top: 30px;
    gap: 12px;
  }
}
.case-rain__mv-img-sm {
  width: 168.6px;
}
@media screen and (max-width: 1080px) {
  .case-rain__mv-img-sm {
    width: 100%;
  }
}
.case-rain__model {
  margin: auto;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .case-rain__model-header {
    padding-inline: 6.5%;
    margin: 0 auto -8px;
    max-width: calc(360px + 13%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case-rain__model-title {
  margin: auto;
  gap: 24px;
  font: 600 2.4rem "Lexend Giga", sans-serif;
  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) {
  .case-rain__model-title {
    margin: 0;
    gap: 5px;
    width: 100%;
    font-size: 20px;
    line-height: 1.1em;
  }
}
.case-rain__model-title::before, .case-rain__model-title::after {
  content: "";
  display: block;
  width: 31px;
  height: 56px;
  background: url("./public/img/icons/dbl-line.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .case-rain__model-title::before, .case-rain__model-title::after {
    width: 21px;
    height: 38px;
  }
}
.case-rain__model-title::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.case-rain__model-img {
  position: absolute;
  z-index: 2;
}
.case-rain__model-img--tr {
  width: 29.5%;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .case-rain__model-img--tr {
    position: static;
    width: 100%;
    padding-left: 20px;
  }
}
.case-rain__model-img--tr img {
  aspect-ratio: 170/258;
}
@media screen and (max-width: 767px) {
  .case-rain__model-img--tr img {
    aspect-ratio: 4/3;
    position: relative;
    left: -4px;
    top: -14px;
    width: 120%;
  }
}
.case-rain__model-img--br {
  top: calc(100% - 240px);
  right: 35%;
  width: 31.7%;
}
@media screen and (max-width: 767px) {
  .case-rain__model-img--br {
    left: 5px;
    width: 60.5%;
    max-width: 280px;
    top: unset;
    bottom: -165px;
  }
}
.case-rain__model-img--mid {
  top: calc(100% - 60px);
  left: -28px;
  width: 75.8%;
}
@media screen and (max-width: 767px) {
  .case-rain__model-img--mid {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-rain__model-img--left {
  top: calc(100% - 162px);
  left: -223px;
}
@media screen and (max-width: 767px) {
  .case-rain__model-img--left {
    left: -11px;
    top: unset;
    bottom: -17px;
    width: 48.5%;
  }
}
.case-rain__list {
  margin-block: 40px 345px;
  display: grid;
  gap: 142px 5%;
  grid-template-columns: repeat(3, 30%);
}
@media screen and (max-width: 767px) {
  .case-rain__list {
    margin-block: 20px 128px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.case-rain__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-rain__item {
    top: 0 !important;
  }
}
.case-rain__item--bg-white {
  background: #fff;
}
.case-rain__item:nth-child(odd) .case-rain__item-content {
  background: #fafdda;
}
.case-rain__item:nth-child(even) .case-rain__item-content {
  background: #fff;
}
.case-rain__item:nth-child(3n+1)::before, .case-rain__item:nth-child(3n+1)::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1px;
  left: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .case-rain__item:nth-child(3n+1)::before, .case-rain__item:nth-child(3n+1)::after {
    content: none;
  }
}
.case-rain__item:nth-child(3n+1)::after {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  top: 142px;
}
.case-rain__item:nth-child(3n+1):first-child::before {
  content: none;
}
.case-rain__item:nth-child(2) {
  top: 112px;
}
.case-rain__item:nth-child(3) {
  top: 194px;
}
.case-rain__item:nth-child(4)::before {
  top: 52px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.case-rain__item:nth-child(4)::after {
  top: 152px;
}
.case-rain__item:nth-child(5) {
  top: 120px;
}
.case-rain__item:nth-child(6) {
  top: 230px;
}
.case-rain__item:nth-child(7)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.case-rain__item:nth-child(7)::after {
  top: 170px;
}
.case-rain__item:nth-child(8) {
  top: 135px;
}
.case-rain__item:nth-child(9) {
  top: 260px;
}
/* .case-rain__item:nth-child(10) {
  top: 55px;
} */
.case-rain__item:nth-child(10)::before {
  top: 75px;
  -webkit-transform: rotate(-10.5deg);
          transform: rotate(-10.5deg);
}
.case-rain__item:nth-child(10)::after {
  top: 170px;
}
.case-rain__item:nth-child(11) {
  top: 190px;
}
.case-rain__item:nth-child(12) {
  top: 315px;
}
.case-rain__item:nth-child(13) {
  top: 85px;
}
.case-rain__item:nth-child(13)::before {
  top: 75px;
  -webkit-transform: rotate(-13.5deg);
          transform: rotate(-13.5deg);
}
.case-rain__item:nth-child(13)::after {
  /* width: 250px; */
  width: 0;
}
.case-rain__item:nth-child(14) {
  top: 155px;
}
.case-rain__item-content {
  border-radius: 14.5px;
  border: 1px solid #4794ff;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.case-rain__item-header {
  padding: 14px 1.7% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-rain__item-main {
  padding: 0 7% 24px;
}
@media screen and (max-width: 767px) {
  .case-rain__item-main {
    padding: 0 4% 18px;
  }
}
.case-rain__item-case {
  font-weight: 600;
  font-family: "Lexend Giga", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.case-rain__item-case-text {
  display: block;
  font-size: 1.1rem;
}
.case-rain__item-case-num {
  margin-top: -6px;
  display: block;
  font-size: 3.16rem;
}
.case-rain__item-bbl {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 194.6px;
}
.case-rain__item-bbl::after {
  content: "";
  position: absolute;
  left: 3%;
  bottom: -17px;
  width: 65px;
  height: 25px;
  background: url("./public/img/friends/bbl-tail.svg") no-repeat center/contain;
}
.case-rain__item-bbl-text {
  padding: 14px 0 8px;
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 1.4285714286em;
  background: #ff2d65;
  z-index: 1;
  -webkit-clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
          clip-path: polygon(99% 0, 97% 100%, 3% 98%, 1% 12%);
}
@media screen and (max-width: 767px) {
  .case-rain__item-bbl-text {
    font-size: 14.5px;
  }
}
.case-rain__item-icon {
  margin-top: 12px;
  margin-inline: auto;
}
.case-rain__item-icon--bag {
  margin-bottom: 10px;
  width: 24px;
  height: 33px;
}
.case-rain__item-icon--ferris {
  margin-bottom: 10px;
  width: 32px;
  height: 34px;
}
.case-rain__item-icon--utensils {
  margin-block: 22px 12px;
  width: 33px;
  height: 22px;
}
.case-rain__item-icon--camera {
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
}
.case-rain__item-icon--logo-prio {
  margin-block: 24px 10px;
  width: 95px;
  height: 22px;
}
.case-rain__item-sub {
  margin-bottom: 5px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}
.case-rain__item-title {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2695454545em;
}
@media screen and (max-width: 767px) {
  .case-rain__item-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.case-rain__item-par {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .case-rain__item-par {
    padding-inline: 2.5%;
    font-size: 12px;
    line-height: 1.5708333333em;
  }
}
.case-rain__item-legend {
  margin: 22px auto -8px;
  padding: 1.5px 12.5px;
  border: 1px solid #595757;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.case-rain__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 290/182;
}
.case-rain__item-footer {
  padding: 8px 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
}
.case-rain__item-links-list {
  margin-inline: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1080px) {
  .case-rain__item-links-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .case-rain__item-links-list {
    gap: 18px;
  }
}
.case-rain__item-link {
  display: block;
  width: 22px;
}
.case-rain__item-footer-logo {
  width: 128px;
  height: 30px;
}
.case-rain__item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.case-rain__item-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-rain__item-list-caption {
  margin-top: 12px;
  padding-inline: 5px;
  font-size: 12px;
  font-weight: 700;
}
.case-rain__item-long-btn-wrap {
  padding-inline: 7.5%;
}
.case-rain__item-long-btn {
  margin: 32px auto 35px;
  max-width: 245px;
}
.case-rain__links {
  border-radius: 26.5px;
  margin: 0 auto 70px;
  padding: 38px 20px 54px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 548px;
  background: #4794ff;
}
@media screen and (max-width: 767px) {
  .case-rain__links {
    border-radius: 17px;
    padding: 28px 23px 26px;
    margin-bottom: 40px;
  }
}
.case-rain__links-caption {
  margin-bottom: 28px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case-rain__links-caption {
    margin-bottom: 22px;
  }
}
.case-rain__links-prio {
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .case-rain__links-prio {
    margin-bottom: 6px;
  }
}
.case-rain__links-prio-logo {
  width: 164px;
}
@media screen and (max-width: 767px) {
  .case-rain__links-prio-logo {
    width: 126px;
  }
}
.case-rain__links-note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.case-rain__long-btn {
  margin-inline: auto;
  gap: 20px;
  max-width: 336px;
}
.case-rain__long-btn::after {
  margin-right: -10px;
  position: static;
  background: url("./public/img/icons/circled-right-arrow-white.svg") no-repeat center/contain;
}

.gdpr__section {
  padding-block: 75px 90px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.79375em;
}
@media screen and (max-width: 767px) {
  .gdpr__section {
    padding-block: 30px 70px;
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}
.gdpr__date-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .gdpr__date-block {
    margin-bottom: 40px;
  }
}
.gdpr__date-block span {
  display: block;
}
.gdpr__block {
  margin-bottom: 50px;
}
.gdpr__block:last-child {
  margin-bottom: 0;
}
.gdpr__heading {
  color: #4794ff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3076923077em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gdpr__heading {
    font-size: 20px;
    line-height: 1.25em;
    margin-bottom: 15px;
  }
}
.gdpr__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #595757;
}
.gdpr__table.mblk-50 {
  margin-block: 50px;
}
@media screen and (max-width: 767px) {
  .gdpr__table.mblk-50 {
    margin-block: 25px;
  }
}
.gdpr__table.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .gdpr__table.mt-50 {
    margin-top: 25px;
  }
}
.gdpr__table.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .gdpr__table.mb-50 {
    margin-bottom: 25px;
  }
}
.gdpr__table tr:last-child .gdpr__td {
  border-bottom: none;
}
.gdpr__th, .gdpr__td {
  width: auto;
  border-right: 1px solid #595757;
  word-break: auto-phrase;
}
.gdpr__th:last-child, .gdpr__td:last-child {
  border-right: none;
}
.gdpr__th.w-45, .gdpr__td.w-45 {
  width: 45%;
}
.gdpr__th.w-26, .gdpr__td.w-26 {
  width: 26.5%;
}
.gdpr__th {
  color: #000;
  background: rgba(89, 87, 87, 0.18);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889em;
  text-align: center;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .gdpr__th {
    font-size: 14px;
    line-height: 1.1428571429em;
    padding: 10px;
  }
}
.gdpr__td {
  padding: 20px 25px;
  vertical-align: top;
  border-bottom: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .gdpr__td {
    padding: 15px 10px;
  }
}
.gdpr__num-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sw {
  position: relative;
}
.sw__mv {
  position: relative;
  background: #fff;
}
.sw__mv-block {
  display: grid;
  grid-template-columns: auto 56%;
}
@media screen and (max-width: 767px) {
  .sw__mv-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sw__mv-img {
  width: 100%;
  aspect-ratio: 640/680;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sw__mv-img {
    aspect-ratio: 375/480;
  }
}
.sw__mv-title {
  width: 100%;
  max-width: 30.6%;
  height: auto;
  margin: 10.2% auto 0;
}
@media screen and (max-width: 767px) {
  .sw__mv-title {
    max-width: 14.32%;
    margin: unset;
    position: absolute;
    top: 4%;
    right: 3%;
  }
}
.sw__mv-cloud-title {
  width: 56%;
  position: absolute;
  bottom: 6.6%;
  left: 1.8%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sw__mv-cloud-title {
    width: 76.8%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sw__info {
  padding-block: 80px 120px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sw__info {
    padding-block: 15px 45px;
  }
}
.sw__info-block {
  width: 100%;
  max-width: 77%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sw__info-block {
    max-width: 74.6%;
  }
}
.sw__info-head {
  width: 100%;
  max-width: 42.7%;
  margin: 10% auto 0;
}
@media screen and (max-width: 767px) {
  .sw__info-head {
    max-width: 44%;
  }
}
.sw__main {
  position: relative;
  min-height: 100vh;
  padding-block: 80px 140px;
}
@media screen and (max-width: 767px) {
  .sw__main {
    padding-block: 40px 60px;
  }
}
.sw__main-bg {
  position: fixed;
  top: 0;
  left: 300px;
  width: calc(100% - 315px);
  height: 100%;
  background-image: url("./public/img/summer-wars/main-bg.jpg");
  background-repeat: no-repeat;
  z-index: -1;
  overflow-x: hidden;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
@media screen and (max-width: 980px) {
  .sw__main-bg {
    left: 0;
    width: 100%;
  }
}
.sw__main-content {
  position: relative;
  max-width: calc(880px + 8%) !important;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sw__main-content {
    max-width: 100% !important;
  }
}
.sw__main-link-list {
  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;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 275px;
}
@media screen and (max-width: 767px) {
  .sw__main-link-list {
    gap: 10px;
    margin-bottom: 135px;
  }
}
.sw__main-link {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 175px;
  height: 175px;
  background: #00a8da;
  color: #faec00;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sw__main-link {
    width: 100px;
    height: 100px;
  }
}
.sw__main-link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .sw__main-link:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sw__main-link-cont {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 105px;
}
@media screen and (max-width: 767px) {
  .sw__main-link-cont {
    min-height: 60px;
  }
}
.sw__main-link-head-en {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .sw__main-link-head-en {
    font-size: 18px;
  }
}
.sw__main-link-head-en.mt-25 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .sw__main-link-head-en.mt-25 {
    margin-top: 14px;
  }
}
.sw__main-link-head-jp {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .sw__main-link-head-jp {
    font-size: 9px;
  }
}
.sw__main-btn {
  margin: 12px auto 0;
}
.sw__main-box {
  position: relative;
  color: #000;
  border: 3px solid #00a8da;
  border-radius: 30px;
  margin-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sw__main-box {
    border-width: 2px;
    border-radius: 12px;
    margin-bottom: 100px;
  }
}
.sw__main-box:last-child {
  margin-bottom: 0;
}
.sw__main-box-head {
  background: #00a8da;
  padding: 20px;
  color: #faec00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sw__main-box-head {
    padding: 10px;
  }
}
.sw__main-box-head-en {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-head-en {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.sw__main-box-head-jp {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .sw__main-box-head-jp {
    font-size: 12px;
  }
}
.sw__main-box-content {
  padding-block: 55px 70px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .sw__main-box-content {
    padding-block: 25px;
  }
}
.sw__main-box-ctr {
  max-width: calc(750px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .sw__main-box-ctr {
    max-width: 100% !important;
  }
}
.sw__main-box-wrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-wrap {
    margin-bottom: 25px;
  }
}
.sw__main-box-wrap:last-child {
  margin-bottom: 0;
}
.sw__main-box-title {
  position: relative;
  width: 100%;
  color: #00a8da;
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.sw__main-box-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #00a8da;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-title::after {
    height: 2px;
    margin-top: 5px;
  }
}
.sw__main-box-tix-blk {
  position: relative;
  border: 3px solid #00a8da;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 50%));
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-tix-blk {
    border-width: 2px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
.sw__main-box-tix-cont {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  position: relative;
  min-height: 75px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .sw__main-box-tix-cont {
    padding: 8px;
    min-height: 70px;
    font-size: 12px;
  }
}
.sw__main-box-tix-cont:first-child {
  border-bottom: 3px solid #fff;
  border-top-left-radius: 7px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-tix-cont:first-child {
    border-width: 2px;
    border-top-left-radius: 3px;
  }
}
.sw__main-box-tix-cont:nth-child(2) {
  border-bottom: 3px solid #00a8da;
  border-top-right-radius: 7px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-tix-cont:nth-child(2) {
    border-width: 2px;
    border-top-right-radius: 3px;
  }
}
.sw__main-box-tix-cont:nth-child(3) {
  border-bottom-left-radius: 7px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-tix-cont:nth-child(3) {
    border-bottom-left-radius: 3px;
  }
}
.sw__main-box-tix-cont:nth-child(4) {
  border-bottom-right-radius: 7px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-tix-cont:nth-child(4) {
    border-bottom-right-radius: 3px;
  }
}
.sw__main-box-tix-cont.blue {
  color: #fff;
  background: #00a8da;
}
.sw__main-box-tix-cont.blue:first-child::before {
  content: "";
  position: absolute;
  bottom: -2.6px;
  left: -3px;
  width: 3px;
  height: 2.8px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .sw__main-box-tix-cont.blue:first-child::before {
    bottom: -2px;
    left: -2px;
    width: 2px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .sw__main-box-tix-cont.sp-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.sw__main-box-tix-cont.n-bb {
  border-bottom: none;
}
.sw__main-box-tix-cont.n-bb:first-child::before {
  display: none;
}
.sw__main-box-tix-cont.bbrr {
  border-bottom-right-radius: 7px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-tix-cont.bbrr {
    border-bottom-right-radius: 3px;
  }
}
.sw__main-box-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-info-list {
    gap: 10px;
  }
}
.sw__main-box-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sw__main-box-info-item {
    gap: 5px;
    font-size: 12px;
  }
}
.sw__main-box-info-tag {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 105px;
  height: 40px;
  background: #00a8da;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sw__main-box-info-tag {
    width: 65px;
    height: 25px;
    border-radius: 5px;
  }
}
.sw__main-box-info .link {
  color: #00a8da;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sw__main-box-info .link.external::after {
  content: '';
  mask: url('./public/img/icons/external.svg') no-repeat center / contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #00a8da;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sw__main-box-info .link.external::after {
    width: 12px;
    height: 12px;
  }
}
.sw__main-box-info .link:hover {
  text-underline-offset: 1px;
}
.sw__main-box-note {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6111111111em;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 10px;
  }
}
.sw__main-box-txt-fs26 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4615384615em;
}
@media screen and (max-width: 767px) {
  .sw__main-box-txt-fs26 {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}
.sw__main-box-hl-intro {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sw__main-box-hl-intro {
    margin-bottom: 30px;
    text-align: left;
  }
}
.sw__main-box-hl-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 50%));
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-hl-wrap {
    grid-template-columns: 100%;
  }
}
.sw__main-box-hl-blk {
  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;
  gap: 12px;
}
.sw__main-box-hl-blk.blue .sw__main-box-hl-num {
  background: #00a8da;
}
.sw__main-box-hl-blk.blue .sw__main-box-hl-title,
.sw__main-box-hl-blk.blue .sw__main-box-hl-subtitle {
  color: #00a8da;
}
.sw__main-box-hl-blk.pink-c4 .sw__main-box-hl-num {
  background: #c4007a;
}
.sw__main-box-hl-blk.pink-c4 .sw__main-box-hl-title,
.sw__main-box-hl-blk.pink-c4 .sw__main-box-hl-subtitle {
  color: #c4007a;
}
.sw__main-box-hl-blk.purple .sw__main-box-hl-num {
  background: #b155be;
}
.sw__main-box-hl-blk.purple .sw__main-box-hl-title,
.sw__main-box-hl-blk.purple .sw__main-box-hl-subtitle {
  color: #b155be;
}
.sw__main-box-hl-blk.green .sw__main-box-hl-num {
  background: #4ea62e;
}
.sw__main-box-hl-blk.green .sw__main-box-hl-title,
.sw__main-box-hl-blk.green .sw__main-box-hl-subtitle {
  color: #4ea62e;
}
.sw__main-box-hl-blk.yellow .sw__main-box-hl-num {
  background: #f0a600;
}
.sw__main-box-hl-blk.yellow .sw__main-box-hl-title,
.sw__main-box-hl-blk.yellow .sw__main-box-hl-subtitle {
  color: #f0a600;
}
.sw__main-box-hl-blk.yellow .button {
  background: #f0a600;
  max-width: 273px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sw__main-box-hl-blk.yellow .button {
    margin-top: 20px;
  }
}
.sw__main-box-hl-blk.yellow .button::after {
  content: "";
  background: url("./public/img/icons/arrow-down.svg") no-repeat center/contain;
}
.sw__main-box-hl-blk.yellow .button:hover::after {
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
}
.sw__main-box-hl-num {
  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;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 auto 10px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sw__main-box-hl-num {
    width: 30px;
    height: 30px;
    font-size: 21px;
  }
}
.sw__main-box-hl-title {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-hl-title {
    font-size: 21px;
  }
}
.sw__main-box-hl-subtitle {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-hl-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.sw__main-box-hl-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5625em;
}
@media screen and (max-width: 767px) {
  .sw__main-box-hl-text {
    font-size: 12px;
  }
}
.sw__main-box-hl-image {
  width: 100%;
  aspect-ratio: 375/227;
  overflow: hidden;
}
.sw__main-box-hl-note {
  font-size: 12px;
  font-weight: 500;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-hl-note {
    font-size: 10px;
    margin-top: 20px;
  }
}
.sw__main-box-hl-map {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-hl-map {
    margin-top: 20px;
  }
}
.sw__main-box-hl-map .sw__main-box-title::after {
  display: none;
}
.sw__main-box-hl-map-image {
  width: 100%;
  aspect-ratio: 740/540;
  overflow: hidden;
}
.sw__main-box-gd-intro {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-intro {
    margin-bottom: 30px;
    text-align: left;
  }
}
.sw__main-box-gd-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1185px) {
  .sw__main-box-gd-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-list {
    gap: 18px 3%;
  }
}
.sw__main-box-gd-list.new {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-list.new {
    margin-bottom: 30px;
  }
}
.sw__main-box-gd-list.new .sw__main-box-gd-img {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 5px;
  background: #fff;
}
.sw__main-box-gd-list.new .sw__main-box-gd-img img {
  padding: 5px;
}
.sw__main-box-gd-list.new .sw__main-box-gd-img.op-n25 img {
  -o-object-position: 50% -25px;
     object-position: 50% -25px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-list.new .sw__main-box-gd-img.op-n25 img {
    -o-object-position: 50% -15px;
       object-position: 50% -15px;
  }
}
.sw__main-box-gd-list.goods {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-list.goods {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-heading {
    margin-bottom: 20px;
  }
}
.sw__main-box-gd-heading::after {
  display: none;
}
.sw__main-box-gd-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.sw__main-box-gd-c {
  position: absolute;
  bottom: 7px;
  left: 7px;
  font-size: 1rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-c {
    bottom: 5px;
    left: 5px;
    font-size: 8px;
  }
}
.sw__main-box-gd-type {
  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;
  background: #00a8da;
  color: #fff;
  width: 100%;
  height: 45px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-type {
    height: 27px;
    font-size: 10px;
  }
}
.sw__main-box-gd-item {
  width: 100%;
  max-width: 228px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-item {
    max-width: 143px;
  }
}
.sw__main-box-gd-cont {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4285714286em;
  padding-inline: 4px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-cont {
    font-size: 12px;
    line-height: 1.25em;
    padding-inline: 0;
    margin-top: 10px;
  }
}
.sw__main-box-gd-price {
  margin-top: 3px;
}
.sw__main-box-gd-note {
  font-size: 12px;
  font-weight: 500;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-gd-note {
    font-size: 10px;
    margin-top: 40px;
  }
}
.sw__main-box-sr-intro {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-sr-intro {
    text-align: left;
    margin-bottom: 30px;
  }
}
.sw__main-box-sr-img {
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sw__main-box-sr-img {
    background: #fff;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
}
.sw__main-box-sr-outro-block {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-sr-outro-block {
    text-align: left;
    margin-bottom: 25px;
  }
}
.sw__main-box-sr-text {
  font-size: 2.4rem;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .sw__main-box-sr-text {
    font-size: 1.4rem;
  }
}
.sw__main-box-sr-note {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sw__main-box-sr-note {
    margin-top: 10px;
  }
}
.sw__main-box-sr-outro-text {
  font-size: 2.4rem;
  line-height: 1.6666666667em;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-sr-outro-text {
    font-size: 1.8rem;
  }
}
.sw__main-box-sr-button {
  margin: 0 auto;
  height: 60px;
  max-width: 273px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sw__main-box-sr-button {
    height: 50px;
    max-width: 230px;
    font-size: 17px;
  }
}
.sw__main-box-sr-button::after {
  content: "";
  background: url("./public/img/icons/arrow-down.svg") no-repeat center/contain;
  width: 20px;
  height: 20px;
  right: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .sw__main-box-sr-button::after {
    right: 15px;
  }
}
.sw__main-box-sr-button:hover::after {
  -webkit-transform: translateX(4px) rotate(-90deg);
          transform: translateX(4px) rotate(-90deg);
}
.sw__main-box-notes-block {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-notes-block {
    margin-bottom: 30px;
  }
}
.sw__main-box-notes-block:last-child {
  margin-bottom: 0;
}
.sw__main-box-notes-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-notes-title {
    font-size: 16px;
  }
}
.sw__main-box-notes-title::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #4794ff;
  border-radius: 50%;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .sw__main-box-notes-title::before {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
}
.sw__main-box-notes-list {
  font-size: 1.4rem;
  line-height: 1.7857142857em;
}
@media screen and (max-width: 767px) {
  .sw__main-box-notes-list {
    font-size: 10px;
  }
}
.sw__main-box-notes-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sw__main-box-notes-list li::before {
  content: "・";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sw__footer {
  background: #00a8da;
  padding-block: 60px 70px;
}
@media screen and (max-width: 767px) {
  .sw__footer {
    padding-block: 15px;
  }
}
.sw__footer-content {
  width: 100%;
  max-width: 44%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sw__footer-content {
    max-width: 53.8%;
  }
}

.top__events-splide .splide__arrow {
  opacity: 1;
  background: none;
  width: unset;
  height: unset;
}
.top__events-splide .splide__arrow svg {
  display: none;
}
.top__events-splide .splide__arrow--prev::before, .top__events-splide .splide__arrow--next::before {
  content: "";
  background: url("./public/img/icons/caret-right.svg") no-repeat center/contain;
  width: 25px;
  height: 25px;
}
.top__events-splide .splide__arrow--prev {
  left: -40px;
}
@media screen and (max-width: 1280px) {
  .top__events-splide .splide__arrow--prev {
    left: -35px;
  }
}
@media screen and (max-width: 1024px) {
  .top__events-splide .splide__arrow--prev {
    left: -27px;
  }
}
.top__events-splide .splide__arrow--prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.top__events-splide .splide__arrow--next {
  right: -40px;
}
@media screen and (max-width: 1280px) {
  .top__events-splide .splide__arrow--next {
    right: -35px;
  }
}
@media screen and (max-width: 1024px) {
  .top__events-splide .splide__arrow--next {
    right: -27px;
  }
}
.top__events-splide .splide__pagination {
  bottom: -35px;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .top__events-splide .splide__pagination {
    bottom: -25px;
  }
}
.top__events-splide .splide__pagination .splide__pagination__page {
  opacity: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top__events-splide .splide__pagination .splide__pagination__page {
    width: 6px;
    height: 6px;
  }
}
.top__events-splide .splide__pagination .splide__pagination__page.is-active {
  background: #595757;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top__mv-splide .splide__control {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -44px;
  gap: 10px;
  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__mv-splide .splide__control {
    bottom: -25px;
  }
}
.top__mv-splide .splide__pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
.top__mv-splide .splide__pagination--ttb {
  position: unset;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .top__mv-splide .splide__pagination--ttb {
    padding: 6.5px 0;
  }
}
.top__mv-splide .splide__pagination__page {
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top__mv-splide .splide__pagination__page {
    width: 6px;
    height: 6px;
  }
}
.top__mv-splide .splide__pagination__page.is-active {
  background: #595757;
  -webkit-transform: none;
          transform: none;
}
.top__mv-splide .splide__button {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.top__mv-splide .splide__button::before {
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  -webkit-mask: url("./public/img/icons/pause.svg") center/contain no-repeat;
          mask: url("./public/img/icons/pause.svg") center/contain no-repeat;
  background-color: #595757;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__mv-splide .splide__button.is-paused::before {
  height: 11px;
  -webkit-mask: url("./public/img/icons/play.svg") center/contain no-repeat;
          mask: url("./public/img/icons/play.svg") center/contain no-repeat;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.fancybox__slide {
  max-width: 830px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.fancybox__content {
  width: 100% !important;
  max-height: 630px !important;
}
@media screen and (max-width: 579px) {
  .fancybox__content {
    max-height: 400px !important;
  }
}

.fancybox__track {
  -webkit-transform: none !important;
          transform: none !important;
}

.fancybox__caption {
  width: 100% !important;
  font-size: 13px !important;
  background-color: white !important;
  color: black !important;
  padding: 0 2rem 2rem !important;
}

@media screen and (max-width: 579px) {
  .fancybox__footer {
    width: calc(100% - 8px) !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    bottom: unset !important;
    -webkit-transform: translate(-50%, calc(-50% + 210px)) !important;
            transform: translate(-50%, calc(-50% + 210px)) !important;
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.swing-anim {
  -webkit-animation: swing 1s linear;
          animation: swing 1s linear;
}

@-webkit-keyframes glitter {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes glitter {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeup {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s cubic-bezier(0.3, 0, 0.1, 1);
  transition: opacity 0.8s linear, -webkit-transform 0.8s cubic-bezier(0.3, 0, 0.1, 1);
  transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.3, 0, 0.1, 1);
  transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.3, 0, 0.1, 1);
  will-change: transform, opacity;
}

.fadeup.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-dots-play-block {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .slick-dots-play-block {
    height: 45px;
    padding: 5px;
    gap: 10px;
  }
}
.slick-dots-play-block .slick-dots {
  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;
  gap: 10px;
  width: unset;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots-play-block .slick-dots {
    gap: 8px;
  }
}
.slick-dots-play-block .slick-dots li {
  margin: 0;
}
.slick-dots-play-block .slick-dots li button::before {
  font-size: 1rem;
  color: #4794ff;
}
.slick-dots-play-block .slick-play {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots-play-block .slick-play::before {
  content: "";
  -webkit-mask: url("./public/img/icons/pause.svg") no-repeat center/contain;
          mask: url("./public/img/icons/pause.svg") no-repeat center/contain;
  width: 25px;
  height: 25px;
  background-color: #4794ff;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slick-dots-play-block .slick-play.pause::before {
  content: "";
  -webkit-mask: url("./public/img/icons/play.svg") no-repeat center/contain;
          mask: url("./public/img/icons/play.svg") no-repeat center/contain;
  width: 25px;
  height: 17px;
}
.slick-dots-play-block .slick-play:hover::before {
  opacity: 0.8;
}

.aa__slick-prev::before, .aa__slick-next::before {
  content: "";
  background: url("./public/img/icons/caret-left-lg.svg") no-repeat center/contain;
  width: 20px;
  height: 40px;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .aa__slick-prev::before, .aa__slick-next::before {
    width: 15px;
    height: 25px;
  }
}
.aa__slick-prev:hover::before, .aa__slick-next:hover::before {
  opacity: 0.8;
}
.aa__slick-prev {
  left: 25px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .aa__slick-prev {
    left: 15px;
  }
}
.aa__slick-next {
  right: 25px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .aa__slick-next {
    right: 5px;
  }
}
.aa__slick-next::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.food__slick-dots {
  position: relative;
  gap: 0;
  height: 55px;
  padding: 15px 0;
}
.food__slick-dots .slick-dots {
  gap: 12px;
  width: unset;
  bottom: unset;
}
@media screen and (max-width: 767px) {
  .food__slick-dots .slick-dots {
    gap: 8px;
  }
}
.food__slick-dots .slick-dots li {
  width: 7px;
  height: 7px;
  min-width: 7px;
}
.food__slick-dots .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #4794ff;
}
.food__slick-dots .slick-dots li button::before {
  display: none;
}
.food__slick-dots .slick-dots li.slick-active button {
  background-color: #4794ff;
}
.food__slick-dots .slick-play {
  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;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #4794ff;
  position: absolute;
  top: 50%;
  right: 96px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .food__slick-dots .slick-play {
    right: 28px;
  }
}
.food__slick-dots .slick-play::before {
  width: 16px;
  aspect-ratio: 8/10;
}
.food__slick-dots .slick-play.pause::before {
  width: 10px;
  margin-left: 3px;
  aspect-ratio: 25/18;
  -webkit-mask: url("./public/img/icons/play.svg") no-repeat center/100% 100%;
          mask: url("./public/img/icons/play.svg") no-repeat center/100% 100%;
}

.top__mv-footer .slick-dots {
  gap: 0;
}
.top__mv-footer .slick-dots li button::before {
  font-size: 8px;
  color: #fff;
  opacity: 1;
}
.top__mv-footer .slick-dots .slick-active button::before {
  color: #595757;
}

.wedding__slider-dots {
  position: relative;
  gap: 0;
  height: 75px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .wedding__slider-dots {
    height: 43px;
  }
}
.wedding__slider-dots .slick-dots {
  gap: 10px;
  width: unset;
  bottom: unset;
}
@media screen and (max-width: 767px) {
  .wedding__slider-dots .slick-dots {
    gap: 8px;
  }
}
.wedding__slider-dots .slick-dots li {
  width: 8px;
  height: 8px;
  min-width: 8px;
}
.wedding__slider-dots .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #4794ff;
}
.wedding__slider-dots .slick-dots li button::before {
  display: none;
}
.wedding__slider-dots .slick-dots li.slick-active button {
  background-color: #4794ff;
}
.wedding__slider-dots .slick-play {
  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;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #4794ff;
  position: absolute;
  top: 50%;
  right: calc(4% + 25px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wedding__slider-dots .slick-play {
    width: 20px;
    height: 20px;
    right: 43px;
  }
}
.wedding__slider-dots .slick-play::before {
  width: 16px;
  aspect-ratio: 8/10;
}
.wedding__slider-dots .slick-play.pause::before {
  width: 10px;
  margin-left: 3px;
  aspect-ratio: 25/18;
  -webkit-mask: url("./public/img/icons/play.svg") no-repeat center/100% 100%;
          mask: url("./public/img/icons/play.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .wedding__slider-dots .slick-play.pause::before {
    margin-left: 2px;
  }
}

.hp-main {
  position: relative;
}

.overflow {
  overflow: hidden;
}

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

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

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

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-underline {
  text-decoration: underline !important;
}

.container-980 {
  width: 100%;
  max-width: calc(980px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .container-980 {
    max-width: 100%;
    padding: 0 5.33%;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 980px) {
  .anchor {
    scroll-margin-top: 75px;
  }
}
.anchor--t-40 {
  position: relative;
  top: -40px;
}

.bold {
  font-weight: 700;
}

.white {
  color: #fff;
}

.blue-1a {
  color: #1a70e7;
}

.blue-47 {
  color: #4794ff;
}

.pink-ff {
  color: #ff2d65;
}

.bg-ff {
  background-color: #ff963c;
}

.bg-479 {
  background-color: #4794ff;
}

.col-ff {
  color: #ff963c;
}

.col-479 {
  color: #4794ff;
}

.color-txt {
  color: #595757;
}

.nowrap {
  white-space: nowrap;
}

.link-o {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link-o:hover {
  opacity: 0.7;
}

.underline {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.zen {
  font-family: "Zen Kaku Gothic Antique";
}

.hidden {
  display: none;
}

.fs-16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .fs-16 {
    font-size: 12px;
  }
}

.empty-post__message {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .empty-post__message {
    font-size: 12px;
  }
}

@media print {
  html, body {
    overflow: visible !important;
  }
  main {
    position: static !important;
    height: auto !important;
    overflow: visible !important;
  }
  img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    visibility: visible !important;
  }
  img[loading="lazy"] {
    content: normal !important;
  }
}

.a-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.a-link:hover {
  color: #4794ff;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

.text-external {
  position: relative;
}
.text-external::after {
  content: "";
  background: url("./public/img/icons/external-blue.svg") no-repeat center/contain;
  display: inline-block;
  margin-left: 5px;
  padding-right: 5px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .text-external::after {
    width: 12px;
    height: 12px;
  }
}
