@charset "utf-8";

#fanfes {
/*
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
*/
}
#fanfes #wrap {
    position:relative;
    width: 98%;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0 10px -5px rgba(80, 22, 0, 0.35);
}
#fanfes #wrap_inner {
    width: 100%;
    padding-top: 132%;
    margin: 0 auto;
    background: url("../images/pc_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 {
    width: 66.484%;
    margin: 0 auto;
    position: absolute;
    bottom: 32.2%;
    left: 0;
    right: 0;
}
#fanfes a.apply{
    width: 100%;
    padding-top: 15.746%;
    height: 0;
    background: url(../images/btn_apply.png);
    background-size: cover;
    background-position: 0 -100%;
}
#fanfes a.apply:hover {
    background-position: 0 -200%;
}
#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;
}
#fanfes a.mail{
    bottom: 4%;
    left: 34%;
    width: 14.53%;
    padding-top: 2.11%;
    height: 0;
    background: url(../images/btn_mail.png);
    background-size: cover;
}
#fanfes a.inquiry{
    bottom: 5.4%;
    left: 33%;
    width: 44.92%;
    padding-top: 2.108%;
    height: 0;
    background: url(../images/btn_inquiry.png);
    background-size: cover;
}
#fanfes a.mail:hover,
#fanfes a.inquiry:hover {
    background-position: 0 -100%;
}
#fanfes .btnwrap{
	width: 37%;
	margin: 0 auto;
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
}
#fanfes a.fanbtn{
	display: block;
	transition-duration: .3s;
}
#fanfes a.fanbtn:hover{
	opacity: 0.8;
	transition-duration: .3s;
}