@charset "UTF-8";
/* 固定ページ */
.wrap {
    text-align: left;
    clear: both;
    overflow-x: hidden;
    position: relative;
}
.container {
    /* margin: 0 auto; */
    /* padding-left: 0; */
    /* padding-right: 0; */
    /* width: 1200px; */
}
.col-main.col-wide {
    width: 100%;
}

/* enmanBook_nav
--------------------------*/
.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.full-width-wrap{
    margin: 0 auto;
    padding: 60px 0;
    width: 1060px;
}
@media screen and (max-width: 639px) {
    .full-width-wrap{
        width: 100%;
    }
}

/*

書籍紹介ページ用のCSS

*/
:root {
    --green: #005c34;
    --lightgreen: #005c34;
    --darkgreen: #005c34;
    --purple: #005c34;
    --pink: #E86F72;
    --yellow: #FFE900;
    --gold: #caa24c;
    --bg-light: #f8f8f8;
    --ff-zen: "Zen Maru Gothic", "Noto Sans JP", Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
* {
    box-sizing: border-box;
}
html { scroll-behavior: smooth;}
body {
    margin: 0;
    overflow-x: hidden;
}
.bookPage{
    font-size: 16px;
    line-height: 1.9;
    /* letter-spacing: 0.1em; */
    font-family: "Noto Sans JP", Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
}
ul,ol {
    padding-left: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
p{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
/* a[href^="tel:"]{
    color: inherit;
} */
a:hover{
    opacity: 0.8;
}
img{
    max-width:100%;
    vertical-align: middle;
}
.container-b {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
}
.container-wide {
    margin: 0 auto;
    width: 1300px;
}
.ff-zen{
    font-family: var(--ff-zen);
}
.fs-small{
    font-size: 0.8em;
}
.f-bold{
    font-weight: bold;
}
.c-pink{
    color: var(--pink);
}
.c-green{
    color: var(--green);
}
.c-yellow{
    color: var(--yellow);
}
.c-lightgreen{
    color: var(--lightgreen);
}
.t-underbar {
    background: linear-gradient(transparent 60%, #fff6b2 0%);
    line-height: 1.3em;
}
@media screen and (max-width: 1300px) {
    .is_sp {
        display: block;
    }
    br.is_sp {
        display: inline;
    }
    .is_pc {
        display: none;
    }
    body {
        min-width: inherit;
    }
    .wrap {
        /* width: 100% !important; */
    }
    .container {
        width: 100% !important;
    }
    .container-b {
        width: 100% !important;
        padding: 0 20px;
    }
    .container-wide {
        width: 100% !important;
        padding: 0 20px;
    }
    .bookPage img {
        height: auto;
    }
}
@media print, screen and (min-width: 740px) {
    .is_pc {
        display: block;
    }
    .is_sp {
        display: none;
    }
}

/* -- bookPage_mv --*/
.book-head{
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #fff;
    background: var(--green);
}
.bookPage_mv{
    padding: 50px 0 50px 0;
    text-align: center;
    background: url('img4/mv_bg.png') no-repeat center top;
    background-size: cover;
}
.bookPage_mv .container-wide {
    gap: 50px;
    margin: 0 auto;
}
.bookPage_mv_top{
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
    gap: 40px;
}
.bookPage_mv_left{
    position: relative;
    width: 45%;
    padding: 30px 0 0 0;
    text-align: left;
}
.bookPage_mv_left h1{
    margin: 0 0 20px 0;
    text-align: center;
}
.bookPage_mv_left h1 img{
    max-width: 100%;
    width: 100%;
}
.bookPage_mv_left_tokuten{
    position: absolute;
    top: 30px;
    right: -30px;
}
.bookPage_mv_left_tokuten img{
    max-width: 230px;
    width: 18vw;
}
.bookPage_mv_text{
    padding: 0px 0px 20px 0px;
}
.bookPage_mv_text_head{
    padding: 20px 0px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: var(--green);
    text-align: left;
}
.bookPage_mv_text_head .c-pink{
    font-size: 1.3em;
}
.bookPage_mv_text_body{
    text-align: left;
    padding: 15px 0px 0 0px;
}
.bookPage_mv_right{
    width: 40%;
}
.bookPage_mv_right img{
    width: 100%;
}
.bookPage_mv_right div:nth-child(1) img{
    margin: 0 0 0 -60px;
}
.bookPage_mv_right div:nth-child(2){
    display: flex;
    text-align: center;
    margin: 30px 0px 30px auto;
    justify-content: center;
    gap: 20px;
}
.bookPage_mv_right div:nth-child(2) span{
    padding: 0 0 17px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.bookPage_mv_right div:nth-child(2) a{
    background: #FFA520;
    padding: 14px 40px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 40px;
}
.bookPage_mv_right div:nth-child(2) a img{
    vertical-align: middle;
    width: 15px;
    padding: 0 10px 0 0;
    box-sizing: content-box;
}
.bookPage_mv_qa{
    padding: 10px 0 0 0;
    text-align: center;
}

/* .bookPage_mv_baloon .c-pink{
    font-size: 20px;
    letter-spacing: 4px;
}
.bookPage_mv_baloon span.qa{
    font-size: 36px;
    line-height: 36px;
    font-family: arial;
} */
.bookPage_mv_qa section{
    display: flex;
    justify-content: center;
    padding: 5px 0 0 0px;
}
.bookPage_mv_qa_item{
    text-align: center;
    padding: 0 20px;
}
.bookPage_mv_qa_item div:nth-child(2){
    padding: 12px 0 0 0;
    font-size: 13px;
    font-weight: bold;
}
.bookPage_mv_qa_item div:nth-child(2) span{
    font-size: 18px;
    line-height: 26px;
}
.bookPage_mv_qa_item div img{
    /* width: 140px; */
    vertical-align: bottom;
    margin: 15px 0 -1px 0;
}
@media print, screen and (min-width: 900px) {
    .bookPage_mv_baloon{
        display: table;
        padding: 13px 25px;
        margin-bottom: 1em;
        position: relative;
        background-color: #fff;
        border: 1px solid #222;
        border-radius: 10px;
        text-align: center;
        height: 0px;
        font-weight: bold;
    }
    .bookPage_mv_baloon:before, .bookPage_mv_baloon:after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -1.5em;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 1.5em solid #222;
    }
    .bookPage_mv_baloon:after{
        right: calc( 2px - 1.5em );
        border-left: solid 1.5em #fff;
    }
}

@media print, screen and (max-width: 900px) {
    .book-head{
        text-align: center;
        padding: 10px;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
        background: var(--green);
    }
    .bookPage_mv{
        padding: 20px 0 0 0;
    }
    .bookPage_mv_top{
        flex-direction: column;
        margin: 0;
    }
    .bookPage_mv_left{
        width: 100%;
        padding: 40px 0 0 0;
    }
    .bookPage_mv_left h1{
        /* padding: 0 20px 0 0; */
    }
    .bookPage_mv_right{
        width: 100%;
        padding: 0 0 40px 0;
        text-align: center;
    }
    .bookPage_mv_right div:nth-child(1) img{
        vertical-align: bottom;
        margin: 0 0 0 -20px;
    }
    .bookPage_mv_right div:nth-child(2){
        /* padding: 40px 0 0 0; */
        margin: 20px 30px 0 0;
    }
    .bookPage_mv_right div:nth-child(2) a{
        padding: 14px 30px;
    }
    /* .bookPage_mv_left_tokuten{
        position: static;
        text-align: center;
    }
    .bookPage_mv_left_tokuten img{
        max-width: 200px;
        width: 200px;
    } */
    .bookPage_mv_text{
        margin: 30px 0 0 0;
        padding: 0;
    }
    .bookPage_mv_text_head{
        padding: 0;
        font-size: 22px;
        text-align: left;
        letter-spacing: 1px;
    }
    .bookPage_mv_text_head .c-pink{
        font-size: 1.2em;
    }
    .bookPage_mv_text_body{
        padding: 15px 0 40px 0;
    }
    .bookPage_mv_text_body section div p:nth-child(1){
        flex-basis: 17%;
    }
    .bookPage_mv_qa .container-b{
        /* flex-direction: column;
        padding: 0; */
    }
    .bookPage_mv_qa .container-b section:nth-child(2){
        flex-wrap: wrap;
        padding: 30px 0 30px 0;
    }
    .bookPage_mv_qa_item{
        width: 50%;
        padding: 10px 10px;
    }
    /* .bookPage_mv_baloon{
        display: table;
        padding: 13px 25px;
        margin-bottom: 1em;
        position: relative;
        background-color: #fff;
        border: 1px solid #222;
        border-radius: 10px;
        text-align: center;
        height: 0px;
        font-weight: bold;
    }
    .bookPage_mv_baloon:before, .bookPage_mv_baloon:after{
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1.5em;
        border-top: 1.5em solid #222;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
    .bookPage_mv_baloon:after{
        bottom: calc( 2px - 1.5em );
        border-top: solid 1.5em #fff;
    } */
}

/*-- bookPage_ec --*/
.bookPage_ec{
    position: relative;
    background: var(--green);
    text-align: center;
    padding: 60px 0 0px 0;
}
.bookPage_ec img{
    vertical-align: bottom;
}
/* .bookPage_ec_img_1{
    position: absolute;
    bottom: 0;
    left: 10%;
} */
.bookPage_ec_img_2{
    position: absolute;
    bottom: 0;
    right: 8%;
    width: 300px;
}
.bookPage_ec_img_2 img{
    width: 250px;
}
.bookPage_ec_wrap{
    position: relative;
    z-index: 1;
    padding: 50px 20px;
}
.bookPage_ec_date{
    font-size: 28px;
}
.bookPage_ec_date img{
    /* width: 400px; */
}
.bookPage_ec_txt{
    font-size: 24px;
    margin: -60px 0 0 0;
    color: #fff;
    font-weight: bold;
}
.bookPage_ec_txt img{
    position: absolute;
    right: 20%;
    top: 0;
    margin: -100px 0 0 0;
}
@media print, screen and (max-width: 900px) {
    .bookPage_ec_txt img{
        width: 100px;
        right: 8%;
    }
}
.bookPage_ec_btn{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 0 0;
}
.bookPage_ec_btn li a img{
    width: 400px;
}
.bookPage_ec .title_h2{
    padding: 60px 0 0 0;
    color: #fff;
}
@media print, screen and (max-width: 900px) {
    .bookPage_ec_wrap{
        padding: 50px 30px 30px 30px;
    }
    .bookPage_ec_btn{
        flex-direction: column;
        gap: 20px;
    }
    /* .bookPage_ec_img_1{
        width: 20%;
    } */
    .bookPage_ec_img_2{
        width: 40%;
        right: 6%;
    }
    .bookPage_ec_txt{
        margin: -90px 0 0 0;
    }
}

/*-- bookPage_voice --*/
.bookPage_voice_top{
    background: #F6F4EF;
    padding: 30px 0 80px 0;
}
/* .bookPage_voice_top_head{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
.bookPage_voice_top_head span{
    font-size: 1.2em;
} */
.bookPage_voice_body{
    /* display: flex; */
    /* justify-content: center; */
    /* gap: 4%; */
    margin: 50px 0 0 0;
}
.bookPage_voice_body_ready{
    background: #fff;
    text-align: center;
    padding: 30px 10px;
    width: 70%;
    min-width: 300px;
    margin: 60px auto 0 auto;
    font-size: 18px;
    letter-spacing: 0px;
    border-radius: 100px;
}
.bookPage_voice_text, .bookPage_voice_text2{
    margin: -10px 0 0 0;
    /* flex-basis: 82%; */
    padding: 40px 40px;
    display: table;
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 4px 4px #d3d3d3;
}
.bookPage_voice_text:before, .bookPage_voice_text:after{
    content: "";
    position: absolute;
    top: -30px;
    left: 50px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}
.bookPage_voice_text:before{
    
}
.bookPage_voice_text:after{
    /* right: calc( 2px - 1.5em );
	border-left: solid 1.5em #fff; */
}
.bookPage_voice_text2:before, .bookPage_voice_text2:after{
    content: '';
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	left: -1.5em;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 1.5em solid #222;
}
.bookPage_voice_text2:after{
    left: calc( 2px - 1.5em );
	border-right: solid 1.5em #fff;
}
.bookPage_voice_text div:nth-child(1), .bookPage_voice_text2 div:nth-child(1){
    /* font-weight: bold;
    font-size: 18px; */
}
.bookPage_voice_text div:nth-child(1) span, .bookPage_voice_text2 div:nth-child(1) span.c-pink{
    /* font-size: 1.3em; */
}
.bookPage_voice_text div:nth-child(2), .bookPage_voice_text2 div:nth-child(2){
    padding: 20px 0 0 0;
}
.bookPage_voice_text div:nth-child(3), .bookPage_voice_text2 div:nth-child(3){
    position: absolute;
    top: -20px;
    left: 25px;
}
.bookPage_voice_text_bassui{
    font-size: 13px;
}
.bookPage_voice_man{
    display: flex;
    flex-basis: 13%;
}
.bookPage_voice_man div:nth-child(2){
    padding: 10px 30px;
    font-size: 23px;
    line-height: 36px;
    font-weight: bold;
}
.bookPage_voice_man div:nth-child(2) span{
    color: #C39A33;
    font-size: 1.4em;
}
.bookPage_voice_man div:nth-child(2) div{
    display: inline;
    font-size: 16px;
}
.bookPage_voice_man div:nth-child(3){
    margin-left: auto;
    padding: 20px 0;
    /* font-size: 12px; */
    text-align: right;
    font-weight: bold;
}
.bookPage_voice_man div:nth-child(3) span{
    font-size: 20px;
    font-weight: bold;
}
@media print, screen and (max-width: 900px) {
    .bookPage_voice_top{
        padding: 40px 0 80px 0;
    }
    /* .bookPage_voice_top_head{
        font-size: 21px;
    } */
    .bookPage_voice_body{
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 40px 0 0 0;
    }
    .bookPage_voice_text:before, .bookPage_voice_text:after{
        content: none;
    }
    .bookPage_voice_text2:before, .bookPage_voice_text2:after{
        content: none;
    }
    .bookPage_voice_text, .bookPage_voice_text2{
        padding: 40px 30px;
    }
    .bookPage_voice_man{
        flex-direction: column;
        text-align: center;
    }
    .bookPage_voice_man div:nth-child(2){
        padding: 10px 10px;
        font-size: 20px;
    }
    .bookPage_voice_man div:nth-child(3){
        margin: 0;
        padding: 0 0 20px 0;
        text-align: center;
    }
}

/*-- bookPage_nav --*/
.bookPage_nav{
    text-align: center;
    background: var(--gold);
    border-bottom: 1px solid #aaa;
}
.bookPage_nav_label{
    padding: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: -50px auto 0 auto;
}
.bookPage_nav_label span{
    position: relative;
    background: var(--green);
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
    box-shadow: 2px 4px #797979;
}
.bookPage_nav_label span:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: var(--green) transparent transparent transparent;
    border-width: 15px 15px 0 15px;
}
.bookPage_nav_items{
    padding: 10px 0;
}
.bookPage_nav_items ul{
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 0;
}
.bookPage_nav_items ul li{
    border-right: 1px solid #fff;
}
.bookPage_nav_items ul li:last-child{
    border: none;
}
.bookPage_nav_items ul li a{
    display: block;
    padding: 14px 0px 10px;
    max-width: 160px;
    width: 12vw;
    line-height: 25px;
    letter-spacing: 0.7px;
    /* background: #56C6B4; */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
@media print, screen and (max-width: 900px) {
    .bookPage_nav{
        padding: 60px 0;
        background: none;
        border: none;
    }
    .bookPage_nav_items{
        margin: 30px auto 0 auto;
        padding: 0;
    }
    .bookPage_nav_label{

    }
    .bookPage_nav_items ul{
        flex-wrap: wrap;
        gap: 0;
        justify-content: flex-start;
    }
    .bookPage_nav_items ul li{
        width: 50%;
        padding: 1px;
        border: none;
    }
    .bookPage_nav_items ul li a{
        width: auto;
        max-width: unset;
        background: var(--gold);
    }
}

/* -- bookPage_about --*/
.title_h2{
    margin: 0;
    font-size: 52px;
    line-height: 72px;
    /* letter-spacing: 3px; */
    text-align: center;
    /* font-family: var(--ff-zen); */
}
.title_h2 .fs-small{
    font-size: 32px;
    line-height: 32px;
}
.title_h3{
    margin: 0;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 3px;
    font-family: var(--ff-zen);
}
.title_h2_under{
    padding: 10px 0 0 0;
    letter-spacing: -2px;
    color: var(--gold);
    text-align: center;
    width: 50px;
    margin: 0 auto;
    border-bottom: 3px solid var(--gold);
}
.bookPage_osusume {
    padding: 90px 0 90px 0;
    text-align: center;
}
.bookPage_osusume .title_h2{
    color: var(--green);
}
.bookPage_osusume_desc{
    padding: 60px 0 0px 0;
}
.bookPage_osusume_img{
    padding: 30px 0;
    margin: 0 auto;
    width: 80%;
}
.bookPage_osusume_img img{
    width: 340px;
    max-width: 100%;
}
@media print, screen and (max-width: 900px) {
    .bookPage_osusume_img{
        padding: 0;
    }
    .bookPage_osusume_img img{
        width: 240px;
    }
}

.bookPage_about {
    padding: 90px 0 90px 0;
    text-align: center;
    background: var(--bg-light);
}
.bookPage_about .title_h2{
    color: var(--green);
}
.bookPage_about_video{
    padding: 30px 0;
    margin: 0 auto;
    width: 80%;
}
.bookPage_about_text{
    padding: 20px 0 50px 0;
    /* font-size: 16px; */
    /* line-height: 1.9; */
    /* font-weight: 400; */
    text-align: left;
    letter-spacing: 1px;
}
.bookPage_about_text p{
    margin: 0 0 1em 0;
}
.bookPage_about_text2{
    padding: 20px 0 50px 0;
    /* font-size: 21px; */
    /* line-height: 40px; */
    /* font-weight: bold; */
}
.bookPage_about_title{
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    align-items: center;
    background: var(--lightgreen);
}
.bookPage_about_title h3{
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
}
.bookPage_about_title h3 span{
    color: var(--yellow);
    font-size: 40px;
}
.bookPage_about_title_img{
    position: relative;
    width: 85px;
    margin: -152px 0 0 0;
}
.bookPage_about_title_img img{
    position: absolute;
    left: 0;
    vertical-align: bottom;
}
.bookPage_about_naiyo{
    padding: 30px 60px;
    text-align: left;
    background: #fff;
}
.bookPage_about_naiyo section:nth-child(1){
    padding: 0 0 40px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.bookPage_about_naiyo section:nth-child(1) div:nth-child(1){
    color: var(--green);
    font-size: 22px;
    font-weight: bold;
}
.bookPage_about_naiyo section:nth-child(1) h4{
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
}
.bookPage_about_naiyo_1col{
    padding: 15px 0;
}
.bookPage_about_naiyo_2col{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 0;
}
.bookPage_about_naiyo_2col div:nth-child(1){
    flex-basis: 70%;
}
.bookPage_about_naiyo_2col div:nth-child(2){
    flex-basis: 30%;
    text-align: center;
}
.bookPage_about_naiyo_2col ul{
    padding: 0 0 0 30px;
}
.bookPage_about_naiyo_2col ul li{
    list-style: decimal;
    padding: 0 0 0 5px;
}
.bookPage_about_naiyo section:nth-child(2){
    padding: 40px 0 0px 0;
}
.bookPage_message{
    padding: 0 20px;
}
@media print, screen and (max-width: 900px) {
    .bookPage_message{
        padding: 0px;
    }
}
.bookPage_message .container-b{
    border: 2px solid var(--green);
    border-radius: 10px;
    padding: 30px 40px;
}
.bookPage_message .f-bold{
    /* padding: 10px 0 30px 0;
    font-size: 26px;
    border-bottom: 1px solid var(--green); */
}
.bookPage_message .f-bold img{
    padding: 0 10px 5px 0;
}
.bookPage_message_text{
    text-align: left;
    padding: 10px 0 60px 0;
}
.bookPage_message_authors{
    margin: -85px;
}
.bookPage_message_authors section{
    display: flex;
    justify-content: center;
    padding: 5px 0 0 0px;
}
@media print, screen and (max-width: 900px) {
    .title_h2{
        font-size: 33px;
        line-height: 48px;
        padding: 10px 0;
    }
    .bookPage_osusume {
        padding: 40px 0 40px 0;
    }
    .bookPage_osusume_desc{
        text-align: left;
        padding: 20px 0 0 0;
    }
    .bookPage_osusume_img{
        width: 100%;
    }
    .bookPage_about_img{
        width: 100%;
    }
    .bookPage_about_video{
        width: 100%;
    }
    .bookPage_about_text2{
        text-align: left;
    }
    .bookPage_about_text{
        text-align: left;
        /* font-size: 20px; */
        /* line-height: 40px; */
    }
    .bookPage_about_text span{
        /* font-size: 1.2em; */
    }
    .bookPage_about_q div p:nth-child(1){
        flex-basis: 17%;
    }
    .bookPage_about_circle{
        flex-direction: column-reverse;
        gap: 0;
        padding: 30px;
    }
    .bookPage_about_naiyo section:nth-child(1) h4{
        text-align: left;
    }
    .bookPage_about_circle section:nth-child(2){
        padding: 0 0 30px 0;
    }
    .bookPage_about_naiyo section:nth-child(2){
        flex-direction: column;
    }
    /* .bookPage_about_naiyo section:nth-child(3) div:nth-child(3){
        top: -50px;
        right: 10px;
        width: 70%;
    } */
    .bookPage_about_title{
        flex-direction: column;
        gap: 10px;
        padding: 20px 15px 0 15px;
    }
    .bookPage_about_title div:nth-child(1) img{
        width: 80px;
    }
    .bookPage_about_title h3{
        font-size: 24px;
        letter-spacing: 0px;
    }
    .bookPage_about_title h3 span{
        font-size: 30px;
    }
    .bookPage_about_title_img{
        margin: 0;
        width: 55px;
    }
    .bookPage_about_title_img img{
        position: relative;
    }
    .bookPage_about_naiyo{
        padding: 30px 30px;
    }
    .bookPage_about_naiyo section:nth-child(1) div:nth-child(3){
        text-align: left;
        font-size: 22px;
    }
    .bookPage_about_naiyo_2col{
        display: block;
    }
    .bookPage_message .f-bold{
        /* font-size: 24px; */
    }
    .bookPage_message .container-b{
        padding: 30px 28px;
    }
    .bookPage_message_authors{
        margin: 0;
    }
}

/* bookPage_index */
.bookPage_index{
    padding: 80px 0;
    /* border-bottom: 2px solid #bbb; */
}
.bookPage_index .title_h2{
    color: var(--green);
}
.bookPage_index_wrap{
    /* display: flex; */
    justify-content: center;
    gap: 80px;
}
.title_h2_vertical{
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
    line-height: 62px;
    letter-spacing: 3px;
    font-family: var(--ff-zen);
}
@media print, screen and (max-width: 900px) {
    .bookPage_index_wrap{
        flex-direction: column;
    }
    .title_h2_vertical{
        text-align: center;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
    .bookPage_index_img{
        text-align: center;
    }
}

/* bookPage_feature */
.bookPage_feature{
    padding: 90px 0;
    background: var(--green);
}
.bookPage_feature .title_h2{
    color: #fff;
}
.bookPage_feature_text{

}
.bookPage_feature_title{
    display: flex;
    padding: 0 0 20px 0;
}
.bookPage_feature_title div:nth-child(1){

}
.bookPage_feature_title h4{
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
    color: #fff;
}
.bookPage_feature_title h4 span:nth-child(1){
    padding: 0 0 2px 0;
    font-size: 40px;
    border-bottom: 5px solid var(--yellow);
}
.bookPage_feature_items{
    position: relative;
}
.bookPage_feature_item_head{
    text-align: center;
    margin: 0 0 -26px 0;
}
.bookPage_feature_item_head .f-bold{
    position: relative;
    background: var(--gold);
    padding: 10px 35px;
    border-radius: 50px;
    color: #fff;
}
.bookPage_feature_item_head .f-bold span{
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    padding: 0 0 5px 10px;
}
.bookPage_feature_item_head .f-bold img{
    position: absolute;
    left: -10px;
    top: -5px;
}
.bookPage_feature_item_head .f-bold:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: var(--gold) transparent transparent transparent;
    border-width: 15px 15px 0 15px;
}
.bookPage_feature_item{
    background: #fff;
    margin: 0 0 30px 0;
    padding: 50px 60px 50px;
    border-radius: 10px;
}
.bookPage_feature_item div:nth-child(1){
    /* padding: 20px 0; */
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--green);
}
.bookPage_feature_item div:nth-child(1) span{
    font-size: 34px;
    background: linear-gradient(transparent 80%, #fff6b2 0%);
    line-height: 1.3em;
}
.bookPage_feature_img{
    position: absolute;
    right: 0;
    top: -138px;
}
@media print, screen and (max-width: 900px) {
    .bookPage_feature_title{
        flex-direction: column;
        text-align: center;
        padding: 0;
    }
    .bookPage_feature_title div:nth-child(1) img{
        width: 80px;
    }
    .bookPage_feature_title div:nth-child(2){
        padding: 20px 0;
        font-size: 28px;
        text-align: left;
    }
    .bookPage_feature_title div:nth-child(2) span:nth-child(1){
        font-size: 28px;
    }
    .bookPage_feature_title h4{
        padding: 20px 0;
    }
    .bookPage_feature_title h4 span:nth-child(1){
        font-size: 30px;
    }
    .bookPage_feature_img{
        position: relative;
        text-align: center;
        top: 0;
    }
    .bookPage_feature_img img{
        width: 150px;
    }
    .bookPage_feature_item{
        flex-direction: column;
        padding: 40px 30px 40px;
    }
    .bookPage_feature_items{
        flex-direction: column;
    }
    /* .bookPage_feature_text div:nth-child(1){
        text-align: center;
    } */
    .bookPage_feature_text_bar{
        text-align: center;
        padding: 0 0 20px 0;
    }
    .bookPage_feature_item .bookPage_feature_img{
        padding: 0;
    }
    .bookPage_feature_item div:nth-child(1){
        text-align: left;
        font-size: 25px;
    }
    .bookPage_feature_item div:nth-child(1) span{
        font-size: 25px;
    }
    .bookPage_feature_text div:nth-child(3) p{
        font-size: 25px;
        line-height: 46px;
    }
    .bookPage_feature_text div:nth-child(3) p.c-pink{
        font-size: 29px;
    }
    .bookPage_feature_text div:nth-child(3) p .c-pink{
        font-size: 29px;
    }
}

/* bookPage_voice_all */
.bookPage_voice{
    /* padding: 90px 0; */
    background: var(--bg-light);
}
.bookPage_voice .title_h2{
    color: var(--green);
}
.bookPage_voice_wrap{
    /* background: var(--yellow); */
    /* width: 92%; */
    margin: 0 auto;
    padding: 0px 0 120px 0;
    border-radius: 20px;
}
.bookPage_voice_stars{
    margin: 0 auto;
    text-align: center;
}
.bookPage_voice_wrap .container-b{
    margin-top: -14vw;
}
.bookPage_voice_desc{
    text-align: center;
}
.bookPage_voice_h3{
    text-align: center;
    padding: 80px 0 10px 0;
    font-size: 35px;
    font-weight: bold;
}
.bookPage_voice_syohyo{

}
.bookPage_voice_syohyo div:nth-child(1){
    display: flex;
    color: var(--darkgreen);
    padding: 0 0 30px 0;
}
.bookPage_voice_syohyo div:nth-child(1) section:nth-child(1){
    flex-basis: 6%;
}
.bookPage_voice_syohyo div:nth-child(1) section:nth-child(2){
    flex-basis: 94%;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.bookPage_voice_syohyo div:nth-child(2){
    padding: 30px 0;
    border-top: 1px solid var(--green);
}
.bookPage_voice_syohyo div:nth-child(3){
    position: relative;
    top: 0;
    left: 0;
    padding: 30px 0 0 0;
    border-top: 1px dotted #aaa;
    font-size: 14px;
}
.f-d-r{
    flex-direction: row-reverse;
}
@media print, screen and (max-width: 900px) {
    .bookPage_voice_wrap .container-b{
        /* margin-top: 10px; */
    }
    .bookPage_voice_stars img{
        margin: 20px 0 0 0;
    }
    .bookPage_voice_desc{
        text-align: left;
    }
    .f-d-r{
        flex-direction: column-reverse;
    }
    .bookPage_voice_h3{
        text-align: center;
        padding: 120px 0 10px 0;
        font-size: 28px;
        line-height: 38px;
        font-weight: bold;
    }
    .bookPage_voice_syohyo div:nth-child(1){
        flex-direction: column;
    }
    .bookPage_voice_syohyo div:nth-child(1) section:nth-child(1) img{
        width: 25px;
        padding: 0 0 5px 0;
    }
}

/* bookPage_info */
.bookPage_info{
    padding: 90px 0;
    /* background: #FFFDEB; */
}
.bookPage_info .title_h2{
    color: var(--green);
}
.bookPage_info div:nth-child(1) img{
    width: 500px;
}
.bookPage_info_body{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 80px;
}
.bookPage_info_price{
    padding: 20px 0 20px 0;
    font-size: 20px;
    font-weight: bold;
}
.bookPage_info_price .c-lightgreen,
.bookPage_info_price .c-pink{
    font-size: 2em;
    font-family: Tahoma;
    padding: 0 7px;
}
.bookPage_info_price .yen{
    font-size: 1.3em;
}
.bookPage_info_price .small{
    font-size: 0.7em;
    font-weight: normal;
}
.bookPage_info_text{
    font-size: 14px;
}
.bookPage_info_text section{
    /* display:table-row; */
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
.bookPage_info_text section:nth-child(1){
    display: table;
    width: 100%;
}
.bookPage_info_text section:last-child{
    border-bottom: 1px solid #ddd;
}
.bookPage_info_text section div:nth-child(1){
    /* background: var(--yellow); */
    padding: 10px 0;
    width: 80px;
    /* text-align: center; */
    display: table-cell;
    vertical-align: middle;
}
.bookPage_info_text section div:nth-child(2){
    padding: 10px 15px 10px 25px;
}
.bookPage_info_book{
    /* margin: 0 0 0 -60px; */
}
.bookPage_info_book_title img{
    max-width: 100%;
}
.bookPage_info_book_title{
    font-weight: bold;
    line-height: 64px;
}
.bookPage_info_book_title div:nth-child(1){
    font-size: 48px;
}
.bookPage_info_book_title div:nth-child(2){
    font-size: 61px;
}
.bookPage_info_book_title div:nth-child(3){
    font-size: 48px;
}
.bookPage_info_book_title div:nth-child(3) .small{
    font-size: 40px;
}
.bookPage_info_book_title div:nth-child(4){
    font-size: 19px;
    line-height: 36px;
}
@media print, screen and (max-width: 900px) {
    .bookPage_info_body{
        flex-direction: column;
    }
    .bookPage_info_book{
        margin: 0;
        padding: 0 20px 60px 20px;
    }
    .bookPage_info_book_title{
        text-align: center;
    }
    .bookPage_info_book_title div:nth-child(1){
        font-size: 33px;
    }
    .bookPage_info_book_title div:nth-child(2){
        font-size: 42px;
        line-height: 34px;
    }
    .bookPage_info_book_title div:nth-child(3){
        font-size: 31px;
        line-height: 56px;
    }
    .bookPage_info_book_title div:nth-child(3) .small{
        font-size: 40px;
    }
    .bookPage_info_book_title div:nth-child(4){
        font-size: 16px;
        line-height: 26px;
    }
    .bookPage_info_price{
        padding: 40px 20px 20px 20px;
        line-height: 30px;
    }
    .bookPage_info_text{
        padding: 0 20px;
    }
    .bookPage_info_text section div:nth-child(1){
        width: 60px;
    }
    .bookPage_info_text section div:nth-child(2){
        padding: 10px 5px 10px 15px;
    }
}


/* bookPage_author */
.bookPage_author{
    padding: 90px 0;
    /* background: #FFFDEB; */
}
.bookPage_author .title_h2{
    color: var(--green);
}
.bookPage_author_items{

}
.bookPage_author_item{
    display: flex;
    padding: 50px 0 70px;
    border-bottom: 1px solid #ddd;
}
.bookPage_author_item:last-child{
    border: none;
}
.bookPage_author_left{
    flex-basis: 30%;
    text-align: center;
    padding: 20px 0 0 0;
}
/* .bookPage_author_left div:nth-child(2){
    padding: 10px 0 0 0;
}
.bookPage_author_left div:nth-child(3){
    font-size: 30px;
    font-family: var(--ff-zen);
}
.bookPage_author_left div:nth-child(3) h3 span{
    color: var(--yellow);
    text-shadow:1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
}
.bookPage_author_left div:nth-child(4){
    font-size: 12px;
} */
.bookPage_author_title{
    font-size: 18px;
    font-weight: bold;
}
.bookPage_author_name h3{
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: var(--lightgreen);
}
.bookPage_author_name_kana{

}
.bookPage_author_profile{
    padding: 30px 0 0 0;
    text-align: right;
}
.bookPage_author_profile a{
    background: #FFA520;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
.bookPage_author_right{
    flex-basis: 70%;
    padding: 0 30px 0 20px;
    font-size: 15px;
}
.bookPage_author_item h3{
    margin: 0;
    line-height: 56px;
}
.bookPage_author_item h4{
    margin: 0 0 20px 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--pink);
    border-bottom: 1px solid #ddd;
}
.bookPage_author_right ul {
    padding: 0 0 0 30px;
}
.bookPage_author_right ul li{
    list-style: disc;
    padding: 0 0 8px 0;
}
@media print, screen and (max-width: 900px) {
    .bookPage_author_profile{
        padding: 40px 0 30px 0;
        text-align: center;
    }
    .bookPage_author_item{
        flex-direction: column;
        padding-bottom: 0;
    }
    .bookPage_author_right{
        padding: 20px 10px;
    }
}




/* bookPage_index
--------------------------*/
.eb-check{
    display: none;
}
.eb-label{
    display: block;
    position: relative;
    background: var(--lightgreen);
}
input + .eb-label{
cursor: pointer;
}
input + .eb-label:after{
    font-size:16px;
    font-weight: 200;
    box-sizing: border-box;
    /* content: url('img/icon_mokuji_open.png'); */
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    margin:auto;
}
.eb-content{
    /* padding: 0 0px; */
    /* height: 0; */
    /* opacity: 0; */
    /* transition: .5s; */
    /* visibility: hidden; */
    padding: 0 0 24px 0;
    height:auto;
    opacity: 1;
    visibility: visible;
}
.eb-content-top{
    display: table;
    padding: 25px 30px 20px 30px;
    line-height: 30px;
}
.eb-content-top div:nth-child(1){
    display: table-cell;
    margin: 0 30px;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: bold;
    color: var(--darkgreen);
    border: 1px solid var(--darkgreen);
    background: #fff;
    vertical-align: middle;
}
.eb-content-top div:nth-child(2){
    display: table-cell;
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: var(--darkgreen);
    vertical-align: middle;
}
.eb-content ol {
    /* padding: 0 30px; */
    font-size: 16px;
}
.eb-content ol li{
    padding: 8px 0;
    list-style: none;
    display: flex;
    /* border-bottom: 1px solid #ddd; */
}
.eb-content ol li:last-child{
    border: none;
}
.eb-content ol li section:nth-child(1){
    padding: 0 30px;
}
.eb-content ol li section:nth-child(1) div{
    font-size: 14px;
    /* font-weight: bold; */
    color: #fff;
    background: var(--purple);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
}
.eb-content ol li section div span{
    margin: 0 14px 0 0;
    padding: 0px 10px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 12px;
}
.eb-check:checked + .eb-label:after{
    /* content: url('img/icon_mokuji_close.png'); */
}
ul.ul-kakko li{
    list-style-type: none;
	counter-increment: cnt;
    padding: 10px 0 0 0;
}
ul.ul-kakko li:before{
    content: "(" counter(cnt) ") ";
    padding: 0 10px;
}
@media screen and (max-width: 639px) {
    input + .eb-label:after{
        font-size: 16px;
        font-weight: 200;
        box-sizing: border-box;
        content: '';
        /* background: url(img/icon_mokuji_open_sp.png) no-repeat; */
        background-size: contain;
        display: block;
        font-family: "Font Awesome 5 Free";
        height: 52px;
        width: 50px;
        padding: 10px 10px;
        position: absolute;
        right: 5px;
        top: 32px;
        bottom: 0;
        margin: auto;
    }
    .eb-check:checked + .eb-label:after{
        content: '';
    }
    .eb-check:checked + .eb-label:after{
        /* background: url(img/icon_mokuji_close_sp.png) no-repeat; */
        background-size: contain;
    }
}
.eb-check:checked + .eb-label + .eb-content{
    height:auto;
    opacity: 1;
    padding: 0 0 24px 0;
    visibility: visible;
}
.target-section{
    overflow:hidden;
    background: #EBF8F3;
    /* border-radius: 10px; */
}
.eb-label h3{
    margin: 0;
    padding: 24px 26px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    border-top: 1px solid #bbb;
    color: #fff;
    display: table;
    vertical-align: middle;
}
.eb-label h3 span{
    display: table-cell;
    vertical-align: middle;
}
.eb-label h3 span:nth-child(1){
    font-size: 18px;
    border-right: 1px solid #fff;
    padding: 0 26px 0 0;
}

@media screen and (max-width: 900px) {
    .eb-label h3{
        font-size: 20px;
        line-height: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .eb-label h3 span{
        display: block;
    }
    .eb-label h3 span:nth-child(1){
        border: none;
    }
    .eb-label h3 span .fs-small{
        display: inline-block;
        padding: 10px 0 0 0;
    }
    .eb-label:after{
        font-size:13px !important;
        top: 9px;
    }
    .eb-content ol{
        padding: 0 20px;
    }
    .eb-content ol li section:nth-child(1){
        padding: 0 10px 0 0;
    }
    .eb-content-top{
        padding: 30px 20px 20px;
    }
    .eb-content-top div:nth-child(1){
        display: inline-block;
        margin: 0;
    }
    .eb-content-top div:nth-child(2){
        display: block;
        padding: 10px 0 0 0;
    }
}

.bookPage_other{
    padding: 80px 0;
    background: #F3F4F6;
}
.bookPage_other .title_h2{
    color: var(--green);
}
.bookPage_other_items{

}
.bookPage_other_item{
    display: flex;
}
.bookPage_other .bookPage_other_img{
    flex-basis: 38%;
    text-align: center;
}
.bookPage_other .bookPage_other_img .img{
    margin: 0 0 0 -30px;
}
.bookPage_other .bookPage_other_img a{
    background: #FFA520;
    padding: 14px 40px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 40px;
}
.bookPage_other_info{
    flex-basis: 62%;
    padding: 0 50px 0 0;
}
.bookPage_other_title{
    margin: 34px 0 0 0;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
.bookPage_other_title span{
    font-size: 18px;
}
@media screen and (max-width: 900px) {
    .bookPage_other_item{
        flex-direction: column;
    }
    .bookPage_other_info{
        padding: 0;
    }
    .bookPage_other_title span{
        display: inline-block;
        padding: 10px 0 0 0;
        line-height: 28px;
    }
}

/* enmanBook_share
--------------------------*/
.enmanBook_share{
    width: 1060px;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .enmanBook_share{
        width: 100%;
    }
}
.enmanBook_share__link {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin: 0 100px;
    padding-bottom: 60px;
  }
  .enmanBook_share__link li {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  .enmanBook_share__link a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto;
    padding: 55px 5px 15px;
    border-radius: 6px;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    background-repeat: no-repeat;
  }
  .enmanBook_share__tw {
    background-color: #000000;
    background-image: url(/wordpress/wp-content/themes/sakuya_2017/page-book/img4/ico_sns_tw.svg);
    background-position: top 20px center;
    background-size: 28px;
  }
  .enmanBook_share__fb {
    background-color: #3c599b;
    background-image: url(/wordpress/wp-content/themes/sakuya_2017/page-book/img4/ico_sns_fb.svg);
    background-position: top 20px center;
    background-size: 14px;
  }
  .enmanBook_share__hb {
    background-color: #00a4de;
    background-image: url(/wordpress/wp-content/themes/sakuya_2017/page-book/img4/ico_sns_hb.svg);
    background-position: top 22px center;
    background-size: 25px;
  }
  .enmanBook_share__ln {
    background-color: #06c755;
    background-image: url(/wordpress/wp-content/themes/sakuya_2017/page-book/img4/ico_sns_line.svg);
    background-position: top 18px center;
    background-size: 32px;
  }

.enmanBook_share__link {
    padding-bottom: 100px;
}
.enmanBook_share__link a {
    transition: 0.2s;
}
.enmanBook_share__link a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 639px) {
    .enmanBook_share__link {
        margin: 0 2px;
    }
    .enmanBook_share__link li {
        width: calc(25% - 4px);
        margin: 0 2px;
    }
    .enmanBook_share__link a {
        font-size:  12px;
    }
}

.enmanBook_heading__style2 {
    position: relative;
    text-align: center;
    font-size: 18px;
    margin: 40px 0 25px;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.enmanBook_heading__style2 span {
    position: relative;
    display: inline-block;
}
.enmanBook_heading__style2 span:before,
.enmanBook_heading__style2 span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 1px;
    background: #1b1b1b;
}
/* .enmanBook_heading__style2 span:before { left: -40px; }
.enmanBook_heading__style2 span:after { right: -40px; } */

.enmanBook_heading__style2 {
    font-size: 24px;
}
.enmanBook_heading__style2 span:before,
.enmanBook_heading__style2 span:after {
    width: 54px;
}
.enmanBook_heading__style2 span:before { left: -74px; }
.enmanBook_heading__style2 span:after { right: -74px; }
@media screen and (max-width: 639px) {
    .enmanBook_heading__style2 {
        margin: 25px 0 15px;
        font-size: 18px;
    }
    .enmanBook_heading__style2 span:before,
    .enmanBook_heading__style2 span:after {
        width: 22px;
    }
    .enmanBook_heading__style2 span:before { left: -40px; }
    .enmanBook_heading__style2 span:after { right: -40px; }
}

/* title_h2_sub (gold sub-heading)
--------------------------*/
.title_h2_sub{
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: var(--gold);
    line-height: 1.4;
}
@media screen and (max-width: 900px) {
    .title_h2_sub{
        font-size: 22px;
    }
}

/* bookPage_about_note
--------------------------*/
.bookPage_about_note{
    margin: 40px 0 0 0;
    padding: 30px 60px;
    background: transparent;
    border: 2px solid var(--green);
    border-radius: 10px;
    text-align: left;
}
.bookPage_about_note_upper{
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 0 40px 0;
    border-bottom: 2px dotted var(--green);
}
.bookPage_about_note_upper_img{
    flex: 0 0 100px;
}
.bookPage_about_note_upper_img img{
    width: 100px;
    margin: -60px 0 0 0;
}
.bookPage_about_note_title{
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 1px;
}
.bookPage_about_note_lower{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 0 0 0;
}
.bookPage_about_note_text{
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 1.9;
    letter-spacing: 1px;
}
.bookPage_about_note_author{
    flex: 0 0 130px;
    text-align: center;
    font-size: 12px;
    color: #333;
}
.bookPage_about_note_author .c-lightgreen{
    font-size: 14px;
    font-weight: bold;
}
.bookPage_about_note_author img{
    /* width: 70px; */
    border-radius: 50%;
    margin: 0 0 5px 0;
}
@media screen and (max-width: 900px) {
    .bookPage_about_note{
        padding: 20px;
    }
    .bookPage_about_note_upper{
        flex-direction: column;
        text-align: center;
    }
    .bookPage_about_note_lower{
        flex-direction: column;
        align-items: center;
    }
    .bookPage_about_note_title{
        font-size: 18px;
    }
}

/* bookPage_author_career / intro
--------------------------*/
.bookPage_author_career,
.bookPage_author_intro{
    margin: 20px 0 0 0;
}
.bookPage_author_career_label,
.bookPage_author_intro_label{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--gold);
    padding: 4px 20px;
    border-radius: 50px;
    margin: 0 0 8px 0;
}

/* bookPage_youtube
--------------------------*/
.bookPage_youtube{
    padding: 80px 0;
}
.bookPage_youtube .title_h2{
    color: var(--green);
}
.bookPage_youtube_desc{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 20px 0 60px 0;
    line-height: 1.9;
}
@media screen and (max-width: 900px) {
    .bookPage_youtube_desc{
        text-align: left;
    }
}
.bookPage_youtube_carousel{
    margin: 40px 0 0 0;
}
.bookPage_youtube_carousel .slick-slide{
    padding: 0 10px;
}
.bookPage_youtube_item a{
    display: block;
    position: relative;
}
.bookPage_youtube_item a::after{
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px; height: 60px;
    background: url(img4/youtube_play.png) no-repeat center / contain;
    pointer-events: none;
}
.bookPage_youtube_item a img{
    width: 100%;
    /* border-radius: 8px; */
}
.bookPage_youtube_item div{
    font-size: 14px;
    color: #477bb0;
    margin: 18px 0 0 0;
    line-height: 1.6;
}
.bookPage_youtube_carousel .slick-list{
    overflow: hidden;
}
.bookPage_youtube_carousel.slick-slider{
    position: relative;
    padding-bottom: 60px;
}
.bookPage_youtube_carousel .slick-prev,
.bookPage_youtube_carousel .slick-next{
    position: absolute;
    bottom: 0;
    top: auto;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 0;
    padding: 0;
}
.bookPage_youtube_carousel .slick-prev{
    top: 345px !important;
    left: calc(50% - 160px) !important;
    background: url(img4/c_arrow_left.png) no-repeat 0 0 !important;
    background-size: contain !important;
}
.bookPage_youtube_carousel .slick-next{
    top: 345px !important;
    right: calc(50% - 160px) !important;
    background: url(img4/c_arrow_right.png) no-repeat 0 0 !important;
    background-size: contain !important;
}
.bookPage_youtube_carousel .slick-prev:before,
.bookPage_youtube_carousel .slick-next:before{
    content: "";
}
.bookPage_youtube_carousel .slick-dots{
    /* margin: 30px 0 0 0; */
    padding: 0;
    list-style: none;
    display: flex !important;
    justify-content: center;
    gap: 0px;
    top: 340px;
    bottom: auto;
}
.bookPage_youtube_carousel .slick-dots li button{
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* border: 2px solid var(--green); */
    background: #ddd;
    cursor: pointer;
    padding: 0;
}
.bookPage_youtube_carousel .slick-dots li.slick-active button{
    background: var(--gold);
}
.slick-dots li button:before{
    content: "";
}
.slick-dots li{
    width: auto;
    margin: 0 4px;
}

@media screen and (max-width: 900px) {
    .bookPage_youtube{
        padding: 50px 20px;
    }
    .bookPage_youtube_carousel .slick-dots{
        position: absolute;
        top: 330px;
        margin: 0;
    }
    .slick-dots li button:before{
        background: none;
    }
    .bookPage_youtube_carousel .slick-prev{
        display: block !important;
        top: 335px !important;
        left: 10%;
    }
    .bookPage_youtube_carousel .slick-next{
        display: block !important;
        top: 335px !important;
        right: 10%;
    }
}

/* bookPage_other_badge
--------------------------*/
.bookPage_other_badge{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px 0;
}
.bookPage_other_badge_dan{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.bookPage_other_badge_dan span{
    font-size: 40px;
    font-weight: 400;
}
.bookPage_other_badge_series{
    font-size: 10px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

/* bookPage_mv_cta (MV内の購入ボタン・発売日)
--------------------------*/
.bookPage_mv_cta{
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0 0 0;
}
.bookPage_mv_cta_date{
    display: flex;
    align-items: center;
    gap: 4px;
    background: #ffed20;
    padding: 10px 20px;
    border-radius: 6px;
}
.bookPage_mv_cta_date_year{
    font-size: 17px;
    font-weight: 700;
    color: #333;
}
.bookPage_mv_cta_date_year_label{
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.bookPage_mv_cta_date_day{
    display: flex;
    align-items: baseline;
}
.bookPage_mv_cta_date_day span{
    font-size: 38px;
    font-weight: 700;
    color: var(--green);
}
.bookPage_mv_cta_date_slash{
    font-size: 20px;
    font-weight: 700;
    color: var(--green);
}
.bookPage_mv_cta_date_label{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-left: 4px;
}
.bookPage_mv_cta_btn{
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bookPage_mv_cta_btn li a{
    display: block;
    transition: 0.2s;
}
.bookPage_mv_cta_btn li a:hover{
    opacity: 0.8;
}
.bookPage_mv_cta_btn li a img{
    height: 60px;
}
@media screen and (max-width: 900px) {
    .bookPage_mv_cta{
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .bookPage_mv_cta_btn{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

/* bookPage_ec__amazon / rakuten
--------------------------*/
.bookPage_ec__amazon,
.bookPage_ec__rakuten{
    display: block;
    transition: 0.2s;
}
.bookPage_ec__amazon:hover,
.bookPage_ec__rakuten:hover{
    opacity: 0.8;
}

/* bookPage_osusume_layout
--------------------------*/
.bookPage_osusume_layout{
    display: flex;
    gap: 50px;
    margin: 40px 0 0 0;
    align-items: flex-start;
}
.bookPage_osusume_layout .bookPage_osusume_img{
    flex: 0 0 420px;
}
.bookPage_osusume_right{
    flex: 1;
    text-align: left;
}
.bookPage_osusume_items{
    margin: 16px 0 0 0;
}
.bookPage_osusume_item{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}
.bookPage_osusume_item_icon{
    flex: 0 0 70px;
}
.bookPage_osusume_item_icon img{
    width: 70px;
}
.bookPage_osusume_item_text{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    color: #333;
    text-align: left;
}
.bookPage_osusume_item_text .c-pink{
    font-size: 22px;
}
@media screen and (max-width: 900px) {
    .bookPage_osusume_layout{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .bookPage_osusume_layout .bookPage_osusume_img{
        flex: auto;
        text-align: center;
    }
    .bookPage_osusume_item_text .c-pink{
    }
}

/* bookPage_about_lead
--------------------------*/
.bookPage_about_lead{
    font-size: 28px;
    font-weight: 700;
    color: var(--green);
    text-align: center;
    line-height: 1.6;
    margin: 30px 0;
}
@media screen and (max-width: 900px) {
    .bookPage_about_lead{
        font-size: 20px;
        text-align: left;
    }
}

/* bookPage_about_author_mini
--------------------------*/
.bookPage_about_author_mini{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    margin: 20px 0 0 0;
}
.bookPage_about_author_mini img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.bookPage_about_author_mini div:nth-child(2){
    font-size: 12px;
    color: #333;
}

/* bookPage_index_note
--------------------------*/
.bookPage_index_note{
    font-size: 16px;
    color: #333;
    line-height: 1.9;
}

/* bookPage_index_chapter
--------------------------*/
.bookPage_index_chapter{
    margin: 0 0 30px 0;
    /* border: 1px solid #ddd; */
    overflow: hidden;
}
.bookPage_index_chapter_head{
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--green);
    padding: 15px 35px;
}
.bookPage_index_chapter_num{
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    white-space: nowrap;
}
.bookPage_index_chapter_title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
    border-left: 1px solid #6e8867;
    padding: 0 0 0 20px;
}
.bookPage_index_chapter_digest{
    background: var(--bg-light);
    padding: 20px 35px;
    /* border-bottom: 1px solid #ddd; */
}
.bookPage_index_chapter_digest_label{
    font-size: 18px;
    font-weight: 700;
    color: var(--green);
}
.bookPage_index_chapter_digest_text{
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}
.bookPage_index_chapter_digest_case{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: var(--gold);
    display: inline-block;
    padding: 4px 15px;
    border-radius: 4px;
    margin: 10px 0 0 0;
}
.bookPage_index_items{
    padding: 0 35px 15px 35px;
    background: var(--bg-light);
}
.bookPage_index_item{
    padding: 20px 0 26px 0;
    border-top: 1px solid #ddd;
}
.bookPage_index_item:last-child{
    /* border-bottom: none; */
}
.bookPage_index_item_label{
    font-size: 18px;
    font-weight: 700;
    color: var(--green);
}
.bookPage_index_item_text{
    padding: 6px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}
.bookPage_index_item_case{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: var(--gold);
    display: inline-block;
    padding: 4px 15px;
    border-radius: 4px;
    margin: 6px 0 0 0;
}
@media screen and (max-width: 900px) {
    .bookPage_index_item_case{
        margin: 14px 0 0 0;
    }
    .bookPage_index_chapter_head{
        flex-direction: column;
        gap: 5px;
        padding: 12px 15px;
    }
    .bookPage_index_chapter_title{
        font-size: 20px;
        padding: 0;
        border: none;
        line-height: unset;
    }
    .bookPage_index_chapter_digest{
        padding: 15px;
    }
    .bookPage_index_items{
        padding: 10px 15px;
    }
}

/* bookPage_feature_intro
--------------------------*/
.bookPage_feature_intro{
    font-size: 16px;
    color: #fff;
    line-height: 1.9;
    text-align: left;
    margin: 60px 0 0px 0;
}
.bookPage_feature_intro_2col{
    display: flex;
    gap: 60px;
    align-items: flex-start;
}
.bookPage_feature_intro_img{
    flex: 0 0 450px;
}
.bookPage_feature_intro_img img{
    width: 100%;
}
.bookPage_feature_intro_text{
    flex: 1;
}
.bookPage_feature_intro_text p{
    margin: 0 0 1em 0;
}
.bookPage_feature_item_2col{
    display: flex;
    gap: 60px;
    align-items: flex-start;
    text-align: left;
    padding: 40px 0 0 0;
}
.bookPage_feature_item_2col_img{
    flex: 0 0 400px;
}
.bookPage_feature_item_2col_img img{
    width: 100%;
}
.bookPage_feature_item_2col_text{
    flex: 1;
    font-size: 16px;
    line-height: 1.9;
}
@media screen and (max-width: 900px) {
    .bookPage_feature_intro{
        text-align: left;
        margin: 20px 0 30px 0;
    }
    .bookPage_feature_intro_2col{
        flex-direction: column;
    }
    .bookPage_feature_intro_img{
        flex: none;
        text-align: center;
    }
    .bookPage_feature_intro_img img{
        padding: 40px 0 0 0;
    }
    .bookPage_feature_item_2col{
        flex-direction: column;
        gap: 40px;
    }
    .bookPage_feature_item_2col_img{
        flex: none;
        text-align: center;
    }
    .bookPage_feature_item_2col_img img{
        /* width: 150px; */
    }
}

/* bookPage_voice_top (mini voice section)
--------------------------*/
.bookPage_voice_top_title{
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.bookPage_voice_top_reader{
    text-align: center;
    margin: 0 0 20px 0;
}
.bookPage_voice_top_reader_company{
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.bookPage_voice_top_reader_name{
    font-size: 18px;
    font-weight: 500;
}
.bookPage_voice_top_text{
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}
@media screen and (max-width: 900px) {
    .bookPage_voice_top_title{
        font-size: 20px;
    }
}

/* bookPage_voice (full section) - additional classes
--------------------------*/
.bookPage_voice_note{
    font-size: 16px;
    color: #333;
    margin: 20px 0 0 0;
}
.bookPage_voice_section{
    margin: 30px 0 0 0;
}
.bookPage_voice_section_title{
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.bookPage_voice_reader{
    text-align: center;
    margin: 0 0 20px 0;
}
.bookPage_voice_reader_company{
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.bookPage_voice_reader_name{
    font-size: 18px;
    font-weight: 500;
}

/* bookPage_voice_review (book reviews)
--------------------------*/
.bookPage_voice_review{
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    border-top: 2px solid #ddd;
}
.bookPage_voice_review_title{
    font-size: 28px;
    font-weight: 700;
    color: var(--gold);
    text-align: center;
    margin: 0 0 10px 0;
}
.bookPage_voice_review_note{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 0 0 30px 0;
}
.bookPage_voice_review_item{
    margin: 30px 0 0 0;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.bookPage_voice_review_media{
    font-size: 16px;
    color: #333;
    margin: 0 0 15px 0;
}
.bookPage_voice_review_media_label{
    font-size: 14px;
    font-weight: 700;
    color: #666;
}
.bookPage_voice_review_item_title{
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 1.6;
}
.bookPage_voice_review_item_text{
    font-size: 16px;
    color: #333;
    line-height: 1.9;
}
.bookPage_voice_review_item_source{
    font-size: 14px;
    color: #666;
    margin: 15px 0 0 0;
}
.bookPage_voice_review_item_source span{
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
@media screen and (max-width: 900px) {
    .bookPage_voice_review_title{
        font-size: 22px;
    }
    .bookPage_voice_review_item{
        padding: 20px 15px;
    }
}

/* bookPage_message_title
--------------------------*/
.bookPage_message_title{
    font-size: 28px;
    font-weight: 700;
    /* color: var(--gold); */
    text-align: center;
    margin: 0 0 30px 0;
    padding: 20px 0 40px 0;
    border-bottom: 2px dotted var(--green);
}
@media screen and (max-width: 900px) {
    .bookPage_message_title{
        font-size: 20px;
    }
}

/* bookPage_index_pdf
--------------------------*/
.bookPage_index_pdf{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.bookPage_index_pdf_btn{
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 15px 40px;
    background: #ffa520;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.2s;
}
.bookPage_index_pdf_btn:hover{
    opacity: 0.8;
}
.bookPage_index_pdf_btn span{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    color: #ffa520;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 10px;
}

/* c-gold utility
--------------------------*/
.c-gold{
    color: var(--gold);
}
.f-black{
    font-weight: 900;
}