@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
html, body, h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
  /*line-height: 1.0;*/
}
body {
  line-height: 1.6
}
ul {
  list-style: none;
}
a {
  text-decoration: none !important;
  color: inherit;
}
img {
  border: none;
  vertical-align: bottom !important;
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
main {
  margin-top: 0;
}
.hero_container {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.bevelBtn {
  display: block;
  max-width: 320px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #544EBD !important;
  box-sizing: border-box;
  border: 1px solid #ED5AC5;
  border-radius: 0 20px 20px 20px;
  background-color: #e3fdff;
  margin: auto;
}
.bevelBtn a {
  color: #544EBD !important;
}
.bevelBtn:hover {
  opacity: 1.0;
  border-radius: 0 20px 20px 20px;
  background-color: #ED5AC5;
  color: #fff;
  transition-duration: 0.1s
}
.bevelBtn-w {
  display: block;
  margin: auto;
  max-width: 320px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  border: 1px solid #ED5AC5;
  border-radius: 0 20px 20px 20px;
  background-color: #fff
}
.bevelBtn-w:hover {
  opacity: 1.0;
  border-radius: 0 20px 20px 20px;
  background-color: #ED5AC5;
  color: #fff;
  transition-duration: 0.1s
}
a.link_top {
  padding-left: 50px;
  padding-top: 20px;
  margin-bottom: 5px;
  display: block;
}
.link_top img {
  max-width: 55px;
  height: auto;
}
.lp_container {
  max-width: 1200px;
  margin: auto
}
.mv_container {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px
}
.mv_bg {
  background: url("../img/bg_hero.jpg")no-repeat center / cover;
  /*background-size: 1520px auto*/
  /*! padding-bottom: 50px; */
}
.mv_heading {
  /*margin-bottom: 30px*/
}
.book_block_pc {
  display: flex;
  justify-content: space-between;
  margin-left: -50px;
  
}
.book_block_pc li {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .book_block_pc {
  margin-left: -12px;
  
}
}
@media screen and (max-width: 1024px) {
  .mv_container {
  padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px
  }
  .mv_bg {
    background: url("../img/bg_hero.jpg")no-repeat center top / cover;
    /*background-size: 1520px auto*/
  }

}
@media screen and (max-width: 480px) {
.book_block_pc{
  display: none!important;
}
}
/*== その安心感は本当？ ================*/
.msc img {
  margin-bottom: 30px;
  max-width: 400px;
  margin: 0 auto 30px;
}
.doubt_bg {
  background: rgb(53, 82, 204);
  background: linear-gradient(0deg, rgba(53, 82, 204, 1) 0%, rgba(13, 13, 51, 1) 100%);
}
.doubt_container {
  max-width: 922px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .doubt_container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
.doubt_list_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.doubt_list {
  width: calc((100% - 50px) / 3);
  box-sizing: border-box;
}
.doubt_waku {
  border-radius: 30px;
  padding: 30px;
  color: #FF00F0;
  font-size: 19px
}
.bg_parson {
  background: url("../img/man.png") no-repeat right bottom /60px auto;
  background-color: #fff;
}
.bg_parson_2 {
  background: url("../img/woman_1.png") no-repeat right bottom /60px auto;
  background-color: #fff;
}
.bg_parson_3 {
  background: url("../img/woman_2.png") no-repeat right bottom /60px auto;
  background-color: #fff;
}
.doubt_list2_block {
  max-width: 600px;
  margin: auto;
}
.doubt_list2 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-indent: -18px;
  margin-bottom: 15px 
}
.doubt_list2:last-of-type {
  margin-bottom: 0
}
.doubt_list2:before {
  content: "\261E";
  display: inline-block; /*前後に改行*/
  font-size: 26px; /*アイコンサイズ*/
  color: #fff; /*色*/
  padding-right: 10px
}
.anshin {
  color: #FF00F0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 30px
}
.triangle3 {
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 25px solid #fff;
  text-align: center;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .doubt_list_block {
    display: block;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .doubt_list {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 15px
  }
  .doubt_list2_block {
    max-width: 100%;
    margin: auto;
    padding: 0 15px 0 50px
  }
  .doubt_list2 {
  font-size: 20px;
  text-indent: -18px;
  margin-bottom: 15px 
}
}
@media screen and (max-width: 480px) {
.msc img {
  margin-bottom: 30px;
  max-width: 70%;
}
  .anshin {
  font-size: 23px;
}
  .doubt_waku {
  font-size: 15px
}
  .doubt_list2 {
  font-size: 17px;
  text-indent: -15px;
}
  .doubt_list2:before {
  font-size: 20px; /*アイコンサイズ*/
}
    .doubt_list_block {

    margin-bottom: 30px;
  }
}
/*==明らかにされる病気の真実！？======*/



.truth_container {
  max-width: 945px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .truth_container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.truth_bg {
  background: url("../img/bg_town.jpg")no-repeat center -100px / cover;
}

@media screen and (max-width: 1200px) {
  .truth_bg {
  background: url("../img/bg_town.jpg")no-repeat center top / cover;
  
}
}
@media screen and (max-width: 768px) {
  .truth_bg {
  background: url("../img/bg_town.jpg")no-repeat center top / cover;

}
}
.truth_ttl {
  color: #FF00F0;
  text-shadow:2px 2px 1px #ffffff, 
    -2px 2px 1px #ffffff, 
    2px -2px 1px #ffffff, 
    -2px -2px 1px #ffffff, 
    2px 0px 1px #ffffff, 
    0px 2px 1px #ffffff, 
    -2px 0px 1px #ffffff, 
    0px -2px 1px #ffffff; /* 文字の影 */
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px
}
.truth_heading {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom:40px;
  max-width: 660px;
  margin: 0 auto 40px;
}
.truth_list_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.truth_list{
  width:calc((100% - 55px) / 5 );
  box-sizing: border-box;
}
.truth_waku{
  border-radius: 15px;
  background-color: #3050A2;
  color: #fff;
  font-size:14px;
  padding: 25px 15px
}



.truth_block_bt {
  margin-top: 80px
}

.newline {
  display: block
}

.trurh_txt_bt {
  max-width: 800px;
  height: auto;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  
.truth_list_block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap
}
.truth_list{
  width:calc((100% - 15px) / 2 );
  box-sizing: border-box;
  margin-bottom: 15px
}

}

@media screen and (max-width: 480px) {
  .truth_list{
  width:100%;
  box-sizing: border-box;
  margin-bottom: 15px
}
    .truth_list:last-child{
      margin-bottom: 0
}
  .truth_ttl {
  font-size: 22px;
}
  .truth_heading {
  font-size: 16px;
  margin-bottom:10px;
}
  .truth_block_bt {
  margin-top: 30px
}
  .truth_container {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}


/*==このような方におすすめ！ ================*/

.offer_bg {
background: url(../img/img_offer.png),linear-gradient(0deg, rgba(53, 82, 204, 1), rgba(13, 13, 51, 1)) ;
background-repeat: no-repeat;
background-position: center bottom;
background-size: 360px auto , 100%;
padding-bottom: 40px
}
@media screen and (max-width: 480px) {
  .offer_bg {
background-size: 300px auto , 100%;
padding-bottom: 40px
}
}

.offer_container {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
.offer_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.offer_container_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offer_list_block {
  padding-left: 20px
}

.offer_list_block li{
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
  padding: 0 5px 10px 50px
}
.offer_list_block li:nth-child(1) {
  background: url("../img/ico_1.png")no-repeat left top / 35px auto
}
.offer_list_block li:nth-child(2) {
  background: url("../img/ico_2.png")no-repeat left top / 35px auto;
  margin-left: 20px
}
.offer_list_block li:nth-child(3) {
  background: url("../img/ico_3.png")no-repeat left top / 35px auto;
  margin-left: 30px
}
.offer_list_block li:nth-child(4) {
  background: url("../img/ico_4.png")no-repeat left top / 35px auto;
  margin-left: 20px
}
.offer_list_block li:nth-child(5) {
  background: url("../img/ico_5.png")no-repeat left top / 35px auto
}

.offer_ttl {
  color:#fff;
 font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom:40px;
}
@media screen and (max-width: 768px) {
  .offer_container_inner {
  display: block;
  justify-content: space-between;
  align-items: center;
}
  .offer_pict img {
    margin: 0 auto 30px;
   max-width:50px;
}

.offer_list_block li:nth-child(2) {
  margin-left: 0px
}
.offer_list_block li:nth-child(3) {
 margin-left: 0px
}
.offer_list_block li:nth-child(4) {
 margin-left: 0px
}

}
@media screen and (max-width: 480px) {
.offer_ttl {
 font-size: 26px;
}
  .offer_list_block li{
  font-size: 16px;
}
}
/*==  購入する ================*/

.buy_bg {
  background: #fff;
}

.buy_container {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
.buy_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.reader_ttl {
  color:#000;
 font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom:40px;
}

.normal{
  font-weight: normal
}
.buy_book_ttl {
   font-size: 47px;
  margin-left: -35px;
}

.book_subttl {
     font-size: 20px;
  display: block;
}

.book_subttl_bt {
  font-size: 20px;
  padding-bottom: 5px
}



.item_heading {
  font-size: 24px;
  font-weight: bold;
  border-top:3px solid #000;
  margin-left:-15px;
  padding-top: 5px
}
@media screen and (max-width: 920px) {
  .buy_book_ttl {
   font-size: calc(34px + 10 * (100vw - 768px)/151);
    margin-left: 0;
}
}
@media screen and (max-width: 768px) {
  .buy_book_ttl {
   font-size: calc(24px + 10 * (100vw - 414px)/354);
    margin-left: 0;
}
  .item_heading {
   font-size: calc(17px + 3 * (100vw - 414px)/354);
    margin-left: 0;
}
  .book_subttl_bt {
   font-size: calc(17px + 3 * (100vw - 414px)/354);
    margin-left: 0;
}
}
.item_txt {
    font-size: 16px;
  margin-bottom:25px
}

.author_block {
   margin-bottom:25px
}

.author1 {
    font-size: 20px;
}

.author2 {
   font-size: 18px;
}

.author3 {
   font-size: 16px;
}
.author1 span,
.author2 span,
.author3 span{
  font-size: 15px;
  display: inline-block;
  padding-left: 2px
}
.indices_block {
  margin-bottom:60px
}

.indices_block li:first-child{
  margin-bottom:25px
}
.indices_list {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px
}


.privilege_block {
  border-radius: 30px;
  color: #fff;
  background-color: #FF00F0;
  max-width: 720px;
  margin: auto;
  padding: 30px;
}

.privilege_ttl {
    font-size: 30px;
  font-weight: bold;
  text-align: center;
    margin-bottom: 10px;
}

.privilege_txt {
    font-size: 17px;
  font-weight: bold;
    max-width: 578px;
    margin: auto;
}



.buy_list_block {
  display: flex;
  
}
.buy_pict img{
  max-width: 250px;
}
.buy_body {
  font-weight: bold;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .buy_body {
  padding-top: 30px;
}
  
  .buy_list_block {
  display: block;

}
  .buy_pict {
  width: 100%;
    
}
    .buy_pict img{
  max-width: 70%;
    height: auto;
    margin: auto
}
  .item_heading {
  margin-left:0;
}
  .privilege_ttl {
    font-size: 22px;
}

}
@media screen and (max-width: 480px) {
  .item_txt,
  .indices_list{
    font-size: 14px;
}
  .privilege_txt {
    font-size: 15px;
}
}
/*==  購入ボタン ================*/
.btn_buy_box {
  margin-left: 30px;
}
a.btn_buy {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #3050A2;
  text-decoration: none;
  font-size:17px;
  border-radius:30px;
  text-align:center;
  padding: 10px 40px 10px 20px
}
a.btn_buy:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/ico_cart.png") no-repeat;
  background-size: contain;
  vertical-align:text-bottom;
 padding-right: 10px;/*テキストとの間*/
 
    
}
a.btn_buy:after {
content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 11%;
  margin-top: -7px;
}
a.btn_buy:hover {
  background: #3f99f2;
}
@media screen and (max-width: 768px){
  a.btn_buy{
    font-size:20px;
    display:block;
  }
  a.btn_buy:before {
    margin: -3px 0 0 10px;
  }
.btn_buy_box {
  margin-left: 0;
  width:80%;
  margin:auto;
}
}



/*==  読者の感想 ================*/

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}

.reader_bg {
  background: url("../img/bg_cosmos.jpg") no-repeat center top /cover;
}

.reader_container {
  max-width: 880px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
.reader_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.reader_ttl {
  color:#000;
 font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom:40px;
}

.reader_item_block {
  position: relative;
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:stretch*/
}

.reader_item {
  background: #fff;
  padding: 30px;
  color: #000;
  font-size: 15px;
  position: relative;
  /*width: calc((100% - 30px) / 3);*/
  /*box-sizing: border-box;*/
  margin-bottom: 15px
  
}

.triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #FFBFFB;
    position: absolute;
    z-index: 100;
}
@media screen and (max-width: 480px) {
.reader_ttl {
 font-size: 26px;
}
}



.sp_on {
  display: none
}

.book_block_sp {
  display: none
}

@media screen and (max-width: 480px) {
  .book_block_sp {
  display: block
}
  .mv_book_sp {
  max-width: 100%;
  height: auto;
  margin: auto
}
  .sp_on {
  display: block
}

  .pc_on{
    display: none
  }
}