@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Zen+Maru+Gothic:wght@400;500;600;700&display=swap");
/* --- 基本設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #eee;
  font-size: 16px;
  overflow: hidden;
}

[id] {
  scroll-margin-top: 0px;
}

.container {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

a, button {
  cursor: pointer;
}

img {
  width: 100%;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.delay-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.is-show .delay-item {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.is-show .delay-item:nth-child(1) {
  transition-delay: 0.2s;
}
.fade-up.is-show .delay-item:nth-child(2) {
  transition-delay: 0.4s;
}
.fade-up.is-show .delay-item:nth-child(3) {
  transition-delay: 0.6s;
}
.fade-up.is-show .delay-item:nth-child(4) {
  transition-delay: 0.8s;
}
.fade-up.is-show .delay-item:nth-child(5) {
  transition-delay: 1s;
}
.fade-up.is-show .delay-item:nth-child(6) {
  transition-delay: 1.2s;
}
.fade-up.is-show .delay-item:nth-child(7) {
  transition-delay: 1.4s;
}
.fade-up.is-show .delay-item:nth-child(8) {
  transition-delay: 1.6s;
}
.fade-up.is-show .delay-item:nth-child(9) {
  transition-delay: 1.8s;
}
.fade-up.is-show .delay-item:nth-child(10) {
  transition-delay: 2s;
}

.r-mark {
  font-size: 1.1em;
  position: relative;
  top: 0.2em;
  margin-left: 1px;
}

main {
  display: flex;
  height: 100dvh;
  background-image: url(../img/PC/bg.png);
  background-size: cover;
  background-position: center 65.1041666667%;
}
main .col-center {
  height: 100dvh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: auto !important;
  backface-visibility: hidden;
  will-change: scroll-position;
  -webkit-overflow-scrolling: touch;
}
main .col-center .logo {
  position: absolute;
  display: block;
  width: 16%;
  max-width: 64px;
  top: 12px;
  left: 12px;
  z-index: 98;
}
main .col-center .to-apply {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
main .col-center .to-apply img {
  display: block;
}
main .col-center .fv {
  background-image: url(../img/fv/fv-bg-1.png);
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}
main .col-center .fv .cherry-blossom-1 {
  position: absolute;
  display: block;
  width: 78%;
  top: 12px;
  left: 16px;
  transform: translate(-213px, -108px);
  z-index: 0;
}
main .col-center .fv .cherry-blossom-2 {
  position: absolute;
  display: block;
  width: 73.6%;
  top: 12px;
  right: 16px;
  transform: translate(170px, -50px);
  z-index: 0;
}
main .col-center .fv .cherry-blossom-3 {
  position: absolute;
  display: block;
  width: 150%;
  top: 2%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
main .col-center .fv .container .title {
  margin: 8px auto 0;
  width: calc(100% + 16px);
  margin-left: -8px;
  position: relative;
  z-index: 1;
}
main .col-center .fv .container .period {
  width: 54.9295774648%;
  margin: 0 auto min(22vw, 132px);
}
@media (min-width: 768px) {
  main .col-center .fv .container .period {
    margin: 0 auto 80px;
  }
}
main .col-center .fv .fv-img-1,
main .col-center .fv .fv-img-2 {
  position: absolute;
  display: block;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform;
}
main .col-center .fv .fv-img-1.is-show,
main .col-center .fv .fv-img-2.is-show {
  opacity: 1;
  transform: translate(0, 50%);
}
main .col-center .fv .fv-img-1 {
  width: 23.7333333333%;
  max-width: 142px;
  top: 21%;
  left: -4px;
  transform: translate(0, 70%);
}
main .col-center .fv .fv-img-2 {
  width: 25.0666666667%;
  max-width: 150px;
  top: 21%;
  right: 0px;
  transform: translate(0, 70%);
}
main .col-center .anchor-area {
  background-image: url(../img/common/glass.png);
  background-size: auto 100%;
  background-position: top;
  margin-top: -1px;
}
main .col-center .anchor-area .container {
  padding-bottom: 0px;
  position: relative;
}
main .col-center .anchor-area .container .fv-img-3 {
  position: absolute;
  top: -27%;
  left: 0px;
  width: 100%;
}
main .col-center .anchor-area .container .title-11111 {
  width: 80%;
  margin: -8px auto 0;
}
main .col-center .anchor-area .container .anchor-list {
  margin-top: 12px;
  padding-bottom: 0px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
main .col-center .anchor-area .container .anchor-list .anchor-item {
  width: 46.4788732394%;
  list-style: none;
}
main .col-center .anchor-area .container .anchor-list .anchor-item .anchor-button {
  display: flex;
  position: relative;
  border-radius: 10vh;
  aspect-ratio: 648/193;
  margin-bottom: 16px;
  transition: 0.12s;
}
main .col-center .anchor-area .container .anchor-list .anchor-item .anchor-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 13.3333333333%;
  aspect-ratio: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
main .col-center .anchor-area .container .anchor-list .anchor-item .anchor-button:active {
  transform: translate(3px, 3px);
}
main .col-center .anchor-area .container .anchor-list .anchor-item .anchor-button img {
  display: block;
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(1) .anchor-button {
  box-shadow: 3px 3px 0px #e96217;
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(1) .anchor-button::after {
  background-image: url(../img/fv/stick-and-newlife-after.svg);
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(1) .anchor-button:active {
  box-shadow: 0px 0px 0px #e96217;
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(2) .anchor-button {
  box-shadow: 3px 3px 0px #119c77;
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(2) .anchor-button::after {
  background-image: url(../img/fv/thats-case-after.svg);
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(2) .anchor-button:active {
  box-shadow: 0px 0px 0px #119c77;
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(3) .anchor-button {
  box-shadow: 3px 3px 0px #4cb3e6;
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(3) .anchor-button::after {
  background-image: url(../img/fv/campaign-after.svg);
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(3) .anchor-button:active {
  box-shadow: 0px 0px 0px #4cb3e6;
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(4) .anchor-button {
  box-shadow: 3px 3px 0px #e95f97;
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(4) .anchor-button::after {
  background-image: url(../img/fv/apply-after.svg);
}
main .col-center .anchor-area .container .anchor-list .anchor-item:nth-child(4) .anchor-button:active {
  box-shadow: 0px 0px 0px #e95f97;
}
main .col-center .fv-img-4 {
  width: calc(100% + 48px);
  margin-left: -40px;
}
main .col-center .stick-and-newlife {
  background-image: url(../img/common/glass.png);
  background-size: cover;
  background-position: top;
  position: relative;
}
main .col-center .stick-and-newlife .container {
  margin-top: -1px;
}
main .col-center .stick-and-newlife .container .title {
  margin: 0px auto;
  width: calc(100% + 16px);
  margin-left: -8px;
  position: relative;
  z-index: 1;
}
main .col-center .stick-and-newlife .container .new-life-text-1 {
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: white;
}
main .col-center .stick-and-newlife .container .new-life-text-1 .white-back {
  display: block;
  margin: 12px auto;
  max-width: 500px;
  font-feature-settings: "palt";
  font-size: 1rem;
  line-height: 1.3rem;
  color: #8dc21f;
}
main .col-center .stick-and-newlife .container .new-life-text-1 .white-back .line {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  margin-bottom: 10px;
  vertical-align: bottom;
  overflow: hidden;
}
main .col-center .stick-and-newlife .container .new-life-text-1 .white-back .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: white;
  z-index: -1;
  transition: width 0.8s ease;
}
main .col-center .stick-and-newlife .container .new-life-text-1 .white-back .line .line-text {
  display: inline-block;
  -webkit-mask-image: linear-gradient(to right, black 100%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  -webkit-mask-position: left;
  transition: -webkit-mask-size 0.8s ease 0.2s;
  mask-image: linear-gradient(to right, black 100%, transparent 100%);
  mask-size: 0% 100%;
}
main .col-center .stick-and-newlife .container .new-life-text-1 .white-back.is-show .line::before {
  width: 100%;
}
main .col-center .stick-and-newlife .container .new-life-text-1 .white-back.is-show .line span {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
main .col-center .stick-and-newlife .container .new-life-img-1 {
  width: calc(100% + 40px);
  margin: 24px 0 0 -16px;
}
main .col-center .stick-and-newlife .container .stick-point-area {
  margin: -24px 0 24px;
}
main .col-center .stick-and-newlife .container .stick-point-area .swiper {
  height: auto;
  aspect-ratio: 1;
  width: 100%;
}
@media (max-width: 500px) {
  main .col-center .stick-and-newlife .container .stick-point-area {
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  main .col-center .stick-and-newlife .container .stick-point-area {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 768px) {
  main .col-center .stick-and-newlife .container .stick-point-area {
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
}
main .col-center .stick-and-newlife .container .stick-point-area {
  position: relative;
  overflow: hidden;
}
main .col-center .stick-and-newlife .swiper-button-next {
  display: block;
  width: 11.8309859155%;
  position: absolute;
  right: 10.1408450704%;
  top: 50%;
}
main .col-center .stick-and-newlife .swiper-button-next img {
  width: 100%;
}
main .col-center .stick-and-newlife .swiper-button-next:after {
  display: none;
}
main .col-center .stick-and-newlife .swiper-button-prev {
  display: block;
  width: 11.8309859155%;
  position: absolute;
  left: 10.1408450704%;
  top: 50%;
}
main .col-center .stick-and-newlife .swiper-button-prev img {
  width: 100%;
}
main .col-center .stick-and-newlife .swiper-button-prev:after {
  display: none;
}
main .col-center .stick-and-newlife .swiper-pagination {
  position: absolute;
  height: 40px;
  top: 87%;
  left: 50% !important;
  transform: translate(-50%, 0%);
  z-index: 3;
  opacity: 1;
  overflow: hidden;
}
main .col-center .stick-and-newlife .swiper-pagination-bullet {
  width: 12px !important;
  aspect-ratio: 1/1;
  height: auto;
  margin-bottom: 12px !important;
  margin-top: 0;
  margin-right: 10px !important;
  margin-left: 10px !important;
  background: #68451f;
  border-style: solid;
  border-color: #68451f;
  border-width: 1px;
}
main .col-center .stick-and-newlife .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: white;
  opacity: 1;
}
main .col-center .thats-case .cherry-blossom-4 {
  position: absolute;
  display: block;
  width: 78%;
  top: -11%;
  left: -40px;
  transform: translate(-50%, 0%);
  z-index: 0;
}
main .col-center .thats-case .cherry-blossom-5 {
  position: absolute;
  display: block;
  width: 60.2666666667%;
  top: -11%;
  right: -44px;
  transform: translate(50%, 0%);
  z-index: 0;
}
main .col-center .thats-case {
  background-color: #fff7e6;
  background-image: url(../img/thats-case/thats-case-decoration.png);
  background-position: center;
  background-size: 100%;
  position: relative;
}
main .col-center .thats-case .container {
  padding-bottom: 24px;
}
main .col-center .thats-case .container .title {
  margin-top: 24px;
}
main .col-center .thats-case .container .case-area {
  margin-top: -24px;
}
main .col-center .thats-case .container .case-area .swiper {
  height: auto;
  aspect-ratio: 0.72;
}
@media (max-width: 500px) {
  main .col-center .thats-case .container .case-area {
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  main .col-center .thats-case .container .case-area {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 768px) {
  main .col-center .thats-case .container .case-area {
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
}
main .col-center .thats-case .container .case-area {
  position: relative;
  overflow: hidden;
}
main .col-center .thats-case .container .swiper-button-prev {
  display: block;
  width: 11.8309859155%;
  position: absolute;
  left: 7.8873239437%;
  top: 50%;
}
main .col-center .thats-case .container .swiper-button-prev img {
  width: 100%;
}
main .col-center .thats-case .container .swiper-button-prev:after {
  display: none;
}
main .col-center .thats-case .container .swiper-button-next {
  display: block;
  width: 11.8309859155%;
  position: absolute;
  right: 7.8873239437%;
  top: 50%;
}
main .col-center .thats-case .container .swiper-button-next img {
  width: 100%;
}
main .col-center .thats-case .container .swiper-button-next:after {
  display: none;
}
main .col-center .thats-case .container .swiper-pagination {
  position: absolute;
  height: 40px;
  top: 90%;
  left: 50% !important;
  transform: translate(-50%, 0%);
  z-index: 3;
  opacity: 1;
  overflow: hidden;
}
main .col-center .thats-case .container .swiper-pagination-bullet {
  width: 12px !important;
  aspect-ratio: 1/1;
  height: auto;
  margin-bottom: 12px !important;
  margin-top: 8px;
  margin-right: 10px !important;
  margin-left: 10px !important;
  background: #68451f;
  border-style: solid;
  border-color: #68451f;
  border-width: 1px;
}
main .col-center .thats-case .container .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: white;
  opacity: 1;
}
main .col-center .campaign {
  background-image: url(../img/common/blue-back.png);
  background-position: center;
  background-size: 400%;
  position: relative;
}
main .col-center .campaign .cherry-blossom-6 {
  position: absolute;
  display: block;
  width: 78%;
  top: -6%;
  left: -40px;
  transform: translate(-50%, 50%);
  z-index: 0;
}
main .col-center .campaign .cherry-blossom-7 {
  position: absolute;
  display: block;
  width: 60.2666666667%;
  top: -6%;
  right: -44px;
  transform: translate(50%, 50%);
  z-index: 0;
}
main .col-center .campaign .petals1 {
  position: absolute;
  top: 8%;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  max-width: 600px;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
main .col-center .campaign .petals1 img {
  display: block;
}
main .col-center .campaign .petals2 {
  position: absolute;
  top: -8%;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  max-width: 600px;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
main .col-center .campaign .petals2 img {
  display: block;
}
main .col-center .campaign .petals3 {
  position: absolute;
  bottom: 3.3%;
}
@media (min-width: 768px) {
  main .col-center .campaign .petals3 {
    bottom: 1.3%;
  }
}
main .col-center .campaign .petals3 {
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
main .col-center .campaign .petals3 img {
  display: block;
}
@media (max-width: 767px) {
  main .col-center .campaign .container {
    padding-bottom: calc(20% + 24px);
  }
}
@media (min-width: 768px) {
  main .col-center .campaign .container {
    padding-bottom: 40px;
  }
}
main .col-center .campaign .container .title {
  margin: 24px auto 0;
  width: calc(100% + 16px);
  margin-left: -8px;
  position: relative;
  z-index: 1;
}
main .col-center .campaign .container .title-11111 {
  margin: 8px auto 0;
  width: 79.7183098592%;
  position: relative;
  z-index: 1;
}
main .col-center .campaign .container .pay {
  margin: 16px auto 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
main .col-center .campaign .container .campaign-box {
  margin: 84px auto 0;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  outline: 2px solid #f9cfe0;
  outline-offset: -8px;
  position: relative;
}
main .col-center .campaign .container .campaign-box .campaign-box-title {
  position: absolute;
  width: 83.5616438356%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
main .col-center .campaign .container .campaign-box.campaign-abst {
  position: relative;
}
main .col-center .campaign .container .campaign-box.campaign-abst .campaign-text {
  padding: 40px 0 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  color: #68451f;
}
main .col-center .campaign .container .campaign-box.campaign-abst .course-area {
  background-image: url(../img/common/glass.png);
  background-size: 150%;
  width: 100%;
  z-index: 2;
  position: relative;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  padding: 32px 24px;
}
main .col-center .campaign .container .campaign-box.campaign-abst .course-area .campaign-img1 {
  position: absolute;
  width: 5.6338028169%;
  z-index: 5;
  top: 0;
  left: 24px;
  transform: translateY(-50%);
}
main .col-center .campaign .container .campaign-box.campaign-abst .course-area .campaign-img2 {
  position: absolute;
  width: 16.338028169%;
  z-index: 5;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
}
main .col-center .campaign .container .campaign-box.campaign-abst .course-area .course-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .col-center .campaign .container .campaign-box.campaign-abst .course-area .course-list .course-item {
  width: 49%;
  list-style: none;
}
main .col-center .campaign .container .campaign-box.campaign-abst .course-area .course-list .course-item:nth-child(3) {
  margin-top: 0px;
  width: 52%;
}
main .col-center .campaign .container .campaign-box.campaign-abst .course-area .more {
  position: absolute;
  width: 32.9577464789%;
  bottom: 30%;
  right: 8%;
}
main .col-center .campaign .container .campaign-box.campaign-abst .course-area .campaign-img3 {
  width: 67.6056338028%;
  margin: 32px auto 0;
}
main .col-center .campaign .container .campaign-box.apply-step {
  padding: 8px;
  position: relative;
}
main .col-center .campaign .container .campaign-box.apply-step .apply-step-list .apply-step-item {
  padding: 24px 0;
  margin: 0 10px;
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  border: none;
  /* 2pxの太さで、両端が丸い(line-cap:round)線を描画するSVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2'%3E%3Cline x1='1' y1='1' x2='8' y2='1' stroke='%23e1dad2' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: bottom;
  background-size: 8px 2px; /* SVGのサイズに合わせる */
  background-repeat: repeat-x;
  padding-bottom: 24px;
  position: relative;
}
main .col-center .campaign .container .campaign-box.apply-step .apply-step-list .apply-step-item .step-img {
  padding-left: 0px;
  width: 24.7678018576%;
  max-width: 90px;
  margin: auto;
}
main .col-center .campaign .container .campaign-box.apply-step .apply-step-list .apply-step-item .step-text {
  width: 75.2321981424%;
  padding: 0 0px 0 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #68451f;
}
main .col-center .campaign .container .campaign-box.apply-step .apply-step-list .apply-step-item .step-text .caution {
  font-size: 10px;
  line-height: 1.5;
  display: block;
  margin-left: 0.6rem;
  margin-top: 0.5rem;
}
main .col-center .campaign .container .campaign-box.apply-step .apply-step-list .apply-step-item .step-text .caution::before {
  content: "※";
  margin-left: -0.6rem;
}
main .col-center .campaign .container .campaign-box.apply-step .apply-step-list .apply-step-item::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 24px;
  background-image: url(../img/campaign/arrow.svg);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
main .col-center .campaign .container .campaign-box.apply-step .apply-step-list .apply-step-item:nth-child(1) {
  padding: 32px 0 24px;
}
main .col-center .campaign .container .campaign-box.apply-step .apply-step-list .apply-step-item:nth-last-child(1) {
  background-image: none;
}
main .col-center .campaign .container .campaign-box.apply-step .apply-step-list .apply-step-item:nth-last-child(1)::after {
  position: absolute;
  display: none;
}
main .col-center .campaign .container .campaign-box.apply-step .campaign-img4 {
  position: absolute;
  width: 18.5915492958%;
  z-index: 5;
  bottom: 24px;
  right: 24px;
  transform: translate(50%, 50%);
}
main .col-center .campaign .container .campaign-box.target-product .target-text-area {
  text-align: center;
  padding: 48px 0 0;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-area .target-text {
  display: inline-block;
  background-image: linear-gradient(transparent 60%, #fff100 60%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: 0 4px;
  color: #68451f;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area {
  width: 100%;
  z-index: 2;
  position: relative;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  padding: 24px 32px 36px;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 12px 0;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item {
  width: 45%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item a img {
  margin: auto;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(1) img {
  width: 83.8709677419%;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(2) img {
  width: 79.8387096774%;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(3) img {
  width: 84.6774193548%;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(4) img {
  width: 79.8387096774%;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(5) img {
  width: 91.1290322581%;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(6) img {
  width: 86.2903225806%;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(7) img {
  width: 23.3870967742%;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(8) img {
  width: 29.8387096774%;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(9) {
  margin-top: 20px;
}
main .col-center .campaign .container .campaign-box.target-product .target-img-area .target-list .target-item:nth-child(9) img {
  width: 91.1290322581%;
}
main .col-center .campaign .container .campaign-box.target-product .campaign-img5 {
  position: absolute;
  width: 25.3521126761%;
  z-index: 5;
  bottom: 170px;
  left: 20px;
  transform: translate(-50%, 0%);
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area {
  background-image: url(../img/campaign/blown-back.png);
  width: 100%;
  z-index: 2;
  position: relative;
  height: 200px;
  padding-bottom: 0;
  padding-top: 0px;
  padding-right: 32px;
  padding-left: 24px;
  border-radius: 0 0 10px 10px;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area .simplebar-content-wrapper {
  max-height: 146px;
  margin-top: 28px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area .simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area .target-list {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  color: white;
  list-style: none;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area .target-list li {
  margin-bottom: 2px;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area .target-list .r-mark {
  font-size: 1.4em;
  position: relative;
  top: 0.4em;
  margin-left: 1px;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area::-webkit-scrollbar {
  display: none;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area .simplebar-track {
  z-index: 3;
  background: #8c7255;
  height: 146px;
  margin: auto 0;
  width: 3px;
  align-items: center;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area .simplebar-track .simplebar-scrollbar {
  height: 26px;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area .simplebar-track .simplebar-scrollbar::before {
  position: absolute;
  background: #e1dad2;
  opacity: 1;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 0;
}
main .col-center .campaign .container .campaign-box.target-product .target-text-scroll-area .simplebar-track.simplebar-vertical {
  top: 0;
  right: 20px;
  overflow: hidden;
}
main .col-center .campaign .container .campaign-box.campaign-contact {
  padding: 12.8% 9.6%;
}
main .col-center .campaign .container .campaign-box .campaign-img6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15.7333333333%;
  transform: translate(30%, 30%);
}
main {
  /* Chrome, Safari用 */
}
main .col-center::-webkit-scrollbar {
  display: none;
}

.swiper [class^=swiper-button-]::after {
  content: "" !important;
  display: none !important;
}
.swiper {
  overflow: visible !important;
}
.swiper .swiper-wrapper {
  padding-top: 60px;
}
.swiper .swiper-wrapper .swiper-slide {
  position: relative;
  margin: 0 auto;
}
.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide .point-text {
  width: 100%;
  transform: translate(-50%, -25%);
  text-align: center;
  position: absolute;
  top: 27%;
  left: 50%;
}
@media (max-width: 767px) {
  .swiper .swiper-wrapper .swiper-slide .point-text {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
}
@media (max-width: 500px) {
  .swiper .swiper-wrapper .swiper-slide .point-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide .point-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.swiper .swiper-wrapper .swiper-slide .point-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 600;
  color: #0c4b27;
}
.swiper .swiper-wrapper .swiper-slide .caseimg {
  margin-left: 3.3802816901%;
}
.swiper .swiper-wrapper .swiper-slide .speech-balloon {
  position: absolute;
  transform: translate(50%, -50%);
  top: 5.2%;
  right: 30%;
  font-size: 14px;
  line-height: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  color: white;
  text-align: center;
}
.swiper .swiper-wrapper .swiper-slide .case-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 23%;
  left: 50%;
  font-size: 14px;
  line-height: 22px;
  width: 75.7575757576%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #68451f;
  font-weight: 600;
}
.swiper .swiper-wrapper .swiper-slide .case-text-below {
  transform: translate(0%, -25%);
  position: absolute;
  left: 28.4090909091%;
}
@media (max-width: 767px) {
  .swiper .swiper-wrapper .swiper-slide .case-text-below {
    top: calc(65% + 9vw);
    font-size: 3vw;
    line-height: 4.5vw;
  }
}
@media (max-width: 500px) {
  .swiper .swiper-wrapper .swiper-slide .case-text-below {
    font-size: 3.2vw;
    line-height: 5.625vw;
    top: calc(64.6% + 9vw);
  }
}
@media (min-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide .case-text-below {
    font-size: 0.75rem;
    line-height: 1.375rem;
    top: 71.5%;
  }
}
.swiper .swiper-wrapper .swiper-slide .case-text-below {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #e6453a;
  font-weight: 700;
  display: inline;
}
.swiper .swiper-wrapper .swiper-slide .case-text-below span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2'%3E%3Cline x1='1' y1='1' x2='6' y2='1' stroke='%23e6453a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 8px 2px;
  background-position: left 1.4em;
  line-height: 2;
  padding-bottom: 4px;
}
.swiper .swiper-wrapper .swiper-slide .case-text-below.text-below2 {
  color: #48abdb;
}
.swiper .swiper-wrapper .swiper-slide .case-text-below.text-below2 span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2'%3E%3Cline x1='1' y1='1' x2='6' y2='1' stroke='%2348abdb' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.swiper .swiper-wrapper .swiper-slide .case-text-below.text-below3 {
  color: #8dc21f;
}
.swiper .swiper-wrapper .swiper-slide .case-text-below.text-below3 span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2'%3E%3Cline x1='1' y1='1' x2='6' y2='1' stroke='%238dc21f' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.swiper .swiper-wrapper .swiper-slide .case-text-below.text-below4 {
  color: #e85a77;
  top: 71.6%;
  letter-spacing: -0.03rem;
}
.swiper .swiper-wrapper .swiper-slide .case-text-below.text-below4 span {
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2'%3E%3Cline x1='1' y1='1' x2='6' y2='1' stroke='%23e85a77' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.swiper .swiper-wrapper .swiper-slide .case-text-below.text-below5 {
  color: #7f7fe3;
}
.swiper .swiper-wrapper .swiper-slide .case-text-below.text-below5 span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2'%3E%3Cline x1='1' y1='1' x2='6' y2='1' stroke='%237f7fe3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.swiper .swiper-wrapper .swiper-slide .left-top-img {
  position: absolute;
  transform: translate(-50%, -50%);
}
.swiper .swiper-wrapper .swiper-slide .left-top-img.left-top-img1 {
  top: 4%;
  left: 18%;
  width: 22.9090909091%;
}
.swiper .swiper-wrapper .swiper-slide .left-top-img.left-top-img2 {
  top: 4%;
  left: 16%;
  width: 41.0909090909%;
}
.swiper .swiper-wrapper .swiper-slide .left-top-img.left-top-img3 {
  top: 6%;
  left: 20%;
  width: 31.2727272727%;
}
.swiper .swiper-wrapper .swiper-slide .left-top-img.left-top-img4 {
  top: 6%;
  left: 18%;
  width: 27.2727272727%;
}
.swiper .swiper-wrapper .swiper-slide .left-top-img.left-top-img5 {
  top: 5%;
  left: 15%;
  width: 34.5454545455%;
}
.swiper .swiper-wrapper .swiper-slide .right-bottom-img {
  position: absolute;
  right: 5%;
  bottom: 23.5%;
  transform: translate(50%, 50%);
}
.swiper .swiper-wrapper .swiper-slide .right-bottom-img.right-bottom-img1 {
  right: 7%;
  bottom: 19.5%;
  width: 21.8181818182%;
}
.swiper .swiper-wrapper .swiper-slide .right-bottom-img.right-bottom-img2 {
  right: 5%;
  bottom: 19.5%;
  width: 34.1818181818%;
}
.swiper .swiper-wrapper .swiper-slide .right-bottom-img.right-bottom-img3 {
  right: 18%;
  bottom: 20%;
  width: 33.0909090909%;
}
.swiper .swiper-wrapper .swiper-slide .right-bottom-img.right-bottom-img4 {
  right: 13.5%;
  bottom: 19%;
  width: 24.7272727273%;
}
.swiper .swiper-wrapper .swiper-slide .right-bottom-img.right-bottom-img5 {
  right: 12%;
  bottom: 20%;
  width: 31.6363636364%;
}

@media (max-width: 767px) {
  .col-center {
    width: 100%;
  }
  .col-center .to-apply {
    display: block;
  }
  .side-bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .col-center {
    width: 381px;
    flex-shrink: 0;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .col-center .to-apply {
    display: none;
  }
  .side-bg {
    display: block;
  }
  .side-bg.side-left {
    position: relative;
    flex-grow: 1;
  }
  .side-bg.side-left .cherry-blossom-left {
    position: absolute;
    display: block;
    width: 34.9462365591%;
    top: -40px;
    left: -40px;
    z-index: 0;
  }
  .side-bg.side-left .cherry-blossom-right {
    position: absolute;
    display: block;
    width: 32.9749103943%;
    top: -40px;
    right: -40px;
  }
  .side-bg.side-left .left-wrapper {
    position: relative;
    max-width: min(768px, 90vh);
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  .side-bg.side-left .left-wrapper .petals {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 40%;
    top: 9.765625%;
    width: 90.8004778973%;
    min-width: 280px;
    max-width: 900px;
  }
  .side-bg.side-left .left-wrapper .logo {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 10.4166666667%;
    width: 14.3369175627%;
    min-width: 60px;
    max-width: 150px;
  }
  .side-bg.side-left .left-wrapper .title {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 26.6927083333%;
    width: 90.8004778973%;
    min-width: 280px;
    max-width: 900px;
  }
  .side-bg.side-left .left-wrapper .period {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 40.7552083333%;
    width: 41.8160095579%;
    min-width: 156px;
    max-width: 375px;
    z-index: 5;
  }
  .side-bg.side-left .left-wrapper .fv-left {
    position: absolute;
    transform: translate(-50%, -85%);
    left: 15%;
    top: 62.5%;
    width: 27.4790919952%;
    min-width: 115px;
    max-width: 345px;
  }
  .side-bg.side-left .left-wrapper .fv-right {
    position: absolute;
    transform: translate(50%, -85%);
    right: 17%;
    top: 62.5%;
    width: 33.6917562724%;
    min-width: 141px;
    max-width: 423px;
  }
  .side-bg.side-left .left-wrapper .anchor-list {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: 6.7708333333%;
    width: 69.2951015532%;
    min-width: 280px;
    max-width: 900px;
    gap: 8px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item {
    width: 47.8873239437%;
    list-style: none;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item .anchor-button {
    display: flex;
    position: relative;
    border-radius: 10vh;
    aspect-ratio: 648/193;
    margin-bottom: 20px;
    transition: 0.12s;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item .anchor-button::after {
    content: "";
    display: block;
    position: absolute;
    width: 13.3333333333%;
    aspect-ratio: 1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item .anchor-button:active {
    transform: translate(3px, 3px);
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item .anchor-button img {
    display: block;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(1) .anchor-button {
    box-shadow: 3px 3px 0px #e96217;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(1) .anchor-button::after {
    background-image: url(../img/fv/stick-and-newlife-after.svg);
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(1) .anchor-button:active {
    box-shadow: 0px 0px 0px #e96217;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(2) .anchor-button {
    box-shadow: 3px 3px 0px #119c77;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(2) .anchor-button::after {
    background-image: url(../img/fv/thats-case-after.svg);
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(2) .anchor-button:active {
    box-shadow: 0px 0px 0px #119c77;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(3) .anchor-button {
    box-shadow: 3px 3px 0px #4cb3e6;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(3) .anchor-button::after {
    background-image: url(../img/fv/campaign-after.svg);
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(3) .anchor-button:active {
    box-shadow: 0px 0px 0px #4cb3e6;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(4) .anchor-button {
    box-shadow: 3px 3px 0px #e95f97;
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(4) .anchor-button::after {
    background-image: url(../img/fv/apply-after.svg);
  }
  .side-bg.side-left .left-wrapper .anchor-list .anchor-item:nth-child(4) .anchor-button:active {
    box-shadow: 0px 0px 0px #e95f97;
  }
  .side-bg.side-right {
    width: 15%;
    min-width: 100px;
    max-width: min(300px, 36vh);
    flex-grow: 0;
    background-size: cover;
    background-position: center top;
    position: relative;
  }
  .side-bg.side-right .cherry-blossom-left {
    position: absolute;
    width: 100%;
    transform: translate(-50%, -100%);
    top: 13%;
    left: 50%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .side-bg.side-right .cherry-blossom-left img {
    width: 180%;
  }
  .side-bg.side-right .petals {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50%;
    top: 35%;
    left: 50%;
  }
}/*# sourceMappingURL=style.css.map */