@charset "UTF-8";

/* --------------------
  FV
-------------------- */
#myperfection-bw .fv {
  position: relative;
  height: 71.3vh;
  overflow: hidden;
}
#myperfection-bw .fv.model {
  height: fit-content;
}
#myperfection-bw .fv .fv-bg,
#myperfection-bw .fv .fv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#myperfection-bw .fv .cloud1 {
  position: absolute;
  top: 0%;
  right: -490px;
}
#myperfection-bw .fv .cloud2 {
  position: absolute;
  top: 0%;
  left: -620px;
}
#myperfection-bw .fv .fv-inner {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}
#myperfection-bw .fv .fv-copy-left {
  color: #fff;
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#myperfection-bw .fv .fv-copy-left p {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.5rem, 0.354rem + 2.38vw, 2.5rem);
  position: relative;
}
#myperfection-bw .fv .fv-copy-left p span {
  font-size: clamp(0.625rem, 0.195rem + 0.89vw, 1rem);
  position: absolute;
  top: 29%;
}
#myperfection-bw .fv .fv-copy-right {
  color: #fff;
}
#myperfection-bw .fv .fv-copy-right h1 {
  font-size: clamp(1.563rem, 0.846rem + 1.49vw, 2.188rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  margin: 0;
}
#myperfection-bw .fv .fv-copy-right .sub {
  font-size: clamp(0.875rem, 0.302rem + 1.19vw, 1.375rem);
  letter-spacing: 0.2em;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
#myperfection-bw .fv .fv-copy-right .jp {
  font-size: clamp(0.75rem, 0.105rem + 1.34vw, 1.313rem);
  line-height: 1.3;
  text-align: center;
  margin: 20px 0 0;
}
#myperfection-bw .fv .fv-copy-right .item-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
#myperfection-bw .fv .fv-copy-right .item-note p {
  font-size: clamp(0.563rem, 0.204rem + 0.75vw, 0.875rem);
}
#myperfection-bw .fv .fv-copy-right .item-note p.box {
  border: 1px solid #fff;
  padding: 4px 10px;
}
#myperfection-bw .fv .fv-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  text-align: center;
  width: 80%;
  margin: auto;
}
#myperfection-bw .fv .fv-badges span {
  background: #fff;
  color: #ea5b1b;
  padding: 3px 0;
  border-radius: 999px;
  font-size: clamp(0.75rem, 0.177rem + 1.19vw, 1.25rem);
  font-weight: bold;
}
#myperfection-bw .fv .fv-badges span:nth-of-type(5) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%;
}
#myperfection-bw .fv p.attention {
  position: absolute;
  bottom: 1%;
  right: 3%;
  font-size: clamp(0.5rem, 0.213rem + 0.6vw, 0.75rem);
}
@media (min-width: 1500px) {
  #myperfection-bw .fv .fv-inner {
    justify-content: space-around;
  }
}
@media (max-width: 900px) {
  #myperfection-bw .fv .fv-inner {
    display: block;
    width: 90%;
  }
  #myperfection-bw .fv .cloud1,
  #myperfection-bw .fv .cloud2 {
    display: none;
  }
  #myperfection-bw .fv .fv-copy-left {
    position: absolute;
    top: 1%;
    left: 1%;
  }
  #myperfection-bw .fv .fv-copy-right {
    position: absolute;
    bottom: 9%;
    right: 1%;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .fv {
    height: 100vh;
  }
  #myperfection-bw .fv .fv-copy-left {
    top: 2%;
    left: 6%;
  }
  #myperfection-bw .fv .fv-copy-right {
    top: auto;
    bottom: 6%;
    right: 0%;
    padding: 0 20px;
  }
  #myperfection-bw .fv .fv-copy-right h1 {
    font-size: clamp(1.5rem, 0.927rem + 1.19vw, 2rem);
    text-align: right;
  }
  #myperfection-bw .fv .fv-copy-right .sub {
    font-size: 13px;
    text-align: right;
  }
  #myperfection-bw .fv .fv-badges span {
    font-size: 12px;
    padding: 5px 14px;
  }
  #myperfection-bw .fv .fv-copy-right .jp {
    text-align: right;
  }
  #myperfection-bw .fv .fv-copy-right .item-note {
    justify-content: flex-end;
  }
  #myperfection-bw .fv .fv-badges {
    width: 95%;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
  #myperfection-bw .fv .fv-badges span {
    width: 90px;
    font-weight: 600;
  }
  #myperfection-bw .fv .fv-badges span sap {
    font-size: 8px;
    vertical-align: super;
  }
  #myperfection-bw .fv .fv-badges span:nth-of-type(1) {
    grid-column: 2 / 3;
  }
  #myperfection-bw .fv .fv-badges span:nth-of-type(2) {
    grid-column: 3 / 4;
  }
  #myperfection-bw .fv .fv-badges span:nth-of-type(3) {
    grid-column: 1 / 2;
  }
  #myperfection-bw .fv .fv-badges span:nth-of-type(4) {
    grid-column: 2 / 3;
  }
  #myperfection-bw .fv .fv-badges span:nth-of-type(5) {
    grid-column: 3 / 4;
    width: 100%;
  }
}
@media (max-width: 440px) {
  #myperfection-bw .fv .fv-copy-right h1 {
    line-height: 1.2;
  }
  #myperfection-bw .fv .fv-copy-right .sub {
    margin: 0;
  }
  #myperfection-bw .fv .fv-copy-right .jp {
    line-height: 1.3;
  }
  #myperfection-bw .fv .fv-copy-right .item-note p.box {
    padding: 1px 10px;
  }
  #myperfection-bw .fv .fv-badges {
    width: 95%;
    gap: 6px;
  }
}
#myperfection-bw .t_slide0 {
  overflow: hidden;
}
#myperfection-bw .t_slide0 .slide0 {
  width: 200%;
  pointer-events: none;
  display: flex;
}
#myperfection-bw .t_slide0 .slide0 div {
  font-family: "cormorant-garamond", serif; /* Cormorant Garamond */
  font-weight: 500;
  color: #e7eef2;
  display: inline-block;
  white-space: nowrap;
  font-size: min(14vw, 133px);
  letter-spacing: 0.5rem;
  animation: 14s about_slide0 linear infinite;
}
@keyframes about_slide0 {
  to {
    transform: translateX(-100%);
  }
}
/* --------------------
  Campaign
-------------------- */
#myperfection-bw .campaign .slider_wrap .slider .slick-slide {
  cursor: pointer;
}
#myperfection-bw .campaign .slider_wrap .slider img,
#myperfection-bw .campaign .slider_wrap .slider p {
  width: 90%;
  margin: auto;
}
#myperfection-bw .campaign .slider_wrap .slider p {
  padding-top: 10px;
  font-size: clamp(0.5rem, -0.073rem + 1.19vw, 1rem);
}
#myperfection-bw .campaign .slider_wrap .slider .slick-dots li button {
  display: none;
}
#myperfection-bw .campaign .slider_wrap .slider .slick-dots {
  bottom: -15%;
  height: 4%;
}
#myperfection-bw .campaign .slider_wrap .slider .slick-dots li {
  width: auto;
  height: 100%;
  margin: 0% 0.4%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #e84d07;
  border-radius: 50%;
  transition: 0.2s;
}
#myperfection-bw .campaign .slider_wrap .slider .slick-dots li.slick-active {
  background-color: #e84d07;
}
@media (max-width: 768px) {
  #myperfection-bw section.campaign {
    padding: 0 0 20%;
  }
  #myperfection-bw .campaign .slider_wrap .slider p {
    font-size: clamp(0.563rem, 0.264rem + 1.27vw, 0.875rem);
    line-height: 1.4;
  }
}
/* --------------------
  About
-------------------- */
#myperfection-bw .about {
  margin-top: 240px;
  position: relative;
  z-index: 1;
  padding-bottom: 5%;
}
#myperfection-bw .about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/myperfection-bw/about-bg1.png") bottom center/cover no-repeat;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 10%,
    rgba(0,0,0,1) 20%,
    rgba(0,0,0,1) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 10%,
    rgba(0,0,0,1) 20%,
    rgba(0,0,0,1) 100%
  );
  z-index: 0;
}
#myperfection-bw .about .container {
  max-width: 1440px;
  padding: 0;
}
#myperfection-bw .about .about-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 22%;
}
#myperfection-bw .about .about-inner .photo {
  -webkit-mask-image: linear-gradient(-30deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
  mask-image: linear-gradient(-30deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-size: 100% 250%;
  mask-size: 100% 250%;
  -webkit-mask-position: 0% 100%;
  mask-position: 0% 100%;
  transition: 1s;
}
#myperfection-bw .about .about-inner .photo.trigger.move {
  mask-position: 0% 0%;
}
#myperfection-bw .about h2 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  color: #e84d07;
  font-size: clamp(2.25rem, 0.889rem + 2.83vw, 3.438rem);
  margin: 0 0 20px;
  position: relative;
}
#myperfection-bw .about h2 span {
  position: absolute;
  top: 7%;
  font-size: clamp(0.563rem, 0.348rem + 0.45vw, 0.75rem);
}
#myperfection-bw .about .about-inner h3 {
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #e84d07;
  font-size: clamp(1.188rem, 0.543rem + 1.34vw, 1.75rem);
  font-weight: normal;
}
#myperfection-bw .about .about-inner p {
  color: #e84d07;
  font-size: clamp(0.688rem, 0.043rem + 1.34vw, 1.25rem);
  margin: 0;
  line-height: 2.4;
}
#myperfection-bw .about .about-inner p.name1 {
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  color: #fdede6;
  font-size: clamp(5rem, 2.421rem + 5.37vw, 7.25rem);
  line-height: 0.8;
}
#myperfection-bw .about .about-inner p.name2 {
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  color: #fdede6;
  font-size: clamp(2.563rem, 1.703rem + 1.79vw, 3.313rem);
  line-height: 1;
}
#myperfection-bw .about .about-inner p.name3 {
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  color: #fdede6;
  font-size: clamp(1.563rem, 0.989rem + 1.19vw, 2.063rem);
  line-height: 1;
}
#myperfection-bw .about .about-inner p.attention {
  font-size: clamp(0.563rem, 0.348rem + 0.45vw, 0.75rem);
}
#myperfection-bw .recommend-product {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 16%);
  z-index: 10;
  width: 13.5%;
  margin: 0;
}
#myperfection-bw .recommend-product::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  inset: 8% 6% -6% 23%;
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.4);
  filter: blur(10px);
}
@media (min-width: 1441px) {
  #myperfection-bw .recommend-product {
    transform: translate(-50%, 12%);
    max-width: 211px;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .about {
    margin-top: 0;
    padding: 0 0 35%;
  }
  #myperfection-bw .about::before {
    background: url("../img/myperfection-bw/about-bg_sp.png") bottom center/cover no-repeat;
  }
  #myperfection-bw .about .about-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 0;
  }
  #myperfection-bw .about .about-inner .photo img {
    width: 100%;
  }
  #myperfection-bw .about .about-inner h3 {
    font-size: clamp(0.875rem, -0.079rem + 4.07vw, 1.875rem);
  }
  #myperfection-bw .about h2 {
    font-size: clamp(1.438rem, -0.292rem + 7.38vw, 3.25rem);
  }
  #myperfection-bw .about .about-inner p {
    font-size: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
    line-height: 1.9;
  }
  #myperfection-bw .about .about-inner p.attention {
    margin-top: 3%;
  }
  #myperfection-bw .about .about-inner p.name1 {
    font-size: clamp(6.563rem, 0.122rem + 27.48vw, 13.313rem);
  }
  #myperfection-bw .about .about-inner p.name2 {
    font-size: clamp(3.063rem, 0.021rem + 12.98vw, 6.25rem);
  }
  #myperfection-bw .about .about-inner p.name3 {
    font-size: clamp(1.875rem, 0.026rem + 7.89vw, 3.813rem);
  }
  #myperfection-bw .about .p_sp_group {
    padding: 0 20px;
  }
  #myperfection-bw .recommend-product {
    transform: translate(-50%, 36%);
    width: 25%;
  }
}
/* --------------------
  Recommend
-------------------- */
#myperfection-bw .recommend {
  position: relative;
  padding: 0;
  color: #fff;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  margin-top: -16%;
}
#myperfection-bw .recommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/myperfection-bw/recommend-bg.jpg") center center/cover no-repeat;
  z-index: 0;
}
#myperfection-bw .recommend img { 
  width: 100%;
}
#myperfection-bw .recommend .recommend-inner {
  max-width: 1100px;
  margin: 20% auto;
  text-align: center;
}
#myperfection-bw .recommend .recommend-lead {
  font-size: clamp(1.125rem, 0.265rem + 1.79vw, 1.875rem);
  margin-bottom: 6px;
  letter-spacing: .05em;
  z-index: 3;
  position: relative;
}
#myperfection-bw .recommend .recommend-title {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-size: clamp(2.813rem, 2.096rem + 1.49vw, 3.438rem);
  margin: 0 0 20px;
  z-index: 3;
  position: relative;
}
#myperfection-bw .recommend .recommend-box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 28px;
  background: url("../img/myperfection-bw/recommend-bg2.png") center center/cover no-repeat;
  border: 1px solid rgba(255,255,255,.4);
  z-index: 3;
  position: relative;
}
#myperfection-bw .recommend .check-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.125rem, 0.624rem + 1.04vw, 1.563rem);
  letter-spacing: .2em;
  opacity: 0.8;
}
#myperfection-bw .recommend .check-label.right {
  right: -10%;
  transform: translateY(-50%) rotate(90deg);
}
#myperfection-bw .recommend .check-label.left {
  left: -10%;
}
#myperfection-bw .recommend .recommend-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#myperfection-bw .recommend .recommend-list li {
  --lh: 1.7;
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  padding: 18px 0;
  text-align: left;
  font-size: clamp(1.188rem, 0.543rem + 1.34vw, 1.75rem);
  line-height: var(--lh);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.4);
}
#myperfection-bw .recommend .recommend-list li::before {
  content: "";
  flex-shrink: 0;
  width: 0.65em;
  height: 0.4em;
  border-left: 0.14em solid #fff;
  border-bottom: 0.14em solid #fff;
  transform: rotate(-45deg);
  margin-top: calc(
    (1em * var(--lh) - 0.4em) / 2 + 0.04em
  );
}
@media (max-width: 1100px) {
  #myperfection-bw .recommend .recommend-box {
    padding: 0 30px;
    width: 88%;
  }
  #myperfection-bw .recommend .recommend-list li {
    --lh: 1;
  }
}
@media (max-width: 900px) {
  #myperfection-bw .recommend .recommend-inner {
    margin: 21% auto 28%;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .recommend::before {
    background: url("../img/myperfection-bw/recommend-bg_sp.jpg") center center/cover no-repeat;
  }
  #myperfection-bw .recommend .recommend-inner {
    margin: 44% auto 30%;
  }
  #myperfection-bw .recommend .wave-text-bottom text {
    font-size: 14px;
    letter-spacing: 0.18em;
  }
  #myperfection-bw .recommend .recommend-box {
    border-radius: 20px;
    width: 85%;
    padding: 3% 30px 5%;
  }
  #myperfection-bw .recommend .recommend-lead {
    font-size: clamp(1rem, 0.5rem + 2.13vw, 1.5rem);
    line-height: 1.4;
    margin: 0% 0 3%;
  }
  #myperfection-bw .recommend .recommend-title {
    font-size: clamp(2.125rem, 1.375rem + 3.2vw, 2.875rem);
    line-height: 1.3;
    margin: 0 0 8%;
  }
  #myperfection-bw .recommend .recommend-list li {
    font-size: clamp(0.938rem, 0.162rem + 3.31vw, 1.75rem);
    line-height: 1.6;
  }
}
@media (max-width: 440px) {
  #myperfection-bw .recommend .recommend-lead {
    margin: -10% 0 3%;
  }
  #myperfection-bw .recommend .recommend-box {
    padding: 0 16px 3%;
    width: 80%;
  }
  #myperfection-bw .recommend .recommend-list li {
    line-height: 1.4;
  }
  #myperfection-bw .recommend .check-label.left {
    left: -19%;
  }
  #myperfection-bw .recommend .check-label.right {
    right: -19%;
  }

}
/* --------------------
  Product
-------------------- */
#suntory_contents #myperfection-bw .product p {
  margin: unset;
  font-size: unset;
  line-height: unset;
}
#suntory_contents #myperfection-bw .product h2 {
  padding: unset;
  font-size: unset;
  line-height: unset;
  color: #000;
  text-align: unset;
}
#suntory_contents #myperfection-bw .wave-text-section {
  position: absolute;
  top: 7.5vw;
  width: 100%;
  overflow: visible;
  pointer-events: none;
}
#suntory_contents #myperfection-bw .wave-text-section.bottom {
  top: 14vw;
}
#suntory_contents #myperfection-bw .wave-text-section svg {
  width: 101%;
  height: 100%;
  overflow: visible;
}
#suntory_contents #myperfection-bw .wave-text-section .wave-group {
  will-change: transform;
}
#suntory_contents #myperfection-bw .wave-text-section .wave-text {
  font-family: "cormorant-garamond", serif;
  font-size: 40px;
  fill: #fff;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-rendering: geometricPrecision;
}
#suntory_contents #myperfection-bw .wave-text-section.bottom .wave-text {
  fill: #cedff0;
}
#suntory_contents #myperfection-bw .product {
  padding: 0 0 90px;
  position: relative;
  overflow: hidden;
  margin-top: -19%;
}
#suntory_contents #myperfection-bw .product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/myperfection-bw/product-bg.png") top center/cover no-repeat;
  z-index: 0;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 90%,
    rgba(0,0,0,0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 90%,
    rgba(0,0,0,0) 100%
  );
}
#suntory_contents #myperfection-bw .product .pro_container {
  padding-top: 32%;
}
#suntory_contents #myperfection-bw .product .mv-area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#suntory_contents #myperfection-bw .product .effects-area {
  position: relative;
  margin-left: 50%;
  width: 44.9%;
  max-width: 612px;
  z-index: 1;
}
#suntory_contents #myperfection-bw .product .effects-area h3 {
  position: absolute;
  inset: 36% 0 auto;
  margin: auto;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: normal;
  font-size: clamp(1.375rem, 0.301rem + 2.24vw, 2.313rem);
  color: #00a0a6;
}
#suntory_contents #myperfection-bw .product .effects-area h3 span {
  font-size: clamp(5.625rem, 3.834rem + 3.73vw, 7.188rem);
  font-weight: 500;
}
#suntory_contents #myperfection-bw .product .ingredients-area {
  width: 100%;
  max-width: 1000px;
  margin: 160px auto 0;
  text-align: center;
}
#suntory_contents #myperfection-bw .product .section-title {
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
#suntory_contents #myperfection-bw .product .section-title .sub {
  display: block;
  color: #e84d07;
  font-size: clamp(1.25rem, 0.534rem + 1.49vw, 1.875rem);
  font-weight: 600;
  margin-bottom: 20px;
}
#suntory_contents #myperfection-bw .product .section-title .main {
  display: inline-flex;
  font-size: clamp(3.75rem, 2.89rem + 1.79vw, 4.5rem);
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 1;
  font-weight: normal;
  color: #000;
}
#suntory_contents #myperfection-bw .product .section-title .main small {
  font-size: clamp(0.75rem, 0.249rem + 1.04vw, 1.188rem);
}
#suntory_contents #myperfection-bw .product .bubbles-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
#suntory_contents #myperfection-bw .product .bubble-item {
  position: relative;
  display: flex;
  align-items: center;
}
#suntory_contents #myperfection-bw .product .bubble-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#suntory_contents #myperfection-bw .product .item-orange .bubble-circle {
  color: #d35f28;
}
#suntory_contents #myperfection-bw .product .bubble-label {
  background-color: #008899;
  color: #fff;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.125rem, -0.164rem + 2.68vw, 2.25rem);
  padding: 10px 40px;
  border-radius: 60px;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}
#suntory_contents #myperfection-bw .product .item-orange .bubble-label {
  background-color: #d35f28;
}
#suntory_contents #myperfection-bw .product .cross-mark {
  position: relative;
  width: 5em;
  height: 2em;
}
#suntory_contents #myperfection-bw .product .cross-mark::before,
#suntory_contents #myperfection-bw .product .cross-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.12em;
  background: #000;
  transform-origin: center;
}
#suntory_contents #myperfection-bw .product .cross-mark::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#suntory_contents #myperfection-bw .product .cross-mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#suntory_contents #myperfection-bw .product .disclaimer-text {
  font-size: clamp(1rem, 0.212rem + 1.64vw, 1.688rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
}
@media (min-width: 769px) {
  #suntory_contents #myperfection-bw .product .item-blue {
    flex-direction: row-reverse;
  }
  #suntory_contents #myperfection-bw .product .item-blue .bubble-label {
    margin-right: -20px;
    padding-right: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #suntory_contents #myperfection-bw .product .item-orange {
    flex-direction: row;
  }
  #suntory_contents #myperfection-bw .product .item-orange .bubble-label {
    margin-left: -30px;
    padding-left: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#suntory_contents #myperfection-bw .product .product-block {
  position: relative;
  max-width: 1100px;
  margin: 140px auto 0;
  padding: 0 20px;
}
#suntory_contents #myperfection-bw .product .product-block .product-head {
  position: absolute;
  top: 4%;
  left: 19%;
}
#suntory_contents #myperfection-bw .product .product-block.block2 .product-head {
  left: 41%;
  text-align: right;
}
#suntory_contents #myperfection-bw .product .product-block.block3 .product-head {
  top: 7%;
}
#suntory_contents #myperfection-bw .product .product-block .product-head .lead {
  font-size: clamp(1.25rem, 0.534rem + 1.49vw, 1.875rem);
  margin: 0;
}
#suntory_contents #myperfection-bw .product .product-block .product-head h2 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(2.125rem, 0.979rem + 2.38vw, 3.125rem);
  font-weight: normal;
  margin: 0;
}
#suntory_contents #myperfection-bw .product .product-block .icon {
  position: absolute;
  top: 3%;
  right: 4%;
}
#suntory_contents #myperfection-bw .product .product-block.block1 .icon {
  width: 20.6%;
}
#suntory_contents #myperfection-bw .product .product-block.block2 .icon {
  left: 5%;
  width: 20%;
}
#suntory_contents #myperfection-bw .product .product-block.block3 .icon {
  width: 21.9%;
}
#suntory_contents #myperfection-bw .product .product-block .images {
  position: absolute;
  bottom: 5%;
  left: 0%;
  right: 0;
  margin: auto;
}
#suntory_contents #myperfection-bw .product .product-block.block1 .images {
  width: 77.7%;
}
#suntory_contents #myperfection-bw .product .product-block.block2 .images {
  bottom: 11%;
  width: 80.8%;
}
#suntory_contents #myperfection-bw .product .product-block.block3 .images {
  bottom: 8%;
  width: 79.5%;
}
#suntory_contents #myperfection-bw .product .attention {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
#suntory_contents #myperfection-bw .product .attention p {
  font-size: clamp(0.563rem, 0.348rem + 0.45vw, 0.75rem);
}
@media (max-width: 1440px) {
  #suntory_contents #myperfection-bw .product::before {
    background: url("../img/myperfection-bw/product-bg.png") top left/contain no-repeat;
  }
}
@media (max-width: 900px) {
  #suntory_contents #myperfection-bw .product {
    margin-top: -27%;
  }
}
@media (max-width: 768px) {
  #suntory_contents #myperfection-bw .product {
    padding: 0;
  }
  #suntory_contents #myperfection-bw .product {
    border: none;
    margin-bottom: 0;
    border-radius: 0px;
  }
  #suntory_contents #myperfection-bw .product::before {
    background: url("../img/myperfection-bw/product-bg_sp.png") top center/cover no-repeat;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 90%,
      rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 90%,
      rgba(0,0,0,0) 100%
    );
  }
  #suntory_contents #myperfection-bw .wave-text-section {
    top: 17.5vw;
  }
  #suntory_contents #myperfection-bw .wave-text-section.bottom {
    top: 29vw;
  }
  #suntory_contents #myperfection-bw .wave-text-section .wave-text {
    font-size: 50px;
  }
  #suntory_contents #myperfection-bw .product .pro_container {
    padding-top: 156%;
  }
  #suntory_contents #myperfection-bw .product .product-block {
    margin: 5% auto 10%;
    width: 90%;
  }
  #suntory_contents #myperfection-bw .product .product-block.block3 {
    margin: 5% auto 0;
  }
  #suntory_contents #myperfection-bw .product .product-block .product-head {
    top: 4%;
    left: 22%;
    text-align: center;
  }
  #suntory_contents #myperfection-bw .product .product-block .product-head .lead {
    font-size: clamp(0.875rem, 0.125rem + 4vw, 2rem);
  }
  #suntory_contents #myperfection-bw .product .product-block.block2 .product-head {
    left: 16%;
    text-align: center;
  }
  #suntory_contents #myperfection-bw .product .product-block.block3 .product-head {
    top: 5%;
  }
  #suntory_contents #myperfection-bw .product .product-block .product-head h2 {
    font-size: clamp(1.375rem, 0.208rem + 6.22vw, 3.125rem);
  }
  #suntory_contents #myperfection-bw .product .product-block.block1 .icon {
    top: 18%;
    right: 17%;
    width: 65.6%;
  }
  #suntory_contents #myperfection-bw .product .product-block.block2 .icon {
    top: 15%;
    left: 33%;
    width: 31.2%;
  }
  #suntory_contents #myperfection-bw .product .product-block.block3 .icon {
    top: 16%;
    right: 35%;
    width: 32.8%;
  }
  #suntory_contents #myperfection-bw .product .product-block.block1 .images {
    width: 82.7%;
  }
  #suntory_contents #myperfection-bw .product .product-block.block2 .images {
    bottom: 3%;
    width: 76.8%;
  }
  #suntory_contents #myperfection-bw .product .product-block.block3 .images {
    bottom: 4%;
    width: 76.6%;
  } 
  #suntory_contents #myperfection-bw .product .product-head .num {
    left: 0;
    top: -40px;
    font-size: 90px;
  }
  #suntory_contents #myperfection-bw .product .product-head h2 {
    font-size: 22px;
  }
  #suntory_contents #myperfection-bw .product .section-title {
    margin: 10% auto;
  }
  #suntory_contents #myperfection-bw .product .section-title .sub {
    font-size: clamp(0.938rem, -0.255rem + 5.09vw, 2.188rem);
    margin-bottom: 4%;
  }
  #suntory_contents #myperfection-bw .product .section-title .main {
    font-size: clamp(2.188rem, 0.1rem + 8.91vw, 4.375rem);
  }
  #suntory_contents #myperfection-bw .product .bubbles-container {
    gap: 10px;
  }
  #suntory_contents #myperfection-bw .product .bubble-item {
    flex-direction: column;
    width: 45%;
  }
  #suntory_contents #myperfection-bw .product .bubble-circle {
    width: 92%;
    height: 92%;
    margin-bottom: -18%;
  }
  #suntory_contents #myperfection-bw .product .bubble-label {
    width: 65%;
    font-size: clamp(0.75rem, 0.333rem + 2.22vw, 1.375rem);
    padding: 21% 0 9%;
    border-radius: 0 0 15px 15px;
  }
  #suntory_contents #myperfection-bw .product .disclaimer-text {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    display: inline-block;
    text-align: center;
  }
  #suntory_contents #myperfection-bw .product .disclaimer-text p {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  }
  #suntory_contents #myperfection-bw .product .effects-area {
    width: 85.3%;
    margin: auto;
  }
  #suntory_contents #myperfection-bw .product .effects-area h3 {
    inset: 33% 0 auto;
    font-size: clamp(1.375rem, 0.208rem + 6.22vw, 3.125rem);
  }
  #suntory_contents #myperfection-bw .product .effects-area h3 span {
    font-size: clamp(3.75rem, 0.417rem + 17.78vw, 8.75rem);
  }
  #suntory_contents #myperfection-bw .product .ingredients-area {
    margin: auto;
  }
  #suntory_contents #myperfection-bw .product .attention {
    margin: 0 auto 10%;
    z-index: 1;
    position: relative;
    width: 90%;
  }
}
/* --------------------
  tech
-------------------- */
#myperfection-bw .tech-section.bg-sky {
  position: relative;
  padding: 60px 0 160px;
  z-index: 0;
}
#myperfection-bw .tech-section .bg {
  position: absolute;
  inset: 0;
  background: url("../img/myperfection-bw/tech-bg1.jpg") center bottom/cover repeat;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 12%,
    rgba(0,0,0,1) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 12%,
    rgba(0,0,0,1) 100%
  );
  z-index: -1;
}
#myperfection-bw .tech-section .bg-beige {
  background-color: #fff9f0;
  padding: 60px 0;
}
#myperfection-bw .tech-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}
#myperfection-bw .tech-section .section-title h2 {
  font-size: clamp(1.25rem, 0.534rem + 1.49vw, 1.875rem);
  margin-bottom: 10px;
  font-weight: 600;
}
#myperfection-bw .tech-section .section-title span {
  display: inline-block;
  font-size: clamp(1.5rem, 0.354rem + 2.38vw, 2.5rem);
  color: #e84d07;
  font-family: "yu-mincho-pr6n", sans-serif;
  border-bottom: 1px solid #e84d07;
}
#myperfection-bw .tech-section .section-title p {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(2.375rem, 1.157rem + 2.53vw, 3.438rem);
  margin: 0;
}
#myperfection-bw .tech-section .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#myperfection-bw .tech-section .tech-visual {
  position: relative;
  width: 114.6%;
  max-width: 1100px;
  background: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 60px 20px 20px;
  text-align: center;
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 0 5%;
}
#myperfection-bw .tech-section .tech-visual::after {
  content: "01";
  color: #ffffff00;
  position: absolute;
  top: 2%;
  right: 1%;
  font-size: clamp(7.5rem, 3.202rem + 8.94vw, 11.25rem);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  paint-order: stroke;
  writing-mode: vertical-lr;
  line-height: 0.9;
  font-family: "montserrat", sans-serif;
}
#myperfection-bw .tech-section .tech-visual .movie {
  width: 164.8%;
  max-width: 697px;
  margin-left: -44%;
  overflow: hidden;
}
#myperfection-bw .tech-section .tech-visual .movie video {
  width: 100%;
  transform: scale(1.02);
}
#myperfection-bw .tech-section .tech-visual .text1 {
  text-align: left;
  width: 74%;
  margin: 0 auto;
}
#myperfection-bw .tech-section .tech-visual .text1 .wow1 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.5rem, 0.354rem + 2.38vw, 2.5rem);
  display: inline-grid;
  grid-template-columns: 95% 5%;
  margin: 60px 0 0;
  position: relative;
}
#myperfection-bw .tech-section .tech-visual .text1 .wow1 span {
  font-size: clamp(0.563rem, 0.348rem + 0.45vw, 0.75rem);
}
#myperfection-bw .tech-section .tech-visual .text1 .wow2 {
  font-size: clamp(1rem, 0.499rem + 1.04vw, 1.438rem);
  color: #fff;
  background: #e84d07;
  text-align: center;
}
#myperfection-bw .tech-section .tech-visual .text2 {
  width: 93%;
  text-align: justify;
  margin: 10px 0 0 0;
}
#myperfection-bw .tech-section .tech-visual .text2 p {
  font-size: clamp(0.563rem, 0.348rem + 0.45vw, 0.75rem);
  line-height: 1.5;
}
#myperfection-bw .tech-section .tech-visual .danmen {
  width: 113.1%;
  max-width: 658px;
  margin: -48% 0 0 -9.5%;
  z-index: 1;
}
#myperfection-bw .step-section {
  max-width: 1440px;
  margin: auto;
}
#myperfection-bw .step-section .step-container {
  margin: 10% 0 0 auto;
  padding: 0;
  max-width: 1100px;
}
#myperfection-bw .step-section .wow_face {
  display: flex;
  gap: 0 2%;
  justify-content: space-between;
}
#myperfection-bw .step-section .wow_face .tit {
  color: #fff;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#myperfection-bw .step-section .wow_face .tit .tit1 {
  font-family: "cormorant-garamond", serif;
  font-size: clamp(6.25rem, 5.104rem + 2.38vw, 7.25rem);
  line-height: 1;
  margin: 0;
}
#myperfection-bw .step-section .wow_face .tit .tit2 {
  font-size: clamp(0.875rem, 0.23rem + 1.34vw, 1.438rem);
  line-height: 1;
  margin: 0;
}
#myperfection-bw .step-section .step-info {
  position: relative;
  width: 114.6%;
  max-width: 1100px;
  background: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 20px 0 40px 20px;
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 0 5%;
  margin: 10% auto 6%;
  align-items: center;
}
#myperfection-bw .step-section .step-info::before {
  content: "02";
  color: #ffffff00;
  position: absolute;
  top: 2%;
  left: 0%;
  font-size: clamp(7.5rem, 3.202rem + 8.94vw, 11.25rem);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  paint-order: stroke;
  writing-mode: vertical-lr;
  line-height: 0.9;
  font-family: "montserrat", sans-serif;
  z-index: -1;
}
#myperfection-bw .step-section .step-info .texture {
  width: 105.6%;
  margin: -64% 0 0 -10%;
}
#myperfection-bw .step-section .step-diagram {
  display: inline-flex;
  height: fit-content;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  background: #fff;
  border-radius: 50px 0 0 50px;
  margin-left: 1px;
  padding: 40px 30px;
}
#myperfection-bw .step-section .step-box {
  padding: 0;
  width: 30%;
  text-align: center;
  display: grid;
  justify-items: center;
}
#myperfection-bw .step-section .step-box .top {
  background: #e84d07;
  border-radius: 100px 100px 0 0;
  width: 80%;
  margin: auto;
}
#myperfection-bw .step-section .step-box .top p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  padding: 24px 0 5px;
}
#myperfection-bw .step-section .step-box .bt1 {
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #e84d07;
  font-size: clamp(0.75rem, 0.32rem + 0.89vw, 1.125rem);
  margin: 0;
}
#myperfection-bw .step-section .step-box .bt2 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.125rem, 0.265rem + 1.79vw, 1.875rem);
  margin: 0;
}
#myperfection-bw .step-section .step-info .word {
  font-family: "yu-mincho-pr6n", sans-serif;
  width: 80%;
  margin: auto;
  line-height: 1.3;
}
#myperfection-bw .step-section .step-info .word .word1 {
  font-size: clamp(1.125rem, 0.265rem + 1.79vw, 1.875rem);
  margin: 0;
}
#myperfection-bw .step-section .step-info .word .word2 {
  font-size: clamp(1.5rem, 0.354rem + 2.38vw, 2.5rem);
  margin: 12px 0 0;
  position: relative;
}
#myperfection-bw .step-section .step-info .word .word2 span {
  font-size: 10px;
  position: absolute;
  top: 54%;
}
#myperfection-bw .step-section .step-info .word .word3 {
  font-size: 10px;
  margin: 0;
}
#myperfection-bw .step-section .orangearrow {
  width: 20px;
  aspect-ratio: 1 / 1;
  background: #e84d07;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#myperfection-bw .texture-section {
  margin: 0 auto;
  max-width: 1440px;
}
#myperfection-bw .texture-section .container {
  max-width: 1265px;
  margin: 0 auto 0 0;
  padding: 0;
}
#myperfection-bw .texture-section .flex-row {
  display: flex;
  gap: 0 4%;
  justify-content: space-between;
}
#myperfection-bw .texture-section .smile-img {
  width: 95%;
}
#myperfection-bw .texture-section .texture-text {
  width: 43%;
}
#myperfection-bw .texture-section .texture-text h3 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(2.25rem, 0.889rem + 2.83vw, 3.438rem);
  letter-spacing: -0.5rem;
  font-weight: normal;
  margin: 0;
}
#myperfection-bw .texture-section .texture-text .t1 {
  font-size: clamp(0.75rem, 0.177rem + 1.19vw, 1.25rem);
  margin: 10px 0 20px;
}
#myperfection-bw .texture-section .texture-text .t2 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.375rem, 0.515rem + 1.79vw, 2.125rem);
  margin: 0;
  position: relative;
}
#myperfection-bw .texture-section .texture-text .t2 span {
  position: absolute;
  top: 5%;
  left: 63%;
  font-size: 10px;
}
#myperfection-bw .texture-section .texture-text .t3 {
  font-size: 10px;
}
@media (max-width: 1200px) {
  #myperfection-bw .tech-section.bg-sky {
    padding: 60px 0 10px;
  }
  #myperfection-bw .tech-section .tech-visual {
    width: 100%;
  }
  #myperfection-bw .step-section .step-info {
    width: 100%;
    grid-template-columns: 32% 65%;
    gap: 3% 0;
  }
  #myperfection-bw .step-section .wow_face .tit .tit1 {
    font-size: clamp(1.875rem, 0.208rem + 8.89vw, 4.375rem);
  }
  #myperfection-bw .step-section .wow_face .tit .tit2 {
    font-size: clamp(0.563rem, 0.063rem + 2.67vw, 1.313rem);
  }
  #myperfection-bw .step-section .step-info .word {
    grid-column-start: 2;
    grid-row-start: 1;
    width: 100%;
  }
  #myperfection-bw .step-section .step-diagram {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    width: 103%;
  }
  #myperfection-bw .step-section .step-box {
    padding: 0;
  }
  #myperfection-bw .step-section .step-box .top {
    width: 60%;
  }
  #myperfection-bw .step-section .step-box .top p {
    font-size: clamp(0.75rem, 0.25rem + 2.13vw, 1.25rem);
    padding: 24px 0 10px;
  }
  #myperfection-bw .texture-section .flex-row {
    display: block;
  }
  #myperfection-bw .texture-section .smile-img {
    width: 100%;
  }
  #myperfection-bw .texture-section .texture-text {
    width: 80%;
    margin: 3% auto 0;
  }
  #myperfection-bw .texture-section .texture-text h3 {
    font-size: clamp(1.75rem, 0.833rem + 4.89vw, 3.125rem);
  }
  #myperfection-bw .texture-section .texture-text .t2 {
    font-size: clamp(0.938rem, -0.063rem + 5.33vw, 2.438rem);
    display: inline-block;
  }
  #myperfection-bw .texture-section .texture-text .t2 span {
    left: 79%;
  }
}
@media (max-width: 900px) {
  #myperfection-bw .tech-section .tech-visual {
    padding: 0px 20px 20px;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .tech-section .container {
    padding: 0;
    overflow: hidden;
  }
  #myperfection-bw .tech-section .section-title h2 {
    font-size: clamp(1.125rem, 0.5rem + 2.67vw, 1.75rem);
  }
  #myperfection-bw .tech-section .section-title p {
    font-size: clamp(2.125rem, 1.5rem + 2.67vw, 2.75rem);
    line-height: 1.3;
  }
  #myperfection-bw .tech-section .tech-visual::after {
    font-size: clamp(7.5rem, 1.536rem + 25.45vw, 13.75rem);
  }
  #myperfection-bw .tech-section .tech-visual .movie {
    grid-column-start: 1;
    width: 194.9%;
    max-width: 563px;
    aspect-ratio: 563 / 556;
    margin-left: -8%;
    border: none;
    padding: 0;
    height: auto;
  }
  #myperfection-bw .tech-section .tech-visual .movie  video {
    transform: translateY(-5%) scale(1.12);
  }
  #myperfection-bw .tech-section .tech-visual .text1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    z-index: 1;
    width: 90%;
    margin: auto;
  }
  #myperfection-bw .tech-section .tech-visual .text1 .wow1 {
    display: block;
    font-size: clamp(1.688rem, 0.077rem + 6.87vw, 3.375rem);
    line-height: 1.5;
    font-weight: 600;
  }
  #myperfection-bw .tech-section .tech-visual .text1 .wow1 span {
    position: absolute;
    top: 7%;
    right: 40%;
  }
  #myperfection-bw .tech-section .tech-visual .text1 .wow2 {
    display: table;
    padding: 5px 20px;
    font-size: clamp(0.875rem, 0.25rem + 2.67vw, 1.5rem);
    margin-left: -9%;
    width: 86%;
  }
  #myperfection-bw .tech-section .tech-visual .text2 {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-column-end: 3;
    width: 76%;
    margin: auto;
  }
  #myperfection-bw .tech-section .tech-visual .danmen {
    grid-row-start: 3;
    grid-column-start: 2;
    margin: -20% 0 0 -59.6%;
    max-width: 670px;
    width: 169%;
  }
  #myperfection-bw .tech-section .step-section {
    margin: 13% 0 0 auto;
    width: 97%;
  }
  #myperfection-bw .step-section .step-info {
    gap: 0;
    padding: 20px 0 9% 20px;
  }
  #myperfection-bw .step-section .step-diagram {
    padding: 20px 10px;
    gap: 0 5px;
  }
  #myperfection-bw .step-section .step-box .top {
    width: 70%;
    margin-bottom: -6%;
  }
  #myperfection-bw .step-section .step-box .top p {
    padding: 18% 0 13%;
    font-size: clamp(0.625rem, -0.031rem + 2.8vw, 1.313rem);
    font-weight: 100;
  }
  #myperfection-bw .step-section .orangearrow {
    width: clamp(0.625rem, 0.267rem + 1.53vw, 1rem);
  }
  #myperfection-bw .step-section .step-box .bt1 {
    font-size: clamp(0.563rem, -0.094rem + 2.8vw, 1.25rem);
  }
  #myperfection-bw .step-section .step-box .bt2 {
    font-size: clamp(1rem, 0.284rem + 3.05vw, 1.75rem);
  }
  #myperfection-bw .step-section .step-info .word .word1 {
    font-weight: 600;
  }
  #myperfection-bw .step-section .step-info .word .word2 {
    font-weight: 600;
  }
  #myperfection-bw .step-section .step-info .word .word3 {
    margin: revert;
  }
  #myperfection-bw .texture-section {
    margin: 12% auto 0;
  }
}
@media (max-width: 440px) {
  #myperfection-bw .tech-section .tech-visual {
    padding: 30px 20px 20px;
  }
  #myperfection-bw .tech-section .tech-visual .movie {
    margin-left: -15%;
  }
  #myperfection-bw .tech-section .tech-visual .movie  video {
    transform: translateY(-28%) scale(1.12);
  }
  #myperfection-bw .tech-section .tech-visual .text1 .wow1 {
    margin: 0;
  }
  #myperfection-bw .tech-section .tech-visual .text1 .wow1 span {
    position: absolute;
    top: 4%;
    right: 32%;
  }
  #myperfection-bw .tech-section .tech-visual .text1 .wow2 {
    margin-left: -12%;
    padding: 5px 16px 5px 19px;
  }
}
/* ============================
  ONE STEP
============================ */
#myperfection-bw .one-step {
  position: relative;
  overflow: hidden;
}
#myperfection-bw .one-step .one-step__inner {
  position: relative;
}
#myperfection-bw .one-step .text_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1240px;
  margin: auto;
  padding: 8% 0 0;
}
#myperfection-bw .one-step .one-step__en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.813rem, 0.306rem + 5.22vw, 5rem);
  font-weight: 600;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}
#myperfection-bw .one-step .one-step__en--top {
  grid-column: 1 / 3;
}
#myperfection-bw .one-step .one-step__en--bottom {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
#myperfection-bw .one-step .one-step__copy {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  text-align: center;
}
#myperfection-bw .one-step .one-step__jp {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.375rem, 0.659rem + 1.49vw, 2rem);
  line-height: 2.1;
  letter-spacing: 0.12em;
  color: #e84d07;
}
#myperfection-bw .one-step .one-step__image {
  position: absolute;
  top: 57%;
  right: 0;
  width: 60.5%;
  transform: translate(20%, -50%);
  z-index: 3;
}
#myperfection-bw .one-step .one-step__image.trigger img {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(-30px);
}
#myperfection-bw .one-step .one-step__image.trigger.move img {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 900px) {
  #myperfection-bw .one-step .one-step__inner {
  }
}
@media (max-width: 768px) {
  #myperfection-bw .tech-section.bg-sky {
  }
  #myperfection-bw .one-step .one-step__inner {
  }
  #myperfection-bw .one-step .one-step__en {
    letter-spacing: 0.18em;
  }
  #myperfection-bw .one-step .one-step__en--top {
    font-size: clamp(3.063rem, 0.021rem + 12.98vw, 6.25rem);
    margin: 0;
  }
  #myperfection-bw .one-step .one-step__en--bottom {
    font-size: clamp(3.063rem, 0.021rem + 12.98vw, 6.25rem);
    margin: 0;
    grid-row: 4 / 5;
  }
  #myperfection-bw .one-step .one-step__jp {
    font-size: clamp(1.125rem, 0.409rem + 3.05vw, 1.875rem);
    line-height: 2;
    margin: 0;
    letter-spacing: 0;
  }
  #myperfection-bw .one-step .one-step__image {
    width: 90%;
    transform: translate(0%, -59%);
  }
  #myperfection-bw .one-step .one-step__copy {
    text-align: left;
    width: 110%;
    grid-row: 3 / 4;
  }
  #myperfection-bw .one-step .one_and_box.sp_only {
    width: 90%;
    height: 28vw;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  #myperfection-bw .texture-section .texture-text .t2 span {
    left: 47%;
  }
}
@media (max-width: 440px) {
  #myperfection-bw .one-step .one-step__inner {
  }
  #myperfection-bw .one-step .one-step__en--top {
  }
  #myperfection-bw .one-step .one-step__copy {
    width: 140%;
  }
}
#myperfection-bw .ingredients {
  background: #f8f1e9;
}
#myperfection-bw .ingredients .container {
  max-width: 100%;
  padding: 0;
}
#myperfection-bw .ingredients .section-title {
  text-align: center;
}
#myperfection-bw .ingredients .section-title h2 {
  font-family: "yu-mincho-pr6n", sans-serif;
  margin: 0;
  color: #e67e22;
  font-weight: normal;
  font-size: clamp(2.375rem, 1.515rem + 1.79vw, 3.125rem);
  line-height: 1.7;
}
#myperfection-bw .ingredients .section-title p {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.125rem, 0.122rem + 2.09vw, 2rem);
  margin: 10px 0 0;
}
#myperfection-bw .ingredients .box-header {
  color: #fff;
  border-radius: 50px 50px 0 0;
  margin-top: 30px;
  position: relative;
  overflow: visible;
}
#myperfection-bw .ingredients .box-header .box-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 110%;
  margin: 0 0 0 -10%;
  max-height: 200px;
  position: absolute;
  top: 0%;
  transform: translate(0, 25%);
}
#myperfection-bw .ingredients .ingredients-box.slide2 .box-header .box-header-inner {
  transform: translate(0, 13%);
}
#myperfection-bw .ingredients .box-header .titicon {
  width: 23.739%;
  margin: 0 0 -9%;
  transform: translateY(-22%);
}
#myperfection-bw .ingredients .box-header .tit1 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(3.125rem, 2.051rem + 2.24vw, 4.063rem);
  margin: 0;
  line-height: 0.5;
  text-align: center;
}
#myperfection-bw .ingredients .box-header .tit1 span {
  font-family: "cormorant-garamond", serif;
  font-size: clamp(0.75rem, 0.392rem + 0.75vw, 1.063rem);
}
#myperfection-bw .ingredients .box-header ul li {
  font-size: clamp(0.875rem, 0.015rem + 1.79vw, 1.625rem);
  background: #f8f1e9;
  color: #ea4d07;
  padding: 0 30px;
  border-radius: 50px;
  text-align: center;
  margin: 10px 0;
}
#myperfection-bw .ingredients .box-header ul li p {
  margin: 0;
  display: flex;
}
#myperfection-bw .ingredients .box-header ul li p span {
  font-size: 10px;
}
#myperfection-bw .ingredients .slider_wrap {
  padding-bottom: 80px;
}
#myperfection-bw .ingredients .slider_wrap .slider > div {
  width: 100%;
  margin: auto;
}
#myperfection-bw .ingredients .ingredients-box {
  position: relative;
  background:
    radial-gradient(
      circle at center,
      #fff 0%,
      #fff 40%,
      rgba(255,255,255,0) 55%
    ),
    #eff9fd;
  margin: auto;
  border-radius: 50px;
  max-width: 1100px;
  aspect-ratio: 1100 / 953;
  cursor: grab;
}
#myperfection-bw .ingredients .ingredients-box.slide2  {
  background:
    radial-gradient(
      circle at center,
      #fff 0%,
      #fff 40%,
      rgba(255,255,255,0) 55%
    ),
    #fffbe9;
}
#myperfection-bw .ingredients .ingredients-box.slide3  {
  background:
    radial-gradient(
      circle at center,
      #fff 0%,
      #fff 40%,
      rgba(255,255,255,0) 55%
    ),
    #f1f7ef;
}
#myperfection-bw .ingredients .ingredients-box::before {
  content: "LOTION LAYER";
  color: #ffffffcc;
  position: absolute;
  bottom: 12%;
  right: 1%;
  font-size: clamp(3.125rem, 0.976rem + 4.47vw, 5rem);
  writing-mode: vertical-lr;
  paint-order: stroke;
  line-height: 1;
  font-family: "montserrat", sans-serif;
  z-index: 0;
}
#myperfection-bw .ingredients .ingredients-box.slide2::before {
  top: 30%;
  content: "BEAUTY SERUM LAYER";
}
#myperfection-bw .ingredients .ingredients-box.slide3::before {
  content: "CREAM LAYER";
}
#myperfection-bw .ingredients .ingredients-box h3 {
  text-align: center;
  font-size: clamp(1rem, 0.212rem + 1.64vw, 1.688rem);
  font-weight: normal;
  margin: 0;
}
#myperfection-bw .ingredients .ingredients-box h3 span {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.5rem, 0.64rem + 1.79vw, 2.25rem);
  color: #ea4d07;
}
#myperfection-bw .ingredients .ingredients-box h3 span.num {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(3.125rem, 2.194rem + 1.94vw, 3.938rem);
}
#myperfection-bw .ingredients .ingredients-box h3 span.attention {
  font-size: 10px;
  color: #000;
}
#myperfection-bw .ingredients .ingredients-box.slide1 h3 {
  padding-top: 2%;
}
#myperfection-bw .ingredients .ingredients-box.slide2 h3 {
  padding-top: 0;
  margin-top: -4%;
}
#myperfection-bw .ingredients .ingredients-box.slide3 h3 {
  padding-top: 6%;
}
#myperfection-bw .ingredients .ingredients-box .slide1_box {
  display: flex;
  gap: 0 4%;
  width: 90%;
  margin: 6% auto 0;
  z-index: 1;
  position: inherit;
}
#myperfection-bw .ingredients .ingredients-box .slide1_box .icon0 {
  width: 27%;
}
#myperfection-bw .ingredients .ingredients-box  ul.serum-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 0;
  width: 90%;
  margin: 0 auto 30px;
  position: inherit;
}
#myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box {
  grid-template-columns: 1fr 1fr 1fr;
}
#myperfection-bw .ingredients .ingredients-box  ul.serum-box.new {
  grid-template-columns: 1fr 1fr;
  width: 51%;
  margin: 20px auto 0;
  padding-bottom: 40px;
}
#myperfection-bw .ingredients .ingredients-box.slide3  ul.serum-box.new {
  margin: 9% auto 0;
}
#myperfection-bw .ingredients .ingredients-box  ul.serum-box li {
  display: grid;
  grid-template-columns: 45% 50%;
  align-items: center;
}
#myperfection-bw .ingredients .ingredients-box  ul.serum-box li p {
  color: #535353;
  font-size: clamp(0.75rem, 0.177rem + 1.19vw, 1.25rem);
}
#myperfection-bw .ingredients .new-ingredients {
  background: #007bb5;
  padding: 0 0 17px;
  border-radius: 50px;
  width: 66%;
  margin: auto;
}
#myperfection-bw .ingredients .new-ingredients p {
  font-family: "yu-mincho-pr6n", sans-serif;
  text-align: center;
  color: #fff;
  font-size: clamp(0.938rem, 0.078rem + 1.79vw, 1.688rem);
  margin: 0;
  line-height: 1;
}
#myperfection-bw .ingredients .new-ingredients span {
  font-size: clamp(1.5rem, 0.64rem + 1.79vw, 2.25rem);
}
#myperfection-bw .ingredients .new-ingredients span.num {
  font-size: clamp(3.125rem, 2.194rem + 1.94vw, 3.938rem);
}
#myperfection-bw .ingredients .slider_wrap .slider .slick-dots li button {
  display: none;
}
#myperfection-bw .ingredients .slider_wrap .slider .slick-dots {
  bottom: -5%;
  height: 1.4%;
}
#myperfection-bw .ingredients .slider_wrap .slider .slick-dots li {
  width: auto;
  height: 100%;
  margin: 0% 0.4%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #e84d07;
  border-radius: 50%;
  transition: 0.2s;
}
#myperfection-bw .ingredients .slider_wrap .slider .slick-dots li.slick-active {
  background-color: #e84d07;
}
#myperfection-bw .ingredients p.attention {
  font-size: 12px;
  line-height: 1.1rem;
  color: #757575;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  #myperfection-bw .ingredients .ingredients-box {
    width: 90%;
  }
  #myperfection-bw .ingredients p.attention {
    width: 90%;
  }
}
@media (max-width: 900px) {
  #myperfection-bw .ingredients .box-header .box-header-inner {
    transform: translate(0, 13%);
  }
  #myperfection-bw .ingredients .ingredients-box.slide2 .box-header .box-header-inner {
    transform: translate(0, 9%);
  }
}
@media (max-width: 768px) {
  #myperfection-bw .ingredients .section-title h2 {
    font-size: clamp(1.688rem, 0.077rem + 6.87vw, 3.375rem);
    line-height: 1.3;
    padding-top: 10%;
  }
  #myperfection-bw .ingredients .section-title p {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    line-height: 1.5;
    margin: 2% 0 0;
  }
  #myperfection-bw .ingredients .serum-wave {
    bottom: -37%;
  }
  #myperfection-bw .ingredients .ingredients-box {
    aspect-ratio: 750 / 1338;
    width: 100%;
  }
  #myperfection-bw .ingredients .box-header .box-header-inner {
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 35% 60%;
  }
  #myperfection-bw .ingredients .ingredients-box.slide2 .box-header .box-header-inner {
    transform: translate(0, 17%);
  }
  #myperfection-bw .ingredients .box-header .titicon {
    width: 100%;
    margin: 0;
    transform: translateY(0%);
    grid-row: 1 / 3;
  }
  #myperfection-bw .ingredients .box-header .tit1 {
    font-size: clamp(2rem, 0.032rem + 8.4vw, 4.063rem);
    line-height: 0.6;
    margin-top: auto;
  }
  #myperfection-bw .ingredients .box-header ul li {
    font-size: clamp(0.5rem, 0.083rem + 2.22vw, 1.125rem);
    padding: 1% 0;
    margin: 2% auto;
    z-index: 1;
    position: relative;
    width: 60%;
  }
  #myperfection-bw .ingredients .box-header ul li p {
    justify-content: center;
  }
  #myperfection-bw .ingredients .ingredients-box ul.serum-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #myperfection-bw .ingredients .ingredients-box ul.serum-box li p {
    font-size: clamp(0.563rem, -0.034rem + 2.54vw, 1.188rem);
  }
  #myperfection-bw .ingredients .new-ingredients {
    width: 94%;
    padding: 0 0 2%;
    text-align: center;
  }
  #myperfection-bw .ingredients .new-ingredients p {
    font-size: clamp(0.875rem, 0.279rem + 2.54vw, 1.5rem);
    display: inline-flex;
    align-items: flex-end;
  }
  #myperfection-bw .ingredients p.attention {
    font-size: clamp(0.563rem, 0.375rem + 0.8vw, 0.75rem);
  }
  #myperfection-bw .ingredients .ingredients-box::before {
    font-size: clamp(2.188rem, 0.398rem + 7.63vw, 4.063rem);
    writing-mode: unset;
    bottom: 2%;
    left: 4%;
  }
  #myperfection-bw .ingredients .ingredients-box.slide2::before {
    top: unset;
  }
  #myperfection-bw .ingredients .ingredients-box.slide1 h3 {
    padding: 5% 0 6%;
  }
  #myperfection-bw .ingredients .ingredients-box.slide2 h3 {
    padding: 0 0 6%;
  }
  #myperfection-bw .ingredients .ingredients-box.slide3 h3 {
    padding: 25% 0 7%;
  }
  #myperfection-bw .ingredients .ingredients-box h3 {
    font-size: clamp(1.625rem, 1.029rem + 2.54vw, 2.25rem);
    line-height: 1.2;
  }
  #myperfection-bw .ingredients .new-ingredients span {
    font-size: clamp(1.125rem, 0.409rem + 3.05vw, 1.875rem);
  }
  #myperfection-bw .ingredients .new-ingredients span.num {
    font-size: clamp(1.75rem, 1.034rem + 3.05vw, 2.5rem);
    position: relative;
    top: 0.14em;
  }
  #myperfection-bw .ingredients .ingredients-box ul.serum-box.new {
     width: 70%;
  }
  #myperfection-bw .ingredients .ingredients-box.slide3 ul.serum-box.new {
    width: 80%;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box {
    display: grid;
    grid-template-columns: 48% 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 16px 10px;
    width: 94%;
    margin: 8% auto 0;
    justify-items: center;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box .icon0 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    align-self: center;
    width: 80%;
    margin-left: 30%;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box .icon0 img {
    width: 100%;
    height: auto;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box {
    display: contents;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li:nth-child(1) {
    grid-column: 2 / 4;
    grid-row: 1;
    margin-right: 40%;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 2;
    margin-right: 40%;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
    margin-right: 80%;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li:nth-child(5) {
    grid-column: 3;
    grid-row: 3;
    margin-right: 110%;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li:nth-child(6) {
    grid-column: 1;
    grid-row: 4;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
    margin-right: 80%;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li:nth-child(8) {
    grid-column: 3;
    grid-row: 4;
    margin-right: 110%;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li {
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box {
    grid-auto-rows: 1fr;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li {
    width: 31vw;
    height: 100%;
    align-items: center;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li .icon {
    width: clamp(3rem, -0.101rem + 13.23vw, 6.25rem);
    height: clamp(3rem, -0.101rem + 13.23vw, 6.25rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #myperfection-bw .ingredients .ingredients-box .slide1_box ul.serum-box li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 440px) {
  #myperfection-bw .ingredients .serum-wave {
    bottom: -44%;
  }
  #myperfection-bw .ingredients .box-header ul li p span {
    font-size: 7px;
  }
  #myperfection-bw .ingredients .ingredients-box.slide1 h3 {
    padding: 1% 0 0;
  }
  #myperfection-bw .ingredients .ingredients-box.slide2 h3 {
    padding: 0% 0 6%;
  }
  #myperfection-bw .ingredients .ingredients-box.slide3 h3 {
    padding: 18% 0 7%;
  }
}
/* ============================
  ワイナリー
============================ */
#myperfection-bw .winery {
  background-color: #fef3e7;
  padding: 60px 0 200px;
}
#myperfection-bw .winery .container {
  position: relative;
  background-color: #dbeaf9;
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 50px;
  padding: 60px 0;
  width: 90%;
}
#myperfection-bw .winery .photo {
  width: 59.545%;
  margin: 0 0 0 -12%;
}
#myperfection-bw .winery .winery-text {
  display: grid;
  align-content: space-between;
  color: #e84d07;
}
#myperfection-bw .winery .winery-text h3 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(0.938rem, -0.137rem + 2.24vw, 1.875rem);
  font-weight: normal;
  margin: 0;
}
#myperfection-bw .winery .winery-text h2 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(1.75rem, 0.532rem + 2.53vw, 2.813rem);
  font-weight: normal;
  margin: 30px 0;
  line-height: 3.9rem;
}
#myperfection-bw .winery .winery-text p {
  font-size: clamp(0.625rem, 0.052rem + 1.19vw, 1.125rem);
  font-weight: 600;
  margin: 0;
}
#myperfection-bw .winery .winery-text p span {
  font-size: 10px;
}
#myperfection-bw .winery .icon {
  position: absolute;
  top: -13%;
  right: -3%;
  width: 20.834%;
}
@media (max-width: 1000px) {
  #myperfection-bw .winery .container {
    width: 90%;
    padding: 60px 20px 60px 0;
  }
}
@media (min-width: 768px) {
  .step-diagram {
    width: 50%;
  }
  .product-bg-text {
    font-size: 6rem;
  }
  .ingredients-grid {
    grid-template-columns: repeat(6, 1fr);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .winery {
    padding: 0px 0 30%;
  }
  #myperfection-bw .winery .container {
    display: grid;
    width: 86%;
    padding: 9% 0;
    border-radius: 30px;
  }
  #myperfection-bw .winery .winery-text h3 {
    padding: 0 5%;
    font-size: clamp(1.5rem, 0.625rem + 3.73vw, 2.375rem);
    line-height: 1.3;
  }
  #myperfection-bw .winery .winery-text h2 {
    padding: 0 5%;
    font-size: clamp(1.75rem, 0.313rem + 6.13vw, 3.188rem);
    line-height: 1.3;
  }
  #myperfection-bw .winery .winery-text p {
    padding: 4% 5% 0;
    font-size: clamp(0.625rem, 0.187rem + 1.87vw, 1.063rem);
  }
  #myperfection-bw .winery .photo {
    width: 100%;
    margin: auto;
  }
  #myperfection-bw .winery .icon {
    top: -3%;
    right: -2%;
    width: 31.8%;
  }
}
/* ============================
  フレグランス
============================ */
#myperfection-bw .fragrance {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
#myperfection-bw .fragrance::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/myperfection-bw/fragrance-bg.jpg") no-repeat center center / cover;
  filter: brightness(0.9);
  z-index: 0;
}
#myperfection-bw .fragrance .relative-z {
  position: relative;
  max-width: 1100px;
  z-index: 2;
}
#myperfection-bw .fragrance .fragrance-main-title {
  font-size: clamp(1.5rem, 0.927rem + 1.19vw, 2rem);
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  letter-spacing: 0.1em;
  font-weight: 600;
}
#myperfection-bw .fragrance .fragrance-glass-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 80px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  max-width: 1100px;
  margin: 0 auto;
}
#myperfection-bw .fragrance .fragrance-content {
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: center;
}
#myperfection-bw .fragrance .fragrance-sub-title {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: normal;
  font-size: clamp(2.188rem, 1.471rem + 1.49vw, 2.813rem);
  margin: 0 0 15px;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#myperfection-bw .fragrance .fragrance-desc {
  font-size: clamp(0.875rem, 0.23rem + 1.34vw, 1.438rem);
  line-height: 1.6;
  margin: 0;
}
#myperfection-bw .fragrance .fragrance-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 53%;
}
#myperfection-bw .fragrance .pyramid-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
#myperfection-bw .fragrance .label-text {
  display: flex;
  flex-direction: column;
}
#myperfection-bw .fragrance .l-type {
  font-family: "cormorant-garamond", serif;
  font-size: clamp(1.375rem, 0.301rem + 2.24vw, 2.313rem);
  letter-spacing: 0.05em;
  line-height: 1;
}
#myperfection-bw .fragrance .l-desc {
  font-size: clamp(0.75rem, 0.177rem + 1.19vw, 1.25rem);
}
#myperfection-bw .fragrance .label-row.middle {
  margin-top: 1.1rem;
}
#myperfection-bw .fragrance .label-row.bottom {
  margin-top: 1.1rem;
}
#myperfection-bw .fragrance .fragrance-note {
  font-size: 12px;
  text-align: right;
  margin-top: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  #myperfection-bw .fragrance {
    padding: 6% 0;
  }
  #myperfection-bw .fragrance::before {
    background: url("../img/myperfection-bw/fragrance-bg_sp.png") no-repeat center center / cover;
  }
  #myperfection-bw .fragrance .fragrance-content {
    display: block;
  }
  #myperfection-bw .fragrance .fragrance-glass-box {
    padding: 30px 20px;
  }
  #myperfection-bw .fragrance .fragrance-sub-title {
    font-size: clamp(1.625rem, 1.029rem + 2.54vw, 2.25rem);
    line-height: 1.2;
  }
  #myperfection-bw .fragrance .fragrance-chart {
    width: 100%;
    padding-top: 5%;
  }
  #myperfection-bw .fragrance .l-type {
    font-size: clamp(1.75rem, 0.25rem + 6.4vw, 3.25rem);
  }
  #myperfection-bw .fragrance .l-desc {
    font-size: clamp(0.5rem, 2.13vw, 1rem);
  }
}
/* =========================================
USER'S VOICE
========================================= */
#myperfection-bw .voice {
  padding: 60px 0 280px;
  background: url("../img/myperfection-bw/voice-bg.jpg") top center/cover no-repeat;
}
#myperfection-bw .voice .container {
  max-width: 1100px;
}
#myperfection-bw .voice .section-title h2 {
  text-align: center;
  color: #e84d07;
  font-size: clamp(2.25rem, 1.247rem + 2.09vw, 3.125rem);
  font-family: "cormorant-garamond", serif;
  font-weight: normal;
}
#myperfection-bw .voice .slick-dotted.slick-slider {
  margin-bottom: 0;
  cursor: grab;
}
#myperfection-bw .voice .voice-card {
  width: 98.1%;
  background: linear-gradient(to bottom, #e84d07 0%, #e84d07 56%, #fff 56%, #fff 100%);
  border-radius: 30px;
  padding: 0;
}
#myperfection-bw .voice .voice-header {
  display: grid;
  grid-template-columns: 33% 64%;
  gap: 0 8%;
  border-radius: 30px 30px 0 0;
  color: #fff;
}
#myperfection-bw .voice .voice-face {
  width: 100%;
}
#myperfection-bw .voice .voice-balloon {
  display: grid;
  align-content: end;
  font-family: "yu-mincho-pr6n", sans-serif;
  padding: 0;
}
#myperfection-bw .voice .voice-balloon h3 {
  font-weight: 400;
  font-size: clamp(1.375rem, 0.802rem + 1.19vw, 1.875rem);
  margin-bottom: 5px;
  line-height: 1.3;
  font-feature-settings: "palt";
}
#myperfection-bw .voice .voice-age {
  font-weight: 400;
  font-size: clamp(1.25rem, 0.82rem + 0.89vw, 1.625rem);
  margin: 0;
}
#myperfection-bw .voice .voice-body {
  padding: 7% 6% 3%;
}
#myperfection-bw .voice .voice-body p {
  font-size: clamp(0.75rem, 0.177rem + 1.19vw, 1.25rem);
  color: #e84d07;
  line-height: 1.6;
  text-align: justify;
  font-weight: 600;
}
#myperfection-bw .voice .note-text {
  font-size: 12px;
  text-align: right;
}
#myperfection-bw .voice .slider_wrap .slider .slick-dots li button {
  display: none;
}
#myperfection-bw .voice .slider_wrap .slider .slick-dots {
  bottom: -13%;
  height: 2.4%;
}
#myperfection-bw .voice .slider_wrap .slider .slick-dots li {
  width: auto;
  height: 100%;
  margin: 0% 0.4%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #e84d07;
  border-radius: 50%;
  transition: 0.2s;
}
#myperfection-bw .voice .slider_wrap .slider .slick-dots li.slick-active {
  background-color: #e84d07;
}
@media (max-width: 1000px) {
  #myperfection-bw .voice .voice-header {
    gap: 0 10px;
    border-radius: 30px 30px 0 0;
  }
  #myperfection-bw .voice .voice-body {
    padding: 7% 9% 3%;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .voice {
    padding: 60px 0 21%;
  }
  #myperfection-bw .voice .slider_wrap .slider .slick-dots {
    bottom: -1%;
  }
  #myperfection-bw .voice .voice-card {
    position: relative;
    aspect-ratio: 589 / 558;
    background: linear-gradient(to bottom, #e84d07 0%, #e84d07 50%, #fff 50%, #fff 100%);
  }
  #myperfection-bw .voice .voice-body {
    padding: 0 6%;
    position: absolute;
    top: 56%;
  }
  #myperfection-bw .voice .voice-balloon h3 {
    font-size: clamp(1.25rem, 0.654rem + 2.54vw, 1.875rem);
  }
  #myperfection-bw .voice .voice-body p {
    font-size: clamp(0.75rem, 0.273rem + 2.04vw, 1.25rem);
  }
  #myperfection-bw .voice .note-text {
    text-align: left;
    padding-top: 5%;
  }
}
/* =========================================
VOLUME
========================================= */
#myperfection-bw .volume {
  position: relative;
  padding: 0;
  margin: -9% auto -7%;
}
#myperfection-bw .volume img {
  width: 100%;
}
#myperfection-bw .volume .volume-text-box {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 60%;
  text-align: center;
}
#myperfection-bw .volume .vol-sub {
  font-size: clamp(1.125rem, 0.265rem + 1.79vw, 1.875rem);
  line-height: 1.8;
  color: #e84d07;
  font-weight: 600;
  margin-bottom: 10px;
}
#myperfection-bw .volume .vol-main {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 0.711rem + 2.68vw, 3.125rem);
  color: #e84d07;
  line-height: 1.2;
}
#myperfection-bw .volume .vol-main span {
  font-size: clamp(2.5rem, 0.351rem + 4.47vw, 4.375rem);
}
#myperfection-bw .volume .wave-separator {
  width: 100%;
  line-height: 0;
}
#myperfection-bw .volume .wave-separator svg {
  width: 100%;
  height: 60px;
  display: block;
}
@media (max-width: 768px) {
  #myperfection-bw .volume {
    margin: -9% auto -12%;
  }
  #myperfection-bw .volume .vol-main {
    font-size: clamp(1.25rem, 0.625rem + 2.67vw, 1.875rem);
    margin: 0 0 30%;
  }
  #myperfection-bw .volume .vol-main span {
    font-size: clamp(1.875rem, 1.25rem + 2.67vw, 2.5rem);
  }
  #myperfection-bw .volume .vol-sub {
    font-weight: 500;
  }
  #myperfection-bw .volume .volume-text-box {
    left: 50%;
  }
}
/* =========================================
HOW TO USE Section
========================================= */
#myperfection-bw .how-to {
  background-color: #e84d07;
  padding: 7% 0;
}
#myperfection-bw .how-to .how-header-text {
  margin: -30px auto 90px;
  width: 70.7%;
  max-width: 820px;
}
#myperfection-bw .how-to .section-title.inverse h2 {
  color: #fff;
  font-family: "cormorant-garamond", serif;
  font-size: clamp(2.375rem, 1.515rem + 1.79vw, 3.125rem);
  margin: 20px 0 10px;
  text-align: center;
  font-weight: normal;
}
#myperfection-bw .how-to .steps-container {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 10px;
  align-items: center;
  max-width: 988px;
  margin: auto;
  padding: 20px;
}
#myperfection-bw .how-to .step-card {
  width: 33%;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#myperfection-bw .how-to .step-label {
  color: #e84d07;
  font-family: "montserrat", sans-serif;
  font-size: clamp(1rem, 0.57rem + 0.89vw, 1.375rem);
  display: block;
  margin-bottom: 10px;
}
#myperfection-bw .how-to .step-arrow {
  color: #e84d07;
  width: 13px;
  height: 12px;
  border-top: 2px solid #e84d07;
  border-left: 2px solid #e84d07;
  transform: translateY(-400%) rotate(135deg);
  display: inline-block;
}
#myperfection-bw .how-to .step-img {
  width: 101%;
}
#myperfection-bw .how-to .step-desc {
  width: 101%;
  font-size: clamp(0.75rem, 0.32rem + 0.89vw, 1.125rem);
  text-align: justify;
  font-weight: 600;
}
#myperfection-bw .how-to .tips-box-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  margin-top: 40px;
  color: #333;
  position: relative;
  text-align: center;
}
#myperfection-bw .how-to .tips-header-pill {
  font-size: clamp(1rem, 0.427rem + 1.19vw, 1.5rem);
  background-color: #e84d07;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
  border: 2px solid #fff;
}
#myperfection-bw .how-to .tips-sub {
  color: #e84d07;
  margin: 30px 0 20px;
  font-size: clamp(1rem, 0.427rem + 1.19vw, 1.5rem);
}
#myperfection-bw .how-to .tips-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
  width: 61%;
  margin: auto;
}
#myperfection-bw .how-to .tips-grid .tip-item {
  display: grid;
  justify-items: center;
}
#myperfection-bw .how-to .tip-label {
  color: #e84d07;
  font-family: "montserrat", sans-serif;
  font-size: clamp(1rem, 0.57rem + 0.89vw, 1.375rem);
  display: block;
  margin-bottom: 5px;
}
#myperfection-bw .how-to .tip-img {
  width: 88.342%;
}
#myperfection-bw .how-to .tip-item p {
  text-align: justify;
  width: 88.342%;
  font-weight: 600;
}
#myperfection-bw .how-to .tips-accordion {
  background: #fff;
  border-radius: 20px;
  margin: 80px auto;
  position: relative;
  text-align: center;
  max-width: 988px;
}
#myperfection-bw .how-to .tips-input {
  display: none;
}
#myperfection-bw .how-to .tips-header-pill:hover {
  background-color: #fff;
  color: #e84d07;
  border: 2px solid #e84d07;
}
#myperfection-bw .how-to .toggle-icon {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
  margin-bottom: 4px;
}
#myperfection-bw .how-to .tips-header-pill:hover .toggle-icon {
  border-top: 2px solid #e84d07;
  border-right: 2px solid #e84d07;
}
#myperfection-bw .how-to .tips-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.3s;
  padding: 0 20px;
}
#myperfection-bw .how-to .tips-input:checked ~ .tips-content {
  max-height: 1000px;
  padding: 40px 20px 30px;
}
#myperfection-bw .how-to .tips-input:checked ~ .tips-header-pill .toggle-icon {
  transform: rotate(-45deg);
  margin-bottom: -4px;
}
@media (max-width: 1000px) {
  #myperfection-bw .how-to {
    padding: 9% 0 3%;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .how-to {
    padding: 18% 0 10%;
  }
  #myperfection-bw .how-to .container {
    padding: 0;
  }
  #myperfection-bw .how-to .steps-container {
    display: block;
    background: none;
    padding: 0;
  }
  #myperfection-bw .how-to .slider_wrap .slider .slick-slide {
    cursor: pointer;
  }
  #myperfection-bw .how-to .slider_wrap .slider .slick-dots li button {
    display: none;
  }
  #myperfection-bw .how-to .slider_wrap .slider .slick-dots {
    bottom: -3%;
    height: 2.4%;
  }
  #myperfection-bw .how-to .slider_wrap .slider .slick-dots li {
    width: auto;
    height: 100%;
    margin: 0% 0.4%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.2s;
  }
  #myperfection-bw .how-to .slider_wrap .slider .slick-dots li.slick-active {
    background-color: #fff;
  }
  #myperfection-bw .how-to .step-card {
    width: 94%;
    margin: auto;
    background: #fff;
    border-radius: 30px;
  }
  #myperfection-bw .how-to .step-card img {
    margin: auto;
  }
  #myperfection-bw .how-to .step-desc {
    text-align: center;
  }
  #myperfection-bw .how-to .tips-accordion {
    width: 88%;
  }
  #myperfection-bw .how-to .tips-header-pill {
    width: 78%;
  }
  #myperfection-bw .how-to .tips-grid {
    display: block;
    width: 90%;
  }
  #myperfection-bw .how-to .tip-item p {
    font-size: clamp(0.875rem, 0.25rem + 2.67vw, 1.5rem);
  }
}
@media (max-width: 440px) {
  #myperfection-bw .how-to .step-desc {
    text-align: justify;
    max-width: 251px;
  }
}
/* =========================
   item Section Base
========================= */
#myperfection-bw .bw-item {
  background: url("../img/myperfection-bw/item-bg.png") top center/cover no-repeat;
  background-color: #f8f1e9;
  overflow: hidden;
  position: relative;
}
#myperfection-bw .bw-item .item-fv {
  padding: 80px 16px 0px;
  text-align: center;
  position: relative;
}
#myperfection-bw .bw-item .item-copy {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(2.125rem, 1.409rem + 1.49vw, 2.75rem);
  line-height: 1.6;
  color: #fff;
  margin-bottom: 32px;
  letter-spacing: .08em;
}
#myperfection-bw .bw-item .item-main {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
#myperfection-bw .bw-item .item-main .item_wrap_text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 43%;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: auto;
  position: inherit;
  z-index: 1;
  padding-bottom: 21%;
}
#myperfection-bw .bw-item .item-labels {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#myperfection-bw .bw-item .item-labels span {
  background: rgba(255,255,255,.7);
  color: #e25c00;
  font-size: clamp(1.125rem, 0.91rem + 0.45vw, 1.313rem);
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
#myperfection-bw .bw-item .item-text-vertical {
  writing-mode: vertical-rl;
  text-align: start;
  display: flex;
  color: #fff;
  font-size: clamp(1.5rem, 0.784rem + 1.49vw, 2.125rem);
  line-height: 1.8;
  letter-spacing: .15em;
  margin-bottom: -24%;
  align-items: flex-end;
}
#myperfection-bw .bw-item .item-text-vertical p {
  margin: 0;
}
#myperfection-bw .bw-item .item-volume {
  width: 80%;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
#myperfection-bw .bw-item .volume-main {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-size: clamp(2rem, 1.642rem + 0.75vw, 2.313rem);
  line-height: 1;
}
#myperfection-bw .bw-item .volume-sub {
  font-size: clamp(0.875rem, 0.517rem + 0.75vw, 1.188rem);
}
#myperfection-bw .bw-item .item-note {
  font-size: clamp(0.875rem, 0.374rem + 1.04vw, 1.313rem);
  color: #fff;
  text-align: left;
}
#myperfection-bw .bw-item .item-note p {
  margin: 0;
}
#myperfection-bw .bw-item .item-note .box {
  border: 1px solid #fff;
  padding: 5px 10px;
  display: inline;
}
#myperfection-bw .bw-item .item-image {
  position: absolute;
  bottom: 0;
  width: 102%;
}
#myperfection-bw .bw-item p.attention {
  text-align: center;
  margin: 0;
  position: inherit;
}
@media (min-width: 1441px) {
  #myperfection-bw .bw-item .item-fv::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(248, 241, 233, 0) 0%, rgba(248, 241, 233, 1) 100%);
  }
  #myperfection-bw .bw-item .end_bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(248, 241, 233, 1) 60%,
      rgba(248, 241, 233, 1) 100%
    );
  }
}
@media (max-width: 900px) {
  #myperfection-bw .bw-item .item-main .item_wrap_text {
    gap: 0 35%;
  }
  #myperfection-bw .bw-item .item-labels {
    gap: 7px 0;
    width: 58%;
    margin: 0 auto;
  }
  #myperfection-bw .bw-item .item-labels span {
    padding: 2px 14px;
  }
  #myperfection-bw .bw-item .item-volume {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .bw-item {
    background: url("../img/myperfection-bw/item-bg_sp.png") top center/contain no-repeat;
    background-color: #f8f1e9;
  }
  #myperfection-bw .bw-item .item-main .item_wrap_text {
    gap: 10px 28%;
  }
  #myperfection-bw .bw-item .item-copy {
    margin: 0 0 12%;
    font-size: clamp(1.375rem, 0.75rem + 2.67vw, 2rem);
  }
  #myperfection-bw .bw-item .item-main {
    padding: 0 0 12%;
  }
  #myperfection-bw .bw-item .item-image {
    width: 100%;
  }
  #myperfection-bw .bw-item .item-labels {
    gap: 7px;
  }
  #myperfection-bw .bw-item .item-labels span {
    font-size: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
    padding: 4px 26px;
  }
  #myperfection-bw .bw-item .volume-main {
    font-size: clamp(1.063rem, 0.5rem + 2.4vw, 1.625rem);
  }
  #myperfection-bw .bw-item .volume-sub {
    font-size: clamp(0.563rem, 0.25rem + 1.33vw, 0.875rem);
  }
  #myperfection-bw .bw-item .item-text-vertical {
    font-size: clamp(0.813rem, 3.47vw, 1.625rem);
  }
  #myperfection-bw .bw-item .item-note {
    font-size: clamp(0.688rem, 0.25rem + 1.87vw, 1.125rem);
  }
  #myperfection-bw .bw-item .item-note p {
    margin: 6px 0 0;
  }
}
@media (max-width: 440px) {
  #myperfection-bw .bw-item .item-labels {
    gap: 5px;
  }
  #myperfection-bw .bw-item .item-labels span {
    padding: 1px 16px;
  }
}
/* =========================
   Single Purchase
========================= */
#myperfection-bw .bw-item .item-single {
  padding: 32px 16px 0;
  text-align: center;
  max-width: 1100px;
  margin: auto;
  position: inherit;
}
#myperfection-bw .bw-item .price-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
#myperfection-bw .bw-item .price-label {
  font-size: 20px;
  line-height: 1.2;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 20px;
}
#myperfection-bw .bw-item .price-main {
  text-align: left;
}
#myperfection-bw .bw-item .price-title {
  font-size: 18px;
  display: block;
}
#myperfection-bw .bw-item .price-num {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 42px;
  margin: 0;
  display: inline-flex;
  align-items: flex-end;
}
#myperfection-bw .bw-item .price-tax {
  font-size: 14px;
  display: inline-grid;
}
#myperfection-bw .bw-item .price-badge {
  border: 1px solid #e25c00;
  color: #e25c00;
  padding: 8px 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 8px;
}
#myperfection-bw .bw-item .btn-single {
  display: flex;
  align-items: center;
  max-width: 320px;
  padding: 6px 16px;
  font-size: 24px;
  border: 1px solid #e25c00;
  color: #e25c00;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
#myperfection-bw .bw-item .btn-single:hover {
  background: #e84d07;
  color: #fff;
}
#myperfection-bw .btn-single .arrow-circle {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #e84d07;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s ease;
}
#myperfection-bw .btn-single .arrow-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #e84d07;
  border-left: 1px solid #e84d07;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.3s ease;
}
#myperfection-bw .btn-single:hover .arrow-circle {
  border: 2px solid #fff;
}
#myperfection-bw .btn-single:hover .arrow-circle::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#myperfection-bw .subscription-button .arrow-circle {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s ease;
}
#myperfection-bw .subscription-button .arrow-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.3s ease;
}
/* =========================
   Subscription
========================= */
#myperfection-bw .bw-item .item-subscription {
  background: #fff;
  margin: 40px 16px 0;
  border-radius: 12px;
  overflow: hidden;
}
#myperfection-bw .bw-item .subscription-head {
  background: #e25c00;
  color: #fff;
  padding: 20px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
#myperfection-bw .bw-item .subscription-rate {
  background: #fff;
  color: #e25c00;
  padding: 8px 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}
#myperfection-bw .bw-item .rate-num {
  font-size: 22px;
  font-weight: 700;
}
#myperfection-bw .bw-item .subscription-title {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
#myperfection-bw .bw-item .subscription-tags span {
  border: 1px solid #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}
#myperfection-bw .bw-item .subscription-body {
  padding: 24px 16px;
  position: relative;
}
#myperfection-bw .bw-item .subscription-price p {
  margin-bottom: 12px;
}
#myperfection-bw .bw-item .subscription-price .normal {
  color: #777;
}
#myperfection-bw .bw-item .subscription-price .discount em {
  font-size: 32px;
  font-weight: 700;
  color: #e25c00;
}
#myperfection-bw .bw-item .subscription-saving {
  position: absolute;
  right: 16px;
  top: 24px;
  width: 100px;
  height: 100px;
  border: 2px solid #e25c00;
  border-radius: 50%;
  color: #e25c00;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#myperfection-bw .bw-item .btn-subscription {
  display: block;
  margin: 0 16px 24px;
  padding: 16px;
  background: #e25c00;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 32px;
  font-weight: 700;
}
#myperfection-bw .bw-item .subscription-notes {
  font-size: 10px;
  color: #777;
  padding: 0 16px 16px;
  line-height: 1.5;
}
#myperfection-bw .bw-item .product-card {
  max-width: 700px; /* PCでの最大幅 */
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
#myperfection-bw .bw-item .header-titles {
  text-align: center;
  margin-bottom: 30px;
  color: #E65514;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
#myperfection-bw .bw-item .header-titles .brand-name {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  display: block;
}
#myperfection-bw .bw-item .header-titles .sub-title {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 10px;
}
#myperfection-bw .bw-item .header-titles .main-title {
  font-size: 1.8rem;
  display: block;
  margin-top: 5px;
}
#myperfection-bw .bw-item .product-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 10px;
  position: relative;
}
#myperfection-bw .bw-item .prod-image {
  width: 35%;
  text-align: center;
  position: relative;
}
#myperfection-bw .bw-item .prod-image img {
  width: 100%;
  height: auto;
  max-width: 180px;
}
#myperfection-bw .bw-item .sp-tags {
  display: none;
}
#myperfection-bw .bw-item .prod-details {
  flex: 1;
  padding-top: 10px;
}
#myperfection-bw .bw-item .tags-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
#myperfection-bw .bw-item .tag-medicated {
  border: 1px solid #666;
  padding: 2px 6px;
  font-size: 0.8rem;
  color: #333;
  background: #fff;
}
#myperfection-bw .bw-item .sales-name {
  font-size: 0.85rem;
  font-weight: bold;
}
#myperfection-bw .bw-item .badge-circle {
  background-color: #E65514;
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  right: 0;
}
#myperfection-bw .bw-item .badge-circle .vol {
  font-size: 1.4rem;
  font-family: "Hiragino Mincho ProN", serif;
}
#myperfection-bw .bw-item .badge-circle .duration {
  font-size: 0.7rem;
}
#myperfection-bw .bw-item .price-block {
  margin-bottom: 20px;
}
#myperfection-bw .bw-item .price-main {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
}
#myperfection-bw .bw-item .shipping-tag {
  display: inline-block;
  border: 1px solid #E65514;
  color: #E65514;
  padding: 3px 10px;
  font-size: 0.9rem;
  border-radius: 4px;
  margin-left: 10px;
  background: #FFF5F0;
  vertical-align: text-bottom;
}
#myperfection-bw .bw-item .btn {
  display: block;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  text-align: center;
  padding: 12px;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  transition: opacity 0.3s;
}
#myperfection-bw .bw-item .btn:hover {
  opacity: 0.8;
}
#myperfection-bw .bw-item .btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
#myperfection-bw .bw-item .btn-outline {
  border: 1px solid #E65514;
  color: #E65514;
  background: #fff;
  font-size: 1.1rem;
}
#myperfection-bw .bw-item .btn-outline::after {
  border-color: #E65514;
}
#myperfection-bw .bw-item .refill-note {
  font-size: 0.7rem;
  margin: 15px 0 25px;
  text-align: center;
}
#myperfection-bw .bw-item .subscription-box {
  background-color: #FFF0E6;
  border-top: 3px solid #FADCC8;
  padding: 20px;
  position: relative;
}
#myperfection-bw .bw-item .sub-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
#myperfection-bw .bw-item .percent-box {
  background: #E65514;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  line-height: 1.2;
  min-width: 140px;
  text-align: center;
  position: relative;
}
#myperfection-bw .bw-item .percent-box span {
  font-size: 2rem;
  line-height: 1;
}
#myperfection-bw .bw-item .percent-box .small-note {
  font-size: 0.6rem;
  vertical-align: top;
}
#myperfection-bw .bw-item .percent-box::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #E65514;
}
#myperfection-bw .bw-item .sub-title-area {
  flex: 1;
}
#myperfection-bw .bw-item .truck-title {
  color: #E65514;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
#myperfection-bw .bw-item .truck-icon {
  font-size: 1.2rem;
}
#myperfection-bw .bw-item .benefit-tags {
  display: flex;
  gap: 5px;
}
#myperfection-bw .bw-item .benefit-tag {
  border: 1px solid #E65514;
  color: #E65514;
  background: #fff;
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 4px;
}
#myperfection-bw .bw-item .sub-price-area {
  background: #fff;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
#myperfection-bw .bw-item .price-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
#myperfection-bw .bw-item .old-price {
  color: #999;
  font-size: 0.9rem;
}
#myperfection-bw .bw-item .arrow-right {
  color: #E65514;
  font-weight: bold;
  font-size: 1.2rem;
}
#myperfection-bw .bw-item .new-price-label {
  color: #E65514;
  font-weight: bold;
  background: #FFF0E6;
  padding: 2px 8px;
}
#myperfection-bw .bw-item .new-price {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
#myperfection-bw .bw-item .new-price span {
  font-size: 1rem;
  font-weight: normal;
}
#myperfection-bw .bw-item .btn-solid {
  background: #E65514;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  margin: 0 auto;
}
#myperfection-bw .bw-item .btn-solid::after {
  border-color: #fff;
}
#myperfection-bw .bw-item .footer-notes {
  font-size: 0.65rem;
  margin-top: 20px;
  color: #555;
  line-height: 1.4;
}
#myperfection-bw .bw-item .footer-notes p {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #myperfection-bw .bw-item .price-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 0;
    width: 94%;
    margin: auto;
    justify-items: center;
  }
  #myperfection-bw .bw-item .price-label {
    font-size: clamp(0.75rem, 0.375rem + 1.6vw, 1.125rem);
    padding: 6px 20px;
  }
  #myperfection-bw .bw-item .price-title {
    font-size: clamp(0.75rem, 0.375rem + 1.6vw, 1.125rem);
  }
  #myperfection-bw .bw-item .price-num {
    font-size: clamp(1.75rem, 1.125rem + 2.67vw, 2.375rem);
  }
  #myperfection-bw .bw-item .price-tax {
    font-size: clamp(0.563rem, 0.25rem + 1.33vw, 0.875rem);
  }
  #myperfection-bw .bw-item .price-badge {
    padding: 8px 4px;
    font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1.25rem);
  }
  #myperfection-bw .bw-item .btn-single {
    grid-column-start: 1;
    grid-column-end: 4;
    margin: auto;
    padding: 6px 24px;
    font-size: clamp(1.25rem, 0.625rem + 2.67vw, 1.875rem);
  }
  #myperfection-bw .bw-item .bw_product_cart {
    padding: 0 20px 10px;
  }
  #myperfection-bw .bw-item .product-card {
    padding: 20px 15px;
    border-radius: 10px;
  }
  #myperfection-bw .bw-item .header-titles .brand-name { font-size: 1rem; }
  #myperfection-bw .bw-item .header-titles .sub-title { font-size: 0.9rem; }
  #myperfection-bw .bw-item .header-titles .main-title { font-size: 1.4rem; }
  #myperfection-bw .bw-item .product-section {
    display: block;
    margin-bottom: 20px;
  }
  #myperfection-bw .bw-item .prod-image {
    width: 100%;
    margin-bottom: 10px;
  }
  #myperfection-bw .bw-item .prod-image img {
    max-width: 140px;
  }
  #myperfection-bw .bw-item .prod-details .tags-row {
    justify-content: center; 
  }
  #myperfection-bw .bw-item .badge-circle {
    position: static;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    display: inline-flex;
  }
  #myperfection-bw .bw-item .badge-circle .vol { font-size: 1.1rem; }
  #myperfection-bw .bw-item .prod-details {
    text-align: center;
  }
  #myperfection-bw .bw-item .sp-price-row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 15px;
    position: relative;
  }
  #myperfection-bw .bw-item .sp-price-row .price-info {
    text-align: left;
  }
  #myperfection-bw .bw-item .product-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #myperfection-bw .bw-item .badge-circle {
    position: absolute;
    top: unset;
    bottom: 70px;
    right: 0;
    margin: 0;
  }
  #myperfection-bw .bw-item .product-section {
    position: relative;
  }
  #myperfection-bw .bw-item .badge-circle {
    position: absolute;
    top: 200px;
    right: 10px;
    z-index: 2;
  }
  #myperfection-bw .bw-item .sub-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #myperfection-bw .bw-item .percent-box {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
  }
  #myperfection-bw .bw-item .percent-box::after {
    display: none;
  }
  #myperfection-bw .bw-item .sub-title-area {
    width: 100%;
    background: #fff;
    padding: 10px;
    margin-top: -10px;
  }
  #myperfection-bw .bw-item .benefit-tags {
    flex-direction: column;
  }
  #myperfection-bw .bw-item .benefit-tag {
    text-align: center;
    display: block;
    margin-bottom: 5px;
  }
  #myperfection-bw .bw-item .truck-title {
    justify-content: center;
  }
  #myperfection-bw .bw-item .price-compare {
    flex-direction: column;
    gap: 0;
  }
  #myperfection-bw .bw-item .arrow-right {
    transform: rotate(90deg);
    margin: 5px 0;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .bw-item .product-section {
    display: block;
    text-align: center;
  }
  #myperfection-bw .bw-item .sp-price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 60px;
    margin-bottom: 20px;
  }
  #myperfection-bw .bw-item .badge-circle {
    width: 65px;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  #myperfection-bw .bw-item .prod-details .tags-row {
    justify-content: center;
  }
  #myperfection-bw .bw-item .subscription-box {
    padding: 0;
    background: transparent;
  }
  #myperfection-bw .bw-item .sp-sub-header-bg {
    background: #E65514;
    color: #fff;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
  }
  #myperfection-bw .bw-item .sub-header {
    display: block;
    margin-bottom: 0;
    background: #fff;
  }
  #myperfection-bw .bw-item .percent-box {
    background: #E65514;
    width: 40%;
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  #myperfection-bw .bw-item .sub-title-area {
    width: 60%;
    float: left;
    background: #FFF0E6;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    margin-top: 0;
  }
  #myperfection-bw .bw-item .truck-title {
    font-size: 1.1rem;
  }
  #myperfection-bw .bw-item .sub-header::after {
    content: "";
    display: block;
    clear: both;
  }
  #myperfection-bw .bw-item .sub-price-area {
    clear: both;
  }
}
/* =========================================
 商品一覧
========================================= */
:root {
  --color-primary: #E85D2D;
  --color-primary-dark: #D54F1F;
  --color-bg-beige: #F0EBE3;
  --color-bg-white: #FFFFFF;
  --color-text-dark: #333333;
  --color-text-gray: #666666;
  --color-border: #E0D5C7;
  --color-orange-light: #FFE8DF;
}
#myperfection-bw .bw_product_cart {
  margin: 0 auto;
  padding: 60px 20px;
  background: #f8f1e9;
  z-index: 2;
  position: inherit;
}
#myperfection-bw .bw-item .bw_product_cart {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 10px;
  background: none;
}
#myperfection-bw .bw_product_cart .product-card {
  border: 3px solid #fff;
  border-radius: 32px;
  padding: 60px 80px;
  max-width: 1100px;
  margin: 60px auto;
}
#myperfection-bw .bw_product_cart .product-title {
  text-align: center;
  margin-bottom: 50px;
}
#myperfection-bw .bw_product_cart .product-title h1 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #e84d07;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#myperfection-bw .bw_product_cart .product-title .main-title {
  font-size: 42px;
  color: #e84d07;
  letter-spacing: 0.05em;
}
#myperfection-bw .bw_product_cart .product-info-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin: auto;
  margin-bottom: 40px;
  width: 75%;
}
#myperfection-bw .bw_product_cart .product-image-wrapper {
  text-align: center;
  position: relative;
  margin: auto;
}
#myperfection-bw .bw_product_cart .product-image-wrapper img {
  max-width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
}
#myperfection-bw .bw_product_cart .product-details {
  display: flex;
  flex-direction: column;
}
#myperfection-bw .bw_product_cart .product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
#myperfection-bw .bw_product_cart .product-badge {
  display: inline-block;
  border: 2px solid #000;
  padding: 4px 12px;
  font-size: clamp(0.75rem, 0.463rem + 0.6vw, 1rem);
  text-align: center;
  line-height: 1;
}
#myperfection-bw .bw_product_cart .product-name {
  font-size: clamp(0.75rem, 0.463rem + 0.6vw, 1rem);
  padding-top: 6px;
  line-height: 2;
}
#myperfection-bw .bw_product_cart .product-volume {
  font-family: "yu-mincho-pr6n", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e84d07;
  color: #fff;
  border-radius: 50%;
  width: 60%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: 120px;
}
#myperfection-bw .bw_product_cart .volume-number {
  font-size: 32px;
  line-height: 1;
}
#myperfection-bw .bw_product_cart .volume-text {
  font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1.063rem);
}
#myperfection-bw .bw_product_cart .price-info-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}
#myperfection-bw .bw_product_cart .price-section {
  flex: 1;
}
#myperfection-bw .bw_product_cart .price-label {
  font-size: 18px;
}
#myperfection-bw .bw_product_cart .price-amount {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: clamp(2.5rem, 1.927rem + 1.19vw, 3rem);
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
#myperfection-bw .bw_product_cart .price-tax {
  font-size: 14px;
  display: inline-grid;
  line-height: 1.3;
}
#myperfection-bw .bw_product_cart .price-tax span {
  font-size: 16px;
}
#myperfection-bw .bw_product_cart .shipping-badge {
  display: inline-block;
  border: 1px solid #e84d07;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  margin-top: 12px;
}
#myperfection-bw .bw_product_cart .shipping-label,
#myperfection-bw .bw_product_cart .shipping-text {
  font-size: 18px;
  font-weight: bold;
  color: #e84d07;
  display: block;
  line-height: 1.2;
}
#myperfection-bw .bw_product_cart .purchase-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  border: 1px solid #e84d07;
  padding: 6px 32px;
  color: #e84d07;
  font-size: clamp(1.25rem, 0.963rem + 0.6vw, 1.5rem);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 320px;
}
#myperfection-bw .bw_product_cart .purchase-button:hover {
  background: #e84d07;
  color: #fff;
}
#myperfection-bw .bw_product_cart .purchase-button .arrow-circle {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #e84d07;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s ease;
}
#myperfection-bw .bw_product_cart .purchase-button .arrow-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #e84d07;
  border-left: 1px solid #e84d07;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.3s ease;
}
#myperfection-bw .bw_product_cart .purchase-button:hover .arrow-circle {
  border: 2px solid #fff;
}
#myperfection-bw .bw_product_cart .purchase-button:hover .arrow-circle::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#myperfection-bw .bw_product_cart .notice-text {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  margin: 30px 0;
  padding: 0 20px;
}
#myperfection-bw .bw-item .bw_product_cart .notice-text {
  text-align: right;
  margin: 0;
  padding: 10px 0 0;
}
#myperfection-bw .bw_product_cart .subscription-section {
  background: #ffe8df;
  margin: 30px 0 0;
  padding: 0 20px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
#myperfection-bw .bw_product_cart .subscription-badge {
  background: #e84d07;
  color: #fff;
  padding: 34px 42px 24px 12px;
  font-weight: bold;
  text-align: center;
  flex-shrink: 0;
  clip-path: circle(90% at 12% 50%);
}
#myperfection-bw .bw_product_cart .badge-number {
  font-family: "montserrat", sans-serif;
  font-size: clamp(2.5rem, 1.64rem + 1.79vw, 3.25rem);
  line-height: 0;
}
#myperfection-bw .bw_product_cart .badge-percent {
  font-family: 
    "Yu Gothic Pr6N",
    "YuGothic Pr6N",
    "游ゴシック体 Pr6N",
    sans-serif;
  font-weight: 500;
  font-size: clamp(0.813rem, 0.526rem + 0.6vw, 1.063rem);
}
#myperfection-bw .bw_product_cart .badge-text {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 4px;
}
#myperfection-bw .bw_product_cart .subscription-title {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
#myperfection-bw .bw_product_cart .subscription-text {
  font-size: clamp(1.625rem, 0.049rem + 3.28vw, 3rem);
  font-weight: bold;
  color: #e84d07;
  letter-spacing: 0.05em;
}
#myperfection-bw .bw_product_cart .subscription-benefits {
  display: flex;
  gap: 12px;
  align-items: center;
}
#myperfection-bw .bw_product_cart .benefit-badge {
  border: 2px solid #e84d07;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
}
#myperfection-bw .bw_product_cart .benefit-label {
  font-size: clamp(0.75rem, 0.249rem + 1.04vw, 1.188rem);
  line-height: 1;
  font-weight: bold;
  color: #e84d07;
  display: block;
}
#myperfection-bw .bw_product_cart .benefit-value {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
  display: block;
}
#myperfection-bw .bw_product_cart .subscription-price-box {
  background: #fff;
  padding: 32px 40px;
  text-align: center;
  margin-top: 0;
}
#myperfection-bw .bw_product_cart .subscription-price-label {
  background: #ffe8df;
  color: #e84d07;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 18px;
  display: inline-block;
  margin-bottom: 5px;
}
#myperfection-bw .bw-item .bw_product_cart .subscription-price-label {
  padding: 5px 108px 5px 18px;
  display: inherit;
}
#myperfection-bw .bw_product_cart .price-comparison {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  margin-bottom: 28px;
}
#myperfection-bw .bw_product_cart .regular-price {
  text-align: left;
}
#myperfection-bw .bw_product_cart .regular-price-label {
  font-size: 16px;
  color: #aaa;
  line-height: 1;
}
#myperfection-bw .bw_product_cart .regular-price-amount {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 46px;
  color: #aaa;
  line-height: 1.2;
}
#myperfection-bw .bw_product_cart .regular-price-amount span {
  font-size: 20px;
}
#myperfection-bw .bw_product_cart .arrow-icon {
  font-size: 20px;
  color: #e84d07;
  line-height: 1;
}
#myperfection-bw .bw_product_cart .subscription-price {
  position: relative;
  text-align: left;
}
#myperfection-bw .bw_product_cart .subscription-price-amount {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 60px;
  line-height: 1;
  align-items: center;
  display: flex;
}
#myperfection-bw .bw_product_cart .price-small {
  font-size: 20px;
  display: contents;
}
#myperfection-bw .bw_product_cart .subscription-button {
  background: #e84d07;
  color: #fff;
  border: none;
  padding: 10px 38px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
#myperfection-bw .bw_product_cart .subscription-button:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 93, 45, 0.3);
}
#myperfection-bw .bw_product_cart .subscription-button-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
#myperfection-bw .bw_product_cart .subscription-button-main {
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
#myperfection-bw .bw_product_cart .subscription-button-sub {
  font-size: 20px;
  line-height: 1.2;
}
#myperfection-bw .bw_product_cart .subscription-note {
  font-size: 12px;
  margin-top: 7px;
  text-align: right;
}
#myperfection-bw .bw_product_cart .refill-instructions {
  background: transparent;
  padding: 0;
  margin-top: 32px;
}
#myperfection-bw .bw_product_cart .refill-instructions p {
  font-size: clamp(0.563rem, 0.25rem + 1.33vw, 0.875rem);
  line-height: 1.4;
}
#myperfection-bw .bw_product_cart .mini-bottle-card {
  position: relative;
}
#myperfection-bw .bw_product_cart .mini-bottle-banner {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 16px 48px;
  border-radius: 40px;
  font-size: 28px;
  white-space: nowrap;
  z-index: 10;
  color: #e84d07;
  font-weight: 700;
}
#myperfection-bw .bw_product_cart .trial-badge {
  position: absolute;
  top: 0%;
  left: -69%;
  transform: translateY(-63%);
  width: 100px;
  height: 100px;
  border: 2px solid #e84d07;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#myperfection-bw .bw-item .bw_product_cart .trial-badge {
  top: 50%;
  left: 80%;
  width: 120px;
  height: auto;
  aspect-ratio: 1 / 1;
}
#myperfection-bw .bw-item .bw_product_cart .trial-text {
  margin: 0;
  font-size: 22px;
}
#myperfection-bw .bw-item .bw_product_cart .trial-text span {
  font-size: 10px;
}
#myperfection-bw .bw_product_cart .trial-text {
  color: #e84d07;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
#myperfection-bw .bw_product_cart .mini-bottle-card img {
  position: inherit;
  z-index: 1;
}
@media (max-width: 1032px) {
  #myperfection-bw .bw_product_cart .product-info-container {
    gap: 0px;
  }
  #myperfection-bw .bw_product_cart .price-info-wrapper {
    gap: 0px;
  }
  #myperfection-bw .bw_product_cart .price-tax {
    font-size: 10px;
  }
  #myperfection-bw .bw_product_cart .purchase-button {
    padding: 6px 28px;
  }
  #myperfection-bw .bw_product_cart .notice-text {
    font-size: 10px;
  }
}
@media (max-width: 935px) {
  #myperfection-bw .bw_product_cart .subscription-text {
    font-size: 25px;
  }
}
@media (max-width: 900px) {
  #myperfection-bw .bw_product_cart {
    padding: 60px 0;
  }
  #myperfection-bw .bw_product_cart .product-card {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .bw-item .item-single {
    padding: 32px 16px 0;
    width: 80%;
  }
  #myperfection-bw .bw_product_cart .product-section {
    padding: 30px 16px;
  }
  #myperfection-bw .bw_product_cart .product-card {
    padding: 30px 20px;
    border-radius: 24px;
  }
  #myperfection-bw .bw-item .bw_product_cart {
    padding: 0px 20px 10px;
    width: 90%;
  }
  #myperfection-bw .bw_product_cart .product-title {
    margin-bottom: 0px;
  }
  #myperfection-bw .bw_product_cart .product-title h1 {
    font-size: 14px;
  }
  #myperfection-bw .bw_product_cart .product-title .main-title {
    font-size: 24px;
  }
  #myperfection-bw .bw_product_cart .product-info-container {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 12px;
  }
  #myperfection-bw .bw_product_cart .product-image-wrapper {
    margin: 0 0 10% 39%;
    display: grid;
    grid-template-columns: 53% 47%;
    align-items: end;
    justify-items: center;
  }
  #myperfection-bw .bw_product_cart .product-image-wrapper img {
    width: 76%;
    max-width: 133px;
  }
  #myperfection-bw .bw_product_cart .product-details {
    display: grid;
    align-items: center;
    grid-template-columns: 64% 30%;
    gap: 0 6%;
  }
  #myperfection-bw .bw_product_cart .product-meta {
    grid-column-start: 2;
    margin: 0 0 10px auto;
    display: block;
  }
  #myperfection-bw .bw_product_cart .product-name {
    padding-top: 0;
    font-size: clamp(0.625rem, 0.25rem + 1.6vw, 1rem);
  }
  #myperfection-bw .bw_product_cart .product-badge {
    border: 1px solid #000;
  }
  #myperfection-bw .bw_product_cart .price-info-wrapper {
    grid-row-start: 1;
    gap: 6px;
    margin: 0;
  }
  #myperfection-bw .bw_product_cart .price-section {
    flex: 1;
  }
  #myperfection-bw .bw_product_cart .price-label {
    font-size: 13px;
    margin-bottom: 4px;
  }
  #myperfection-bw .bw_product_cart .price-amount {
    font-size: clamp(2.125rem, 1.5rem + 2.67vw, 2.75rem);
  }
  #myperfection-bw .bw_product_cart .price-tax {
    font-size: clamp(0.563rem, 0.25rem + 1.33vw, 0.875rem);
  }
  #myperfection-bw .bw_product_cart .price-tax span {
    font-size: clamp(0.563rem, 0.25rem + 1.33vw, 0.875rem);
  }
  #myperfection-bw .bw_product_cart .shipping-badge {
    padding: 12px 16px;
    margin-top: 8px;
  }
  #myperfection-bw .bw_product_cart .shipping-label {
    font-size: clamp(0.75rem, 0.25rem + 2.13vw, 1.25rem);
  }
  #myperfection-bw .bw_product_cart .shipping-text {
    font-size: clamp(0.75rem, 0.25rem + 2.13vw, 1.25rem);
  }
  #myperfection-bw .bw_product_cart .product-volume {
    width: 100%;
  }
  #myperfection-bw .bw_product_cart .volume-number {
    font-size: clamp(1.5rem, 0.875rem + 2.67vw, 2.125rem);
  }
  #myperfection-bw .bw_product_cart .volume-text {
    font-size: 10px;
  }
  #myperfection-bw .bw_product_cart .purchase-button {
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
    font-size: clamp(0.938rem, 0.043rem + 3.82vw, 1.875rem);
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
  #myperfection-bw .bw_product_cart .notice-text {
    font-size: clamp(0.438rem, 0.125rem + 1.33vw, 0.75rem);
    margin: 0;
    padding: 0;
    text-align: right;
  }
  #myperfection-bw .bw_product_cart .subscription-section {
    display: grid;
    grid-template-columns: 25% 58%;
    gap: 0 10%;
  }
  #myperfection-bw .bw_product_cart .subscription-badge {
    padding: 16px 10px;
    clip-path: circle(73% at 21% 50%);
    grid-row-start: 1;
    grid-row-end: 3;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: grid;
    text-align: left;
  }
  #myperfection-bw .bw_product_cart .badge-number {
    font-size: clamp(2.188rem, 1.293rem + 3.82vw, 3.125rem);
  }
  #myperfection-bw .bw_product_cart .badge-percent {
    font-size: clamp(0.938rem, 0.639rem + 1.27vw, 1.25rem);
    line-height: 1;
  }
  #myperfection-bw .bw_product_cart .badge-text {
    font-size: clamp(0.563rem, 0.384rem + 0.76vw, 0.75rem);
  }
  #myperfection-bw .bw_product_cart .subscription-title {
    padding-top: 10px;
    margin: auto;
    justify-content: center;
  }
  #myperfection-bw .bw_product_cart .subscription-icon {
    width: 19.3%;
    max-width: 64px;
  }
  #myperfection-bw .bw_product_cart .subscription-text {
    font-size: clamp(1.25rem, 0.952rem + 1.27vw, 1.563rem);
    white-space: nowrap;
  }
  #myperfection-bw .bw_product_cart .subscription-benefits {
    display: block;
    padding: 10px 0;
  }
  #myperfection-bw .bw_product_cart .benefit-badge {
    padding: 5px 12px;
    margin: 0 0 5px;
    border: 1px solid #e84d07;
  }
  #myperfection-bw .bw_product_cart .benefit-label {
    font-size: clamp(0.75rem, 0.392rem + 1.53vw, 1.125rem);
  }
  #myperfection-bw .bw_product_cart .benefit-value {
    font-size: 13px;
  }
  #myperfection-bw .bw_product_cart .subscription-price-box {
    padding: 24px 20px;
    margin-top: 0;
  }
  #myperfection-bw .bw_product_cart .subscription-price-label {
    font-size: clamp(1.25rem, 0.625rem + 2.67vw, 1.875rem);
    padding: 8px 24px;
    margin-bottom: 16px;
    width: 100%;
  }
  #myperfection-bw .bw_product_cart .price-comparison {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  #myperfection-bw .bw_product_cart .regular-price-label {
    font-size: 12px;
  }
  #myperfection-bw .bw_product_cart .regular-price-amount {
    font-size: 24px;
  }
  #myperfection-bw .bw_product_cart .arrow-icon {
    font-size: 28px;
  }
  #myperfection-bw .bw_product_cart .subscription-price-amount {
    font-size: 48px;
    font-weight: 600;
  }
  #myperfection-bw .bw_product_cart .price-small {
    font-size: 18px;
  }
  #myperfection-bw .bw_product_cart .subscription-button {
    width: 100%;
    justify-content: center;
    padding: 16px 22px;
    font-size: 16px;
  }
  #myperfection-bw .bw_product_cart .subscription-button-main,
  #myperfection-bw .bw_product_cart .subscription-button-sub {
    font-size: clamp(1.125rem, 0.5rem + 2.67vw, 1.75rem);
  }
  #myperfection-bw .bw_product_cart .subscription-note {
    font-size: 9px;
  }
  #myperfection-bw .bw_product_cart .refill-instructions {
    margin-top: 24px;
  }
  #myperfection-bw .bw_product_cart .refill-instructions h3 {
    font-size: 12px;
  }
  #myperfection-bw .bw_product_cart .instruction-list {
    font-size: 10px;
  }
  #myperfection-bw .bw_product_cart .subscription-button-text {
    display: block;
  }
  #myperfection-bw .bw_product_cart .mini-bottle-card {
    padding-top: 80px !important;
  }
  #myperfection-bw .bw_product_cart .mini-bottle-banner {
    top: -15px;
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 30px;
  }
  #myperfection-bw .bw_product_cart .trial-badge {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 50px;
    left: auto;
    transform: none;
    width: 80px;
    height: 80px;
    border-width: 1px;
  }
  #myperfection-bw .bw_product_cart .trial-text {
    font-size: 15px;
  }
  #myperfection-bw .bw-item .bw_product_cart .trial-text {
    font-size: 20px;
  }
  #myperfection-bw .bw-item .bw_product_cart .trial-badge {
    top: -43%;
    left: 72%;
  }
  #myperfection-bw .bw-item .item-note {
    right: -1%;
  }
}
@media (max-width: 580px) {
  #myperfection-bw .bw_product_cart .subscription-section {
    grid-template-columns: 30% 58%;
  }
  #myperfection-bw .bw_product_cart .subscription-badge {
    clip-path: circle(69% at 21% 50%);
  }
}
@media (max-width: 440px) {
  #myperfection-bw .bw-item .item-single {
    width: 90%;
  }
  #myperfection-bw .bw-item .bw_product_cart {
    width: 100%;
  }
  #myperfection-bw .bw_product_cart .product-info-container {
    width: 100%;
  }
  #myperfection-bw .bw_product_cart .product-image-wrapper {
    margin: 0 0 5% 28%;
  }
  #myperfection-bw .bw_product_cart .product-meta {
    margin: 0 0 10px;
  }
  
  #myperfection-bw .bw_product_cart .subscription-section {
    grid-template-columns: 32% 61%;
    gap: 0 7%;
  }
  #myperfection-bw .bw_product_cart .subscription-badge {
    clip-path: circle(68% at 21% 50%);
  }
}
/* =========================================
 バナーリスト
========================================= */
#myperfection-bw .t_bnr_list {
  background: #f8f1e9;
}
#myperfection-bw .t_bnr_list ul {
  max-width: 741px;
  margin: auto;
  padding-bottom: 100px;
}
#myperfection-bw .t_bnr_list ul li {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  #myperfection-bw .t_bnr_list ul {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #myperfection-bw .t_bnr_list ul li p {
    font-size: clamp(0.625rem, 2.67vw, 1.25rem);
  }
}
/* =========================================
 LINEUP
========================================= */
#myperfection-bw .lineup {
  padding: 60px 0 120px;
  background: #fff;
}
#myperfection-bw .lineup .lineup-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
#myperfection-bw .lineup .lineup-title {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.18em;
  color: #ea5b1b;
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
}
#myperfection-bw .lineup .lineup-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding: 0;
}
#myperfection-bw .lineup .lineup-image {
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 26px;
}
#myperfection-bw .lineup .lineup-image img {
  max-height: 100%;
  width: auto;
}
#myperfection-bw .lineup .lineup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  height: 52px;
  margin-bottom: 22px;
}
#myperfection-bw .lineup .lineup-tags li {
  background: #fff1e7;
  color: #ea5b1b;
  font-size: clamp(0.625rem, 0.195rem + 0.89vw, 1rem);
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  line-height: 1;
  height: 50%;
}
#myperfection-bw .lineup .lineup-name {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 6px;
  font-weight: 700;
  height: 50px;
}
#myperfection-bw .lineup .lineup-label {
  font-size: 11px;
  margin-bottom: 16px;
  height: 30px;
}
#myperfection-bw .lineup .lineup-label span {
  border: 1px solid #000;
  padding: 3px 10px;
  display: inline-block;
}
#myperfection-bw .lineup .lineup-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
  margin-bottom: 28px;
  height: 40px;
}
#myperfection-bw .lineup .lineup-price {
  font-size: 12px;
  margin-bottom: 26px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#myperfection-bw .lineup .lineup-price strong {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-size: 24px;
  color: #ea5b1b;
  font-weight: 700;
}
#myperfection-bw .lineup .lineup-price strong span {
  font-size: 12px;
  font-weight: 400;
}
#myperfection-bw .lineup .lineup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 42px;
  border: 1px solid #ea5b1b;
  color: #ea5b1b;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all .25s ease;
  position: relative;
}
#myperfection-bw .lineup .lineup-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  margin-left: 10px;
}
#myperfection-bw .lineup .lineup-btn:hover {
  background: #ea5b1b;
  color: #fff;
}
#myperfection-bw .lineup .lineup-note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1000px) {
  #myperfection-bw .lineup .lineup-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #myperfection-bw .lineup {
    padding: 90px 0 80px;
  }
  #myperfection-bw .lineup .lineup-inner {
    padding: 0 20px;
  }
  #myperfection-bw .lineup .lineup-title {
    font-size: clamp(1.875rem, 0.444rem + 6.11vw, 3.375rem);
    margin-bottom: 60px;
  }
  #myperfection-bw .lineup .lineup-list {
    grid-template-columns: 1fr;
    gap: 80px;
    width: 80%;
    margin: auto;
  }
  #myperfection-bw .lineup .lineup-list .lineup-item.item1 {
    padding: 15% 0;
  }
  #myperfection-bw .lineup .lineup-image {
    height: 220px;
    margin-bottom: 22px;
  }
  #myperfection-bw .lineup .lineup-tags {
    margin-bottom: 18px;
    width: 78%;
    height: auto;
  }
  #myperfection-bw .lineup .lineup-tags li {
    font-size: clamp(0.938rem, 0.162rem + 3.31vw, 1.75rem);
    height: auto;
    font-weight: 600;
  }
  #myperfection-bw .lineup .lineup-name {
    font-size: clamp(1.125rem, 0.5rem + 2.67vw, 1.75rem);
    line-height: 1.5;
    height: auto;
    font-weight: 600;
  }
  #myperfection-bw .lineup .lineup-text {
    font-size: clamp(0.938rem, 0.375rem + 2.4vw, 1.5rem);
    line-height: 1.5;
    font-weight: 500;
  }
  #myperfection-bw .lineup .lineup-price {
    font-size: clamp(0.813rem, 0.375rem + 1.87vw, 1.25rem);
  }
  #myperfection-bw .lineup .lineup-price strong {
    font-size: clamp(1.625rem, 1rem + 2.67vw, 2.25rem);
  }
  #myperfection-bw .lineup .lineup-btn {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 6px 0;
    font-size: clamp(1.188rem, 0.563rem + 2.67vw, 1.813rem);
  }
  #myperfection-bw .lineup .lineup-note {
    text-align: left;
    font-size: 9px;
    width: 83%;
    margin: 20px auto;
  }
}
@media (max-width: 590px) {
  #myperfection-bw .lineup .lineup-list .lineup-item.item1 {
    padding: 25% 0;
  }
}
/* =========================================
 BRAND KV
========================================= */
#myperfection-bw .brand-kv {
  background: #f8fbfd;
  overflow: hidden;
}
#myperfection-bw .brand-kv .brand-kv-inner {
  position: relative;
  margin: 0 auto;
}
#myperfection-bw .brand-kv .brand-kv-image img {
  width: 100%;
  height: auto;
  display: block;
}
#myperfection-bw .brand-kv .brand-kv-copy {
  position: absolute;
  top: 50%;
  left: 7%;
  width: 23.018%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #myperfection-bw .brand-kv .brand-kv-copy {
    top: 12%;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
