/* =========================================================
    kv
========================================================= */
.main_kv {
    background: url(../img/main_bg.png) no-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: 10px 0 0 0;
}
.main_kv_tit_sp img {
    width: 100%;
    height: auto;
}
.top_image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
/*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(290px, 17vw, 500px);
    position: absolute;
    left: 10px;
    top: 10px;
}
.user_box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background: #003b5c;
    padding: 0 0 10px 0;
}
.user_box p {
    padding: 15px 30px 0 15px;
}
.user_log {
    color: #fff;
    background: #5bc2e7;
    display: block;
    width: 8em;
    padding: 5px;
    margin: 10px 10px 0 auto;
    border-radius: 4px;
    font-weight: 600;
    font-size: clamp(12px, 1.1vw, 20px);
}
.point_box {
    font-size: clamp(10px, 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_log {
    margin: 10px 10px 0 10px;
}
    .user_box {
        width: 65%;
    }
    .user_box p {
    padding: 15px 0 0 15px;
}
    .point_box {
        width: 35%;
    }
}
.main_kv {
    background: url(../img/main_bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 30px;
}
.main_kv_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
    width: 70%;
    margin: 0 auto;
}
.main_kv_btn button {
    display: block;
    background: #fff;
    color: #003b5c;
    background-image: url("../img/btn_arr_01.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 64px;
    width: 90%;
    font-weight: 600;
    font-size: 60px;
    font-size: clamp(25px, 2.1vw, 42px);
    line-height: 1em;
    padding: 15px 60px 25px 130px;
    font-family: initial;
}
.main_kv_btn button span {
    font-size: clamp(19px, 1.3vw, 23px);
    font-weight: normal;
}
.main_kv_btn button:hover {
    opacity: 0.8;
}
.main_kv_btn button.new_user {
    padding: 15px 30px 25px 30px;
    width: 30%;
}
.main_kv_btn_l {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
    width: 70%;
    margin: 0 auto;
}
.main_kv_btn_l button {
    display: block;
    background: #fff;
    color: #003b5c;
    background-image: url("../img/btn_arr_01.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 64px;
    width: 90%;
    font-weight: 600;
    font-size: 60px;
    font-size: clamp(25px, 2.1vw, 42px);
    line-height: 1em;
    padding: 30px 60px 30px 130px;
    font-family: initial;
}
.main_kv_btn_l button span {
    font-size: clamp(19px, 1.3vw, 23px);
    font-weight: normal;
}
.main_kv_btn_l 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_l {
        display: block;
        margin: 0 auto;
    }
    .main_kv_btn button {
        min-width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        padding: 15px 0 15px 60px;
        line-height: 1em;
        font-size: 25px;
        font-weight: 400;
        color: #003b5c;
        background-size: 40px;
    }
    .main_kv_btn_l button {
        min-width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        padding: 15px 15px 15px 60px;
        line-height: 1em;
        font-size: 25px;
        font-weight: 400;
        color: #003b5c;
        background-size: 40px;
    }
}
/* =========================================================
    sec kv
========================================================= */
.sec_kv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    text-align: center;
    color: #fff;
}
.main_kv_btn {
    width: 90%;

}
.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-color: #5bc2e7;
    background-size: 100%;
    height: auto;
    width: 100%;
    margin-bottom: 40px;
}
.common_inner {
    padding: 0 30px;
}
.common_inner h4 {
    text-align: center;
    color: #fff;
    font-size: clamp(23px, 1.8vw, 35px);
    margin-bottom: 20px;
}
.canget_txt {
    text-align: center;
    color: #fff;
    font-size: clamp(30px, 3vw, 50px);
    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: 20px 30px 20px 0;
    align-items: center;
}
.canget_tit img {
    margin-left: 10px;
    max-width: 598px;
    width: 20%;
    height: auto;
}
.canget_tit p {
    font-size: clamp(16px, 1.3vw, 28px);
    color: #003b5c;
}
.canget_c_box h3 {
    font-size: 45px;
    color: #5bc2e7;
    font-size: clamp(20px, 2.0vw, 35px);
    line-height: 140%;
}
.canget_c_box h3 span {
    font-size: clamp(33px, 3.5vw, 60px);
    font-weight: 600;
    line-height: 160%;
    color: #003b5c;
}
.canget_photo {
    margin: 20px;
}
.canget_photo img {
    max-width: 100%;
    height: auto;
}
.canget_c_box .canget_data {
    display: flex;
    gap: 30px;
    padding: 30px;
    font-size: 25px;
    line-height: 1.5em;
    background-color: #def3fa;
}
.canget_c_box .canget_data .image {
    flex: 1;
}
.canget_c_box .canget_data .text1 {
    flex: 3;
    line-height: 170%;
    background-image: url("../img/royal_logo.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 35%;
}
.canget_c_box .canget_data .text2 {
    flex: 3;
    line-height: 170%;
}
.canget_c_box .canget_data p {
    font-size: clamp(18px, 1.2vw, 24px);
}
.canget_c_box .canget_data .cl_b {
    color: #003b5c;
}
.canget_c_box .canget_data .p-name {
    font-size: clamp(30px, 2.0vw, 40px);
    font-weight: 900;
    margin: 20px 0;
    line-height: 130%;
    color: #003b5c;
}
.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: clamp(23px, 1.8vw, 35px);
    }
    .canget_c_box {
        padding: 0;
    }
    .canget_tit {
        display: block;
        text-align: center;
        padding: 20px;
    }
    .canget_tit img {
        margin-left: 0;
        width: 60%;
        height: auto;
    }
    .canget_photo {
        margin: 5px;
    }
    .canget_c_box .canget_data {
        gap: 0px;
        margin: 20px 0 0 0;
        display: block;
        padding: 30px;
    }
    .canget_c_box .canget_data .text1 {
        line-height: 130%;
    background-size: 55%;
        padding-bottom: 70px;
    }
    .canget_c_box .canget_data .text2 {
        line-height: 130%;
    }
    .canget .common_inner_in {
        padding: 30px 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 img {
        margin-top: 0;
    }
}
/* =========================================================
        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;
    color: #5bc2e7;
    font-size: clamp(23px, 1.8vw, 35px);
    margin-bottom: 20px;
}
.howto .heading {
    align-items: center;
    display: flex;
}
.howto .heading::before, .howto .heading::after {
    background-color: #5bc2e7;
    content: "";
    flex-grow: 1;
    height: 2px;
}
.howto .heading::before {
    margin-right: 15px;
}
.howto .heading::after {
    margin-left: 15px;
}
.canget h4 {
    text-align: center;
    color: #fff;
    font-size: clamp(23px, 1.8vw, 35px);
    margin-bottom: 20px;
}
.canget .heading {
    align-items: center;
    display: flex;
}
.canget .heading::before, .canget .heading::after {
    background-color: #fff;
    content: "";
    flex-grow: 1;
    height: 2px;
}
.canget .heading::before {
    margin-right: 15px;
}
.canget .heading::after {
    margin-left: 15px;
}
.goods-name {
    width: 100%;
}
.goods-name_in {
    padding: 0 60px;
}
.goods-name_photo {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.goods-name_photo img {
    width: 100%;
    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_btn {
    display: flex;
    gap: 50px;
    margin: 80px 0;
    width: 100%;
}
.btn_brand_btn img {
    display: block;
    width: 90%;
    height: auto;
    padding: 10px;
}
.btn_brand {
    text-align: center;
    width: 100%;
    height: auto;
    border: #5bc2e7 solid 4px;
}
.btn_brand a {
}
.btn_brand a:hover {
    opacity: 0.8;
}
.btn_instagram {
    text-align: center;
    width: 100%;
    border: #5bc2e7 solid 4px;
}
.btn_instagram a:hover {
    opacity: 0.8;
}
.h-apply {
    list-style: none;
    padding: 0;
    margin: 0;
}
.h-apply p {
    font-size: clamp(18px, 1.7vw, 33px);
    text-align: center;
    font-weight: bold;
}
.h-apply p span {
    font-size: clamp(15px, 1vw, 19px);
}
.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 #5bc2e7;
}
.step {
    min-width: 20px;
    font-weight: bold;
    color: #5bc2e7;
    font-size: clamp(24px, 1.8vw, 34px);
    white-space: nowrap;
}
.step span {
    font-size: 2.0em;
}
.serial-txt {
    background-color: #5bc2e7;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 20px 0;
}
.text {
    flex: 1;
}
.h-apply ol li {
    font-size: clamp(15px, 1.4vw, 26px);
}
.app_flow {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    width: 100%;
    align-items: center;
}
.app_flow_box {
    padding: 20px;
    color: #fff;
    background-color: #5bc2e7;
}
.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: #003b5c;
    background: #fff;
    border: 3px solid #003b5c;
    border-radius: 20px;
    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: #003b5c;
    border-radius: 20px;
    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: 90%;
        height: auto;
        margin: 0 auto;
    }
    .goods-name_in {
        width: 100%;
        padding: 0;
    }
    .goods-name_photo {
        max-width: 100%;
    }
    .btn_brand_btn {
        display: block;
        margin: 0;
    }
    .btn_brand_btn img {
    width: 90%;
    padding: 0 5% 10px 5%;
}
    .btn_brand {
        margin: 40px 0 20px 0;
        width: 100%;
    }
    .btn_instagram {
        margin: 0 0 40px 0;
        width: 100%;
    }
    .h-apply p {
        margin: 15px 0;
    }
    .step {
        min-width: 20px;
        font-weight: bold;
        color: #5bc2e7;
        font-size: clamp(20px, 2.6vw, 50px);
    }
    .serial-txt {
        padding: 10px 0;
    }
    .app_flow {
        display: block;
    }
    .app_flow img {
        display: block;
    }
    .app_flow_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        gap: 20px;
    }
    .app_flow_box p {
        text-align: left;
        min-height: auto;
        display: inline-block;
        margin: 0;
    }
    .app_flow_box span {
        font-size: clamp(25px, 3vw, 60px);
    }
    .app_flow_box img {
        width: 130px;
        height: auto;
    }
    .sp_arr img {
        margin: 0 auto;
    }
    .datetime {
        gap: 0;
        flex-direction: column;
        line-height: 1.5em;
    }
    .btn_confirmation a {
        width: 100%;
        font-size: 18px;
        padding: 18px 0;
        border-radius: 13px;
        margin: 10px 0;
        min-width: 250px;
    }
    .btn_confirmation_on a {
        width: 100%;
        font-size: 18px;
        padding: 18px 0;
        border-radius: 13px;
        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-color: #5bc2e7;
    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: 0;
    transform: translate(-50%, -50%);
    background-size: contain;
    width: 100%;
}
.age__dewarsLogo img {
    width: 150px;
    width: clamp(250px, 25vw, 450px);
    height: auto;
}
.age__txt {
    font-size: 20px;
    font-size: clamp(13px, 1.1vw, 20px);
    color: #fff;
    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: 40px;
    font-size: clamp(20px, 2.1vw, 40px);
}
.android span {
    font-size: 20px;
}
.age__btns {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}
.age__btns button {
    font-size: 30px;
    font-weight: 600;
}
.age__btns button {
    background: url(../img/age_btn1.png) no-repeat;
    background-size: cover;
    width: 150px;
    height: 235px;
    color: #5bc2e7;
}
.age__btns button:hover {
    background: url(../img/age_btn2.png) no-repeat;
    background-size: cover;
    width: 150px;
    height: 235px;
    color: #5bc2e7;
    opacity: 1;
}
@media screen and (max-width:767px) {
    #ageModal .modal__bg {
        flex-direction: column;
        align-items: center;
        position: fixed;
        display: flex;
    }
    #ageModal .modal__contentsInner {
        top: 38%;
    }
    .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, 2.7vw, 50px);
    }
    .age__btns button {
        font-size: 20px;
    }
    .age__btns button {
        background: url(../img/age_btn1.png) no-repeat;
        background-size: cover;
        width: 70px;
        height: 109px;
        color: #5bc2e7;
    }
    .age__btns button:hover {
        background: url(../img/age_btn2.png) no-repeat;
        background-size: cover;
        width: 70px;
        height: 109px;
        color: #5bc2e7;
    }
}
@media (max-height: 850px) {
    /* ビューポートの高さが850px以下のとき */
    .age__dewarsLogo img {
        width: 250px;
    }
    .age__btns button {
        font-size: 17px;
    }
    .age__btns button {
        background: url(../img/age_btn1.png) no-repeat;
        background-size: cover;
        width: 115px;
        height: 180px;
        color: #5bc2e7;
    }
    .age__btns button:hover {
        background: url(../img/age_btn2.png) no-repeat;
        background-size: cover;
        width: 115px;
        height: 180px;
        color: #5bc2e7;
    }
    .age__btns {
        margin-top: 30px;
    }
}
@media (max-height: 700px) {
    footer.fixed {
        position: absolute;
        z-index: -1;
    }
}