/* =========================================================
    kv
========================================================= */
.main_kv{
    background:url(../img/bg.jpg) repeat center;
    background-size: 100%;
    height: auto;
    width: 100%; 
    padding-bottom: 80px;
}
.main_kv_tit {
    max-width: 1413px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
}
.main_kv_tit img {
    width: 100%;
    height: auto;
}

.main_kv_tit_sp {
    max-width: 811px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 10px 0;
}
.main_kv_tit_sp img {
    width: 100%;
    height: auto;
}

/*user_point BOX*/
.userstate_box{
    font-size: clamp(12px, 1.1vw, 20px);
    background: #fff;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: 600;
    width: clamp(300px, 17vw, 500px);
    position: absolute;
    left: 0;
    top: 10px;
}
.user_box{
    background: #000046;
    padding: 0 0 10px 0; 
}
.user_name{
    background: #fff;
    color: #000;
    margin: 0 0 10px 0;
    padding: 5px;
    overflow-wrap: break-word;
    font-size: clamp(20px, 1.6vw, 30px);
    line-height: 1em;
    width: 90%;
    margin: 0 auto;
}
.user_log{
    color: #000046;
    background: #B5F4FD;
    display: block;
    width: 8em;
    padding: 5px;
    margin: 10px auto  0 auto;
    border-radius: 4px;
    font-weight: 600;
    font-size: clamp(12px, 1.1vw, 20px);
}
.point_box{
    font-size: clamp(12px, 1.1vw, 20px);
    background: #fff;
    color: #000;
    padding: 0 10px;
}
.android .point_box{
    font-size: 11px;
}
.user_point{
    font-size: clamp(30px, 2.7vw, 50px);
    line-height: 1em;
}
.user_point span{
    float: right;
    font-size: clamp(20px, 1.6vw, 50px);
}
@media screen and (max-width:1000px){
    .userstate_box{
        position: static;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .user_box{
        width: 65%;
    }
    .point_box{
        width: 35%;
    }

}
.main_kv_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
    width: 90%;
    margin: 0 auto;
}
.main_kv_btn button{
    display: block;
    background: #fff;
    background-image: url("../img/btn_arr_01.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 64px;
    width: 90%;
    font-weight: 400;
    font-size: 60px;
    font-size: clamp(25px, 2.1vw, 42px);
    line-height: 1em;
    padding: 25px 60px 25px 130px;
    font-family: initial;
}
.main_kv_btn button:hover{
    opacity: 0.8;
}
.main_kv_btn button.new_user{
    padding: 15px 30px 25px 30px;
    width: 30%;
}
@media screen and (max-width:767px){
    .main_kv_btn{
        display: block;
        margin: 0 auto;
    }
    .main_kv_btn button{
        min-width: 80%;
        margin: 0 auto;
        margin-top: 30px;
        padding: 15px 0 15px 60px;
        line-height: 1em;
        font-size: 25px;
        font-weight: 400;
        color: #000;
        background-size: 40px;
    }
}

/* =========================================================
    sec kv
========================================================= */
.sec_kv{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    text-align: center;
    color: #fff;
}
.sec_kv_box{
    margin-bottom: 40px;
}
.sec_kv img {
    width: 100%;
    height: auto;
}
.sec_kv_text{
    font-size:clamp(30px, 3vw, 56px);
    font-weight: 900;
    line-height: 110%;
}
.sec_kv_text span{
    font-size:clamp(18px, 1.5vw, 30px);
    font-weight: 300;
}

@media screen and (max-width:767px){
    .sec_kv{
        display: block;
    }
    .sec_kv_inner{
        width: 100%;
        min-height: 113vw;
    }
}

/* =========================================================
    canget
========================================================= */
.canget{
    background:url(../img/bg.jpg) repeat center;
    background-size: 100%;
    height: auto;
    width: 100%;
    margin-bottom: 40px;
}
.common_inner{
    padding: 0 30px;
}
.common_inner h4{
    text-align: center;
    background: #fff;
    color: #d70c18;
    font-size:clamp(23px, 1.8vw, 35px);
    margin-bottom: 20px;
}
.canget_txt {
    text-align: center;
    color: #fff;
    font-size:clamp(18px, 2.2vw, 40px);
    margin-bottom: 20px;
    font-weight: bold;
}
.common_inner_in{
    margin: 0 auto;
}
.canget .common_inner_in{
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 60px 0;
}
.canget .common_inner_in > p img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.canget_c_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    font-weight: 600;

}
.canget_tit {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px;
    width: 100%;
    border-bottom: 5px solid #d70c18;
    align-items: center;
}
.canget_tit img{
     margin-left: 10px;
    max-width: 598px;
    width: 20%;
    height: auto;
}
.canget_c_box h3{
    font-size: 45px;
    font-size:clamp(20px, 2.3vw, 45px);
    font-weight: 300;
    line-height: 130%;
}
.android .canget_c_box h3{
    font-size: 15px;
}
.canget_c_box h3 span{
    font-size:clamp(23px, 3.1vw, 60px);
    font-weight: 900;
}
.canget_photo{
    margin: 20px;
}
.canget_photo img{
    max-width: 100%;
    height: auto;
}
.canget_c_box .canget_data{
    display: flex;
    gap: 30px;
    padding: 50px;
    font-size: 25px;
    line-height: 1.5em;
}
.canget_c_box .canget_data p{
    font-size:clamp(15px, 1.6vw, 30px);
}
.canget_c_box .canget_data img{
    width: 100%;
    height: auto;
}
.chance{
    position: relative;
    margin-top: 20px;
}
.btn_itempage{
    text-align: center;
    padding-bottom: 100px;
}
.btn_itempage a{
    font-size:clamp(32px, 2.2vw, 42px);
    background: #fff;
    border: #000046 solid 1px;
    padding: 15px 140px;
    border-radius:25px;
    display: inline-block;
    font-weight: 600;
    color: #000046;
}
.btn_itempage a:hover{
    background: #B5F4FD;
}
.common_inner{
    padding: 0 30px;
}

@media screen and (max-width:767px){
    .common_inner{
        padding: 0 20px;
    }
    .common_inner h4{
    margin-bottom: 10px;
    }
    .canget_txt {
    font-size: 15px;
}
    .canget_c_box{
        padding: 10px 20px;
    }
    .canget_tit {
    display: block;
        border-bottom: 2px solid #d70c18;
    }
    .canget_tit img{
     margin-left: 0;
    width: 40%;
    height: auto;
    }
    .canget_photo{
    margin: 5px;
}
    .canget_c_box .canget_data{
        gap: 0px;
    }
    .canget .common_inner_in{
        padding: 30px 0;        
    }
    .canget_c_box .canget_data{
        padding: 0px;
        margin: 20px 0 0 0;
    }
    .btn_itempage{
        padding-bottom: 50px;
    }
    .btn_itempage a{
        padding: 15px 80px;
        font-size: 20px;        
    }
    .canget_c_box h3{
        font-size: 15px;
    }
    .canget_c_box h3 span{
        font-size: 22px;
}
    .canget_c_box .canget_data{
    display: block;
    }
    .canget_c_box .canget_data img{
        margin-top: 30px;
}
}


/* =========================================================
        howto
========================================================= */
.howto{
    height: auto;
    width: 100%;
    font-weight: 600;
}
.howto .common_inner_in{
    max-width: 1300px;
}
.howto_data{
    margin-top: 20px;
}
.howto h4{
    text-align: center;
    background: #d70c18;
    color: #fff;
    font-size:clamp(23px, 1.8vw, 35px);
    margin-bottom: 20px;
}
.goods-name{
    width: 100%;
}
.goods-name_in{
    padding: 0 60px;
}
.goods-name_photo{
    display: flex;
    justify-content: space-between;
}
.goods-name_photo img{
    width: 50%;
    height: auto;
}
.goods-name p{
    font-size:clamp(15px, 1vw, 19px);
    line-height: 1.2em;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 10px;
    font-weight: normal;
}
.btn_brand{
    width: 100%;
    margin: 60px 0 80px 0;
    text-align: center;
}
.btn_brand a{
    display: inline-block;
    font-size:clamp(18px, 1.7vw, 33px);
    padding: 50px 80px 50px 250px;
    border: #d70c18 solid 4px;
    color: #d70c18;
    background: #fff;
    background-image: url("../img/martini_logo.png");
    background-position: 55px center;
    background-repeat: no-repeat;
    background-size: 140px;
}
.btn_brand a:hover{
    opacity: 0.8;
}
.h-apply {
    list-style: none;
  padding: 0;
  margin: 0;
}
.h-apply p{
    font-size:clamp(15px, 1.6vw, 30px);
    text-align: center;
    margin: 50px 0;
    font-weight: bold;
}
.h-apply p span {
    color: #d70c18;
}
.datetime{
    display: flex;
    text-align: center;
    justify-content: center;
    font-size:clamp(24px, 1.8vw, 34px);
    gap: 30px;
}
.h-apply ol{
    list-style: none;
    padding: 0;
}
.h-apply li{
    display: flex;
    gap: 20px;
    padding: 15px 0;
    margin-bottom: 7px;
    line-height: 1.5em;
    border-bottom: 2px solid #d70c18;
}
.step {
    min-width: 60px;
    font-weight: bold;
    color: #d70c18;
    font-size:clamp(15px, 2vw, 40px);
    white-space: nowrap;
    font-family: 'Martini', sans-serif;
}
.step span{
    font-size: 1.2em;
}
.text {
    flex: 1;
}
.h-apply ol li{
    font-size:clamp(15px, 1.6vw, 30px);
}
.app_flow {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    width: 100%;
    align-items: center;
}
.app_flow_box{
    border: 4px solid #d70c18;
    padding: 20px;
    color:  #d70c18;
}
.app_flow_box img{
    width: 100%;
    height: auto;
}
.app_flow_box p{
    margin: 10px 0 0 0;
    min-height: 100px;
    font-size:clamp(15px, 1.0vw, 20px);
}
.app_flow_box span{
     font-size:clamp(15px, 2vw, 40px);
    font-family: 'Martini', sans-serif;
}
.app_flow_box span span{
    font-size: 1.2em;
}
.h-rule{
    text-align: center;
    margin-bottom: 40px;
}
.h-rule p{
    font-size:clamp(15px, 1.6vw, 30px);
}
.btn_confirmation{
    text-align: center;
    display: block;
}
.btn_confirmation a{
    font-size: 40px;
    font-size:clamp(20px, 2.4vw, 45px);
    color: #000;
    background: #fff;
    border: 3px solid #000;
    border-radius:30px;
    padding: 18px 40px;
    display: inline-block;
    margin: 30px 0 40px 0;
    min-width: 550px;
}
.btn_confirmation a:hover{
    opacity: 0.8;
}
.btn_confirmation_on{
    text-align: center;
    display: block;
}
.btn_confirmation_on a{
    font-size: 40px;
    font-size:clamp(20px, 2.4vw, 45px);
    color: #fff;
    background: #d70c18;
    border-radius:30px;
    padding: 18px 40px;
    display: inline-block;
    margin: 30px 0 40px 0;
    min-width: 550px;
}
.btn_confirmation_on a:hover{
    opacity: 0.8;
}
.h-contact{
    font-size:clamp(18px, 1.8vw, 34px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
}
.h-contact p{
    text-align: center;
    font-weight: 800;
}
.h-contact dl{
    margin: 0 40px 50px 40px;
    display: flex;
    width: 100%;
    font-size:clamp(15px, 1.8vw, 34px);
    font-weight: 500;
}
.h-contact dl dt{
    width: 30%;
}
.h-contact dl dd{
    width: 70%;
}
.h-contact dl dd a{
   color: #000000;
   text-decoration: underline;
}

@media screen and (max-width:767px){
    .howto_data{
        margin-top: 20px;
    }
    .howto h4{
        margin-bottom: 10px;
    }
    .goods-name{
        flex-direction: column;
    }
    .goods-name img{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    /*Windows、mac、ipad hack*/
    .win .goods-name img,.mac .goods-name img,.ipad .goods-name img{
            width: 60%;
            height: auto;
            margin: 0 auto;
    }
    .goods-name_in{
        width: 100%;
        padding: 0;
    }
    .goods-name_photo{
        display: block;
        text-align: center;
    }
    .btn_brand{
        text-align: center;
        margin: 30px 0 50px 0;
    }
    .btn_brand a{
        padding: 20px 20px 20px 80px;
        background-position: 10px center;
        background-size: 60px;
        font-size: 16px;
}
    .h-apply p{
        margin: 28px 0 40px 0;
    }
    .step {
        min-width: 65px;
        font-weight: bold;
        color: #d70c18;
        font-size:clamp(20px, 2.6vw, 50px);
    }
    .app_flow {
        display: block;
    }
    .app_flow img {
        display: block;
    }
    .app_flow_box{
        display: flex;
        justify-content: space-between;
        padding: 10px 20px 10px 40px;
    }
    .app_flow_box p{
        text-align: left;
        display: inline-block;
    }
    .app_flow_box span{
     font-size:clamp(25px, 3vw, 60px);
}
    .app_flow_box img{
        width: 150px;
        height: auto;
    }
    .sp_arr img {
        margin: 0 auto;
    }
    .datetime{
        gap: 0;
        flex-direction: column;
        line-height: 1.5em;
    }
    .btn_confirmation a{
        font-size: 18px;
        border-radius: 17px;
        margin: 10px 0;
        min-width: 250px;
    }
    .btn_confirmation_on a{
        font-size: 18px;
        border-radius: 17px;
        margin: 10px 0;
        min-width: 250px;
    }
    .h-contact p{
        margin-bottom: 15px;
    }
    .h-contact dl{
        flex-direction: column;
        margin: 0;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .h-contact dl dt{
        width: 100%;
    }
    .h-contact dl dd{
        width: 100%;
    }
}



/* =========================================================
        top modal
========================================================= */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal {
     display: block;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 200000;
    overflow: scroll;
    }

/*モーダル本体に「active」クラス付与した時のスタイル*/
body .no-active{
    animation: fadeOut 3s;
    animation-fill-mode: both;
    display: none;
}

#ageModal .modal__bg {
    background:url(../img/bg.jpg) repeat center;
    background-size: 100%;
    flex-direction: column;
    align-items: center;
    position: fixed;
    display: flex;
}

.modal .modal__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}

.modal .modal__contents {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#ageModal .modal__contentsInner {
position: absolute;
  left: 50%;
  top: 40%;
  padding: 50px 50px 200px 50px;
  transform: translate(-50%,-50%);
  background-size: contain;
    width: 65%;
    max-width: 1088px;
    background-color: #fff;
}

.age__dewarsLogo img{
    width: 150px;
    width:clamp(180px, 18vw, 360px);
    height: auto;
}

.age__txt{
    font-size: 20px;
    font-size:clamp(13px, 1.1vw, 20px);
    margin-top: 80px;
    margin-top:clamp(50px, 4.2vw, 80px);
}
.android .age__txt{
    font-size: 13px;
}
.age__txt span{
    font-weight: 800;
    margin-top: 50px;
    font-size: 30px;
    font-size:clamp(20px, 1.5vw, 30px);
}
.android span{
    font-size: 20px;
}
.age__btns{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.age__btns li{
    width: 100%;
}
.age__btns button{
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    padding: 10px 0;
    height: auto;
    color: #fff;
    background-color: #000;
}
.age__btns button:hover{
    color: #fff;
    background-color: #cf001c;
    opacity: 1;  
}




@media screen and (max-width:767px){
    #ageModal .modal__bg {
        background:url(../img/sp/bg.png) ;
        background-size: cover;
        flex-direction: column;
        align-items: center;
        position: fixed;
        display: flex;
    }
    #ageModal .modal__contentsInner{
        top: 40%;
        width: 80%;
        padding: 60px 20px 100px 20px;
    }
    .age__txt{
        font-size: 13px;
        font-size:clamp(13px, 1.1vw, 20px);
        margin-top: 50px;
        margin-top:clamp(50px, 4.2vw, 80px);
    }
    .age__txt span{
        font-size: 25px;
        font-size:clamp(25px, 3.4vw, 65px);
    }
    .age__btns{
        gap: 15px;
}
    .age__btns button{
        width: 150px;
        font-size: 20px;
    }
    .age__btns button{
        color: #fff;  
    }
    .age__btns button:hover{
        color: #fff;   
    }

}

@media (max-height: 850px) {
  /* ビューポートの高さが850px以下のとき */
    .age__dewarsLogo img{
        width: 130px;
    }
    .age__txt span{
        font-size: 22px;
    }
    .age__btns button{
        font-size: 17px;
    }
    .age__btns button{
        color: #fff;  
    }
    .age__btns button:hover{
        color: #fff;   
    }
    .age__btns{
        margin-top: 30px;
    }

}

@media (max-height: 700px) {
    footer.fixed{
        position: absolute;
        z-index: -1;
    }
}

