@charset "UTF-8";

#feat-bodycare {
  padding-bottom: 100px;
}

/* hacks */
@media (min-width: 768px) {
  #feat-bodycare .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #feat-bodycare .pc {
    display: none !important;
  }
}

#feat-bodycare img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
#feat-bodycare .ma {
  margin-left: auto;
  margin-right: auto;
}
#feat-bodycare .pr {
  position: relative;
}
#feat-bodycare .pa {
  position: absolute;
}
#feat-bodycare .pf {
  position: fixed;
}
#feat-bodycare .db {
  display: block;
}
#feat-bodycare .di {
  display: inline;
}
#feat-bodycare .dib {
  display: inline-block;
}
#feat-bodycare .dn {
  display: none;
}
#feat-bodycare .df {
  display: flex;
}
#feat-bodycare .fww {
  flex-wrap: wrap;
}
#feat-bodycare .fwnw {
  flex-wrap: nowrap;
}
#feat-bodycare .jcc {
  justify-content: center;
}
#feat-bodycare .jcsb {
  justify-content: space-between;
}
#feat-bodycare .jcfs {
  justify-content: flex-start;
}
#feat-bodycare .jcfe {
  justify-content: flex-end;
}
#feat-bodycare .aic {
  align-items: center;
}
#feat-bodycare .aifs {
  align-items: flex-start;
}
#feat-bodycare .aife {
  align-items: flex-end;
}
#feat-bodycare .oxa {
  overflow-x: auto;
}
#feat-bodycare .oxs {
  overflow-x: scroll;
}
#feat-bodycare .oxh {
  overflow-x: hidden;
}
#feat-bodycare .oya {
  overflow-y: auto;
}
#feat-bodycare .oys {
  overflow-y: scroll;
}
#feat-bodycare .oyh {
  overflow-y: hidden;
}
#feat-bodycare .vv {
  visibility: visible;
}
#feat-bodycare .vh {
  visibility: hidden;
}
#feat-bodycare .vc {
  visibility: collapse;
}
#feat-bodycare .tl {
  text-align: left;
}
#feat-bodycare .tc {
  text-align: center;
}
#feat-bodycare .tr {
  text-align: right;
}
#feat-bodycare .tj {
  text-align: justify;
}
#feat-bodycare .cp {
  cursor: pointer;
}
#feat-bodycare .hac {
  left: 50%;
  transform: translateX(-50%);
}
#feat-bodycare .vam {
  top: 50%;
  transform: translateY(-50%);
}

/* --------------------------------------
		font
	-------------------------------------- */
#feat-bodycare {
  --maincolor: #ff6994;
}
#feat-bodycare .yugo {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#feat-bodycare h2,
#feat-bodycare h3,
#feat-bodycare .mincho {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif Japanese", "serif", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* layout */
footer {
  padding: 0 !important;
}
#feat-bodycare section {
  width: 100%;
}
#feat-bodycare section.fv p {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

#feat-bodycare section.appeal .inner {
  max-width: 828px;
  width: 100%;
}
#feat-bodycare section.cv .inner {
  max-width: 828px;
  width: 100%;
  margin: 0 auto 120px;
}

@media (max-width: 767px) {
  #feat-bodycare section.appeal .inner {
    max-width: unset;
  }
  #feat-bodycare section.cv .inner {
    max-width: unset;
    margin: 0 auto 16vw;
  }
}

#feat-bodycare section.appeal .icon {
  width: 19.203%;
  right: 10%;
  top: 35.3%;
}

/* ------------------------------------------------------------
		cv
	------------------------------------------------------------ */
#feat-bodycare .cv ul {
  width: 100%;
  background: transparent;
  gap: 80px 0;
}
#feat-bodycare .cv ul li {
  width: 50%;
  background: transparent;
  font-feature-settings: "palt";
}
#feat-bodycare .cv ul::after {
  /* content:''; */ /* display:block; */
  width: 100%;
  height: 100%;
  border: solid #bcccdb;
  border-width: 1px 1px 0 0;
  position: absolute;
  left: 0;
  top: 0; /* z-index:0; */
}
#feat-bodycare .cv ul li::after {
  /* content:''; */
  display: block;
  width: 100%;
  height: 100%;
  border: solid #bcccdb;
  border-width: 0 0 1px 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#feat-bodycare .cv ul li:nth-child(2n):after {
  left: 1px;
}

#feat-bodycare .cv ul li .img {
  margin: 0 auto 5px;
  width: 85.027%;
}
#feat-bodycare .cv ul li .ttl {
  font-size: 25px;
  line-height: 1.5;
  color: #ff6994;
  margin-bottom: 10px;
}

#feat-bodycare .cv ul li .iyaku {
  font-size: 24px;
  line-height: 1;
  color: #78828b;
  border: 1px solid #78828b;
  display: inline-block;
  padding: 0.2em 0.4em;
  margin-bottom: 8px;
}

#feat-bodycare .cv ul li .amount {
  font-size: 22px;
  line-height: 1.4;
  color: #78828b;
  margin-bottom: 10px;
}

#feat-bodycare .cv ul li .prc {
  font-size: 41px;
  line-height: 1;
  color: #78828b;
  margin: 0 0 25px;
}
#feat-bodycare .cv ul li .prc span {
  font-size: 30px;
}
#feat-bodycare .cv ul li .btn {
  font-size: 28px;
  line-height: 1;
  color: #ff6994;
  width: 85.027%;
  font-weight: normal;
  border-color: #ff6994;
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  padding: 0;
  z-index: 2;
}
#feat-bodycare .cv ul li .btn a {
  text-decoration: none;
  color: #ff6994;
  font-weight: normal;
  padding: 25px 0;
  display: block;
}

@media (max-width: 767px) {
  #feat-bodycare .cv ul li {
    padding: 0 0 3.623vw;
  }
  #feat-bodycare .cv ul::after {
    border-width: 0.121vw 0.121vw 0 0;
  }
  #feat-bodycare .cv ul li::after {
    border-width: 0 0 0.121vw 0.121vw;
  }
  #feat-bodycare .cv ul li:nth-child(2n):after {
    left: 0.121vw;
  }
  #feat-bodycare .cv ul li .img {
    margin: 0 0 3.623vw;
  }
  #feat-bodycare .cv ul li .ttl {
    font-size: 3.019vw;
    height: 18.116vw;
  }
  #feat-bodycare .cv ul li .prc {
    font-size: 4.952vw;
    margin: 0 0 3.623vw;
  }
  #feat-bodycare .cv ul li .prc span {
    font-size: 3.623vw;
  }
  #feat-bodycare .cv ul li .btn {
    font-size: 3.382vw;
    width: 85.027%;
    padding: 3.019vw 0;
  }
}

#feat-bodycare button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

#feat-bodycare #openBtn {
  display: block;
  width: 68%;
  margin: 0 auto;
  cursor: pointer;
}

#feat-bodycare #closeBtn {
  color: #ff6994;
  font-size: 30px;
  padding: 0.2em 0.5em;
  width: 324px;
  margin: 0 auto;
  display: block;
  border-color: #ff6994;
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  font-weight: 500;
  cursor: pointer;
}

/* ダイアログ本体のスタイル */
#feat-bodycare dialog {
  padding: 0;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 90%;
  border: 6px solid #ffe8ef;
  overflow: visible;
  position: fixed;
  max-height: calc(100vh - 100px);

  flex-direction: column;
}

/* ダイアログの中身（レイアウト用） */
#feat-bodycare .dialog-content {
  padding: 3rem 0;
  border-radius: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
}

/* 枠外の閉じるボタン（×） */
#feat-bodycare .close-icon-btn {
  position: absolute;
  top: -45px; /* 枠の上に配置 */
  right: -45px; /* 右揃え（右にずらすなら -40px 等にする） */

  background: transparent;
  border: none;
  color: white; /* 背景が暗いので白文字 */
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  transition: transform 0.2s;
}

/* 背景（バックドロップ）のスタイル */
#feat-bodycare dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  backdrop-filter: blur(2px); /* 背景を少しぼかす（お好みで） */
}

/* アニメーション（開くとき） */
#feat-bodycare dialog[open] {
  display: flex;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#feat-bodycare .anchor {
  display: flex;
}
