@charset "UTF-8";

@font-face {
    font-family: "marlbow";
    src: url("../../Contents/ImagesPkg/lp/mook-vol7/font/marlbow.ttf") format("truetype");
}
@font-face {
    font-family: "GothamNarrow";
    src: url("../../Contents/ImagesPkg/lp/mook-vol7/font/GothamNarrow-Book.otf") format("opentype");
}

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
.mook_contents *, .mook_contents *:before, .mook_contents *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.mook_contents {
    color: #111;
    margin: 0 auto;
    width: 1000px;
    font-size: 16px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
}
.mook_contents img{
    width: 100%;
}

.mook_contents ul,.mook_contents li{
    list-style: none;
}
.mook_contents a:hover {
    opacity: 0.7;
}
.mook_btn{text-align: center;}
.mook_btn a {
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    padding: 12px 0;
    width: 400px;
    height: 50px;
    position: relative;
    background: #c1d0c6;
}
.mook_btn a:before {
    content: '';
    border: 1px solid #333;
    position: absolute;
    width: 400px;
    height: 50px;
    top: -6px;
    left: 48.5%;
    transform: translate(-50%, 0);
}
.mook_btn .attention{
    font-size: 12px;
    margin-top: 16px;
    display: block;
}
.attention{color: #ff0000;}


/*--------------------------------------------------------------
box01_area
--------------------------------------------------------------*/
.box01_area {
    margin: 10px auto 0;
    position: relative;
}
.box01_area .box01_text_1{
    text-align: center;
}
.box01_area .box01_text_1 h3 {
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 600;
}
.box01_area .box01_text_1 p {
    line-height: 1.8;
    text-align: center;
}
.box01_area .box01_text_2{
    margin: 60px auto 0;
}
.box01_area .box01_text_2 h4{
    width: 240px;
    margin: 0 auto 20px;
}
.box01_area .box01_text_2 .flex figure{
    width: 190px;
    padding: 0 16px 16px 0;
    position: relative;
    margin-left: 30px;
    box-sizing: initial;
}
.box01_area .box01_text_2 .flex figure:after{
    content: '';
    width: 190px;
    height: 190px;
    background: rgb(193 208 198 / 50%);
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.box01_area .box01_text_2 p{
    font-size: 14px;
    line-height: 1.8;
}
.box01_area .box01_text_3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 60px auto 0;
    position: relative;
}
.box01_area .box01_text_3:after{
    position: absolute;
    /*background: #f3f3f3;*/
    border: 1px solid #c1d0c6;
    width: 100%;
    height: 90%;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.box01_area .box01_text_3 figure{
    width: 160px;
    margin-right: 60px;
    transform: rotate(-5deg);
}
.box01_area .box01_text_3 p span {
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
}
.box01_area .mook_btn a {
    margin-left: 6px;
}


/*--------------------------------------------------------------
box02_area
--------------------------------------------------------------*/
.box02_area {
    margin: 120px 0 0 200px;
    width: 540px;
}
.box02_area .box02_text {
    text-align: center;
    margin: 30px 0 70px;
    font-weight: 600;
}
.box02_itemName li span {
    display: inline-block;
    font-weight: normal;
    font-family: neue-kabel, sans-serif;
    padding-right: 10px;
    font-size: 15px;
}
.box02_itemName li {
    font-size: 14px;
    padding-top: 6px;
}



/*--------------------------------------------------------------
box02_area
--------------------------------------------------------------*/
.box03_area {
    margin: 50px auto 0;
}
.box03_area .item-ttl{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #959595;
}
.box03_area .item-ttl h4{
    font-family: "GothamNarrow";
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    font-weight: 400;
}
.box03_area .item-ttl h4 .number{
    font-family: "marlbow";
    display: block;
    margin-bottom: 12px;
    letter-spacing: -0.05em;
}
.box03_area .item-ttl h4 .jpn{
    display: block;
    margin-top: 10px;
    font-size: 11px;
}
.box03_area .item-ttl h4 .ttl-jpn{
    font-size: 22px;
}
.box03_area .item-txt dt {
    font-weight: 600;
    margin: 10px 0 5px;
    letter-spacing: -0.01em;
}
.box03_area .item-txt dd {
    font-size: 13px;
    line-height: 1.8;
}
.box03_area .item-txt dd span {
    display: block;
    text-align: right;
}
.box03_list_bottom {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 920px;
    margin: auto;
}
.box03_list_bottom li {
    width: 280px;
}
.box03_list_bottom li img{
    width: 210px;
    margin: auto;
    display: block;
}

/*--------------------------------------------------------------
box04_area
--------------------------------------------------------------*/
.box04_area.kit1 {
    margin: 70px auto 0;
    width: 800px;
}
.box04_area.kit2 {
    margin: 120px auto 0;
    width: 800px;
}

/*--------------------------------------------------------------
mook_btnArea
--------------------------------------------------------------*/
.mook_btnArea {
    margin: 120px auto 60px;
}
.mook_btnArea ul {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.mook_btnArea ul img {
    width: 100%;
}
.mook_btnArea ul li {
    width: 326px;
    position: relative;
}
.mook_btnArea ul li .book-img{
    position: absolute;
    width: 80px;
    transform: rotate(5deg);
    top: -3px;
    right: 30px;
}
.mook_btnArea ul li p{
    width: 100%;
    height: 100px;
    position: absolute;
    line-height: 100px;
    text-align: center;
    background: rgb(0,0,0,0.5);
    color: #fff;
    top: 0
}

#corner_top {
    position: absolute;
    right: 6%;
}
#corner_top a {
    width: 48px;
    height: 48px;
    /*    background: url(../../Contents/ImagesPkg/lp/evelourdeslip/re_btn.png) no-repeat;*/
    display: block;
    background: #d0ded5;
    border-radius: 50%;
    color: #111;
    text-align: center;
    padding-top: 18px;
}
#corner_top a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


@media screen and (min-width:520px) { 
    /*--------------------------------------------------------------
    common
    --------------------------------------------------------------*/
    #Foot {
        width: 1000px;
        clear: both;
        margin: 54px auto 0;
    }
    .sp_only{display: none;}
    /*--------------------------------------------------------------
    box01_area
    --------------------------------------------------------------*/
    .box01_area .box01_text_2 .flex{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }
    /*--------------------------------------------------------------
    box03_list_bottom
    --------------------------------------------------------------*/
    .box03_list_bottom li:not(:nth-child(3n)){
        margin-right: 40px;
    }
    .box03_list_bottom li:nth-child(n+4){
        margin-top: 50px;
    }
    .box03_area .mook_btn a {
        margin: 80px auto 0;
    }
}
@media screen and (max-width:519px) { 
    /*--------------------------------------------------------------
    common
    --------------------------------------------------------------*/
    .pc_only{display: none;}
    .mook_contents {
        width: 100%;
        font-size: calc(26 *(100vw / 750));
    }
    .mook_btn a {
        text-decoration: none;
        font-size: calc(28 * (100vw / 750));
        padding: 12px 0;
        color: #111;
        height: calc(90 * (100vw / 750));
        width: calc(660 * (100vw / 750));
        margin: 0 auto;
    }
    .mook_btn a:before {
        width: calc(660 * (100vw / 750));
        height: calc(90 * (100vw / 750));
        top: calc(-10 * (100vw / 750));
        left: calc(-10 * (100vw / 750));
        transform: none;
    }
    /*--------------------------------------------------------------
    box01_area
    --------------------------------------------------------------*/
    .box01_area {
        margin: calc(60 *(100vw / 750)) auto 0;
    }
    .box01_area .box01_text_1 h3{
        font-size: calc(32 *(100vw / 750));
        margin-bottom: calc(40 *(100vw / 750));
    }
    .box01_area .box01_text_2 {
        margin: calc(80 *(100vw / 750)) auto 0;
    }
    .box01_area .box01_text_2 h4 {
        width: calc(360 *(100vw / 750));
        margin: 0 auto calc(30 *(100vw / 750));
    }
    .box01_area .box01_text_2 .flex figure {
        width: calc(500 *(100vw / 750));
        padding: 0 calc(30 *(100vw / 750)) calc(30 *(100vw / 750)) 0;
        margin: 0 auto calc(40 *(100vw / 750));
    }
    .box01_area .box01_text_2 p{
        text-align: center;
        font-size: calc(22 *(100vw / 750));
    }
    .box01_area .box01_text_3{
        display: block;
        text-align: center;
        padding-bottom: calc(50 *(100vw / 750));
    }
    .box01_area .box01_text_3 figure{
        margin: 0 auto calc(40 *(100vw / 750));
        transform: rotate(5deg);
    }
    .box01_area .box01_text_3 p span{
        font-size: calc(22 *(100vw / 750));
        margin-bottom: calc(50 *(100vw / 750));
    }
    .box01_area .box01_text_3 p span .attention{
        margin-top: calc(20 *(100vw / 750));
        display: block;
    }
    .box01_area .mook_btn a{
        margin: calc(60 * (100vw / 750)) auto 0;
        width: calc(600 * (100vw / 750));
    }
    .box01_area .mook_btn a:before{
        width: calc(600 * (100vw / 750));
    }
    .box01_area .box01_text_3:after {
        width: calc(690 *(100vw / 750));
        height: calc(650 *(100vw / 750));
        top: initial;
        margin: auto;
        left: 0;
        right: 0;
    }
    .box01_area .box01_text_2 .flex figure:after{
        width: calc(500 *(100vw / 750));
        height: calc(500 *(100vw / 750));
    }
    /*--------------------------------------------------------------
    box02_area
    --------------------------------------------------------------*/
    .box02_area {
        margin: calc(140 *(100vw / 750)) 0 0 calc(10 *(100vw / 750));
        width: calc(650 *(100vw / 750));
    }
    /*--------------------------------------------------------------
    box04_area
    --------------------------------------------------------------*/
    .box04_area.kit1 {
        margin: calc(60 *(100vw / 750)) auto 0;
        width: 100%;
    }
    .box04_area.kit2 {
        margin: calc(160 *(100vw / 750)) auto 0;
        width: 100%;
    }
    /*--------------------------------------------------------------
    box03_area
    --------------------------------------------------------------*/
    .box03_area {
        margin: calc(80 *(100vw / 750)) auto 0;
    }
    .box03_list_bottom,.box03_list_bottom li{
        width: calc(630 *(100vw / 750));
    }
    .box03_area .item-ttl {
        margin-bottom: calc(30 *(100vw / 750));
        padding-bottom: calc(40 *(100vw / 750));
    }
    .box03_list_bottom li{   
        margin-bottom: calc(80 *(100vw / 750));
    }
    .box03_list_bottom li img{
        width: calc(420 *(100vw / 750));
    }
    .box03_area .item-txt dt {
        margin: calc(30 *(100vw / 750)) auto calc(10 *(100vw / 750));
    }
    .box03_area .item-txt dd {
        font-size: calc(26 *(100vw / 750));
    }
    /*--------------------------------------------------------------
    mook_btnArea
    --------------------------------------------------------------*/
    .mook_btnArea {
        margin: calc(160 * (100vw / 750)) auto calc(120 * (100vw / 750));
    }
    .mook_btnArea ul {
        padding: 0;
        display: block;
        margin: calc(80 * (100vw / 750)) 0 0;
    }
    .mook_btnArea ul li {
        width: calc(670 * (100vw / 750));
        margin: 0 auto calc(20 * (100vw / 750));
    }
    .mook_btnArea ul li .book-img {
        position: absolute;
        width: calc(150 * (100vw / 750));
        top: calc(-6 * (100vw / 750));
        right: calc(60 * (100vw / 750));
    }
}




