@charset "UTF-8";



/* ==============================


youtube


=================================*/

/* モーダルのスタイル */
.modal-youtube {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.modal-content {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.close-youtube {
  position: absolute;
  right: 0px;
  top: -60px;
  font-size: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {

  .modal-content {
    width: 90%;
  }

  .close-youtube {

    top: -50px;
  }

}


/* ==============================


base


=================================*/



.contents-area_nenmaku2 h3 {
  text-align: center;
  font-size: 14px;
  font-family: "Shippori Mincho B1", serif !important;
  line-height: 1;
  margin-bottom: 30px;
    margin-top:40px;
}

.contents-area_nenmaku2 h3 span {
  font-size: 48px;
  font-family: "Instrument Serif", serif !important;
  line-height: 1.4;
}



@media screen and (max-width: 767px) {

  .contents-area_nenmaku2 {
    overflow: hidden;
  }

  .contents-area_nenmaku2 h3 {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .contents-area_nenmaku2 h3 span {
    font-size: 30px;
  }
}

/* ==============================


パーツ


=================================*/

.f-ship,
.f-ship * {
  font-family: "Shippori Mincho B1", serif !important;
  font-weight: 400;
  font-style: normal;
}

.f-robo,
.f-robo * {
  font-family: "Roboto Condensed", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
}

.f-inst,
.f-inst * {
  font-family: "Instrument Serif", serif !important;
  font-weight: 400;
  font-style: normal;
}

.c-fff,
.c-fff * {
  color: #fff !important;
}

.c-C14544,
.c-C14544 * {
  color: #C14544 !important;
}

.c-6A370B,
.c-6A370B * {
  color: #6A370B !important;
}


/* ==============================


follow-btn


=================================*/

.follow-btn {
  position: fixed;
  z-index: 11;
  bottom: 2vw;
  right: 3vw;
  transition: opacity .3s ease;
}

.follow-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.follow-btn a img {
  max-width: 176px;
}

@media screen and (max-width: 767px) {
  .follow-btn a img {
    width: clamp(0px, 36.26vw, 136px);
  }
}

/* ==============================


anchor


=================================*/
.anchor a:nth-of-type(1) p,
.anchor a:nth-of-type(2) p:nth-of-type(2) {
  font-weight: 300;
  font-size: 30px;
}

@media screen and (max-width: 767px) {

  .anchor a:nth-of-type(1) p,
  .anchor a:nth-of-type(2) p:nth-of-type(2) {
    font-size: clamp(10px, 4.26vw, 16px);
  }
}

/* ==============================


sec01


=================================*/

.sec01 {
  position: relative;
}

.sec01::before,
.sec01::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
}

.sec01::before {
  bottom: -500px;
  left: 0;
  width: 350px;
  height: 938px;
  background: url(../img/sec01__bg-l.webp) no-repeat center center/contain;
}

.sec01::after {
  bottom: -100px;
  right: 0;
  width: 248px;
  height: 935px;
  background: url(../img/sec01__bg-r.webp) no-repeat center center/contain;

}

.sec01 .inner {
  max-width: 900px;
  padding: 105px 0 80px;
}

.sec01-bg {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

.sec01-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: clamp(0px, 222.33vw, 2001px);
  height: clamp(0px, 63.77vw, 574px);
  background: url(../img/sec01__kv.webp) no-repeat center center/contain;
  z-index: -1;
}

.sec01-h2 {
  width: clamp(0px, 55vw, 495px);
  margin: 0 0 0 auto;
  padding-bottom: clamp(0px, 16.11vw, 145px);
}

.sec01-h2-1 {
  text-align: center;
  margin-bottom: clamp(0px, 3.33vw, 30px);
}

.sec01-h2-1 p {
  font-size: clamp(0px, 2.22vw, 20px);
  line-height: 1;
}

.sec01-h2-1 h2 {
  font-size: clamp(0px, 1.77vw, 16px);
  white-space: nowrap;
}

.sec01-h2-1 h2 span {
  font-size: clamp(0px, 5.44vw, 49px);
  line-height: 1.4;
  white-space: nowrap;
}

.sec01-h2-2 {
  margin-bottom: clamp(0px, 5.55vw, 50px);
}

.sec01-h2-2 p {
  font-size: clamp(0px, 3.55vw, 32px);
}

.sec01-h2-2 p:nth-of-type(2) {
  text-align: right;
}

.sec01-h2-3 p {
  text-align: center;
  font-size: clamp(0px, 2.22vw, 20px);
}


@media screen and (min-width: 2001px) {

  .sec01-bg::before {
    width: 100vw;
    height: 28.68vw;
  }

  .sec01-h2 {
    padding-bottom: 7.24vw;
  }

  .sec01 .inner {
    padding-top: 5.24vw;
  }
}

@media screen and (max-width: 767px) {


  .sec01::before,
  .sec01::after {
    display: none;
  }

  .sec01 .inner {
    padding: 10.66vw 0 clamp(0px, 9.33vw, 35px);
  }

  .sec01-bg::before {
    width: 100vw;
    height: 194.4vw;
    background: url(../img/sec01__kv_sp.webp) no-repeat center -3vw/contain;
  }

  .sec01-h2 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 13.33vw;
  }

  .sec01-h2-1 {
    margin-bottom: 88vw;
  }

  .sec01-h2-1 p {
    font-size: clamp(10px, 4.26vw, 16px);
  }

  .sec01-h2-1 h2 {
    font-size: clamp(10px, 2.93vw, 11px);
  }

  .sec01-h2-1 h2 span {
    font-size: clamp(18px, 8vw, 30px);
    line-height: 1.4;
  }

  .sec01-h2-2 {
    margin-bottom: clamp(0px, 8vw, 30px);
  }

  .sec01-h2-2 p {
    font-size: clamp(13px, 5.6vw, 21px);
    text-align: center !important;
  }

  .sec01-h2-3 p {
    font-size: clamp(10px, 3.73vw, 14px);
  }


}

/* --- anchor -------------------------------- */

.sec01-anchor {
  border-top: solid 1px #fff;
  padding-top: 50px;
  text-align: center;
}


.sec01-anchor>picture img {
  max-width: 729px;
  margin: 0 auto 25px;
}

.sec01-anchor>ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sec01-anchor>ul img {
  max-width: 256px;
}

@media screen and (max-width: 767px) {

  .sec01-anchor {
    padding-top: 35px;
    max-width: 420px;
    margin: 0 auto;
  }


  .sec01-anchor>picture img {
    max-width: 375px;
    margin: 0 auto 20px;
    width: 110%;
    margin-left: -5%;
  }

  .sec01-anchor>ul {
    flex-wrap: wrap;
    gap: 0 10px;
  }

  .sec01-anchor>ul li {
    width: calc(50% - 10px);
  }


}

/* ==============================


sec02


=================================*/
.sec02 {
  margin-bottom: 130px;
  position: relative;
  overflow: hidden;
}


.sec02 .inner {
  max-width: 950px;
  position: relative;
  z-index: 3;
}

.sec02 ul li {
  position: relative;
  margin-bottom: 30px;
}


.sec02 ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sec02-box {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 735px;
}

#anchor04 .sec02-box {
  margin: 0 auto 0 0;
}

.sec02-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(((100vw - 735px) / 2) + 735px + 100px);
  height: 100%;
  background: url(../img/sec02__column-bg.webp) no-repeat center center/cover;
  z-index: -1;
}

#anchor04 .sec02-box::before {
  right: -220px;
  left: inherit;
  width: calc(((100vw - 735px) / 2) + 735px + 220px);
}


.sec02-box-ttl {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 30px;
}


.sec02-box-ttl::before {
  content: "1";
  display: inline-block;
  position: absolute;
  top: calc(50% + 1px);
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 30px;
  font-family: "Instrument Serif", serif !important;
}

#anchor04 .sec02-box-ttl::before {
  content: "2";
}

#anchor05 .sec02-box-ttl::before {
  content: "3";
}

.sec02-box-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sec02-box-flex__txt>div {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
}

.sec02-box-flex__txt>div p {
  display: inline-block;
  font-size: clamp(11px, 2vw, 18px);
  padding: 5px clamp(0px, 1.11vw, 10px);
  line-height: 1;
  background: linear-gradient(transparent 0%, rgba(168, 59, 59, 0.7) 0%);
}


.sec02-box-flex__txt>p {
  font-size: 14px;
}

.sec02-box-flex__img img {
  width: clamp(0px, 28.88vw, 260px);
}


.sec02-chara {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 10;
}

.sec02-chara span {
  display: none;
}

.sec02-chara::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -60px;
  left: 150px;
  width: 160px;
  height: 204px;
  background: url(../img/sec02__chara-01.webp) no-repeat center center/contain;
  z-index: 10;
}

.sec02-chara.c02::before {
  top: -160px;
  left: inherit;
  right: clamp(-70px, -2vw, 0px);
  width: 340px;
  height: 323px;
  background: url(../img/sec02__chara-02.webp) no-repeat center center/contain;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {

  .sec02-box::before {
    left: -3vw;
    width: calc(100% + 16vw);
  }

  #anchor04 .sec02-box::before {
    right: -3vw;
    left: inherit;
  }

  .sec02-chara::before {
    left: 5vw;
  }

  .sec02-chara.c02::before {
    left: inherit;
    right: -3vw;
  }

}

@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: clamp(0px, 32vw, 120px);
  }

  .sec02-box {
    padding: clamp(0px, 9.33vw, 35px) 0;
    width: clamp(0px, 69.33vw, 260px);
  }

  #anchor04 .sec02-box {
    margin: 0 auto 0 5%;
  }

  .sec02-box::before {
    left: -10vw;
    width: calc(((100vw - clamp(0px, 69.33vw, 260px)) / 2) + clamp(0px, 69.33vw, 260px) + 10vw);
    height: 100%;
    background: url(../img/sec02__column-bg_sp.webp) no-repeat center center/cover;
  }

  #anchor04 .sec02-box::before {
    right: -10vw;
    width: calc(((100vw - clamp(0px, 69.33vw, 260px)) / 2) + clamp(0px, 69.33vw, 260px) + 10vw);
  }

  .sec02-box-ttl {
    font-size: clamp(11px, 4.8vw, 18px);
    margin-bottom: clamp(0px, 4vw, 15px);
    padding-left: clamp(0px, 6.66vw, 25px);
  }

  .sec02-box-ttl::before {
    font-size: clamp(13px, 5.86vw, 22px);
    top: 0.2rem;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }

  .sec02-box-flex {
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 4vw, 15px);
  }

  .sec02-box-flex__txt>div {
    gap: clamp(0px, 1.86vw, 7px);
    align-items: flex-start;
  }

  .sec02-box-flex__txt>div p {
    font-size: clamp(10px, 3.73vw, 14px);
    padding: clamp(0px, 1.33vw, 5px) clamp(0px, 1.33vw, 5px);
  }

  .sec02-box-flex__txt>p {
    font-size: clamp(10px, 2.93vw, 11px);
  }

  .sec02-box-flex__img img {
    width: 100%;
  }



  .sec02-chara {
    max-width: 400px;
  }

  .sec02-chara::before {
    top: clamp(-80px, -21.33vw, 0px);
    left: 0px;
    width: clamp(0px, 24vw, 90px);
    height: clamp(0px, 30.4vw, 114px);
  }

  .sec02-chara.c02::before {
    top: clamp(-140px, -37.33vw, 0px);
    left: inherit;
    right: clamp(-20px, -5.33vw, 0px);
    width: clamp(0px, 61.86vw, 232px);
    height: clamp(0px, 50.66vw, 190px);
    background: url(../img/sec02__chara-02_sp.webp) no-repeat center center/contain;
  }


}

/* ==============================


sec03


=================================*/

.sec03,
.sec04 {
  background-color: #F0DCDC;
  position: relative;
}


.sec03 .inner {
  padding: 70px 0 150px;
  border-bottom: 1px solid rgba(150, 14, 34, 0.3);
}

.sec03-ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}

.sec03-prd {
  margin-bottom: 100px;
}

.sec03-prd ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px #fff solid;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.sec03-prd ul:nth-last-of-type(1) {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.sec03-prd ul li {
  width: calc(50% - 5px);
}

@media screen and (max-width: 767px) {


  .sec03 .inner {
    padding: 55px 0 95px;
  }

  .sec03-ttl {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .sec03-prd {
    margin-bottom: 100px;
  }

  .sec03-prd ul {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding-bottom: 25px;
    max-width: 400px;
    margin: 0 auto 25px;
  }

  .sec03-prd ul:nth-last-of-type(1) {
    border-bottom: none;
    margin-bottom: 0px;

  }

  .sec03-prd ul li {
    width: 100%;
  }

  .sec03-prd ul li:nth-of-type(1) {
    border-bottom: 1px #fff solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

/* --- ctr -------------------------------- */

.sec03-ctr {
  text-align: center;
  position: relative;
}

.sec03-ctr::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(0px, 6.36vw, 70px);
  z-index: -2;
  background: #E68786;
  background: linear-gradient(90deg,
      rgba(230, 135, 134, 0) 0%,
      rgba(230, 135, 134, 0.5) 50%,
      rgba(230, 135, 134, 0) 100%);
}

.sec03-ctr.c02::before {
  background: #F0989E;
  background: linear-gradient(90deg,
      rgba(240, 152, 158, 0) 0%,
      rgba(240, 152, 158, 0.5) 50%,
      rgba(240, 152, 158, 0) 100%);
}

.sec03-ctr.c03::before {
  background: rgba(229, 176, 182, 1);
  background: linear-gradient(90deg,
      rgba(229, 176, 182, 0) 0%,
      rgba(229, 176, 182, 0.5) 50%,
      rgba(229, 176, 182, 0) 100%);
}

.sec03-ctr.c04::before {
  background: rgba(230, 135, 134, 1);
  background: linear-gradient(90deg,
      rgba(230, 135, 134, 0) 0%,
      rgba(230, 135, 134, 0.5) 50%,
      rgba(230, 135, 134, 0) 100%);
}

.sec03-ctr.c05::before {
  background: rgba(221, 170, 167, 1);
  background: linear-gradient(90deg,
      rgba(221, 170, 167, 0) 0%,
      rgba(221, 170, 167, 0.5) 50%,
      rgba(221, 170, 167, 0) 100%);
}

.sec03-ctr.c06::before {
  background: rgba(245, 161, 151, 1);
  background: linear-gradient(90deg,
      rgba(245, 161, 151, 0) 0%,
      rgba(245, 161, 151, 0.5) 50%,
      rgba(245, 161, 151, 0) 100%);
}

.sec03-ctr.c07::before {
  background: rgba(245, 164, 156, 1);
  background: linear-gradient(90deg,
      rgba(245, 164, 156, 0) 0%,
      rgba(245, 164, 156, 0.5) 50%,
      rgba(245, 164, 156, 0) 100%);
}

.sec03-ctr.c08::before {
  background: rgba(216, 152, 174, 1);
  background: linear-gradient(90deg,
      rgba(216, 152, 174, 0) 0%,
      rgba(216, 152, 174, 0.5) 50%,
      rgba(216, 152, 174, 0) 100%);
}


.sec03-ctr-prd {
  display: flex;
  align-items: center;
  gap: clamp(0px, 1.82vw, 20px);
  margin-bottom: clamp(0px, 1.82vw, 20px);
}

.sec03-ctr-prd-img {
  width: clamp(0px, 19.82vw, 218px);
}

.sec03-ctr-prd-txt {
  text-align: left;
}

.sec03-ctr-prd-txt-box {
  display: flex;
  align-items: center;
  margin-bottom: clamp(0px, 1.82vw, 20px);
  padding: clamp(0px, 0.45vw, 5px) 0;
}

.sec03-ctr-prd-txt-box div:nth-of-type(1) p {
  font-size: clamp(12px, 1.81vw, 20px);
  line-height: 1.2;
  white-space: nowrap;
}

.sec03-ctr-prd-txt-box div:nth-of-type(1) p.f-inst {
  font-size: clamp(14px, 2.18vw, 24px);
}

.sec03-ctr-prd-txt-box div:nth-of-type(2) {
  width: clamp(0px, 5.45vw, 60px);
}

.sec03-ctr-prd-txt>p:nth-of-type(1) {
  font-size: clamp(10px, 1.45vw, 16px);
  margin-bottom: clamp(0px, 0.91vw, 10px);
}

.sec03-ctr-prd-txt>p:nth-of-type(2) {
  font-size: clamp(10px, 1.45vw, 16px);
  border-radius: 40px;
  text-align: center;
  width: clamp(0px, 14.55vw, 160px);
  line-height: 1;
  padding: clamp(0px, 0.45vw, 5px) 0;
  font-style: italic;
}


.sec03-ctr-prd-txt>p:nth-of-type(2).yellow {
  background-color: #FAE7CA;
}

.sec03-ctr-prd-txt>p:nth-of-type(2).blue {
  background-color: #CCE0E6;
}

.sec03-ctr-prd-txt>p:nth-of-type(2).neutral {
  background-color: #F2C7A4;
}

.sec03-ctr-txt p:nth-of-type(1) {
  font-size: clamp(12px, 1.27vw, 14px);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.sec03-ctr-txt p:nth-of-type(1)::before,
.sec03-ctr-txt p:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 16px;
  height: 20px;
  background: url(../img/sec03__prd-rhombus.webp) no-repeat center center/contain;
}

.sec03-ctr-txt p:nth-of-type(1)::after {
  left: inherit;
  right: -1.5rem;
}

.sec03-ctr-txt p:nth-of-type(2) {
  font-size: clamp(10px, 1.09vw, 12px);
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {

  .sec03 .inner {
    width: 94%;
  }

  .sec03-ctr::before {
    width: 100%;
    height: clamp(0px, 14.66vw, 55px);
  }

  .sec03-ctr-prd {
    gap: clamp(0px, 2.66vw, 10px);
    margin-bottom: clamp(0px, 5.33vw, 20px);
    max-width: 400px;
  }

  .sec03-ctr-prd-img {
    width: clamp(0px, 36.26vw, 136px);
  }

  .sec03-ctr-prd-txt-box {
    margin-bottom: clamp(0px, 1.33vw, 5px);
    padding: clamp(0px, 2.66vw, 10px) 0;
    gap: clamp(0px, 0.8vw, 3px);
  }

  .sec03-ctr-prd-txt-box div:nth-of-type(1) p {
    font-size: clamp(10px, 3.73vw, 14px);
  }

  .sec03-ctr-prd-txt-box div:nth-of-type(1) p.f-inst {
    font-size: clamp(11px, 4.8vw, 18px);
  }

  .sec03-ctr-prd-txt-box div:nth-of-type(2) {
    width: clamp(0px, 10.4vw, 39px);
  }

  .sec03-ctr-prd-txt>p:nth-of-type(1) {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 2.66vw, 10px);
  }

  .sec03-ctr-prd-txt>p:nth-of-type(2) {
    font-size: clamp(10px, 2.93vw, 11px);
    width: clamp(0px, 26.66vw, 100px);
    padding: clamp(0px, 1.33vw, 5px) 0;
  }

  .sec03-ctr-txt p:nth-of-type(1) {
    font-size: clamp(10px, 2.93vw, 11px);
    margin-bottom: clamp(0px, 2.66vw, 10px);
    white-space: nowrap;
  }

  .sec03-ctr-txt p:nth-of-type(1)::before,
  .sec03-ctr-txt p:nth-of-type(1)::after {
    width: clamp(0px, 2.66vw, 10px);
    height: clamp(0px, 3.46vw, 13px);
  }

  .sec03-ctr-txt p:nth-of-type(2) {
    font-size: clamp(9px, 2.93vw, 11px);
    white-space: nowrap;
  }

  .sec03-ctr-txt p:nth-of-type(2).long {
    letter-spacing: -0.04em;
  }

}

/* --- movie -------------------------------- */

.sec03-movie {
  display: flex;
  margin-bottom: 90px;
  gap: clamp(0px, 7vw, 100px);
  justify-content: center;
  position: relative;
}

.sec03-movie::before,
.sec03-movie::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
}

.sec03-movie::before {
  bottom: 0;
  left: 0px;
  width: 158px;
  height: 213px;
  background: url(../img/sec03__chara-01.webp) no-repeat center center/contain;
}

.sec03-movie::after {
  top: -40px;
  right: 10px;
  width: 146px;
  height: 182px;
  background: url(../img/sec03__chara-02.webp) no-repeat center center/contain;
}

.sec03-movie .container {
  max-width: 360px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec03-movie::before {
    left: -5vw;
    width: 158px;
    height: 213px;
  }

  .sec03-movie::after {
    right: -5vw;
    width: 146px;
    height: 182px;
  }

}

@media screen and (max-width: 767px) {

  .sec03-movie {
    width: fit-content;
    margin: 0 auto 60px;
  }

  .sec03-movie::before,
  .sec03-movie::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
  }

  .sec03-movie::before {
    bottom: 0px;
    left: clamp(-65px, -17.33vw, 0px);
    width: clamp(0px, 22.13vw, 83px);
    height: clamp(0px, 30.13vw, 113px);
  }

  .sec03-movie::after {
    top: clamp(0px, 4vw, 15px);
    right: clamp(-70px, -18.66vw, 0px);
    width: clamp(0px, 21.86vw, 82px);
    height: clamp(0px, 27.46vw, 103px);
  }


  .sec03-movie .container {
    width: clamp(0px, 56.8vw, 350px);
  }

}

/* --- pasokara -------------------------------- */


.sec03-pasokara-ctr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 80px;
}

.sec03-pasokara-ctr-img {
  max-width: 460px;
}

.sec03-pasokara-ctr .pasokara-ctr {
  width: fit-content;
  margin: 0;
}

.sec03-pasokara-ctr .pasokara-ctr .pasokara-ctr-box {
  width: 100%;
  max-width: 350px;
}

.sec03-pasokara .btn {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {


  .sec03-pasokara {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
  }

  .sec03-pasokara-ctr {
    display: contents;
    margin-bottom: 0px;
  }

  .sec03-pasokara-ctr-img {
    margin-bottom: 45px;
    order: -1;
  }

  .sec03-pasokara-ctr .pasokara-ctr {
    width: fit-content;
    margin: 0 auto 45px;
  }

  .sec03-pasokara-ctr .pasokara-ctr .pasokara-ctr-box {
    width: 100%;
    max-width: 400px;
  }

  .sec03-pasokara .btn {
    margin-bottom: 0px;
    order: -1;
  }

  .sec03-pasokara .pasokara__cta-btn {
    width: 100%;
  }
}

/* ==============================


sec04


=================================*/
.sec04-bg,
.sec04-chara {
  position: relative;
}

.sec04::before,
.sec04::after,
.sec04-bg::before,
.sec04-chara::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
}

.sec04::before {
  top: -200px;
  left: 0;
  width: 171px;
  height: 592px;
  background: url(../img/sec04__bg-01.webp) no-repeat center center/contain;
}

.sec04::after {
  top: -450px;
  right: 0;
  width: 215px;
  height: 827px;
  background: url(../img/sec04__bg-02.webp) no-repeat center center/contain;
}

.sec04-bg::before {
  bottom: 0px;
  left: 0;
  width: 287px;
  height: 340px;
  background: url(../img/sec04__bg-03.webp) no-repeat center center/contain;
}

.sec04-chara::before {
  top: 30px;
  left: clamp(0px, calc(((100vw - 1090px) / 2) - 150px), 1000px);
  width: 190px;
  height: 204px;
  background: url(../img/sec04__chara.webp) no-repeat center center/contain;
}

.sec04 .inner {
  padding: 110px 0 100px;
}

.sec04 h3 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {

  .sec04::before {
    top: clamp(-100px, -26.66vw, 0px);
    left: 0;
    width: clamp(0px, 22.93vw, 86px);
    height: clamp(0px, 78.93vw, 296px);
  }

  .sec04::after {
    top: clamp(-450px, -120vw, 0px);
    right: 0;
    width: clamp(0px, 28.8vw, 108px);
    height: clamp(0px, 110.4vw, 414px);
  }

  .sec04-bg::before {
    bottom: 0px;
    left: 0;
    width: clamp(0px, 38.4vw, 144px);
    height: clamp(0px, 45.33vw, 170px);
  }

  .sec04-chara::before {
    top: clamp(-90px, -24vw, 0px);
    left: 0;
    width: clamp(0px, 30.4vw, 114px);
    height: clamp(0px, 32.53vw, 122px);
    z-index: 10;
  }

  .sec04 .inner {
    padding: clamp(0px, 10.66vw, 40px) 0 clamp(0px, 20vw, 75px);
  }

  .sec04 h3 {
    margin-bottom: clamp(0px, 8vw, 30px);
  }

}

/* --- flex -------------------------------- */

.sec04-ctr-flex {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  margin-bottom: 50px;
}


.sec04-ctr-flex__vis {
  width: 380px;
}

.sec04-ctr-flex__prd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 25px;
  width: 520px;
}

.sec04-ctr-flex__prd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 0 10%;
}

.sec04-ctr-flex__prd ul.box-02,
.sec04-ctr-flex__prd ul.box-03 {
  width: calc(50% - 12.5px);
  justify-content: space-around;
}

.sec04-ctr-flex__prd ul>p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  position: relative;
  font-weight: 300;
  line-height: 1;
  font-size: clamp(12px, 1.83vw, 20px);
  gap: clamp(0px, 1.38vw, 15px);
  height: clamp(0px, 1.83vw, 20px);
  margin-bottom: clamp(0px, 1.83vw, 20px);
  color: #960E23;
}

.sec04-ctr-flex__prd ul>p::before,
.sec04-ctr-flex__prd ul>p::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: rgba(150, 14, 34, 0.3);
}


.sec04-ctr-flex__prd ul>li {
  position: relative;
}

.sec04-ctr-flex__prd ul>li::before {
  content: "";
  display: inline-block;
  position: absolute;
}

.sec04-ctr-flex__prd ul>li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 225px;
  gap: 20px;
}

.sec04-ctr-flex__prd ul>li>a p,
.sec04-ctr-flex__prd ul>li>a p span {
  text-align: center;
  color: #7E1F1B;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}

.sec04-ctr-flex__prd ul>li>a p span {
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec04-ctr-flex__prd ul {
    width: 100% !important;
    justify-content: center !important;
    gap: 20%;
  }
}

@media screen and (max-width: 767px) {

  .sec04-ctr-flex,
  #anchor02 .sec04-ctr-flex {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 45px;
    max-width: 90%;
    margin: 0 auto 30px;
  }

  .sec04-ctr-flex__vis {
    width: 100%;
    max-width: 350px;
    margin-top: 0;
  }

  .sec04-ctr-flex__prd {
    gap: 25px 10px;
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
  }

  .sec04-ctr-flex__prd ul {
    width: 100%;
  }


  .sec04-ctr-flex__prd ul.box-02,
  .sec04-ctr-flex__prd ul.box-03 {
    width: calc(50% - 10px);
  }

  .sec04-ctr-flex__prd ul.box-02 li {
    width: 45%;
  }

  .sec04-ctr-flex__prd ul>p {
    font-size: clamp(10px, 3.7vw, 14px);
    margin-bottom: clamp(0px, 8vw, 30px);
  }

  .sec04-ctr-flex__prd ul>li>a {
    min-height: clamp(0px, 26.6vw, 100px);
    height: 100%;
    gap: clamp(0px, 4vw, 15px);
  }

  .sec04-ctr-flex__prd ul>li>a p,
  .sec04-ctr-flex__prd ul>li>a p span {
    font-size: clamp(10px, 3.7vw, 14px);
  }

  .sec04-ctr-flex__prd ul>li>a p span {
    font-size: clamp(10px, 2.9vw, 11px);
  }

}

/* --- flex img sizes -------------------------------- */
.sec04-ctr-flex__prd ul li.prd-01 img {
  width: 65.5px;
}

.sec04-ctr-flex__prd ul li.prd-02 img {
  width: 57px;
}

.sec04-ctr-flex__prd ul li.prd-03 img {
  width: 89px;
}

.sec04-ctr-flex__prd ul li.prd-04 img {
  width: 46px;
}

.sec04-ctr-flex__prd ul li.prd-05 img {
  width: 90px;
}

.sec04-ctr-flex__prd ul li.prd-01::before {
  top: -5px;
  left: -20px;
  width: 51px;
  height: 23px;
  background: url(../img/sec04__prd-icon-new.webp) no-repeat center center/contain;
}

.sec04-ctr-flex__prd ul li.prd-03::before {
  top: -5px;
  left: -15px;
  width: 56px;
  height: 25px;
  background: url(../img/sec04__prd-icon-limited.webp) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .sec04-ctr-flex__prd ul li.prd-01 img {
    width: clamp(0px, 12vw, 45px);
  }

  .sec04-ctr-flex__prd ul li.prd-02 img {
    width: clamp(0px, 10.4vw, 39px);
  }

  .sec04-ctr-flex__prd ul li.prd-03 img {
    width: clamp(0px, 16.26vw, 61px);
  }

  .sec04-ctr-flex__prd ul li.prd-04 img {
    width: clamp(0px, 8.53vw, 32px);
  }

  .sec04-ctr-flex__prd ul li.prd-05 img {
    width: clamp(0px, 16.53vw, 62px);
  }

  .sec04-ctr-flex__prd ul li.prd-01::before {
    top: clamp(-15px, -4vw, 0px);
    left: clamp(-20px, -5.33vw, 0px);
    width: clamp(0px, 13.6vw, 51px);
    height: clamp(0px, 6.13vw, 23px);
  }

  .sec04-ctr-flex__prd ul li.prd-03::before {
    top: clamp(-10px, -2.66vw, 0px);
    left: clamp(-15px, -4vw, 0px);
    width: clamp(0px, 14.93vw, 56px);
    height: clamp(0px, 6.66vw, 25px);
  }



}



/* ==============================


sec05


=================================*/

.sec05 {
  overflow: hidden;
}


.sec05 .inner {
  margin: 110px auto 80px;
  padding: 55px 0 70px;
  position: relative;
  text-align: center;
    display: none;
}


.sec05 .inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-color: #F2DCD8;
  z-index: -1;
}

.sec05 h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto 30px;
}

.sec05 h3::before {
  top: -120px;
  right: -110px;
  width: 164px;
  height: 155px;
  background: url(../img/sec05__chara-01.webp) no-repeat center center/contain;
}

.sec05-movie {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}

.sec05 h3::before,
.sec05-movie::before,
.sec05-movie::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
}

.sec05-movie::before {
  bottom: 0;
  left: -110px;
  width: 124px;
  height: 191px;
  background: url(../img/sec05__chara-02.webp) no-repeat center center/contain;
}

.sec05-movie::after {
  bottom: 100px;
  right: -100px;
  width: 124px;
  height: 216px;
  background: url(../img/sec05__chara-03.webp) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {

  .sec05 .inner {
    margin: clamp(0px, 18.66vw, 70px) auto clamp(0px, 12vw, 45px);
    padding: clamp(0px, 9.33vw, 35px) 0 clamp(0px, 8vw, 30px);
  }

  .sec05 h3::before {
    top: clamp(-80px, -21.33vw, 0px);
    right: clamp(-80px, -21.33vw, 0px);
    width: clamp(0px, 27.73vw, 104px);
    height: clamp(0px, 26.13vw, 98px);
  }

  .sec05-movie {
    width: clamp(0px, 56.8vw, 350px);
  }

  .sec05-movie::before {
    bottom: 0;
    left: clamp(-60px, -16vw, 0px);
    width: clamp(0px, 19.46vw, 73px);
    height: clamp(0px, 30.13vw, 113px);
  }

  .sec05-movie::after {
    bottom: clamp(0px, 8vw, 30px);
    right: clamp(-60px, -16vw, 0px);
    width: clamp(0px, 19.46vw, 73px);
    height: clamp(0px, 47.46vw, 178px);
  }

}

/* ==============================


sec06


=================================*/

.sec06 {
  margin-bottom: 120px;
  position: relative;
}


.sec06::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -300px;
  left: 0;
  width: 242px;
  height: 646px;
  background: url(../img/sec06__bg.webp) no-repeat center center/contain;
}

.sec06 .youtube-btn {
  max-width: 790px;
  margin: 0 auto;
  width: 90%;
}

.sec06 h3{
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sec06::before {
    top: clamp(-140px, -37.33vw, 0px);
    width: clamp(0px, 44.26vw, 166px);
    height: clamp(0px, 118.4vw, 444px);
  }


  .sec06 .youtube-btn {
    width: 100%;
  }
}




/* ==============================


sec07


=================================*/
.sec07 {
  position: relative;
  padding-bottom: 145px;
}

.sec07::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 357px;
  height: 318px;
  background: url(../img/sec08__bg.webp) no-repeat center center/contain;
}

.sec07>div {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.sec07>div::before,
.sec07>div::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
}

.sec07>div::before {
  top: clamp(-120px, -9.37vw, 0px);
  right: clamp(-40px, -3.12vw, 0px);
  width: clamp(0px, 22.89vw, 293px);
  height: clamp(0px, 19.14vw, 245px);
  background: url(../img/sec07__chara-01.webp) no-repeat center center/contain;
}

.sec07>div::after {
  bottom: clamp(-70px, -5.46vw, 0px);
  left: clamp(-60px, -4.68vw, 0px);
  width: clamp(0px, 25.23vw, 323px);
  height: clamp(0px, 14.6vw, 187px);
  background: url(../img/sec07__chara-02.webp) no-repeat center center/contain;
}


.sec07 .inner {
  padding: 65px 0 70px;
  max-width: 860px;
}

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

.sec07-ctr hr {
  border-top: 1px rgba(208, 79, 65, 0.5) solid;
  max-width: 310px;
  margin-bottom: 35px;
}

.sec07-ctr__txt {
  margin-bottom: 45px;
}

.sec07-ctr__txt>p {
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 2;
}

.sec07-ctr__txt>p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sec07-ctr__about {
  margin-bottom: 40px;
}

.sec07-ctr__about p,
.sec07-ctr__about span {
  font-weight: 500;
  font-size: 15px;
}

.sec07-ctr__about p:nth-of-type(1) {
  color: #D05041;
  margin-bottom: 5px;
}

.sec07-ctr__about p:nth-of-type(2) {
  display: inline;
  line-height: 2.2;
}

.sec07-ctr__about p:nth-of-type(2) span {
  background: linear-gradient(transparent 0%, #F4D6D3 0%);
  padding: 0 2px 1px 1px;
}

.sec07-ctr__btn {
  margin-bottom: 50px;
}

.sec07-ctr__btn>p {
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.sec07-ctr__btn>p::before,
.sec07-ctr__btn>p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 25px;
  background-color: #7E1F1B;
}

.sec07-ctr__btn>p::before {
  left: -15px;
  transform: rotate(-30deg);
}

.sec07-ctr__btn>p::after {
  right: -15px;
  transform: rotate(30deg);
}


.sec07-ctr__day p:nth-of-type(1) {
  font-size: 18px;
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}

.sec07-ctr__day p:nth-of-type(2) {
  font-size: 20px;
}

@media screen and (max-width: 767px) {

  .sec07 {
    padding-bottom: 130px;
  }

  .sec07::before {
    right: inherit;
    left: 0;
    width: clamp(0px, 32.8vw, 123px);
    height: clamp(0px, 29.2vw, 109.5px);
    transform: scale(-1, 1);
  }


  .sec07>div {
    max-width: 500px;
  }

  .sec07>div::before {
    top: clamp(-50px, -13.33vw, 0px);
    right: inherit;
    left: -6%;
    width: clamp(0px, 50.66vw, 190px);
    height: clamp(0px, 43.46vw, 163px);
  }

  .sec07>div::after {
    bottom: clamp(-76px, -20vw, 0px);
    left: inherit;
    right: -5vw;
    width: clamp(0px, 58.24vw, 218.4px);
    height: clamp(0px, 33.73vw, 126.5px);

  }


  .sec07 .inner {
    padding: 55px 0 40px;
    max-width: 400px;
    width: 85%;
  }

  .sec07-ctr hr {
    max-width: 180px;
  }

  .sec07-ctr__txt {
    margin-bottom: clamp(0px, 9.33vw, 35px);
  }

  .sec07-ctr__txt>p {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 8vw, 30px);
  }

  .sec07-ctr__about {
    margin-bottom: clamp(0px, 8vw, 30px);
  }

  .sec07-ctr__about p,
  .sec07-ctr__about span {
    font-size: clamp(10px, 3.2vw, 12px);
  }

  .sec07-ctr__btn {
    margin-bottom: clamp(0px, 10.66vw, 40px);
  }

  .sec07-ctr__btn>p {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 5.33vw, 20px);
  }

  .sec07-ctr__btn>p::before,
  .sec07-ctr__btn>p::after {
    top: clamp(-5px, -1.33vw, 0px);
    height: clamp(0px, 13.33vw, 50px);
  }

  .sec07-ctr__btn>p::before {
    left: clamp(-20px, -5.33vw, 0px);
  }

  .sec07-ctr__btn>p::after {
    right: clamp(-20px, -5.33vw, 0px);
  }

  .sec07-ctr__day p:nth-of-type(1) {
    font-size: clamp(10px, 3.73vw, 14px);
    margin-bottom: clamp(0px, 5.33vw, 20px);
  }

  .sec07-ctr__day p:nth-of-type(2) {
    font-size: clamp(10px, 3.47vw, 13px);
  }

}

/* ==============================


sec09


=================================*/
.sec09 {
  position: relative;
  margin-top: -32px;
}

.sec09 h3 span {
  display: inline-block;
  background: linear-gradient(270deg, #7E4B84 0%, #744324 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec09-bg::before,
.sec09-bg::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32px;
  width: calc(50% - 17em);
  height: 1px;
  background-color: #6A370A;
}

.sec09-bg::before {
  left: 0;
}

.sec09-bg::after {
  right: 0;
}

.sec09::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E6C9C3;
  background: linear-gradient(90deg, rgba(230, 201, 195, 1) 0%, rgba(242, 233, 231, 1) 75%, rgba(239, 225, 231, 1) 100%);
}

.sec09 .inner.c01 {
  padding: 0px 0 60px;
  position: relative;
}


.sec09 .inner.c01::before,
.sec09 .inner.c01::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.sec09 .inner.c01::before {
  left: calc((100vw - 1090px) / -2);
  width: 113px;
  height: 390px;
  background: url(../img/sec09__prd-bg-l.webp) no-repeat center center/contain;

}

.sec09 .inner.c01::after {
  right: calc((100vw - 1090px) / -2);
  width: 113px;
  height: 380px;
  background: url(../img/sec09__prd-bg-r.webp) no-repeat center center/contain;
}

.sec09-kv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sec09-kv-img {
  width: clamp(0px, 41.81vw, 460px);
}

.sec09-kv-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: clamp(0px, 5.45vw, 60px);
  position: relative;
}

.sec09-kv-txt::before,
.sec09-kv-txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}

.sec09-kv-txt::before {
  bottom: clamp(-100px, -9.09vw, 0px);
  left: clamp(-40px, -3.63vw, 0px);
  width: clamp(0px, 20.09vw, 221px);
  height: clamp(0px, 17.81vw, 196px);
  background: url(../img/sec09__kv-kira-l.webp) no-repeat center center/contain;
}

.sec09-kv-txt::after {
  top: clamp(-100px, -9.09vw, 0px);
  right: clamp(-60px, -5.45vw, 0px);
  width: clamp(0px, 16.54vw, 182px);
  height: clamp(0px, 16vw, 176px);
  background: url(../img/sec09__kv-kira-r.webp) no-repeat center center/contain;
}

.sec09-kv-txt p {
  color: #6A370B;
}

.sec09-kv-txt p:nth-of-type(1) {
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1;
  margin-bottom: clamp(0px, 0.9vw, 10px);
  display: inline-block;
  background: linear-gradient(90deg, #744324 0%, #7E4B84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec09-kv-txt p:nth-of-type(2) {
  font-size: clamp(10px, 1.27vw, 14px);
  margin-bottom: clamp(0px, 2.72vw, 30px);
}

.sec09-kv-txt p:nth-of-type(3) {
  font-size: clamp(16px, 2.36vw, 26px);
  margin-bottom: clamp(0px, 0.45vw, 5px);
  text-align: center;
}

.sec09-kv-txt p:nth-of-type(4) {
  font-size: clamp(13px, 2vw, 22px);
  margin-bottom: clamp(0px, 2.72vw, 30px);
  position: relative;
  display: inline-block;
}

.sec09-kv-txt p:nth-of-type(4)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5%;
  width: 113%;
  height: 100%;
  background: #FFF;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(227, 198, 185, 1) 100%);
  z-index: -1;
  transform: skew(-15deg, 0);
}

.sec09-kv-txt p:nth-of-type(5) {
  font-size: clamp(11px, 1.63vw, 18px);
  text-align: left;
  display: inline-block;
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 1210px) {
  .sec09 .inner.c01::before {
    left: -5vw;
  }

  .sec09 .inner.c01::after {
    right: -5vw;
  }
}

@media screen and (max-width: 767px) {
  .sec09 {
    margin-top: -22px;
  }


  .sec09-bg::before,
  .sec09-bg::after {
    top: 22px;
    width: calc(50% - 11rem);
  }


  .sec09::before {
    top: 22px;
  }

  .sec09 {
    margin-top: clamp(-22px, -5.86vw, 0px);
  }

  .sec09-bg::before,
  .sec09-bg::after {
    top: clamp(0px, 5.86vw, 22px);
    width: calc(50% - 11rem);
  }

  .sec09::before {
    top: clamp(0px, 5.86vw, 22px);
  }

  .sec09 .inner.c01 {
    padding: 0px 0 clamp(0px, 9.33vw, 35px);
  }

  .sec09 .inner.c01::before,
  .sec09 .inner.c01::after {
    display: none;
  }

  .sec09-kv {
    flex-direction: column;
    margin-bottom: clamp(0px, 8vw, 30px);
    gap: clamp(0px, 8vw, 30px);
  }

  .sec09-kv-img {
    width: clamp(0px, 81.33vw, 305px);
  }

  .sec09-kv-txt {
    margin-left: 0;
  }

  .sec09-kv-txt::before {
    bottom: clamp(-30px, -8vw, 0px);
    left: clamp(-50px, -13.33vw, 0px);
    width: clamp(0px, 33.86vw, 127px);
    height: clamp(0px, 32.8vw, 123px);
  }

  .sec09-kv-txt::after {
    top: clamp(-60px, -16vw, 0px);
    right: clamp(-50px, -13.33vw, 0px);
    width: clamp(0px, 29.33vw, 110px);
    height: clamp(0px, 46.93vw, 176px);
  }

  .sec09-kv-txt p:nth-of-type(1) {
    font-size: clamp(18px, 8vw, 30px);
    margin-bottom: clamp(0px, 1.33vw, 5px);
  }

  .sec09-kv-txt p:nth-of-type(2) {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 5.33vw, 20px);
  }

  .sec09-kv-txt p:nth-of-type(3) {
    font-size: clamp(11px, 4.8vw, 18px);
    margin-bottom: clamp(0px, 1.33vw, 5px);
  }

  .sec09-kv-txt p:nth-of-type(4) {
    font-size: clamp(10px, 4.26vw, 16px);
    margin-bottom: clamp(0px, 4vw, 15px);
  }

  .sec09-kv-txt p:nth-of-type(4)::before {
    left: -7%;
    width: 116%;
  }

  .sec09-kv-txt p:nth-of-type(5) {
    font-size: clamp(10px, 3.46vw, 13px);
  }

}

/* --- prd -------------------------------- */
.sec09-prd-ttl {
  font-size: 26px;
  display: inline-block;
  margin: 0 auto 25px;
  padding: 5px 6rem;
  text-align: center;
  position: relative;
  line-height: 1;
}

.sec09-prd-ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.sec09-prd-org .sec09-prd-ttl {
  font-size: 20px;
}

.sec09-prd>div {
  text-align: center;
}

.sec09-prd-lmd {
  border: 1px #fff solid;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 40px 0 30px;
  max-width: 760px;
  margin: 0 auto 40px;
}

.sec09-prd ul {
  display: flex;
}

.sec09-prd-lmd ul {
  justify-content: center;
  gap: 100px;
}

.sec09-prd-org ul {
  max-width: 800px;
  justify-content: space-around;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px 5%;
}

.sec09-prd ul li div {
  max-width: 175px;
  margin: 0 auto 10px;
}

.sec09-prd ul li p {
  line-height: 1;
}

.sec09-prd ul li p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 5px;
}

.sec09-prd ul li p:nth-of-type(2) {
  font-size: 16px;
  margin-bottom: 10px;
}

.sec09-prd ul li p:nth-of-type(3) {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sec09-prd {
    max-width: 420px;
    margin: 0 auto;
  }

  .sec09-prd-ttl {
    font-size: clamp(11px, 5.06vw, 19px);
    margin: 0 auto clamp(0px, 5.33vw, 20px);
    padding: clamp(0px, 1.33vw, 5px) 4rem;
  }

  .sec09-prd-lmd {
    padding: clamp(0px, 8vw, 30px) 0;
    margin: 0 auto clamp(0px, 10.66vw, 40px);
  }

  .sec09-prd-lmd ul {
    justify-content: center;
    gap: clamp(0px, 8vw, 30px);
  }

  .sec09-prd-org ul {
    justify-content: space-between;
    gap: clamp(0px, 6.66vw, 25px) 0;
  }

  .sec09-prd-org ul li {
    width: 30%;
  }

  .sec09-prd ul li div {
    width: clamp(0px, 30.66vw, 115px);
    margin: 0 auto clamp(0px, 2.66vw, 10px);
  }

  .sec09-prd-org ul li div {
    width: clamp(0px, 26.66vw, 100px);
  }

  .sec09-prd ul li p:nth-of-type(1) {
    font-size: clamp(10px, 3.73vw, 14px);
    margin-bottom: clamp(0px, 0.8vw, 3px);
  }

  .sec09-prd ul li p:nth-of-type(2) {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 2.66vw, 10px);
    letter-spacing: normal;
  }

  .sec09-prd ul li p:nth-of-type(3) {
    font-size: clamp(10px, 2.66vw, 10px);
    line-height: 1.4;
  }

}

/* --- how -------------------------------- */

.sec09-how {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 35px 0 25px;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec09-how .sec09-prd-ttl {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.sec09-how-ctr {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto 30px;
}

.sec09-how-ctr p:nth-of-type(1) {
  font-size: 18px;
  margin-bottom: 30px;
}

.sec09-how-ctr img:nth-of-type(1) {
  margin-bottom: 35px;
}

.sec09-how-ctr p:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 45px;
  text-align: left;
}

.sec09-how-ctr p:nth-of-type(3) {
  font-size: 18px;
  margin-bottom: 15px;
}

.sec09-how-ctr-solid {
  width: 1px;
  height: auto;
  background-color: rgba(126, 30, 27, 0.3);
}

.sec09-how-kome {
  font-size: 10px;
  text-align: center;

}

@media screen and (max-width: 767px) {

  .sec09-how {
    padding: 15px 0 30px;
  }

  .sec09-how .sec09-prd-ttl {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }


  .sec09-how-ctr {
    flex-direction: column;
    gap: 30px;
    max-width: 350px;
    width: 85%;
    margin: 0 auto 20px;
  }

  .sec09-how-ctr p:nth-of-type(1),
  .sec09-how-ctr p:nth-of-type(3) {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .sec09-how-ctr img:nth-of-type(1) {
    margin-bottom: 10px;
  }

  .sec09-how-ctr p:nth-of-type(2) {
    font-size: 11px;
    margin-bottom: 20px;
  }


  .sec09-how-ctr-solid {
    width: 100%;
    height: 1px;
  }


}

/* --- c02  -------------------------------- */

.sec09 .inner.c02 {
  padding: 55px 0 60px;
}

.sec09 .inner.c02 .btn {
  margin-bottom: 40px;
}


@media screen and (max-width: 767px) {
  .sec09 .pasokara__cta-btn {
    width: 100%;
    max-width: 350px;
  }
}