@charset "UTF-8";

html {font-size: 62.5%;}

#Wrap {width: 100%;}

#contentsAll {font-feature-settings: 'palt'; text-align: justify; text-justify: inter-ideograph;} 
#contentsAll img {display: block;} 
#contentsAll p {font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;}
#contentsAll a:hover {cursor: pointer; opacity: .5;}
#contentsAll ul li {list-style: none;}
#contentsAll .imgMaxWidth {width: 100%;}
#contentsAll .relativeArea {position: relative;}
#contentsAll .futuraFont {font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;}

#contentsAll .dnpShueiMinchoFont {
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-weight: 500;
    font-style: normal;
}

#contentsAll div {
    text-align: center;
}

/* .op{
    opacity: 0.6;
} */

img{
    width: 100%;
}

#footer_emmi{
    margin-top: 0;
}
#contentsAll h3 { 
    color:#d08184;
    font-weight: 600 !important;
    line-height: 1.72;
    letter-spacing: 0.05em;
}

/* .TextBlock3{
    color: #7a9d9f;
    font-weight: 500 !important;
    line-height: 2;
    letter-spacing: .06rem;
} */

#contentsAll h4 {
    color: #845e8c;
    font-weight: 500 !important;
    line-height: 2;
    letter-spacing:0.05em;
}

#contentsAll h5 {
    color: #d08184;
    font-weight: 500 !important;
    line-height: 1.875;
    letter-spacing: .025rem;
}
/*
#contentsAll h6 {
    color: #ca9b66;
    font-weight: 500 !important;
    line-height: 2;
    letter-spacing: .1rem;
} */

#contentsAll .color_c{
    color: #333333;
}

#contentsAll .contentsTxt {
    color: #666;
    line-height: 2;
    letter-spacing: .025rem;
}
#contentsAll .contentsTxt span {
    display: inline;
    font-weight: bold;
}


/* #contentsAll .borderBlock {
    border: 1px solid #ca9b66;
} */

/* #contentsAll .staffCredit p {
    color: #9a7194;
    letter-spacing: .03rem;
} */

 /*==========================
    cp_ipcheck
    ==========================*/
.cp_ipcheck{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_ipcheck:before, .cp_ipcheck:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
.cp_ipcheck .box {
    width: 27%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cp_ipcheck input[type=checkbox] {
	display: none;
}

.cp_ipcheck label {
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 1rem 1rem 0.5rem 5rem;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #ffffff;
}
.cp_ipcheck label:before {
	position: absolute;
    left: 3rem;
	width: 1rem;
	height: 1rem;
	content: '';
    border-style: solid;
    border-width: thin;
    border-color: #666;
}
.cp_ipcheck input:checked + label:before {
	border-color: #ca9b66;
	background: #ca9b66;
}



   
/*************************************SP****************************************/
@media screen and ( max-width:560px ) {

    /* #contentsAll {background-position-y: -67px;background-image: url(../img/page_sp.jpg);background-size: 100%;} */


    #contentsAll {
        width: calc(750*(100vw/750)); 
        margin: 0 auto;
        overflow-x: hidden;
    }

    #contentsAll .pcOnly {
        display: none;
    }
    #contentsAll .spOnly{
        display: block;
    }

    #contentsAll .contentsTxt {
        color: #666;
        line-height: 1.9;
        letter-spacing: .025rem;
    }

    #contentsAll .contentsTxt .textSpan-color:hover{
        opacity: 0.6;
    }

    #contentsAll .lastH3{
        font-size: calc(30*(100vw/750));
        margin: calc(77*(100vw/750)) auto 0;
        font-weight: 400 !important;
    }

    #contentsAll .border{
        border-bottom-width: thin;
        border-bottom-style: solid;
    }

    #contentsAll .h3_01{
        margin-top: calc(64*(100vw/750));
    }

    /*==========================
    Contents
    ==========================*/
    #contentsAll .mainImg{
        width: calc(750*(100vw/750));
        margin: 0 auto calc(133*(100vw/750));
    }

    #contentsAll .innerImg{
        width: calc(660*(100vw/750));
        margin: calc(140*(100vw/750)) auto 0;
    }

    #contentsAll .innerImg.__02{
        margin: calc(138*(100vw/750)) auto 0;
    }
    
    #contentsAll h3 { 
        margin: calc(77*(100vw/750)) auto 0;
        font-size: calc(36*(100vw/750));
        line-height: 1.83;
        
    }
    #contentsAll .change{
        font-size: calc(36*(100vw/750));
        margin-top: calc(74*(100vw/750));
        font-weight: 600 !important;
        line-height: 1.83;
    }
    #contentsAll .change.__02{
        margin-top: calc(64*(100vw/750));
    }

    #contentsAll .h3border:nth-child(2){
        margin-top: calc(83*(100vw/750));
        margin-bottom: calc(14*(100vw/750));
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        font-size: calc(36*(100vw/750));
        font-weight: 400 !important;
        line-height: 1;
        letter-spacing: 0.05em;
        border-bottom-width: thin;
        border-bottom-style: solid;
    } 


    #contentsAll .h3border:nth-child(3){
        margin-top: calc(27*(100vw/750));
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        width: calc(370*(100vw/750));
        font-size: calc(36*(100vw/750));
        font-weight: 400 !important;
        line-height: 1;
        letter-spacing: 0.05em;
        border-bottom-width: thin;
        border-bottom-style: solid;
    } 

    #contentsAll .sec4Border{
        margin-top: calc(80*(100vw/750));
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto; 
        display: inline-block;
        font-size: calc(36*(100vw/750));
        font-weight: 400 !important;
        line-height: 1;
        letter-spacing: 0.05em;
        border-bottom-width: thin;
        border-bottom-style: solid;
    } 

    #contentsAll .sec5Border{
        margin-top: calc(27*(100vw/750));
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        font-size: calc(36*(100vw/750));
        font-weight: 400 !important;
        line-height: 1;
        letter-spacing: 0.05em;
        border-bottom-width: thin;
        border-bottom-style: solid;
    } 

    #contentsAll .contentsTxt.fixText{
        margin-top: calc(43*(100vw/750));
   }

    #contentsAll .h3border .h3span{
        font-size: calc(32*(100vw/750));
        font-weight: 400;
    }

    #contentsAll .sec2Border{
        width: 51rem;
        margin-top: 5.5rem;
        letter-spacing: .05em;
    }

    .TextBlock3{
        margin: calc(50*(100vw/750)) auto calc(32*(100vw/750));
        font-size: calc(32*(100vw/750));
    }

    #contentsAll h4 {
        margin-top: calc(20*(100vw/750));
        font-size: calc(32*(100vw/750));
    }

    #contentsAll .TextBlock h4{
        margin-top: calc(73*(100vw/750));
    }

    .contentsTxt.textFix-sp{
        margin-top: calc(43*(100vw/750)) !important;
    }

    .contentsTxt.textFix2-sp{
        margin-top: calc(47*(100vw/750)) !important;
    }

    #contentsAll .innerImg.imgFix-sp{
        margin: calc(135*(100vw/750)) auto 0 !important;
    }

    /* #contentsAll .innerImg.imgFix-sp img{
        margin: calc(143*(100vw/750)) auto 0 !important;
    } */

    #contentsAll h5 {
        font-size: calc(32*(100vw/750));
    }

    #contentsAll .lastH5 {
        margin-top: calc(64*(100vw/750));
    }

    #contentsAll .h5Text {
        margin-top: calc(57*(100vw/750));
    }

    #contentsAll .lastText{
        margin-top: calc(25*(100vw/750));
    } 

    /*
    #contentsAll h6 {
        margin: calc(70*(100vw/750)) auto calc(32*(100vw/750));
        font-size: calc(32*(100vw/750));
    } */

    #contentsAll .contentsTxt {
        font-size: calc(28*(100vw/750));
        margin-top: calc(36*(100vw/750));
        line-height: 1.857;
    }
    #contentsAll .contentsTxt.sp_mov{
        margin-top: calc(24*(100vw/750));
    }
    /* #contentsAll .contentsTxt:nth-of-type(n+2) {
        margin-top: calc(30*(100vw/750));
    } */
 
    #contentsAll .borderBlock {
        width: calc(720*(100vw/750));
        margin: calc(60*(100vw/750)) auto 0;
        padding: calc(40*(100vw/750)) 0 calc(48*(100vw/750));
    }
    #contentsAll .borderBlock .contentsTxt {
        margin-top: calc(12*(100vw/750));
    }

    #contentsAll .contentsTxt.lastText{  
        margin-top: calc(73*(100vw/750));
    }



    /* #contentsAll .staffCredit p {
        font-size: calc(32*(100vw/750));
    }
    #contentsAll .staffCredit p:nth-of-type(1) {
        margin-top: calc(82*(100vw/750)) 0 calc(28*(100vw/750));
    } */
    .cp_ipcheck{
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .cp_ipcheck:before, .cp_ipcheck:after {
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
    }
    .cp_ipcheck .box {
        width: calc(590*(100vw/750));
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cp_ipcheck input[type=checkbox] {
        display: none;
    }
    
    .cp_ipcheck label {
        line-height: 1;
        position: relative;
        display: flex;
        align-items: center;
        padding: calc(10*(100vw/750)) calc(30*(100vw/750))calc(14*(100vw/750)) calc(60*(100vw/750));
        cursor: pointer;
        -webkit-transition: all 0.15s ease;
                transition: all 0.15s ease;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: #ffffff;
    }
    .cp_ipcheck label:before {
        position: absolute;
        left: calc(30*(100vw/750));
        width: calc(20*(100vw/750));
        height: calc(20*(100vw/750));
        content: '';
        border-style: solid;
        border-width: thin;
        border-color: #666;
    }
    .cp_ipcheck input:checked + label:before {
        border-color: #ca9b66;
        background: #ca9b66;
    }

       /*======= 5/13 =======*/


    #contentsAll .dnpShueiMinchoFont.__02{
        margin-top: calc(125*(100vw/750));
    }
    #contentsAll .dnpShueiMinchoFont.__03{
        margin-top: calc(122*(100vw/750));
    }
    #contentsAll .dnpShueiMinchoFont.__04{
        margin-top: calc(121*(100vw/750));
    }
    #contentsAll .dnpShueiMinchoFont.__05{
        margin-top: calc(76*(100vw/750));
    }
    #contentsAll .dnpShueiMinchoFont.__06{
        margin-top: calc(73*(100vw/750));
    }
    #contentsAll .dnpShueiMinchoFont.cont{
        margin-top: calc(130*(100vw/750));
        margin-bottom: calc(50*(100vw/750));
    }

    #contentsAll .dnpShueiMinchoFont.way{
        font-size: calc(32*(100vw/750));
        line-height: 1;
        margin-top: 0;
        color: #aa9589;
        font-weight: normal !important;
    }

    #contentsAll .contentsTxt.sp__01{
        margin-top: calc(40*(100vw/750));
    }
    #contentsAll .contentsTxt.sp__02{
        margin-top: calc(41*(100vw/750));
    }
    #contentsAll .contentsTxt.sp__03{
        margin-top: calc(37*(100vw/750));
    }
    #contentsAll .contentsTxt.sp__04{
        margin-top: calc(43*(100vw/750));
    }
    #contentsAll .contentsTxt.sp__05{
        margin-top: calc(43*(100vw/750));
    }
    #contentsAll .contentsTxt.sp__06{
        margin-top: calc(43*(100vw/750));
    }
    
    
    
   
    
    #contentsAll .contentsTxt.__01{
        margin-top: calc(36*(100vw/750));
    }
    #contentsAll .contentsTxt.__02{
        margin-top: calc(28*(100vw/750));
    }
    #contentsAll .contentsTxt.__03 ,
    #contentsAll .contentsTxt.__05 ,
    #contentsAll .contentsTxt.__06 ,
    #contentsAll .contentsTxt.__07 {
        margin-top: calc(37*(100vw/750));
    }



    #contentsAll .innerImg.cont01 .contentsTxt:nth-of-type(1){
        margin-top: calc(53*(100vw/750));
    }

    /*======= 5/13 =======*/


}
/*************************************PC****************************************/
@media screen and (max-width: 1400px) and (min-width: 561px) {html {font-size: calc(10* (100vw / 1400)) !important;}}
@media only screen and (min-width: 561px) {

    /* #contentsAll {background-position-y: -111px;background-image: url(../img/page_pc.jpg);background-size: 100%;} */

    #contentsAll {
        width: 140rem;
        margin: 8rem auto 0;
    }

    #contentsAll .spOnly {
        display: none;
    }
    #contentsAll .pcOnly{
        display: block;
    }

    .main-area::after {
        margin: 0 !important;
    }

    #contentsAll .contentsTxt .textSpan-color{
        border-bottom-width: thin;
        border-bottom-style: solid;
        font-weight: 400;
        color: #68322f;
    }
    #contentsAll .contentsTxt .textSpan-color:hover{
        opacity: 0.6;
    }
    #contentsAll h5 {
        line-height: 2;
    }

    /*==========================
    Contents
    ==========================*/
    #contentsAll .mainImg{
        width: 82.6rem;
        margin: 0 auto 9.2rem;
    }
    #contentsAll .innerImg{
        width: 66rem;
        margin: 11.2rem auto 0;
    }

    #contentsAll h3 {
        font-size: 2.2rem;
    }
    #contentsAll .change{
        font-size: 2.2rem;
        line-height: 1.727;
        margin-top: 4.8rem;
        margin-bottom: 0rem;
        font-weight: 600 !important;
    }


    .TextBlock3{
        margin: 5rem 0 1.4rem;
        font-size: 2rem;
    }
   
    #contentsAll h4 {
        margin-top: 4.4rem;
        font-size: 1.8rem;
    }
       
    #contentsAll h5 {
        font-size: 1.7rem;
        margin-top: 4.2rem;
    }

    /*
    #contentsAll h6 {
        margin: 5rem 0 1.4rem;
        font-size: 1.7rem;
    }
    */

    /*======= 5/13 =======*/

    #contentsAll .dnpShueiMinchoFont.__02{
        margin-top: 10.1rem;
    }
    #contentsAll .dnpShueiMinchoFont.__03{
        margin-top: 10.2rem;
    }
    #contentsAll .dnpShueiMinchoFont.__04{
        margin-top: 10.4rem;
    }
    #contentsAll .dnpShueiMinchoFont.__05{
        margin-top: 5.3rem;
    }

    #contentsAll .dnpShueiMinchoFont.__06 {
        margin-top: 4.3rem;
    }

    #contentsAll .dnpShueiMinchoFont.cont{
        margin-top: 11rem;
        margin-bottom: 2.4rem;
    }

    #contentsAll .dnpShueiMinchoFont.way{
        font-size: 1.7rem;
        line-height: 1;
        margin-top: 0;
        color: #aa9589;
        font-weight: normal !important;
    }

    #contentsAll .contentsTxt {
        font-size: 1.5rem;
        margin-top: 1.6rem;
    }
    #contentsAll .contentsTxt.__01{
        margin-top: 1.4rem;
    }
    #contentsAll .contentsTxt.__02{
        margin-top: 1.7rem;
    }
    #contentsAll .contentsTxt.__03{
        margin-top: 1.7rem;
    }
    #contentsAll .contentsTxt.__04{
        margin-top: 1.6rem;
    }
    #contentsAll .contentsTxt.__05 ,
    #contentsAll .contentsTxt.__06 ,
    #contentsAll .contentsTxt.__07 ,
    #contentsAll .contentsTxt.__08{
        margin-top: 1.5rem;
    } 

    #contentsAll .txt01 {
        margin-top: 1.7rem;
    }
    #contentsAll .txt02 {
        margin-top: 1.8rem;
    }
    #contentsAll .txt03 {
        margin-top: 1.9rem;
    }
    #contentsAll .txt04 {
        margin-top: 1.7rem;
    }
    #contentsAll .txt05 {
        margin-top: 1.8rem;
    }









   /*======= 5/13 =======*/



    /*  #contentsAll .contentsTxt:nth-of-type(n+2) {
        margin-top: 1.8rem;
    } */

    #contentsAll .borderBlock {
        width: 90rem;
        margin: 3.5rem auto 0;
        padding: 2rem 0 3.2rem;
    }

    #contentsAll .lastText{  
        margin-top: 1rem;
        margin-bottom: 0;
    }

    #contentsAll .h3_01{
        margin-top: 4.4rem;
    }

    #contentsAll .border{
        border-bottom-width: thin;
        border-bottom-style: solid;
        display: inline-block;
        line-height: 1.1;
    }

    /* #contentsAll .staffCredit p {
        font-size: 1.7rem;
    }
    #contentsAll .staffCredit p:nth-of-type(1) {
        margin-top: 5.4rem 0 1.7rem;
    } */

}