@charset "UTF-8";

body {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgb(199, 199, 199);
}
img {
    border:none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a { text-decoration:none; }

.link_style { display: block; text-decoration:none;}

div#outside { max-width:100%;width: 100%;padding:0;margin:0; background: #D4D4D4;}
div#outside div#SP { max-width:100%;width: 100%;padding:0 0 0 0;margin:0 auto;}
div#outside div#SP-INSIDE { max-width:100%;width: 100%;padding:0 0 2% 0;margin:0 auto 0;}

div#outside div#SP div.wrap {
    max-width:100%;width:100%;padding:0 0 0 0;margin:2% 0 1% 0;
}
@media screen and (max-width: 1000px) {
    div#outside div#SP-INSIDE {  }
}
@media screen and (max-width: 850px) {
    div#outside div#SP div.wrap { max-width:100%;width:96%;margin:0 auto; }
}

div#outside div#SP img {
    width: 100%;
    height: auto;
}
div#outside div#SP .comic-img{
    width: 100%;
}
div#outside div#SP a.pagetop{
    margin: 0 auto;
}
div#outside div#SP a.pagetop:hover { opacity:0.6; }
div#outside div#SP-INSIDE {  }
div#outside div#SP-INSIDE div#wrapbox { max-width:1000px;width: 100%;margin:0 auto; }
#pagetop { padding:2% 3%;margin:auto;border-radius: 15px;background:rgba(255,255,255,1);box-shadow: 0 0 7px 0 rgba(0,0,0,1);display: none;position: fixed;left:50%;bottom:5%;z-index: 99999; }
#pagetop:hover { text-decoration:none;opacity:0.7; }

/* -------------------------------------------------------------------
メイン
------------------------------------------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

main {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.main_view {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.main_view span img {
    width: 100%;
    height:auto;
    padding:0;
    margin: 0;
}
@media only screen and (max-width: 500px) {
    .main {width: 100%;margin: 0;}
}

/* -------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------- */

.u-lettersp--dash {
    letter-spacing: -2px;
    padding: 0 4px 0 1px;
}
figure img {
    width: 100% !important;
    vertical-align: bottom;
    object-fit: contain;
}
.btn_buy {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0;
}
.btn_buy:hover {
    opacity: 0.7;
}

summary{
    background: #ffd97d;
    margin: 1em auto;
    display: block;
    max-width: 290px;
    font-weight: 700;
    font-size: 1.5em;
    color: #6c4c9b;
    padding: 0.5em 0;
    text-align: center;
}

@-moz-document url-prefix() {
    .rt_left {
            margin-left: -12px;
    }
}

@media screen and (max-width: 600px) {
    .btn_buy {
        font-size: 1.4rem;
        line-height: 1.0;
        padding: 0.7em 0;
    }
}

/* -------------------------------------------------------------------
コンテンツボタン
------------------------------------------------------------------- */

article#c-btn {
    margin: 0;
    max-width: 100%;
}
.c-btn-details ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.c-btn-details ul li {
    width: 25%;
    background-color: #000000;
    position: relative;
}
.c-btn-details ul li:nth-child(even) {
    background-color: #1F1F1F;
}
.c-btn-details ul li:hover {
    opacity: 0.7;
}
.c-btn-details ul li div {
    align-items: center;
}
.c-btn-details ul li .c-link-btn {
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.5;
    display: block;
 }

@media screen and (max-width: 600px) {
    .c-btn-details ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .c-btn-details ul li {
        width: 50%;
        margin: 0;
    }
    .c-btn-details ul li:nth-child(3) {
        background-color: #1F1F1F;
    }
    .c-btn-details ul li:nth-child(4) {
        background-color: #000000;
    }
    .c-btn-details ul li .c-link-btn {
        font-size: 1em;
     }
}

/* -------------------------------------------------------------------
クロストーク
------------------------------------------------------------------- */
.taidan-details h3 {
    color: #000;
    margin: 50px;
    font-size: 1.4em;
    padding: 10px 20px;
}

.taidan-details h3 span.o-txt {
    color: #af0082;
    font-weight: bold;
    font-size: 1.1em;
}

.taidan-details h3 span.i-txt {
    color: #1e90ff;
    font-weight: bold;
    font-size: 1.1em;
}

.taidan-details h3 span.f-txt {
    color: #32cd32;
    font-weight: bold;
    font-size: 1.1em;
}

.taidan-details h4 {
    color: #000;
    margin: 20px 50px;
    font-size: 1.1em;
    padding: 5px 10px;
}

.taidan .taidan-details dl .s-txt {
    /* color: #E50012;  */
    color: #e50315;
    font-weight: bold;
}
.taidan .taidan-details dl .o-txt {
    /* color: #E50012;  */
    color: #af0082;
    font-weight: bold;
    font-size: 0.9rem;
}
.taidan-details h3 span.o-txt1 {
    /* color: #E50012;  */
    color: #af0082;
    font-weight: bold;
    font-size: 18px;
}
.taidan .taidan-details dl .i-txt {
    /* color: #E50012;  */
    color: #1e90ff;
    font-weight: bold;
    font-size: 0.9rem;
}
.taidan-details h3 span.i-txt1 {
    /* color: #E50012;  */
    color: #1e90ff;
    font-weight: bold;
    font-size: 18px;
}
.taidan .taidan-details dl .f-txt {
    /* color: #E50012;  */
    color: #32cd32;
    font-weight: bold;
    font-size: 0.9rem;
}
.taidan-details h3 span.f-txt1 {
    /* color: #E50012;  */
    color: #32cd32;
    font-weight: bold;
    font-size: 18px;
}
.taidan .taidan-details .title span {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.1rem;
    color: red;
}

.taidan-details dl dt .speacial-comment {
    font-size: 1rem;
}

/* -------------------------------------------------------------------
新刊紹介
------------------------------------------------------------------- */

/* flex */
.flex_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_between02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_between_comic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 64px;
}
article#books01,
article#books02 {
    position: relative;
}
.book-details {
    margin: 0 auto;
}
.book-border-none{
    border-bottom: none !important;
}
.text-center {
    text-align: center;
}
.book-itembox {
    margin-bottom: 16px;
    padding: 3% 3% 0 3%;
    padding-bottom: 16px;
    padding-top: 32px;
}
.book-details-img {
    width: 30%;
}
.book-details-text {
    width: 66%;
}
.book-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.0;
    margin: 0 0 1em;
}
.book-sub-title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 1em;
}
.book-lead {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: normal;
}
.booksub_txt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
    article#books01,
    article#books02 {
        /* width:94%; */
        /* margin: 8% 3% 0 3%; */
    }
}

@media screen and (max-width:767px) {
    .flex_between_comic {
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    article#books01,
    article#books02 {
        width:100%;
        /* margin: 8% 3% 0 3%; */
    }
    .book-itembox {
        margin-bottom: 4%;
        padding-top: 3%;
    }
    .book-itembox.flex_between {
        flex-direction: column;
    }
    .flex_between02 {
        flex-direction: column;
    }
    .book-details-img {
        margin: 0 auto 2%;
        width: 60%;
    }
    .book-details-text {
        /* width: 100%; */
    }
    .book-title {
        font-size: 1.6rem;
        margin: 1em 0;
        line-height: 1.6;
    }
    .book-sub-title {
        font-size: 18px;
        margin-bottom: 0.5em;
    }
    .book-lead {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .booksub_txt {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

/* -------------------------------------------------------------------
著者コメント
------------------------------------------------------------------- */

article#author_comment {
    margin: 0 auto;
    max-width: 100%;
}
.profile-details {
    margin: 0;
    border: solid 2px #D73216;
    /* box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%); */
}
.profile-details h3 {
    background-color: #D73216;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
}
.profile-details .profile_inner {
    padding:  20px 30px 30px;
    background-color: #FFFFFF;
}
.profile-details .profile_inner h4 {
    margin: 0 0 1%;
    font-size: 1.4em;
    text-align: left;
}
.profile-details .profile_inner h4 span {
    font-size: 0.7em;
    letter-spacing: 0;
}
.profile-details .profile_inner p {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.8em;
}

/* @media screen and (max-width: 1000px) {
} */
@media screen and (max-width: 600px) {
    .profile-details h3 {
        padding: 10px 3%;
        font-size: 1.5em;
        margin: 0;
    }
    .profile-details .profile_inner {
        padding:  5% 3%;
    }
    .profile-details .profile_inner h4 {
        font-size: 1.5em;
    }
    .profile-details .profile_inner p {
        font-size: 1.2em;
    }
}

/* -------------------------------------------------------------------
特別対談
------------------------------------------------------------------- */

article#taidan {
    margin: 0 auto;
    max-width: 100%;
}
.taidan-details {
    width: 100%;
    position: relative;
}
.taidan-details h2 {
    margin: 0 auto;
    width: 100%;
}
/* .taidan-details figure {
    padding: 0;
    max-width: 130px;
    height: 130px;
    position: absolute;
    top: -20%;
    bottom: 0;
    margin: auto 0;
    left: 3%;
} */
.taidan-details p {
    margin: 50px;
    font-size: 0.9em;
}

.taidan-details dl {
    font-size: 0.9em;
    line-height: 1.8;
    display: flex;
}
.taidan-details dl dt {
    width: 70px;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}
.taidan-details dl dd {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}
.taidan-details .profile-details {
    margin: 0 50px 50px;
    /* box-sizing: border-box; */
    /* box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%); */
}
.taidan-details .profile-details h4 {
    margin: 0;
    font-size: 20px;
}
.taidan-details .profile-details .profile_inner {
    padding: 20px 30px 30px;
    background-color: #FFFFFF;
}
.taidan-details .profile-details .profile_inner h5 {
    margin: 0 0 1%;
    font-size: 1.4em;
    text-align: left;
}
.taidan-details .profile-details .profile_inner h5 span {
    font-size: 0.7em;
    letter-spacing: 0;
}
.h-txt {
    color: #000;
    font-weight: bold;
}
.s-txt {
    color: #BE0413;
    font-weight: bold;
}


@media screen and (max-width: 1000px) {

    .taidan-details p,
    .taidan-details h3 {
        width: auto;
        margin: 5% 3%;
    }
    .taidan-details dl {
        width: 94%;
        margin: 0 3% 2%;
    }
    .taidan-details .profile-details {
        width: 94%;
        margin: 5% 3%;
    }
}

@media screen and (max-width: 600px) {

    .taidan-details h2 {
        margin: 0 auto 6%;
    }
    .taidan-details p,
    .taidan-details h3 {
        font-size: 1.2em;
    }
    .taidan-details p.writer{
        font-size: 0.8em;
    }
    
    
    .taidan-details dl {
        font-size: 1em;
    }
    .taidan-details .profile-details h4 {
        padding: 10px 3%;
        font-size: 1.5em;
        margin: 0;
    }
    .taidan-details .profile-details .profile_inner {
        padding: 5% 3%;
    }
    .taidan-details .profile-details .profile_inner h5 {
        font-size: 1.5em;
    }
}

/* @media screen and (max-width: 500px) {


} */

/* -------------------------------------------------------------------
地図
------------------------------------------------------------------- */

article#comic,
article#map {
    margin: 0 auto;
    max-width: 100%;
}
/* -------------------------------------------------------------------
担当コメント
------------------------------------------------------------------- */

article#r-comment {
    margin: 0 auto;
    max-width: 100%;
}

.coment i {
    text-align: center;
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10em;
    font-size: 1.8em;
    line-height: 2em;
    margin: 1em auto;
    background: #244A3A;
}

/* 手引きの書 */
/* 背景画像エリア */
.img_area {
    position: relative;
    background: url('content/files/SP/ikusagami04/images/tebiki_pc.jpg') center / cover no-repeat; /*適宜変更*/
    max-width: 1000px; /*適宜変更*/

}
/* text表示エリア */
.text_area {
    position: absolute;
    top: 54%; /*適宜変更*/
    left: 44%; /*適宜変更*/
    width: 80%; /*適宜変更*/
    font-size: 18px;
    color: #fff;

}


/* 神　新規 */
.icon__wp {
    position: absolute;
    z-index: 50;
    margin-left: 10px;
    top: 3%;
    left: -0.0%;
    width: 70px;
    height: 70px;
}

.freepapper_container {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap; /* スマホで折り返し可能に */
}

.fp_item {
    flex: 1;
    margin: 20px 5px;
    padding: 0 20px;
    border: 3px solid #a99f19;
    background-color: #fff;
    min-width: 200px;
    max-width: 300px;
    text-align: center;
}

.fp_img img {
    width: 100%;
    height: auto;
    display: block;
}

h3.fp_title  {
    margin: 10px 0 5px;
    font-size: 1.1em;
    color: #a99f19;
    font-weight: 600;
}

p.fp_dl {
    margin-left: 10px;
}

summary {
    cursor: pointer;
    font-weight: bold;
}
button.close-btn {
    text-align: center;
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10em;
    font-size: 1.8em;
    line-height: 2em;
    margin: 1em auto;
    background: #a99f19;
    }

    .freepeper {
        margin-top: 20px;
    }

    .present {
        width: 90%;
        margin: 20px auto;
    }

@media screen and (max-width: 600px) {
    .img_area {
        width: 100%;

    }
    .text_area {
        width: auto;
        top: 47%;
        left: 45%;
        color: #fff;
        padding-right: 2%;
        font-size: 14px;
    }
}


