@charset "utf-8";

/*heddda-*/
#header .logo{
    width: 100%;
    max-width: 120px;
    line-height: 0;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 50;
}

#header .logo a{
    display: block;
}

/*sp*/

@media screen and (max-width: 767px){
    
    #header .logo{
        max-width: 85px;
    top: 20px;
    left: 20px;
    }
}


/*main*/

.mainvisual img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    
}

/*sp*/

@media screen and (max-width: 767px){
    .mainvisual img{
        height: 480px;
    }
}


/*concept*/

.wrapper{
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

.concept{
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.concept .img{
    max-width: 720px;
}

.concept .text{
    max-width: 600px;
    background-color: rgba(253,248,248,0.8);
    padding: 40px;
    position: absolute;
    top: 325px;
    right: 0;
}

.concept .text .section-title{
    font-family: 'yumincho','yu mincho',serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}

.concept .text .description{
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

/*sp*/

@media screen and (max-width: 767px){
   
.concept{
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
}

.concept .img{
    margin-bottom: 30px;
}

.concept .text{
    background-color: transparent;
    padding: 0;
    position: static;
}

.concept .text .section-title{
    font-size: 24px;
}
}

/*product*/

.new-products{
    background-color: #f4eeea;
    padding: 130px 0;
}

.new-products .section-title{
    font-family:'yumincho','yu mincho',serif ;
    font-size: 80px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 40px;
}

.new-products .img-group{
    height: 890px;
    position: relative;
}

.new-products .img-group .img1{
    max-width: 350px;
    position: absolute;
    top: 150px;
    left: 42%;
    z-index: 30;
}

.new-products .img-group .img2{
    max-width: 400px;
    position: absolute;
    top: 250px;
    left: 15%;
    z-index: 20;
}

.new-products .img-group .img3{
    max-width: 480px;
    position: absolute;
    top: 670px;
    left: 40%;
    z-index: 10;
}

.new-products .img-group .circle{
    width: 90px;
    height: 90px;
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: -45px;
    right: -13%;
    z-index: 40;

}

/*sp*/

@media screen and (max-width: 767px){

    .new-products{
        padding: 40px 0;
    }

    .new-products .section-title{
        font-size: 40px;
        margin-bottom: 30px;
    }

    .new-products .img-group{
        height: auto;
        position: static;
    }

    .new-products .img-group .img1{
        margin: 0 auto 20px;
        position: relative;
        top: auto;
        left: auto;

    }

       .new-products .img-group .img2{
        margin: 0 auto 20px;
      position: static;

    }

       .new-products .img-group .img3{
        margin: 0 auto ;
      position: static;

    }

    .new-products .img-group .circle{
        width: 70px;
        height: 70px;
        font-size: 16px;
        top: -13px;
        right: -13px;
    }

}


/*newtype*/

.new-type{
    display: flex;
    align-items: center;
    padding: 130px 0;
}

.new-type .text{
    width: 50%;
}

.new-type .text .text-inner{
    max-width: 520px;
    padding: 0 60px 0 20px;
    margin-left: auto;
}

.new-type .text .section-title{
    font-family:'yumincho','yu mincho',serif ;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}

.new-type .text .description{
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.new-type .img{

width: 50%;
}

.new-type .img img{
    height: 480px;
    object-fit: cover;
    object-position: left;
}


/*sp*/

@media screen and (max-width: 767px){


    .new-type{
        flex-direction: column;
        padding: 40px 20px;
    }

    .new-type .text{
        width: 100%;
        margin-bottom: 30px;
    }

    .new-type .text .text-inner{
        max-width: 100%;
        padding: 0;
    }

    .new-type .img{
        width: 100%;
    }

    .new-type .img img{
        height: auto;
object-fit: contain;
    }
}

/*onlinestore*/

.onlinestore{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/back.jpg);
    background-color: rgba(255, 255, 255, 0.684);
    background-blend-mode: lighten;
    background-position: center top;
    background-size: cover;
}

.onlinestore .box{
    width: 100%;
    max-width:500px ;
    background-color: rgba(0,0,0,0.5);
    padding: 50px 0;
    text-align: center;
}

.onlinestore .box .title{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;

}

.onlinestore .box .btn{
    background-color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    position: relative;
}

.onlinestore .box .btn::after{
    content: "";
    width: 40px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 20px;
    right: -20px;

}

/*sp*/

@media screen and (max-width: 767px){
    .onlinestore{
        height: auto;
        padding: 20px;
    }

    .onlinestore .box .title{
        font-size: 24px;
    }
}

/*footer*/

#footer{
    background-color: #666666;
    padding: 30px 0;
}

#footer .inner{

    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .logo{
    max-width: 130px;
}

#footer .copyright{
    color: #fff;
    font-size: 12px;
}

/*sp*/

@media screen and (max-width: 767px){
    #footer{
        padding: 15px 0;
    }

    #footer .logo{
        max-width: 80px;
    }
}