body{
    font-family: "Barlow", sans-serif;
    color: #1D1D1F;
}
img{
    /* width: 100% !important; */
    width: 100% ;
    /* height: auto !important; */
    height: auto ;
}

.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  .orange{
    color: #FFA300;
  }
  .yellow{
    color: #FFE202;
  }
  .blue{
    color: #0052FF;
  }

header {
    z-index: 99;
    position: relative;
}
.header-txt {
    background: #7fcde0;
    text-align: center;
    color: #fff;
    font-family: "Barlow Regular", Sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    padding: 5px 0;
}
.header-txt a{
    /* padding-left: 10px; */
    color: #0052ff;
    text-decoration: underline;
}
.header-logo{
    padding: 20px 0;
    width: 50%;
    max-width: 300px;
}
@media screen and (max-width: 750px) {
    .header-txt {
        display: none;
    }
    header .container{
        display: block;
        width: 100%;
    }
    .header-logo{
        padding: 15px 0 15px 15px;
    }
}

.container{
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gtranslate_wrapper{
    /* color: transparent; */
    background-image: url(../img/translate-button.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 210px;
}
  .gt_selector{
    width: 100%;
    box-sizing: border-box;
}
  .gt_selector,
  .gt_selector:focus,
  .gt_selector:hover{
    outline: 0;
    border: none !important;
    line-height: 1.5em;
    padding: 5px 10px 5px 60px;
  }
.gtranslate_wrapper option{
    color: #1D1D1F;
}
@media screen and (max-width: 750px) {
    .gtranslate_wrapper{
        background-image: none;
        width: 100%;
        text-align: center;
        border-top: 1px solid #efefef;
    }
    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 0;
        margin: 0;
        padding: 0;
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        box-sizing: content-box;
      }
    .gt_selector,
    .gt_selector:focus,
    .gt_selector:hover{
        /* display: block; */
        width: fit-content;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        box-sizing: border-box;
        position: relative;
        text-align: center;
        border-radius: 0;
    }
    /* .gt_selector{
        position: relative;
    } */
    /* .gtranslate_wrapper::after, */
    /* .gt_selector::after{
        display: block;
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
    } */
    .gtranslate_wrapper option{
        /* margin: auto; */
        /* width: 100%; */
        /* padding: 10px 50px 10px 20px; */
    }

  }

#mv{
    background-color: transparent;
    background-image: linear-gradient(180deg, #0052FF 83%, #033295 100%);
}
#mv .container{
    max-width: 1220px;
    display: block;
    /* display: flex; */
    /* justify-content: space-between; */
    background-image: url(../img/pc_top-bg2.png);
    background-position: bottom right;
    background-size: contain;
    /* background-size: cover; */
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
.mv-txt{
    width: 50%;
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    margin-left: 40px;
    padding-top: 70px;
    font-style: normal;
    margin-bottom: 20px;
}
.mv-txt p{
    text-shadow: rgba(0,0,0,0.37) 2px 2px 2px;
}
.mv-flexArea{
    width: 620px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.mv-flexImg{
    width: 220px;
    /* margin-right: 20px; */
}
.mv-qr{
    width: 480px;
    margin: 30px 0 72px;
}
.mv-qr-btnArea{
    /* width: 560px; */
    box-sizing: border-box;
    width: 380px;
    /* margin: 30px 0 72px; */
    margin: 30px 0 0;
    padding: 5px 20px;
    font-size: 44px;
    color: #FFE202;
    border: 3px solid #FFE202;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.mv-qr-img{
    width: 105px;
}
/* .mv-img{
    width: 50%;
    background-image: url(../img/pc_top.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
} */
@media screen and (max-width: 750px) {
    #mv .container{
        display: block;
        background-image: none;
        padding-bottom: 0;
    }
    #mv .container .sp{
        background-image: linear-gradient(180deg, #004FF4 0, #0048dd 60%, #0141C5 100%);
    }
    .mv-txt{
        width: 100%;
        font-size: min(10vw,2.9rem);
        font-weight: 700;
        text-align: center;
        font-style: normal;
        line-height: 1.05;
        margin-left: 0;
        margin-bottom: 0;
        padding-top: 45px;
        padding-bottom: 20px;
    }
    .mv-spBox-02{
        padding-top: 20px;
        background-color: #05359B;
    }
    .mv-qr-btnArea{
        display: none;
    }
    .mv-btn{
        width: 75%;
        /* max-width: 260px; */
        margin: 8px auto 0;
        /* padding-bottom: 45px; */
        padding-bottom: 30px;
    }
    /* .mv-btn{
        width: 60%;
        margin-bottom: 8px;
    } */
    .mv-btn a{
        display: block;
        text-align: center;
        color: #fff;
        /* font-size: 1.8rem; */
        font-size: min(7.0vw,2.2rem);
        font-weight: 500;
        width: 100%;
        padding: 10px 0;
        margin-top: 20px;
        border-radius: 50px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #FFA300 0%, #FF7B07 100%);
        box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    }
}
#obi{
    background-color: #D6E3FF;
}
.obi-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}
.obi-flex-txt{
    width: 69%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.obi-flex-txt .obi_icon{
    width: 75px;
}
.obi-flex-txt .ob_txt{
    font-size: 30px;
    margin-left: 5px;
}
.obi-flex-btn{
    width: 30%;
    /* margin-left: 1%; */

}
.obi-flex-btn a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    width: 100%;
    padding: 20px 0;
    border-radius: 50px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFA300 0%, #FF7B07 100%);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
#block2{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFA300 0%, #FF7A08 100%);
}
.block2-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 80px 0;
}
.block2-img{
    width: 55%;
}
.block2-img-txt{
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    /* font-style: italic; */
}
.block2-txt{
    width: 44%;
    text-align: center;
    color: #fff;
    font-size: 55px;
}
.block2-txt span{
    font-size: 70px;
}
.block2-txt.cap{
    width: 100%;
    margin-top: 40px;
    font-size: 35px;
    color: #0052FF;
}
@media screen and (max-width: 750px) {
    #block2{
        background-image: linear-gradient(180deg, #FFA300 0%, #FF7A08 80%);
    }
    .block2-flex{
        flex-wrap: wrap-reverse;
        padding:70px 0 45px;
    }
    .block2-img{
        width: 100%;
        margin-top: 15px;
    }
    .block2-img-txt{
        /* color: #0052FF; */
        /* font-weight: 600; */
        font-style: normal;
        margin-top: 6px;
        font-size: min(8vw,2.6rem);
    }
    .block2-txt{
        width: 100%;
        font-size: min(9vw,2.6rem);
    }
    .block2-txt span{
        font-size: min(10vw,3.2rem);
    }
    .block2-txt.cap{
        width: 90%;
        margin: 20px auto 0;
        font-size: min(6.4vw,1.7rem);
    }
    @media

}
#block6{
    background-color: transparent;
    background-image: linear-gradient(180deg, #06164B 0%, #0052FF 50%, #033295 100%);
}
#block6 .container{
    padding: 80px 0;
}
.block6-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.block6-img{
    width: 53%;
}
.block6-img p{
    color: #fff;
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    font-style: italic;
}
.block6-txt{
    color: #fff;
    width: 46%;
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
    #block6 .container{
        padding: 65px 0 55px;
    }
    .block6-flex{
        /* display: block; */
        flex-wrap: wrap-reverse;
    }
    .block6-img{
        width: 100%;
        margin-top: 24px;
    }
    .block6-img p{
        font-size: min(7.0vw,36px);
        margin-top: 15px;
    }
    .block6-txt{
        width: 100%;
        font-size: min(9vw,2.6rem);
        margin-bottom: 0;
    }
}


#block3{
    /* background-color: #1A1B1F; */
    background-color: #161A25;
    color: #fff;
}
#block3 .container{
    padding: 80px 0;
}
.block3-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* padding: 80px 0; */
}
.block3-img{
    width: 53%;
}
.block3-img p{
    /* margin: 0 55px; */
    margin: 0 0 0 2.7rem;
    font-size: 27px;
}
.block3-txt{
    width: 46%;
    text-align: center;
    font-size: 55px;
    font-weight: 600;
}

@media screen and (max-width: 750px) {
    #block3 .container{
        padding: 50px 0;
    }
    .block3-flex{
        display: block;
        
    }
    .block3-img{
        width: 100%;
        margin-top: 14px;
    }
    .block3-txt{
        width: 100%;
        font-size: min(9vw,2.6rem);
    }
    .block3-img p{
        width: 90%;
        margin: 0 auto;
        margin: 0 0 0 7.1vw;
        font-size: min(5vw, 22px);
        font-size: min(4.8vw, 22px);
    }
}

#block4{
    background-color: #EDF2FA;
}
.block4-flex{
    display: flex;
    /* align-items: center; */
    /* align-items: center; */
    justify-content: space-between;
    padding: 80px 0 90px;
    width: 100%;
}
.block4-left{
    width: 50%;
    margin-top: 100px;
}
.block4-left-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block4-left-list li{
    width: 49%;
    padding: 40px 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background-color: #0052FF; */
    /* background: radial-gradient(#0052FF, #0437A3); */
    background: radial-gradient(#0052FF, #0041CA);
    box-shadow: 2px 1px 8px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 66px;
    border-radius: 16px;
    /* height: 150px; */
    line-height: 1;
}
.block4-left-list li.txt-small{
    font-size: 46px;
}
.block4-left-list li:nth-of-type(n+3){
    margin-top: 18px;
}
.block4-img-txt{
    margin: 0;
    text-align: center;
    /* color: #fff; */
    font-size: 46px;
}
.block4-txt{
    text-align: center;
    /* width: 50%; */
    /* font-size: 55px; */
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px;
}
.block4-img{
    text-align: right;
    width: 50%;
    /* height: 650px; */
}
.block4-img img{
    /* height: 100%; */
    /* width: auto; */
    height: auto;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .block4-flex{
        flex-wrap: wrap;
        width: 100%;
        /* padding: 70px 0 60px; */
        padding: 70px 0 0;
    }
    .block4-left{
        width: 100%;
        margin-top: 0;
    }
    .block4-left-list{
        width: 90%;
        margin: 20px auto 0;
    }
    .block4-left-list li{
        font-size: min(10vw,3.5rem);
        padding: 20px 0;
        line-height: 1.3;
        min-height: 90px;
        box-sizing: border-box;
    }
    .block4-left-list li.txt-small{
        font-size: min(8vw,2.2rem);
        padding: 10px 0 20px;
        line-height: 1;
    }
    .block4-left-list li:nth-of-type(n+3){
        margin-top: 22px;
    }
    .block4-txt{
        font-size: min(9vw,2.6rem);
        width: 100%;
        font-weight: 700;
    }
    .block4-img{
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        height: auto;
    }
    .block4-img img{
        height: auto;
        width: 100%;
    }
}


#block7{
    /* background-color: #1A1B1F; */
    /* background-color: #161A25; */
    background-image: url("../img/pc_block7-bg_5800.png");
    background-position: top left;
    /* background-size: cover; */
    background-size: 100% auto;
    color: #fff;
}
#block7 .container{
    padding: 80px 0;
}
.block7-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* padding: 80px 0; */
}
.block7-img{
    width: 53%;
}
.block7-img p{
    /* margin: 0 55px; */
    margin: 0 0 0 1rem;
    font-size: 27px;
}
.block7-txt{
    width: 46%;
    text-align: center;
    font-size: 55px;
    font-weight: 600;
}

@media screen and (max-width: 750px) {
    #block7{
        background-image: url("../img/sp_block7-bg.png");
        background-position: center center;
        background-size: cover;
    }
    #block7 .container{
        padding: 50px 0;
    }
    .block7-flex{
        display: block;
        
    }
    .block7-img{
        width: 100%;
        margin-top: 14px;
    }
    .block7-txt{
        width: 100%;
        font-size: min(9vw,2.6rem);
    }
    .block7-img p{
        width: 90%;
        margin: 0 auto;
        font-size: min(5vw, 22px);
    }
}

footer{
    background-color: transparent;
    background-image: linear-gradient(180deg, #0052FF 0%, #0437A3 100%);
}
@media screen and (max-width: 750px) {
    footer{
        padding-bottom: 120px;
    }
}
footer .container{
    display: block;
    position: relative;
}
.block5-icon{
    top: -60px;
    left: -20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    color: #fff;
    font-size: 45px;
    text-align: center;
    line-height: 0.8;
    background-image: url(../img/block5-icon-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.block5-txt{
    width: 100%;
    text-align: center;
    font-size: 55px;
    color: #fff;
    /* padding-top: 45px; */
    padding-top: 100px;
}
.block5-img{
    width: 350px;
    margin: 40px auto 60px;
}

.block5-btn{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:33px auto 45px;
    padding: 5px 20px;
    font-size: 50px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFA300 0%, #FF7A08 100%);
}
.block5-btn-qr{
    width: 110px;
    margin-left: 25px;
}
@media screen and (max-width: 750px) {
    .block5-icon{
        top: -20px;
        left: 6%;
        width: 85px;
        height: 85px;
        font-size: min(7vw,1.7rem);
    }
    .block5-txt{
        /* font-size: 2.5rem; */
        font-size: min(8vw,2.5rem);
        padding-top: 80px;
        margin-bottom: 40px;
    }
    .block5-img{
        width: 100%;
        /* margin: 40px auto 60px; */
    }
    .footer-btn{
        width: 75%;
        /* max-width: 260px; */
        margin: 0 auto;
    }
    .footer-btn a{
        display: block;
        text-align: center;
        color: #fff;
        /* font-size: 1.8rem; */
        font-size: min(7.0vw,2.2rem);
        font-weight: 500;
        width: 100%;
        padding: 10px 0;
        margin-top: 20px;
        border-radius: 50px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #FFA300 0%, #FF7B07 100%);
        box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    }
}

.footer-sns-flex{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 40px;
}
.footer-sns-flex li{
    width: 8%;
}
.footer-sns-flex li:not(:first-of-type){
    margin-left: 2%;
}
.footer-sns-flex li a{
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
}
@media screen and (max-width: 750px) {
    .footer-sns-flex{
        /* width: 60%; */
        width: 65%;
        margin: 25px auto 40px;
        justify-content: space-between;
    }
    .footer-sns-flex li{
        /* width: 18%; */
        width: 20%;
    }.footer-sns-flex li:not(:first-of-type){
        margin-left: 0;
    }
}

.footer-more-details{
    width: 42%;
    margin: 120px auto 60px;
}
.footer-more-details a{
    display: block;
    position: relative;
    width: 100%;
    box-shadow: 2px 1px 8px rgba(0,0,0,0.3);
    /* margin-top: 120px; */
}
.footer-more-details-coin{
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 200px;
}
.footer-more-details-txt{
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    font-size: 2.2rem;
    font-weight: 600;
}
.footer-more-details-txt p{
    width: 280px;
}
.footer-more-details-arrow{
    width: 105px;
    line-height: 0.5;
}
@media screen and (max-width: 750px) {
    .footer-more-details{
        width: 70%;
        margin-top: 90px;
    }
    .footer-more-details-coin{
        width: 120px;
        right: -20px;
        bottom: -20px;
    }
    .footer-more-details-txt{
        padding: 12px 0 15px 15px;
        font-size: min(5vw,1.6rem);
        font-weight: 700;
        border-radius: 6px;
    }
    .footer-more-details-arrow{
        width: min(15vw,80px);
    }
}   

.footer-disclaimer{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
/* .copyright{
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-bottom: 94px;
} */
@media screen and (max-width: 750px) {
    .footer-disclaimer{
        width: 90%;
        font-size: min(2.8vw,0.8rem);
        margin:0 auto 40px;
    }
}   


.float_sp{
    display: none;
}
@media screen and (max-width: 750px) {
    .float_sp{
        display: block;
        width: 100%;
    }
    .float-button-box {
        position: fixed;
        width: 100%;
        bottom: -200px;
        left: 0;
        z-index: 1500;
        /* padding: 20px 0; */
        transition: all 0.4s ease-out;
        background-color: #d6e3ff;
    }
    .float-button-box.is-show {
        bottom: 0;
    }
    /* .float-button-box a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 20px 8%;
    } */
    .float-button_icon{
        width: 60px;
    }
    .float-button_title{
        font-size: 1.2rem;
        font-weight: 300;
        color: #1D1D1F;
    }
    .float-button_txt{
        font-weight: 300;
        color: #646465;
    }
    .float-button_star{
        color: #2C2C2C;
    }
    .star_red{
        color: #F05A24;
    }
}    


.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 750px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}