body {
    /* 一つの背景画像に合併したらウィンドウサイズによってページ内リンクボタンの位置ずれるので、一つずつ設定することにした
    background: url(../images/background.jpg) no-repeat;
    background-size: cover; */
    color: #e9e8eb;
    text-align: center;
}

/* 区切り線センター寄り */
hr {
    margin-left: auto;
    margin-right: auto;
}

/* 下の画面に移行するページ内リンク */
img.jump {
	/* ボタン画像が一つの全体に見えるように縦並びにした
	   でもpタグを付けることにしたので必要性なくなった
    display: block;
    margin: 0 auto; */
	/* clear: both; */
    width: 50px;
    height: auto;
    /* デバッグ用
    border: solid 1px white; */
}
/* デバッグ用
a#check {
	border: solid 1px white;
} */


/* タイトル部分 */
/* レイアウトボックス全体 */
div.part1 {
    clear: both;
    background-image: url(../images/home1_back.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: auto;
    /* デバッグ用
    border: solid 1px white; */
}
/* タイトル大見出し */
h1 {
    padding-top: 12%;
    font-size: 80px;
    font-family: '游明朝', 'Yu Mincho', 'ＭＳ 明朝', 'MS Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
    line-height: 1.3em;
}
/* 大見出し下の区切り線 */
hr.part1 {
    width: 610px;
}
/* 大見出し区切り線下の小文字 */
p.part1 {
    margin-top: 2%;
    margin-bottom: 8%;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
}


/* 紹介とPVの大見出し */
h2 {
    font-size: 65px;
    font-family: 'Monotype Corsiva', 'Century';
    padding-top: 6%;
}


/* 簡単な紹介部分 */
/* レイアウトボックス全体 */
div.part2 {
    background-image: url(../images/home2_back.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: auto;
    /* デバッグ用
    border: solid 1px white; */
}
/* 大見出し下の区切り線 */
hr.part2 {
    width: 220px;
    margin-bottom: 2%;
}
/* 大見出し区切り線下の小文字紹介文 */
p.part2 {
    font-size: 17px;
    line-height: 2em;
}
/* 最新作品テキストボックス */
#recent {
    /* width: 500px;
    height: 400px; */
    border: solid 1px #e9e8eb;
    margin: 3% 20% 7% 20%;
    padding-top: 1%;
    padding-bottom: 1%;
    overflow: auto;
    /* ボックス真ん中の区切り線 */
    background-image: url(../images/line.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
/* テキストボックスの小見出し */
h3 {
    margin-bottom: 6%;
    font-size: 22px;
}
/* テキストボックスの左右コラム */
div#col1 {
    float: left;
    text-align: right;
    width: 43%;
}
div#col2 {
    float: right;
    text-align: left;
    width: 43%;
}


/* PV部分 */
/* レイアウトボックス全体 */
div.part3 {
    clear: both;
    background-image: url(../images/home3_back.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: auto;
    padding-bottom: 10%;
    /* デバッグ用
    border: solid 1px white; */
}
/* 大見出し下の区切り */
hr.part3 {
    width: 300px;
    margin-bottom: 5%;
}
/* 動画の左右コラム */
div#left {
    float: left;
    width: 35%;
    margin-left: 11%;
}
div#right {
    float: right;
    width: 35%;
    margin-right: 11%;
}
/* 動画下の文字 */
p.part3 {
    margin-top: 4%;
    font-size: 17px;
}
