@charset "UTF-8";
.faq {
  padding-bottom: 7.9861111111vw;
  width: 100%;
  position: relative;
  counter-reset: qNum;
}
.faq__headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.faq__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 27px;
  padding-left: 40px;
  background: #fff;
}
.faq__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
.faq__container {
  display: flex;
  width: 52.0833333333vw;
  margin: 0 auto 220px;
  padding-top: 128px;
  flex-direction: column;
  row-gap: 70px;
}
.faq__content {
  width: 100%;
  position: relative;
  line-height: 0;
}
.faq__content:nth-child(1) .faq__illust {
  top: -14.5138888889vw;
  right: -6.1805555556vw;
}
.faq__content:nth-child(1) .faq__illust img {
  width: 20.625vw;
  height: auto;
}
.faq__content:nth-child(2) .faq__illust {
  top: -0.8333333333vw;
  left: -17.5vw;
}
.faq__content:nth-child(2) .faq__illust img {
  width: 15.4861111111vw;
  height: auto;
}
.faq__content:nth-child(3) .faq__illust {
  top: -11.8055555556vw;
  right: -13.6111111111vw;
}
.faq__content:nth-child(3) .faq__illust img {
  width: 23.6111111111vw;
  height: auto;
}
.faq__title {
  font-size: 21px;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  color: #524e46;
  margin-bottom: 0;
  text-align: left;
  line-height: 1em;
  padding-bottom: 1.4704em;
  border-bottom: 1px dashed #707070;
}
.faq__illust {
  position: absolute;
  display: block;
  line-height: 0;
  width: fit-content;
  pointer-events: none;
}
.faq__list {
  display: flex;
  flex-direction: column;
}
.faq__list-item {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  border-bottom: 1px dashed #707070;
  counter-increment: qNum;
  padding: 25px 0;
  transition: all 0.3s ease-out;
}
.faq__list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.faq__list-item.active {
  row-gap: 15px;
}
.faq__list-item.active .faq__list-item-q:after {
  content: "ー";
  font-weight: 500;
}
.faq__list-item.active .faq__list-item-a {
  grid-template-rows: 1fr;
}
.faq__list-item-q, .faq__list-item-a {
  display: flex;
  font-size: 16px;
  line-height: 25px;
  color: #524e46;
  position: relative;
  padding-left: 47px;
}
.faq__list-item-q:before, .faq__list-item-a:before {
  content: "";
  display: block;
  width: 47px;
  text-align: right;
  padding-right: 20px;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 15px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__list-item-q {
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease-out;
  padding-right: 40px;
}
.faq__list-item-q:before {
  content: "Q" counter(qNum) ".";
}
.faq__list-item-q:after {
  content: "＋";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  line-height: 25px;
}
.faq__list-item-q:hover {
  opacity: 0.5;
}
.faq__list-item-a {
  text-align: left;
  overflow: hidden;
  transition: all 0.3s ease-out;
  display: grid;
  grid-template-rows: 0fr;
}
.faq__list-item-a:before {
  content: "A.";
}
.faq__answer {
  display: block;
  overflow: hidden;
}
.faq__answer.pc {
  display: block;
}
.faq__answer.sp {
  display: none;
}
.faq__answer a {
  color: #018CD6;
  transition: all 0.3s ease-out;
}
.faq__answer a:hover {
  opacity: 0.5;
}
.faq__answer > * {
  margin-bottom: 1em;
}
.faq__answer > *:last-child {
  margin-bottom: 0;
}
.faq__answer ul li {
  position: relative;
  padding-left: 1em;
}
.faq__answer ul li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .faq {
    padding-bottom: 24vw;
  }
  .faq__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .faq__headline .headline-text {
    font-size: 4.2666666667vw;
  }
  .faq__container {
    width: 86.6666666667vw;
    margin: 0 auto 8vw;
    padding-top: 18.1333333333vw;
    row-gap: 13.3333333333vw;
  }
  .faq__content {
    width: 100%;
    margin-bottom: 0;
  }
  .faq__content:nth-child(1) .faq__illust {
    margin: 0 auto 14.9333333333vw;
  }
  .faq__content:nth-child(1) .faq__illust img {
    width: 61.6vw;
  }
  .faq__content:nth-child(2) .faq__illust {
    margin: 0 auto 13.0666666667vw;
  }
  .faq__content:nth-child(2) .faq__illust img {
    width: 52.8vw;
  }
  .faq__content:nth-child(3) .faq__illust {
    margin: 0 auto 14.9333333333vw;
  }
  .faq__content:nth-child(3) .faq__illust img {
    width: 79.4666666667vw;
  }
  .faq__title {
    font-size: 4.2666666667vw;
    margin-bottom: 0;
    text-align: center;
    border-bottom: 0.2666666667vw dashed #707070;
  }
  .faq__illust {
    position: static;
  }
  .faq__list-item {
    border-bottom: 0.2666666667vw dashed #707070;
    padding: 5.3333333333vw 0;
  }
  .faq__list-item.active {
    row-gap: 4vw;
  }
  .faq__list-item.active .faq__list-item-q:after {
    content: "−";
  }
  .faq__list-item.active .faq__list-item-a {
    grid-template-rows: 1fr;
  }
  .faq__list-item-q, .faq__list-item-a {
    display: flex;
    font-size: 3.6vw;
    line-height: 5.8666666667vw;
    padding-left: 8vw;
  }
  .faq__list-item-q:before, .faq__list-item-a:before {
    width: 8vw;
    padding-right: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
  .faq__list-item-q {
    padding-right: 5.3333333333vw;
  }
  .faq__list-item-q:after {
    right: 0;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
  .faq__list-item-q:hover {
    opacity: 0.5;
  }
  .faq__list-item-a {
    font-weight: 300;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s ease-out;
    display: grid;
    grid-template-rows: 0fr;
  }
  .faq__list-item-a:before {
    content: "A.";
  }
  .faq__answer {
    display: block;
    overflow: hidden;
  }
  .faq__answer.pc {
    display: none;
  }
  .faq__answer.sp {
    display: block;
  }
  .faq__answer a {
    color: #018CD6;
    transition: all 0.3s ease-out;
  }
  .faq__answer a:hover {
    opacity: 0.5;
  }
  .faq__answer > * {
    margin-bottom: 1em;
  }
  .faq__answer > *:last-child {
    margin-bottom: 0;
  }
}
/* ==========================================================================
   Flow Page Specific Styles
   ========================================================================== */
.faq-episode {
  background-color: #fff;
  width: 63.9583333333vw;
  margin: 0 auto;
  padding: 4.0972222222vw 5.9375vw 4.4444444444vw;
}
.faq-episode__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 17px;
  line-height: 1.5454em;
  color: #524e46;
  font-weight: 500;
  margin-bottom: 33px;
  letter-spacing: 0.1em;
  text-align: center;
}
.faq-episode__title span {
  display: inline-block;
}
.faq-episode__card {
  display: block;
  margin: 0 auto;
}
.faq-episode__card img {
  width: 100%;
  height: auto;
}
.faq-episode__link {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #524e46;
}
.faq-episode__link:hover {
  opacity: 0.7;
}
.faq-episode__link picture {
  margin-bottom: 15px;
}
.faq-episode__slider {
  margin-bottom: 15px;
}
.faq-episode__text {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
.faq-episode__vol {
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
}
.faq-episode__name {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .faq-episode {
    width: 100%;
    margin-left: 0;
    transform: none;
    padding: 24vw 6.6666666667vw 0;
    background-color: #F8F6F2;
  }
  .faq-episode__container {
    background-color: #fff;
    padding: 5.3333333333vw 4.5333333333vw 6.6666666667vw;
  }
  .faq-episode__title {
    font-size: 4.2666666667vw;
    line-height: 1.5454em;
    margin-bottom: 5.3333333333vw;
  }
  .faq-episode__title span {
    display: block;
  }
  .faq-episode__slider {
    margin-bottom: 4vw;
  }
  .faq-episode__text {
    padding-left: 0vw;
  }
  .faq-episode__vol {
    font-size: 3.2vw;
  }
  .faq-episode__name {
    font-size: 4vw;
  }
}

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