@charset "UTF-8";

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


base


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

.contents-area_plump h3 {
  font-size: 42px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Bodoni Moda", serif !important;
  font-weight: 600;
  line-height: 0.8;
}

.contents-area_plump h3 span {
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif !important;
  margin-top: 0px;
  line-height: 1;
}

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

  .contents-area_plump h3 {
    font-size: clamp(16px, 6.9vw, 26px);
    margin-bottom: 40px;
  }

  .contents-area_plump h3 span {
    font-size: clamp(10px, 3.2vw, 12px);
  }

}


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


パーツ


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

.sec-area {
  overflow: hidden;
}

.f-bodo,
.f-bodo * {
  font-family: "Bodoni Moda", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.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;
}


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

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

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

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

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


.bg-tare {
  position: relative;
  filter: drop-shadow(0px 10px 20px rgba(188, 188, 188, 0.16));
  z-index: 1;
}

.bg-tare::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: clamp(0px, 50.1vw, 551px);
  height: clamp(0px, 8.5vw, 94px);
  bottom: clamp(-93px, -8.4vw, 0px);
  left: 0px;
  background: url(../img/sec01__bg.webp) no-repeat center center/contain;
  z-index: 10;
}

.bg-tare.sec03::before {
  left: inherit;
  right: 0;
  background: url(../img/sec03__bg.webp) no-repeat center center/contain;
}

.bg-tare.sec05::before {
  background: url(../img/sec05__bg.webp) no-repeat center center/contain;
}

.bg-enogu-l,
.bg-enogu-r {
  position: relative;
}

.bg-enogu-l::after,
.bg-enogu-r::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-50px, -4.59vw, 0px);
  z-index: 1;
}

.bg-enogu-l::after {
  left: 0;
  width: clamp(0px, 37.7vw, 411px);
  height: clamp(0px, 15.41vw, 168px);
  background: url(../img/sec04__bg.webp) no-repeat center center/contain;

}

.bg-enogu-r::after {
  right: 0;
  width: clamp(0px, 42.57vw, 464px);
  height: clamp(0px, 15.41vw, 168px);
  background: url(../img/sec02__bg.webp) no-repeat center center/contain;
}


.bg-grd {
  background: #E2938B;
  background: linear-gradient(180deg, rgba(226, 147, 139, 1) 0%, rgba(149, 28, 34, 1) 100%);
}



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

  .bg-tare::before {
    width: clamp(0px, 63.4vw, 238px);
    height: clamp(0px, 10.9vw, 41px);
    bottom: clamp(-40px, -10.6vw, 0px);
  }

  .bg-enogu-l::after,
  .bg-enogu-r::after {
    top: clamp(-30px, -8vw, 0px);
  }

  .bg-enogu-l::after {
    width: clamp(0px, 62.1vw, 233px);
    height: clamp(0px, 25.6vw, 96px);
    left: clamp(-45px, -12vw, 0px);
  }

  .bg-enogu-r::after {
    width: clamp(0px, 69.6vw, 261px);
    height: clamp(0px, 25.6vw, 96px);
    right: clamp(-45px, -12vw, 0px);
  }

}

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


sec01


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

.kv-area {
  background-color: #f6dac9;
}

.sec01 {
  background-color: #F4F2F4;
}

.sec01 .inner {
  padding: 85px 0 110px;
}

.sec01-h2 {
  display: flex;
  justify-content: center;
  position: relative;
  gap: clamp(0px, 7.34vw, 80px);
  margin-bottom: 180px;
}

.sec01-h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: calc(((100vw - 1000px) / 2) + 1100px);
  height: 85%;
  background: #EBE6E9;
  background: linear-gradient(90deg, rgba(235, 230, 233, 1) 0%, rgba(242, 228, 225, 1) 100%);
  z-index: -1;
}

.sec01-h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: clamp(-150px, -11vw, 0px);
  right: calc((100vw - 1000px) / -2);
  width: clamp(0px, 27vw, 392px);
  height: clamp(0px, 27vw, 383px);
  background: url(../img/sec01__kv-img.webp) no-repeat center center/contain;
}

.sec01-h2__vis {
  width: clamp(0px, 38.07vw, 415px);
}

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

.sec01-h2__txt h2 {
  margin-bottom: clamp(0px, 3.67vw, 40px);
}

.sec01-h2__txt h2 p:nth-of-type(1) {
  font-size: clamp(12px, 1.83vw, 20px);
  margin-bottom: 15px;
}

.sec01-h2__txt h2 p:nth-of-type(2) {
  font-size: clamp(11px, 1.65vw, 18px);
  margin-bottom: 0px;
}

.sec01-h2__txt h2 p:nth-of-type(3) {
  font-size: clamp(23px, 3.49vw, 38px);
}

.sec01-h2__txt div p:nth-of-type(1) {
  font-size: clamp(16px, 2.39vw, 26px);
  margin-bottom: 15px;
  position: relative;
}

.sec01-h2__txt div p:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: clamp(-40px, -3.67vw, 0px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: clamp(0px, 13.67vw, 149px);
  height: clamp(0px, 3.76vw, 41px);
  background: url(../img/sec01__kv-txt.webp) no-repeat center center/contain;
}

.sec01-h2__txt div p:nth-of-type(2) {
  font-size: clamp(10px, 1.47vw, 16px);
  margin-bottom: 3px;
}

.sec01-h2__txt div p:nth-of-type(3) {
  font-size: clamp(12px, 1.83vw, 20px);
}



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

  .sec01-h2::after {
    right: -10%;
  }
}


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


  .sec01 .inner {
    padding: 35px 0 80px;
  }

  .sec01-h2 {
    flex-direction: column;
    gap: 0;
    margin-bottom: 180px;
  }

  .sec01-h2::before {
    bottom: clamp(-80px, -21.33vw, 0px);
    left: 0;
    width: 95vw;
    height: 102%;
  }

  .sec01-h2::after {
    bottom: clamp(-140px, -37.33vw, 0px);
    right: clamp(-55px, -14.67vw, 0px);
    width: clamp(0px, 62.67vw, 235px);
    height: clamp(0px, 61.07vw, 229px);
  }

  .sec01-h2__vis {
    width: clamp(0px, 66.66vw, 300px);
    order: 1;
    margin: 0 auto clamp(0px, 5.33vw, 20px);
  }

  .sec01-h2__txt {
    text-align: center;
    display: contents;
  }

  .sec01-h2__txt h2 {
    margin-bottom: clamp(0px, 12vw, 45px);
  }

  .sec01-h2__txt h2 p:nth-of-type(1) {
    font-size: clamp(10px, 4.27vw, 16px);
    margin-bottom: clamp(0px, 0.53vw, 2px);
  }

  .sec01-h2__txt h2 p:nth-of-type(2) {
    font-size: clamp(10px, 2.93vw, 11px);
    margin-bottom: clamp(0px, 0.8vw, 3px);
  }

  .sec01-h2__txt h2 p:nth-of-type(3) {
    font-size: clamp(17px, 7.47vw, 28px);
    line-height: 1.4;
  }

  .sec01-h2__txt div {
    display: contents;
  }

  .sec01-h2__txt div p:nth-of-type(1) {
    font-size: clamp(10px, 4.8vw, 18px);
    margin-bottom: clamp(0px, 2.66vw, 10px);
  }

  .sec01-h2__txt div p:nth-of-type(1)::before {
    top: calc(50% - clamp(30px, 13.33vw, 50px));
    left: calc(50% + clamp(30px, 13.33vw, 50px));
    width: clamp(0px, 30.4vw, 114px);
    height: clamp(0px, 8.53vw, 32px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .sec01-h2__txt div p:nth-of-type(2) {
    font-size: clamp(10px, 3.46vw, 13px);
    margin-bottom: clamp(0px, 2.66vw, 10px);
    order: 1;
  }

  .sec01-h2__txt div p:nth-of-type(3) {
    font-size: clamp(10px, 4.27vw, 16px);
    order: 1;
  }
}

/* --- color -------------------------------- */
.sec01-color ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: clamp(0px, 6.42vw, 70px);
  gap: 10px;
}

.sec01-color ul li {
  text-align: center;
  position: relative;
}

.sec01-color ul li::before,
.sec01-color ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}

.sec01-color ul li::before {
  top: clamp(0px, 2.29vw, 25px);
  left: clamp(-20px, -1.83vw, 0px);
  width: clamp(0px, 17.8vw, 194px);
  height: clamp(0px, 16.6vw, 181px);
}

.sec01-color ul li::after {
  top: clamp(-80px, -7.34vw, 0px);
  left: clamp(-40px, -3.67vw, 0px);
  width: clamp(0px, 8.71vw, 95px);
  height: clamp(0px, 8.71vw, 95px);
}

.sec01-color ul li:nth-of-type(even) {
  margin-top: clamp(0px, 2.29vw, 25px);
}

.sec01-color ul li p:nth-of-type(1) {
  font-size: clamp(10px, 1.47vw, 16px);
  line-height: 1;
  margin-bottom: 3px;
  font-family: "Bodoni Moda", serif !important;
}

.sec01-color ul li p:nth-of-type(2) {
  font-size: clamp(10px, 1.28vw, 14px);
  line-height: 1;
  margin-bottom: clamp(0px, 0.92vw, 10px);
  font-family: "Shippori Mincho B1", serif !important;
  font-weight: 500;
}

.sec01-color ul li p:nth-of-type(3) {
  font-size: clamp(8px, 1.1vw, 12px);
  color: #fff;
}

.sec01-color ul li img {
  max-width: clamp(0px, 11.74vw, 128px);
  margin-bottom: clamp(0px, 0.92vw, 10px);
}

.sec01-color ul li:nth-of-type(1):after {
  background: url(../img/sec01__prd-img01-icon.webp) no-repeat center center/contain;
}

.sec01-color ul li:nth-of-type(2):after {
  background: url(../img/sec01__prd-img02-icon.webp) no-repeat center center/contain;
}

.sec01-color ul li:nth-of-type(1):before {
  background: url(../img/sec01__prd-tama01.webp) no-repeat center center/contain;
}

.sec01-color ul li:nth-of-type(2):before {
  background: url(../img/sec01__prd-tama02.webp) no-repeat center center/contain;
}

.sec01-color ul li:nth-of-type(3):before {
  background: url(../img/sec01__prd-tama03.webp) no-repeat center center/contain;
}

.sec01-color ul li:nth-of-type(4):before {
  background: url(../img/sec01__prd-tama04.webp) no-repeat center center/contain;
}

.sec01-color ul li:nth-of-type(5):before {
  background: url(../img/sec01__prd-tama05.webp) no-repeat center center/contain;
}

.sec01-color ul li:nth-of-type(6):before {
  background: url(../img/sec01__prd-tama06.webp) no-repeat center center/contain;
}

.sec01-color__pasokara {
  max-width: 460px;
  margin: 0 auto;
}


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

  .sec01-color ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 45px;
    max-width: 370px;
    gap: 20px 2px;
  }

  .sec01-color ul li::before {
    top: 40px;
    left: -8px;
    width: 124px;
    height: 115px;
  }

  .sec01-color ul li::after {
    top: -55px;
    left: -15px;
    width: 63px;
    height: 63px;
  }

  .sec01-color ul li:nth-of-type(even) {
    margin-top: 0;
  }

  .sec01-color ul li:nth-of-type(2),
  .sec01-color ul li:nth-of-type(5) {
    margin-top: 25px;
  }

  .sec01-color ul li p:nth-of-type(1) {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .sec01-color ul li p:nth-of-type(2) {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .sec01-color ul li p:nth-of-type(3) {
    font-size: 10px;
  }

  .sec01-color ul li img {
    max-width: 95px;
    margin-bottom: 10px;
  }

  .sec01-color ul li:nth-of-type(1):after {
    background: url(../img/sec01__prd-img01-icon_sp.webp) no-repeat center center/contain;
  }

  .sec01-color ul li:nth-of-type(2):after {
    background: url(../img/sec01__prd-img02-icon_sp.webp) no-repeat center center/contain;
  }

  .sec01-color__pasokara {
    max-width: 400px;
  }


}

@media screen and (max-width: 365px) {
  .sec01-color ul {
    justify-content: space-around;
    gap: 30px 15px;
    margin-top: 80px;
  }


  .sec01-color ul li:nth-of-type(2),
  .sec01-color ul li:nth-of-type(5) {
    margin-top: 0px;
  }

}

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


sec02


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

.sec02>.inner>.btn {
  margin-bottom: 60px;
}

.sec02>.inner>.btn,
.sec02>.inner>.btn .arrow span,
.sec02>.inner>.btn .arrow span::after {
  border-color: #fff;
}

.sec02 .inner {
  padding: 120px 0 135px;
}

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

.sec02-about {
  margin-bottom: 85px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(0px, 4.5vw, 80px);
  height: fit-content;
}

.sec02-about .container {
  max-width: clamp(0px, 26.51vw, 289px);
}

.sec02-about__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: clamp(0px, 50.18vw, 547px);
}

.sec02-about-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 2.29vw, 25px);
  margin-bottom: clamp(0px, 5.96vw, 65px);
}

.sec02-about-sub__img {
  max-width: clamp(0px, 21.37vw, 233px);
}

.sec02-about-sub__txt ul {
  margin-bottom: clamp(0px, 1.83vw, 20px);
}

.sec02-about-sub__txt ul li {
  position: relative;
  font-size: clamp(10px, 1.38vw, 15px);
  padding-left: 1em;
  text-indent: -1.5em;
  margin-bottom: clamp(0px, 0.92vw, 10px);
}

.sec02-about-sub__txt ul li::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: clamp(0px, 1.28vw, 14px);
  height: clamp(0px, 1.28vw, 14px);
  margin-right: 0.5em;
  background: url(../img/cmn__icon-hishi.svg) no-repeat center center/contain;
}

.sec02-about-sub__txt p {
  font-size: clamp(10px, 1.1vw, 12px);
}

.sec02-mov {
  margin: 0 auto clamp(0px, 6.88vw, 60px);
  text-align: center;
}

.sec02-mov>div {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 4.5vw, 80px);
  margin-bottom: clamp(0px, 3.67vw, 40px);
}

.sec02-mov>div>div {
  max-width: clamp(0px, 26.51vw, 289px);
}

.sec02-mov>div>div:nth-of-type(2) {
  margin-top: clamp(0px, 3.67vw, 40px);
}

.sec02-mov>p {
  font-size: 10px;
}

.sec02-slid {
  margin-bottom: 90px;
}


.sec02-slid-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.sec02-slid-ttl div {
  max-width: 39px;
}

.sec02-slid-ttl p {
  font-size: 18px;
  line-height: 1;
}

.sec02-slid li>div {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 35px;
}

.sec02-slid__img {
  max-width: 320px;
}


.sec02-slid__txt p:nth-of-type(1) {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sec02-slid__txt p:nth-of-type(2) {
  font-size: 12px;
  line-height: 2;
}


/* ドットカスタム */
.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 6px;
  margin-top: 0px;
  list-style: none;
  padding: 0;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.5;
}

.slick-dots li button {
  font-size: 0;
  color: transparent;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

/* 矢印カスタム */
.custom-prev,
.custom-next {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}

.custom-prev {
  left: calc(50% - 125px);
}

.custom-next {
  left: calc(50% + 125px);
}

.sec02-slid .custom-prev {
  left: 2%;
}

.sec02-slid .custom-next {
  right: 2%;
  left: inherit;
}




/* 矢印（三角形風） */
.custom-prev::before,
.custom-next::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.custom-prev::before {
  transform: rotate(-45deg);
}

.custom-next::before {
  transform: rotate(135deg);
}

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

  .sec02 .inner {
    padding: 90px 0 100px;
  }

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


  .sec02-about {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 8vw, 30px);
  }

  .sec02-about .container {
    max-width: 220px;
  }

  .sec02-about__txt {
    max-width: 370px;
    gap: 20px;
  }

  .sec02-about-sub {
    max-width: 380px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin: 0 auto 50px;
  }

  .sec02-about-sub__img {
    max-width: 125px;
  }


  .sec02-about-sub__txt ul {
    margin-bottom: clamp(0px, 2.7vw, 10px);
  }

  .sec02-about-sub__txt ul li {
    font-size: clamp(10px, 2.9vw, 11px);
    margin-bottom: clamp(0px, 1.3vw, 5px);
  }

  .sec02-about-sub__txt ul li::before {
    width: clamp(0px, 2.7vw, 10px);
    height: clamp(0px, 2.7vw, 10px);
    margin-right: 0.5em;
  }

  .sec02-about-sub__txt p {
    font-size: clamp(10px, 2.7vw, 10px);
  }

  .sec02-slid li>div {
    flex-direction: column;
    max-width: 340px;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .sec02-slid {
    margin-bottom: 50px;
  }

  .sec02-slid-ttl div {
    max-width: 27px;
  }

  .sec02-slid-ttl p {
    font-size: 14px;
  }

  .sec02-slid__img {
    max-width: 340px;
  }


  .sec02-slid__txt p:nth-of-type(1) {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .sec02-slid__txt p:nth-of-type(2) {
    font-size: 10px;
  }

  .sec02-slid .custom-prev,
  .sec02-slid .custom-next {
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    top: clamp(80px, 20vw, 300px);
  }

  .sec02-slid .custom-prev {
    left: clamp(0px, 1vw, 100px);
  }

  .sec02-slid .custom-next {
    right: clamp(0px, 1vw, 100px);
    left: inherit;
  }





  /* --- movie -------------------------------- */
  .sec02-mov-slick {
    margin-bottom: 55px;
  }

  .slick-mov {
    margin-bottom: 30px;
  }

  .sec02-mov-slick>p {
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }

  /* スライド幅固定 */
  .slick-mov .container {
    width: 280px;
  }

  /* スライド間の感覚：60px（= 左右30px） */
  .slick-mov .slick-slide {
    margin: 0 30px;
  }

  /* はみ出し表示の許可 */
  .slick-mov .slick-list {
    overflow: visible;
  }

  /* 画像表示最適化 */
  .slick-mov img {
    width: 100%;
    height: auto;
    display: block;
  }


}

/* --- table -------------------------------- */

.sec02-table {
  background-color: #fff;
  border-top-right-radius: 132px;
  border-bottom-left-radius: 132px;
  outline: 1px solid #832211;
  outline-offset: -10px;
  padding: 70px clamp(0px, 6vw, 100px) 45px;
  margin-bottom: 80px;
}

.sec02-table>p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 35px;
  text-align: center;
  color: #832211 !important;
}

.sec02-table>p:nth-of-type(2) {
  font-size: 10px;
  color: #5C5C5C !important;
  text-align: right;
}

.sec02-table__ctr {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.sec02-table__ctr>div {
  width: 50%;
}

.sec02-table__ctr-ttl {
  text-align: center;
  width: 97%;
  font-size: 12px;
  background-color: #EBE6E9;
  line-height: 1;
  padding: 10px 0;
  color: #832211 !important;
  margin-bottom: 30px;
}

.sec02-table__ctr-img {
  display: flex;
}

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

  .sec02-table {
    border-top-right-radius: 61px;
    border-bottom-left-radius: 61px;
    outline-offset: -5px;
    padding: 30px 8% 40px;
    max-width: 320px;
    margin: 0 auto 40px;
  }

  .sec02-table>p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .sec02-table>p:nth-of-type(2) {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }

  .sec02-table__ctr {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .sec02-table__ctr>div {
    width: 100%;
  }

  .sec02-table__ctr>div:nth-of-type(1) {
    margin-bottom: 30px;
  }

  .sec02-table__ctr-ttl {
    width: 100%;
    font-size: 10px;
    padding: 5px 0;
    margin-bottom: 10px;
  }



}


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


sec03


=================================*/
.sec03 {
  background-color: #F4F2F4;
}

.sec03 .inner {
  padding: 130px 0 75px;
}

.sec03 h3 {
  margin-bottom: 30px;
}


.sec03-ctr:nth-of-type(1) {
  margin-bottom: 50px;
}

.sec03-ctr-ttl {
  font-size: 28px;
  position: relative;
  margin-bottom: 40px;
  margin-left: 130px;
}


.sec03-ctr-ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -130px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 115px;
  height: 1px;
  background-color: #842211;
}

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

  .sec03 .inner {
    padding: 90px 0 60px;
  }

  .sec03 h3 {
    margin-bottom: 30px;
  }


  .sec03-ctr:nth-of-type(1) {
    margin-bottom: 50px;
  }

  .sec03-ctr-ttl {
    font-size: clamp(10px, 5.1vw, 19px);
    margin-bottom: clamp(0px, 6.9vw, 26px);
    margin-left: clamp(0px, 18.6vw, 70px);
  }

  .sec03-ctr-ttl::before {
    left: clamp(-70px, -18.6vw, 0px);
    width: clamp(0px, 16vw, 60px);
  }

}

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

.sec03-ctr-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

#anchor02 .sec03-ctr-flex {
  flex-direction: row-reverse;
}

.sec03-ctr-flex__vis {
  width: clamp(0px, 50vw, 490px);
  margin-top: 0.6em;
}

.sec03-ctr-flex__prd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0px, 3.21vw, 35px);
  width: clamp(0px, 47.71vw, 520px);
}

.sec03-ctr-flex__prd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.sec03-ctr-flex__prd ul.box-02 {
  width: 60%;
}

.sec03-ctr-flex__prd ul.box-03 {
  width: 30%;
}

.sec03-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);
}

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


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

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

.sec03-ctr-flex__prd ul>li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: clamp(0px, 21.56vw, 235px);
  gap: clamp(0px, 1.38vw, 15px);
}

.sec03-ctr-flex__prd ul>li>a p,
.sec03-ctr-flex__prd ul>li>a p span {
  text-align: center;
  color: #000;
  font-weight: 300;
  font-size: clamp(10px, 1.47vw, 16px);
  line-height: 1.3;
}

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

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec03-ctr-flex__prd ul {
    width: 100% !important;
  }
}

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

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

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

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

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

  .sec03-ctr-flex__prd ul.box-02 {
    width: 60%;
  }

  .sec03-ctr-flex__prd ul.box-03 {
    width: 32%;
  }

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

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

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

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

}

/* --- flex img sizes -------------------------------- */
.sec03-ctr-flex__prd ul li.prd-01 img {
  width: clamp(0px, 8.17vw, 89px);
}

.sec03-ctr-flex__prd ul li.prd-02 img {
  width: clamp(0px, 3.12vw, 34px);
}

.sec03-ctr-flex__prd ul li.prd-03 img {
  width: clamp(0px, 4.22vw, 46px);
}

.sec03-ctr-flex__prd ul li.prd-04 img {
  width: clamp(0px, 2.75vw, 30px);
}

.sec03-ctr-flex__prd ul li.prd-05 img {
  width: clamp(0px, 5.41vw, 59px);
}

.sec03-ctr-flex__prd ul li.prd-06 img {
  width: clamp(0px, 12.2vw, 133px);
  margin-bottom: clamp(0px, 0.46vw, 5px);
}

.sec03-ctr-flex__prd ul li.prd-03::before,
.sec03-ctr-flex__prd ul li.prd-05::before {
  top: 0px;
  left: clamp(-40px, -3.67vw, 0px);
  width: clamp(0px, 4.5vw, 49px);
  height: clamp(0px, 1.65vw, 18px);
  background: url(../img/sec03__icon-new.webp) no-repeat center center/contain;
}

.sec03-ctr-flex__prd ul li.prd-05::before {
  top: clamp(0px, 1.38vw, 15px);
  left: clamp(-15px, -1.38vw, 0px);
}

.sec03-ctr-flex__prd ul li.prd-04::before {
  top: clamp(0px, 0.92vw, 10px);
  left: clamp(-45px, -4.13vw, 0px);
  width: clamp(0px, 5.78vw, 63px);
  height: clamp(0px, 1.74vw, 19px);
  background: url(../img/sec03__icon-limt.webp) no-repeat center center/contain;
}

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

  .sec03-ctr-flex__prd ul li.prd-02 img {
    width: clamp(0px, 5.9vw, 22px);
  }

  .sec03-ctr-flex__prd ul li.prd-03 img {
    width: clamp(0px, 8.8vw, 33px);
  }

  .sec03-ctr-flex__prd ul li.prd-04 img {
    width: clamp(0px, 4.8vw, 18px);
  }

  .sec03-ctr-flex__prd ul li.prd-05 img {
    width: clamp(0px, 10.6vw, 40px);
  }

  .sec03-ctr-flex__prd ul li.prd-06 img {
    width: clamp(0px, 22.1vw, 83px);
    margin-bottom: clamp(0px, 1.3vw, 5px);
  }

  .sec03-ctr-flex__prd ul li.prd-03::before,
  .sec03-ctr-flex__prd ul li.prd-05::before {
    top: clamp(0px, 0.8vw, 3px);
    left: clamp(-30px, -8vw, 0px);
    width: clamp(0px, 10.1vw, 38px);
    height: clamp(0px, 4vw, 15px);
  }

  .sec03-ctr-flex__prd ul li.prd-05::before {
    top: clamp(-3px, -0.8vw, 0px);
    left: clamp(0px, 0.8vw, 3px);
  }

  .sec03-ctr-flex__prd ul li.prd-04::before {
    top: clamp(-20px, -5.3vw, 0px);
    left: clamp(-15px, -4vw, 0px);
    width: clamp(0px, 15.4vw, 58px);
    height: clamp(0px, 5vw, 19px);
  }


}

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


sec04


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


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

.sec04__instagram {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.sec04__instagram>div:nth-of-type(2) {
  margin-top: 75px;
}

.sec04__instagram-ttl {
  text-align: center;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}

.sec04__coming {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 289px;
  height: 516px;
  background: #EDB7AA;
  background: linear-gradient(150deg, rgba(237, 183, 170, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-bottom-left-radius: 90px;
  border-top-right-radius: 90px;
  outline: 1px solid #fff;
  outline-offset: -8px;
  color: rgba(172, 101, 90, 0.7) !important;
  font-size: 20px;
}

.sec04__instagram>div:nth-of-type(2) .sec04__coming {
  background: #EAA7A2;
  background: linear-gradient(150deg, rgba(234, 167, 162, 1) 0%, rgba(255, 255, 255, 1) 100%);
}


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

  .sec04 .inner {
    padding: 70px 0 90px;
  }

  .sec04__instagram {
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 8vw, 30px);
  }

  .sec04__instagram>div:nth-of-type(2) {
    margin-top: 0px;
  }

  .sec04__instagram-ttl {
    font-size: clamp(10px, 4vw, 15px);
    margin-bottom: clamp(0px, 2.7vw, 10px);
  }

  .sec04__coming {
    width: clamp(0px, 69.4vw, 260px);
    height: clamp(0px, 123.8vw, 464px);
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    outline-offset: -8px;
    font-size: clamp(10px, 4vw, 15px);
  }




}

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


sec05


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

.sec05 {
  background-color: #EBE6E9;
}

.sec05 .inner {
  padding: 90px 0 170px;
}

.sec05 h3 {
  margin-bottom: 45px;
}

.sec05-ctr {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.sec05-ctr__vis {
  max-width: 350px;
}


.sec05-ctr__txt {
  max-width: 580px;
}

.sec05-ctr__txt>div {
  margin-bottom: 40px;
}


.sec05-ctr__txt>a {
  margin: 0 auto 30px;
}

.sec05-ctr__txt>p {
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  color: #5C5C5C;
}

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


  .sec05 .inner {
    padding: 60px 0 30px;
  }

  .sec05 h3 {
    margin-bottom: 25px;
  }

  .sec05-ctr {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
  }

  .sec05-ctr__vis,
  .sec05-ctr__txt {
    max-width: 350px;
  }

  .sec05-ctr__txt>div {
    margin-bottom: 30px;
  }


  .sec05-ctr__txt>a {
    margin: 0 auto 10px;
  }

  .sec05-ctr__txt>p {
    width: 85%;
    margin: 0 auto;
  }

}

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


sec06


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

.sec06 .inner {
  padding: 95px 0 185px;
}

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

.youtube-btn {
  max-width: 788px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec06 .inner {
    padding: 70px 0 100px;
  }

  .sec06 h3 {
    margin-bottom: 30px;
  }

  .youtube-btn {
    max-width: 350px;
  }

}

/* --- youtube modal -------------------------------- */

/* モーダルのスタイル */
.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;
  }

}






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


sec07


=================================*/
.sec07 {
  background-color: #EBE6E9;
}

.sec07::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(0px, 34.25vw, 411px);
  height: clamp(0px, 28.75vw, 345px);
  background: url(../img/sec07__bg.webp) no-repeat center center/contain;
  z-index: 10;
}

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

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

.sec07-camp {
  text-align: center;
  margin-bottom: 105px;
}

.sec07-camp * {
  letter-spacing: 0.2em;
}

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

.sec07-camp__about p span {
  background-color: rgba(238, 135, 124, 0.2);
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 10px;
}

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

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

.sec07-camp__btn>p::before,
.sec07-camp__btn>p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -30px;
  width: 2px;
  height: 50px;
  background-color: #EE877C;
  transform: rotate(-30deg);
}

.sec07-camp__btn>p::after {
  left: inherit;
  right: -30px;
  transform: rotate(30deg);
}

.sec07-camp__day p {
  font-size: 18px;
}

.sec07-camp__day p:nth-of-type(1) {
  margin-bottom: 30px;
  text-decoration: underline;
  text-underline-offset: 15px;
}

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

  .sec07::before {
    width: clamp(0px, 49.9vw, 187px);
    height: clamp(0px, 41.9vw, 157px);
  }

  .sec07 .inner {
    padding: 90px 0 180px;
  }

  .sec07 h3 {
    margin-bottom: 30px;
  }

  .sec07-camp {
    margin-bottom: 85px;
  }

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

  .sec07-camp__about p span {
    padding: 1px 5px;
    margin-bottom: clamp(0px, 1.3vw, 5px);
  }

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

  .sec07-camp__btn>p {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 6.7vw, 25px);
  }

  .sec07-camp__btn>p::before,
  .sec07-camp__btn>p::after {
    top: clamp(-5px, -1.3vw, 0px);
    left: clamp(-30px, -8vw, 0px);
    width: clamp(0px, 0.3vw, 1px);
    height: clamp(0px, 13.3vw, 50px);
  }

  .sec07-camp__btn>p::after {
    left: inherit;
    right: clamp(-30px, -8vw, 0px);

  }

  .sec07-camp__day p {
    font-size: clamp(10px, 3.5vw, 13px);
    letter-spacing: 0.04em;
  }

  .sec07-camp__day p:nth-of-type(1) {
    margin-bottom: clamp(0px, 5.3vw, 20px);
    text-underline-offset: clamp(0px, 2.7vw, 10px);
    font-size: clamp(10px, 3.7vw, 14px);
  }


}

/* --- vis -------------------------------- */

.sec07-vis {
  position: relative;
  text-align: center;
}

.sec07-vis::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -40px;
  left: calc((100vw - 1090px) / -2);
  width: calc(((100vw - 1090px) / 2) + 1090px);
  height: calc(100% + 90px);
  background: #EABCB4;
  background: linear-gradient(90deg, rgba(234, 188, 180, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.sec07-vis-ttl {
  margin-bottom: 30px;
}

.sec07-vis-ttl p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.3em;
  display: inline;
  padding: 1px 1px;
  background: linear-gradient(transparent 0%, #fff 0%);
}

.sec07-vis__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-bottom: 35px;
}

.sec07-vis__txt-img {
  max-width: 366px;
}

.sec07-vis__txt-txt {
  text-align: left;
}

.sec07-vis__txt-txt>p {
  font-size: clamp(10px, 1.7vw, 15px);
  line-height: 2;
  margin-bottom: 25px;
}

.sec07-vis__txt-txt>ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
}

.sec07-vis__map {
  width: clamp(0px, 43vw, 505px);
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec07-vis::before {
    left: -5vw;
    width: 90vw;
  }
}

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


  .sec07-vis::before {
    top: -50px;
    left: -5vw;
    width: 80vw;
    height: calc(100% + 120px);
  }

  .sec07-vis-ttl {
    margin-bottom: 20px;
  }

  .sec07-vis-ttl p {
    font-size: clamp(10px, 4.2vw, 16px);
    letter-spacing: 0.04em;
  }

  .sec07-vis__txt {
    flex-direction: column;
    gap: clamp(0px, 4vw, 15px);
    margin-bottom: clamp(0px, 4vw, 15px);
  }

  .sec07-vis__txt-img {
    width: clamp(0px, 93.3vw, 350px);
  }

  .sec07-vis__txt-txt {
    text-align: center;
  }

  .sec07-vis__txt-txt>p {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 4vw, 15px);
  }

  .sec07-vis__txt-txt>ul li {
    text-align: left;
  }

  .sec07-vis__map {
    width: 100%;
    max-width: 350px;
  }


}

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


sec08


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

.sec08 {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(216, 203, 205, 1) 100%);
}

.sec08 .inner {
  padding: 80px 0 85px;
}

.sec08 h3 {
  margin-bottom: 35px;
}

.sec08-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(0px, 5.05vw, 55px);
  gap: clamp(0px, 5vw, 100px);
  position: relative;
}

.sec08-vis::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc((100vw - 1090px) / -2);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: calc(((100vw - 1090px) / 2) + 1090px);
  height: clamp(0px, 21.56vw, 235px);
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: 0.5;
}

.sec08-vis__img {
  max-width: clamp(0px, 39.45vw, 430px);
}

.sec08-vis__txt {
  text-align: center;
  position: relative;
  margin-bottom: clamp(0px, 9.17vw, 100px);
}

.sec08-vis__txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: clamp(-170px, -14.17vw, 0px);
  right: clamp(-160px, -10vw, 0px);
  width: clamp(0px, 15.33vw, 184px);
  height: clamp(0px, 22.83vw, 274px);
  background: url(../img/sec08__vis-prd.webp) no-repeat center center/contain;
}


.sec08-vis__txt p:nth-of-type(1) {
  font-size: clamp(19px, 2.93vw, 32px);
  margin-bottom: clamp(0px, 0.92vw, 10px);
}

.sec08-vis__txt p:nth-of-type(2) {
  font-size: clamp(10px, 1.28vw, 14px);
  margin-bottom: clamp(0px, 2.75vw, 30px);
}

.sec08-vis__txt p:nth-of-type(3) {
  font-size: clamp(10px, 1.47vw, 16px);
  line-height: 2;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec08-vis::before {
    left: -5vw;
    width: 90vw;
  }
}

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


  .sec08 .inner {
    padding: 60px 0;
  }

  .sec08 h3 {
    margin-bottom: 45px;
  }

  .sec08-vis {
    flex-direction: column;
    margin-bottom: 100px;
    gap: 0px;
  }

  .sec08-vis::before {

    left: -5vw;
    width: 95vw;
    height: 105%;
    top: 54.5%;
  }

  .sec08-vis__img {
    max-width: 350px;
    width: 85%;
    margin-bottom: clamp(0px, 8vw, 30px);
  }

  .sec08-vis__txt {
    margin-bottom: 0;
    display: contents;
  }

  .sec08-vis__txt::before {
    bottom: clamp(-90px, -21.3vw, 0px);
    right: clamp(-15px, -4vw, 0px);
    width: clamp(0px, 33.3vw, 150px);
    height: clamp(0px, 49.6vw, 223.2px);


  }

  .sec08-vis__txt p:nth-of-type(1) {
    font-size: clamp(14px, 6.1vw, 23px);
    margin-bottom: 0px;
    order: -1;
  }

  .sec08-vis__txt p:nth-of-type(2) {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 8vw, 30px);
    order: -1;
  }

  .sec08-vis__txt p:nth-of-type(3) {
    font-size: clamp(10px, 3.7vw, 14px);
    line-height: 1.8;
  }


}

/* --- point -------------------------------- */


.sec08-point {
  background-color: #fff;
  border-top-right-radius: 132px;
  border-bottom-left-radius: 132px;
  outline: 1px solid #292B4A;
  outline-offset: -10px;
  max-width: 800px;
  margin: 0 auto 70px;
}

.sec08-point ul {
  padding: 60px 8%;
}

.sec08-point ul li {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  width: 100%;
}


.sec08-point ul li:nth-of-type(1) {
  width: calc(100% - 140px);
  margin-top: 0;
  position: relative;
}

.sec08-point ul li:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -140px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 124px;
  height: 106px;
  background: url(../img/sec08__point-img.webp) no-repeat center center/contain;
}

.sec08-point__icon img {
  width: 56px;
}

.sec08-point__txt p:nth-of-type(1) {
  font-size: clamp(14px, 1.47vw, 16px);
  margin-bottom: 10px;
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-decoration-color: #EBE6E9;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}

.sec08-point__txt p:nth-of-type(2) {
  font-size: 13px;
}


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

  .sec08-point {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    outline-offset: -7px;
    max-width: 450px;
    margin: 0 auto 40px;
  }

  .sec08-point ul {
    padding: 35px 8%;
  }

  .sec08-point ul li {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
    margin-top: 30px;
    width: 100%;
    gap: clamp(0px, 4vw, 15px) 0;
  }

  .sec08-point ul li:nth-of-type(1) {
    width: calc(100% - 90px);
  }

  .sec08-point ul li:nth-of-type(1)::before {
    position: absolute;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    top: 0%;
    right: clamp(-90px, -24vw, 0px);
    width: clamp(0px, 22.4vw, 84px);
    height: clamp(0px, 31.2vw, 117px);
    background: url(../img/sec08__point-img_sp.webp) no-repeat center center/contain;
  }

  .sec08-point__icon img {
    width: clamp(0px, 9.3vw, 35px);
  }

  .sec08-point__txt {
    display: contents;
  }

  .sec08-point__txt p:nth-of-type(1) {
    font-size: clamp(10px, 3.5vw, 13px);
    margin-bottom: 0;
    width: calc(100% - 45px);
  }

  .sec08-point__txt p:nth-of-type(2) {
    font-size: clamp(10px, 2.9vw, 11px);
    width: 100%;
  }

}

/* --- image -------------------------------- */

.sec08-image {
  margin-bottom: 45px;
}

.sec08-image>p {
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  max-width: 520px;
  margin: 0 auto 25px;
  color: #5C5C5C;
}

.sec08-image__ctr {
  display: flex;
  justify-content: space-between;
  max-width: 520px;
  margin: 0 auto 50px;
}

.sec08-image__ctr>div {
  text-align: center;
}


.sec08-image__ctr>div>p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 2px;
  line-height: 1;
}

.sec08-image__ctr>div>p:nth-of-type(2) {
  font-size: 16px;
  margin-bottom: 10px;
}


.sec08-image__ctr>div>ul li {
  font-size: 13px;
}

.sec08-image__ctr>div>div {
  position: relative;
  max-width: 191px;
  margin-bottom: 15px;
}

.sec08-image__ctr>div>div::before,
.sec08-image__ctr>div>div::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.sec08-image__ctr>div>div::before {
  top: -60px;
  right: -70px;
  width: 100px;
  height: 100px;
  background: url(../img/sec08__image-a-icon.webp) no-repeat center center/contain;
}

.sec08-image__ctr>div>div::after {
  bottom: -30px;
  right: -70px;
  width: 112px;
  height: 79px;
  background: url(../img/sec08__image-a-tama.webp) no-repeat center center/contain;
}

.sec08-image__ctr>div:nth-of-type(2)>div::before {
  background: url(../img/sec08__image-b-icon.webp) no-repeat center center/contain;
}

.sec08-image__ctr>div:nth-of-type(2)>div::after {
  background: url(../img/sec08__image-b-tama.webp) no-repeat center center/contain;
}



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

.sec08-image__how p:nth-of-type(1) {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.sec08-image__how p:nth-of-type(1)::before,
.sec08-image__how p:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #292B4A;
  -webkit-mask: url(../img/cmn__icon-hishi.svg) no-repeat center/contain;
  mask: url(../img/cmn__icon-hishi.svg) no-repeat center/contain;
}

.sec08-image__how p:nth-of-type(1)::after {
  left: inherit;
  right: -20px;
}

.sec08-image__how p:nth-of-type(2) {
  font-size: 13px;
}

.sec08 .btn,
.sec08 .btn p,
.sec08 .btn .arrow span,
.sec08 .btn .arrow span::after {
  color: #292B4A;
  border-color: #292B4A;
}


@media screen and (max-width: 767px) {
  .sec08-image {
    margin-bottom: clamp(0px, 9.3vw, 35px);
  }

  .sec08-image>p {
    max-width: 350px;
    margin: 0 auto clamp(0px, 4vw, 15px);
  }

  .sec08-image__ctr {
    max-width: 350px;
    margin: 0 auto clamp(0px, 8vw, 30px);
  }

  .sec08-image__ctr>div>p:nth-of-type(1) {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 0.5vw, 2px);
    line-height: 1;
  }

  .sec08-image__ctr>div>p:nth-of-type(2) {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 2.7vw, 10px);
  }

  .sec08-image__ctr>div>ul li {
    font-size: clamp(9px, 2.7vw, 10px);
  }

  .sec08-image__ctr>div>div {
    position: relative;
    max-width: clamp(0px, 33.3vw, 125px);
    margin-bottom: clamp(0px, 2.7vw, 10px);
  }

  .sec08-image__ctr>div>div::before {
    top: clamp(-35px, -9.3vw, 0px);
    right: clamp(-35px, -9.3vw, 0px);
    width: clamp(0px, 16.5vw, 62px);
    height: clamp(0px, 16.5vw, 62px);
    background: url(../img/sec08__image-a-icon_sp.webp) no-repeat center center/contain;
  }

  .sec08-image__ctr>div>div::after {
    bottom: clamp(-15px, -4vw, 0px);
    right: clamp(-40px, -10.7vw, 0px);
    width: clamp(0px, 19.7vw, 74px);
    height: clamp(0px, 13.6vw, 51px);
  }

  .sec08-image__ctr>div:nth-of-type(2)>div::before {
    background: url(../img/sec08__image-b-icon_sp.webp) no-repeat center center/contain;
  }

  .sec08-image__how p:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .sec08-image__how p:nth-of-type(1)::before,
  .sec08-image__how p:nth-of-type(1)::after {
    left: -15px;
    width: 10px;
    height: 10px;
  }

  .sec08-image__how p:nth-of-type(1)::after {
    left: inherit;
    right: -15px;
  }

  .sec08-image__how p:nth-of-type(2) {
    font-size: clamp(9px, 2.9vw, 11px);

  }

}

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


sec09


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

.sec09 {
  background: #EDD8CF;
  background: linear-gradient(0deg, rgba(237, 216, 207, 0.7) 0%, rgba(226, 179, 171, 0.7) 100%);
}

.sec09 .inner {
  padding: 70px 0 90px;
}

.sec09-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 4vw, 95px);
  position: relative;
  margin-bottom: 210px;
}

.sec09-vis::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 55%;
  left: calc((100vw - 1090px) / -2);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: calc(((100vw - 1090px) / 2) + 1090px);
  height: clamp(0px, 28.9vw, 315px);
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: 0.5;
}

.sec09-vis__img {
  width: clamp(0px, 39.44vw, 430px);
}

.sec09-vis__txt {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.sec09-vis__txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-50px, -4.59vw, 0px);
  left: clamp(-80px, -4vw, 0px);
  width: clamp(0px, 14.5vw, 158px);
  height: clamp(0px, 4.12vw, 45px);
  background: url(../img/sec09__vis-icon.webp) no-repeat center center/contain;
}

.sec09-vis__txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: clamp(-100px, -8.33vw, 0px);
  right: clamp(-200px, -12vw, 0px);
  width: clamp(0px, 21.66vw, 260px);
  height: clamp(0px, 24.66vw, 296px);
  background: url(../img/sec09__vis-prd.webp) no-repeat center center/contain;
}

.sec09-vis__txt p:nth-of-type(1) {
  font-size: clamp(19px, 2.94vw, 32px);
  margin-bottom: 0px;
}

.sec09-vis__txt p:nth-of-type(2) {
  font-size: clamp(10px, 1.28vw, 14px);
  margin-bottom: clamp(0px, 1.83vw, 20px);
}

.sec09-vis__txt p:nth-of-type(3) {
  font-size: clamp(11px, 1.65vw, 18px);
  margin-bottom: clamp(0px, 2.29vw, 25px);
}

.sec09-vis__txt p:nth-of-type(4) {
  font-size: clamp(10px, 1.46vw, 16px);
  line-height: 2;
}

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



  .sec09 .inner {
    padding: 70px 0;
  }

  .sec09-vis {
    flex-direction: column;
    gap: 0;
    margin-bottom: 150px;
  }

  .sec09-vis::before {
    left: -5vw;
    width: 95vw;
    height: 103%;
    top: 55%;
  }

  .sec09-vis__img {
    max-width: 350px;
    width: 80%;
    margin-bottom: clamp(0px, 9.3vw, 35px);
  }

  .sec09-vis__txt {
    display: contents;
    margin-bottom: 0px;
  }

  .sec09-vis__txt::before {
    top: clamp(-35px, -9.3vw, 0px);
    left: 0px;
    width: clamp(0px, 23.5vw, 88px);
    height: clamp(0px, 9.9vw, 37px);
  }

  .sec09-vis__txt::after {
    bottom: clamp(-55px, -14.7vw, 0px);
    right: clamp(-50px, -13.3vw, 0px);
    width: clamp(0px, 47.7vw, 214.8px);
    height: clamp(0px, 54.4vw, 244.8px);

  }

  .sec09-vis__txt p:nth-of-type(1) {
    font-size: clamp(14px, 6.1vw, 23px);
    margin-bottom: 0px;
    order: -1;
  }

  .sec09-vis__txt p:nth-of-type(2) {
    font-size: clamp(10px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 6.7vw, 25px);
    order: -1;
  }

  .sec09-vis__txt p:nth-of-type(3) {
    font-size: clamp(11px, 4.8vw, 18px);
    margin-bottom: clamp(0px, 4vw, 15px);
    order: -1;
  }

  .sec09-vis__txt p:nth-of-type(4) {
    font-size: clamp(10px, 3.7vw, 14px);
    line-height: 1.8;
  }


}

/* --- pen -------------------------------- */

.sec09-pen {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin-bottom: 100px;
}

.sec09-pen::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25%;
  right: calc((100vw - 1090px) / -2);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: calc(((100vw - 1090px) / 2) + 1090px);
  height: 280px;
  background: #FFFFFF;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: 0.5;
}

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

.sec09-pen__ctr>div {
  display: flex;
  margin-bottom: 10px;
  gap: clamp(0px, 5.5vw, 60px);
}

.sec09-pen__ctr>div>div {
  width: clamp(0px, 13.49vw, 147px);
  position: relative;
}

.sec09-pen__ctr>div>div::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-90px, -8.25vw, 0px);
  right: clamp(-30px, -2.75vw, 0px);
  width: clamp(0px, 9.17vw, 100px);
  height: clamp(0px, 9.17vw, 100px);

  background: url(../img/sec09__tama-icon-01.webp) no-repeat center center/contain;
}

.sec09-pen__ctr>div>div:nth-of-type(2)::before {
  background: url(../img/sec09__tama-icon-02.webp) no-repeat center center/contain;

}

.sec09-pen__ctr>p:nth-of-type(1) {
  font-size: 20px;
}

.sec09-pen__ctr>p:nth-of-type(2) {
  font-size: 16px;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec09-vis::before {
    left: -5vw;
    width: 90vw;
  }

  .sec09-pen::before {
    right: -5vw;
    width: 90vw;

  }
}


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

  .sec09-pen {
    flex-direction: column;
    margin-bottom: 70px;
    gap: 65px;
  }

  .sec09-pen::before {
    right: -5vw;
    width: 95vw;
    height: 140%;
    top: 40%;
  }


  .sec09-pen__ctr>div {
    justify-content: center;
    margin-bottom: 10px;
    gap: 45px;
  }

  .sec09-pen__ctr>div>div {
    max-width: 105px;
    width: 100%;
  }

  .sec09-pen__ctr>div>div::before {
    top: -50px;
    right: -20px;
    width: 62px;
    height: 62px;
    background: url(../img/sec09__tama-icon-01_sp.webp) no-repeat center center/contain;
  }

  .sec09-pen__ctr>div>div:nth-of-type(2)::before {
    background: url(../img/sec09__tama-icon-02_sp.webp) no-repeat center center/contain;
  }

  .sec09-pen__ctr>p:nth-of-type(1),
  .sec09-pen__ctr>p:nth-of-type(2) {
    font-size: 12px;
  }

}

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



.sec09-how {
  margin-bottom: 75px;
}

.sec09 .sec08-image__how {
  margin-bottom: 60px;
}

.sec09 .sec08-image__how p:nth-of-type(1)::before,
.sec09 .sec08-image__how p:nth-of-type(1)::after {
  background-color: #832211;
}

.sec08-how__image {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 2.75vw, 30px);
  margin-bottom: 75px;
}

.sec08-how__image-ctr {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 4.59vw, 50px);
}

.sec08-how__image-ctr-img {
  width: clamp(0px, 15.6vw, 170px);
  position: relative;
}

.sec08-how__image-ctr-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-45px, -4.13vw, 0px);
  right: clamp(-50px, -4.59vw, 0px);
  width: clamp(0px, 7.06vw, 77px);
  height: clamp(0px, 7.06vw, 77px);
  background: url(../img/sec09__how-img-icon-01.webp) no-repeat center center/contain;
}

.sec08-how__image-ctr-txt {
  text-align: center;
  margin-top: clamp(0px, 0.92vw, 10px);
}

.sec08-how__image-ctr-txt>p {
  color: #fff;
  display: inline-block;
  margin: 0 auto 10px;
  padding: 3px 10px;
  position: relative;
  background-color: #D1786A;
  line-height: 1;
  font-size: clamp(10px, 1.19vw, 13px);

}

.sec08-how__image-ctr-txt>p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #D1786A transparent transparent transparent;
  border-width: 7px 10px 0 10px;
}

.sec08-how__image-ctr-txt>ul li {
  font-size: clamp(10px, 1.19vw, 13px);
}


.sec08-how__image>div:nth-of-type(2) .sec08-how__image-ctr-img::before {
  background: url(../img/sec09__how-img-icon-02.webp) no-repeat center center/contain;
}

.sec08-how__image>div:nth-of-type(2) .sec08-how__image-ctr-txt>p {
  background-color: #AF8570;
}

.sec08-how__image>div:nth-of-type(2) .sec08-how__image-ctr-txt>p::after {
  border-color: #AF8570 transparent transparent transparent;
}

.sec08-how__befo {
  border: 1px solid #fff;
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 3.67vw, 40px);
  width: 100%;
  padding: 15px 0 30px;
}

.sec08-how__befo-txt {
  text-align: center;
}

.sec08-how__befo-txt p:nth-of-type(1) {
  font-size: clamp(11px, 1.65vw, 18px);
  margin-bottom: clamp(0px, 1.83vw, 20px);
  position: relative;
}

.sec08-how__befo-txt p:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(0px, 25.69vw, 280px);
  height: clamp(0px, 6.42vw, 70px);
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: .5;
}

.sec08-how__befo-txt p:nth-of-type(2) {
  font-size: clamp(6px, 0.92vw, 10px);
}

.sec08-how__befo-img {
  max-width: clamp(0px, 40.09vw, 437px);
}

.sec09 .btn {
  margin-bottom: 60px;
}

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


  .sec09-how {
    margin-bottom: 40px;
  }

  .sec09 .sec08-image__how {
    margin-bottom: 50px;
  }


  .sec08-how__image {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 40px;
  }

  .sec08-how__image-ctr {
    align-items: center;
    gap: 40px;
  }

  .sec08-how__image-ctr-img {
    width: 150px;
  }

  .sec08-how__image-ctr-img::before {
    top: -30px;
    right: -30px;
    width: 62px;
    height: 62px;
    background: url(../img/sec09__how-img-icon-01_sp.webp) no-repeat center center/contain;
  }

  .sec08-how__image>div:nth-of-type(2) .sec08-how__image-ctr-img::before {
    background: url(../img/sec09__how-img-icon-02_sp.webp) no-repeat center center/contain;
  }

  .sec08-how__image-ctr-txt {
    margin-top: 0;
  }

  .sec08-how__image-ctr-txt>p {
    padding: 3px 10px;
    font-size: 12px;
  }

  .sec08-how__image-ctr-txt>p::after {
    bottom: -4px;
    border-width: 4px 5px 0 5px;
  }

  .sec08-how__image-ctr-txt>ul li {
    font-size: 11px;
  }


  .sec08-how__befo {
    max-width: 350px;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 25px 0;
  }

  .sec08-how__befo-txt {
    width: 100%;
  }

  .sec08-how__befo-txt p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
    line-height: 1.4;
  }

  .sec08-how__befo-txt p:nth-of-type(1)::before {
    top: -5%;
    left: 5%;
    transform: inherit;
    width: 90%;
    height: 110%;
  }

  .sec08-how__befo-txt p:nth-of-type(2) {
    font-size: 10px;
  }

  .sec08-how__befo-img {
    max-width: 400px;
    width: 90%;
  }

}


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


sec01


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






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


sec01


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






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


sec01


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






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


sec01


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