/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald:500&display=swap');
.oswald{
    font-family: 'Oswald', sans-serif;
}
main{
    counter-reset: number;
}
main img{
    max-width: 100%;
}
.top h2{
    width: 90%;
    margin: auto;
}
.top{
    text-align: center;
    margin-bottom: 5em;
}
.gentei{
    color: #fff;
    margin-bottom: 1em;
    padding: 5px 2em;
    background: #FC6902;
    border-radius: 30px;
    display: inline-block;
}
.product_wrap .title{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4;
    transform: translate(-50%,-50%);
}
.product_wrap .layer{
    position: relative;
    margin-bottom: 5em;
}
.product_wrap .layer::before,
.product_wrap .layer::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position:absolute;
    top:50%;
    left:50%;
}
.product_wrap .layer::before{
    background: #fff;
    transform: translate(-50% , -50%) rotate(2deg);
    z-index: 2;
}
.product_wrap .layer::after{
    background: #8AD0F9;
    transform: translate(-50% , -50%) rotate(4deg);
    z-index: 1;
}
.product_wrap .illust img{
    max-width: 150px;
}
.product_wrap .illust{
    text-align: right;
}
.product_inner{
    position: relative;
    z-index: 3;
    background: url("../../img/contents/uvcareproducts/sky.jpg") center /cover no-repeat;
    padding: 5em;
}
.product_box {
    width: 33.333%;
    position: relative;
}
.product_img{
    width: 50%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.bijouroi .product_img{
    margin-bottom: -50px;
}
.bijouroi.product_box{
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-bottom: 30%;
}
.adenovital.product_box{
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 50%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	-webkit-align-content: center;
			align-content: center;
}
.adenovital .product_img{
    width: 50%;
    margin-left: 0;
}
.adenovital .product_caption{
    width: 60%;
    align-self: flex-end;
    margin-left: -40%;
    margin-right: 10%;
}
.mieufa.product_box{
    -webkit-align-self: flex-start;
    align-self: flex-start;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: -20%;
}
.mieufa .product_img{
    margin-top: -10%;
}
.product_caption{
    text-align: left;
    padding: 2em;
    background-color: rgba(68, 181, 248, 0.4);
}
.product_caption .maker{
    display: inline-block;
    border: 1px solid ;
    padding: 0 1em;
}
.top_caption{
    padding: 3em 5em;
    background: #E1E1E1;
    position: relative;
}
.top_caption .illust{
    position: absolute;
    right: 0;
    bottom: auto;
}
.productinfo .number{
    text-align: center;
    margin-bottom: 2em;
    color: #f39800;
}
.productinfo .number::before{
    content: "";
    width: 135px;
    height: 60px;
    margin: auto;
    display: block;
    background: url("../../img/contents/uvcareproducts/burn.png") center /contain no-repeat;
}
.productinfo .number::after{
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    display: block;
    font-size: 400%;
    line-height: 1;
}
.productinfo .keyV{
    padding: 6em;
    margin-bottom: 3em;
}
.productinfo .title_box{
    text-align: center;
    background: rgba(255,255,255,.7);
    padding: 3em;
}
.productinfo .title_box .yomi{
    margin-bottom: 2em;
}
.productinfo.adenovital .keyV{background: url("../../img/contents/uvcareproducts/adenovital/keyV.jpg") center /cover no-repeat;}
.productinfo.bijouroi .keyV{background: url("../../img/contents/uvcareproducts/bijouroi/keyV.jpg") center /cover no-repeat;}
.productinfo.mieufa .keyV{background: url("../../img/contents/uvcareproducts/mieufa/keyV.jpg") center /cover no-repeat;}
.productinfo .title_box h2{
    font-size: 4rem;
}
.item_box{
    padding: 3em;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.item_img{
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    padding: 3em;
}
section:not(.adenovital) .item_img p:not(.uvtag) img{
    width: 80%;
}
.item_img .uvtag{
    position: absolute;
    top: -2em;
    left: 0;
}
.item_caption{
    width: 50%;
    float: left;
}
.item_caption .item_data .en{
    display: inline-block;
    border: 1px solid;
    padding: 2px 1em;
    margin-bottom: .5em;
}
.item_caption .item_data .name{
    margin-bottom: 1em;
}
.item_caption .item_data .caption{
    margin-top: 1em;
}
.item_caption .item_data{
    margin-bottom: 2em;
}
.other_item_caption {
    width: 50%;
    float: left;
}
.other_item_caption .caption{
    margin-bottom: 1em;
}
.other_item_caption .item_spf{
    padding: 1em;
    background: #EFDFC4;
    border-radius: 15px;
}
.hairstyle{
    background-color: #f3f9fd;
    padding: 3em;
    margin: 5em auto;
}
.style_wrap.flexbox{
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.bijouroi .style_box,
.mieufa .style_box{
    width: 40%;
}
.style_box{
    width: 32%;
}
.style_img{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-bottom: -2em;
}
.style_caption{
    width: 90%;
    padding: 2em;
    position: relative;
    text-align: right;
}
.style_box:nth-child(1) .style_caption{
    background-color: rgba(255, 255, 255, 0.7);    
}
.style_box:nth-child(2) .style_caption{
    background-color: rgba(248, 172, 122, 0.45);   
}
.style_box:nth-child(3) .style_caption{
    background-color: rgba(173, 149, 134, 0.45);
}
.style_caption .itempoint{
    position: absolute;
    top: 1em;
    right: -1em;
}
.style_caption dl{
    padding-top: 2em;
    margin-bottom: 1em;
    text-align: left;
}
.style_caption dl dt{
    margin-bottom: 1em;
    margin-top: 1em;
}
.btn_wrap em{
    font-size: 130%;
    margin-left: 3px;
}
.btn_wrap{
    position: relative;
    display: inline-block;
}
.btn_wrap::after{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
}
.btn_wrap .btn{
    color: #312412;
    display: inline-block;
    padding: 3px 2em;
    position: relative;
    z-index: 1;
    transition: transform .3s ease;
}
.style_box:nth-child(1) .btn_wrap::after{border: 1px solid #F4D2BB;}
.style_box:nth-child(1) .btn{background: #F4D2BB;}
.style_box:nth-child(2) .btn_wrap::after{border: 1px solid #fff;}
.style_box:nth-child(2) .btn{background: #fff;}
.style_box:nth-child(3) .btn_wrap::after{border: 1px solid #fff;}
.style_box:nth-child(3) .btn{background: #fff;}
.btn_wrap .btn:hover{
    transform: translate(5px, 5px)
}
.writer_box{
    max-width: 500px;
    width: 90%;
    margin: auto;
    padding: 3em;
    border: 1px solid;
}
.writer_img{
    width: 30%;
}
.writer_caption{
    width: 60%;
}
.writer_caption dt{
    margin-bottom: 1em;
}
.writer_img img{
    border-radius: 50%;
}
@media screen and (max-width:768px){
    .product_box{
        width: 50%;
    }
    .adenovital .product_caption{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .adenovital .product_img{
        margin-left: auto;
        margin-bottom: -3em;
    }
    .mieufa.product_box{
        margin-left: 0;
        margin-right: auto;        
    }
    .bijouroi .style_box,
    .mieufa .style_box,
    .style_box{
        width: 50%;
        margin-bottom: 3em;
    }
    .hairstyle .inner1150{
        width: 100%;
    }
}
@media screen and (max-width:480px){
    .product_wrap .layer::before{
        transform: translate(-50% , -50%) rotate(1deg);
    }
    .product_wrap .layer::after{
        transform: translate(-50% , -50%) rotate(2deg);
    }
    .product_inner{
        padding: 5em 2em;
    }
    .bijouroi.product_box{
        margin-bottom: 3em;
    }
    .product_box{
        margin-bottom: 3em;
    }
    .product_box,
    .adenovital.product_box{
        width: 100%;
    }
    .mieufa.product_box{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .mieufa .product_img{
        margin-top: 0;
        margin-bottom: -3em;
    }
    .product_img,
    .adenovital .product_img{
        width: 30%;
    }
    .top_caption{
        padding: 3em 2em;
        text-align: left;
    }
    .productinfo .keyV{
        padding: 3em;
    }
    .productinfo .title_box{
        padding:3em 2em;
    }
    .productinfo .title_box h2{
        font-size: 1.8rem;
    }
    .item_img .uvtag{
        width: 60px;
    }
    .item_box.inner800{
        width: 100%;
    }
    .item_box{
        padding: 2em;
    }
    .item_img{
        padding: 3em 0;
        width: 40%;
    }
    .adenovital .item_img{
        padding-left: 2em;
        padding-right: 2em;
    }
    .bijouroi .style_box,
    .mieufa .style_box, 
    .style_box{
        width: 100%;
    }
    .item_caption,
    .adenovital .other_item_caption{
        /*width: 60%;*/
        float: right;
    }
    .bijouroi .other_item_caption,
    .mieufa .other_item_caption{
        width: 100%;
    }
}
