@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* Sass Document */
#fv {
  height: 544px;
  background: url(../img/index/bg_fv.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #fv {
    background-size: auto 100%;
    background-position: right -70vw center !important;
  }
}

#fv .txt {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin-top: 1em;
}

#fv .txt .none {
  display: none;
}

#fv .btn {
  width: 465px;
  height: auto;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 25px auto 0;
}

#fv .btn a {
  display: block;
  height: auto;
  line-height: 1;
  color: #fff;
  background: #29a7e1;
  border-radius: 5px;
  padding: 0.9em 0;
}

#fv .bank {
  text-align: center;
  font-size: 1.8rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #fv .bank {
    font-size: 1.4rem;
  }
}
#fv .bank a {
  color: #fff;
  text-decoration: underline;
}
#fv .bank a:hover {
  text-decoration: none;
}

.fv_inner {
  width: 1130px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv_inner {
    width: auto;
  }
}

.fv_ttl {
  width: fit-content;
  padding: 0 20px;
  text-align: center;
}
.fv_ttl .btn_wrapper {
  margin-top: 20px;
}

.headline {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.headline span {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	特徴
* --------------------------------------------------------------------------------------------------*/
#feature {
  background-color: #fdf5fa;
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  #feature {
    padding: 30px 0;
  }
}
#feature .headline {
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #feature .headline {
    margin-bottom: 20px;
  }
}
#feature p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #feature p {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.book_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.book_list li {
  aspect-ratio: 250/334;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .book_list {
    margin-top: 20px;
    width: auto;
    justify-content: space-between;
    gap: 10px 0;
  }
  .book_list li {
    width: 48%;
  }
  .book_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	会田 我路について
* --------------------------------------------------------------------------------------------------*/
#about {
  background: url(../img/index/bg_about.jpg) repeat-X top center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 40px 0;
  }
}
#about .wrap {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #about .wrap {
    padding: 0;
  }
}
#about .headline {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about .headline {
    margin-bottom: 20px;
  }
}
#about .headline span {
  color: #fe5868;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  #about .headline span {
    font-size: 1.5rem;
  }
}
#about p {
  font-size: 1.6rem;
  line-height: 1.875;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  #about p {
    font-size: 1.5rem;
  }
}
#about p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #about p + p {
    margin-top: 1em;
  }
}
#about .btn_wrapper {
  width: 343px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #about .btn_wrapper {
    width: 80%;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	美少女図鑑 by 会田我路が
選ばれる7つの特徴
* --------------------------------------------------------------------------------------------------*/
#reason {
  background: #ecf3fe;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 40px 0;
  }
}
#reason .headline {
  line-height: 1.5333333333;
  margin-bottom: 0;
}

#reason .wrap {
  width: 1130px;
  margin: 0 auto;
  padding-left: 30px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  #reason .wrap {
    width: 90%;
    padding-left: 0;
  }
}

.headline span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #fe5868;
  margin-bottom: 0.8em;
}

#reason .block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#reason .block .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #reason .block {
    display: block;
    margin-top: 30px;
  }
  #reason .block .txt + .txt {
    margin-top: 30px;
  }
}
#reason .block.block01 {
  align-items: center;
}
#reason .block.block01 .img {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  #reason .block.block01 .img {
    width: 80%;
    margin: 10px auto 0;
  }
}
#reason .block.block01 .txt {
  max-width: 570px;
}
#reason .block.block02 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #reason .block.block02 {
    margin-top: 30px;
  }
}
#reason .block.block02 .img {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  #reason .block.block02 .img {
    margin: 10px auto 0;
  }
}
#reason .block.block02 .txt02 .note {
  margin-top: 5px;
}
#reason .block.block03 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #reason .block.block03 {
    margin-top: 30px;
  }
}
#reason .block.block03 .txt04 .note {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #reason .block.block03 .txt04 .note {
    margin-top: 10px;
  }
}
#reason .block.block04 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #reason .block.block04 {
    margin-top: 30px;
  }
}
#reason .block.block04 .txt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #reason .block.block04 .img {
    margin-top: 30px;
  }
}
#reason .block.block05 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #reason .block.block05 {
    margin-top: -10px;
  }
}

#reason .block.reverse {
  flex-flow: row-reverse;
}

#reason .block .txt {
  flex-grow: 1;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  #reason .block .txt {
    max-width: inherit;
  }
}

#reason .block .img {
  flex-shrink: 0;
}

#reason .block .ttlWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #reason .block .ttlWrap {
    margin-bottom: 10px;
  }
}

#reason .block .ttlWrap .num {
  font-size: 5.8rem;
  font-family: "Bebas Neue", cursive;
  color: #fe5868;
  margin-right: 0.3em;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  top: 0.08em;
}
@media screen and (max-width: 767px) {
  #reason .block .ttlWrap .num {
    font-size: 3rem;
  }
}

#reason .block .ttlWrap .ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #reason .block .ttlWrap .ttl {
    font-size: 1.8rem;
  }
}

#reason .block .txt p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  #reason .block .txt p {
    font-size: 1.5rem;
  }
}
#reason .block .txt p span {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  color: #666;
}

#fv.login {
  height: 544px;
  background-position: center 0;
}
@media screen and (max-width: 767px) {
  #fv.login {
    height: 110vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	faq
* --------------------------------------------------------------------------------------------------*/
#faq {
  padding: 60px 0 85px;
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 40px 0;
  }
}
#faq .wrap {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  #faq .wrap {
    padding: 0;
    width: 90%;
  }
}
#faq .headline {
  text-align: center;
}
#faq .headline span {
  letter-spacing: 0.2em;
}

.faq_content {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .faq_content {
    margin-top: 20px;
  }
}

.faq_block {
  border-top: 1px solid #000;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .faq_block {
    padding-left: 0;
  }
}

.question_btn {
  font: inherit;
  color: currentColor;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 32px 60px 32px 0;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .question_btn {
    padding: 15px 30px 15px 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.question_btn.is-open::after {
  transform: rotate(0);
  border-right: none;
  width: 30px;
  height: 0;
  right: 10px;
  top: 48px;
}
@media screen and (max-width: 767px) {
  .question_btn.is-open::after {
    width: 16px;
    top: 26px;
    right: 12px;
  }
}
.question_btn::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 38px;
  right: 15px;
  border-bottom: 3px solid #231815;
  border-right: 3px solid #231815;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .question_btn::after {
    top: 20px;
    border-width: 2px;
    width: 10px;
    height: 10px;
  }
}

.faq_answer {
  display: none;
}

.answer_txt {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767px) {
  .answer_txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.answar_content {
  padding: 0 60px 30px 0;
}
@media screen and (max-width: 767px) {
  .answar_content {
    padding: 0 30px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
.cta {
  background: url(../img/index/bg_cta.jpg) no-repeat top center/cover;
  text-align: center;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .cta {
    display: grid;
    place-content: center;
    height: 55vw;
    background-size: auto 100%;
    background-position: top right -30vw;
  }
}
.cta .btn_wrapper {
  margin-top: 20px;
}
.cta .bank {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cta .bank {
    font-size: 3vw;
    margin-top: 2vw;
    padding: 0;
  }
}
.cta .bank a {
  color: #fff;
  text-decoration: underline;
}
.cta .bank a:hover {
  text-decoration: none;
}

.rakuten {
  padding-top: 46px;
  text-align: center;
}
.rakuten .headline {
  line-height: 1.3;
}
.rakuten p {
  margin-top: 20px;
  font-size: 1.7rem;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .rakuten p {
    font-size: 1.5rem;
    text-align: left;
  }
}