@charset "utf-8";
/* CSS Document */
/*-----------------------------
 reset
-------------------------------*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, 
img, small, strong, sub, sup,b, i,dl, dt, dd, ol, ul, li,
 form, label,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,
time, mark, audio, video {
margin:0;	padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;/*line-height:1.7;*/
}
th{font-style:normal;font-weight:normal;}
ul li{list-style:none; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;}

body {line-height:1;/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;*/}
nav ul {list-style:none;}
table {	border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, footer, header,hgroup, nav, section { display:block; }
img{vertical-align:bottom;width:100%;/*display: block;*/}
/*-----------------------------
 common
-------------------------------*/
.wrap{
max-width: 750px;
margin: 0 auto;
background:#fff;
position: relative;
}
.overlaid{
    position: relative;
}
.abs{
    position: absolute;
}
.offer_btn{
    top: 43.2%;
    left: 45.9%;
    width: 54%;
    animation: updown 1.5s ease .5s infinite;
}
@keyframes updown {
	0% { transform:translate(0, 0);}
	50% { transform:translate(0, -7px);}
	99.9%,to { transform:translate(0, 0);}
}
.tel_btn{
    top: 20.4%;
    width: 93.7%;
    left: 3.5%;
}
.link_01,.link_02,.link_03{
    font-size: 30px;
    line-height: 1;
}
.link_01{
    top: 25%;
    left: 8%;
    width: 56%;
}
.link_02{
    top: 52.3%;
    left: 8%;
    width: 71.8%;
}
.link_03{
    top: 80.3%;
    left: 8%;
    width: 71.8%;
}
.offer_btn_02{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all .4s;
    width: 100%;
    max-width: 750px;
    pointer-events: none;
}
.active_btn{
    opacity: 0 !important;
    pointer-events: all;
}
.footer_area{
    margin-bottom: 236px;
}
@media screen and (max-width:750px){
    .link_01,.link_02,.link_03{
        font-size: 4vw;
    }
    .footer_area{
        margin-bottom: 31.46666666666667vw;
    }
    .active_btn{
    opacity: 1;
    }
}

.pay{
    position: relative;
}
.gmo{
    position: absolute;
	top: 29.5%;
    left: 7.5%;
    width: 85%;
}

/*-------------------------------------------
 footテキスト
-----------------------------------------------*/
.comp {
	margin: 30px 4%;
}

.comp dl {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

.font-s18 {
	font-size: 18px;
}

strong {
	font-weight: bold;
}

/*-------------------------------------------
 fixedオファー
-----------------------------------------------*/
.hidden {
    animation: fade .2s ease-in-out forwards;
    pointer-events: none;/* 重要 */
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.visible {
    animation: fadeOut .2s ease-in-out forwards;
    pointer-events: all;/* 重要 */
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fixed-area {
    position: fixed;
    z-index: 99999;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    text-align: center;
    width: 730px;
    opacity: 0;
    visibility: hidden;
}
.fixed-area.visible {
	opacity: 1;
	visibility: visible;
}
.fixed-area.hidden {
	opacity: 0;
	visibility: hidden;
}
.fixed-area a {
    text-decoration: none;
}
.fixed-area a:hover {
    opacity: .7;
    transition: .3s;
}
.fixed-btn {
    display: flex;
    padding: 10px;
    background: #DA4F00;
    border-radius: 7px;
    width: 730px;
    height: 110px;
    box-sizing: border-box;
}
.soryo {
    position: relative;
    top: 0;
    right: 0;
    left: 6px;
    bottom: 0;
    margin: auto 0;
    padding: 20px 15px;
    color: #DA4F00;
    background: #fff;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 130%;
    border-radius: 5px;
    height: 75px;
    box-sizing: border-box;
}
.soryo br {
    display: none;
}
.main {
    margin: -8px auto 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    font-family: sans-serif;
    color: #FDF20F;
    width: 70%;
}
span {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 190%;
}
@-moz-document url-prefix(){ /* Firefox */
  .soryo{
    line-height: 160%;
  }
  .main{
    margin-top: -2px;
  }
}

@media screen and (max-width:750px){ /* 750px以下 */
    .fixed-area {
        width: 95vw;
    }
    .fixed-btn {
        justify-content: center;
        width: 95vw;
        height: 17vw;
    }
    .soryo {
        left: 0;
        padding: 6px 10px;
        font-size: 12px;
        height: 11vw;
    }
    .soryo br {
        display: block;
    }    
    .main {
        margin: -4px 0 0;
        font-size: 22px;
        width: 70vw;
    }
    span {
        font-size: 14px;
    }    
}

@media screen and (max-width:350px){ /* 350px以下 */
    .soryo {
        font-size: 10px;
    }
    .main {
        font-size: 20px;
        width: 68vw;
    }
}
