@charset "UTF-8";
/* --- COMMON --- */
/* box-sizing: border-box RESET
*, *:before, *:after {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
         -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
}
*/

/* Header */
header {
    width: 100%;
    /*width: 100vw;*/
    height: 600px;
    background-color: #36b0c7;
    margin: 0;
    padding: 0;
    background:
        url(img/rets_ci.png),
        url(img/header_back.jpg);
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        left top,
        center center;
    background-size:
        contain,
        cover;
    position: relative;
}

header h1 {
    margin: 0;
    position: absolute;
    top: 200px;
    right: 120px;
}

header h1 img {
    width: 280px;
}

header img#mitane_shampoo,
header img#mitane_treatment,
header img#aabeii_treatment,
header img#hairoil {
    position: absolute;
    top: 140px;
    width: 240px;
}
header img#mitane_shampoo   { left: 250px; }
header img#mitane_treatment { left: 450px; }
header img#aabeii_treatment { left: 665px; }
header img#hairoil          { left: 865px; }

header img#monde {
    position: absolute;
    top: 125px;
    left: 15px;
    width: 180px;
}

/* ===== ウィンドウサイズ横幅 指定値まで ===== */
@media screen and (max-width: 1450px){
    header h1 {
        top: 5px;
        right: 10px;
    }
    header h1 img {
        width: 20vw;
    }
}

@media screen and (max-width: 1024px) {
    header {
        height: 180px;
    }

    header img#mitane_shampoo,
    header img#mitane_treatment,
    header img#aabeii_treatment,
    header img#hairoil {
        top: 70px;
        width: 18vw;
    }

    header img#mitane_shampoo   { left: 25vw; }
    header img#mitane_treatment { left: 40vw; }
    header img#aabeii_treatment { left: 57vw; }
    header img#hairoil          { left: 72vw; }

    header img#monde {
        top: 55px;
        left: 5px;
        width: 20vw;
    }
}


h2,h3 {
    margin: 40px 0 30px;
    font-family: "Sawarabi Mincho";
    font-weight: 100;
    color: #d0a41d;
}
h2 {
    text-align: center;
    font-size: 2.8em;
}
h3 {
    font-size: 2.1em;
}

@media screen and (max-width: 1024px) {
    h2 {
        font-size: 1.6em;
        font-weight: 900;
        line-height: 1.4;
    }
    h3 {
        font-size: 1.4em;
        font-weight: 900;
        line-height: 1.4;
    }

}

/* Footer Nav */
footer nav a:link { /* 未訪問 */
    color: #47B790;
    text-decoration: underline;
}
footer nav a:visited {  /* 訪問済 */
    color: #47B790;
    text-decoration: underline;
}
footer nav a:hover {    /* マウスオーバ */
    color: #1d3994;
    text-decoration: underline;
}
footer nav a:active {   /* アクティブ */
    color: #f0f;
    text-decoration: underline;
}


/* --- for index.html CSS --- */
article {
    background-color: #fff;
}

section div {
    width: 960px;
    margin: 0 auto;
}

section#intro {
    padding: 80px 30px;
    color: #fff;

    background:
        url(img/intro_back.png),
        #011d00;
    background-repeat:
        no-repeat,
        repeat;
    background-position:
        left bottom,
        center center;
    background-size:
        auto,
        auto;

}

/*section#intro h2,
section#intro h3 {
    font-family: 'Noto Sans Japanese';
    color: #d0a41d;
}*/

section#intro img#shampoo_liquid {
    float:left;
    margin: 0 30px 0 30px;
}

@media screen and (max-width: 1024px) {
    section#intro img#shampoo_liquid {
        width: 98%;
        margin: 0 auto 30px;
    }
}

section#intro p {
    font-family: "Sawarabi Mincho";
    font-weight: 100;
    line-height: 2.0;
}

@media screen and (max-width: 1024px) {
    section#intro p {
        clear: left;
    }
}


section#future {
    padding: 50px 0;
    background:
        url(img/future_back.jpg),
        #eee;
    background-repeat:
        no-repeat,
        repeat;
    background-position:
        center center,
        center center;
    background-size:
        cover,
        auto;
}

section#future h2 {
    margin: 0 0 30px 0;
    font-size: 2.1em;
    color: #9e4f00;
}

section#future h2 b {
    font-family: 'Noto Sans Japanese';
    font-weight: 900;
}

section#future img#jph {
    width: 750px;
    margin: 0 0 0 120px;
}

@media screen and (max-width: 1024px) {
    section#future h2 {
        font-size: 1.6em;
        font-weight: 900;
        line-height: 1.2;
    }

    section#future img#jph {
        width: 98%;
        margin: 0 auto 30px;
    }
}




section#futurecmm {
    padding: 0;
    background:
        url(img/futurecmm_back.jpg),
        #eee;
    background-repeat:
        repeat,
        repeat;
    background-position:
        center -80px,
        center center;
    background-size:
        cover,
        auto;
}

section#futurecmm h3 {
    margin: 15px 0 15px 0;
    font-family: 'Noto Sans Japanese';
    font-size: 1.2em;
    font-weight: 900;
    color: #9e4f00;
}


section#futurecmm div div {
    padding: 0 30px;
    margin: 0;
    vertical-align: top;
    width: 460px;
    height: 360px;
    display: inline-block;
    background-color: rgba(255,255,255,0.7);
    border-top: 5px solid #9e4f00;
    border-bottom: 5px solid #9e4f00;
    line-height: 1.6;
}

section#futurecmm div div img {
    width: 180px;
    float: left;
    margin: 0 10px 0 0;
}

section#futurecmm div#into {
    padding: 0 30px;
    margin: 3px 0 0 0;
    width: 923px;
    height: auto;
    line-height: 1.6;
}

section#futurecmm div#into span.comp {
    width: 150px;
    display: inline-block;
    font-size: .8em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin: 0 8px 10px 8px;
}

section#futurecmm div#into img {
    width: 150px;
    padding: 0 0 8px 0;
}

@media screen and (max-width: 1024px) {
    section#futurecmm div div {
        width: 100%;
        height: auto;
        border-bottom: 0;
    }
    section#futurecmm div#into {
        padding: 0 15px;
        width: 100%;
    }
    section#futurecmm div#into span.comp {
        width: 45%;
    }
}


#customervoice h2 {
    font-size: 2.1em;
    color: #d0a41d;
    font-weight: 900;
}

#customervoice {
    padding: 30px 0;
    background-color: #011D00;
    color: #fff;
}

#customervoice p {
    font-family: "Sawarabi Mincho";
    font-weight: 500;
    font-size: 1.4em;
    padding: 0 0 0 30px;
}

@media screen and (max-width: 1024px) {
    section#customervoice h2 {
        font-size: 1.6em;
        font-weight: 900;
        line-height: 1.2;
    }
    #customervoice p {
        font-size: 1.2em;
        padding: 0 30px;
    }
}




section#shop h2 {
    color: #9e4f00;
    font-size: 2.1em;
    font-weight: 900;
}

section#shop h3 {
    color: #9e4f00;
    font-family: 'Noto Sans Japanese';
    font-size: 1.4em;
    font-weight: 900;
    text-align: left;
}

section#shop {
    line-height: 1.6;
}

section#shop div div {
    width: 460px;
    display: inline-block;
}

section#shop div div#net {
    width: 300px;
}


a.shopping:before {
    font-weight: 900;
    content: url(img/icon_cart.png);
}

@media screen and (max-width: 1024px) {
    section#shop div div {
        width: 100%;
        padding: 0 30px;
    }
}



@media screen and (max-width: 1024px) {
    section div {
        width: 100%;
        margin: 0 5px;
    }
    section div p br {
        display: none;
    }
    section#shop div p br {
        display: inline;
    }
}


/* ===== ウィンドウサイズ横幅 1680px以上 ===== */
@media screen and (min-width: 1680px){
}


