@charset "utf-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
    display: block;
}
ul li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
body{
    line-height: 1;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
select,option,input:not([type=checkbox]):not([type=radio]),textarea,button{
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
    content: '';
    content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
    cursor: pointer;
}
:focus{
    outline: none;
}

/*--------------------------------
base
--------------------------------*/
body{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1.6;
    font-size: 16px;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
}
.h1{
    margin: 0 16px;
    font-size: 22px;
    font-weight: bold;
    color: white;
}
.h2{
    margin: 0;
    padding: 0 50px;
    display: block;
    background: url(../images/heading-left.webp) no-repeat left 2px bottom 5px / 50px, url(../images/heading-right.webp) no-repeat right 2px bottom 5px / 50px, -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
    background: url(../images/heading-left.webp) no-repeat left 2px bottom 5px / 50px, url(../images/heading-right.webp) no-repeat right 2px bottom 5px / 50px, linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
    position: relative;
    text-align: center;
    font-size: 18px;
    color: white;
}
.h2::before,
.h2::after{
    height: 100%;
    background: #ff0099;
    top: 0;
    bottom: 0;
}
.h2::before{
    width: 18px;
    height: calc(100% - 39px);
    left: -21px;
    bottom: -1px;
}
.h2::after{
    width: 10px;
    box-shadow: 0 2px 2px rgba(9,1,3,0.2);
    right: -12px;
}
.h2 .inner{
    padding: 8px 0;
    height: 100%;
    display: block;
    position: relative;
}
.h2 .inner::before,
.h2 .inner::after{
    width: 36px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -36px;
}
.h2 .inner::before{
    background-image: url(../images/heading-top.webp);
    top: -2px;
}
.h2 .inner::after{
    background-image: url(../images/heading-btm.webp);
    bottom: -3px;
}
.wrap{
    margin: 0 auto;
    max-width: 750px;
    overflow: hidden;
}
.section{
    margin-bottom: 32px;
}
.section .img-box{
    margin-bottom: 16px;
}
.section .text{
    margin: 0 16px 16px;
}
.big1,
.big2,
.big3{
    line-height: 1.4;
}
.big1{
    font-size: 18px;
}
.big2{
    font-size: 20px;
}
.big3{
    font-size: 26px;
}
.pink{
    color: #c800ff;
}
.purple{
    color: #cc33ff;
}
.white{
    color: #fff;
}
.gray{
    color: #999;
}
.yellow{
    color: #ffff00;
}
.bold{
    font-weight: bold;
}
.marker{
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.bg-pink,
.bg-black{
    padding: 4px 8px;
    line-height: 1.6;
}
.bg-pink{
    background: #be37eb;
}
.bg-black{
    background: #000;
}
.bg-gray{
    background: #666;
}
.breadcrumbs .item::before,
.breadcrumbs .item::after,
.select .list-box .li::before{
    margin: auto;
    content: "";
    position: absolute;
}
.mbr{
    display: none;
}

/*--------------------------------
contents
--------------------------------*/
.header .inner{
    padding: 16px 28px;
    background: #000;
    text-align: center;
}
.header .breadcrumbs{
    padding: 8px 16px;
    background: #333;
    display: flex;
}
.header .breadcrumbs .item{
    padding: 0 22px 0 24px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    color: #ccc;
}
.header .breadcrumbs .item::before,
.header .breadcrumbs .item::after{
    top: 0;
    bottom: 0;
}
.header .breadcrumbs .item::before{
    width: 18px;
    height: 18px;
    background: url(../images/folder-icon.webp) no-repeat left center / contain;
    left: 0;
}
.header .breadcrumbs .item::after{
    content: ">";
    right: 8px;
}
.header .breadcrumbs .item:last-child{
    padding: 0 0 0 24px;
    flex: 1;
}
.header .breadcrumbs .item:last-child::after{
    display: none;
}
.hero .data{
    margin: 0 16px 16px;
    text-align: right;
    color: white;
}
.hero .data .mr{
    margin-right: 8px;
}
.hero .title{
    margin-bottom: 16px;
    padding: 16px 0;
    background: url(../images/title-bg.webp) no-repeat center / cover;
    text-shadow: 0 0 8px black, 0 0 8px black, 0 0 8px black, 0 0 8px black;
}
.h1 .big{
    font-size: 24px;
}
.beauty .img-box,
.video .img-box{
    margin: 16px 32px;
    text-align: center;
}
.select .list-box{
    margin-bottom: 16px;
    padding: 16px;
    background: #fae8ff;
}
.select .list-box .text{
    margin: 0;
}
.select .list-box .li{
    margin-left: 10px;
    position: relative;
    line-height: 1.5;
}
.select .list-box .li::before{
    width: 4px;
    height: 4px;
    background: #c800ff;
    border-radius: 4px;
    top: 11px;
    left: -10px;
}
.which .table-box{
    margin-bottom: 16px;
    padding: 0 16px;
}
.which .table{
    width: 100%;
}
.which .table .th,
.which .table .td{
    padding: 6px 4px;
    border: solid 1px white;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}
.which .table .th:first-child{
    padding: 4px 8px;
    background: #be37eb;
    font-weight: normal;
    color: white;
}
.which .table .th:first-child.none{
    background: white;
}
.which .table .th .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.which .table .td{
    width: 50%;
}
.which .table .td.bg-pink{
    background: #c063de;
}
.which .table .td.bg-gray{
    background: #8d8d8d;
    font-weight: normal;
}
.btn-box{
    margin: 0 16px 16px;
    padding: 4px;
    background: -webkit-linear-gradient(top, rgba(144,95,39,1) 0%,rgba(188,148,52,1) 25%,rgba(245,238,158,1) 50%,rgba(188,148,52,1) 75%,rgba(144,95,39,1) 100%);
    background: linear-gradient(to bottom, rgba(144,95,39,1) 0%,rgba(188,148,52,1) 25%,rgba(245,238,158,1) 50%,rgba(188,148,52,1) 75%,rgba(144,95,39,1) 100%);
    border-radius: 12px;
}
.btn-box a{
    margin: auto;
    padding: 8px 38px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/btn-left.webp) no-repeat left 2px bottom 2px / 35px, url(../images/btn-right.webp) no-repeat right 2px bottom 2px / 35px, url(../images/btn-light.webp) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(255,0,153,1) 0%,rgba(39,13,29,1) 100%);
    background: url(../images/btn-left.webp) no-repeat left 2px bottom 2px / 35px, url(../images/btn-right.webp) no-repeat right 2px bottom 2px / 35px, url(../images/btn-light.webp) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(255,0,153,1) 0%,rgba(39,13,29,1) 100%);
    border-radius: 8px;
    position: relative;
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.footer{
    padding: 16px;
    background: #000;
    font-size: 14px;
    text-align: center;
    color: white;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:359px){
    .mbr{
        display: block;
    }
    .h2{
        font-size: 16px;
    }
    .btn-box a{
        font-size: 18px;
    }
}

/*--------------------------------
media query iphone landscape
--------------------------------*/
@media screen and (min-width:415px){
    .lbrn{
        display: none;
    }
    .header .inner{
        padding: 16px 128px;
    }
    .which .table .th,
    .which .table .td{
        font-size: 16px;
        line-height: 1.6;
    }
    .btn-box{
        margin: 0 32px 16px;
    }
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width:768px){
    body{
        font-size: 25px;
    }
    .tbr{
        display: block;
    }
    .h1{
        margin: 0 32px;
        font-size: 46px;
    }
    .h1 .big{
        font-size: 46px;
    }
    .h2{
        padding: 0 92px;
        background: url(../images/heading-left.webp) no-repeat left 2px bottom 4px / 90px, url(../images/heading-right.webp) no-repeat right 2px bottom 4px / 90px, -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
        background: url(../images/heading-left.webp) no-repeat left 2px bottom 4px / 90px, url(../images/heading-right.webp) no-repeat right 2px bottom 4px / 90px, linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
        font-size: 31px;
    }
    .h2::before{
        width: 26px;
        height: calc(100% - 57px);
        left: -31px;
        bottom: -1px;
    }
    .h2::after{
        width: 19px;
        box-shadow: 0 2px 2px rgba(9,1,3,0.2);
        right: -23px;
    }
    .h2 .inner::before,
    .h2 .inner::after{
        width: 54px;
        height: 31px;
        left: -54px;
    }
    .h2 .inner::before{
        background-image: url(../images/heading-top-tablet.webp);
        top: -1px;
    }
    .h2 .inner::after{
        background-image: url(../images/heading-btm-tablet.webp);
        left: -51px;
        bottom: -3px;
    }
    .section{
        margin-bottom: 64px;
    }
    .section .img-box{
        margin-bottom: 32px;
    }
    .section .text{
        margin: 0 32px 32px;
    }
    .big1,
    .big2,
    .big3{
        line-height: 1.4;
    }
    .big1{
        font-size: 30px;
    }
    .big2{
        font-size: 36px;
    }
    .big3{
        font-size: 44px;
    }
    .bg-pink,
    .bg-black{
        padding: 8px 4px;
        line-height: 1.6;
    }
    .header .inner{
        padding: 24px 168px;
    }
    .header .breadcrumbs{
        padding: 8px 32px;
    }
    .header .breadcrumbs .item{
        padding: 0 30px 0 34px;
        font-size: 26px;
    }
    .header .breadcrumbs .item::before{
        width: 27px;
        height: 21px;
    }
    .header .breadcrumbs .item:last-child{
        padding: 0 0 0 24px;
    }
    .header .data{
        margin: 0 32px;
    }
    .header .data .mr{
        margin-right: 24px;
    }
    .hero .title {
        margin-bottom: 32px;
        padding: 32px 0;
    }
    .beauty .img-box,
    .video .img-box {
        margin: 32px 64px;
    }
    .select .list-box{
        margin-bottom: 32px;
        padding: 32px;
    }
    .select .list-box .li{
        margin-left: 30px;
    }
    .select .list-box .li::before{
        width: 8px;
        height: 8px;
        border-radius: 8px;
        top: 20px;
        left: -19px;
    }
    .which .table-box{
        margin-bottom: 32px;
        padding: 0 32px;
    }
    .which .table .th,
    .which .table .td{
        border: solid 2px white;
        font-size: 25px;
    }
    .which .table .th:first-child{
        padding: 4px 26px;
    }
    .btn-box{
        margin: 0 50px 32px;
    }
    .btn-box a{
        padding: 16px 76px;
        min-height: 88px;
        background: url(../images/btn-left.webp) no-repeat left 4px bottom 4px / 49px, url(../images/btn-right.webp) no-repeat right 4px bottom 4px / 49px, url(../images/btn-light-tablet.webp) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(255,0,153,1) 0%,rgba(39,13,29,1) 100%);
        background: url(../images/btn-left.webp) no-repeat left 4px bottom 4px / 49px, url(../images/btn-right.webp) no-repeat right 4px bottom 4px / 49px, url(../images/btn-light-tablet.webp) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(255,0,153,1) 0%,rgba(39,13,29,1) 100%);
        border-radius: 8px;
        font-size: 40px;
    }
    .footer{
        padding: 24px;
        font-size: 20px;
    }
}