@charset "utf-8";

@font-face{ 
	font-family: 'Dashed';
	src: url('../fonts/learningcurve/LearningCurveDashed.eot');
	src: url('../fonts/learningcurve/LearningCurveDashed.eot?iefix') format('eot'),
	     url('../fonts/learningcurve/LearningCurveDashed.woff') format('woff'),
	     url('../fonts/learningcurve/LearningCurveDashed.ttf') format('truetype'),
	     url('../fonts/learningcurve/LearningCurveDashed.svg#webfont') format('svg');
}

.p-content-header,
.p-breadcrumb{
	display:none;
}

.font_small{
	font-size: 70%;
}
.mincho{
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 679px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}



/* メイン画像ブロック */
.main_block{
	position: relative;
}
.main_block:after{ content:" "; display: block; clear: both; line-height: 0; height: 0;}
@media (max-width: 679px){
	.main_block{
		margin: 0 -15px;
		padding: 15px;
	}
}


/* PC prev/next */
.main_block .prev{
	position: absolute;
	left: 0;
	top: 0;
}
.main_block .next{
	position: absolute;
	right: 0;
	top: 0;
}
.main_block .prev a,
.main_block .next a{
	color: #fff;
	text-decoration: none;
	width: 100px;
	height: 480px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.main_block a:hover{
	background-color: rgba(255,255,255,.1);
}
@media (max-width: 679px){
	.main_block .prev,
	.main_block .next{
		display: none;
	}
}

/* SP prev/next */
.sp_block{
	display: none;
}
@media (max-width: 679px){
	.sp_block{
		margin: 0 -15px;
		display: block;
		padding: 0 15px 15px;
	}
	.sp_block .sp_profile{
		color: #fff;
		font-size: 85%;
	}
	.sp_block .page_link{
		width: auto;
		display: block;
		margin: 20px auto 0;
		text-align: center;
	}
	.sp_block .page_link li{
		display: inline-block;
		background: #fff;
		text-align: center;
		padding: 5px 10px;
	}
	.sp_block .page_link li+li{
		margin-left: 10px;
	}
	.sp_block .page_link a{
		text-decoration: none;
		font-size: 80%;
	}
}









.main_img_area:after{ content:" "; display: block; clear: both; line-height: 0; height: 0;}
.main_img_area{
	width: 1100px;
	margin: auto;
}
@media (max-width: 679px){
	.main_img_area{
		width: auto;
	}
}

.main_block .l_box{
	width: 200px;
	height: 480px;
	display: block;
	margin: 0 40px 0 0;
	padding: 90px 0 0;
	box-sizing: border-box;
	float: left;
	color: #fff;
	position: relative;
}
.story_num{
	text-align: center;
}
.main_block .l_box dt{
	font-size: 150%;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
@media (max-width: 679px){
	.main_block .l_box{
		width: auto;
		height: auto;
		margin: 0 0 0 0;
		padding: 0 0 0;
		float: none;
	}
}

.profile{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	display: block;
	width: 140px;
	margin: auto;
}
.profile p{
	margin-top: 10px;
	font-size: 85%;
}
.profile p:before,
.sp_profile p:before{
	content:"◯";
	margin-right: 4px;
}
.profile span,
.sp_profile span{
	font-size: 70%;
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 679px){
	.story_num{
		text-align: left;
	}
	.profile{
		display: none;
	}
}

.main_block .r_box{
	width: 848px;
	display: block;
	position: relative;
	float: right;
}
.main_block .story_name{
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: -65px;
}
@media (max-width: 679px){
	.main_block .r_box{
		width: auto;
		float: none;
	}
	.main_block .story_name{
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}


/* リード ブロック */
.koe .lead{
	text-align: center;
	margin: 45px 0;
}
@media (max-width: 679px){
	.koe .lead{
		text-align: center;
		margin: 30px 0;
	}
}

/* テキスト ブロック */
.text_block{
	 width: 920px;
	 margin: auto;
	 display: table;
}
.text_block h4,
.text_block p{
	 width: 460px;
	 display: table-cell;
	 vertical-align: middle;
	 padding: 0 10px;
	 box-sizing: border-box;
}
.text_block h4{
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 160%;
	font-weight: normal;
}
@media (max-width: 679px){
	.text_block{
		 width: auto;
		 display: block;
		display: -webkit-flex;
		display: flex;
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
	}
	.text_block h4,
	.text_block p{
		 width: auto;
		 display: block;
		 padding: 0 10px;
	}
	.text_block.t_right h4{
		order: 1;
		-webkit-order: 1;
	}
	.text_block.t_right p{
		order: 2;
		-webkit-order: 2;
	}
}


/* 画像ブロック */
.img_block_w100{
	margin: 45px 0;
}
.img_block_w100:after{ content:" "; display: block; clear: both; line-height: 0; height: 0;}
.img_block_w100 img{
	width: 50%;
	float: left;
}
@media (max-width: 679px){
	.img_block_w100{
		margin: 30px -15px;
	}
}


/* スライダー */
.slide_block{
	margin: 45px 0;
}
@media (max-width: 679px){
	.slide_block{
		margin: 30px 0;
	}
	.slider{
		margin: 0 -15px;
	}
}


/* ピックアップ */
.pickup_block:after{ content:" "; display: block; clear: both; line-height: 0; height: 0;}
.pickup_block{
	width: 920px;
	margin: 60px auto 0;
}
.pickup_block section{
	width: 298px;
	float: left;
	margin-left: 13px;
}
.pickup_block section:nth-of-type(1){
	margin-left: 0;
}
.pickup_block li{
	margin-bottom: 13px;
}
.pickup_block li a:hover{
	transition: opacity 0.2s ease 0s;
	opacity: 0.7;
}
.pickup_block .pickup{
	font-size: 380%;
	font-family: 'Dashed', Arial, sans-serif;
	line-height: 1.6;
}
@media (max-width: 679px){
	.pickup_block{
		width: auto;
		margin: 60px auto 0;
	}
	.pickup_block section{
		width: auto;
		float: none;
		margin-left: 0;
	}
	.pickup_block section+section{
		margin-top: 30px;
	}
	.pickup_block ul{
		width: auto;
		float: none;
		margin-left: 0;
	}
	.pickup_block ul li{
		float: left;
		width: 49%;
		background: #666;
	}
	.pickup_block ul li+li{
		float: right;
	}
	.pickup_block ul:after{ content:" "; display: block; clear: both; line-height: 0; height: 0;}
}



/* インフォ */
.info{
	text-align: center;
	margin-top: 30px;
}
.info dt{
	font-size: 180%;
	color: #6C0201;
}
.info dt span{
	font-size: 60%;
}
.info p{
	margin-top: 10px;
}
.info .c-link{
	color: #6C0201;
}
.info .facebook{
	color: #6C0201;
}
.info a{
	color: #231815;
	text-decoration: none;
}


/* ほかの物語をみる */
.other_story{
	width: 1000px;
	margin: 110px auto 0;
}
.bg_title{
	border-top: 1px solid #231815;
	position: relative;
}
.bg_title:before{
	content:"●";
	line-height: 0;
	position: absolute;
	left: -3px;
}
.bg_title:after{
	content:"●";
	line-height: 0;
	position: absolute;
	right: -3px;
}
.bg_title span{
	background: #231815;
	color: #fff;
	display: block;
	width: 640px;
	height: 60px;
	padding-top: 15px;
	font-size: 130%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: -30px auto 0;
	text-align: center;
}
.bg_title span:after{
	content:" ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 20px 0 20px;
	border-color: #231815 transparent transparent transparent;
	display: block;
	margin: auto;
}
.other_story ul:after{ content:" "; display: block; clear: both; line-height: 0; height: 0;}
.other_story ul{
	margin: 80px -20px 0 0;
}
.other_story li{
	float: left;
	margin-right: 20px;
	text-align: center;
}
.other_story li a{
	text-decoration: none;
	color: #231815;
}
.other_story li a:hover{
	transition: opacity 0.2s ease 0s;
	opacity: 0.7;
}
.other_story li dl{
	margin-top: 20px;
}
.other_story li dt{
	border-bottom: 1px solid #231815;
	padding-bottom: 5px;
	margin: 0 0 8px 0;
	font-size: 120%;
	font-weight: bold;
}
.other_story li dd{
	line-height: 1.6;
}

@media (max-width: 679px){
	.other_story{
		width: auto;
		margin: 80px auto 0;
	}
	.bg_title{
		border-top: none;
		width: auto;
	}
	.bg_title:before{
		content:"";
	}
	.bg_title:after{
		content:"";
	}
	.bg_title span{
		width: auto;
		height: 60px;
		padding-top: 15px;
		margin: 0;
		text-align: center;
	}
	.other_story ul{
		padding-top: 80px;
	}
	.other_story li{
		float: none;
		margin: 0 0 20px 0;
		text-align: left;
	}
	.other_story li p{
		display: inline-block;
		width: 40%;
		vertical-align: middle;
		margin-right: 10px;
	}
	.other_story li dl{
		margin-top: 0;
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}

}

/* story01 */
.story01 .main_block,
.story01 .sp_block{
	background: #6C0201;
}
.story01 .pickup,
.story01 .sp_block .page_link a{
	color: #6C0201;
}
/* story02 */
.story02 .main_block,
.story02 .sp_block{
	background: #70C7DA;
}
.story02 .pickup,
.story02 .sp_block .page_link a{
	color: #70C7DA;
}



/* 一覧 */
.koe_list{
	width: 1000px;
	margin: auto;
}
.koe_list .lead{
	text-align: center;
	line-height: 1.9;
}
.list_block{
	margin: 40px 0;
	border-top: 1px solid #231815;
	padding-top: 20px;
}
.list_block li+li{
	margin-top: 30px;
}
.list_block li{
	border-bottom: 1px solid #231815;
	padding-bottom: 20px;
}
.list_block li a{
	text-decoration: none;
	color:#231815;
}
.list_block li:after{content:" "; display: block; clear: both; line-height: 0; height: 0;}
.list_block li img{
	float: left;
	width: 32%;
}
.list_block li dl{
	float: right;
	width: 66%;
	margin-top: 0;
}
.list_block li dt{
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 160%;
	font-weight: normal;
	margin: -4px 0 10px 0;
}
.list_block li a:hover{
	transition: opacity 0.2s ease 0s;
	opacity: 0.7;
}
@media (max-width: 679px){
	.koe_list{
		width: auto;
		margin: 0px auto 0;
	}
	.list_block li img{
		margin-bottom: 10px;
	}
	.list_block li dl{
		float: none;
		width: auto;
	}
	.list_block li dt{
		width: 66%;
		float: right;
	}
	.list_block li dd:before{content:" "; display: block; clear: both; line-height: 0; height: 0;}
}