@charset "UTF-8";
[data-display-state=hidden] {
  display: none;
}

[data-animation-state] {
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animation-state=transparent] {
  opacity: 0;
  transform: translateY(20px);
}

[data-animation-state=active] {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn_item-01 {
  transition-delay: 0.4s;
}

.js-fadeIn_item-02 {
  transition-delay: 0.8s;
}

.js-fadeIn_item-03 {
  transition-delay: 1.2s;
}

.js-fadeIn_item-04 {
  transition-delay: 1.6s;
}

.js-fadeIn_item-1 {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.2s;
  transition: opacity 1.2s ease, transform 0.4s ease;
}
.js-fadeIn_item-1.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn_item-2 {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.4s;
  transition: opacity 1.2s ease, transform 0.4s ease;
}
.js-fadeIn_item-2.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn_item-3 {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.6s;
  transition: opacity 1.2s ease, transform 0.4s ease;
}
.js-fadeIn_item-3.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn_item-4 {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.8s;
  transition: opacity 1.2s ease, transform 0.4s ease;
}
.js-fadeIn_item-4.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn_item-5 {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 1s;
  transition: opacity 1.2s ease, transform 0.4s ease;
}
.js-fadeIn_item-5.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn_item-6 {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 1.2s;
  transition: opacity 1.2s ease, transform 0.4s ease;
}
.js-fadeIn_item-6.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn_item-7 {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 1.4s;
  transition: opacity 1.2s ease, transform 0.4s ease;
}
.js-fadeIn_item-7.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*
[class *= "js-fadeIn_item"] {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 1.6s;
  transition: opacity 1.2s ease, transform 0.4s ease;

  &.is-active {
    opacity: 1;
    transform: translateY(0);
  }
}
*/
/*
.js-fadeIn_item {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s cubic-bezier(0.4, 0.0, 0.2, 1);
  &.is-active {
    opacity: 1;
    transform: translateY(0);
  }
}
@for $value from 1 through 7 {
  .js-fadein_item {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    &.is-active {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
*/
[class*=c-wrap] {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-wrap-940 {
  max-width: 980px;
}

.c-wrap-760 {
  max-width: 800px;
}

.c-btn-01 {
  display: inline grid;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  align-items: center;
  width: 100%;
  padding-inline: 22px;
  background-color: #A89260;
  color: #fff !important;
  transition: opacity 0.4s ease-out;
  font-weight: 500;
  text-align: center;
}
.c-btn-01::before {
  content: "";
}
.c-btn-01::after {
  content: "";
  background-color: #fff;
  width: 14px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  justify-self: end;
  transition: transform 0.4s ease-out;
}

.c-btn-01:focus-visible {
  opacity: 0.6 !important;
}
.l-inner {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 800px;
  width: 100%;
}

.c-text {
  font-weight: 500;
  line-height: 150%;
}

.c-item {
  font-weight: 600;
}

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

#cpb_250922 {
  position: static;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
}
#cpb_250922 * {
  box-sizing: border-box;
}
#cpb_250922 img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
#cpb_250922 a {
  transition: 0.4s;
  opacity: 1;
  cursor: pointer;
}
#cpb_250922 sup {
  font-size: 0.6em;
}
#cpb_250922 section {
  padding: 0;
}
#cpb_250922 .c-section-headline h2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.05em;
}
#cpb_250922 .c-section-headline h2 span {
  color: #19518A;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#cpb_250922 .c-section-headline p {
  margin-inline: auto;
  font-weight: 500;
}

.article-footer {
  text-align: center;
  padding-inline: min(4.2666666667vw, 16px);
}
.article-footer .article-footer__contact > p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}
.article-footer .article-footer__contact > span {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
.article-footer .article-footer__credit > p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
.article-footer .article-footer__credit > span {
  margin-top: 12px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
.article-footer .article-footer__share {
  line-height: 1;
}
.article-footer .article-footer__share .share_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cpb_250922 .mv {
  position: relative;
}
#cpb_250922 .mv .mv__pr {
  position: absolute;
  top: 3.97%;
  right: 3.97%;
  width: 30px;
  height: 17px;
  z-index: 1;
  padding-top: 0.25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
  color: #535353;
  font-size: 13px;
  line-height: 1;
}
#cpb_250922 .mv .mv__wrapper {
  background-color: #B4D0D6;
}
#cpb_250922 .mv .mv__catchphrase,
#cpb_250922 .mv .mv__subtitle,
#cpb_250922 .mv .mv__title,
#cpb_250922 .mv .mv__lead {
  margin-inline: auto;
}
#cpb_250922 .mv .mv__lead {
  text-align: center;
  font-weight: 500;
  line-height: 150%;
}
#cpb_250922 .section01-block01 h2 {
  margin-inline: auto;
  width: 100%;
}
#cpb_250922 .section01-block01 .section01-block01__inner {
  margin-inline: auto;
  width: 100%;
}
#cpb_250922 .section01-block01 .section01-block01__text {
  text-align: center;
  margin-top: 20px;
}
#cpb_250922 .section01-block01 .section01-block01__name {
  margin-top: 25px;
  margin-left: auto;
}
#cpb_250922 .section02 .section02__contents .section02__first .section02__img,
#cpb_250922 .section02 .section02__contents .section02__second .section02__img {
  display: none;
}
#cpb_250922 .section02 .section02__contents .section02__cta {
  margin-inline: auto;
}
#cpb_250922 .section02 .section02__contents .section02__cta .section02__img {
  display: none;
}
#cpb_250922 .section03 {
  position: relative;
}
#cpb_250922 .section03 .section03__contents {
  margin-inline: auto;
}
#cpb_250922 .section03 .section03__contents::before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
#cpb_250922 .section03 .section03__contents::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  content: "";
  z-index: 0;
}
#cpb_250922 .section03 .section03__contents .section03__headline {
  position: relative;
  z-index: 1;
}
#cpb_250922 .section03 .section03__contents .section03__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  margin-inline: auto;
}
#cpb_250922 .section03 .section03__contents .section03__wrapper .section03__day,
#cpb_250922 .section03 .section03__contents .section03__wrapper .section03__night {
  display: flex;
  flex-direction: column;
}
#cpb_250922 .section03 .section03__contents .section03__btn {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
#cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__headline__wrapper.hidden {
  opacity: 0;
  pointer-events: none; /* 非表示時はクリック不可 */
}
#cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__step-img {
  display: none;
}
#cpb_250922 .section04 .section04__contents .section04__flex-wrapper .section04__img .section04__inner-img img {
  position: relative;
}
#cpb_250922 .section04 .section04__contents .section04__flex-wrapper .section04__img .section04__pc-step0 .section04__img-step1 {
  position: absolute;
  top: min(10.1333333333vw, 38px);
  right: min(13.0666666667vw, 49px);
  width: min(34.9333333333vw, 131px);
}
#cpb_250922 .section04 .section04__contents .section04__flex-wrapper .section04__img .section04__pc-step0 .section04__img-step2 {
  position: absolute;
  top: min(26.6666666667vw, 100px);
  left: min(42.6666666667vw, 160px);
  width: min(38.1333333333vw, 143px);
}
#cpb_250922 .section04 .section04__contents .section04__flex-wrapper .section04__img .section04__pc-step0 .section04__img-step3 {
  position: absolute;
  top: min(74.9333333333vw, 281px);
  left: min(8.5333333333vw, 32px);
  width: min(38.1333333333vw, 143px);
}
#cpb_250922 .section04 .section04__contents .section04__step1 .section04__sp-step123 .section04__img-step1,
#cpb_250922 .section04 .section04__contents .section04__step2 .section04__sp-step123 .section04__img-step1 {
  position: absolute;
  top: min(5.8666666667vw, 22px);
  right: min(6.1333333333vw, 23px);
  width: min(16.5333333333vw, 62px);
}
#cpb_250922 .section04 .section04__contents .section04__step1 .section04__sp-step123 .section04__img-step2,
#cpb_250922 .section04 .section04__contents .section04__step2 .section04__sp-step123 .section04__img-step2 {
  position: absolute;
  top: min(5.0666666667vw, 19px);
  left: min(17.6vw, 66px);
  width: min(18.1333333333vw, 68px);
}
#cpb_250922 .section04 .section04__contents .section04__step1 .section04__sp-step123 .section04__img-step3,
#cpb_250922 .section04 .section04__contents .section04__step2 .section04__sp-step123 .section04__img-step3 {
  position: absolute;
  top: min(17.6vw, 66px);
  left: min(5.6vw, 21px);
  width: min(18.1333333333vw, 68px);
}
#cpb_250922 .section04 .section04__contents .section04__step3 .section04__sp-step123 .section04__img-step1 {
  position: absolute;
  top: min(5.8666666667vw, 22px);
  right: min(6.1333333333vw, 23px);
  width: min(16.5333333333vw, 62px);
}
#cpb_250922 .section04 .section04__contents .section04__step3 .section04__sp-step123 .section04__img-step2 {
  position: absolute;
  top: min(5.0666666667vw, 19px);
  left: min(17.6vw, 66px);
  width: min(18.1333333333vw, 68px);
}
#cpb_250922 .section04 .section04__contents .section04__step3 .section04__sp-step123 .section04__img-step3 {
  position: absolute;
  top: min(17.6vw, 66px);
  left: min(5.6vw, 21px);
  width: min(18.1333333333vw, 68px);
}
#cpb_250922 .section04 .section04__contents .section04__cta {
  margin-inline: auto;
}
#cpb_250922 .section04 .section04__contents .section04__cta p {
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 980px) {
  [class*=c-wrap] {
    width: 100%;
    padding: 0 20px;
  }
  .c-btn-01 {
    height: 68px;
    font-size: 17px;
    line-height: 26px;
  }
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .l-inner {
    max-width: 1480px;
  }
  .c-text {
    font-size: 16px;
  }
  .c-item {
    font-size: 17px;
    line-height: 26px;
  }
  body {
    padding-top: 55px !important;
  }
  #cpb_250922 a:hover {
    transition: 0.4s;
    opacity: 0.4;
  }
  #cpb_250922 .c-section-headline h2 {
    font-size: 34px;
    line-height: 54px;
  }
  #cpb_250922 .c-section-headline p {
    text-align: center;
    margin-top: 15px;
    max-width: 695px;
    font-size: 20px;
    line-height: 30px;
  }
  .article-footer {
    padding-block: 66px;
  }
  .article-footer .article-footer__credit {
    margin-top: 47px;
  }
  .article-footer .article-footer__share {
    margin-top: 80px;
  }
  .article-footer .article-footer__share .share_headings img {
    width: 86px !important;
  }
  .article-footer .article-footer__share .share_list {
    margin-top: 30px;
    gap: 24px;
  }
  .article-footer .article-footer__share .share_list .share_item {
    width: 56px;
  }
  #cpb_250922 .mv .mv__wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  #cpb_250922 .mv .mv__img {
    flex: 1;
  }
  #cpb_250922 .mv .mv__contents {
    width: 58%;
  }
  #cpb_250922 .mv .mv__subtitle,
  #cpb_250922 .mv .mv__title {
    margin-top: min(1.1111111111vw, 20px);
  }
  #cpb_250922 .mv .mv__catchphrase {
    width: 66%;
  }
  #cpb_250922 .mv .mv__subtitle {
    width: 86%;
  }
  #cpb_250922 .mv .mv__title {
    width: 87%;
  }
  #cpb_250922 .mv .mv__lead {
    margin-top: min(3.0555555556vw, 60px);
    font-size: max(1.25vw, 14px);
  }
  #cpb_250922 .section01-block01 {
    padding-block: 64px;
  }
  #cpb_250922 .section01-block01 h2 {
    max-width: 715px;
  }
  #cpb_250922 .section01-block01 .section01-block01__inner {
    max-width: 610px;
  }
  #cpb_250922 .section01-block01 .section01-block01__name {
    width: 245px;
  }
  #cpb_250922 .section02 {
    background: url("../img/section02_bg.webp?vce716490711358956261cc5cfba0e2d7") center center no-repeat;
    background-size: cover;
    z-index: 0;
  }
  #cpb_250922 .section02 .section02__contents {
    position: relative;
    padding-top: 96px;
    padding-bottom: 100px;
    background: url("../img/section02_item.webp?v99d264ea3b751f4849ef53cb616029e4") center center no-repeat;
    background-size: cover;
    z-index: 1;
    max-width: 1024px;
    margin-inline: auto;
  }
  #cpb_250922 .section02 .section02__contents .section02__first {
    position: absolute;
    top: 429px;
    right: 22px;
    width: 290px;
  }
  #cpb_250922 .section02 .section02__contents .section02__first .section02__title-img {
    width: 116px;
  }
  #cpb_250922 .section02 .section02__contents .section02__first p {
    margin-top: -82px;
    margin-left: auto;
    width: 215px;
  }
  #cpb_250922 .section02 .section02__contents .section02__second {
    position: absolute;
    top: 429px;
    left: 22px;
    width: 290px;
  }
  #cpb_250922 .section02 .section02__contents .section02__second .section02__title-img {
    width: 70px;
    margin-left: auto;
  }
  #cpb_250922 .section02 .section02__contents .section02__second p {
    margin-top: -82px;
    margin-right: auto;
    width: 212px;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta {
    margin-top: 676px;
    max-width: 450px;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta p {
    margin-top: 14px;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta .section02__btn {
    margin-top: min(17.0666666667vw, 64px);
  }
  #cpb_250922 .section03 .section03__contents {
    padding-top: 96px;
    padding-bottom: 100px;
    max-width: 1440px;
  }
  #cpb_250922 .section03 .section03__contents::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/section03_bg-pc.webp?vf722c66152c57b7d2dbf1067c80909f0") center top no-repeat;
    background-size: cover;
    max-width: 1190px;
  }
  #cpb_250922 .section03 .section03__contents::after {
    background: linear-gradient(151deg, rgb(77, 107, 132), rgb(135, 168, 191) 23%, rgb(234, 243, 250) 40%) center top no-repeat;
    height: 100%;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper {
    margin-top: 875px;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 880px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__day,
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__night {
    gap: 14px;
    width: 402px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__day h3,
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__night h3 {
    margin-top: 14px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__day hgroup p {
    margin-top: 73px;
    width: 120px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__day hgroup h3 {
    width: 384px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__night hgroup p {
    width: 192px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__night hgroup h3 {
    width: 349px;
  }
  #cpb_250922 .section03 .section03__contents .section03__btn {
    max-width: 450px;
    padding-top: 64px;
  }
  #cpb_250922 .section04 {
    background: url("../img/section04_bg.webp?v5fe406f2ba0056529db9693c128bc2dd") center center no-repeat;
    background-size: cover;
    z-index: 0;
  }
  #cpb_250922 .section04 .section04__contents {
    position: relative;
    padding-top: 96px;
    padding-inline: 12px;
    padding-bottom: 100px;
    z-index: 1;
    max-width: 1024px;
    margin-inline: auto;
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__sp-img {
    display: none;
  }
  #cpb_250922 .section04 .section04__contents .section04__flex-wrapper {
    margin-top: 43px;
    display: flex;
    align-items: stretch;
    column-gap: 44px;
  }
  #cpb_250922 .section04 .section04__contents .section04__flex-wrapper .section04__img {
    position: relative;
    width: 592px;
  }
  #cpb_250922 .section04 .section04__contents .section04__flex-wrapper .section04__img .section04__inner-img {
    position: sticky;
    top: 60px;
  }
  #cpb_250922 .section04 .section04__contents .section04__container {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 37px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1,
  #cpb_250922 .section04 .section04__contents .section04__step2 {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 .section04__step-img,
  #cpb_250922 .section04 .section04__contents .section04__step2 .section04__step-img {
    display: none;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 hgroup h3,
  #cpb_250922 .section04 .section04__contents .section04__step2 hgroup h3 {
    margin-top: 12px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 hgroup p {
    width: 98px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 hgroup h3 {
    width: 260px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step2 hgroup p {
    width: 106px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step2 hgroup h3 {
    width: 180px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 .section04__step-img {
    display: none;
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 hgroup p {
    width: 108px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 hgroup h3 {
    margin-top: 12px;
    width: 209px;
  }
  #cpb_250922 .section04 .section04__contents .section04__cta {
    max-width: 614px;
    margin-top: min(17.6vw, 66px);
  }
  #cpb_250922 .section04 .section04__contents .section04__cta .section04__btn {
    max-width: 450px;
    margin-inline: auto;
  }
  #cpb_250922 .section04 .section04__contents .section04__cta p {
    margin-top: 26px;
  }
}
@media screen and (max-width: 979px) {
  [class*=c-wrap] {
    width: 90%;
  }
  .c-btn-01 {
    height: 65px;
    font-size: 15px;
    line-height: 23px;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .c-text {
    font-size: 14px;
  }
  .c-item {
    font-size: clamp(12px, 3.7333333333vw, 14px);
    line-height: min(5.6vw, 21px);
  }
  #cpb_250922 .c-section-headline h2 {
    max-width: 375px;
    margin-inline: auto;
    font-size: clamp(14px, 5.3333333333vw, 20px);
    line-height: min(8vw, 30px);
  }
  #cpb_250922 .c-section-headline p {
    max-width: 375px;
    margin-top: min(3.2vw, 12px);
    margin-inline: auto;
    padding-inline: min(4.2666666667vw, 16px);
    font-size: clamp(12px, 3.7333333333vw, 14px);
    line-height: min(5.6vw, 21px);
  }
  .article-footer {
    padding-block: min(9.6vw, 36px);
  }
  .article-footer .article-footer__contact > span {
    margin-top: min(2.9333333333vw, 11px);
  }
  .article-footer .article-footer__credit {
    margin-top: min(13.6vw, 51px);
  }
  .article-footer .article-footer__share {
    margin-top: min(10.6666666667vw, 40px);
  }
  .article-footer .article-footer__share .share_headings img {
    width: 54px !important;
  }
  .article-footer .article-footer__share .share_list {
    margin-top: 22px;
    gap: 16px;
  }
  .article-footer .article-footer__share .share_list .share_item {
    width: 54px;
  }
  #cpb_250922 .mv .mv__contents {
    padding-block: min(9.6vw, 36px);
    padding-inline: 16px;
  }
  #cpb_250922 .mv .mv__catchphrase,
  #cpb_250922 .mv .mv__subtitle,
  #cpb_250922 .mv .mv__title,
  #cpb_250922 .mv .mv__lead {
    max-width: 375px;
  }
  #cpb_250922 .mv .mv__subtitle,
  #cpb_250922 .mv .mv__title {
    margin-top: min(3.2vw, 12px);
  }
  #cpb_250922 .mv .mv__catchphrase {
    padding-inline: 12px;
  }
  #cpb_250922 .mv .mv__lead {
    margin-top: min(4.5333333333vw, 17px);
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  #cpb_250922 .section01-block01 {
    padding-block: 36px;
  }
  #cpb_250922 .section01-block01 h2 {
    padding-inline: min(4.2666666667vw, 16px);
    max-width: 375px;
  }
  #cpb_250922 .section01-block01 .section01-block01__inner {
    padding-inline: min(11.2vw, 42px);
    max-width: 375px;
  }
  #cpb_250922 .section01-block01 .section01-block01__name {
    width: 163px;
  }
  #cpb_250922 .section02 {
    position: relative;
    background-color: #FEFAEE;
    height: 300vh;
  }
  #cpb_250922 .section02 .section02__contents {
    position: sticky;
    top: 60px;
  }
  #cpb_250922 .section02 .section02__contents .section02__headline__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: url("../img/section02_bg.webp?vce716490711358956261cc5cfba0e2d7") center center no-repeat;
    background-size: cover;
  }
  #cpb_250922 .section02 .section02__contents .section02__headline {
    height: calc(100svh - 60px);
    padding-top: 31px;
    background: url("../img/section02_item-sp01.webp?v77a6f37b14e75875161752531dc3b279") center bottom no-repeat;
    background-size: auto 90%;
  }
  #cpb_250922 .section02 .section02__contents .section02__first,
  #cpb_250922 .section02 .section02__contents .section02__second {
    opacity: 0;
    transition: opacity 0.6s ease;
    background-color: #FEFAEE;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: min(4.8vw, 18px);
    display: flex;
    flex-direction: column;
    height: 100svh;
  }
  #cpb_250922 .section02 .section02__contents .section02__first .section02__img,
  #cpb_250922 .section02 .section02__contents .section02__second .section02__img {
    padding-inline: 16px;
    display: block;
    margin-inline: auto;
    max-width: 375px;
    aspect-ratio: 343/247;
    z-index: 1;
  }
  #cpb_250922 .section02 .section02__contents .section02__first .section02__wrapper,
  #cpb_250922 .section02 .section02__contents .section02__second .section02__wrapper {
    margin-top: min(4.2666666667vw, 16px);
    margin-inline: auto;
    max-width: 375px;
    padding-inline: 16px;
  }
  #cpb_250922 .section02 .section02__contents .section02__first {
    z-index: 2;
  }
  #cpb_250922 .section02 .section02__contents .section02__first .section02__title-img {
    max-width: 292px;
  }
  #cpb_250922 .section02 .section02__contents .section02__first p {
    margin-top: 12px;
  }
  #cpb_250922 .section02 .section02__contents .section02__second {
    z-index: 3;
  }
  #cpb_250922 .section02 .section02__contents .section02__second .section02__title-img {
    max-width: 272px;
  }
  #cpb_250922 .section02 .section02__contents .section02__second p {
    margin-top: 12px;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta {
    opacity: 0;
    transition: opacity 0.6s ease;
    background-color: #FEFAEE;
    position: relative;
    padding-top: min(4.8vw, 18px);
    padding-bottom: min(9.6vw, 36px);
    z-index: 4;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta .section02__img {
    padding-inline: 16px;
    display: block;
    margin-inline: auto;
    max-width: 375px;
    aspect-ratio: 343/247;
    z-index: 1;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta .section02__wrapper {
    margin-top: min(4.2666666667vw, 16px);
    padding-inline: 16px;
    margin-inline: auto;
    max-width: 375px;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta p {
    margin-top: 12px;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta .section02__btn {
    margin-top: min(8.5333333333vw, 32px);
  }
  #cpb_250922 .section02 .section02__contents .section02__first.is-visible,
  #cpb_250922 .section02 .section02__contents .section02__second.is-visible,
  #cpb_250922 .section02 .section02__contents .section02__cta.is-visible {
    opacity: 1;
  }
  #cpb_250922 .section03 {
    background-color: #EAF3FA;
  }
  #cpb_250922 .section03 .section03__contents {
    padding-top: min(8.5333333333vw, 32px);
    padding-bottom: min(10.6666666667vw, 40px);
    padding-inline: min(4.2666666667vw, 16px);
    max-width: 375px;
    z-index: 1;
    overflow: hidden;
  }
  #cpb_250922 .section03 .section03__contents::before {
    top: min(59.4666666667vw, 223px);
    max-width: 375px;
    width: 100%;
    aspect-ratio: 375/340;
    background: url("../img/section03_item-sp.png?vb47ae92efa3847197d6a9d68f72ca417") center top no-repeat;
    background-size: contain;
  }
  #cpb_250922 .section03 .section03__contents::after {
    background: url("../img/section03_bg-sp.webp?v5b5d999883dc3162a847228227359d2f") center top no-repeat;
    background-size: cover;
    height: 100%;
    aspect-ratio: 375/790;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper {
    margin-top: min(105.6vw, 396px);
    flex-direction: column;
    row-gap: min(10.6666666667vw, 40px);
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__day,
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__night {
    max-width: 375px;
    margin-inline: auto;
    gap: 12px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__day h3,
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__night h3 {
    margin-top: 12px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__day hgroup p {
    max-width: 80px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__day hgroup h3 {
    width: 100%;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__night hgroup p {
    max-width: 130px;
  }
  #cpb_250922 .section03 .section03__contents .section03__wrapper .section03__night hgroup h3 {
    max-width: 313px;
  }
  #cpb_250922 .section03 .section03__contents .section03__btn {
    padding-top: min(10.6666666667vw, 40px);
  }
  #cpb_250922 .section04 {
    position: relative;
    height: 300vh;
  }
  #cpb_250922 .section04 .section04__contents {
    position: sticky;
    top: 60px;
    min-height: 100vh;
    background: url("../img/section04_bg.webp?v5fe406f2ba0056529db9693c128bc2dd") center center no-repeat;
    background-size: cover;
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.6s ease;
    pointer-events: auto;
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__headline {
    height: calc(100svh - 60px);
    padding-top: 36px;
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__sp-img {
    position: relative;
    margin-top: min(6.4vw, 24px);
    margin-inline: auto;
    max-width: 375px;
    width: 100%;
    z-index: 1;
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__sp-img .section04__sp-step0 .section04__img-step1 {
    position: absolute;
    top: min(5.3333333333vw, 20px);
    right: min(5.3333333333vw, 20px);
    width: min(20.2666666667vw, 76px);
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__sp-img .section04__sp-step0 .section04__img-step2 {
    position: absolute;
    top: min(15.7333333333vw, 59px);
    left: min(17.0666666667vw, 64px);
    width: min(21.8666666667vw, 82px);
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__sp-img .section04__sp-step0 .section04__img-step3 {
    position: absolute;
    top: min(34.1333333333vw, 128px);
    left: min(6.9333333333vw, 26px);
    width: min(21.8666666667vw, 82px);
  }
  #cpb_250922 .section04 .section04__contents .section04__flex-wrapper .section04__img {
    display: none;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1,
  #cpb_250922 .section04 .section04__contents .section04__step2 {
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: min(5.3333333333vw, 20px);
    padding-inline: min(4.2666666667vw, 16px);
    display: flex;
    flex-direction: column;
    row-gap: min(3.2vw, 12px);
    height: 100svh;
    margin-inline: auto;
    max-width: 375px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 .section04__step-img,
  #cpb_250922 .section04 .section04__contents .section04__step2 .section04__step-img {
    position: relative;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 hgroup,
  #cpb_250922 .section04 .section04__contents .section04__step2 hgroup {
    display: flex;
    align-items: center;
    column-gap: min(4.2666666667vw, 16px);
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 {
    z-index: 1;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 hgroup p {
    width: min(21.0666666667vw, 79px);
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 hgroup h3 {
    width: min(62.1333333333vw, 233px);
  }
  #cpb_250922 .section04 .section04__contents .section04__step2 {
    z-index: 2;
  }
  #cpb_250922 .section04 .section04__contents .section04__step2 hgroup p {
    width: min(25.3333333333vw, 95px);
  }
  #cpb_250922 .section04 .section04__contents .section04__step2 hgroup h3 {
    width: min(42.6666666667vw, 160px);
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 {
    z-index: 3;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    padding-top: min(5.3333333333vw, 20px);
    padding-inline: min(4.2666666667vw, 16px);
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: min(3.2vw, 12px);
    margin-inline: auto;
    max-width: 375px;
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 .section04__step-img {
    position: relative;
    z-index: 1;
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 hgroup {
    display: flex;
    align-items: center;
    column-gap: min(4.2666666667vw, 16px);
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 hgroup p {
    width: min(25.3333333333vw, 95px);
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 hgroup h3 {
    width: min(50.1333333333vw, 188px);
  }
  #cpb_250922 .section04 .section04__contents .section04__cta {
    opacity: 0;
    transition: opacity 0.6s ease;
    position: relative;
    padding-top: min(6.9333333333vw, 26px);
    padding-inline: min(4.2666666667vw, 16px);
    padding-bottom: min(9.0666666667vw, 34px);
    z-index: 4;
    max-width: 375px;
    width: 100%;
  }
  #cpb_250922 .section04 .section04__contents .section04__cta p {
    margin-top: min(6.9333333333vw, 26px);
  }
  #cpb_250922 .section04 .section04__contents .section04__step1.is-visible,
  #cpb_250922 .section04 .section04__contents .section04__step2.is-visible,
  #cpb_250922 .section04 .section04__contents .section04__step3.is-visible,
  #cpb_250922 .section04 .section04__contents .section04__cta.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (any-hover: hover) {
  .c-btn-01:hover {
    opacity: 0.6 !important;
  }
  .c-btn-01:hover::after {
    transform: translateX(8px);
  }
}
@media screen and (max-width: 979px) and (max-height: 599px) {
  #cpb_250922 .section02 {
    height: unset;
    background: url("../img/section02_bg.webp?vce716490711358956261cc5cfba0e2d7") center center no-repeat;
    background-size: cover;
  }
  #cpb_250922 .section02 .section02__contents {
    position: relative;
    top: unset;
  }
  #cpb_250922 .section02 .section02__contents .section02__headline__wrapper {
    position: relative;
  }
  #cpb_250922 .section02 .section02__contents .section02__headline {
    height: 700px;
  }
  #cpb_250922 .section02 .section02__contents .section02__first,
  #cpb_250922 .section02 .section02__contents .section02__second {
    position: relative;
    height: unset;
    opacity: 1 !important;
  }
  #cpb_250922 .section02 .section02__contents .section02__first .section02__img,
  #cpb_250922 .section02 .section02__contents .section02__second .section02__img {
    display: none;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta {
    opacity: 1 !important;
  }
  #cpb_250922 .section02 .section02__contents .section02__cta .section02__img {
    display: none;
  }
  #cpb_250922 .section04 {
    height: unset;
  }
  #cpb_250922 .section04 .section04__contents {
    position: relative;
    top: unset;
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper {
    position: relative;
    opacity: 1 !important;
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__headline {
    height: unset;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1,
  #cpb_250922 .section04 .section04__contents .section04__step2 {
    position: relative;
    height: unset;
    opacity: 1 !important;
  }
  #cpb_250922 .section04 .section04__contents .section04__step1 .section04__step-img,
  #cpb_250922 .section04 .section04__contents .section04__step2 .section04__step-img {
    display: none;
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 {
    position: relative;
    height: unset;
    opacity: 1 !important;
  }
  #cpb_250922 .section04 .section04__contents .section04__step3 .section04__step-img {
    display: none;
  }
  #cpb_250922 .section04 .section04__contents .section04__cta {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 979px) and (max-height: 779px) {
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__sp-img {
    display: none;
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__step-img {
    display: block;
    position: relative;
    margin-top: min(6.4vw, 24px);
    margin-inline: auto;
    max-width: 375px;
    width: 100%;
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__step-img .section04__sp-step123 .section04__img-step1 {
    position: absolute;
    top: min(5.8666666667vw, 22px);
    right: min(6.1333333333vw, 23px);
    width: min(16.5333333333vw, 62px);
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__step-img .section04__sp-step123 .section04__img-step2 {
    position: absolute;
    top: min(5.0666666667vw, 19px);
    left: min(17.6vw, 66px);
    width: min(18.1333333333vw, 68px);
  }
  #cpb_250922 .section04 .section04__contents .section04__headline__wrapper .section04__step-img .section04__sp-step123 .section04__img-step3 {
    position: absolute;
    top: min(17.6vw, 66px);
    left: min(5.6vw, 21px);
    width: min(18.1333333333vw, 68px);
  }
}
/*# sourceMappingURL=style.css.map */
