@charset "utf-8";
#bg{
    width: 100%;
    position: relative;
    background: #fff url("../images/bg_sp.jpg") no-repeat top center / cover;
    margin: 0 auto;
    background-attachment: fixed;
}

#bg .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#bg #bg_inner{
    position: relative;
    width: 100%;
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#bg #language{
    position: absolute;
    background: url("../images/english.png") no-repeat bottom center / cover;
    display: block;
    width: 20%;
    padding-top: 5.9%;
    top: 20px;
    left: auto;
    right: 20px;
    z-index: 3;
}
#bg #header_ph{
    position: relative;
    padding-top: 32.956%;
    margin-bottom: 27%;
}
#bg #header_ph .ttl{
    background: url("../images/ttl_pc.png") no-repeat top center / cover;
    padding-top: 40.865%;
    position: absolute;
    top: 50%;
    left: -29%;
    right: auto;
    width: 124%;
    z-index: 2;
}

#bg #main{
    position: relative;
    margin: 0 auto;
    width: 95%;
}
#bg #main .txt{
    background: url("../images/main_txt_sp.png") no-repeat top center / cover;
    padding-top: 95.15625%;
}

#bg #content{
    width: 90%;
    position: relative;
    margin: 5% auto 0;
    padding-bottom: 20%;
}
#bg #content .txt{
    background: url("../images/content_sp.png") no-repeat top center / cover;
    padding-top: 235.468%;
}