@charset "utf-8";

main {
	width: 890px;
	margin: 0 auto;
}

/* sec00
--------------------------------------------------------- */
.sec00 {
	text-align: center;
}
.sec00 h1 {
	margin-bottom: 30px;
}
.sec00 h1 img {
	border-radius: 10px;
}
.sec00 .txt_main {
	margin-bottom: 50px;
}

/* sec01
--------------------------------------------------------- */
.sec01 {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 890px;
	margin: 80px auto 50px;
}
.sec01 .article {
	display: block;
	margin-bottom: 60px;
	padding: 0 50px 0;
}
.sec01 .article.article01 {
	margin-bottom: 0;
}

/* 次回予告 */
.sec01 .article.article_first {
	padding: 0 50px 40px;
}
.sec01 .article.article_first .ep_content .ep_content_inner img {
	width: 200px;
}
.sec01 .article.article_first .ep_content .ep_content_inner .ep_text p {
	text-align: center;
	position: relative;
	top: 50px;
	font-weight: bold;
}

/* 背景色 */
.sec01 .yuruyaka_ep_list.odd_months article:nth-child(odd) {
	border: none;
	background-color: #faf5e7;
}
.sec01 .yuruyaka_ep_list.odd_months article:nth-child(even) {
	position: relative;
	border: 2px solid #B1B1B1;
}
.sec01 .yuruyaka_ep_list.even_months article:nth-child(even) {
	border: none;
	background-color: #faf5e7;
}
.sec01 .yuruyaka_ep_list.even_months article:nth-child(odd) {
	position: relative;
	border: 2px solid #B1B1B1;
}

/* 各話 */
.sec01 .yuruyaka_ep_list article .ep_images {
	width: 135px;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: -30px;
}
.sec01 .yuruyaka_ep_list article {
	border-radius: 10px;
}
.sec01 .yuruyaka_ep_list article .ep_content .ep_content_inner {
	desplay: flex;
	justify-content: space-between;
}
.sec01 .yuruyaka_ep_list article .ep_content .ep_content_inner a {
	width: 200px;
}
.sec01 .yuruyaka_ep_list article .ep_content .ep_content_inner a figure figcaption {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.sec01 .yuruyaka_ep_list article .ep_content .ep_content_inner .ep_text {
	width: 338px;
}
.sec01 .yuruyaka_ep_list article .ep_content .ep_content_inner .ep_text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.sec01 .yuruyaka_ep_list article .ep_content .ep_content_inner .ep_text p {
	font-size: 16px;
	color: #000;
	margin-top: 20px;
}
.sec01 .yuruyaka_ep_list .ep_content .ep_content_inner {
	display: flex;
}
.sec01 .yuruyaka_ep_list .ep_content .ep_character {
	display: block;
	width: 210px;
	position: relative;
	top: 35px;
	margin-top: -35px;
}
.sec01 .article.article_odd .ep_content .ep_character {

}
.sec01 .article.article_even .ep_content .ep_character {
	margin-left: auto;
	margin-right: 0;
}

/* sec02
--------------------------------------------------------- */
.sec02 {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 890px;
	margin: 0 auto 60px;
}
.author_introduction {
	text-align: left;
	margin-top: 60px;
}
.author_introduction p {
	font-size: 14px;
}
.author_introduction_inner {
	background-color: #faf5e7;
	height: 50%;
	padding: 20px;
	position: relative;
	display: flex;
}
.author_introduction_inner {
	margin-top: 56px;
}
.author_introduction .author_introduction_inner .author_image {
	width: 100px;
	height: auto;
}
.author_introduction_inner .character_img {
	position: absolute;
	right: 24px;
	top: -45px;
}
.author_introduction_inner .character_img img {
	height: 100px;
}
.author_introduction_inner .author_character img {
	width: 50%;
	height: auto;
}
.author_introduction_inner .author_description p {
	color: #21201f;
	width: 72%;
}
.author_introduction_inner .author_links {
	margin-top: 1em;
}
.media_introduction {
	border: 1px solid #faf5e7;
	height: 50%;
	margin-top: 28px;
	padding: 20px;
	display: flex;
}
.author_description,
.roomie_description {
	margin-left: 25px;
	width: 730px;
}
.author_description p a {
	display: block;
	margin-top: 1em;
}
.author_description p a.dp_i {
	display: inline;
	margin-top: 0;
}
.author_description p a.dp_ib {
	display: inline-block;
}
.author_description p a.dp_ib+span {
	margin-left: 1px;
}
.author_description p a:hover {
	text-decoration: underline;
}
.roomie_description {
	margin: 20px 0 20px 25px;
}
.emphasis_text {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	display: inline-block;
}

/* sec03
--------------------------------------------------------- */
.sec03 {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 890px;
	margin: 0 auto;
	padding: 0 115px;
}
.sec03 .sec03_inner p {
	padding: 12px 10px 12px 20px;
	font-size: 14px;
	color: #21201f;
	background-color: #dbeef4;
}
.sec03 .sec03_inner img {
	width: 100%;
}
.sec03 .sec03_inner a {
	transition: opacity .3s;
}
.sec03 .sec03_inner a:hover {
	opacity: 0.9;
}
.sec03 .sec03_inner div {
	background-color: #0070c0;
	height: 54px;
	line-height: 54px;
	text-align: center;
}
.sec03 .sec03_inner div a {
	display: block;
}
.sec03 .sec03_inner div a span::before {
	content: url(./../img/ico_arrow.png);
	position: relative;
	top: 3px;
	right: 12px;
}
.sec03 .sec03_inner div a span {
	color: #fff;
	font-size: 14px;
}
