@charset "utf-8";

html{
    font-size: 62.5%;
}
body{
    background-color: #71A288;
    font-family: "Murecho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #494949;
}
main{
    background-color: #FFFFF5;
}
header{
position: sticky;
z-index: 2;
top:0;
height: 0;

}
.header_box{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFF5;
}

header nav{
width: 50%; 
margin: 20px;
margin-right: 5%;
}
header ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
    font-size: 2.0rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
header ul li a{
    padding: 10px;
    text-decoration: none;
    color: #4f4f4f;
}
header ul li a:hover{
    color: #71A288;
}

header h1 {
    margin-left: 5%;
}

h2{
    text-align: center;
}

/* コンテンツ間のマージン指定 */
article{
    padding: 50px 0;
    opacity: 0; /* 初期状態で透明 */
    display: block;
    transform: translateY(50px);
    transition: opacity 2s ease, transform 2s ease;
}
.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.main_visual img{
    height: auto;
    object-fit: cover;
    padding: 20px;
    width: 90%;
    
}
.main_visual{
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.mein_visiual_p1{
    position: absolute;
    top: 8vw;
    left: 10vw;
    font-size: 5.0rem;
    color:#4f4f4f;
    padding: 0 10px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.mein_visiual_p2{
    position: absolute;
    top:44vw;
    left: 50vw;
    font-size: 5.0rem;
    color:#4f4f4f;
    padding: 0 10px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

#seriese{
    background-image: linear-gradient(0deg, rgba(252, 255, 229, 0), rgba(252, 255, 229, 1) 14%, rgba(113, 162, 136, 1));
    /* コンテンツ間のマージン指定 */
    padding-bottom: 50px;
}
.seriese_wrapper{
    max-width: 1000px;
    margin: 0 auto;
}
.seriese_box{
    display: flex;
    justify-content: space-around;
}
.seriesegreen, .seriesebule{    
    text-align: center;
}
.seriesegreen h3, .seriesebule h3{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    /* color: #B67B03; */
    font-size: 2.4rem;
    text-shadow:1px 2px 1px #fff;
}

.seriesegreen div img, .seriesebule div img{
    border-radius: 30px;
    box-shadow: 3px 3px 2px #454545;
    text-align: center;  
}
p.p_title{
    font-size: 2.0rem;
    color: #454545;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
}
.seriesegreen p, .seriesebule p{
    font-size: 1.6rem;
    line-height: 20px;
    margin-top: 10px;
}

#topics{
    margin: 50px 0;
}
.topics_wrapper{
    max-width: 1000px;
    margin: 0 auto;
}
.topics_box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
}
.topics_contents{
    width:320px;
}
.topics_contents p{
    font-size: 1.6rem;
}
.topics_box .topics_contents img{
/* 影をつける */
box-shadow: 3px 3px 1px #454545;
object-fit: cover;
}
#concept{
    background-image: linear-gradient(0deg, rgba(252, 255, 229, 1), rgba(113, 162, 136, 0.816) 10% 90%, rgba(252, 255, 229, 1));
    background-image: url(../image/concept_background.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0;
}
.concept_wrapper{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
/* .awa_top_img{
    background-image: url(../image/awa_top1.png);
    background-repeat: no-repeat;
    background-position:right;
    background-size: contain;
    object-fit: cover;
    position: absolute;
} */

/* アニメーション予定 */
.concept_pbox1{
    text-align: center;
    color: #FFFFF5;
    line-height: 40px;
    font-size:2.4rem;
    padding: 10px;
    margin-bottom: 30px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

}
.concept_box{
    display: flex;
}
.concept_pbox2{
    text-align: left;
    color: #FFFFF5;
    line-height: 25px;
    font-size:1.5rem;
}
.concept_pbox2 .concept_ptitle{
    padding: 15px;
    border: 1px solid #FFFFF5;
    margin-bottom: 20px;
    line-height: 30px;
}

.concept_pbox2 .concept_p{
    margin: 10px 0 0 30px;
    border-bottom: 1px solid #FFFFF5;
    width: 220px;
}

.concept_contents .concept_box .concept_imgbox img{
margin-right: 20px;
object-fit: cover;
}
.concept_imgbox{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.concept_imgbox .concept_batu{
    background-image: url(../image/batu_tb_pc.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:80px;
    height: 80px;
    margin-right: 1vw;
}
#product{
    margin: 50px 0;
}
.product_wrapper{
    width:100%;
    margin: 0 auto;
}
.product_box div{
margin: 10px auto;
width: 90%;
}
.product_box div img {
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}
.shampoo,.treatment,.hairmilk{
    /* border: 1px solid #494949; */
    text-align: center;
    color:#494949;
    width: fit-content;
}
.shampoo dt, .treatment dt,.hairmilk dt{
    font-size: 1.6rem;
    padding: 3px;
}
.shampoo dd, .treatment dd,.hairmilk dd{
font-size:1.4rem;
padding: 3px;
}
#shop{
    background-image: linear-gradient(180deg, rgba(252, 255, 229, 1), rgba(113, 162, 136, 1));
    /* コンテンツ間のマージン指定 */
    padding: 50px 0;
}
.shop_wrapper{
    max-width:1000px;
    margin: 0 auto;
}
.shop_box{
    display: flex;
    justify-content: space-around;   
}
.shop_button div a{
    position: relative;
    text-decoration: none;
    color: #494949;
    display: block;
    border-radius: 50px;
    border: 1px solid #494949;
    padding: 1vw 9vw;
    font-size: 3.0rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-color: #fff;
    margin: 7vw auto;     
    transition: transform .2s;
    &:active{
     transform: scale(.95);
    }
}
.shop_button div a:hover{
    background-color: #494949;
    color: #fff;
}
.shop_box div img{
    object-fit: cover;
}
/* footer-------------------------------------- */
footer{
    background-color: #71A288;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
margin: 10px;
}
.footer_wrapper{
    max-width:1000px;
    margin: 0 auto;
}
footer .logo{
text-align: center;
}
.SNS_box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px auto;
}
.SNS_box li{
    margin: 0 25px;
}
.logo a{
    width: 100;
    height: 100px;
}
.footer_box nav ul{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin: 0 auto;
    text-align: center;
}
.footer_box nav ul li a{
    text-decoration: none;
    list-style: none;
    color: #fff;
    font-size: 2.0rem;
    margin: 20px;
    padding: 20px;
}
small{
    display: block;
    text-align: center;
    color:#fff;
    font-size:1.6rem;
    margin: 30px;
}


@media screen and (max-width:1024px){
    header nav ul{
        display: none;
    }
    header nav{
        width: 100%; 
        margin: 0;
        }
    h1 a img{
        position: absolute;

        width: 50px;
        height: auto;
    } 
    .topics_box .topics_contents img{
        width: 90%;
        height:auto;
    }
    }
@media screen and (max-width:768px){
    .mein_visiual_p1{
        font-size: 3.0rem;
        top: 20%;
    } 
    .mein_visiual_p2{
        font-size:3.0rem;
    }
    #concept{
        background-image: linear-gradient(0deg, rgba(252, 255, 229, 1), rgba(113, 162, 136, 0.816) 10% 90%, rgba(252, 255, 229, 1));
        background-image: url(../image/concept_background_tb.jpg);
        background-position-x: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 50px 0;
    }
    .seriese_box{
        display: block;
    }
    .topics_box{
        display: block;
        text-align: center;
    }
    .topics_contents{
        width:100%;
        margin-bottom:20px ;
    }
    .concept_box{
        display: block;
    }
    .concept_box .concept_imgbox{
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }
    .concept_box .concept_imgbox img{
        width: 25%;
        height: auto;
        margin: 10px;
    }
    .concept_box .concept_p{
        margin: 0 auto;
    }
    .concept_pbox1{
        margin-bottom: 10px;
        font-size: 2.0rem;
    }
    .concept_pbox2 {
        width: 50%;
        margin: 0 auto;
    }
    .awa_bottom_img{
        width: 167.5px;
        height: 168px;
    }
    .awa_top_img{
        width:  181px;
         height: 135px
    }
    .concept_contents .concept_box .concept_imgbox img{
        margin-right: 20px;
    }
    .shop_box{
        display: block;
        text-align: center;
    }
    .shop_button{
        text-align: center;
    }
    .footer_box nav ul li a{
        padding: 0px;
    }
}
@media screen and (max-width:480px){
    h1 a img{
        top:4vw;
        left: 10vw;
    }
    article{
        padding: 20px 0;
    }
    .mein_visiual_p1{
        font-size: 2.0rem;
        top: 140vw;
        left: 3vw;
        color:#FFFFF5;
        background-color: #494949;
    }
    .mein_visiual_p2{
        font-size: 2.0rem;
        top:150vw ;
        left: 4vw;
        color:#FFFFF5;
        background-color: #494949;
    }
    #seriese{
        padding-bottom: 20px;
    }
    .seriesegreen div img, .seriesebule div img{
        width:80%;
        height:auto;
    }
    .seriesegreen h3, .seriesebule h3{
        text-shadow:1px 2px 1px #fff;
    }
    .seriesegreen p, .seriesebule p{
        text-align: left;
        padding: 5px;
        margin: 0 20px;
    }
    p.p_title{
        text-align: center;
        margin-bottom: 5px;
    }
    #topics{
        margin: 0;
    }
    .topics_contents {
        width: 80%;
        margin: 10px auto;
        
    }
    .topics_contents p{
        font-size:1.4rem;
        text-align: left;
    }
    .topics_contents img{
        max-width: 100%;
        min-width:90%;
    }
    #concept{
        /* background-image: url(../image/concept_background.jpg); */
        background-position:top;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
    }
    .concept_pbox1{
        margin-top: 10px;
        color: #FFFFF5;
        font-size: 1.8rem;
        line-height: 30px;
        padding: 10px;
    }
    .concept_pbox2{
        color:#FFFFF5; 
        width: 95%;
    }
    .concept_pbox2 .concept_ptitle{
        border: 1px solid #FFFFF5;
        padding: 10px;
        margin-top: 30px;
        line-height: 30px;
    }
    .concept_pbox2 .concept_p{
        border-bottom: 1px solid #FFFFF5;
        margin: 0 auto;
    }
    .concept_box .concept_imgbox img{
        width: 30%;
        height: auto;
        margin-right: 0;
        margin: 10px;
    }
    .concept_imgbox .concept_batu{
        width: 50px;
        height: 50px;
    }
    .concept_p p{
        text-align: left;
    }
    #product{
        margin: 0;
    }
    .shampoo,.treatment,.hairmilk{
        border: none;
        margin: 0;
        padding: 0;
    }
    #shop{
        padding: 20px 0;
    }
    .shop_button{
        margin:  0 10%;
    }
    .shop_button button{
        width: 300px;
        margin-bottom: 20px;
    }
    .shop_box div img{
        width: 70%;
        height: auto;
    }
    .footer_box nav ul {
        display: block;
    }
    .footer_box nav ul li {

        margin: 10px;
    }
    .footer_box nav ul li a{
        padding: 10px;
    }
}

