/*font_Noto Sans*/
@font-face {
    font-family: 'Noto Sans Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'),
        url(../fonts/NotoSans-Regular.woff) format('woff'),
        url(../fonts/NotoSans-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'),
        url(../fonts/NotoSans-Bold.woff) format('woff'),
        url(../fonts/NotoSans-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Light';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'),
        url(../fonts/NotoSans-Light.woff) format('woff'),
        url(../fonts/NotoSans-Light.otf) format('opentype');
}
html, body, div, p, ul, li , span, h1, h2, h3, h4, h5, a, button section{
    margin:0;
    padding:0;
    font-family: 'Noto Sans Regular', sans-serif;
}
img{
    vertical-align: top;
}
a, button{
    background:none;
    margin:0;
    padding:0;
    border:none;
    outline: none;;
    cursor: pointer;
}
a, a:hover{
    text-decoration:none;
}
.wrapper {
    overflow: hidden;
    margin:0 auto;
}
header{
    width:100%;
    height:18vw;
    background:#ffffff;
}
header h1 {
    width:28.875vw;
    height:6.875vw;
    padding:6.875vw 0 0 5vw;
    text-align: left;
}
header h1 a{
    display: block;
    width:100%;
    height:100%;
}
header h1 a img{
    width:100%;
}

.contents img{
    width:100%;
}
.contents .top_conts {
    width:100%;
    height:58.500000000vw;
    background:#f1f1f1 url(../img/bg_top_conts.png) no-repeat 0 0;
    background-size:cover;
}
.contents .top_conts p {
    line-height: 5vw;
    letter-spacing: -0.025em;
    padding-left:5vw;
    font-size: 3.750vw;
    color:#1d1110;
}
.contents .top_conts p span{
    line-height: 5vw;
    letter-spacing: -0.025em;
    font-size: 3.750vw;
    color:#00c7b1;
}
.contents .top_conts p.tit{
    line-height: 100%;
    padding:10vw 0 5vw 5vw;
    text-align: left;
    font-size: 4.750vw;
    color:#1d1110;
    font-family: 'Noto Sans Bold', sans-serif;
}
.contents .top_conts p.tit span{
    line-height: 100%;
    padding:0;
    text-align: left;
    font-size: 4.750vw;
    color:#1d1110;
    background:url(./../img/bg_top_content_tit.png) no-repeat 0 100%;
    background-size:14.500000000vw 3.125000000vw;
    font-family: 'Noto Sans Bold', sans-serif;
}
.contents .top_conts p.desc{
    line-height: 4.375vw;
    padding-top:3.125vw;
    font-size: 3.125vw;;
    font-family: 'Noto Sans Light', sans-serif;
}

.contents .middle_conts {
    width:100%;
    height:125vw;
    background:#ffffff;
}
.contents .middle_conts .swiper{
    position: relative;
    width:100%;
    height:100%;
}
.contents .middle_conts .swiper-slide {
    position: relative;
    width:100%;
    height:111.125vw !important
}
.contents .middle_conts .swiper-slide.slide01 .btn_agree_kt{
    position: absolute;
    bottom:-4.375000000vw;
    left:50%;
    margin-left:-24.125000000vw;
    width:48.250000000vw;
    height:10.125000000vw;
    display: block;
    outline:none;
    padding:0;
}
.contents .middle_conts .swiper-slide.slide01 .btn_agree_kt img{
    width:48.250000000vw;
    height:10.125000000vw;
}
.middle_conts .swiper .swiper-button-prev, 
.middle_conts .swiper .swiper-button-next {
    position: absolute;
    top:53.125vw;
    width:4.875vw;
    height:8.250vw;
}
.middle_conts .swiper .swiper-button-disabled {
    opacity: 0;
}
.middle_conts .swiper .swiper-button-prev::after,
.middle_conts .swiper .swiper-button-next::after {
    display: none;
}
.middle_conts .swiper .swiper-button-prev{
    left:5.250vw;
    background:url(../img/btn_step_prev.png) no-repeat center center;
    background-size:cover;
}
.middle_conts .swiper .swiper-button-next{
    right:5.250vw;
    background:url(../img/btn_step_next.png) no-repeat center center;
    background-size:cover;
}
.contents .bottom_conts {
    position: relative;
    width:100%;
    height:38vw;
    background:url(../img/bg_bottom_contents.png) no-repeat center center;
    background-size:cover;
}
.contents .bottom_conts a{
    display: block;
    position: absolute;
    top:21.5vw;
    width:27.125vw;
    height:7.625vw;
}
.contents .bottom_conts p{
    line-height: 100%;
    padding:8.750vw 0 0 5vw;
    color:#1d1110;
    font-size: 4.375vw;
    text-align: left;
    font-family: 'Noto Sans Bold', sans-serif;
}
.contents .bottom_conts span{
    display: block;
    line-height: 100%;
    padding:1.875vw 0 0 5vw;
    color:#1d1110;
    font-size: 3.5vw;
    text-align: left;
    /* font-family: 'Noto Sans Bold', sans-serif; */
}
.contents .bottom_conts a.btn_google_play{
    left:5vw;
}
.contents .bottom_conts a.btn_app_store{
    left:34vw;
}