@charset "UTF-8";
.mt-md {
  margin-top: sp(md);
}

.mb-md {
  margin-bottom: sp(md);
}

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

.text-bold {
  font-weight: bold;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-auto {
  width: auto;
}

.font-main {
  font-family: "Forevs", serif;
  font-weight: 400;
}

.font-bold {
  font-family: "Forevs", serif;
  font-weight: 700;
}

.wrapper {
  padding-top: 164px;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  color: #2F2F2F;
}

a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  color: #2F2F2F;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  letter-spacing: 0;
}

h2 {
  font-size: clamp(20px, 4vw, 36px);
}

.block-header,
.pane-footer {
  background-color: #fff;
}
.block-header a,
.pane-footer a {
  color: #292929;
}

.pane-footer .block-copyright--text {
  color: #231815;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pcOnly {
  display: block;
}

.left-panel {
  position: fixed;
  top: 50%;
  transform: translateY(calc(-50% + 82px));
  width: calc((100% - 600px) / 2);
  height: 100vh;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--panel-bg, #B4CEE7);
  color: var(--panel-color, #fff);
  left: 0;
}
.left-panel__sub {
  font-size: 20px;
  margin-bottom: 32px;
}
.left-panel__img {
  margin-bottom: 16px;
}
.left-panel__img img {
  width: 50%;
}
.left-panel__title {
  margin-bottom: 16px;
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.left-panel__text {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.right-panel {
  position: fixed;
  top: 50%;
  transform: translateY(calc(-50% + 82px));
  width: calc((100% - 600px) / 2);
  height: 100vh;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--panel-bg, #B4CEE7);
  color: var(--panel-color, #fff);
  right: 0;
}
.right-panel .color-list {
  display: flex;
  max-width: 30rem;
  flex-direction: column;
  gap: 4px;
}
.right-panel .color-list li a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.right-panel .color-list li a .color-img {
  width: 30%;
}
.right-panel .color-list li a .color-img img {
  width: 100%;
  height: auto;
}
.right-panel .color-list li a .color-name {
  flex: 1;
  font-size: 20px;
}
.right-panel .color-list li a .arrow img {
  width: 40%;
  height: auto;
}
.right-panel__list-item {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.right-panel__list-item:not(:last-child) {
  margin-bottom: 40px;
}
.right-panel__list-item .arrow-down {
  width: 18px;
  height: 18px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.right-panel__list-item-txt {
  flex: 1;
}
.right-panel__list-item a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
}

.pane-main {
  width: 600px;
  box-sizing: border-box;
}

.sticky-area {
  position: static;
  top: auto;
}

.sticky-area.active {
  position: sticky;
  top: 0;
}

.mainHead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainHead .logo-img {
  position: absolute;
  bottom: 43%;
  left: 4%;
  width: 25%;
  display: flex;
  flex-direction: column;
}
.mainHead .txt {
  position: absolute;
  left: 83.33%;
  top: 50%;
  width: 181.11px;
  margin-left: -87.555px;
  margin-top: -40px;
  text-align: center;
  color: #fff;
}
.mainHead .txt p {
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.mainHead .txt p:nth-child(1) {
  line-height: 1.5;
}
.mainHead .txt p:nth-child(2) {
  font-size: 20px;
  margin-top: 10px;
}

.ttl-area {
  padding: 60px 10px 80px 10px;
}
.ttl-area .ttl p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.ttl-area .ttl p:nth-child(1) {
  font-size: 20px;
}
.ttl-area .ttl p:nth-child(2) {
  font-size: 32px;
}
.ttl-area .txt p {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
}

.main {
  position: relative;
  z-index: 1;
}

.image-container {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay-text {
  position: absolute;
  padding: 5px;
  right: 0;
  bottom: clamp(5%, 8vw, 10%);
  width: 50%;
  text-align: center;
  line-height: 1.2;
}
.overlay-text .arrow img {
  display: block;
  margin: 10px auto 0;
  width: 30px;
}
.overlay-text .arrow img._g {
  transform: rotate(360deg);
}

.pog .overlay-text p {
  color: #000;
}

.prd-link {
  margin: 20px 0 80px;
  letter-spacing: 0.05em;
}
.prd-link .btn-circle {
  font-size: clamp(16px, 5vw, 30px);
  display: inline-block;
  padding: 5px 80px;
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff;
  transition: 0.3s;
}

.mdl {
  padding: 0 7%;
}

.mdl a:hover {
  opacity: 1;
  filter: brightness(0.7);
}

.makeup-look {
  margin-bottom: 80px;
  font-family: "DM Sans", sans-serif;
}
.makeup-look .look-ttl {
  margin: 120px 0 40px 0;
}
.makeup-look .look-ttl p {
  font-family: "Forevs", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.makeup-look .look-ttl p:nth-child(1) {
  font-size: clamp(20px, 4vw, 30px);
}
.makeup-look .look-ttl p:nth-child(2) {
  font-size: clamp(26px, 3.5vw, 38px);
}
.makeup-look .btn-circle {
  font-size: clamp(10px, 2.5vw, 16px);
}

.features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
  width: 50%;
  margin: 0 auto 30px;
}
.features-list__img-frame img {
  width: 100%;
  height: 100%;
}

.features-list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  width: 60%;
  margin: 0 auto 60px;
}
.features-list3__img-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features-list4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  text-align: center;
}
.features-list4__img-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* swiper */
.swiper-container {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.swiper-container .swiper-slide {
  width: 55% !important;
  max-width: 430px;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-container .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10 !important;
  bottom: -30px !important;
  left: 0;
  width: 100%;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px !important;
  width: 12% !important;
  max-width: 84px;
  height: 4px !important;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #848484 !important;
  opacity: 1;
}

.fadeBg306,
.fadeBg307,
.fadeBg308,
.fadeBg606,
.fadeBg607 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

.fadeBg306 {
  background-image: url("https://bobe.jp/contents/topics/251107/img/butter-beige-bg.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.fadeBg306:hover {
  opacity: 1;
  text-decoration: none;
}

.fadeBg307 {
  background-image: url("https://bobe.jp/contents/topics/251107/img/cinnmon-beige-bg.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.fadeBg307:hover {
  opacity: 1;
  text-decoration: none;
}

.fadeBg308 {
  background-image: url("https://bobe.jp/contents/topics/251107/img/chai-beige-bg.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.fadeBg308:hover {
  opacity: 1;
  text-decoration: none;
}

.fadeBg606 {
  background-image: url("https://bobe.jp/contents/topics/251107/img/fluffy-pink-bg.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.fadeBg606:hover {
  opacity: 1;
  text-decoration: none;
}

.fadeBg607 {
  background-image: url("https://bobe.jp/contents/topics/251107/img/glassy-clear-bg.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.fadeBg607:hover {
  opacity: 1;
  text-decoration: none;
}

.fadeBgWrapper {
  position: relative;
  overflow: hidden;
}
.fadeBgWrapper .fadeBgWrapper-content {
  position: relative;
  z-index: 1;
  padding: 3%;
  color: #fff;
}

#guide-607 .prd-ttl-area {
  color: #530201;
}

.prd-ttl-area {
  padding: 10% 1.67% 10% 1.67%;
  color: #fff;
}
.prd-ttl-area.glassy-clear {
  color: #530201;
}
.prd-ttl-area .prd-ttl p {
  font-family: "Forevs", serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.prd-ttl-area .prd-ttl p:nth-child(1) {
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.05em;
}
.prd-ttl-area .prd-ttl p:nth-child(2) {
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 400;
  margin: 2.5% 0 7.5% 0;
}
.prd-ttl-area .prd-txt p {
  font-size: clamp(14px, 2vw, 18px);
  font-family: "Zen Old Mincho", serif;
}

#guide-607 .prd-ttl p,
#guide-607 .prd-txt p {
  color: #530201;
}

.buy-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-color: transparent;
  box-sizing: border-box;
  font-size: clamp(10px, 2vw, 16px);
  margin-top: 10px;
  cursor: pointer;
}
.buy-link .buy-text {
  flex: 1;
  color: #fff;
  letter-spacing: 0.05em;
}
.buy-link .btn-buy {
  display: inline-block;
  padding: 1% 10%;
  border-radius: 9999px;
  background-color: #fff;
  color: #530201;
  transition: 0.3s;
  margin: -2px;
  font-size: clamp(12px, 2vw, 18px);
}

.prd-desc {
  font-size: clamp(10px, 2.5vw, 18px);
  padding: 6.67% 3.33%;
  font-family: "Zen Old Mincho", serif;
  white-space: nowrap;
}

.howto {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2%;
  margin-top: 5%;
  gap: 20px;
}
.howto p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.howto .howto-item {
  flex: 1;
  text-align: center;
  min-width: 0;
}
.howto .howto-item img {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  margin-bottom: 10px;
  display: block;
}
.howto .howto-item p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 2vw, 18px);
  color: #fff;
  margin: 0;
  width: 100%;
  gap: 20px;
}
.howto .howto-item p::before, .howto .howto-item p::after {
  content: "";
  flex: 1;
  height: 0.8px;
  background-color: #fff;
  margin: 0 -10px;
}
.howto .howto-item:first-child p::before, .howto .howto-item:last-child p::after {
  background-color: transparent;
}

.oil-gloss .txt-eye::after {
  width: 170%;
}

.how-to-guide {
  margin-top: 40px;
}
.how-to-guide p.ttl {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 4%;
}

.guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0 30px;
  align-items: stretch;
  margin-bottom: 10px;
}
.guide .guide-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.guide .guide-item p {
  color: #fff;
}
.guide .guide-item .desc {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(7px, 1vw, 10px);
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
  line-height: 1.8;
}
.guide img {
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}

.products.clm3,
.products.clm2 {
  display: grid;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 10%;
  padding: 0 30px;
}

.products.clm3 {
  grid-template-columns: repeat(3, 1fr);
}

.products.clm2 {
  grid-template-columns: repeat(2, 1fr);
  width: 69.3%;
  margin: 0 auto;
}

.butter-beige .guide-item .desc {
  min-height: 8em;
}

.cinnamon-beige .guide-item .desc {
  min-height: 10em;
}

.chai-beige .guide-item .desc {
  min-height: 9em;
}

.butter-beige,
.cinnamon-beige,
.chai-beige,
.fluffy-pink,
.glassy-clear {
  margin-bottom: 80px;
}

a.back {
  color: #fff;
  font-size: clamp(10px, 5vw, 14px);
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}

/* アイテムリスト */
.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 2%;
  margin: 10% auto;
}
.product-list.row3 {
  width: 90%;
}
.product-list.row3 li {
  width: 32%;
}
.product-list .guide-item a {
  display: block;
}
.product-list .guide-item a img {
  width: 100%;
  height: auto;
  display: block;
}
.product-list .guide-item a .item-name {
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}
.product-list .guide-item a .item-name ._ja {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.product-list .guide-item a .item-name ._en {
  display: block;
  font-size: 0.875rem;
  transform: scale(0.8, 1);
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.product-list .guide-item .link._buy {
  text-align: center;
  margin-top: 10px;
}
.product-list .guide-item .link._buy a {
  width: 80%;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-color: #fff;
  color: #530201;
  padding: 4px 0;
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
  transform: scale(0.8, 1);
  transition: 0.3s;
}

.bread-container {
  width: 90%;
  margin: 0 auto;
}
.bread-container .bread {
  max-width: 100vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
.bread-container .bread ol {
  display: flex;
  font-family: "DM Sans", sans-serif;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: max-content;
  letter-spacing: 0.05em;
}
.bread-container .bread ol li {
  margin-right: 0.2rem;
}
.bread-container .bread ol li:last-child {
  margin-right: 0;
}
.bread-container .bread ol li a {
  text-decoration: none;
}

.glitter-container svg {
  display: block;
  margin: 0 auto;
}
.glitter-container .line,
.glitter-container .shape,
.glitter-container .step__box,
.glitter-container .step__desc {
  animation: none;
  opacity: 0;
}
.glitter-container.js-actived .line {
  fill: none;
  stroke: #6d707c;
  stroke-width: 5;
  opacity: 1;
  stroke-dasharray: 600px;
  stroke-dashoffset: 600px;
  animation: drawLine 1s ease forwards;
}
.glitter-container.js-actived .line._2 {
  animation-delay: 1.4s;
}
.glitter-container.js-actived .line._3 {
  animation-delay: 2.8s;
}
.glitter-container.js-actived .line._4 {
  animation-delay: 4.2s;
}
.glitter-container.js-actived .line._5 {
  animation-delay: 5.6s;
}
.glitter-container.js-actived .line._6 {
  animation-delay: 7s;
}
.glitter-container.js-actived .line._7 {
  animation-delay: 8.4s;
}
.glitter-container.js-actived .shape {
  fill: #6d707c;
  opacity: 0;
  animation: show 0.4s ease forwards;
}
.glitter-container.js-actived .shape._2 {
  animation-delay: 1s;
}
.glitter-container.js-actived .shape._3 {
  animation-delay: 2.4s;
}
.glitter-container.js-actived .shape._4 {
  animation-delay: 3.8s;
}
.glitter-container.js-actived .shape._5 {
  animation-delay: 5.2s;
}
.glitter-container.js-actived .shape._6 {
  animation-delay: 6.6s;
}
.glitter-container.js-actived .shape._7 {
  animation-delay: 8s;
}
.glitter-container.js-actived .shape._8 {
  animation-delay: 9.4s;
}
.glitter-container.js-actived .step__box._1 {
  animation: slideUpFade 0.8s ease forwards;
}
.glitter-container.js-actived .step__box._2 {
  animation: slideUpFade 0.8s ease forwards;
  animation-delay: 1s;
}
.glitter-container.js-actived .step__box._3 {
  animation: slideUpFade 0.8s ease forwards;
  animation-delay: 2.4s;
}
.glitter-container.js-actived .step__box._4 {
  animation: slideUpFade 0.8s ease forwards;
  animation-delay: 3.8s;
}
.glitter-container.js-actived .step__box._5 {
  animation: slideUpFade 0.8s ease forwards;
  animation-delay: 5.2s;
}
.glitter-container.js-actived .step__desc {
  animation: slideUpFade 0.8s ease forwards;
  animation-delay: 6.2s;
}
.glitter-container.js-actived .step__box._6 {
  animation: slideUpFade 0.8s ease forwards;
  animation-delay: 8s;
}
.glitter-container.js-actived .step__box._7 {
  animation: slideUpFade 0.8s ease forwards;
  animation-delay: 9.4s;
}
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show {
  to {
    opacity: 1;
  }
}
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
  フェードイン
=============================== */
.FadeIn {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.37, 0, 0.63, 1);
}
.FadeIn.js-actived {
  opacity: 1;
}

/* ===============================
  下から上にフェードイン
=============================== */
.slideUpFade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.slideUpFade.js-actived {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
  文字が滑らかに表示される
=============================== */
.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.smooth.js-actived {
  clip-path: inset(0);
}

/* ===============================
  ボーダーが緩やかにつく
=============================== */
.stroke {
  position: relative;
}
.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.stroke .border.top, .stroke .border.bottom {
  width: 100%;
}
.stroke .border.top {
  border-top: 0.5px solid #2F2F2F;
  right: 0;
  top: 0;
}
.stroke .border.bottom {
  border-bottom: 0.5px solid #2F2F2F;
  left: 0;
  bottom: 0;
}
.stroke .border.right, .stroke .border.left {
  height: 100%;
}
.stroke .border.right {
  border-right: 0.5px solid #2F2F2F;
  right: 0;
  top: 0;
}
.stroke .border.left {
  border-left: 0.5px solid #2F2F2F;
  left: 0;
  bottom: 0;
}
.stroke.js-actived .border {
  opacity: 1;
}
.stroke.js-actived .border.top, .stroke.js-actived .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.stroke.js-actived .border.right, .stroke.js-actived .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
/* ===============================
  線が伸びる動き（右から左に）
=============================== */
.border-reverse {
  position: relative;
}
.border-reverse::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #2F2F2F;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 1s ease;
}
.border-reverse.js-actived::after {
  transform: scaleX(1);
}

.border-reverse2 {
  position: relative;
}
.border-reverse2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #B4B4B4;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 1s ease;
}
.border-reverse2.js-actived::after {
  transform: scaleX(1);
}

/* ===============================
  左 → 右に表示
=============================== */
.reveal-left {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
}
.reveal-left.js-actived {
  clip-path: inset(0 0 0 0);
}

/* ===============================
  上 → 下に表示
=============================== */
.reveal-down {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
}
.reveal-down.js-actived {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ===============================
  ズームイン
=============================== */
.zoomDown {
  opacity: 0;
}

.zoomDown.js-actived {
  transform: scale(1.05);
  animation: zoomDown 1s ease-in-out forwards;
}

@keyframes zoomDown {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.js-actived {
  opacity: 1;
  transform: translateY(0);
}

.topics-top {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: "Interstate", sans-serif;
  container-type: inline-size;
}
.topics-top .bread {
  position: absolute;
  top: 2%;
  left: 3%;
  padding: 0;
  margin: 0;
}
.topics-top__img img {
  width: 100%;
  height: auto;
  display: block;
}
.topics-top__content {
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.topics-top__ttl {
  font-size: 7.47cqw;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}
.topics-top__sub-ttl {
  font-size: 4.8cqw;
  font-weight: 300;
  margin-bottom: 20px;
}
.topics-top__txt {
  font-size: 4cqw;
  font-weight: 300;
  color: #000;
}

.product-lead {
  position: relative;
  width: 100%;
  max-width: 100%;
  container-type: inline-size;
}
.product-lead__img img {
  width: 100%;
  height: auto;
  display: block;
}
.product-lead__content {
  width: 100%;
  position: absolute;
  bottom: 5%;
  right: 5%;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.product-lead__ttl {
  font-size: clamp(12px, 8cqw, 40px);
  font-family: "Interstate", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.product-lead__sub-ttl {
  font-size: clamp(12px, 5.33cqw, 27px);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.product-lead__text p {
  font-size: clamp(12px, 3.2cqw, 16px);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.product-lead__text p:not(:last-child) {
  margin-bottom: 30px;
}

.product {
  background-image: url("../img/bobe-bg-02.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  padding: 30px 20px 20px;
  container-type: inline-size;
  background-color: #fff;
}
.product__content {
  padding: 28px;
}
.product__content a:hover.product-link {
  opacity: 0.7;
}
.product__ttl {
  font-size: 5.97cqw;
  margin: 30px 0 5px;
}
.product__sub {
  font-size: 3.58cqw;
}
.product__price {
  font-size: 3.58cqw;
  margin-bottom: 30px;
}
.product__img {
  background-image: url("../img/un_texture.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 70%;
  margin: 0 auto 30px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product__img.js-actived {
  clip-path: inset(0 0 0 0);
}
.product__img img {
  width: 30%;
}
.product .three-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.product .three-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .three-row__img-frame {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.5px solid #B4B4B4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product .three-row__img-frame img {
  width: 50%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  display: block;
}
.product .three-row__txt {
  font-family: "DM Sans", sans-serif;
  font-size: 2.69cqw;
  font-weight: 400;
  margin-top: 5px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  opacity: 1;
  border-width: 1px;
  border-radius: 10px;
  padding: 2px;
}
.product .three-row__txt.lh10 {
  line-height: 1.1;
  font-size: 2.39cqw;
}
.product .three-row__txt span {
  font-size: 1.79cqw;
}
.product .note {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1.79cqw;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

.product-info {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  container-type: inline-size;
  padding-bottom: 20px;
  background-color: #fff;
}
.product-info__img {
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
}
.product-info__img img {
  width: 100%;
}
.product-info__ttl {
  font-size: 4.27cqw;
  margin: 0 20px 20px;
  padding: 20px 10px;
}
.product-info__txt p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 4cqw;
  font-size: clamp(15px, 4cqw, 20px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
.product-info__txt p:not(:last-child) {
  margin-bottom: 30px;
}
.product-info__txt p span {
  font-size: 12px;
}

.overlay-img img {
  width: 100%;
}

.product-info__feature {
  background-color: #F5F8FF;
  container-type: inline-size;
  padding: 21.5% 20px;
}
.product-info__feature__ingredients {
  position: relative;
  z-index: 0;
  border: 1px solid #B4B4B4;
  border-radius: 0 50px 0 50px;
  text-align: center;
  background-color: #fff;
}
.product-info__feature__ingredients:not(:last-child) {
  margin-bottom: 25%;
}
.product-info__feature__ingredients::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/bobe-bg-03.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.product-info__feature__ingredients .sec-num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -20px auto 60px;
}
.product-info__feature__ingredients .sec-num__number {
  font-size: 7.16cqw;
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.product-info__feature__ingredients .sec-num__img {
  position: absolute;
  z-index: 1;
  width: 25%;
  height: auto;
}
.product-info__feature__ingredients__ttl {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 4.78cqw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.product-info__feature__ingredients__ttl span {
  font-size: 6px;
}
.product-info__feature__ingredients img.clm1 {
  width: 10%;
  margin-bottom: 20px;
}
.product-info__feature__ingredients .edu {
  width: 5%;
  height: auto;
  margin-bottom: 20px;
}
.product-info__feature__ingredients__txt-1, .product-info__feature__ingredients__txt-2, .product-info__feature__ingredients__txt-3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 3.58cqw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
.product-info__feature__ingredients__txt-1 span, .product-info__feature__ingredients__txt-2 span, .product-info__feature__ingredients__txt-3 span {
  font-size: 1.79cqw;
}
.product-info__feature__ingredients__txt-3 {
  margin-bottom: 60px;
}
.product-info__feature__ingredients .note {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.39cqw;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}

.product-info__key-ingredients {
  padding-bottom: 80px;
  container-type: inline-size;
  background-color: #fff;
}
.product-info__key-ingredients__img {
  width: 100%;
  margin-bottom: 60px;
}
.product-info__key-ingredients__ttl {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 5.6cqw;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin: 0 20px;
  padding-bottom: 2.99cqw;
}
.product-info__key-ingredients__ttl span {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-info__key-ingredients__contents .free-area {
  background-image: url("../img/un_texture-02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 114.67cqw;
  margin: 0 0 8cqw 20px;
}
.product-info__key-ingredients__contents .free-area .item {
  position: absolute;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.67cqw;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: right;
}
.product-info__key-ingredients__contents .free-area .item span {
  font-size: 2.13cqw;
}
.product-info__key-ingredients__contents .free-area .img1 {
  top: 16cqw;
  left: 10.67cqw;
  width: 30%;
  z-index: 1;
}
.product-info__key-ingredients__contents .free-area .img2 {
  top: 21.33cqw;
  right: 0;
  width: 25%;
}
.product-info__key-ingredients__contents .free-area .img3 {
  top: 37.33cqw;
  right: 5.33cqw;
  width: 42%;
}
.product-info__key-ingredients__contents .free-area .text1 {
  top: 69.33cqw;
  right: 5.33cqw;
  padding-bottom: 5px;
}
.product-info__key-ingredients__contents .free-area .text2 {
  bottom: 1.33cqw;
  right: 5.33cqw;
  font-size: 1.87cqw;
  vertical-align: middle;
}
.product-info__key-ingredients__contents .free-area .line {
  position: absolute;
  height: 1px;
  background: #B4B4B4;
}
.product-info__key-ingredients__contents .free-area .line1 {
  bottom: 36cqw;
  left: 24cqw;
  width: 67cqw;
}
.product-info__key-ingredients__contents .free-area .line2 {
  bottom: 14.67cqw;
  left: 31.2cqw;
  width: 21.33cqw;
}
.product-info__key-ingredients__contents .free-area .line3 {
  bottom: 7.2cqw;
  left: 45cqw;
  transform: rotate(90deg);
  width: 15cqw;
}
.product-info__key-ingredients__contents .product-info__key-ingredients_group {
  margin: 0 20px;
}
.product-info__key-ingredients__contents .product-info__key-ingredients_group .features-list3 {
  width: 100%;
  gap: 10px;
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product-info__key-ingredients__contents .product-info__key-ingredients_group .features-list3 .ingredients {
  margin-bottom: 1cqw;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.4cqw;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  height: 8.53cqw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info__key-ingredients__contents .product-info__key-ingredients_group .features-list3 .efficacy {
  margin-top: 1cqw;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1.87cqw;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  height: 8.53cqw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info__key-ingredients__contents .product-info__key-ingredients_group._2 .features-list3 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-info__key-ingredients__contents .product-info__key-ingredients_group._2 .ingredients {
  height: 4.27cqw;
}
.product-info__key-ingredients__contents .product-info__key-ingredients_group._2 .efficacy {
  height: 48px;
}

.free-from-ingredients {
  container-type: inline-size;
  background-color: #fff;
}
.free-from-ingredients__bg {
  margin: 0 20px 80px;
}
.free-from-ingredients__ttl {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 6.27cqw;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 2.99cqw;
  margin-bottom: 5.97cqw;
}
.free-from-ingredients__ttl span {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 4.18cqw;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.free-from-ingredients .features-list4 .item .item__txt {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.4cqw;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
}
.free-from-ingredients .features-list4 .item img {
  width: 90%;
}

.howtoapply {
  background-color: #f5f8ff;
  position: relative;
  z-index: 0;
  container-type: inline-size;
  position: relative;
}
.howtoapply::before {
  content: "";
  background-image: url("../img/bobe-bg-03.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.1;
}
.howtoapply__wrap {
  margin: 0 20px;
}
.howtoapply__ttl {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 5.6cqw;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 30px 0 2.99cqw;
  margin-bottom: 40px;
}
.howtoapply__cnt {
  display: grid;
  grid-template-columns: 1fr 3fr;
  container-type: inline-size;
  gap: 5cqw;
}
.howtoapply__cnt .step__box {
  display: flex;
  align-items: center;
  gap: 35px;
  height: 45cqw;
}
.howtoapply__cnt .step__box._3 .step__img img {
  width: 50%;
}
.howtoapply__cnt .step__box._1 .step__img img {
  width: 65%;
}
.howtoapply__cnt .step__box .step__img {
  width: 15cqw;
  height: auto;
  display: block;
  text-align: center;
}
.howtoapply__cnt .step__box .step__img img {
  width: 60%;
  margin: 0 auto;
}
.howtoapply__cnt .step__box .step__txt {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 5.33cqw;
  line-height: 1.3;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
}
.howtoapply__cnt .step__box .step__txt span {
  font-weight: 700;
  font-size: 3.2cqw;
  color: #B4CEE7;
}
.howtoapply__cnt .step__box:nth-child(4) .step__img img {
  width: 100%;
}
.howtoapply__cnt .step__box._v2 .step__img img {
  width: 80%;
}
.howtoapply .step__desc {
  padding: 5.33cqw 8cqw 8cqw 5.33cqw;
  position: absolute;
  top: 230cqw;
  right: 20px;
  background-color: #e3ecf8;
  border-radius: 20px;
  width: calc(100cqw - 40px);
}
.howtoapply .step__desc .step__txt {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 3.2cqw;
  line-height: 1.8;
  text-align: center;
}

.novelty {
  width: 100%;
  text-align: center;
  container-type: inline-size;
  background-image: url(../img/product-info-02.png);
  background-size: 135%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;
}
.novelty__wrap {
  margin: 30px 20px 26.67cqw;
  padding: 8cqw 0cqw 5.33cqw;
}
.novelty__date {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 4cqw;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin-bottom: 8cqw;
}
.novelty__ttl {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 7.47cqw;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2.67cqw;
}
.novelty__sub-ttl {
  font-family: "Interstate", sans-serif;
  font-weight: 300;
  font-size: 4.8cqw;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 8cqw;
}
.novelty__img {
  width: 60%;
  margin: 0 auto 8cqw;
}
.novelty__txt {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 3.2cqw;
  line-height: 1.8;
  text-align: center;
}
.novelty__txt span {
  font-size: 1.87cqw;
  margin-top: 2.67cqw;
}
.novelty .btn__wrap {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 17.33cqw;
}
.novelty .btn__wrap .item-btn {
  border: 1px solid #2F2F2F;
  padding: 2.67cqw;
  background-color: #fff;
}
.novelty .btn__wrap .item-btn:not(:last-child) {
  margin-bottom: 2.67cqw;
}
.novelty .btn__wrap .item-btn a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 4.27cqw;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
  .pcOnly {
    display: none;
  }
  .wrapper {
    padding-top: 0;
  }
  .mainHead .txt {
    right: clamp(1%, 3vw, 3%);
  }
  .product-list {
    margin-top: 30px;
    row-gap: 20px;
  }
  .product-list .guide-item a .item-name ._ja {
    font-size: 10px;
  }
  .product-list .guide-item a .item-name ._en {
    font-size: 11px;
  }
  .product-list .guide-item a .item-price ._en {
    font-size: 11px;
  }
  .product-list .guide-item .link._buy a {
    padding: 1px 0;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .pane-main {
    width: 100%;
  }
  .mainHead .txt p:nth-child(1) {
    font-size: clamp(8px, 2vw, 12px);
    line-height: 1.5;
  }
  .mainHead .txt p:nth-child(2) {
    font-size: clamp(12px, 3vw, 16px);
    margin-top: 4%;
    line-height: 1.5;
  }
  .overlay-text p {
    font-size: clamp(12px, 3vw, 16px);
  }
  .overlay-text .arrow img {
    width: clamp(20px, 5vw, 30px);
    margin-top: clamp(5px, 1vw, 10px);
  }
  .guide,
  .products.clm2 {
    padding: 0 10px;
  }
  .products.clm2 {
    width: 67.5%;
  }
  .prd-desc {
    padding: 20px 10px;
  }
  .check-link .btn-circle {
    width: 100%;
  }
  .howto {
    gap: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
