@charset "utf-8";

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

/*----------------------------------
	2019.9 BookClub LP
----------------------------------*/

body {
    font-family: Montserrat,Hiragino Sans,Hiragino Kaku Gothic ProN,\\6E38\30B4\30B7\30C3\30AF,YuGothic,Meiryo,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding: 0;
}


#bookClub1909Wrap{
    background:#ffffee;
}

/* header */

#bookClub1909Wrap .bookClub1909Wrap_head{
    /* position: fixed; */
    left: 0;
    z-index: 1;
    width: 100%;    
}

#bookClub1909Wrap .bookClub1909Wrap_head .logo{
     display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 0 9px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;   
}

#bookClub1909Wrap .bookClub1909Wrap_head .logo img{
    width:180px;
}



/* contents */

#bookClub1909Wrap .bookClub1909Wrap_content{
    background-color: #fff;
    /* position: relative; */
    z-index: 0;
    overflow: hidden;
    top:50px;
    max-width: 480px;
    margin: 0 auto;
}

#bookClub1909Wrap .MainVisual .MainVisual_carousel{
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    max-height: 561px;
    overflow: hidden;   
}


/* about */
#bookClub1909Wrap .SectionAbout{
    background-color: #ff9999;
    padding: 1em 1em 2em;
}

#bookClub1909Wrap .SectionAbout h1{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-bottom: 0.5em;
}

#bookClub1909Wrap .SectionAbout .body{
    padding: 1em 3em;
    background-color: #fff;
    border-radius: 50px;
    text-align: left;
}

/* point */

#bookClub1909Wrap .sectionPoint_wrap{
        background-color: #fff; 
    padding: 1.5em 1em;
    text-align: center;     
    
}

#bookClub1909Wrap .SectionPoint{
    padding: 0.5em 2em;
    text-align: center;
    margin-bottom: 1em;
}


#bookClub1909Wrap .SectionPoint_carousel .center {
    margin: 0 0 50px;}
#bookClub1909Wrap .SectionPoint_carousel .center img { width: 100%; height: auto;}
#bookClub1909Wrap .SectionPoint_carousel .center .slick-next { right: 20px; z-index: 99;}
#bookClub1909Wrap .SectionPoint_carousel .center .slick-prev { left: 15px; z-index: 100;}


#bookClub1909Wrap .SectionPoint_select,
#bookClub1909Wrap .SectionPoint_price,
#bookClub1909Wrap .SectionPoint_anytime,
#bookClub1909Wrap .SectionPoint_change{
    padding: 1.5em 2em;
    text-align: center;
}

#bookClub1909Wrap .icon{
    text-align: center;
    /* padding-bottom: 1em; */
}

#bookClub1909Wrap .icon img{
    max-width: 70px;
    
}

#bookClub1909Wrap .SectionPoint h2{
    font-size: 24px;
    font-weight: bold;
    display:inline-block;
    background: linear-gradient(transparent 60%, #ffff99 60%);   
    margin: 0;
}

#bookClub1909Wrap .SectionPoint p.txt{
    text-align: center;
    font-size: 16px;
    padding:1em 0;
    line-height: 1.8;
    margin: 1em 0;    
}

#bookClub1909Wrap .SectionPoint span.hitotsuki{
    color:#e13f3f;
    font-size: 18px;
    font-weight: bold;
} 

#bookClub1909Wrap .SectionPoint span.price{
    font-size: 32px; 
    color:#4b92f2;
}

#bookClub1909Wrap .SectionPoint h2.dono{
    display: inline-block;
}


#bookClub1909Wrap .SectionPoint span.nyukai{
    font-size: 18px;
    font-weight: bold;
}

#bookClub1909Wrap .SectionPoint h2.henko{
    font-size: 32px; 
    color:#4b92f2;
}

#bookClub1909Wrap .SectionPoint_carousel{
    max-width: 470px;
    padding: 0;
margin-bottom: 4em;    
}

#bookClub1909Wrap .SectionPoint_carousel img{
    width: 320px;
}

/* Quality */
#bookClub1909Wrap .SectionQuality{
    background-color: #fff;
    margin-bottom: 2em;    
}

#bookClub1909Wrap .SectionQuality h1{
    text-align: center;
    margin: 1em auto;
}

#bookClub1909Wrap .SectionQuality h1 img{
    width: 350px;
}


#bookClub1909Wrap .SectionQuality_img{
    width:100%;
    margin: 0 auto;
    position: relative;    
}

#bookClub1909Wrap .SectionQuality .number,
#bookClub1909Wrap .SectionQuality .number2{
    width: 70px;
    height: auto;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
}




#bookClub1909Wrap .SectionQuality_img:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 95%;
    height: 100%;
    background-image: linear-gradient(to left top,transparent 0,transparent 50%,#f5d84f 0);
    content: "";
}

#bookClub1909Wrap .SectionQuality_img img{
    width:100%;
}

#bookClub1909Wrap .SectionQuality h2{
    text-shadow: 1px 2px 3px #fff; 
    padding: 0.5em 1em;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top:-2em;
    display: inline-block;
    margin-bottom: -2em;    
background-color: #F4BBBB;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;
    
    
}



/*
#bookClub1909Wrap .SectionQuality h2{
color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
*/

#bookClub1909Wrap .SectionQuality p.txt{
text-align: left;
    font-size: 16px;
    padding: 2em 2em 1em;
    line-height: 1.8;
    margin-top: -3em;
    margin-bottom: 2em;
    border: 2px dotted #ffcccc;   
}

#bookClub1909Wrap .SectionQuality p.txt span{
   background: linear-gradient(transparent 60%, #ffff99 60%); 
    font-weight: bold;
}

/* Benefit */
#bookClub1909Wrap .SectionBenefit{
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(135deg, #fff, #fff 34px, #f2f2f2 34px, #f2f2f2 82px);
    padding: 1em 0;    
    margin: 4em 0;
    border-top:3px dashed #638df5;   
    border-bottom:3px dashed #638df5;   
    text-align: center;
}

#bookClub1909Wrap .SectionBenefit h2{
    text-align: center;
    margin: 1em auto 0;
}

#bookClub1909Wrap .SectionBenefit h2 img{
    width:350px
}


#bookClub1909Wrap .SectionBenefit p.txt{
    padding: 1em 2em;   
    text-align: left;
    line-height: 1.8;    
}

#bookClub1909Wrap .SectionBenefit p.txt span.under{
    
}


#bookClub1909Wrap .SectionBenefit_img{
    width:90%;
    margin: 0 auto;
  position: relative;    
}

/* ラベル部分 右下に表示 */
#bookClub1909Wrap .SectionBenefit_img::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 6em solid transparent;
    border-left: 6em solid #c00; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
#bookClub1909Wrap .SectionBenefit_img::after {
    content: "会員特典";
    display: block;
    top: 16px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    font-weight: bold;
    left: 0px;
    position: absolute;
    z-index: 101;
}

#bookClub1909Wrap .SectionBenefit_img img{
    width:100%;   
    border-radius: 20px;    
}

#bookClub1909Wrap .SectionBenefit_img span{

    
}

/* Review */
#bookClub1909Wrap .SectionReview{
    background-color: #feeba785;
    margin: 0;    
    border: 1px solid #eee; 
    padding-bottom: 2em;
}

#bookClub1909Wrap .SectionReview {
    padding: 1em 0 2em;
    text-align: center;
    margin: 0 auto;
}

#bookClub1909Wrap .SectionReview h1 img{
    width: 95%;
    margin: 0;
}

#bookClub1909Wrap  .SectionReview_content{
background-color: #fff;
    margin: 1em 2em 2em;
    padding: 2em 0 0;
box-shadow: 2px 2px 4px gray;    
}

#bookClub1909Wrap .SectionReview_content_img{
    width:90%;
    margin: 0 auto;
}

#bookClub1909Wrap .SectionReview_content_img img{
    width: 100%;
}

#bookClub1909Wrap .SectionQuality .SectionQuality_img .number img,
#bookClub1909Wrap .SectionQuality .SectionQuality_img .number2 img,{
    width: 70px;
    height: 86px;
    opacity: 0.9;    
}

#bookClub1909Wrap .SectionReview_content p.txt{
    text-align: left;   
    padding: 2em 2.5em 1em; 
    margin-top: -1em;   
}

#bookClub1909Wrap .SectionReview_content .note{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
  background-size:
    8px 100%,
    100% 2em;
  line-height:2;
}
#bookClub1909Wrap .SectionReview_content .note p.note{
  margin-bottom:2em;
}

#bookClub1909Wrap .SectionReview_content .circle{
  position: relative;    
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #71983b;/*背景色*/
text-align: center;
    margin: -20px auto;
    line-height: 1.0;
    font-weight: bold;
    color: #fff;
    font-family: 'Century Gothic'
}

#bookClub1909Wrap .SectionReview_content .circle span{
   position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :70px;
  text-align:center;   
}

/* Course */


#bookClub1909Wrap .SectionCourse_content  {
    text-align: center;
    background-color: bisque;
    padding: 2em 0;
    background-image: url(http://www.crayonhouse.co.jp/img/usr/freepage/bookclub_lp/1909/wood1.jpg);
    margin-bottom: 2em;
}

#bookClub1909Wrap .SectionCourse_content h1 {
}

#bookClub1909Wrap .SectionCourse_content h1 img{
    width: 100%;
    margin: 0;
}

/*

#bookClub1909Wrap .SectionCourse_content h1 {
position: relative;
    padding: 0.25em 1em;
    display: inline-block;
    font-size: 28px;
}

#bookClub1909Wrap .SectionCourse_content h1:before, h1:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

#bookClub1909Wrap .SectionCourse_content h1:before {
  border-left: solid 3px #ff5722;
  border-top: solid 3px #ff5722;
  top:0;
  left: 0;
}

#bookClub1909Wrap .SectionCourse_content h1:after {
  border-right: solid 3px #ff5722;
  border-bottom: solid 3px #ff5722;
  bottom:0;
  right: 0;
}

#bookClub1909Wrap .SectionCourse_content h2 {
    margin: 0;
    padding: 0 1em;
    display: inline-block;
    font-size: 18px;
}


*/


#bookClub1909Wrap .SectionCourse_content p.lead {
    padding: 0 2em 1em;
    text-align: left;
    /* line-height: 1.8; */
    margin-top: -1em;
}


#bookClub1909Wrap .SectionCourse_content .box{
      background-color: rgba(255,255,255,0.7);
    border-radius: 15px;
    padding: 1em;
    width: 85%;
    margin: 1em auto;  
}


#bookClub1909Wrap .SectionCourse_content h3,
#bookClub1909Wrap .SectionCourse_content span.ttl {
  position: relative; 
    font-size: 22px;    
    font-weight: bold;
    width: 100%;
}

#bookClub1909Wrap .SectionCourse_content h3:after,
#bookClub1909Wrap .SectionCourse_content span.ttl:after {
  content: "";
 position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #fae932, #fae932 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #fae932, #fae932 2px, #fff 2px, #fff 4px);
}


#bookClub1909Wrap .SectionCourse_content p.txt{

}

#bookClub1909Wrap .SectionCourse_content img {
    width: 380px;
    margin-bottom: 2em;
}

#bookClub1909Wrap .SectionCourse_content_more{
    margin: 2em auto 0;
    text-align: center;
}    

#bookClub1909Wrap .more{
    padding: 0.25em 0;
    color: #dc4a27;
    background-color: #fff;
    border: 2px solid #dc4a27;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin: 0.5em 0;
    width: 360px;
}    

/* shop */
#bookClub1909Wrap .SectionCourse_Shop{
    text-align: center;
    background-color: #fff;
    /* padding: 2em 0; */
}

#bookClub1909Wrap .SectionCourse_Shop .more{
    font-size: 16px;
    border: 2px solid #333333;
    color: #333333; 
}

/* info */
#bookClub1909Wrap .SectionCourse_Shop .info{
    text-align: center;
    padding: 2em 0;
}

#bookClub1909Wrap .SectionCourse_Shop .info h4{
    position: relative;
  display: inline-block;
  padding: 0 55px;
    letter-spacing: normal;
font-weight: normal;    
}

#bookClub1909Wrap .SectionCourse_Shop .info h4:before,
#bookClub1909Wrap .SectionCourse_Shop .info h4:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#bookClub1909Wrap .SectionCourse_Shop .info h4:before {
  left:0;
}
#bookClub1909Wrap .SectionCourse_Shop .info h4:after {
  right: 0;
}

#bookClub1909Wrap .SectionCourse_Shop .info a:link,
#bookClub1909Wrap .SectionCourse_Shop .info a:active,
#bookClub1909Wrap .SectionCourse_Shop .info a:visited{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
        color: #dc4a27;
}

#bookClub1909Wrap .SectionCourse_Shop .info p{
    margin: 0;
}

#bookClub1909Wrap .SectionCourse_Shop .info p.tel{
      margin:0.5em 0 ;  
}

#bookClub1909Wrap .SectionCourse_Shop .info p.bh{
    margin: 0.5em 0;
    letter-spacing:normal;
    
}

#bookClub1909Wrap .SectionCourse_Shop .info i.fas{
    font-size: 20px;
}

#bookClub1909Wrap .SectionCourse_Shop .info .tel i.fas{
    font-size: 24px;
}

#bookClub1909Wrap .info .info_img{
    padding: 2em 0;
}

#bookClub1909Wrap .info .info_logo{
    padding: 1em 0;
}


#bookClub1909Wrap .SectionCourse_Shop .info_img img,
#bookClub1909Wrap .SectionCourse_Shop .info_logo img{
    width:50%;
}

#bookClub1909Wrap .info p.info_t,
#bookClub1909Wrap .info p.info_o{
    font-size:12px;
    line-height: normal;
}

#bookClub1909Wrap .info p.info_url a:link,
#bookClub1909Wrap .info p.info_url a:hover,
#bookClub1909Wrap .info p.info_url a:visited{
    font-size:12px;
    line-height: normal;    
    text-decoration: none;
    color: #000;
}

#bookClub1909Wrap .info p.info_url{
     padding: 1em 0;   
}

#bookClub1909Wrap .info p.info_copy{
    font-size: 8px;
    line-height: normal;
    color:#999;
    padding-top: 2em
}

/*links*/

#bookClub1909Wrap .bookClub1909Wrap_content .links{
  width:100%;
  text-align:center;
  margin:0 auto 1em;
    display: block;
}

#bookClub1909Wrap .bookClub1909Wrap_content .links .subsc{
    padding:  10px;
    color: #fff;
    background-color: #fe3900;
    border: 2px solid #fe3900;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin: 0.5em 0;
    width: 420px;
}   

#bookClub1909Wrap .bookClub1909Wrap_content .links ul.btn_half{
    width: 450px;
    padding:0;
    margin:0 auto;
}

#bookClub1909Wrap .bookClub1909Wrap_content .links ul.btn_half li{
    display:inline-block;
    padding:  10px;   
    background-color: #fff;
    border: 2px solid #dc4a27;   
    font-weight: bold;
    font-size: 16px;   
    width:195px;    
    text-align:center; 
 
}
#bookClub1909Wrap .bookClub1909Wrap_content .links ul.btn_half li 
 a:link,
#bookClub1909Wrap .bookClub1909Wrap_content .links ul.btn_half li 
 a:visited,
#bookClub1909Wrap .bookClub1909Wrap_content .links ul.btn_half li 
 a:hover{
    text-decoration: none;
    color:#dc4a27;
  }


#bookClub1909Wrap .bookClub1909Wrap_content .links .flow{
padding: 6px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #333;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin: 1em 0 2em;
    width: 360px;
    font-weight: bold;
}  

#bookClub1909Wrap .ft_btn {
    display: none;
}


/* carousel */

.bookClub1909Wrap_content .MainVisual_carousel .slick1 {
	margin: 0 auto; width:480px; height:540px;
}

.bookClub1909Wrap_content .MainVisual_carousel .slick1 img{
	width: 100%;
}

.bookClub1909Wrap_content .SectionPoint_carousel .center {
	margin: 0 auto 2em; width: 100%; height:auto; padding:1em 0;
}

.bookClub1909Wrap_content .SectionPoint_carousel .center div img{
width: 100%; height:auto;
}




/************アコーディオン 2209*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}


/*------------------------------

SP-768px-2019.9 BookClub LP 

------------------------------*/

@media(max-width:768px){

body {
    font-family: Montserrat,Hiragino Sans,Hiragino Kaku Gothic ProN,\\6E38\30B4\30B7\30C3\30AF,YuGothic,Meiryo,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding: 0;
}


#bookClub1909Wrap{
    background:#ffffee;
    position: relative;
    padding-bottom: 70px;
}

/* header */

#bookClub1909Wrap .bookClub1909Wrap_head{
    /* position: fixed; */
    left: 0;
    z-index: 1;
    width: 100%;    
}

#bookClub1909Wrap .bookClub1909Wrap_head .logo{
     display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 0 9px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;   
}

#bookClub1909Wrap .bookClub1909Wrap_head .logo img{
    width:180px;
}



/* contents */

#bookClub1909Wrap .bookClub1909Wrap_content{
    background-color: none;
    /* position: relative; */
    z-index: 0;
    overflow: hidden;
    top:50px;
    max-width: 92%;
    margin: 0 auto;
}

#bookClub1909Wrap .MainVisual .MainVisual_carousel{
    width: 345px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    /* width: 100%; */
    /* max-height: 561px; */
    overflow: hidden;   
}

#bookClub1909Wrap .MainVisual img,
#bookClub1909Wrap .SectionOnayami img,
#bookClub1909Wrap .SectionNou img{
    margin-right: auto;
    margin-left: auto;
    position: relative;
	width: 100%;
}
	


/* about */
#bookClub1909Wrap .SectionAbout{
    background-color: #ff9999;
    padding: 1em 1em 2em;
}

#bookClub1909Wrap .SectionAbout h1{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-bottom: 0.5em;
}

#bookClub1909Wrap .SectionAbout .body{
    padding: 1em 3em;
    background-color: #fff;
    border-radius: 50px;
    text-align: left;
}

/* point */

#bookClub1909Wrap .sectionPoint_wrap{
        background-color: #fff; 
    padding: 1.5em 1em;
    text-align: center;     
    
}

#bookClub1909Wrap .SectionPoint{
    padding: 0.5em 1em;
    text-align: center;
    margin-bottom: 1em;
}


#bookClub1909Wrap .SectionPoint_carousel .center {
    margin: 0 0 50px;}
#bookClub1909Wrap .SectionPoint_carousel .center img { width: 100%; height: auto;}
#bookClub1909Wrap .SectionPoint_carousel .center .slick-next { right: 20px; z-index: 99;}
#bookClub1909Wrap .SectionPoint_carousel .center .slick-prev { left: 15px; z-index: 100;}


#bookClub1909Wrap .SectionPoint_select,
#bookClub1909Wrap .SectionPoint_price,
#bookClub1909Wrap .SectionPoint_anytime,
#bookClub1909Wrap .SectionPoint_change{
    padding: 1.5em 2em;
    text-align: center;
}

#bookClub1909Wrap .icon{
    text-align: center;
    /* padding-bottom: 1em; */
}

#bookClub1909Wrap .icon img{
    max-width: 70px;
    
}

#bookClub1909Wrap .SectionPoint h2{
    font-size: 24px;
    font-weight: bold;
    display:inline-block;
    background: linear-gradient(transparent 60%, #ffff99 60%);   
    margin: 0;
}

#bookClub1909Wrap .SectionPoint p.txt{
    text-align: center;
    font-size: 16px;
    padding:1em 0;
    line-height: 1.8;
    margin: 1em 0;    
}

#bookClub1909Wrap .SectionPoint span.hitotsuki{
    color:#e13f3f;
    font-size: 18px;
    font-weight: bold;
} 

#bookClub1909Wrap .SectionPoint span.price{
    font-size: 32px; 
    color: #4b92f2 !important;
}

#bookClub1909Wrap .SectionPoint h2.dono{
    display: inline-block;
}


#bookClub1909Wrap .SectionPoint span.nyukai{
    font-size: 18px;
    font-weight: bold;
}

#bookClub1909Wrap .SectionPoint h2.henko{
    font-size: 32px; 
    color:#4b92f2;
}

#bookClub1909Wrap .SectionPoint_carousel{
    max-width: 470px;
    padding: 0;
margin-bottom: 4em;    
}

#bookClub1909Wrap .SectionPoint_carousel img{
    width: 320px;
}

/* Quality */
#bookClub1909Wrap .SectionQuality{
    background-color: #fff;
    margin-bottom: 2em;    
}

#bookClub1909Wrap .SectionQuality h1{
    text-align: center;
    margin: 1em auto;
    padding: 1em 2em;    
}

#bookClub1909Wrap .SectionQuality h1 img{
    width: 350px;
    text-align: center;
    max-width: 100%;
}


#bookClub1909Wrap .SectionQuality_img{
    width:100%;
    margin: 0 auto;
    position: relative;    
}

#bookClub1909Wrap .SectionQuality .number,
#bookClub1909Wrap .SectionQuality .number2{
    width: 70px;
    height: 86px;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    /* display: none; */
}

#bookClub1909Wrap .SectionQuality .SectionQuality_img .number img,
#bookClub1909Wrap .SectionQuality .SectionQuality_img.number2 img,{
    width: 70px;
    height: 86px;    
    opacity: 0.9;    
}


#bookClub1909Wrap .SectionQuality_img:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 95%;
    height: 100%;
    background-image: linear-gradient(to left top,transparent 0,transparent 50%,#f5d84f 0);
    content: "";
}

#bookClub1909Wrap .SectionQuality_img img{
    width:100%;
}

#bookClub1909Wrap .SectionQuality h2{
    text-shadow: 1px 2px 3px #fff; 
    padding: 0.5em 1em;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top:-2em;
    display: inline-block;
    margin-bottom: -2em;    
background-color: #F4BBBB;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;
    
    
}



/*
#bookClub1909Wrap .SectionQuality h2{
color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
*/

#bookClub1909Wrap .SectionQuality p.txt{
text-align: left;
    font-size: 16px;
    padding: 2em 2em 1em;
    line-height: 1.8;
    margin-top: -3em;
    margin-bottom: 2em;
    border: 2px dotted #ffcccc;   
}
    
#bookClub1909Wrap .SectionQuality .SectionQuality_gift h2{
	top:0;
}

#bookClub1909Wrap .SectionQuality .SectionQuality_gift p.txt{
padding: 4.5em 2em 1em;
}    
    

#bookClub1909Wrap .SectionQuality p.txt span{
   background: linear-gradient(transparent 60%, #ffff99 60%); 
    font-weight: bold;
font-size: 16px;    
}

/* Benefit */
#bookClub1909Wrap .SectionBenefit{
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(135deg, #fff, #fff 34px, #f2f2f2 34px, #f2f2f2 82px);
    padding: 1em 0;    
    margin: 4em 0;
    border-top:3px dashed #638df5;   
    border-bottom:3px dashed #638df5;   
    text-align: center;
}

#bookClub1909Wrap .SectionBenefit h2{
    text-align: center;
    margin: 1em auto 0;
    padding: 1em 2em;    
}

#bookClub1909Wrap .SectionBenefit h2 img{
    width:350px;
    max-width: 100%;
}


#bookClub1909Wrap .SectionBenefit p.txt{
    padding: 1em 2em;   
    text-align: left;
    line-height: 1.8;    
}

#bookClub1909Wrap .SectionBenefit p.txt span.under{
    
}


#bookClub1909Wrap .SectionBenefit_img{
    width:90%;
    margin: 0 auto;
  position: relative;    
}

/* ラベル部分 右下に表示 */
#bookClub1909Wrap .SectionBenefit_img::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 6em solid transparent;
    border-left: 6em solid #c00; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
#bookClub1909Wrap .SectionBenefit_img::after {
    content: "会員特典";
    display: block;
    top: 16px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    font-weight: bold;
    left: 0px;
    position: absolute;
    z-index: 101;
}

#bookClub1909Wrap .SectionBenefit_img img{
    width:100%;   
    border-radius: 20px;    
}

#bookClub1909Wrap .SectionBenefit_img span{

    
}

/* Review */
#bookClub1909Wrap .SectionReview{
    background-color: #feeba785;
    margin: 0;    
    border: 1px solid #eee; 
    padding-bottom: 2em;
}

#bookClub1909Wrap .SectionReview {
    padding: 1em 0 2em;
    text-align: center;
    margin: 0 auto;
}

#bookClub1909Wrap .SectionReview h1 img{
    width: 95%;
    margin: 0;
}

#bookClub1909Wrap  .SectionReview_content{
background-color: #fff;
    margin: 1em 1em 2em;
    padding: 2em 0 0;
box-shadow: 2px 2px 4px gray;    
}

#bookClub1909Wrap .SectionReview_content_img{
    width:90%;
    margin: 0 auto;
}

#bookClub1909Wrap .SectionReview_content_img img{
    width: 100%;
}

#bookClub1909Wrap .SectionReview_content p.txt{
    text-align: left;   
    padding: 2em 2em 1em; 
    margin-top: -1em;   
}

#bookClub1909Wrap .SectionReview_content .note{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
  background-size:
    8px 100%,
    100% 2em;
  line-height:2;
}
#bookClub1909Wrap .SectionReview_content .note p.note{
  margin-bottom:2em;
}

#bookClub1909Wrap .SectionReview_content .circle{
  position: relative;    
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #71983b;/*背景色*/
text-align: center;
    margin: -20px auto;
    line-height: 1.0;
    font-weight: bold;
    color: #fff;
    font-family: 'Century Gothic'
}

#bookClub1909Wrap .SectionReview_content .circle span{
   position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :70px;
  text-align:center;   
}

/* Course */


#bookClub1909Wrap .SectionCourse_content  {
    text-align: center;
    background-color: bisque;
    padding: 2em 0;
    background-image: url(/img/usr/freepage/bc/bookclub_lp/1909/wood1.jpg);
}

#bookClub1909Wrap .SectionCourse_content h1 {
}

#bookClub1909Wrap .SectionCourse_content h1 img{
    width: 100%;
    margin: 0;
}

/*

#bookClub1909Wrap .SectionCourse_content h1 {
position: relative;
    padding: 0.25em 1em;
    display: inline-block;
    font-size: 28px;
}

#bookClub1909Wrap .SectionCourse_content h1:before, h1:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

#bookClub1909Wrap .SectionCourse_content h1:before {
  border-left: solid 3px #ff5722;
  border-top: solid 3px #ff5722;
  top:0;
  left: 0;
}

#bookClub1909Wrap .SectionCourse_content h1:after {
  border-right: solid 3px #ff5722;
  border-bottom: solid 3px #ff5722;
  bottom:0;
  right: 0;
}

#bookClub1909Wrap .SectionCourse_content h2 {
    margin: 0;
    padding: 0 1em;
    display: inline-block;
    font-size: 18px;
}


*/


#bookClub1909Wrap .SectionCourse_content p.lead {
    padding: 0 2em 1em;
    text-align: left;
    /* line-height: 1.8; */
    margin-top: -1em;
}


#bookClub1909Wrap .SectionCourse_content .box{
      background-color: rgba(255,255,255,0.7);
    border-radius: 15px;
    padding: 1em;
    width: 85%;
    margin: 1em auto;  
}


#bookClub1909Wrap .SectionCourse_content h3,
#bookClub1909Wrap .SectionCourse_content span.ttl {
  position: relative; 
    font-size: 22px;    
    font-weight: bold;
    width: 100%;
    padding: 0 0 5px;    
}

#bookClub1909Wrap .SectionCourse_content h3:after,
#bookClub1909Wrap .SectionCourse_content span.ttl:after {
  content: "";
 position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #fae932, #fae932 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #fae932, #fae932 2px, #fff 2px, #fff 4px);
}


#bookClub1909Wrap .SectionCourse_content p.txt{

}

#bookClub1909Wrap .SectionCourse_content img {
        width: 100%;
    margin-bottom: 2em;
}

#bookClub1909Wrap .SectionCourse_content_more{
    margin: 2em auto 0;
    text-align: center;
}    

#bookClub1909Wrap .more{
    padding: 0.25em 0;
    color: #dc4a27;
    background-color: #fff;
    border: 2px solid #dc4a27;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin: 0.5em 0;
    width: 90%
}    

/* shop */
#bookClub1909Wrap .SectionCourse_Shop{
    text-align: center;
    background-color: #fff;
    padding: 2em 0;

}

#bookClub1909Wrap .SectionCourse_Shop .more{
    font-size: 16px;
    border: 2px solid #333333;
    color: #333333; 
}

/* info */
#bookClub1909Wrap .SectionCourse_Shop .info{
    text-align: center;
    padding: 2em 0;
}

#bookClub1909Wrap .SectionCourse_Shop .info h4{
    position: relative;
  display: inline-block;
  padding: 0 55px;
    letter-spacing: normal;
font-weight: normal;    
}

#bookClub1909Wrap .SectionCourse_Shop .info h4:before,
#bookClub1909Wrap .SectionCourse_Shop .info h4:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#bookClub1909Wrap .SectionCourse_Shop .info h4:before {
  left:0;
}
#bookClub1909Wrap .SectionCourse_Shop .info h4:after {
  right: 0;
}

#bookClub1909Wrap .SectionCourse_Shop .info a:link,
#bookClub1909Wrap .SectionCourse_Shop .info a:active,
#bookClub1909Wrap .SectionCourse_Shop .info a:visited{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
        color: #dc4a27;
}

#bookClub1909Wrap .SectionCourse_Shop .info p{
    margin: 0;
}

#bookClub1909Wrap .SectionCourse_Shop .info p.tel{
      margin:0.5em 0 ;  
}

#bookClub1909Wrap .SectionCourse_Shop .info p.bh{
    margin: 0.5em 0;
    letter-spacing:normal;
    
}

#bookClub1909Wrap .SectionCourse_Shop .info i.fas{
    font-size: 20px;
}

#bookClub1909Wrap .SectionCourse_Shop .info .tel i.fas{
    font-size: 24px;
}

#bookClub1909Wrap .info .info_img{
    padding: 2em 0;
}

#bookClub1909Wrap .info .info_logo{
    padding: 1em 0;
}


#bookClub1909Wrap .SectionCourse_Shop .info_img img,
#bookClub1909Wrap .SectionCourse_Shop .info_logo img{
    width:50%;
}

#bookClub1909Wrap .info p.info_t,
#bookClub1909Wrap .info p.info_o{
    font-size:12px;
    line-height: normal;
}

#bookClub1909Wrap .info p.info_url a:link,
#bookClub1909Wrap .info p.info_url a:hover,
#bookClub1909Wrap .info p.info_url a:visited{
    font-size:12px;
    line-height: normal;    
    text-decoration: none;
    color: #000;
}

#bookClub1909Wrap .info p.info_url{
     padding: 1em 0;   
}

#bookClub1909Wrap .info p.info_copy{
    font-size: 8px;
    line-height: normal;
    color:#999;
    padding-top: 2em
}
    
    #bookClub1909Wrap .bookClub1909Wrap_content .links{
        /* display: none; */
	}

    #bookClub1909Wrap .bookClub1909Wrap_content .links .subsc{
        width:300px;	
    } 
    
/* to TOP */    
    
#bookClub1909Wrap #pageTop {
    position: fixed;
    bottom: 90px;
    right: 20px;
}    
    
/* pocket */       
#bookClub1909Wrap .ft_btn{
/* position: absolute;  */  
position: fixed;
z-index: 10000;
bottom: 0;
width: 100%;
height: 62px;
color: #fff;
}
      

#bookClub1909Wrap ul.ul-ft{
float: left;
width: 100%;
border-top:1px solid #888;
        list-style: none;    
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;    
}

#bookClub1909Wrap .ul-ft img{
    position: absolute;left: 0;right: 0;height: 100%;margin: 0 auto;border: none;vertical-align: middle;max-width: 100%;
    }

#bookClub1909Wrap .li01{
position: relative;
float: left;
width: 33.33333%;
height: 62px;
background: #fff;
box-sizing: border-box;
}

#bookClub1909Wrap .li02{
position: relative;
float: left;
width: 33.33333%;
height: 62px;
border-left: 1px solid #aaa;
background: #fff;
box-sizing: border-box;
}

#bookClub1909Wrap .li03{
position: relative;
float: left;
width: 33.33333%;
height: 62px;
border-left: 1px solid #aaa;
background: #fe3900;
box-sizing: border-box;
}
   
#bookClub1909Wrap .ft_btn {
    display: block;
}    
    
/* carousel */

.bookClub1909Wrap_content .MainVisual_carousel .slick1 {
	margin: 0 auto; width:345px; height:auto;
}

.bookClub1909Wrap_content .MainVisual_carousel .slick1 div img{
	width: 100%;
}

.bookClub1909Wrap_content .SectionPoint_carousel .center {
	margin: 0 auto 2em; width: 100%; height:auto; padding:1em 0;
}

.bookClub1909Wrap_content .SectionPoint_carousel .center div img{
width: 100%; height:auto;
}    
 
/* ---------- 追従ページトップへ ----------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  border-radius: 40px;
  width: 45px;
  height: 45px;
  background-color: #231815;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a .fa {
	line-height: 1.5em;
    font-size: 2em;
}
#pageTop a:hover {
  text-decoration: none;
  background-color:#231815;
}
    
/************アコーディオン 2209*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
    
    
}