@charset "UTF-8";
@import "./reset.css";

/**************************************************/
/* トップページ */
/**************************************************/
.liquidBg{width:100%;box-sizing:border-box;}
.liquidBox{width:100%;}

/**************************************************/
/* ヘッダ */
/**************************************************/
#hd{text-align:center;}
#hd .liquidBox{width:100%;max-width:640px;margin:0px auto;}
#hd h1{padding-bottom:3.125%;}
#hd img{width:100%;height:auto;}

/**************************************************/
/* 再生 */
/**************************************************/
#play{width:100%;max-width:640px;margin:0px auto;text-align:center;position:relative;z-index:1;}
#play h4{position:relative;width:100%;height:0px;padding-top:55.334%;z-index:1;}
#play h4 img{position:absolute;left:0px;top:0px;width:100%;height:auto;}

#play p{width:100%;margin:0px auto;position:relative;z-index:2;}
#play p.prof{width:93.334%;padding-bottom:3.334%;}
#play img{width:100%;height:auto;}

.playbox{width:93.75%;margin:0px auto;}

#prof01{padding-bottom:10.938%;}

#prof02{padding-bottom:10.938%;}

#prof03{padding-bottom:10.938%;}

#prof04{padding-bottom:0%;}

/**************************************************/
/* フッタ */
/**************************************************/
#ft{text-align:center;padding:22px 0px 22px;}
#ft .liquidBox{padding:0px 0px 94px;}

#copyright{color:#000;font-size:8px;line-height:13px;text-align:center;}

/**************************************************/
/* アンカー */
/**************************************************/
#anchor{position:relative;width:100%;height:0px;z-index:2;}
#anchor p{position:fixed;left:50%;bottom:20px;width:100%;}
#anchor a{display:block;}
#anchor img{width:74px;height:auto;margin:0px auto;}

.scriptOn #anchor p{width:74px;margin-left:-37px;}

/**************************************************/