@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

/***********************************
 * KV
***********************************/
#lower_faq .custom-background {
  background-image: url("../images/faq/kv.webp");
  background-size: cover;
  /* 画像を要素に合わせてリサイズ */
  background-position: center;
  /* 画像を中央に配置 */
}
@media screen and (max-width: 744px) {
  #lower_faq .custom-background {
    background-image: url("../images/faq/kv_sp.webp");
    background-size: cover;
    background-position: center, top;
    height: auto;
  }
}

/* ==================================================
  FAQ
================================================== */
.p-faq__container {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-faq__container {
    width: auto;
    padding: 0 4.2666666667vw;
  }
}

.p-faq__contentbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .p-faq__contentbox {
    gap: 4.2666666667vw;
  }
}
.p-faq__contentbox + .p-faq__contentbox {
  margin-top: 70px;
}
@media screen and (max-width: 744px) {
  .p-faq__contentbox + .p-faq__contentbox {
    margin-top: 10.6666666667vw;
  }
}

.head-border {
  display: flex;
  align-items: center;
}
.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #d1667a;
}
@media screen and (max-width: 744px) {
  .head-border:before, .head-border:after {
    height: 0.2666666667vw;
  }
}
.head-border:before {
  margin-right: 0;
}
.head-border:after {
  margin-left: 0;
}
.head-border span {
  color: #d1667a;
  font-size: 21px;
  font-weight: bold;
  border: solid 1px #d1667a;
  padding: 10px 30px;
  letter-spacing: 2px;
  border-radius: 50px;
}
@media screen and (max-width: 744px) {
  .head-border span {
    font-size: 4.2666666667vw;
    border: solid 0.2666666667vw #d1667a;
    padding: 2.1333333333vw 6.4vw;
    letter-spacing: 0.5333333333vw;
    border-radius: 12.8vw;
  }
}

.p-faq__contentbox li {
  border-bottom: dashed 1px #aaaaaa;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-faq__contentbox li {
    border-bottom: dashed 0.2666666667vw #aaaaaa;
    margin-bottom: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}

.faqList {
  position: relative;
  width: 100%;
  color: #333;
}
.faqList .ddwrap {
  overflow: hidden;
  padding-bottom: 0;
}
.faqList .ddwrap.hide {
  height: 0;
}

.p-faq__question {
  padding: 30px 72px 30px 0;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
@media screen and (max-width: 744px) {
  .p-faq__question {
    padding: 4.2666666667vw 8.5333333333vw 4.2666666667vw 0;
    font-size: 4.8vw;
  }
}
.p-faq__question::before {
  content: "Q.";
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 66px;
  height: auto;
  flex-shrink: 0;
  color: #d1667a;
  font-family: var(--font-noto-serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-faq__question::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    font-size: 5.8666666667vw;
  }
}

.p-faq__answer {
  font-size: 16px;
  display: flex;
  align-items: self-start;
  padding-left: 50px;
}
@media screen and (max-width: 744px) {
  .p-faq__answer {
    font-size: 4vw;
    padding-left: 1.3333333333vw;
  }
}
.p-faq__answer::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #d1667a;
  color: #fff;
  font-family: serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-faq__answer::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.p-faq__answer.ddwrap p {
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding-right: 56px;
}
@media screen and (max-width: 744px) {
  .p-faq__answer.ddwrap p {
    font-size: 4vw;
    margin-left: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-right: inherit;
  }
}
.p-faq__answer.ddwrap a {
  color: #fff;
  background-color: #d1667a;
  padding: 5px 30px;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .p-faq__answer.ddwrap a {
    padding: 1.3333333333vw 8vw;
  }
}
.p-faq__answer.ddwrap a:hover {
  opacity: 0.7;
}

button.faqreadmoreWrap {
  position: absolute;
  top: 40px;
  right: 0;
  display: block;
  background: #d1667a;
  width: 36px;
  height: 36px;
  border: none;
  padding: 0;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  button.faqreadmoreWrap {
    top: 4.2666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
button.faqreadmoreWrap::before, button.faqreadmoreWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}
button.faqreadmoreWrap::before {
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 744px) {
  button.faqreadmoreWrap::before {
    width: 0.5333333333vw;
    height: 4vw;
  }
}
button.faqreadmoreWrap::after {
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 744px) {
  button.faqreadmoreWrap::after {
    width: 4vw;
    height: 0.5333333333vw;
  }
}
button.faqreadmoreWrap.open::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
button.faqreadmoreWrap.open::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* --------------------------------------------------
SIDE MENU
-------------------------------------------------- */
#side {
  max-width: 270px;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  #side {
    display: none;
  }
}
#side .c_side__ttl {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: url(../../assets/images/sidebar/side_ttl-bg.png) no-repeat center top/contain;
  max-width: 375px;
  height: 80px;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#side .c_side__ttl span {
  font-size: 14px;
  font-weight: 400;
  color: #ddbe6b;
  display: block;
}
#side [class^=c_side__cat-ttl] {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  line-height: 1;
  background: url(../../assets/images/sidebar/side_cat-ttl-bg.png) no-repeat center top/contain;
  max-width: 250px;
  height: 50px;
  width: 100%;
  padding: 15px 20px;
}
#side [class^=c_side__cat-ttl] span {
  font-size: 11px;
  font-weight: 400;
  color: #ddbe6b;
  display: inline-block;
  margin-left: 10px;
}
#side .c_side_sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
#side .c_side_menu {
  display: flex;
  flex-direction: column;
  width: 270px;
  padding: 24px;
  gap: 16px;
  background: #fdf7f7;
  border-top: 2px solid #dd5564;
}
#side .c_side_menu.footer-menu-vein-other {
  background: #f5f4fa;
  border-top: 2px solid #6e6783;
}
#side .c_side_menu.footer-menu-vein-other .cate li::before {
  border-top: 2px solid #6e6783;
  border-right: 2px solid #6e6783;
}
#side .c_side_menu.footer-menu-slim-hair {
  background: #fff8f5;
  border-top: 2px solid #935941;
}
#side .c_side_menu.footer-menu-slim-hair .cate li::before {
  border-top: 2px solid #935941;
  border-right: 2px solid #935941;
}
#side .c_side_menu.footer-menu-skin {
  background: #f9fcff;
  border-top: 2px solid #55a5d1;
}
#side .c_side_menu.footer-menu-skin .cate li::before {
  border-top: 2px solid #55a5d1;
  border-right: 2px solid #55a5d1;
}
#side .c_side_menu .ttl {
  color: #dd5564;
  font-feature-settings: "pwid" on, "palt" on;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.05px;
  padding-bottom: 8px;
}
#side .c_side_menu .ttl.footer-menu-vein-other {
  color: #6e6783;
}
#side .c_side_menu .ttl.footer-menu-slim-hair {
  color: #935941;
}
#side .c_side_menu .ttl.footer-menu-skin {
  color: #55a5d1;
}
#side .c_side_menu .cate {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#side .c_side_menu .cate_ttl {
  color: #fff;
  font-family: var(--font-yugo);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  padding: 4px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #fff;
  background: #dd5564;
}
#side .c_side_menu .cate ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--font-yugo);
}
#side .c_side_menu .cate li {
  display: flex;
  align-items: flex-start;
  font-family: var(--font-yugo);
  font-size: 14px;
  color: #333;
  position: relative;
}
#side .c_side_menu .cate li::before {
  content: "";
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #dd5564;
  border-right: 2px solid #dd5564;
  transform: rotate(45deg);
  flex-shrink: 0;
}
#side .c_side_menu .cate a {
  color: #333;
  font-family: var(--font-yugo);
  position: relative;
  text-decoration: none;
  transition: color 0.2s;
}
#side .c_side_menu .cate a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
#side .c_side_menu .cate a:hover {
  opacity: 1;
}
#side .c_side_menu .cate a:hover::after {
  transform: scaleX(1);
}
#side .c_side_banner {
  text-align: center;
}
#side .c_side_banner li {
  margin-bottom: 10px;
}
#side .c_side_banner li a {
  display: block;
}
#side .c_side_banner li a:hover {
  opacity: 0.6;
}

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