@charset "UTF-8";
/* =============================
base
============================= */
/* =========================
PC
========================= */
/* =========================
SP
========================= */
/* =========================
SP（359px以下想定）
========================= */
body {
  font-family: "Shippori Mincho B1", serif !important;
  color: #654136;
  font-weight: 400;
  letter-spacing: 0.04em;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

sup {
  font-size: 10px;
}

a,
.container,
.youtube-btn,
.pasokara__cta-btn a {
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1) !important;
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  .container:hover,
  .youtube-btn:hover,
  .pasokara__cta-btn a:hover {
    opacity: 0.6;
  }
}

a img:hover {
  opacity: 1 !important;
}

.GlovalNavArea {
  z-index: 15 !important;
}

.overlay {
  z-index: 11 !important;
}

/* =============================
base
============================= */
/* ==============================
layout
================================= */
.l-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 400px;
    width: 90%;
  }
}

.l-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.l-h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-h3 {
    margin-bottom: clamp(0px, 6.6666666667vw, 25px);
  }
}
.l-h3 h3 {
  white-space: nowrap;
  display: inline-block;
  font-size: 48px;
  margin-bottom: 0px;
  font-family: "Cormorant Garamond", serif !important;
  color: #654136;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-h3 h3 {
    font-size: clamp(0px, 8vw, 30px);
  }
}
.l-h3 p {
  font-size: 14px;
  font-family: "Shippori Mincho B1", serif !important;
  color: #B24727;
}
@media screen and (max-width: 767px) {
  .l-h3 p {
    font-size: clamp(10px, 3.7333333333vw, 14px);
  }
}
.l-h3.marker h3 {
  padding: 0 15px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-h3.marker h3 {
    padding: 0;
  }
}
.l-h3.marker h3::after {
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-h3.marker h3::after {
    bottom: clamp(0px, 2.6666666667vw, 10px);
    height: clamp(0px, 3.7333333333vw, 14px);
  }
}

.l-btn {
  position: relative;
  /* border: 1px solid $color-font-sub; */
  color: #B24727;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 90px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-btn {
    width: 90%;
    max-width: 320px;
    height: 62px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-btn {
    max-width: 350px;
  }
}
.l-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #B24727;
  z-index: 2;
  pointer-events: none;
  border-radius: 4px;
}
.l-btn .arrow {
  right: 5%;
}
.l-btn .arrow span {
  border-color: #B24727;
}
.l-btn .arrow span::after {
  border-color: #B24727;
}
.l-btn.shadow::before {
  border-radius: 4px;
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(0px, 0.78125vw, 10px);
  left: clamp(0px, 0.78125vw, 10px);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-btn.shadow::before {
    top: clamp(0px, 2.6666666667vw, 10px);
    left: clamp(0px, 2.6666666667vw, 10px);
  }
}

/* ==============================
utility
================================= */
/* ぶら下げインデント */
.u-kome {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* --- 非表示 -------------------------------- */
/* ==============================
display none
================================= */
@media screen and (min-width: 1101px) {
  .pad_non,
  .sp_non,
  .pad-sp_non {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pc_non,
  .sp_non,
  .pc-sp_non {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_non,
  .pad_non,
  .pc-pad_non {
    display: none !important;
  }
}
/* ==============================
animation
================================= */
[anime-scroll] {
  opacity: 0;
  transform: translateY(25px);
}

[anime-kv] {
  opacity: 0;
  transform: translateY(0px);
}

.is-active,
.is-active::before,
.is-active::after {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s ease, transform 1.4s ease;
}

/* =============================
layout main
============================= */
/* =============================
base
============================= */
/* ==============================


スクロールアニメーション


=================================*/
/* .fade-in,
a.fade-in,
.container.fade-in {
    opacity: 0;
    transition: all 1.2s ease-in-out;
    transform: translateY(30px);
}

.sec01 {
    transform: translateY(0px);
}

.scroll-in,
a.scroll-in,
.container.scroll-in,
.kv-ctr.scroll-in_special {
    opacity: 1;
    transform: translateY(0px);
}

.contents-area_aaaaaaaaaaaaa {
    opacity: 0;
    transition: all 2s;
    transition-delay: 0.2s;
}

.contents-area_aaaaaaaaaaaaa.scroll-in_special {
    opacity: 1;
} */
.GlovalNavBlock__banner {
  -webkit-box-align: start;
  align-items: flex-start;
}

.GlovalNavBlock .GlovalNavList .GlovalNavList__item.bnr {
  padding-top: 4rem;
  /* margin-top: 3rem; */
}

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


SNS 周り


=================================*/
.sec-sns {
  position: relative;
  background: #ffffff;
  padding-bottom: 20px;
  z-index: 10;
  overflow: hidden;
}
.sec-sns span.line {
  position: relative;
  top: -2.3vw;
  display: block;
  width: 2px;
  height: 110px;
  background: #f19696;
  margin: 0 auto;
}
.sec-sns .ttl-box {
  margin-top: -36px;
}
.sec-sns .ttl-box h2 {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #000;
  font: 38px "Roboto Condensed", "Noto Sans", sans-serif !important;
  letter-spacing: 0.01em;
  margin-top: 25px;
  font-weight: 400;
}
.sec-sns .ttl-box p {
  margin-top: 2px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000;
}
.sec-sns .sns-box {
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
.sec-sns .sns-box li {
  width: 50px;
}
.sec-sns .sns-box li:nth-child(n+2) {
  margin-left: 82px;
}
.sec-sns .sns-box li a {
  display: block;
  width: 100%;
}
.sec-sns .sns-box li a img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .sec-sns {
    padding-bottom: 50px;
  }
  .sec-sns span.line {
    height: 75px;
    width: 1px;
  }
  .sec-sns .ttl-box {
    margin-top: -10px;
  }
  .sec-sns .ttl-box h2 {
    font-size: 24px;
    margin-top: 19px;
  }
  .sec-sns .ttl-box p {
    font-size: 12px;
    margin-top: 0;
  }
  .sec-sns .sns-box {
    margin-top: 35px;
  }
  .sec-sns .sns-box li {
    width: 35px;
  }
  .sec-sns .sns-box li:nth-child(n+2) {
    margin-left: 45px;
  }
}
@media (min-width: 769px) {
  .sec-sns .sns-box li a {
    transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .sec-sns .sns-box li a:hover {
    opacity: 0.5;
  }
  .sec-sns .sns-box li a:hover img {
    opacity: 1;
  }
}

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


ぱんくず


=================================*/
.bread_crumb {
  margin: 0 auto -20px;
  padding: 0 40px;
  max-width: 1100px;
}
.bread_crumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 11.24px;
  row-gap: 2px;
}
.bread_crumb ul li {
  position: relative;
  font-size: 1rem;
}
.bread_crumb ul li a {
  color: #e48091;
}
.bread_crumb ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background: url("../img/common/arrow_bread_crumb.svg") center/contain no-repeat;
}

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


header & kv


=================================*/
.LogoArea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  background: #000;
  z-index: 30;
}
.LogoArea__logo {
  width: 95px;
  margin-right: 20px;
}

.menu-trigger span,
.menu-trigger.active span {
  background: #ffffff;
}

.menu-trigger {
  top: 10px;
}

.mute-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#muteToggle {
  font-family: "Roboto Condensed", sans-serif;
  background: none;
  border: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#muteIcon {
  width: 17px;
  margin-left: 8px;
}

.kv-area {
  padding-top: 60px;
  line-height: 0;
  margin: 0;
}
.kv-area div {
  text-align: center;
}
.kv-area video {
  width: 100%;
  max-height: calc(100vh - 60px);
  line-height: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .LogoArea__logo {
    width: 85px;
    margin-right: 10px;
  }
}
/* ==============================


  movie


  =================================*/
.container,
.youtube-btn {
  position: relative;
  cursor: pointer;
  width: fit-content;
}
.container:hover,
.youtube-btn:hover {
  opacity: 0.6;
}

.container::after,
.youtube-btn::after {
  position: absolute;
  content: url("../img/common/icon-movie_pc.svg");
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .container::after,
  .youtube-btn::after {
    content: url("../img/common/icon-movie_sp.svg");
  }
}
/* ==============================


btn


=================================*/
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 4px;
}
.btn p {
  font-size: 16px;
}
.btn .arrow {
  right: 20px;
}
.btn .arrow span {
  border: 1px solid #000;
}
.btn .arrow span::after {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media (max-width: 767px) {
  .btn {
    height: 68px;
    border-radius: 2px;
  }
  .btn p {
    font-size: 13px;
  }
}

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


pasokara&online shop


=================================*/
.pasokara__cta-btn {
  width: 85%;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pasokara__cta-btn {
    width: 90%;
  }
}
.pasokara__cta-btn .pasokara-ctr {
  margin-bottom: 40px;
}

.pasokara-ctr {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.pasokara-ctr-box {
  width: 48%;
  text-align: center;
}
.pasokara-ctr-box a {
  display: inline-block;
  margin-bottom: 25px;
}
.pasokara-ctr-box-p01 {
  font-size: 14px;
  margin-bottom: 0.5em;
  color: #654136;
}
.pasokara-ctr-box-p02 {
  font-size: 12px;
  color: #654136;
}

.ttl-solid {
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 400;
  margin-bottom: 25px;
  padding-left: calc(4vw + 15px);
  font-size: 14px;
  color: #654136;
}
.ttl-solid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4vw;
  height: 1px;
  background: #654136;
}

.cta-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.cta-btn a {
  display: flex;
  align-items: center;
  width: 32%;
  padding: 20px 0;
  background: #ffffff;
  border-radius: 4px;
}
.cta-btn img {
  width: 75%;
  max-width: 186px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pasokara__cta-btn {
    max-width: 400px;
  }
  .pasokara__cta-btn .cta-btn {
    width: 100%;
  }
  .pasokara-ctr {
    flex-direction: column;
    align-items: center;
  }
  .pasokara-ctr-box {
    width: 100%;
    max-width: 400px;
    /* &:last-child {
        margin-top: 30px;
    } */
  }
  .pasokara-ctr-box a {
    margin-bottom: 15px;
  }
  .pasokara-ctr-box-p01 {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .pasokara-ctr-box-p02 {
    font-size: 11px;
  }
  .ttl-solid {
    margin-bottom: 15px;
    padding-left: calc(10vw + 15px);
  }
  .ttl-solid::before {
    width: 10vw;
  }
  .cta-btn {
    flex-direction: column;
    width: 90%;
    max-width: 400px;
  }
  .cta-btn a {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 10px;
  }
  .cta-btn a:last-child {
    margin-bottom: 0;
  }
  .cta-btn img {
    width: 33.33vw;
    max-width: 160px;
  }
}
/* ==============================


  movie modal


  =================================*/
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
}
.modal iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.close {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 100000000;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
}
.close:hover {
  color: #ccc;
}

#videoContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 80%;
  aspect-ratio: 9/16;
  display: inline-block;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #videoContainer {
    width: 78%;
    height: auto;
    max-height: 80vh;
  }
}

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


矢印


=================================*/
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.arrow span {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #654136;
  border-radius: 50%;
}
.arrow span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
  border-top: 1px solid #654136;
  border-left: 1px solid #654136;
  transform: rotate(135deg);
}
.arrow.wh span {
  border-color: #ffffff;
}
.arrow.wh span::after {
  border-color: #ffffff;
}
.arrow.bott span::after {
  top: calc(50% - 5px);
  left: calc(50% - 3.2px);
  transform: rotate(225deg);
}

.anchor .arrow {
  left: 5%;
}

@media (max-width: 767px) {
  .arrow span {
    width: 20px;
    height: 20px;
  }
  .arrow span::after {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    left: calc(50% - 3px);
  }
  .arrow.bott span::after {
    top: calc(50% - 3px);
    left: calc(50% - 2px);
    width: 3px;
    height: 3px;
  }
  .anchor .arrow span {
    width: 15px;
    height: 15px;
  }
}
/* =============================
base
============================= */
body main {
  background-color: #FFE3D8;
}

#anchor01-a,
#anchor01-b,
#anchor02-a,
#anchor02-b,
#anchor02-c,
#anchor02-d,
#how-to-makeup,
#nenmaku-fake-rouge2,
#new-products {
  padding-top: 80px;
  margin-top: -80px;
}

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


anchor


=================================*/
.anchor {
  width: 100%;
  display: flex;
  align-items: center;
  height: 110px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .anchor {
    height: 70px;
  }
}
.anchor a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 50%;
  text-align: center;
  position: relative;
}
.anchor a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  opacity: 0.2;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .anchor a::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.anchor a p {
  color: #654136;
  font-family: "Cormorant Garamond", serif !important;
  line-height: 1;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .anchor a p {
    font-size: clamp(0px, 2.6666666667vw, 10px);
  }
}
.anchor a p:nth-of-type(2) {
  font-size: 30px;
  margin: 4px 0;
}
@media screen and (max-width: 767px) {
  .anchor a p:nth-of-type(2) {
    margin: clamp(0px, 1.0666666667vw, 4px) 0;
    font-size: clamp(0px, 4.8vw, 18px) !important;
  }
}
.anchor a:nth-of-type(1) {
  background: #F3B7A3;
  background: linear-gradient(113deg, rgb(243, 183, 163) 18%, rgb(255, 209, 185) 98%);
}
.anchor a:nth-of-type(2) {
  position: relative;
  background: #F3B7A3;
  background: linear-gradient(90deg, rgb(243, 183, 163) 0%, rgb(255, 209, 185) 100%);
}
.anchor a:nth-of-type(2) p {
  font-family: "Shippori Mincho B1", serif !important;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .anchor a:nth-of-type(2) p {
    font-size: clamp(0px, 3.4666666667vw, 13px) !important;
  }
}
.anchor a:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 64px;
  height: 102px;
  background: url(../img/anchor__prd.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .anchor a:nth-of-type(2)::after {
    right: 2%;
    width: clamp(0px, 8.5333333333vw, 32px);
    height: clamp(0px, 13.6vw, 51px);
  }
}

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


sec01


=================================*/
.sec01 {
  position: relative;
  padding-top: 70px;
  margin-bottom: 140px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-top: clamp(0px, 10.6666666667vw, 40px);
    margin-bottom: clamp(0px, 16vw, 60px);
  }
}
.sec01 .sec01__ctr {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  gap: clamp(0px, 7.8125vw, 100px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr {
    flex-direction: column;
    gap: 0;
    margin-bottom: clamp(0px, 5.3333333333vw, 20px);
  }
}
.sec01 .sec01__ctr .sec01__ctr-img {
  position: relative;
  max-width: clamp(0px, 33.59375vw, 430px);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr .sec01__ctr-img {
    margin-bottom: clamp(0px, 16vw, 60px);
    max-width: 90%;
  }
}
.sec01 .sec01__ctr .sec01__ctr-img::before, .sec01 .sec01__ctr .sec01__ctr-img::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(0px, 3.125vw, 40px);
  left: clamp(0px, 3.90625vw, 50px);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr .sec01__ctr-img::before, .sec01 .sec01__ctr .sec01__ctr-img::after {
    top: clamp(0px, 8vw, 30px);
    left: clamp(0px, 9.3333333333vw, 35px);
  }
}
.sec01 .sec01__ctr .sec01__ctr-img::after {
  top: clamp(-40px, -3.125vw, 0px);
  left: clamp(-50px, -3.90625vw, 0px);
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr .sec01__ctr-img::after {
    top: clamp(-30px, -8vw, 0px);
    left: clamp(-35px, -9.3333333333vw, 0px);
  }
}
.sec01 .sec01__ctr .sec01__ctr-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr .sec01__ctr-txt {
    display: contents;
  }
}
.sec01 .sec01__ctr .sec01__ctr-txt h2 {
  font-family: "Cormorant Garamond", serif !important;
  color: #B24727;
  font-size: clamp(0px, 3.125vw, 40px);
  line-height: 1.2;
  margin-bottom: clamp(0px, 0.390625vw, 5px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr .sec01__ctr-txt h2 {
    letter-spacing: normal;
    font-size: clamp(0px, 7.4666666667vw, 28px);
    order: -1;
    margin-bottom: clamp(0px, 1.3333333333vw, 5px);
  }
}
.sec01 .sec01__ctr .sec01__ctr-txt p {
  font-family: "Shippori Mincho B1", serif !important;
  color: #654136;
  line-height: 1.6;
}
.sec01 .sec01__ctr .sec01__ctr-txt p:nth-of-type(1) {
  color: #B24727;
  font-family: "Roboto Condensed", "Noto Sans", sans-serif !important;
  font-size: clamp(0px, 1.5625vw, 20px);
  font-weight: 400;
  margin-bottom: clamp(0px, 0.390625vw, 5px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr .sec01__ctr-txt p:nth-of-type(1) {
    font-size: clamp(0px, 4.2666666667vw, 16px);
    order: -1;
    margin-bottom: clamp(0px, 1.3333333333vw, 5px);
  }
}
.sec01 .sec01__ctr .sec01__ctr-txt p:nth-of-type(2) {
  color: #B24727;
  font-size: clamp(0px, 1.25vw, 16px);
  margin-bottom: clamp(0px, 3.515625vw, 45px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr .sec01__ctr-txt p:nth-of-type(2) {
    font-size: clamp(0px, 2.9333333333vw, 11px);
    order: -1;
    margin-bottom: clamp(0px, 16vw, 60px);
  }
}
.sec01 .sec01__ctr .sec01__ctr-txt p:nth-of-type(3) {
  font-size: clamp(0px, 1.875vw, 24px);
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr .sec01__ctr-txt p:nth-of-type(3) {
    font-size: clamp(0px, 5.0666666667vw, 19px);
    margin-bottom: clamp(0px, 8vw, 30px);
  }
}
.sec01 .sec01__ctr .sec01__ctr-txt p:nth-of-type(4) {
  font-size: clamp(0px, 2.1875vw, 28px);
  text-decoration: underline 1px;
  text-underline-offset: clamp(0px, 1.5625vw, 20px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__ctr .sec01__ctr-txt p:nth-of-type(4) {
    font-size: clamp(0px, 6.1333333333vw, 23px);
    text-underline-offset: clamp(0px, 2.6666666667vw, 10px);
  }
}
.sec01 .sec01__p-kome {
  width: 100%;
  text-align: right;
  color: #5C5C5C;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: clamp(0px, 3.125vw, 40px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__p-kome {
    text-align: center;
    margin-bottom: clamp(0px, 8vw, 30px);
  }
}
.sec01 .sec01__p-catch {
  color: #B24727;
  font-size: clamp(10px, 1.40625vw, 18px);
  font-family: "Shippori Mincho B1", serif !important;
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.5) 0%);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__p-catch {
    letter-spacing: normal;
    line-height: 2.2;
    font-size: clamp(10px, 4.2666666667vw, 16px);
  }
}

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


sec02


=================================*/
.sec02 {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: clamp(0px, 26.6666666667vw, 100px);
  }
}
.sec02 .l-h3 {
  margin-bottom: 0;
}
.sec02 .l-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02 .l-inner {
    width: 100%;
  }
}
.sec02 .l-inner::before, .sec02 .l-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100%;
  background-color: #FCEFEA;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec02 .l-inner::before, .sec02 .l-inner::after {
    left: inherit;
    right: -1%;
    top: 25px;
    width: 95%;
    height: 100%;
  }
}
.sec02 .l-inner::after {
  width: 112%;
  height: 105%;
  left: -6%;
  top: -8%;
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .sec02 .l-inner::after {
    width: 95%;
    top: -2%;
    left: -1%;
    height: 100%;
  }
}

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


スライダー


=================================*/
/* slider  base ///////////////////////////////////////////////////////////////////// */
.slider01 {
  padding-bottom: clamp(0px, 19.53125vw, 250px);
}
@media screen and (max-width: 767px) {
  .slider01 {
    padding-bottom: clamp(0px, 90.6666666667vw, 340px);
  }
}

/* --- ドットインジゲーター 01 -------------------------------- */
.slider01 > .swiper-wrapper {
  margin-bottom: clamp(0px, 3.125vw, 40px);
}
.slider01 > p {
  font-size: clamp(0px, 1.5625vw, 20px);
  text-align: center;
  color: #B24727;
  font-family: "Shippori Mincho B1", serif !important;
}
@media screen and (max-width: 767px) {
  .slider01 > p {
    font-size: 14px;
  }
}
.slider01 > .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 4.296875vw, 55px);
  bottom: clamp(0px, 3.125vw, 40px);
}
@media screen and (max-width: 767px) {
  .slider01 > .swiper-pagination {
    flex-wrap: wrap;
    gap: clamp(0px, 16vw, 60px) clamp(0px, 4vw, 15px);
    bottom: clamp(0px, 10.6666666667vw, 40px);
  }
}
.slider01 > .swiper-pagination .swiper-pagination-bullet {
  background: none;
  width: auto;
  height: auto;
  opacity: 1;
}
.slider01 > .swiper-pagination .swiper-pagination-bullet img {
  margin-bottom: 10px;
  width: clamp(0px, 7.03125vw, 90px);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .slider01 > .swiper-pagination .swiper-pagination-bullet img {
    width: clamp(0px, 17.3333333333vw, 65px);
  }
}
.slider01 > .swiper-pagination .swiper-pagination-bullet p {
  font-size: clamp(0px, 1.09375vw, 14px);
  color: #B24727;
  font-family: "Shippori Mincho B1", serif !important;
}
@media screen and (max-width: 767px) {
  .slider01 > .swiper-pagination .swiper-pagination-bullet p {
    font-size: clamp(0px, 3.2vw, 12px);
    letter-spacing: normal;
    line-height: 1.4;
  }
}
.slider01 > .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.slider01 > .swiper-pagination .swiper-pagination-bullet-active::before {
  z-index: -1;
  content: "";
  filter: blur(16px);
  display: inline-block;
  position: absolute;
  top: clamp(-40px, -3.125vw, 0px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: clamp(0px, 13.28125vw, 170px);
  height: clamp(0px, 13.28125vw, 170px);
  border-radius: 50%;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .slider01 > .swiper-pagination .swiper-pagination-bullet-active::before {
    top: 0px;
    width: clamp(0px, 32vw, 120px);
    height: clamp(0px, 32vw, 120px);
  }
}
.slider01 > .swiper-pagination .swiper-pagination-bullet-active img {
  margin-bottom: 20px;
  transform: scale(1.3);
}
.slider01 > .swiper-pagination > span:nth-of-type(3) {
  position: relative;
}
.slider01 > .swiper-pagination > span:nth-of-type(3)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: clamp(-30px, -2.34375vw, 0px);
  width: clamp(0px, 9.375vw, 120px);
  height: clamp(0px, 1.875vw, 24px);
  background: url(../img/sec02-slide__select-tag.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .slider01 > .swiper-pagination > span:nth-of-type(3)::after {
    bottom: clamp(-40px, -10.6666666667vw, 0px);
    width: clamp(0px, 16vw, 60px);
    height: clamp(0px, 9.3333333333vw, 35px);
    background: url(../img/sec02-slide__select-tag_sp.webp) no-repeat center center/contain;
  }
}

.child-pagination {
  margin-top: 10px;
  text-align: center;
}

.child-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}

.child-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* --- 矢印 -------------------------------- */
.swiper-button-next,
.swiper-button-prev {
  color: #B24727;
  top: var(--swiper-navigation-top-offset, calc(50% - clamp(0px, 9.765625vw, 125px))) !important;
  /* slider 01 の padding-bottomの半分より上へ */
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, calc(50% - clamp(0px, 66.6666666667vw, 250px))) !important;
  }
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 30px;
  height: 30px;
}

.swiper-button-next {
  right: clamp(0px, 5.46875vw, 70px) !important;
}

.swiper-button-prev {
  left: clamp(0px, 5.46875vw, 70px) !important;
}

/* slider 01 追加  ///////////////////////////////////////////////////////////////////// */
.sec02-ctr__box {
  padding-top: clamp(0px, 6.25vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, 3.125vw, 40px);
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box {
    padding-top: clamp(0px, 18.6666666667vw, 70px);
    align-items: flex-start;
    flex-wrap: wrap;
    gap: clamp(0px, 8vw, 30px);
  }
}

.sec02-ctr__box-prd {
  display: flex;
  align-items: center;
  gap: clamp(0px, 2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box-prd {
    display: contents;
  }
}
.sec02-ctr__box-prd > div:nth-of-type(1) {
  width: clamp(0px, 12.8125vw, 164px);
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box-prd > div:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  .sec02-ctr__box-prd > div:nth-of-type(1) img {
    width: clamp(0px, 34.6666666667vw, 130px);
  }
}
.sec02-ctr__box-prd > div:nth-of-type(2) p {
  color: #B93C29;
  font-family: "Shippori Mincho B1", serif !important;
  font-size: clamp(0px, 1.875vw, 24px);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box-prd > div:nth-of-type(2) p {
    margin-bottom: clamp(0px, 1.3333333333vw, 5px);
    line-height: 1.4;
    font-size: clamp(0px, 4.8vw, 18px);
  }
}
.sec02-ctr__box-prd > div:nth-of-type(2) p:nth-of-type(2) {
  font-size: clamp(0px, 1.40625vw, 18px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box-prd > div:nth-of-type(2) p:nth-of-type(2) {
    font-size: clamp(0px, 3.4666666667vw, 13px);
    margin-bottom: clamp(0px, 4vw, 15px);
  }
}
.sec02-ctr__box-prd > div:nth-of-type(2) ul {
  display: flex;
  gap: clamp(0px, 0.78125vw, 10px);
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box-prd > div:nth-of-type(2) ul {
    gap: clamp(0px, 1.3333333333vw, 5px);
  }
}
.sec02-ctr__box-prd > div:nth-of-type(2) ul li {
  width: clamp(0px, 8.59375vw, 110px);
  height: clamp(0px, 2.34375vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0px, 1.40625vw, 18px);
  font-family: "Cormorant Garamond", serif !important;
  background-color: #ffffff;
  border-radius: 100px;
  color: #000;
  font-style: italic;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box-prd > div:nth-of-type(2) ul li {
    width: clamp(0px, 18.6666666667vw, 70px);
    height: clamp(0px, 6.4vw, 24px);
    font-size: clamp(0px, 3.7333333333vw, 14px);
  }
}
.sec02-ctr__box-prd > div:nth-of-type(2) ul li.spring {
  color: #E36FA1;
}
.sec02-ctr__box-prd > div:nth-of-type(2) ul li.summer {
  color: #5AB3FF;
}
.sec02-ctr__box-prd > div:nth-of-type(2) ul li.autumn {
  color: #B24727;
}
.sec02-ctr__box-prd > div:nth-of-type(2) ul li.winter {
  color: #827075;
}
.sec02-ctr__box-prd > div.tag {
  position: relative;
}
.sec02-ctr__box-prd > div.tag::before {
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-70px, -5.46875vw, 0px);
  left: clamp(-60px, -4.6875vw, 0px);
  width: clamp(0px, 8.203125vw, 105px);
  height: clamp(0px, 7.421875vw, 95px);
  background: url(../img/sec02-slide__tag.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box-prd > div.tag::before {
    top: clamp(-60px, -16vw, 0px);
    left: clamp(0px, 20vw, 75px);
    width: clamp(0px, 24vw, 90px);
    height: clamp(0px, 21.6vw, 81px);
  }
}

.sec02-ctr__box-img .slider02 {
  padding-bottom: clamp(0px, 3.125vw, 40px);
  width: clamp(0px, 14.0625vw, 180px);
  margin-bottom: clamp(0px, 0.78125vw, 10px);
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box-img .slider02 {
    padding-bottom: clamp(0px, 13.3333333333vw, 50px);
    width: clamp(0px, 34.6666666667vw, 130px);
    margin-bottom: clamp(0px, 2.6666666667vw, 10px);
  }
}
.sec02-ctr__box-img p {
  z-index: 10;
  position: absolute;
  bottom: clamp(0px, 1.5625vw, 20px);
  left: 0;
  font-size: clamp(0px, 0.78125vw, 10px);
  color: #654136;
}
@media screen and (max-width: 767px) {
  .sec02-ctr__box-img p {
    bottom: clamp(0px, 8vw, 30px);
    font-size: clamp(0px, 2.6666666667vw, 10px);
  }
}

/* --- ドットインジゲーター 02 -------------------------------- */
.slider02-pagination {
  bottom: 0px !important;
}

.slider02-pagination .swiper-pagination-bullet {
  width: clamp(0px, 0.78125vw, 10px);
  height: clamp(0px, 0.78125vw, 10px);
  background: #B24727;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .slider02-pagination .swiper-pagination-bullet {
    margin: 0 clamp(0px, 2.6666666667vw, 10px) !important;
    width: clamp(0px, 2.6666666667vw, 10px);
    height: clamp(0px, 2.6666666667vw, 10px);
  }
}

.slider02-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

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


sec03


=================================*/
.sec03 {
  position: relative;
  z-index: 2;
  opacity: 0.8;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: clamp(0px, 13.3333333333vw, 50px);
  }
}
.sec03 .l-h3 h3 {
  z-index: 10;
  position: relative;
}
.sec03 .l-h3 h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-120px, -9.375vw, 0px);
  left: clamp(-50px, -3.90625vw, 0px);
  width: clamp(0px, 10.703125vw, 137px);
  height: clamp(0px, 10.78125vw, 138px);
  background: url(../img/sec03__chara-01.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec03 .l-h3 h3::before {
    top: clamp(-65px, -17.3333333333vw, 0px);
    left: clamp(-5px, -1.3333333333vw, 0px);
    width: clamp(0px, 18.1333333333vw, 68px);
    height: clamp(0px, 18.4vw, 69px);
  }
}

.sec03__point {
  margin-bottom: 20px;
}
.sec03__point ul {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 0.78125vw, 10px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec03__point ul {
    flex-wrap: wrap;
    gap: 0;
  }
}
.sec03__point ul li {
  max-width: 303px;
}
@media screen and (max-width: 767px) {
  .sec03__point ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sec03__point ul li:nth-of-type(3) {
    margin-top: clamp(-40px, -10.6666666667vw, 0px);
  }
}
.sec03__point > p {
  text-align: center;
  font-size: 10px;
  color: #5C5C5C;
  font-family: "Noto Sans JP", sans-serif !important;
}
.sec03__point > p sup {
  position: relative;
  top: 3px;
}

.sec03__diagram {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 3.125vw, 40px);
  height: clamp(0px, 39.0625vw, 500px);
  min-height: 380px;
}
@media screen and (max-width: 767px) {
  .sec03__diagram {
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 16vw, 60px);
    height: inherit;
    min-height: inherit;
  }
}
.sec03__diagram .sec03__diagram-img {
  width: clamp(0px, 42.1875vw, 540px);
  background-color: #ffffff;
  padding: clamp(0px, 1.5625vw, 20px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03__diagram .sec03__diagram-img {
    width: 90%;
    margin: 0 auto;
    padding: clamp(0px, 4.8vw, 18px);
    gap: clamp(0px, 5.3333333333vw, 20px);
  }
}
.sec03__diagram .sec03__diagram-img-txt {
  width: clamp(0px, 39.0625vw, 500px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(0px, 2.34375vw, 30px);
  background-color: #FFF3ED;
  padding: clamp(0px, 1.5625vw, 20px) 0;
  gap: clamp(0px, 1.171875vw, 15px);
}
@media screen and (max-width: 767px) {
  .sec03__diagram .sec03__diagram-img-txt {
    flex-direction: column;
    width: 100%;
    padding: clamp(0px, 5.3333333333vw, 20px) 0 clamp(0px, 4vw, 15px);
    gap: clamp(0px, 4vw, 15px);
    margin-bottom: 0;
  }
}
.sec03__diagram .sec03__diagram-img-txt > div {
  width: clamp(0px, 10.3125vw, 132px);
}
@media screen and (max-width: 767px) {
  .sec03__diagram .sec03__diagram-img-txt > div {
    width: clamp(0px, 33.3333333333vw, 125px);
  }
}
.sec03__diagram .sec03__diagram-img-txt > ul {
  width: clamp(0px, 24.609375vw, 315px);
}
@media screen and (max-width: 767px) {
  .sec03__diagram .sec03__diagram-img-txt > ul {
    width: 90%;
    margin: 0 auto;
  }
}
.sec03__diagram .sec03__diagram-img-txt > ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  color: #654136;
  font-size: clamp(0px, 1.09375vw, 14px);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec03__diagram .sec03__diagram-img-txt > ul li {
    font-size: clamp(0px, 3.2vw, 12px);
  }
}
.sec03__diagram .sec03__diagram-img-txt > ul li span {
  color: #654136;
  font-size: clamp(0px, 1.09375vw, 14px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec03__diagram .sec03__diagram-img-txt > ul li span {
    font-size: clamp(0px, 3.2vw, 12px);
  }
}
.sec03__diagram .sec03__diagram-img-img {
  width: clamp(0px, 39.0625vw, 500px);
}
@media screen and (max-width: 767px) {
  .sec03__diagram .sec03__diagram-img-img {
    width: 100%;
  }
}
.sec03__diagram .sec03__diagram-gif {
  position: relative;
}
.sec03__diagram .sec03__diagram-gif::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-100px, -7.8125vw, 0px);
  right: clamp(-60px, -4.6875vw, 0px);
  width: clamp(0px, 9.453125vw, 121px);
  height: clamp(0px, 12.96875vw, 166px);
  background: url(../img/sec03__chara-02.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec03__diagram .sec03__diagram-gif::before {
    top: clamp(-55px, -14.6666666667vw, 0px);
    right: clamp(-30px, -8vw, 0px);
    width: clamp(0px, 16vw, 60px);
    height: clamp(0px, 25.3333333333vw, 95px);
  }
}
@media screen and (max-width: 767px) {
  .sec03__diagram .sec03__diagram-gif {
    width: clamp(0px, 53.3333333333vw, 200px);
  }
}
.sec03__diagram .sec03__diagram-gif img {
  height: 100%;
  width: auto;
}

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


sec04


=================================*/
.sec04-06 {
  z-index: 2;
  position: relative;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .sec04-06 {
    padding-bottom: 50px;
  }
}
.sec04-06::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: calc(100% - 38px);
  background-color: #FFF4ED;
}
@media screen and (max-width: 767px) {
  .sec04-06::before {
    top: clamp(0px, 6.6666666667vw, 25px);
    height: calc(100% - clamp(0px, 6.6666666667vw, 25px));
  }
}
.sec04-06 > .l-bg.top {
  z-index: 0;
  top: 38px;
}
@media screen and (max-width: 767px) {
  .sec04-06 > .l-bg.top {
    top: clamp(0px, 6.6666666667vw, 25px);
  }
}
.sec04-06 > .l-bg.bottom {
  top: inherit;
  z-index: 0;
  bottom: 0;
}
.sec04-06 > section {
  position: relative;
  z-index: 1;
}

/* --- sec04 -------------------------------- */
.sec04 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 50px;
  }
}

.sec04__how {
  margin-bottom: 80px;
}
.sec04__how .sec04__how-txt {
  margin-bottom: 60px;
  text-align: center;
  font-size: 18px;
  font-family: "Shippori Mincho B1", serif !important;
  color: #B24727;
}
@media screen and (max-width: 767px) {
  .sec04__how .sec04__how-txt {
    font-size: clamp(10px, 3.7333333333vw, 14px);
    margin-bottom: 30px;
  }
}
.sec04__how .sec04__how-txt span {
  font-size: clamp(10px, 1.09375vw, 14px);
  font-family: "Shippori Mincho B1", serif !important;
  color: #B24727;
  display: inline-block;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec04__how .sec04__how-txt span {
    font-size: clamp(0px, 2.6666666667vw, 10px);
  }
}
.sec04__how .sec04__how-ctr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 6.25vw, 80px);
}
@media screen and (max-width: 767px) {
  .sec04__how .sec04__how-ctr {
    flex-direction: column;
    gap: 25px;
    width: 70%;
    margin: 0 auto;
  }
}
.sec04__how .sec04__how-ctr .sec04__how-ctr-img {
  position: relative;
  width: clamp(0px, 25.78125vw, 330px);
}
@media screen and (max-width: 767px) {
  .sec04__how .sec04__how-ctr .sec04__how-ctr-img {
    width: 100%;
  }
}
.sec04__how .sec04__how-ctr .sec04__how-ctr-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: clamp(-30px, -2.34375vw, 0px);
  left: clamp(-130px, -10.15625vw, 0px);
  width: clamp(0px, 8.984375vw, 115px);
  height: clamp(0px, 12.5vw, 160px);
  background: url(../img/sec04__chara-02.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec04__how .sec04__how-ctr .sec04__how-ctr-img::before {
    bottom: 0px;
    left: clamp(-63px, -16.8vw, 0px);
    width: clamp(0px, 16.2666666667vw, 61px);
    height: clamp(0px, 21.8666666667vw, 82px);
  }
}
.sec04__how .sec04__how-ctr .sec04__how-ctr-movie {
  position: relative;
  width: clamp(0px, 28.125vw, 360px);
}
@media screen and (max-width: 767px) {
  .sec04__how .sec04__how-ctr .sec04__how-ctr-movie {
    width: 100%;
  }
}
.sec04__how .sec04__how-ctr .sec04__how-ctr-movie::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-30px, -2.34375vw, 0px);
  right: clamp(-130px, -10.15625vw, 0px);
  width: clamp(0px, 8.046875vw, 103px);
  height: clamp(0px, 10.3125vw, 132px);
  background: url(../img/sec04__chara-01.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec04__how .sec04__how-ctr .sec04__how-ctr-movie::before {
    top: 0px;
    right: clamp(-60px, -16vw, 0px);
    width: clamp(0px, 15.2vw, 57px);
    height: clamp(0px, 18.9333333333vw, 71px);
  }
}
.sec04__how .sec04__how-ctr .sec04__how-ctr-movie p {
  margin-top: 10px;
  text-align: center;
  color: #B24727;
  font-weight: 300;
  font-size: 14px;
  font-family: "Roboto Condensed", "Noto Sans", sans-serif !important;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .sec04__how .sec04__how-ctr .sec04__how-ctr-movie p {
    font-size: 12px;
  }
}

.sec04__pasokara {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 7.03125vw, 90px);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec04__pasokara {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.sec04__pasokara > div {
  max-width: 460px;
}

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


sec05


=================================*/
.sec05 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: clamp(0px, 13.3333333333vw, 50px);
  }
}

.sec05__ctr {
  position: relative;
  margin-bottom: 80px;
  padding: clamp(0px, 5.46875vw, 70px) clamp(0px, 2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec05__ctr {
    padding: clamp(0px, 10.6666666667vw, 40px) 0;
    margin-bottom: 40px;
  }
}
.sec05__ctr::before, .sec05__ctr::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-20px, -1.5625vw, 0px);
  left: clamp(-20px, -1.5625vw, 0px);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec05__ctr::before, .sec05__ctr::after {
    width: 106%;
  }
}
@media screen and (max-width: 767px) {
  .sec05__ctr::before, .sec05__ctr::after {
    top: clamp(-12px, -3.2vw, 0px);
    left: -6%;
  }
}
.sec05__ctr::after {
  top: clamp(0px, 1.5625vw, 20px);
  left: clamp(0px, 1.5625vw, 20px);
  background-color: #F0A791;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .sec05__ctr::after {
    top: clamp(0px, 3.2vw, 12px);
    left: 0;
  }
}
.sec05__ctr .l-h3 h3 {
  font-size: 24px;
  font-family: "Shippori Mincho B1", serif !important;
}
@media screen and (max-width: 767px) {
  .sec05__ctr .l-h3 h3 {
    font-size: 20px;
  }
}
.sec05__ctr ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec05__ctr ul {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sec05__ctr ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__ctr ul li {
    width: 50%;
  }
}
.sec05__ctr ul li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #DE7657;
}
@media screen and (max-width: 767px) {
  .sec05__ctr ul li:not(:last-of-type)::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec05__ctr ul li:nth-of-type(even)::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #DE7657;
  }
}
@media screen and (max-width: 767px) {
  .sec05__ctr ul li:nth-last-of-type(1) {
    margin-top: clamp(0px, 8vw, 30px);
  }
}

.sec05__chart {
  max-width: 420px;
  margin: 0 auto;
}

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


sec06


=================================*/
.sec06 .l-h3 h3::after {
  background-color: #FFE7DD;
}
.sec06 .l-h3 p {
  color: #B24727;
}
.sec06 .l-btn {
  margin: 0 auto;
  font-family: "Roboto Condensed", "Noto Sans", sans-serif !important;
  font-weight: 400;
}

/* --- makeup -------------------------------- */
.makeup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(0px, 5.078125vw, 65px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .makeup {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
}

.makeup-vis {
  width: clamp(0px, 29.6875vw, 380px);
}
@media screen and (max-width: 767px) {
  .makeup-vis {
    width: 90%;
  }
}

.makeup-prd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  max-width: clamp(0px, 40vw, 512px);
}
@media screen and (max-width: 767px) {
  .makeup-prd {
    gap: 20px 0;
    max-width: inherit;
  }
}
.makeup-prd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.makeup-prd ul.column-3 {
  width: 100%;
}
.makeup-prd ul.column-1 {
  width: 30%;
}
.makeup-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(10px, 1.5625vw, 20px);
  gap: clamp(0px, 1.171875vw, 15px);
  height: 20px;
  margin-bottom: clamp(0px, 2.34375vw, 30px);
  color: #654136;
  font-family: "Roboto Condensed", "Noto Sans", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .makeup-prd ul > p {
    gap: clamp(0px, 1.3333333333vw, 5px);
    font-size: 14px;
    margin-bottom: clamp(0px, 5.3333333333vw, 20px);
  }
}
.makeup-prd ul > p::before, .makeup-prd ul > p::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  opacity: 0.3;
  background-color: #654136;
}
.makeup-prd ul li {
  position: relative;
}
.makeup-prd ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0px, 1.5625vw, 20px);
  min-height: clamp(0px, 17.578125vw, 225px);
}
@media screen and (max-width: 767px) {
  .makeup-prd ul li a {
    gap: clamp(0px, 4vw, 15px);
    min-height: clamp(0px, 48vw, 180px);
  }
}
.makeup-prd ul li a p,
.makeup-prd ul li a p span {
  text-align: center;
  font-weight: 300;
  font-size: clamp(10px, 1.25vw, 16px);
  font-family: "Roboto Condensed", "Noto Sans", sans-serif !important;
  color: #B24727;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .makeup-prd ul li a p,
  .makeup-prd ul li a p span {
    font-size: clamp(0px, 3.7333333333vw, 14px);
  }
}
.makeup-prd ul li a p span,
.makeup-prd ul li a p span span {
  font-size: clamp(10px, 1.09375vw, 14px);
}
@media screen and (max-width: 767px) {
  .makeup-prd ul li a p span,
  .makeup-prd ul li a p span span {
    font-size: clamp(0px, 3.2vw, 12px);
  }
}
.makeup-prd ul li a p.noto,
.makeup-prd ul li a p span.noto {
  font-size: clamp(10px, 1.25vw, 16px);
}
@media screen and (max-width: 767px) {
  .makeup-prd ul li a p.noto,
  .makeup-prd ul li a p span.noto {
    font-size: clamp(0px, 3.7333333333vw, 14px);
    font-weight: 100;
  }
}
.makeup-prd ul li.new::before, .makeup-prd ul li.limited::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-10px, -0.78125vw, 0px);
  left: clamp(-10px, -0.78125vw, 0px);
  width: clamp(0px, 3.828125vw, 49px);
  height: clamp(0px, 1.40625vw, 18px);
  background: url(../img/sec06__prd-new.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .makeup-prd ul li.new::before, .makeup-prd ul li.limited::before {
    top: clamp(-10px, -2.6666666667vw, 0px);
    left: clamp(-5px, -1.3333333333vw, 0px);
    width: clamp(0px, 9.8666666667vw, 37px);
    height: clamp(0px, 3.4666666667vw, 13px);
  }
}
.makeup-prd ul li.new.prd-03::before, .makeup-prd ul li.limited.prd-03::before {
  left: clamp(-30px, -2.34375vw, 0px);
}
.makeup-prd ul li.limited::before {
  width: clamp(0px, 4.921875vw, 63px);
  height: clamp(0px, 1.484375vw, 19px);
  background: url(../img/sec06__prd-limted.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .makeup-prd ul li.limited::before {
    top: 0px;
    left: clamp(0px, 4vw, 15px);
    width: clamp(0px, 14.6666666667vw, 55px);
    height: clamp(0px, 4.2666666667vw, 16px);
  }
}

.prd-01 img {
  width: clamp(0px, 3.125vw, 40px);
}
@media screen and (max-width: 767px) {
  .prd-01 img {
    width: clamp(0px, 7.2vw, 27px);
  }
}

.prd-02 img {
  width: clamp(0px, 7.03125vw, 90px);
}
@media screen and (max-width: 767px) {
  .prd-02 img {
    width: clamp(0px, 16vw, 60px);
  }
}

.prd-03 img {
  width: clamp(0px, 2.1875vw, 28px);
}
@media screen and (max-width: 767px) {
  .prd-03 img {
    width: clamp(0px, 4.5333333333vw, 17px);
  }
}

.prd-04 img {
  width: clamp(0px, 5.078125vw, 65px);
}
@media screen and (max-width: 767px) {
  .prd-04 img {
    width: clamp(0px, 10.9333333333vw, 41px);
  }
}

.prd-05 img {
  width: clamp(0px, 7.03125vw, 90px);
}
@media screen and (max-width: 767px) {
  .prd-05 img {
    width: clamp(0px, 16vw, 60px);
  }
}

.prd-06 img {
  width: clamp(0px, 7.03125vw, 90px);
}
@media screen and (max-width: 767px) {
  .prd-06 img {
    width: clamp(0px, 16vw, 60px);
  }
}

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


sec07


=================================*/
.sec07 {
  padding: 100px 0;
  background: url(../img/bg__sec07.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: 50px 0;
    background: url(../img/bg__sec07_sp.webp) no-repeat center center/cover;
  }
}

.sec07__ctr {
  position: relative;
  width: 100%;
  padding: 70px 0 60px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec07__ctr {
    padding: 50px 0 60px;
    margin-bottom: 40px;
  }
}
.sec07__ctr::before, .sec07__ctr::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-60px, -4.6875vw, 0px);
  left: clamp(0px, 7.8125vw, 100px);
  width: clamp(0px, 16.953125vw, 217px);
  height: clamp(0px, 13.59375vw, 174px);
  background: url(../img/sec07__chara-01.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec07__ctr::before, .sec07__ctr::after {
    top: clamp(-40px, -10.6666666667vw, 0px);
    left: clamp(0px, 5.3333333333vw, 20px);
    width: clamp(0px, 28.8vw, 108px);
    height: clamp(0px, 23.2vw, 87px);
  }
}
.sec07__ctr::after {
  top: inherit;
  left: inherit;
  bottom: clamp(-20px, -1.5625vw, 0px);
  right: clamp(0px, 0.390625vw, 5px);
  width: clamp(0px, 18.75vw, 240px);
  height: clamp(0px, 14.296875vw, 183px);
  background: url(../img/sec07__chara-02.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec07__ctr::after {
    bottom: clamp(-25px, -6.6666666667vw, 0px);
    right: clamp(0px, 1.3333333333vw, 5px);
    width: clamp(0px, 32.2666666667vw, 121px);
    height: clamp(0px, 25.0666666667vw, 94px);
  }
}
.sec07__ctr > p {
  color: #654136;
  line-height: 2;
}
.sec07__ctr hr {
  border: none;
  border-bottom: 1px solid #654136;
  max-width: 730px;
  width: 90%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec07__ctr hr {
    margin-bottom: clamp(0px, 6.6666666667vw, 25px);
  }
}

.sec07__ctr-txt-ttl {
  font-size: clamp(10px, 1.25vw, 16px);
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec07__ctr-txt-ttl {
    font-size: clamp(0px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 6.6666666667vw, 25px);
  }
}
.sec07__ctr-txt-ttl.ttl-maraker {
  margin-bottom: 0;
}

.sec07__ctr-txt-p {
  font-size: clamp(10px, 1.09375vw, 14px);
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec07__ctr-txt-p {
    font-size: clamp(0px, 3.2vw, 12px);
  }
}

.sec07__ctr-txt-marker {
  color: #654136;
  font-size: 14px;
  background: linear-gradient(transparent 55%, #FFE7DD 0%);
  display: inline;
  line-height: 2.2 !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec07__ctr-txt-marker {
    font-size: clamp(0px, 3.2vw, 12px);
    line-height: 1.8 !important;
  }
}

.sec07__ctr-day {
  background-color: #ffffff;
  max-width: 940px;
  width: 90%;
  margin: 40px auto 0;
  text-align: center;
  border-radius: 200px;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .sec07__ctr-day {
    width: 100%;
    border-radius: 0;
    padding: 17px 0;
  }
}
.sec07__ctr-day p {
  color: #B24727;
  font-weight: 400;
}
.sec07__ctr-day p:nth-of-type(1), .sec07__ctr-day p:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sec07__ctr-day p:nth-of-type(1), .sec07__ctr-day p:nth-of-type(2) {
    font-size: clamp(0px, 3.2vw, 12px);
  }
}
.sec07__ctr-day p:nth-of-type(3) {
  font-size: 18px;
  margin-bottom: 20px;
  text-decoration: underline 1px;
  text-underline-offset: 10px;
}
@media screen and (max-width: 767px) {
  .sec07__ctr-day p:nth-of-type(3) {
    font-size: clamp(0px, 3.7333333333vw, 14px);
    margin-bottom: clamp(0px, 5.3333333333vw, 20px);
    text-underline-offset: clamp(0px, 2.6666666667vw, 10px);
  }
}
.sec07__ctr-day p:nth-of-type(4) {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec07__ctr-day p:nth-of-type(4) {
    font-size: clamp(0px, 3.4666666667vw, 13px);
  }
}
.sec07__ctr-day a {
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .sec07__ctr-day a {
    margin-bottom: clamp(0px, 4vw, 15px);
    width: 90%;
  }
}
.sec07__ctr-day a::before {
  background-color: #FFFAF8 !important;
}
@media screen and (max-width: 767px) {
  .sec07__ctr-day a::before {
    display: none !important;
  }
}

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


sec08


=================================*/
.sec08 {
  background-color: #E0ADA5;
  padding: 70px 0 55px;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 30px 0;
  }
}
.sec08 .l-h3 * {
  color: #ffffff;
}
.sec08 .l-h3 h3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec08 .l-h3 h3 {
    gap: clamp(0px, 2.6666666667vw, 10px);
  }
}
.sec08 .l-h3 h3::before, .sec08 .l-h3 h3::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: #ffffff;
}

.sec08__anchor {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec08__anchor {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: clamp(0px, 2.6666666667vw, 10px) clamp(0px, 4vw, 15px);
  }
}
.sec08__anchor li {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .sec08__anchor li {
    max-width: inherit;
    width: calc(50% - clamp(0px, 2.1333333333vw, 8px));
  }
}
.sec08__anchor li:nth-of-type(1) {
  position: relative;
}
.sec08__anchor li:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: clamp(-60px, -4.6875vw, 0px);
  width: clamp(0px, 8.203125vw, 105px);
  height: clamp(0px, 10.234375vw, 131px);
  background: url(../img/sec08__chara.webp) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec08__anchor li:nth-of-type(1)::before {
    top: clamp(0px, 10.6666666667vw, 40px);
    left: clamp(-20px, -5.3333333333vw, 0px);
    width: clamp(0px, 14.1333333333vw, 53px);
    height: clamp(0px, 17.6vw, 66px);
  }
}

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


sec09


=================================*/
.sec09 {
  position: relative;
  background-color: #EFDBD8;
  padding-bottom: 100px;
  z-index: 1;
}
.sec09 .l-bg- {
  position: absolute;
  z-index: -1;
}
.sec09 .l-bg-.bg-top {
  left: 0;
  top: clamp(0px, 23.4375vw, 300px);
  width: clamp(0px, 10.625vw, 136px);
}
@media screen and (max-width: 767px) {
  .sec09 .l-bg-.bg-top {
    top: clamp(0px, 26.6666666667vw, 100px);
    width: clamp(0px, 18.1333333333vw, 68px);
  }
}
.sec09 .l-bg-.bg-middle {
  right: 0;
  top: clamp(0px, 156.25vw, 2000px);
  width: clamp(0px, 14.21875vw, 182px);
}
@media screen and (max-width: 767px) {
  .sec09 .l-bg-.bg-middle {
    top: clamp(0px, 626.6666666667vw, 2350px);
    width: clamp(0px, 21.3333333333vw, 80px);
  }
}
.sec09 .l-bg-.bg-bottom {
  bottom: 0;
  left: 0;
  width: clamp(0px, 21.25vw, 272px);
}
@media screen and (max-width: 767px) {
  .sec09 .l-bg-.bg-bottom {
    width: clamp(0px, 36.2666666667vw, 136px);
  }
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: 40px 0 50px;
  }
}

.sec09__ctr {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec09__ctr {
    flex-direction: column;
    justify-content: center;
    margin-bottom: clamp(0px, 16vw, 60px);
  }
}
.sec09__ctr .l-h3 {
  margin-bottom: clamp(0px, 5.078125vw, 65px);
}
@media screen and (max-width: 767px) {
  .sec09__ctr .l-h3 {
    margin-bottom: clamp(0px, 6.6666666667vw, 25px);
  }
}
.sec09__ctr .l-h3 * {
  color: #7E1F1B;
}
.sec09__ctr .l-h3 h3 {
  font-size: clamp(0px, 3.4375vw, 44px);
  font-family: "Instrument Serif", serif !important;
}
@media screen and (max-width: 767px) {
  .sec09__ctr .l-h3 h3 {
    font-size: clamp(0px, 8vw, 30px);
  }
}

.sec09__ctr-txt p {
  text-align: center;
  font-size: clamp(10px, 1.40625vw, 18px);
  font-family: "Shippori Mincho B1", serif !important;
  color: #C14544;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec09__ctr-txt p {
    font-size: clamp(0px, 3.4666666667vw, 13px);
    line-height: 1.6;
  }
}

.sec09__ctr-img {
  width: clamp(0px, 39.0625vw, 500px);
}
@media screen and (max-width: 767px) {
  .sec09__ctr-img {
    width: 100%;
  }
}

/* --- a -------------------------------- */
.kado-r {
  border-radius: clamp(0px, 10.15625vw, 130px);
}
@media screen and (max-width: 767px) {
  .kado-r {
    border-radius: clamp(0px, 17.3333333333vw, 65px);
  }
}

.sec09-a {
  position: relative;
  border: 2px solid #7E1F1B;
  background-color: #F8D6E5;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec09-a {
    border-width: 1px;
  }
}
.sec09-a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-70px, -5.46875vw, 0px);
  left: 0px;
  width: clamp(0px, 26.4375vw, 338.4px);
  height: clamp(0px, 22.640625vw, 289.8px);
  background: url(../img/sec09-a__kira-l.webp) no-repeat center center/contain;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec09-a::before {
    top: clamp(-60px, -16vw, 0px);
    left: 0px;
    width: clamp(0px, 50.1333333333vw, 188px);
    height: clamp(0px, 40.2666666667vw, 151px);
    background: url(../img/sec09-a__kira-l_sp.webp) no-repeat center center/contain;
  }
}
.sec09-a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(0px, 3.90625vw, 50px);
  right: clamp(0px, 1.5625vw, 20px);
  width: clamp(0px, 18.75vw, 240px);
  height: clamp(0px, 9.609375vw, 123px);
  background: url(../img/sec09-a__kira-r.webp) no-repeat center center/contain;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec09-a::after {
    top: clamp(0px, 2.6666666667vw, 10px);
    right: clamp(0px, 4vw, 15px);
    width: clamp(0px, 24vw, 90px);
    height: clamp(0px, 16.2666666667vw, 61px);
    background: url(../img/sec09-a__kira-r_sp.webp) no-repeat center center/contain;
  }
}
.sec09-a * {
  color: #000000;
}
.sec09-a .sec09-a-inner {
  border-radius: clamp(0px, 10.15625vw, 130px);
  padding: clamp(0px, 4.6875vw, 60px) 0 35px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec09-a .sec09-a-inner {
    border-radius: clamp(0px, 17.3333333333vw, 65px);
    padding: clamp(0px, 18.6666666667vw, 70px) 0 45px;
  }
}

.sec09-a__midashi {
  text-align: center;
  margin-bottom: clamp(0px, 3.125vw, 40px);
  font-size: clamp(0px, 1.875vw, 24px);
  font-family: "Shippori Mincho B1", serif !important;
}
@media screen and (max-width: 767px) {
  .sec09-a__midashi {
    margin-bottom: clamp(0px, 6.6666666667vw, 25px);
    font-size: clamp(0px, 4.2666666667vw, 16px);
    letter-spacing: normal;
  }
}

.sec09-a__ttl {
  text-align: center;
  width: clamp(0px, 54.140625vw, 693px);
  margin: 0 auto clamp(0px, 2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec09-a__ttl {
    width: 90%;
    margin-bottom: clamp(0px, 4vw, 15px);
  }
}
.sec09-a__ttl p {
  font-size: clamp(0px, 1.40625vw, 18px);
  margin-top: clamp(0px, 1.171875vw, 15px);
  font-family: "Shippori Mincho B1", serif !important;
}
@media screen and (max-width: 767px) {
  .sec09-a__ttl p {
    font-size: clamp(0px, 3.2vw, 12px);
    margin-top: clamp(0px, 4vw, 15px);
  }
}

.sec09-a__prd {
  text-align: center;
}
.sec09-a__prd ul {
  display: flex;
  justify-content: space-between;
  width: clamp(0px, 78.125vw, 1000px);
  margin: 0 auto clamp(0px, 2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec09-a__prd ul {
    width: 90%;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(0px, 8vw, 30px) clamp(0px, 6.6666666667vw, 25px);
  }
}
.sec09-a__prd ul li {
  width: clamp(0px, 16.796875vw, 215px);
}
@media screen and (max-width: 767px) {
  .sec09-a__prd ul li {
    width: clamp(0px, 32.5333333333vw, 122px);
  }
}
.sec09-a__prd p {
  font-size: 10px;
}

.sec09-a__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

/* --- b -------------------------------- */
.sec09-b {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec09-b {
    margin-bottom: 40px;
  }
}
.sec09-b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0px, 4.296875vw, 55px) clamp(0px, 4.6875vw, 60px);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec09-b ul {
    gap: clamp(0px, 5.3333333333vw, 20px);
    margin-bottom: 40px;
  }
}
.sec09-b ul li {
  width: clamp(0px, 16.796875vw, 215px);
}
@media screen and (max-width: 767px) {
  .sec09-b ul li {
    width: clamp(0px, 37.3333333333vw, 140px);
  }
}

.sec09-b__pasokara {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 6.25vw, 80px);
}
.sec09-b__pasokara::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-10px, -0.78125vw, 0px);
  right: 0;
  width: clamp(0px, 10.3125vw, 132px);
  height: clamp(0px, 10.390625vw, 133px);
  background: url(../img/sec09-b__chara.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec09-b__pasokara::before {
    top: clamp(-90px, -24vw, 0px);
    right: clamp(-5px, -1.3333333333vw, 0px);
    width: clamp(0px, 17.6vw, 66px);
    height: clamp(0px, 17.6vw, 66px);
  }
}
@media screen and (max-width: 767px) {
  .sec09-b__pasokara {
    flex-direction: column;
    gap: clamp(0px, 16vw, 60px);
  }
}
.sec09-b__pasokara img {
  width: clamp(0px, 35.9375vw, 460px);
}
@media screen and (max-width: 767px) {
  .sec09-b__pasokara img {
    width: 100%;
  }
}

/* --- c -------------------------------- */
.sec09-c {
  background-color: #ffffff;
  padding: 80px 0 90px;
  outline: 1px solid #7E1F1B;
  outline-offset: clamp(-10px, -0.78125vw, 0px);
}
@media screen and (max-width: 767px) {
  .sec09-c {
    padding: 40px 0 55px;
    outline-offset: clamp(-4px, -1.0666666667vw, 0px);
  }
}
.sec09-c .sec09-c-inner {
  width: clamp(0px, 70.3125vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09-c .sec09-c-inner {
    width: 90%;
  }
}

.sec09-c__ttl {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #7E1F1B;
  width: 100%;
  padding-bottom: clamp(0px, 2.34375vw, 30px);
  margin-bottom: clamp(0px, 4.6875vw, 60px);
}
.sec09-c__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-25px, -1.953125vw, 0px);
  right: clamp(0px, 7.03125vw, 90px);
  width: clamp(0px, 7.34375vw, 94px);
  height: clamp(0px, 11.484375vw, 147px);
  background: url(../img/sec09-c__chara.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec09-c__ttl::before {
    top: clamp(-60px, -16vw, 0px);
    right: clamp(0px, 2.6666666667vw, 10px);
    width: clamp(0px, 12.2666666667vw, 46px);
    height: clamp(0px, 15.7333333333vw, 59px);
  }
}
@media screen and (max-width: 767px) {
  .sec09-c__ttl {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.sec09-c__ttl p {
  font-size: clamp(0px, 1.875vw, 24px);
  font-family: "Shippori Mincho B1", serif !important;
  color: #7E1F1B;
}
@media screen and (max-width: 767px) {
  .sec09-c__ttl p {
    white-space: nowrap;
    font-size: clamp(0px, 4.2666666667vw, 16px);
    letter-spacing: normal;
  }
}

.sec09-c__map {
  display: flex;
  justify-content: space-between;
  gap: clamp(0px, 4.6875vw, 60px);
  margin-bottom: clamp(0px, 4.6875vw, 60px);
}
@media screen and (max-width: 767px) {
  .sec09-c__map {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}

.sec09-c__present {
  margin-bottom: 40px;
  border: 1px solid #9C5E6C;
  background: #F4D3E2;
  background: linear-gradient(309deg, rgb(244, 211, 226) 0%, rgb(244, 230, 219) 100%);
  width: clamp(0px, 70.3125vw, 900px);
  height: clamp(0px, 25.46875vw, 326px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, 3.90625vw, 50px);
}
@media screen and (max-width: 767px) {
  .sec09-c__present {
    padding: clamp(0px, 4.8vw, 18px) 0;
    width: 100%;
    height: inherit;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 0;
  }
}

.sec09-c__present-img {
  width: clamp(0px, 16.40625vw, 210px);
}
@media screen and (max-width: 767px) {
  .sec09-c__present-img {
    width: fit-content;
    display: flex;
    align-items: flex-end;
    gap: clamp(0px, 1.3333333333vw, 5px);
    margin-bottom: clamp(0px, 2.6666666667vw, 10px);
  }
}
.sec09-c__present-img p {
  margin-top: clamp(0px, 0.234375vw, 3px);
  font-size: clamp(0px, 0.625vw, 8px);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec09-c__present-img p {
    font-size: clamp(0px, 2.6666666667vw, 10px);
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec09-c__present-img img {
    padding-left: 4em;
    width: clamp(0px, 34.6666666667vw, 130px);
  }
}

.sec09-c__present-txt {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec09-c__present-txt {
    display: contents;
  }
}
.sec09-c__present-txt p {
  font-family: "Shippori Mincho B1", serif !important;
  color: #6A370B;
}
.sec09-c__present-txt p:nth-of-type(1), .sec09-c__present-txt p:nth-of-type(2) {
  display: inline-block;
  width: fit-content;
  color: #FF78BE;
  font-size: clamp(0px, 1.5625vw, 20px);
  margin-bottom: clamp(0px, 0.78125vw, 10px);
  padding: 0 clamp(0px, 0.78125vw, 10px);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec09-c__present-txt p:nth-of-type(1), .sec09-c__present-txt p:nth-of-type(2) {
    order: -1;
    font-size: clamp(0px, 3.2vw, 12px);
    margin-bottom: clamp(0px, 1.3333333333vw, 5px);
  }
}
.sec09-c__present-txt p:nth-of-type(2) {
  margin-bottom: clamp(0px, 2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec09-c__present-txt p:nth-of-type(2) {
    margin-bottom: clamp(0px, 4vw, 15px);
  }
}
.sec09-c__present-txt p:nth-of-type(3) {
  font-size: clamp(0px, 1.25vw, 16px);
  line-height: 1.8;
  margin-bottom: clamp(0px, 0.390625vw, 5px);
}
@media screen and (max-width: 767px) {
  .sec09-c__present-txt p:nth-of-type(3) {
    line-height: 1.8;
    width: 90%;
    font-size: clamp(0px, 2.6666666667vw, 10px);
    margin-bottom: clamp(0px, 1.3333333333vw, 5px);
    letter-spacing: normal;
  }
}
.sec09-c__present-txt p:nth-of-type(4) {
  font-size: clamp(0px, 0.9375vw, 12px);
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .sec09-c__present-txt p:nth-of-type(4) {
    width: 90%;
    font-size: clamp(0px, 2.6666666667vw, 10px);
  }
}

.sec09-c__bnr {
  margin: 0 auto;
  display: block;
  width: clamp(0px, 48.4375vw, 620px);
}
@media screen and (max-width: 767px) {
  .sec09-c__bnr {
    width: 100%;
  }
}

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


sec10


=================================*/
.sec10 {
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding: 80px 0;
  background: #EDEEEE;
  background: linear-gradient(-90deg, rgb(237, 238, 238) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: 40px 0 50px;
  }
}
.sec10 .l-btn {
  margin: 0 auto;
  color: #575656;
  width: 90%;
}
.sec10 .l-btn::after {
  border: 1px solid #575656;
}
.sec10 .l-btn span {
  border-color: #575656;
}
.sec10 .l-btn span::after {
  border-color: #575656;
}

.sec10__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 8.203125vw, 105px);
  margin-bottom: clamp(0px, 3.125vw, 40px);
}
@media screen and (max-width: 767px) {
  .sec10__ttl {
    flex-direction: column-reverse;
    gap: clamp(0px, 5.3333333333vw, 20px);
    margin-bottom: clamp(0px, 5.3333333333vw, 20px);
  }
}

.sec10__ttl-img {
  width: clamp(0px, 35.9375vw, 460px);
}
@media screen and (max-width: 767px) {
  .sec10__ttl-img {
    width: 90%;
  }
}

.sec10__ttl-txt {
  text-align: center;
}
.sec10__ttl-txt .l-h3 h3 {
  font-family: "Instrument Serif", serif !important;
  letter-spacing: normal;
  color: #575656 !important;
}
.sec10__ttl-txt .l-h3 p {
  color: #6C4A37 !important;
}
.sec10__ttl-txt > p {
  color: #6C4A37;
  font-family: "Shippori Mincho B1", serif !important;
  font-size: clamp(0px, 1.40625vw, 18px);
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec10__ttl-txt > p {
    line-height: 1.6;
    font-size: clamp(0px, 3.4666666667vw, 13px);
  }
}

.sec10__point {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 1.5625vw, 20px);
  margin-bottom: clamp(0px, 3.125vw, 40px);
}
@media screen and (max-width: 767px) {
  .sec10__point {
    gap: clamp(0px, 1.3333333333vw, 5px);
    margin-bottom: clamp(0px, 5.3333333333vw, 20px);
  }
}
.sec10__point li {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: clamp(0px, 14.0625vw, 180px);
  height: clamp(0px, 14.0625vw, 180px);
  color: #6C4A37;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  font-family: "Shippori Mincho B1", serif !important;
  font-size: clamp(0px, 1.25vw, 16px);
}
@media screen and (max-width: 767px) {
  .sec10__point li {
    width: clamp(0px, 26.6666666667vw, 100px);
    height: clamp(0px, 26.6666666667vw, 100px);
    font-size: clamp(0px, 2.6666666667vw, 10px);
    letter-spacing: normal;
    line-height: 1.4;
  }
}
.sec10__point li::before, .sec10__point li::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  inset: clamp(0px, 0.78125vw, 10px);
  opacity: 0.28;
  border: 1px solid #575656;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec10__point li::before, .sec10__point li::after {
    inset: clamp(0px, 1.0666666667vw, 4px);
  }
}
.sec10__point li::after {
  inset: clamp(0px, 1.015625vw, 13px);
}
@media screen and (max-width: 767px) {
  .sec10__point li::after {
    inset: clamp(0px, 1.6vw, 6px);
  }
}

.sec10__prd {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 6.640625vw, 85px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec10__prd {
    flex-direction: column;
    gap: clamp(0px, 9.3333333333vw, 35px);
    margin-bottom: clamp(0px, 7.2vw, 27px);
  }
}
.sec10__prd hr {
  border: none;
  border-left: 1px solid #575656;
  opacity: 0.3;
  margin: 0;
  height: clamp(0px, 26.171875vw, 335px);
}
@media screen and (max-width: 767px) {
  .sec10__prd hr {
    display: none;
  }
}

.sec10__prd-ctr {
  text-align: center;
}
.sec10__prd-ctr > ul {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 3.90625vw, 50px);
  margin-bottom: clamp(0px, 1.953125vw, 25px);
}
@media screen and (max-width: 767px) {
  .sec10__prd-ctr > ul {
    gap: clamp(0px, 6.6666666667vw, 25px);
    margin-bottom: clamp(0px, 5.3333333333vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .sec10__prd-ctr > ul li {
    width: clamp(0px, 13.3333333333vw, 50px);
  }
}
.sec10__prd-ctr > ul li img {
  width: clamp(0px, 7.5vw, 96px);
  margin-bottom: clamp(0px, 1.171875vw, 15px);
}
@media screen and (max-width: 767px) {
  .sec10__prd-ctr > ul li img {
    width: clamp(0px, 13.3333333333vw, 50px);
    margin-bottom: clamp(0px, 2.6666666667vw, 10px);
  }
}
.sec10__prd-ctr > ul li p,
.sec10__prd-ctr > ul li p span {
  font-size: clamp(0px, 1.5625vw, 20px);
  font-family: "Shippori Mincho B1", serif !important;
  color: #6C4A37;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec10__prd-ctr > ul li p,
  .sec10__prd-ctr > ul li p span {
    font-size: clamp(10px, 3.7333333333vw, 14px);
  }
}
.sec10__prd-ctr > ul li p span,
.sec10__prd-ctr > ul li p span span {
  font-size: clamp(0px, 1.09375vw, 14px);
}
@media screen and (max-width: 767px) {
  .sec10__prd-ctr > ul li p span,
  .sec10__prd-ctr > ul li p span span {
    letter-spacing: normal;
    font-size: clamp(0px, 2.6666666667vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .sec10__prd-ctr.wide li {
    width: clamp(0px, 26.6666666667vw, 100px);
  }
}
.sec10__prd-ctr > div img {
  width: clamp(0px, 17.421875vw, 223px);
  margin-bottom: clamp(0px, 1.171875vw, 15px);
}
@media screen and (max-width: 767px) {
  .sec10__prd-ctr > div img {
    width: clamp(0px, 28.2666666667vw, 106px);
    margin-bottom: clamp(0px, 2.6666666667vw, 10px);
  }
}
.sec10__prd-ctr > div p,
.sec10__prd-ctr > div p span {
  color: #575656;
  font-size: clamp(0px, 0.9375vw, 12px);
}
@media screen and (max-width: 767px) {
  .sec10__prd-ctr > div p,
  .sec10__prd-ctr > div p span {
    font-size: 10px !important;
  }
}
.sec10__prd-ctr > div p span,
.sec10__prd-ctr > div p span span {
  font-size: clamp(0px, 0.78125vw, 10px);
}

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


sec11


=================================*/
.sec11 {
  padding: 80px 0;
  background: url(../img/bg__sec011.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sec11 {
    background: url(../img/bg__sec011_sp.webp) no-repeat center center/cover;
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec11 .sec10__ttl {
    flex-direction: column;
  }
}
.sec11 .sec10__ttl .l-h3 h3 {
  color: #B58D65 !important;
}
.sec11 .sec10__ttl .l-h3 p {
  color: #6A370B !important;
}
.sec11 .sec10__ttl > p {
  color: #654136;
}
.sec11 .sec10__point li {
  color: #654136;
  background-color: #FEF7F1;
}
.sec11 .sec10__point li::before, .sec11 .sec10__point li::after {
  border-color: #B58D65 !important;
}
.sec11 .l-btn {
  margin: 0 auto;
  color: #B58D65;
  width: 90%;
}
.sec11 .l-btn::after {
  border: 1px solid #B58D65;
}
.sec11 .l-btn span {
  border-color: #B58D65;
}
.sec11 .l-btn span::after {
  border-color: #B58D65;
}

.sec11__ctr {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 12.5vw, 160px);
  margin-bottom: clamp(0px, 3.90625vw, 50px);
}
@media screen and (max-width: 767px) {
  .sec11__ctr {
    align-items: center;
    flex-direction: column;
    gap: clamp(0px, 5.3333333333vw, 20px);
    margin-bottom: clamp(0px, 5.3333333333vw, 20px);
  }
}

.sec11__ctr-img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__ctr-img {
    display: contents;
  }
}
.sec11__ctr-img img {
  width: clamp(0px, 41.171875vw, 527px);
  margin-bottom: clamp(0px, 1.171875vw, 15px);
}
@media screen and (max-width: 767px) {
  .sec11__ctr-img img {
    width: 90%;
    margin: 0;
    order: -1;
  }
}
.sec11__ctr-img p,
.sec11__ctr-img span {
  font-size: clamp(0px, 0.9375vw, 12px);
  color: #654136;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec11__ctr-img p,
  .sec11__ctr-img span {
    line-height: 1.4;
    font-size: clamp(0px, 2.6666666667vw, 10px) !important;
  }
}
.sec11__ctr-img p span,
.sec11__ctr-img span span {
  font-size: clamp(0px, 0.78125vw, 10px);
}
.sec11__ctr-img p span.kas,
.sec11__ctr-img span span.kas {
  font-size: 1.8em;
  vertical-align: sub;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .sec11__ctr-img p span.kas,
  .sec11__ctr-img span span.kas {
    vertical-align: text-bottom;
  }
}

.sec11__ctr-tama {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__ctr-tama {
    order: -1;
  }
}
.sec11__ctr-tama div {
  z-index: 1;
  position: relative;
  padding-top: clamp(0px, 0.78125vw, 10px);
}
.sec11__ctr-tama div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(0px, 7.03125vw, 90px);
  height: clamp(0px, 7.03125vw, 90px);
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(40px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec11__ctr-tama div::before {
    filter: blur(20px);
    width: clamp(0px, 20vw, 75px);
    height: clamp(0px, 20vw, 75px);
  }
}
.sec11__ctr-tama div img {
  width: clamp(0px, 5.703125vw, 73px);
  margin-bottom: clamp(0px, 0.78125vw, 10px);
}
@media screen and (max-width: 767px) {
  .sec11__ctr-tama div img {
    width: clamp(0px, 16.2666666667vw, 61px);
    margin-bottom: clamp(0px, 1.6vw, 6px);
  }
}
.sec11__ctr-tama p,
.sec11__ctr-tama p span {
  position: relative;
  z-index: 1;
  color: #654136;
  font-family: "Shippori Mincho B1", serif !important;
  font-size: clamp(0px, 1.5625vw, 20px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec11__ctr-tama p,
  .sec11__ctr-tama p span {
    font-size: clamp(10px, 3.7333333333vw, 14px);
  }
}
.sec11__ctr-tama p span,
.sec11__ctr-tama p span span {
  font-size: clamp(0px, 1.09375vw, 14px);
}
@media screen and (max-width: 767px) {
  .sec11__ctr-tama p span,
  .sec11__ctr-tama p span span {
    font-size: 10px;
  }
}

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


sec12


=================================*/
.sec12 {
  padding: 80px 0 100px;
  background: #FAF0E2;
  background: linear-gradient(280deg, rgb(250, 240, 226) 0%, rgb(255, 251, 245) 67%, rgb(245, 236, 226) 100%);
}
.sec12 .sec10__ttl {
  margin-bottom: clamp(0px, 6.25vw, 80px);
}
.sec12 .sec10__ttl .sec10__ttl-txt {
  position: relative;
}
.sec12 .sec10__ttl .sec10__ttl-txt ::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(-40px, -3.125vw, 0px);
  left: clamp(-20px, -1.5625vw, 0px);
  width: clamp(0px, 8.515625vw, 109px);
  height: clamp(0px, 4.0625vw, 52px);
  background: url(../img/sec12__limited.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec12 .sec10__ttl .sec10__ttl-txt ::before {
    top: clamp(-25px, -6.6666666667vw, 0px);
    left: clamp(-10px, -2.6666666667vw, 0px);
    width: clamp(0px, 20.2666666667vw, 76px);
    height: clamp(0px, 9.6vw, 36px);
  }
}
.sec12 .sec10__ttl .sec10__ttl-txt .l-h3 h3 {
  color: #CB858C !important;
}
.sec12 .sec10__ttl .sec10__ttl-txt .l-h3 p {
  color: #6A370B !important;
}
.sec12 .sec10__ttl .sec10__ttl-txt > p {
  color: #6A370B;
}
.sec12 .l-btn {
  color: #CB858C;
}
.sec12 .l-btn::after {
  border: 1px solid #CB858C;
}
.sec12 .l-btn span {
  border-color: #CB858C;
}
.sec12 .l-btn span::after {
  border-color: #CB858C;
}

.sec12__prd {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec12__prd {
    margin-bottom: clamp(0px, 5.3333333333vw, 20px);
  }
}
.sec12__prd div {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: clamp(0px, 1.5625vw, 20px);
}
@media screen and (max-width: 767px) {
  .sec12__prd div {
    margin-bottom: clamp(0px, 6.6666666667vw, 25px);
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 6.6666666667vw, 25px);
  }
}
.sec12__prd div img {
  width: clamp(0px, 40.546875vw, 519px);
}
@media screen and (max-width: 767px) {
  .sec12__prd div img {
    width: clamp(0px, 79.4666666667vw, 298px);
  }
}
.sec12__prd p {
  text-align: center;
  font-size: 12px;
  color: #C14544;
}
@media screen and (max-width: 767px) {
  .sec12__prd p {
    font-size: 10px;
  }
}

.sec12__pasokara {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 5.46875vw, 70px);
}
@media screen and (max-width: 767px) {
  .sec12__pasokara {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: clamp(0px, 6.6666666667vw, 25px);
  }
}
.sec12__pasokara img {
  width: clamp(0px, 35.9375vw, 460px);
}
@media screen and (max-width: 767px) {
  .sec12__pasokara img {
    width: 100%;
  }
}

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


sec13


=================================*/
.sec13 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .sec13 {
    padding: 40px;
  }
}

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


sec0


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