@font-face {
    /*フォントの名前*/
    font-family: "diamor";
    /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
    src: url("../../html/template/default/assets/fonts/diamor-webfont.woff2") format("woff2"),
        url("../../html/template/default/assets/fonts/diamor-webfont.woff") format("woff");
}

.main{
    max-width: 1300px;
    margin: 0 auto;
}
.main img{
    width: 100%;
}
.main a{
    display: block;
}
.main li{
    list-style-type: none;
}
.main figure{
    margin: 0;
    text-align: center;
    display: inline;
}
.main figcaption{
    display: inline;
}
.main p{
    font-size: 14px;
}
@media(min-width:768px){
    .main p{
        font-size: 18px;
    }
}
@media(min-width:1024px){
    .main p{
        font-size: 20px;
    }
}
/*ふわっと*/
.fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
}
/*hero部分ここから*/
.hero{
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 90vw;
    position: relative;
    max-height: 1300px;
}
.top_rabbit{
    position: absolute;
    width: 35%;
    left: 5%;
    bottom: 30%;
    margin: auto;
}
.top_text{
    width: 100%;
    margin: 20px 0;
    line-height: 1.5;
}
.tac{
    text-align: center;
    display: block;
}
.orange{
    color: orange;
    background-repeat: no-repeat;
}
/* 点滅 */
.chika{
    width: 100%; 
}
.chika{
    -webkit-animation:blink 2.0s ease-in-out infinite alternate;
    -moz-animation:blink 2.0s ease-in-out infinite alternate;
    animation:blink 2.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@media(min-width:768px){
    .top_flex{
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 15%;
        left: 0;
        right: 0;
    }
    .top_rabbit{
        position: relative;
        flex: 0 0 30%;
    }
}

/*hero部分ここまで*/
/*マルチオイルここから*/
#multioil{
    margin-top: 70px;
}
#oil_title{
    text-align: center;
}
.main h2{
    display: inline-block;
    margin: .5em 0;
    width: 60%;
}
#rabbit_img{
    width: 25%;
    display: inline-block;
    max-width: 170px;
}
#line{
    width: 100%;
}
#chika1,#chika2{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60vw;
    max-height: 800px;
    position: absolute;
/*    z-index: -1;*/
}
#oil_main{
    width: 40%;
    margin: 0 auto;
}
#oil_copy {
    text-align: center;
    width: 60%;
    margin: auto;
}
#oil_copy p{
    font-family: "shigotomemo";
    font-size: 6vw;
}
.sub_copy{
    width: 30%;
    font-size: 10px;
    margin: 0 25px 0 auto;
}
/* 点滅 */
#chika1,#chika2{
    width: 100%; 
    max-width: 1300px;
    margin: 0 auto;
}
#chika1{
    -webkit-animation:blink 2.0s ease-in-out infinite alternate;
    -moz-animation:blink 2.0s ease-in-out infinite alternate;
    animation:blink 2.0s ease-in-out infinite alternate;
}
#chika2{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

@media(min-width:768px){
    #multioil{
        margin-top: 0px;
    }
    #oil_title h2{
        font-size: 60px;
    }
    .br768{
        display: none;
    }
}
@media(min-width:1024px){
    #oil_copy p{
        font-size: 40px;
    }
}
/*マルチオイルここまで*/
/*こだわりのキンモクセイ ここから*/
#kodawari{
    display: flex;
    align-items:center;
    justify-content: center;
}
#flower{
    width: 30%;
}
#kodawari_right{
    width: 70%;
}
#kodawari_right h2{
    margin: 0;
}
#kodawari_right .br768{
    display: none;
}
@media(min-width:768px){
    #kodawari{
        max-width: 80%;
        margin: 0 auto;
    }
    #kodawari_right{
        padding-left:1em;
    }
    #kodawari_right h2{
        font-size: 60px;
        padding-left: .5em;
    }
    #kodawari_right p{
        padding-left: 1em;
    }
    #kodawari_right .br768{
        display: block;
    }
}
@media(min-width:1024px){
    #kodawari_right h2{
        padding-left: .5em;
        margin: .3em 0;
    }
}
/*こだわりのキンモクセイ ここまで*/
/*成分ここから*/
#seibun{
    background-size: contain;
    background-position: center;
    height: 100vw;
    max-height: 800px;
    background-repeat: no-repeat;
    position: relative;
}
#oil_logo{
    width: 40%;
    max-width: 300px;
    top: 5%;
    position: absolute;
}
.seibun{
    position: relative;
}
.pc{
    display: none;
}
.seibun_sp{
    display: block;
}
.seibun_sp h3{
    width: 20%;
    margin: .3em;    
}
.figurewrapper{
    text-align: center;
}
.seibun_sp figure img{
    display: inline-block;
    width: 20%;
}
.seibun_sp figucaption{
    display: inline-block;
}
@media(min-width:768px){
    .pc{
        display: block;
    }
    .seibun_sp{
        display: none;
    }
.seibun{
    position: absolute;
}
.seibun figure img{
    display: inline;
    width: 20%;
}
    #seibun{
        margin: 30px 0;
    }
#himashi{
    width: 30%;
    left: 0;
    bottom: 15%;
}
#tsubaki{
    width: 43%;
    right: 0;
    top: 10%;
}
#hohoba{
    width: 38%;
    right: 0;
    bottom: -6%;
    }
}
/*成分ここまで*/
/*植物由来97.5ここから*/
#shokubutsu_sideline{
    background-position: center;
    background-size: contain;
    height: 40vw;
    max-height: 250px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
#shokubutsu h2{
    font-family: inherit;
    font-weight: normal;
    font-size: .8em;
    line-height: 2;
    text-align: left;
}
#shokubutsu .s975{
    font-family: "shigotomemo";
    font-size: 2em;
}
#shokubutsu .line_bg{
    padding: .8em;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
#shokubutsu .line_bg img{
    width: 50%;
    vertical-align: baseline;
}
.tar{
    text-align: right;
}
#shokubutsu h4{
    font-family: 'Allerta', sans-serif;
}
#shokubutsu h4::first-letter{
    font-family: "diamor",'Allerta', sans-serif;
    font-size: 2em;
}
.photo{
    margin-top: 30px;
}
.photo:first-of-type{
    margin-top: 0px;
}
/*追加*/
.video{
    text-align: center;
}
@media(min-width:1000px){
    .video{
        display: flex;
    }
}

@media(min-width:768px){
    #shokubutsu h2{
        font-size: 1.5em;
    }
    #shokubutsu article{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin: 20px auto;
        max-width: 1000px;
    }
    #shokubutsu article h4{
        flex: 40%;
        text-align: center;
        font-size: 20px;
    }
    #shokubutsu article p{
        flex: 60%;
    }
    .photo,.line{
        width: 70%;
        margin-left:auto;
        margin-right:auto;
        max-width: 1000px;
    }
}
@media(min-width:1024px){
    #shokubutsu article h4{
        font-size: 30px;
    }
}
/*植物由来97.5ここまで*/
