@charset "utf-8";
.invisible-style{
  display: none!important;
}

html {
  word-break: auto-phrase;
}


body{
  font-family: "Zen Old Mincho", serif;
  color: #000000;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 400;
  line-height: 2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}


img {
  max-width: 100%;
  display: block;
  width: 100%;
}

p,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


/* 共通パーツ */
.inner {
  max-width: 1920px;
  margin: 0 auto;
}

/*pg-fv*/
.pg-fv__inner {
  position: relative;
}
.pg-fv__bg {
      position: absolute;
    top: 0;
    right: 0;
    background-color: #EDF200;
    height: clamp(8.75rem, 5rem + 7.81vw, 14.375rem);
    width: 40%;
}
.pg-fv__container {
      padding-top: clamp(6.25rem, 4.375rem + 3.91vw, 9.063rem);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
        padding-left: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
    padding-right: clamp(6rem, -2.833rem + 18.4vw, 19.25rem);
}
.pg-fv__title {
      display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    padding-right: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
}
.pg-fv-title__sub {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    line-height: 1;
}
.pg-fv-title__main {
      font-size: clamp(3rem, 0.125rem + 5.99vw, 7.313rem);
    position: relative;
    z-index: 10;
    line-height: 1;
}
.pg-fv-title__line {
      height: clamp(0.313rem, 0.146rem + 0.35vw, 0.563rem);
    width: clamp(6.125rem, 2.875rem + 6.77vw, 11rem);
    background-color: #000;
    margin-top: clamp(0.625rem, -0.292rem + 1.91vw, 2rem);
    position: relative;
    z-index: 5;
}
.pg-fv-title__under {
      position: absolute;
    font-size: clamp(3rem, 0.125rem + 5.99vw, 7.313rem);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #D6D6D6;
    z-index: 1;
    bottom: 3px;
    right: 0;
}
.pg-breadcrumb {
  display: flex;
      column-gap: 0.5em;
    align-items: center;
}
.breadcrumb__text {
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 700;
}
@media (max-width: 767px) {
  .pg-fv__bg {
    width: 61%;
  }
  .pg-fv__container {
        flex-direction: column-reverse;
    padding-right: 20px;
    padding-top: 100px;
  }
  .pg-breadcrumb {
    margin-right: auto;
  }
  .pg-fv__title {
    margin-left: auto;
  }
}

/* btn1 */
.btn1 {
      display: flex;
    column-gap: clamp(1.25rem, 0.667rem + 1.22vw, 2.125rem);
    align-items: center;
    padding: 12px clamp(2rem, 0.667rem + 2.78vw, 4rem);
    border: 1px solid #000;
    border-radius: 24px;
    width: fit-content;
    background-color: #fff;
}
.btn1__text {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    line-height: 1.4;
}
.btn1__icon {
      width: 10px;
    object-fit: contain;
}

/* title1 */
.title1 {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.title1__sub {
      font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 700;
}
.title1__main {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 700;
}
.title1__sub--white {
    color: #fff;
}

.title1__main--white {
    color: #fff;
}
.title1__line {
      margin-top: 12px;
    width: clamp(15.188rem, 11.854rem + 6.94vw, 20.188rem);
    object-fit: contain;
}

/* cta */
.cta {
  padding-bottom: clamp(7.5rem, 5.833rem + 3.47vw, 10rem);
}
.cta__inner {
      padding-left: clamp(1.25rem, -30.536rem + 49.67vw, 29.063rem);
    padding-right: clamp(6rem, -20.357rem + 41.18vw, 29.063rem);
}
.cta__container {
  position: relative;
}
.cta__bg--sp {
  display: none;
}
.cta__content {
  width: 100%;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
.t-section__title--center {
      align-items: center;
    width: fit-content;
    margin-left: unset;
  height: fit-content;
}
.t-section-title__sub--center {
  font-size: 14px;
}
.t-section-title__main--center {
  font-size: clamp(3rem, 2.708rem + 0.61vw, 3.438rem);
}
.t-section-title__line--center {
      width: 84px;
    height: 5px;
    margin-top: 10px;
}
.t-section-title__under--center {
      font-size: clamp(3rem, 2.708rem + 0.61vw, 3.438rem);
    left: 0;
}
.cta__text {
      text-align: center;
    line-height: 1.7;
}
.cta-btn__wrap {
      display: flex;
    column-gap: 40px;
}
.footer__btn {
      display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0.5rem, 0.417rem + 0.17vw, 0.625rem) clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    width: clamp(16.75rem, -0.5rem + 19.17vw, 22.5rem);
    border-radius: 36px;
}
.footer__btn--pink {
    border: 2px solid #FF0062;
    background-color: #fff;
    transition: all 0.5s;
}
.footer__btn--black {
    border: 2px solid #000;
    background-color: #fff;
    transition: all 0.5s;
}
.footer-btn__icon {
      width: clamp(2.25rem, 2.5vw, 3rem);
    object-fit: contain;
}
.footer-btn__text {
      font-size: clamp(1rem, 0.25rem + 0.83vw, 1.25rem);
    font-weight: 700;
}
.footer-btn__text--pink {
    color: #FF0062;
    transition: all 0.5s;
}
.footer-btn__text--black{
    color: #000;
    transition: all 0.5s;
}
.footer-btn__arrow {
      width: 0;
    height: 0;
    border-style: solid;
    border-width: clamp(0.375rem, 0.42vw, 0.5rem) 0 clamp(0.375rem, 0.42vw, 0.5rem) clamp(0.625rem, -0.125rem + 0.83vw, 0.875rem);
}
.footer-btn__arrow--pink {
    border-color: transparent transparent transparent #FF0062;
    transition: all 0.5s;
}
.footer-btn__arrow--black {
    border-color: transparent transparent transparent #000;
    transition: all 0.5s;
}

.footer__btn--pink:hover {
  background-color: #FF0062;
}
.footer__btn:hover .footer-btn__text--pink {
  color: #fff;
}
.footer__btn:hover .footer-btn__arrow--pink {
  border-color: transparent transparent transparent #FFF;
}
.footer__btn--black:hover {
  background-color: #000;
}
.footer__btn--black:hover .footer-btn__text--black {
  color: #fff;
}
.footer__btn--black:hover .footer-btn__arrow--black {
  border-color: transparent transparent transparent #FFF;
}

@media (max-width: 1023px) {
  .cta__inner {
        padding-right: clamp(9.75rem, 2.974rem + 14.12vw, 12rem);
    padding-left: clamp(5rem, -16.082rem + 43.92vw, 12rem);
  }
  .cta__bg {
    display: none;
  }
  .cta__bg--sp {
    display: block;
  }
  .cta-btn__wrap {
        flex-direction: column;
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .cta__inner {
    padding: 0 clamp(1.25rem, -3.664rem + 20.16vw, 6rem);
  }
  .cta__content {
        row-gap: 16px;
    padding: clamp(1.25rem, -0.043rem + 5.31vw, 2.5rem);
  }
  .cta-title {
    font-size: 32px;
  }
  .cta-title-under {
    font-size: 32px;
  }
  .cta__text {
    font-size: clamp(0.75rem, 0.491rem + 1.06vw, 1rem);
  }
  .cta-btn__wrap {
    row-gap: 8px;
  }
}

@media (max-width: 389px) {
  .cta__inner {
    padding: 0 clamp(0rem, -5.797rem + 28.99vw, 1.25rem);
  }
  .cta__content {
    row-gap: 8px;
  }
  .cta-title {
    font-size: 24px;
  }
  .cta-title-under {
    font-size: 24px;
  }
}

.section-title__center {
  font-size: clamp(2rem, 1.042rem + 2vw, 3.438rem);
}
.section-title__under {
  font-size: clamp(2rem, 1.042rem + 2vw, 3.438rem);
}

/* アニメーション */
.anime2 {
  animation-delay: 0.5s;
}
.anime3 {
  animation-delay: 1s;
}
.anime4 {
  animation-delay: 1.5s;
}
.anime5 {
  animation-delay: 2s;
}
.anime6 {
  animation-delay: 2.5s;
}