@charset "utf-8";
#bg{
    width: 100%;
    position: relative;
    background: #fff url("../images/bg.jpg") no-repeat top center / cover;
    margin: 0 auto;
}

#bg .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#bg #footer{
    background: url("../images/footer_bg.png") no-repeat bottom center / cover;
    padding-top: 28.9489%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#bg #bg_inner{
    position: relative;
    max-width: 1280px;
	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: 115px;
    height: 34px;
    top: 20px;
    left: auto;
    right: 20px;
    z-index: 3;
}
#bg #language:hover{
    opacity: 0.8;
}
#bg #header_ph{
    position: relative;
    padding-top: 32.956%;
    margin-bottom: 10%;
}
#bg #header_ph .ttl{
    background: url("../images/ttl_pc.png") no-repeat top center / cover;
    padding-top: 32.956%;
    position: absolute;
    top: 20%;
    left: -10%;
    right: auto;
    width: 100%;
    z-index: 2;
}

#bg #main{
    max-width: 656px;
    position: relative;
    margin: 0 auto;
}
#bg #main .txt{
    background: url("../images/main_txt.png") no-repeat top center / cover;
    padding-top: 82.926%;
}

#bg #content{
    width: 90%;
    position: relative;
    margin: 5% auto 0;
    padding-bottom: 20%;
}
#bg #content .txt{
    background: url("../images/content.png") no-repeat top center / cover;
    padding-top: 137.049%;
}