@charset "utf-8";
nav {
    background: #fff;
}
#fanfes {
    position: relative;
}
#fanfes:before {
/*
    position: fixed;
    content: "";
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    z-index: -1;
*/
}
#fanfes #wrap_inner {
    width: 100%;
    padding-top: 265.1%;
    margin: 0 auto;
    background: url("../images/sp/sp_main02.jpg?2111261600") no-repeat;
    background-size: cover;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    line-height: 120%;
    position: relative;
}
#fanfes a.button{
    display: block;
    height: 100%;
    text-indent: -10000px;
    text-decoration: none;
    overflow: hidden;
}
#fanfes .btnWrap{
    position: absolute;
    top: 65.0%;
    left: 0;
    right: 0;
    margin:auto;
    width: 100%;
    padding: 2% 3% 1% 2%;
    box-sizing: border-box;
    transition: .3s;
}
#fanfes .btnWrap.fixed {
    position: fixed;
    bottom: 0;
    top: auto;
    background: rgb(0 0 0 / 60%);
}
#fanfes .btnWrap a.apply{
    width: 100%;
    height: 0;
    padding-top: 30.33707%;
    background: url(../images/sp/btn_apply.png);
    background-size: cover;
    transition: .3s padding-top;
    background-position: 0 -100%;
}
#fanfes .btnWrap.fixed a.apply{
    padding-top: 19.6629%;
    background: url(../images/sp/btn_apply_fixed.png);
    background-size: cover;
}
#fanfes a.apply:hover {
    background-position: 0 -200%;
}
#fanfes .btnWrap.fixed a.apply:hover{
    background-position: 0 -100%;
}
#fanfes a.apply.beforestart {
    background-position: 0 0;
}
#fanfes a.apply.beforestart:hover {
    background-position: 0 0;
}
#fanfes a.apply.gray {
    background-position: 0 -300%;
}
#fanfes a.apply.gray:hover {
    background-position: 0 -300%;
}


#fanfes a.mail,
#fanfes a.inquiry {
    position: absolute;
    left: 5.4%;
}
#fanfes a.mail{
    bottom: 4.28%;
    width: 41.87%;
    padding-top: 7.2%;
    height: 0;
    background: url(../images/sp/btn_mail.png);
    background-size: cover;
}
#fanfes a.inquiry{
    bottom: 2.4%;
    width: 83.73%;
    padding-top: 14%;
    height: 0;
    background: url(../images/sp/btn_inquiry.png);
    background-size: cover;
}
#fanfes a.mail:hover,
#fanfes a.inquiry:hover {
    background-position: 0 -100%;
}
#fanfes .btnwrap{
	width: 94%;
	margin: 0 auto;
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
}
#fanfes a.fanbtn{
	display: block;
}