@charset "utf-8";
/* ===================================================================
CSS / elephant studio 2011
=================================================================== */

/*reset********************************/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img ,article, aside,canvas,details, figure, figcaption, footer, header, hgroup, menu, nav, section, summary{
	margin:0;
	padding:0;
}
ul, ol {
	list-style-type:none;
}

/*base********************************/
html { overflow-y:scroll;} /*スクロールバーを常に表示*/

body {
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	background-color: #80c9c0;
}
body#top {
	background-color: #83c5bd;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	font-size: 15px;
	color: #333333;
	line-height: 150%;
	text-align: justify;
}
img {
	border:none;
	display: block; /*画像の下余白対策でブロック要素にしてるのでtext-align効かない注意。style="margin:0 auto;"しよう。*/
}
a{
	color: #fff;
	font-style: normal;
	text-decoration: none;
}

a img {
  transition: 0.3s; /*0.3秒かけて変化させる（hoverとセット）*/
}
a img:hover {
  opacity: 0.7; /*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  transition: 0.3s;
}

a:focus, *:focus { outline:none; } /*画像リンクの破線・青線を消す*/

a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.hide-text { /*テキスト追い出し非表示*/
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.clear { clear:both; }


/*fadein********************************/
#bloc1 { display: none; }


/*menu********************************/
#menu_wrp {
	height: 40px;
	width: 100%;
	position: fixed;
	top: 0px; /* 位置(上0px) */
	left: 0px; /* 位置(上0px) */
	background-color: #362717;
}
#menu_list {
	height: 40px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu8,#menu9 {
	height: 40px;
	float: left;
	margin-right:15px;
    padding: 0 5px;
}

#menu7 {
	height: 40px;
	float: right;
	margin-right:15px;
}
.menu_activ{
    background:#fd1a16;
}

/*クリック時の囲み線を消す*/
#menu_list a {
	outline: none;
}

/*半透明*/
#menu0 {
	opacity: 0.5;
}


/*index********************************/
body#index {
}


/*main********************************/
#main_wrp {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/main_img_intro.jpg);
    background-size: cover;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}
#chapter1_main_wrp {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/main_img_chapter1.jpg);
    background-size: cover;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}
#chapter2_main_wrp {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/main_img_chapter2.jpg);
    background-size: cover;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
} 
#main_cont {
	width: 980px;
	height: 1452px;
	margin-right: auto;
	margin-left: auto;
} 
.amazon_logo {
	text-align: right;
	margin: 0px 10px 70vw 0px;
	padding-top: 10px;
}
.a_logo {
	text-align: right;
	margin: 0px 10px 70vw 0px;
	padding-top: 10px;
	height:56px;
}
.date {
    text-align: center;
    margin-bottom: 0px;
    bottom: auto;
    padding-bottom: 200px;
}
.bnr {
	text-align:center;
	margin-bottom:28px;
}
.billing {
	text-align:center;
	margin-bottom:20px;
}

/*タブ********************************/
@keyframes tabAnim{
  0%{opacity:0;}
  100%{opacity:1;}
}
.contents_wrap{
    width: 100%;
    margin: -39px auto;
}
input[type="radio"]{display:none;}

.tab_area{
    font-size: 0;
    padding: 0 10px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
.tab_area label{
    width:310px;
    height:25px;
    display:inline-block;
    padding:8px 0 6px;
    color:#fff;
    background:#362717;
    text-align:center;
    font-size:16px;
    cursor:pointer;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    vertical-align:bottom;
    margin:0px 5px 0;
    transition:background 0.2s linear 0s;
}

.tab_area label:first-child{
    margin-left: 5px;
}
.tab_area label:hover{
    background-color: #604D38;
}
.tab_area .tab_label_activ{
    background:#fd1a16;
}
.tab_area .tab_label_activ:hover{
    background:#fd1a16;
}



/*intro********************************/
#intro_wrp {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
} 
#intro_wrp .img_box {
	text-align: center;
	margin-bottom: 25px;
}
#intro_wrp .title {
	width: 697px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
#intro_wrp .txt {
    width: 697px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

/*story********************************/
#story_wrp_c1 {
    border-bottom: solid 30px #FFF;
}
#story_wrp_c2 {
    border-bottom: solid 30px #FFF;
    background-color: #a0d3ff;
}
#story_content_c1 {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
} 
#story_content_c2 {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/c2_story_bg.jpg);
    background-position: 0% 698px;
    padding-bottom: 50px;
} 
#story_wrp_c1 .img_box, #story_wrp_c2 .img_box {
	text-align: center;
	margin-bottom: 25px;
}
#story_wrp_c1 .title, #story_wrp_c2 .title  {
	width: 697px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
#story_wrp_c1 .txt, #story_wrp_c2 .txt {
	width: 697px;
	margin-left:auto;
	margin-right:auto;
}
.chapterno_txt {
    background: #333;
    padding: 5px 10px;
    margin-right: 15px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #FFFFFF;
    line-height: 23px;
    font-size: 15px;
    border-radius: 3px;
}


/*cast********************************/
#cast_wrp_c1 {
    padding-top: 40px;
}
#cast_wrp_c2 {
    background-image: url(../images/c2_cast_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: #a0d3ff;
    padding-top: 40px;
}
#cast_cntnr {
	width: 697px;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 200px;
} 
#cast_cntnr .title {
	margin-bottom: 20px;
}

.cast_container {
	display: flex;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:solid 1px #76a29c;
}

.cast_img_l {
	margin-right:12px;
}
.cast_img_r {
	margin-left:12px;
}
.cast_name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.cast_txt {
	width: 338px;
}
.noborder {
	border:none;
} 

/*billing********************************/
.billing_wrp_c1 {
    margin-top: 200px;
    margin-bottom: 311px;
}
.billing_wrp_c2 {
    padding-top: 210px;
    margin-bottom: 201px;
}
.billing_wrp_c1 img,.billing_wrp_c2 img {
    margin: 0 auto;
}

/*footer********************************/
#footer_wrp {
    background-image: url(../images/intro_footer.jpg);
    background-repeat: no-repeat;
    background-position:50% 100%;
    margin-top: 100px;
    height: 534px;
}
#chapter1_footer_wrp {
    background-image: url(../images/c1_footer.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
#chapter2_footer_wrp {
    background-image: url(../images/c2_footer.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    height: 1108px;
}

#footer_wrp .footer_txt1 {
	width:960px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
	line-height:20px;
}
#footer_wrp .footer_txt2 {
	width:960px;
	margin:0 auto;
	padding:0px;
	text-align:right;
	font-size:12px;
}

#chapter1_footer_wrp .footer_txt1,#chapter2_footer_wrp .footer_txt1 {
	width:960px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
	line-height:20px;
}
#chapter1_footer_wrp .footer_txt2,#chapter2_footer_wrp .footer_txt2 {
	width:960px;
	margin:0 auto;
	padding:0px 0px 7px 0px;
	text-align:right;
	font-size:12px;
}

#footer_cnt {
}
