@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : ストーリーページCSS
===================================================================== */

/* =====================================================================
*    #main
* =================================================================== */
#main {
	background: url(../images/common/bg_story.jpg) repeat center top;
	background-size: 224px auto;
}

@media screen and (min-width:800px){
	#main {
		background: url(../images/common/bg_story.jpg) repeat center top;
		background-size: 448px auto;
	}
}

/* #next-story_area */
.subpage #next-story_area.main_inner {
	background: url(../images/story/bg_next-story_bottom.jpg) no-repeat center bottom #FFF;
	background-size: 78.125%;
	margin-bottom: 9.375%;
}

#next-story_area .mydo_area {
	width: 96.5518%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

#next-story_area .mydo_area::before {
	content: "";
	width: 7.1429%;
	height: 0;
	padding-top: 10.7143%;
	display: block;
	background: url(../images/common/bg_mydo_left.png) no-repeat left center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
}

#next-story_area .mydo_area::after {
	content: "";
	width: 7.1429%;
	height: 0;
	padding-top: 10.7143%;
	display: block;
	background: url(../images/common/bg_mydo_right.png) no-repeat right center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
}

#next-story_area .mydo_area a {
	width: 80.3572%;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 1.4em;
	background-color: #0c45ae;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 2.1429%;
	margin-left: auto;
	margin-right: auto;
}

#next-story_area .img_main {
	width: 96.5518%;
	box-sizing: border-box;
	border: 3px solid #ffd200;
	margin-top: 10.3449%;
	margin-left: auto;
	margin-right: auto;
}

#next-story_area .story-number {
	width: 96.5518%;
	color: #0c45ae;
	font-size: 1.6rem;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	margin-top: 5.1725%;
	margin-left: auto;
	margin-right: auto;
}

#next-story_area .text_title {
	width: 96.5518%;
	font-size: 1.6rem;
	line-height: 1.3em;
	color: #0c45ae;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

#next-story_area .text_onair {
	width: 96.5518%;
	font-size: 1.5rem;
	line-height: 1.15em;
	text-align: center;
	margin-top: 3.4483%;
	margin-left: auto;
	margin-right: auto;
}

#next-story_area .text_next {
	width: 89.6552%;
	font-size: 1.4rem;
	line-height: 1.5em;
	text-align: center;
	margin-top: 10.3449%;
	margin-bottom: 8.6207%;
	margin-left: auto;
	margin-right: auto;
}

.slide_img_wrap {
	width: 96.5518%;
	position: relative;
	box-sizing: border-box;
	padding-left: 13.7932%;
	padding-right: 13.7932%;
	margin-bottom: 8.6207%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

.slide_img_wrap .slide_img_wrap_inner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slide_img_wrap .slide_img li {
	float: left;
	list-style: none;
}

.slide_img_wrap .slide_img li div {
	display: block;
	box-sizing: border-box;
	border: 3px solid #0c45ae;
	border-radius: 10px;
	overflow: hidden;
}

.slide_img_wrap .btn_ctrl {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slide_img_wrap .btn_ctrl .btn_left,
.slide_img_wrap .btn_ctrl .btn_right {
	width: 30px;
	height: 0;
	padding-top: 30px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.slide_img_wrap .btn_ctrl .btn_left {
	left: 0;
	background: url(../images/story/btn_list_image_left.jpg) no-repeat center center;
	background-size: 100% auto;
}

.slide_img_wrap .btn_ctrl .btn_right {
	right: 0;
	background: url(../images/story/btn_list_image_right.jpg) no-repeat center center;
	background-size: 100% auto;
}

.slide_img_wrap .btn_ctrl .btn_left a,
.slide_img_wrap .btn_ctrl .btn_right a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
	overflow: hidden;
}

@media screen and (min-width:640px){
}

@media screen and (min-width:800px){
	.page_ttl::before {
		background: url(../images/story/img_ttl_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	.subpage #next-story_area.main_inner {
		background: url(../images/story/bg_next-story_bottom.jpg) no-repeat center bottom #FFF;
		background-size: 63.7255%;
		margin-bottom: 8.3026%;
	}

	#next-story_area .mydo_area {
		width: 48.9362%;
		max-width: none;
	}

	#next-story_area .mydo_area::before {
		width: 28px;
		padding-top: 42px;
	}

	#next-story_area .mydo_area::after {
		width: 28px;
		padding-top: 42px;
	}

	#next-story_area .mydo_area a {
		width: 82.6087%;
		font-size: 2.0rem;
		line-height: 28px;
		border-radius: 10px;
		padding: 5px;
	}

	#next-story_area .img_main {
		width: 70.2128%;
		border: 6px solid #ffd200;
		margin-top: 4.2554%;
	}

	#next-story_area .story-number {
		width: 69.149%;
		font-size: 3.2rem;
		line-height: 1.3em;
		margin-top: 1.5958%;
	}

	#next-story_area .text_title {
		width: 69.149%;
		font-size: 3.2rem;
		line-height: 1.3em;
	}

	#next-story_area .text_onair {
		width: 69.149%;
		font-size: 2.4rem;
		line-height: 1.4em;
		margin-top: 1.0639%;
	}

	#next-story_area .text_next {
		width: 69.149%;
		font-size: 1.8rem;
		line-height: 1.5em;
		margin-top: 3.1915%;
		margin-bottom: 3.1915%;
	}

	.slide_img_wrap {
		width: 82.9788%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 5.3192%;
	}

	.slide_img_wrap .slide_img li {
		box-sizing: border-box;
		padding-left: 1.2821%;
		padding-right: 1.2821%;
	}
}

@media screen and (min-width:1401px){
	.subpage #next-story_area.main_inner {
		margin-bottom: 90px;
	}
}

/* #backnumber */
.subpage #backnumber.main_inner {
	background: url(../images/story/bg_backnumber.jpg) repeat center center;
	background-size: 25px auto;
}

#backnumber .subtitle {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}

#backnumber .back_wrap ul {
	width: 100%;
	text-align: center;
	letter-spacing: -.40em;
	padding-top: 3.4483%;
}

#backnumber .back_wrap li {
	width: 28.6207%;
	display: inline-block;
	letter-spacing: normal;
	margin-top: 3.4483%;
}

#backnumber .back_wrap li:not(:nth-child(3n)):not(last-child) {
	margin-right: 1.7242%;
}

#backnumber .back_wrap li a {
	color: #000;
	text-decoration: none;
}

#backnumber .back_wrap li p.story-number {
	height: 20px;
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: bold;
	background-color: #ffd200;
	border-radius: 5px;
	margin-bottom: 6.0241%;
}

@media screen and (min-width:800px){
	.subpage #backnumber.main_inner {
		background: url(../images/story/bg_backnumber.jpg) repeat center center;
		background-size: 50px auto;
	}

	#backnumber .subtitle {
		width: 440px;
	}

	#backnumber .back_wrap ul {
		padding-top: 3.1915%;
	}

	#backnumber .back_wrap li {
		width: 21.9149%;
		margin-top: 2.1277%;
	}

	#backnumber .back_wrap li:not(:nth-child(3n)):not(last-child) {
		margin-right: 0;
	}

	#backnumber .back_wrap li:not(:nth-child(4n)):not(last-child) {
		margin-right: 1.2766%;
	}

	#backnumber .back_wrap li p.story-number {
		height: 30px;
		font-size: 1.8rem;
		line-height: 30px;
		border-radius: 10px;
		margin-bottom: 4.8544%;
		transition: all 0.2s ease;
	}

	#backnumber .back_wrap li a:hover p.story-number {
		color: #FFF;
		background-color: #e4007f;
	}

	#backnumber .back_wrap li a .thumbs {
		transition: all 0.2s ease;
	}

	#backnumber .back_wrap li a:hover .thumbs {
	    -webkit-transform: scale(1.1);
    	-moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    	transform: scale(1.1);
		opacity: 0.8;
	}
}

@media screen and (min-width:1401px){
}