@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; line-height:1.5em; font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
*, *:before, *:after {box-sizing: border-box;}

html {
    font-size: 62.5%;
    overflow: auto;
    scroll-behavior: smooth;
}
body {
    overflow: hidden;
    position: relative;
    -webkit-text-size-adjust: 100%;
    min-width: 750px;
    max-width: 2000px;
    margin: 0 auto;
    font-feature-settings : "palt";
}

br {line-height:0;}
img {
    border:none;
    line-height:0;
    vertical-align:middle;
    max-width:100%;
    height:auto;
}
a {cursor: pointer;}
a:hover{text-decoration:none;}

p, div, li, th, td {font-size:1.6rem;}
ul,li{list-style: none;}

.dblock, .sp_none {display:block;}
.dnone, .pc_none {display:none;}
.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}
iframe{border:0; vertical-align: bottom;}
.relative{position: relative;}
.z1 {z-index: 1;}
.cf:after, .box:after, .m_box:after, ul:after, dl:after {height:0;visibility:hidden;content:" ";display:block;clear:both;}


/*---------- upper -----------*/

.box{width:100%; max-width:750px; margin-right:auto; margin-left:auto; position:relative;}
.s_box{width:100%; max-width:760px; margin-right:auto; margin-left:auto; position:relative;}


/*---------- margin,padding -----------*/

.mtm10{margin-top:-10px;}
.mtm15{margin-top:-15px;}
.mtm30{margin-top:-30px;}
.mtm42{margin-top:-42px;}
.mtm60{margin-top:-60px;}

.ml5{margin-left:5px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml55{margin-left:55px;}
.ml87{margin-left:87px;}

.mr5{margin-right:5px;}

.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}

.mbm15{margin-bottom:-15px;}

.pb15{padding-bottom:15px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb45{padding-bottom:45px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb90{padding-bottom:90px;}
.pb180{padding-bottom:180px;}

.pt3{padding-top:3px;}
.pt4{padding-top:4px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt60{padding-top:60px;}
.pt65{padding-top:65px;}
.pt70{padding-top:70px;}
.pt75{padding-top:75px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt110{padding-top:110px;}
.pt120{padding-top:120px;}
.pt140{padding-top:140px;}
.pt150{padding-top:150px;}
.pt180{padding-top:180px;}
.pt220{padding-top:220px;}
.pt450{padding-top:450px;}


/*---------- form -----------*/


input, textarea {
    border:none;
    font-family:inherit;
    font-size:100%;
    -webkit-user-select:auto;
    vertical-align: middle;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    background: #FFF;
    padding: 10px 10px 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    border: 2px solid #ccc;
    height: 70px;
    width: 100%;
    font-size: 2.9rem;
}
select {
    height: 64px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 2.9rem;
    width: 100%;
    background-color: #FFF;
    padding-left: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select_box {
    position: relative;
}
.select_box:before {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
textarea {
    height: 240px;
}
input::placeholder, textarea::placeholder {
    color: #ccc;
}



/* footer */
footer {
    background: #fff;
    padding: 20px 10px 185px 10px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
} 
footer p,footer p a{
    color: #333;
    text-decoration: none;
} 

.ft_txt{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#privacy::before {
    content: "|";
    margin: 0 20px;
}

/* 画像 */
.ttl_img {
    display:block;
    margin: 0 auto 30px;
    text-align: center;
}
.ttl_img0 {
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.img_h {transition: 0.5s;}
.img_h:hover {opacity:0.7;}

.btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* 点滅 */
.caution {
    display: block;
    margin: 0 auto 30px;
    animation: blink 0.7s ease-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.scroll {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    animation: scroll 0.7s ease-in infinite alternate;
    z-index: 2;
    text-align: center;
    padding-top: 235px;
}
@keyframes scroll{
    0% {top:-15px;}
    100% {top:0;}
}

/*---------- movie -----------*/
.movie {
    width: 658px;
    padding: 9px 9px;
    position: relative;
    z-index: 10;
    margin: 0 auto 20px;
    background-color: #fff;
    box-shadow: 6px 6px rgba(12,162,108, 0.2) ;
}
.sonor{
    width: 640px;
    height: 360px;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

.icon {
    width: 74px;
    height: 48px;
    border-radius: 9px;
    background: #ff0a14;
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.icon:after {
    content: "";
    display: block;
    border-left: 24px solid #fff;
    border-bottom: 14px solid transparent;
    border-top: 14px solid transparent;
    border-right: 0px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 10px);
}
.spinner {
    width: 180px;
    height: 180px;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 90px);
}
.bounce {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 100px #ff0a14 inset;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 1.3s ease-out infinite;
}
@keyframes bounce {
    0% { transform: scale(0.5);opacity: 1; }
    50% { transform: opacity: 1; }
    100% { transform: scale(1.0);opacity: 0; }
}

/*  ボタン
---------------------------------------------------------- */
@keyframes anime{
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.2,1.2); opacity:0}
}
.btn_box01 {
    position: relative;
    width: 710px;
    height: 148px;
    margin: 0 auto;
    transition: .2s;
    z-index: 100;
}
.btn_box01:before, .btn_box01:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 9px;
    box-shadow: 0 0 50px rgb(255 161 56) inset;
    animation: anime 2s ease-out infinite;
}

.btn_box01:after {animation-delay: .4s;}

.btn_box02 {
    position: relative;
    width: 520px;
    height: 112px;
    margin: 0 auto;
    transition: .2s;
    z-index: 100;
    margin-bottom: 30px;
}
.btn_box02:before, .btn_box02:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 9px;
    box-shadow: 0 0 50px rgb(255 161 56) inset;
    animation: anime 2s ease-out infinite;
}

.btn_box02:after {animation-delay: .4s;}


.btn_box03 {
    position: relative;
    width: 640px;
    height: 130px;
    margin: 0 auto;
    transition: .2s;
    z-index: 100;
}
.btn_box03:before, .btn_box03:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 9px;
    box-shadow: 0 0 50px rgb(255 161 56) inset;
    animation: anime 2s ease-out infinite;
}

.btn_box03:after {animation-delay: .4s;}





/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
@media screen and (max-width: 480px) {

    html {font-size: 65%;overflow: auto;}
    img {
        touch-callout:none;
        user-select:none;
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-touch-callout:none;
        -moz-user-select:none;
    }
    .pc_none {display:block;}
    .sp_none {display:none;}

    .sonor{
        pointer-events: none;
    }

    footer {
        background: #fff;
        padding: 20px 10px 185px 10px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
}