@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #171f2a;
  background-color: #fff;
  width: 100vw;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  color: #171f2a;
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
}

p {
  display: inline-block;
}

.bolder {
  font-weight: bold;
}

.iPad_none {
  display: inline-block;
}

@media screen and (max-width: 860px) {
  .iPad_none {
    /*iPad向記述*/
    display: none;
  }
}

.sp_none {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .sp_none {
    /*SP向記述*/
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 500px) {
  .sp_only {
    /*SP向記述*/
    display: inline-block;
  }
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 *                 marker
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.yellow_marker {
  background: linear-gradient(transparent 50%, #ffec3f 50%);
  padding: 0.2em;
}

/* --------------------------------------------
 *                 header
 * -------------------------------------------- */
.header {
  position: relative;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding: 12px 0px;
}

@media screen and (max-width: 500px) {
  .header {
    /*SP向記述*/
  }
}

.header .header_contents {
  max-width: 900px;
  margin: 0 auto;
}

.header .header_logo {
  width: 180px;
  height: 30px;
  margin-left: 10px;
}


/* --------------------------------------------
 *                 feroarea
 * -------------------------------------------- */
 .heroarea {
  background-color: #D5B58F;
  text-align: center;
}

.heroarea img{
  max-width: 500px;
}



/* --------------------------------------------
 *                 achieve1
 * -------------------------------------------- */
 .achieve1 {
  position: relative;
  width: 100%;
  padding: 5px 0px 10px 0px;
}

.achieve1 p{
  margin-bottom: 8px;
}


.achieve1 .achieve_contents {
  position: relative;
  width: 95%;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
}


/* --------------------------------------------
 *                 button
 * -------------------------------------------- */
.btn_wrap {
  position: relative;
}

.btn {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  position: relative;
  display: inline-block;
  padding: 2.4rem 8rem 2rem 6rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #171f2a;
  background: #ffec3f;
  border-radius: 20rem;
  border-bottom: 5px solid #bcaf3c;
}

.btn_wrap p{
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #e1325b;
  padding-bottom: 8px;
  font-weight: bold;
}


@media screen and (max-width: 500px) {
  .btn {
    /*SP向記述*/
  letter-spacing: 0.1em;
    font-size: 1.8rem;
    padding: 2rem 7rem 2rem 4rem;
  }

.btn_wrap p{
  font-size: 1.5rem;

}



}

@media screen and (max-width: 340px) {
  .btn {
    /*mini向記述*/
    font-size: 1.4rem;
  }
}

.btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #bcaf3c;
}

.btn .fa-angle-down {
  position: absolute;
  top: calc(50% - 0.5em);
  font-size: 3rem;
  right: 4.5rem;
  font-weight: 900;
  color: #e1325b;
}

@media screen and (max-width: 500px) {
  .btn .fa-angle-down {
    /*SP向記述*/
    right: 3rem;
  }
}

/* --------------------------------------------
 *                 about
 * -------------------------------------------- */
.about {
  background: #F1E5D7;
  margin-top: 40px;
  padding: 48px 0;
}

.about_contents {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}

.about_contents .about_ttl {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}


.explain{
  background-color: #FFF;
  max-width: 500px;
  border-radius:  20px; 
  padding: 20px;
  text-align: center;
  margin: 40px 0;
}

.explain img{
  width: 100%;
}

.explain p{
  display: block;
}

.explain_text{
  text-align: left;
  font-size: 14px;
  padding: 10px 0 0 0;
}

.explain_text span{
  font-weight: bold;
  color:#e1325b ;
}


/* --------------------------------------------
 *                 function
 * -------------------------------------------- */

 .function {
  position: relative;
  width: 100%;
}


.function_contents{
  background-color: #F5F5F5;
  padding: 20px 0 40px 0;
}

.function h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4em;
  margin: 80px 0 20px 0;
}


.function .function_list {
  position: relative;
  width: 90%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  flex-wrap: wrap;
}



.function .function_list .function_list__item {
  position: relative;
  background: #ffffff;
  width: 48.5%;
  margin: 8px 0px;
  border-radius: 20px;
  padding: 15px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .function .function_list .function_list__item {
    /*SP向記述*/
    width: 49%;
    padding: 20px 10px;
  }
}

.function .function_list .function_list__item h3 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2em;
}

.function .function_list .function_list__item .function__item__ico {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
}

@media screen and (max-width: 500px) {
  .function .function_list .function_list__item .function__item__ico {
    /*SP向記述*/
    width: 90px;
  }
}

.function .function_list .function_list__item p {
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .function .function_list .function_list__item p {
    /*SP向記述*/
    font-size: 1.4rem;
  }
}



.function_recommend{
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
}

.function_recommend img{
  max-width: 500px;
}



/* --------------------------------------------
 *                 plan
 * -------------------------------------------- */
.plan {
  position: relative;
  width: 100%;
  background-color: #e1325b;
  padding: 40px 0;
}

@media screen and (max-width: 340px) {
  .plan {
    /*mini向記述*/
    padding: 30px 0;
  }
}

.plan h1 {
  font-size: 3rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 340px) {
  .plan h1 {
    /*mini向記述*/
    font-size: 2.8rem;
  }
}

.plan .plam_item {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 20px;
  width: 95%;
  max-width: 600px;
  margin-bottom: 30px;
}

@media screen and (max-width: 340px) {
  .plan .plam_item {
    /*mini向記述*/
    margin-bottom: 20px;
  }
}

.plan .plam_item h3 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 2em;
  border-bottom: 3px #e1325b solid;
  padding-top: 0.3em;
}

@media screen and (max-width: 500px) {
  .plan .plam_item h3 {
    /*SP向記述*/
    font-size: 2.4rem;
  }
}

.plan .plam_item .plan_img {
  position: relative;
  max-width: 450px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
}

/* --------------------------------------------
 *                 recommend
 * -------------------------------------------- */
.recommend {
  position: relative;
  width: 100%;
  background-color: #f1f2f5;
  padding: 40px 0;
}

@media screen and (max-width: 340px) {
  .recommend {
    /*mini向記述*/
    padding: 30px 0;
  }
}

.recommend h4 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  background: #e1325b;
  padding: 0.4em 2em;
  border-radius: 20px;
  margin-bottom: 20px;
}

.recommend h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #e1325b;
}

@media screen and (max-width: 500px) {
  .recommend h4 {
    /*SP向記述*/
    font-size: 2.2rem;
    line-height: 1em;
    padding: 0.8em 1.5em 0.7em 1.5em;
    border-radius: 30px;
  }
}

@media screen and (max-width: 340px) {
  .recommend h4 {
    /*mini向記述*/
    font-size: 2rem;
  }
}

.recommend h1 {
  font-size: 4rem;
  text-align: center;
  color: #171f2a;
  line-height: 1.2em;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .recommend h1 {
    /*SP向記述*/
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 340px) {
  .recommend h1 {
    /*mini向記述*/
    font-size: 3.2rem;
  }
}

.recommend .recommend_box {
  position: relative;
  width: 95%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .recommend .recommend_box {
    /*SP向記述*/
    margin-bottom: 20px;
  }
}

.recommend .recommend_box h3 {
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background: #171f2a;
  width: 100%;
  padding: 0.3em 0px;
}

.recommend .recommend_box .recommend_box__books {
  position: relative;
  width: 90%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
}

.recommend .recommend_box .recommend_box__books ul {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);

    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;

}

.recommend .recommend_box .recommend_box__books ul li {
  position: relative;
  width: 23%;
  margin: 8px 0px;
  box-sizing: border-box;
}


.recommend_box__books img{
  border: solid 1px #DBDFE5;

}

/* --------------------------------------------
 *                 flow
 * -------------------------------------------- */
.h1_ico {
  position: relative;
  width: 50px;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
}

.flow {
  position: relative;
  width: 100%;
  padding: 40px 0 20px 0;
  background: #e1325b;
}

@media screen and (max-width: 500px) {
  .flow {
    /*SP向記述*/
    padding: 30px 0 10px 0;
  }
}

.flow h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #ffffff;
}

@media screen and (max-width: 500px) {
  .flow h1 {
    /*SP向記述*/
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 340px) {
  .flow h1 {
    /*mini向記述*/
    font-size: 2.4rem;
  }
}

.flow ul {
  position: relative;
  width: 94%;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
  font-weight: bold;
}

.flow ul li {
  position: relative;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  margin-bottom: 40px;
}

.flow ul li .flow_num {
  position: relative;
  background-color: #ffc453;
  font-size: 1.2rem;
  color: #ffffff;
  width: 80px;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  line-height: 2em;
}

.flow ul li .flow_num .bigger {
  font-size: 3rem;
}

.flow ul li .flow_num p {
  position: relative;
  width: 100%;
  align-items: center;
  /* 縦方向中央揃え */
  top: 50%;
  transform: translateY(-50%);
}

.flow ul li .flow_txt {
  font-size: 2rem;
  padding: 1em 2em 1em 1.5em;
  width: 500px;
  background: #ffffff;
  border-radius: 0px 10px 10px 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .flow ul li .flow_txt {
    /*SP向記述*/
    padding: 1em;
    width: 400px;
  }
}

@media screen and (max-width: 340px) {
  .flow ul li .flow_txt {
    /*mini向記述*/
    font-size: 1.6rem;
    width: 400px;
  }
}

.flow ul li::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  color: #ffffff;
  font-size: 5rem;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.flow ul li:nth-child(4)::after {
  visibility: hidden;
}

/* --------------------------------------------
 *                 voice
 * -------------------------------------------- */
.voice {
  position: relative;
  width: 100%;
  padding: 40px 0 40px 0;
  background: #ffffff;
}

@media screen and (max-width: 500px) {
  .voice {
    /*SP向記述*/
    padding: 30px 0 20px 0;
  }
}

.voice h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .voice h1 {
    /*SP向記述*/
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 340px) {
  .voice h1 {
    /*mini向記述*/
    font-size: 2.4rem;
    border-bottom: 10px;
  }
}

.voice ul {
  position: relative;
  width: 95%;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .voice ul {
    /*SP向記述*/
    margin-bottom: 10px;
  }
}

.voice .balloon {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .voice .balloon {
    /*SP向記述*/
    padding-top: 5px;
  }
}

.voice .balloon .age {
  text-align: right;
  font-weight: bold;
  display: block;
  font-size: 14px;
  padding-top: 0.5em;
}

@media screen and (max-width: 500px) {
  .voice .balloon .age {
    /*SP向記述*/
    font-weight: normal;
  }
}

.voice .faceicon {
  float: left;
  margin-right: -110px;
  width: 110px;
}

.voice .faceicon img {
  border-radius: 60px;
  border: 4px solid #f1f2f5;
  background-color: #f1f2f5;
}

@media screen and (max-width: 500px) {
  .voice .faceicon {
    /*SP向記述*/
    width: 90px;
  }
}

.voice .says {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin: 2px 0 0 140px;
  padding: 1em 2em;
  border-radius: 8px;
  background: #f1f2f5;
  letter-spacing: 1px;
  line-height: 2em;
}

@media screen and (max-width: 500px) {
  .voice .says {
    /*SP向記述*/
    font-weight: normal;
    margin: 2px 0 0 115px;
    padding: 1em;
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 1.6em;
  }
}

.voice .says::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20%;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f1f2f5;
}

/* --------------------------------------------
 *                 faq
 * -------------------------------------------- */
.faq {
  background: #f1f2f5;
  padding: 40px 0px 40px 0px;
}

@media screen and (max-width: 500px) {
  .faq {
    /*SP向記述*/
    padding: 30px 0px 30px 0px;
  }
}

.faq h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .faq h1 {
    /*SP向記述*/
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 340px) {
  .faq h1 {
    /*mini向記述*/
    font-size: 2.4rem;
  }
}

.qa-list {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .qa-list {
    /*SP向記述*/
    margin-top: 0px;
  }
}

.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 500px) {
  .qa-list dl {
    /*SP向記述*/
    margin: 10px 0 0;
  }
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 2rem;
  color: #e1325b;
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 70px 20px 70px;
  font-weight: bold;
  font-size: 1.6rem;
}

.qa-list dl dt::before {
  top: 32px;
  left: 14px;
  content: "Q";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  /*Q文字色*/
  background: #e1325b;
  /*Q背景色*/
  font-weight: bold;
  font-size: 2rem;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 5px 20px 20px 70px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 1em;
  padding-right: 1em;
  font-weight: normal;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

.qa-list dl dd::before {
  top: 30px;
  left: 14px;
  content: "A";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: #e1325b;
  /*A文字色*/
  background: #ffe1e8;
  /*A背景色*/
  font-weight: bold;
  font-size: 2rem;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  bottom: -80px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}


/* --------------------------------------------
 *                 shop
 * -------------------------------------------- */


 .shop{
padding: 64px 0;

  background-color: #DD0F0F;
 }

 .shop .section_desc{
  text-align: center;
  color: #FFF;
 }

.shop .section_ttl{
  font-size: 3rem;
  text-align: center;
  color: #FFF; 
}

.shop .section_desc{
 width: 100%;
 text-align: center;
 color: #FFF;
 font-size: 1.8rem;
 }


@media screen and (max-width: 500px) {
  .shop .section_ttl{
    /*SP向記述*/
    font-size: 2.4rem;
  }
 .shop .section_desc{
    font-size: 1.4rem;
 }
 
}



.shop-list {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
}


.acd-check{
    display: none;
}


.acd-label{
    background: #FFF;
    display: block;
    margin-top: 16px;
    padding: 16px 16px;
    position: relative;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}


.acd-label:after{

    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 20px 20px;
    position: absolute;
    right: 0;
    top: 0px;
  color: #e1325b;
}

.acd-content dl{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .3s;
    visibility: hidden;
}



.acd-content dt,{
    opacity: 0;
    transition: .2s;
}


.acd-content dd{
    opacity: 0;
    transition: .2s;
}


.acd-check:checked + .acd-label{
    border-radius: 10px 10px 0 0;
    margin-bottom: -1px;
}



.acd-check:checked + .acd-label:after{
    content: '\f068';
}



.acd-check:checked + .acd-label + .acd-content{

    padding: 20px 0px 10px 0px;
    background: #FFF;
    border-radius: 0 0 10px 10px;

}



.acd-check:checked + .acd-label + .acd-content dl{
    height: 50px;
    opacity: 1;

    visibility: visible;

    font-size: 1.8rem;
    font-weight: bold;

    padding: 10px 0;
    margin: 0 16px;
    border-bottom: solid 1px #CCC;

}


.acd-check:checked + .acd-label + .acd-content dt{
    width: 70%;
    float: left;
    opacity: 1;
    padding-top: 8px;




}

.acd-check:checked + .acd-label + .acd-content dd{
    opacity: 1;
    width: 30%;
    float: right;
    padding: 8px 0;

background: #ffec3f;
    border-radius: 20rem;
    border-bottom: 5px solid #bcaf3c;
    text-align: center;


}




/* --------------------------------------------
 *                 footer
 * -------------------------------------------- */

.footer{
}

.footer_logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  margin: -1px 0 -5px 0;
  overflow: hidden;
}

.footer_logo img {
  color: #ffffff;
}

footer {
  position: relative;
  width: 100%;
  background: #171f2a;
  height: 120px;
}


footer .nav {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  padding: 20px 0px;
}

footer .nav a {
  display: inline-block;
  font-size: 1.3rem;
  height: auto;
  line-height: 1.5;
  margin: 0px 16px 0px 16px;
  text-align: left;
  color: #ffffff;
}

footer .copyRight {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  opacity: 0.4;
  text-align: center;
  display: block;
  color: #ffffff;
}
/*# sourceMappingURL=index.css.map */