@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,
#contentsAll .yuGothic {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-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}

#contentsAll div {
    text-align: center;
}

.yogini66 h3 { 
    color:#da9963;
    font-weight: 500 !important;
    line-height: 1.9;
    letter-spacing: .1rem;
    font-weight: bold !important;
}

#contentsAll .contentsTxt {
    color: #666;
    line-height: 2;
    letter-spacing: .05rem;
}

#contentsAll .step_Txt {
    color: #666;
    line-height: 2;
    letter-spacing: .05rem;
}

#contentsAll .contentsTxt span {
    display: inline;
    font-weight: bold;
}

/*************************************SP****************************************/
@media screen and ( max-width:560px ) {

    /* #contentsAll {background-position-y: -121px;background-image: url(../img/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;
    }  

    /*==========================
    Contents
    ==========================*/
    #contentsAll .mainImg img {
        width: calc(750*(100vw/750));
        margin: 0 auto calc(54*(100vw/750));
    }

    #contentsAll .innerImg img {
        width: calc(660*(100vw/750));
        margin: 0 auto;
    }

/* ===========================追加部分================================ */
    
    #contentsAll .contentsTxt{
        font-size: calc(28 *(100vw /750));
    }
    #contentsAll .contentsTxt:nth-of-type(1){
        margin-top: calc(36 *(100vw /750));
        line-height: calc(53 *(100vw /750));
    }
    #contentsAll .contentsTxt:nth-of-type(n+2){
        margin-top: calc(32 *(100vw /750));
        line-height: calc(52 *(100vw /750));
    }
    #contentsAll .contentsTxt:nth-of-type(n+3){
        margin-top: calc(37 *(100vw /750));
        line-height: calc(52 *(100vw /750));
    }


    #contentsAll .TextBlock2 .contentsTxt:nth-of-type(1){
        margin-top: calc(30 *(100vw /750));
        line-height: calc(52 *(100vw /750));
    }
    #contentsAll .TextBlock2 .contentsTxt:nth-of-type(n+2){
        margin-top: calc(35 *(100vw /750));
        line-height: calc(52 *(100vw /750));
    }

    #contentsAll .innerImg.c2{
        margin-top: calc(134 *(100vw /750));
    }

    #contentsAll .spice_Txt{
        color: #666;
        font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: calc(28 *(100vw /750));
        line-height: calc(52 *(100vw /750));
        letter-spacing: .05rem;
    }

    #contentsAll .spice_title:nth-of-type(2){
        margin-top: calc(60 *(100vw /750));
        font-family: dnp-shuei-mincho-pr6n,sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    #contentsAll .spice_title:nth-of-type(3){
        margin-top: calc(58 *(100vw /750));
        letter-spacing: calc(1.6 *(100vw /750));
        font-family: dnp-shuei-mincho-pr6n,sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    #contentsAll .spice_title:nth-of-type(4){
        margin-top: calc(57 *(100vw /750));
        letter-spacing: calc(1.9 *(100vw /750));
        font-family: dnp-shuei-mincho-pr6n,sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    #contentsAll .spice_title:nth-of-type(5){
        margin-top: calc(60 *(100vw /750));
        letter-spacing: calc(1.9 *(100vw /750));
        font-family: dnp-shuei-mincho-pr6n,sans-serif;
        font-weight: 500;
        font-style: normal;
    }


/* =========================== 03/17 追加=============================== */

    /* #contentsAll h3.dnpShueiMinchoFont {
        width: calc(520 *(100vw /750));
        margin: calc(90 *(100vw /750)) auto 0;
    }

    #contentsAll h3.dnpShueiMinchoFont img {
        width: calc(520 *(100vw /750));
        margin: 0 auto;
    } */

    #contentsAll h3.dnpShueiMinchoFont{
        color: #da9963;
        font-size: calc(35*(100vw/750));
        line-height: 1.9;
        letter-spacing: -0.1rem;
        text-align: center;
        margin-top: calc(73 *(100vw /750));
    }

    .title_sub {
        display: flex;
        align-items: center; /* 垂直中心 */
        justify-content: center; /* 水平中心 */
    }

    .title_sub:before,
    .title_sub:after {
        border-top: calc(2 *(100vw /750)) solid;
        content: "";
        width: calc(33 *(100vw /750)); /* 線の長さ */
    }

    .title_sub:before {
        margin-right: calc(17 *(100vw /750)); /* 文字の右隣 */
    }
    .title_sub:after {
        margin-left: calc(17 *(100vw /750)); /* 文字の左隣 */
    }


    #contentsAll .innerImg.c1{
        margin-top: calc(138 *(100vw /750));
    }

    #contentsAll .TextBlock2 h3.dnpShueiMinchoFont {
        margin: calc(76 *(100vw /750)) auto 0;
        letter-spacing: 0.08em;
    }

    #contentsAll .TextBlock3 h3.dnpShueiMinchoFont {
        margin: calc(-20 *(100vw /750)) auto 0;
        letter-spacing: 0.073em;
    }


    #contentsAll .step_contentsTxt,
    #contentsAll .step_contentsTxt2 {
        font-size: calc(36 *(100vw /750));
        letter-spacing: 0.05em;
        margin-top: calc(80 *(100vw /750));
        color: #7a4b35;
        font-family: dnp-shuei-mincho-pr6n,sans-serif;
        font-weight: bold !important;
        font-style: normal;
    }

    .steptl {
        color: #333;
        font-size: calc(28 *(100vw /750));
        letter-spacing: .025em;
        font-weight: bold !important;
        margin-top: calc(45 *(100vw /750));
        display: block;
    }

    span.steptl_4 {
        margin-top: calc(47 *(100vw /750));
    }

    #contentsAll .step_Txt {
        color: #666;
        font-size: calc(28 *(100vw /750));
        letter-spacing: .025em;
        margin-top: calc(47 *(100vw /750));
        line-height: 1.9;
    }

    .stp_text{
        color: #666;
        font-size: calc(28 *(100vw /750));
        letter-spacing: .025em;
        line-height: 1.99;
    }
    

    .text_1,
    .text_2 {
        margin-top: calc(-8 *(100vw /750));
        line-height: 1.87;
    }
    .text_3{
        margin-top: calc(-8 *(100vw /750));
        line-height: 1.87;
    }
    .text_4,
    .text_5 {
        margin-top: calc(-10 *(100vw /750));
        letter-spacing: 0.025em;
        line-height: 1.88;
    }


    .text2_1,
    .text2_2,
    .text2_5 {
        margin-top: calc(-9 *(100vw /750));
        line-height: 1.88;
    }

    .text2_3 {
        margin-top: calc(-9 *(100vw /750));
        letter-spacing: 0.025em;
        line-height: 1.86;
    }

    .text2_4 {
        margin-top: calc(-10 *(100vw /750));
        letter-spacing: 0.025em;
        line-height: 1.87;
    }

    .TextBlock3{
        margin: 5rem 0 1.4rem;
        font-size: 2rem;
    }

    #contentsAll .TextB_3 {
        color: #666;
        font-size: calc(28 *(100vw /750));
        margin-top: calc(28 *(100vw /750));
        line-height: 1.89;
        letter-spacing: .03rem;
    }

    #contentsAll .TextB_3:nth-of-type(n+2) {
        margin-top: calc(31 *(100vw /750));
    }
    #contentsAll .TextB_3:nth-of-type(n+3) {
        margin-top: calc(35 *(100vw /750));
        line-height: 1.84;
    }




/* =========================================================== */

    #contentsAll .vol13Credit p {
        color: #da9963;
        font-size: calc(32 *(100vw /750));
        letter-spacing: .03rem;
        text-align: center;
    }

    #contentsAll .dnpShueiMinchoFont {
        font-family: dnp-shuei-mincho-pr6, sans-serif;
        font-weight: bold !important;
        font-style: normal;
    }

    .vol13Credit {
        margin-top: calc(67 *(100vw /750));
        line-height: calc(58 *(100vw /750));
    }

}
/*************************************PC****************************************/
@media screen and (max-width: 1200px) and (min-width: 561px) {html {font-size: calc(10* (100vw / 1200)) !important;}}
@media only screen and (min-width: 561px) {

    /* #contentsAll {background-position-y: -177px;background-image: url(../img/pc.jpg);background-size: 100%;} */

    #contentsAll {
        width: 120rem;
        margin: 8rem auto 0;
    }

    #contentsAll .spOnly {
        display: none;
    }

    .main-area::after {
        margin: 0 !important;
    }

    /*==========================
    Contents
    ==========================*/
    #contentsAll .mainImg img {
        width: 82.6rem;
        margin: 0 auto 5rem;
    }
    #contentsAll .innerImg img {
        width: 66.1rem;
        margin: 5.5rem auto 0;
    }

    /* #contentsAll h3.dnpShueiMinchoFont {
        width: 48.9rem;
        margin: 6rem auto 0;
    }

    #contentsAll h3.dnpShueiMinchoFont img {
        width: 48.9rem;
        margin: 0 auto;
    } */

    #contentsAll h3.dnpShueiMinchoFont{
        color: #da9963;
        font-size: 2.1rem;
        letter-spacing: -0.03rem;
        text-align: center;
    }

    .title_sub {
        display: flex;
        align-items: center; /* 垂直中心 */
        justify-content: center; /* 水平中心 */
    }

    .title_sub:before,
    .title_sub:after {
        border-top: 1px solid;
        content: "";
        width: 1em; /* 線の長さ */
    }

    .title_sub:before {
        margin-right: 0.5em; /* 文字の右隣 */
    }
    .title_sub:after {
        margin-left: 0.5em; /* 文字の左隣 */
    }

    .TextBlock3{
        margin: 5rem 0 1.4rem;
        font-size: 2rem;
    }

    #contentsAll .contentsTxt {
        font-size: 1.5rem;
        letter-spacing: .025em;
        margin-top: 1.2rem;
    }
    #contentsAll .contentsTxt:nth-of-type(n+2) {
        margin-top: 1.5rem;
    }
    #contentsAll .contentsTxt:nth-of-type(n+3) {
        margin-top: 1.8rem;
    }

    #contentsAll .TextB_3 {
        color: #666;
        font-size: 1.5rem;
        margin-top: 1.2rem;
        line-height: 2;
        letter-spacing: .03rem;
    }

    #contentsAll .TextB_3:nth-of-type(n+2) {
        margin-top: 1.5rem;
    }
    #contentsAll .TextB_3:nth-of-type(n+3) {
        margin-top: 1.4rem;
    }

/* ============================= 03/07追加 ============================ */

    #contentsAll .innerImg.c1 {
        margin-top: 11.3rem;
    }

    #contentsAll .TextBlock2 h3.dnpShueiMinchoFont {
        margin: 5rem auto 0;
        letter-spacing: 0.09em;
    }

    #contentsAll .TextBlock2 h3.dnpShueiMinchoFont img {
        width: 24rem;
        margin: 6rem auto 0;
    }

    #contentsAll .TextBlock3 h3.dnpShueiMinchoFont {
        margin: 5.2rem auto 0;
        letter-spacing: 0.09em;
    }

    #contentsAll .TextBlock3 h3.dnpShueiMinchoFont img {
        width: 35.4rem;
        margin: 6rem auto 0;
    }


    #contentsAll .text_innerImg {
        margin: 0 auto;
        width: 17.6rem;
        margin-top: 6rem;
    }
    #contentsAll .text_innerImg img {
        width: 18rem;
    }


    #contentsAll .step_contentsTxt,
    #contentsAll .step_contentsTxt2 {
        font-size: 2.2rem;
        letter-spacing: 0.05em;
        margin-top: 5.2rem;
        color: #7a4b35;
        font-family: dnp-shuei-mincho-pr6n,sans-serif;
        font-weight: bold !important;
        font-style: normal;
    }

    .steptl {
        color: #333;
        font-size: 1.5rem;
        letter-spacing: .025em;
        font-weight: bold !important;
        margin-top: 2.2rem;
        display: block;
    }

    span.steptl_4 {
        margin-top: 2rem;
    }

    #contentsAll .step_Txt {
        color: #666;
        font-size: 1.5rem;
        letter-spacing: .025em;
        margin-top: 2.6rem;
    }

    .stp_text{
        color: #666;
        font-size: 1.5rem;
        letter-spacing: .025em;
        line-height: 1.99;
    }
    

    .text_1,
    .text_2 {
        margin-top: -0.1rem;
    }
    .text_3,
    .text_4,
    .text_5 {
        margin-top: -0.2rem;
    }

    .text2_1,
    .text2_2,
    .text2_5 {
        margin-top: -0.2rem;
    }

    .text2_3 {
        margin-top: -0.1rem;
        letter-spacing: 0.015em;
    }

    .text2_4 {
        margin-top: -0.2rem;
        letter-spacing: 0.015em;
    }

    .innerImg.c2 {
        margin-top: 11rem;
    }
    
    


/* =============================Yogini編集部============================ */

    .vol13Credit {
        margin-top: 4.5rem;
        line-height: 3.2rem;
    }

    #contentsAll .vol13Credit p {
        color: #da9963;
        font-size: 1.7rem;
        letter-spacing: .03rem;
        text-align: center;
    }

    #contentsAll .dnpShueiMinchoFont {
        font-family: dnp-shuei-mincho-pr6, sans-serif;
        font-weight: bold !important;
        font-style: normal;
    }

}