/* ブレイクポイント
-------------------
tab: 767px; 以下  */

@font-face {
  font-family: "Martini";
  src: url("../inc/Martini Regular.otf") format("opentype");
}

.fnt_marutini {
    font-family: 'Martini', sans-serif;
}

/* =========================================================
        common
========================================================= */
html{
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%; 
}
body{
  font-family:
    "Helvetica Neue",
    "Arial",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Meiryo",
    "sans-serif";
    font-weight: 400;    
}
a{text-decoration: none;}
.clear{clear:both;} 
select::-ms-expand{display:none;}
button{
    background-color:transparent;
    border:none;
    cursor:pointer;
    outline:none;
    padding:0;
    appearance:none;
    font-family:
    "Helvetica Neue",
    "Arial",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Meiryo",
    "sans-serif" !important;
    font-weight: 400;
}
html,
body{
  overflow-x: hidden;
}
:hover{
  transition : 0.5s;
}
button:hover{
    opacity: 0.7;
}
a img:hover{
    opacity: 0.8;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
@media screen and (max-width:767px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}
label,input[type='checkbox'] {
    cursor: pointer;
}


/* =========================================================
        footer
========================================================= */
footer{
    color: #fff;
    padding: 15px 0;
    margin-top: 80px;
    background:url(../img/bg.jpg) repeat center;
    background-size: 100%;
    margin-top: auto;
}
.footer_inner{
    max-width: 1283px;
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.footer_inner_in{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    text-align: justify;
}
footer dl{
    display: flex;
    align-items: center;
    font-size:clamp(10px, 1.1vw, 20px);
}
footer dl dt img{
    width: 50px;
    height: auto;

}
footer dl dt{
    float: left;
    margin-right: 10px;
}
footer dl dd{
    position: relative;
    display: flex;
    align-items: center;
}
footer dl dd img{
    padding-left: 10px;
    width: 45px;
    height: auto;
}

.btn_footer{
    display: flex;
    gap: 40px;
}
.btn_policy{
    text-align: center;
    display: block;
}
.btn_policy a{
    font-size: 18px;
    height: auto;
    color: #000;
    background: #fff;
    border-radius:10px;
    padding: 18px 20px;
    margin-top: 5px;
    display: inline-block;
}
.btn_footer img{
        width: 70px;
        height: auto;
}
.can-copy{
    font-size: 12px;
    color: #fff;
}
.sec_footer_img {
    width: 100%;
    height: auto;
    max-width: 660px;
    margin: 0 auto;
    padding-top: 40px;
}
.sec_footer_img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:767px){
    .footer_inner_in{
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .btn_footer{
        width: auto;
        margin-bottom: 20px;
    }
    .btn_footer img{
        width: 70px;
        height: auto;
    }
    .sec_footer_img {
    padding-top: 20px;
}
    footer{
        margin-top: auto;
    }
    footer dl{
        margin-bottom: 20px;
    }
    footer dl dd{
        font-size: 10px;
    }
    .footer_inner{
        padding: 0 10px;
    }
    footer dl dt img{
        width: 40px;
        height: auto;
    }
    footer dl dd::after{
        bottom: 10px;
    }
    .can-copy{
        text-align: center;
    }
}

/* footer sec page */
footer.sec_footer{
    z-index: 0;
    width: 100%;
    display: flex;
    margin-top: 0;
    background-image: none;
}
footer.fixed{
    position: absolute;
    bottom: 0;
}

footer.sec_footer .can-copy{
    text-align: center;
}

@media screen and (max-width:767px){
    footer.sec_footer dl{
        width:98%;
        margin: 0 auto;
    }
}
@media (max-height: 700px) {
    .main_text .text1 img{
        width: 60%!important;
        height: auto;
    } 
    footer.fixed{
        position: static;
    }
}