@charset "utf-8";

/* # ARTICLE TOP
----------------------------------- */
.article-top {
	padding-top: 48px;
	padding-bottom: 40px;
}

.article-top .cts-inner {
	display: table;
	margin-bottom: 25px;
}

.article-top .article-img {
	display: table-cell;
	width: 470px;
	vertical-align: top;
	padding: 12px 0;
}

.article-top .article-ttl {
	display: table-cell;
	width: 470px;
	vertical-align: middle;
	padding-left: 40px;
}

.article-top .article-ttl .mod-ttl-cts {
	text-align: left;
}

.article-top .article-ttl .article-category {
	font-size: 0;
	line-height: 0;
}

.article-top .article-ttl .article-category > p {
	display: inline-block;
	font-size: 12px;
	color: #7d7d7d;
	/*line-height: 0 10px 10px;*/
	padding: 0 15px;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	background-color: #ffd33b;
}

@media only screen and (max-width: 736px) {
	.article-top {
		padding-top: 35px;
		padding-bottom: 15px;
	}

	.article-top .cts-inner {
		display: block;
		margin-bottom: 35px;
	}

	.article-top .article-img {
		display: block;
		width: 100%;
		padding: 0;
	}

	.article-top .article-ttl {
		display: block;
		width: 100%;
		padding: 0;
	}

	.article-top .article-ttl .mod-ttl-cts {
		text-align: left;
		padding: 14px 0 7px;
	}

	.article-top .article-ttl .article-category {
		font-size: 0;
		line-height: 0;
	}

	.article-top .article-ttl .article-category > p {
		font-size: 10px;
		line-height: 20px;
		padding: 0 9px;
		margin: 0 10px 10px 0;
		border-radius: 5px;
	}
}

/* # ARTICLE WRAP
----------------------------------- */
.article-wrp .cts-inner {
	padding-top: 40px;
	padding-bottom: 80px;
}

/* H2（モジュール） */
.article-wrp .mod-ttl-sub {
	padding-top: 30px;
	margin-bottom: 50px;
}

.article-wrp .txt-lead {
	font-family: 'FP-ヒラギノUD丸ゴ StdN W6';
	letter-spacing: 0.17em;
	font-size: 20px;
	color: #a30082;
	padding-bottom: 20px;
}

.article-wrp .txt {
	padding-bottom: 30px;
}

.article-wrp .txt .font-b {
	font-weight: bold;
}

.article-wrp .txt.txt-indent {
	text-indent: -1em;
	padding-left: 1em;
}

.article-wrp .lnk {
	padding-bottom: 30px;
}

/* テキスト内リンク */
.article-wrp .txt .mod-txtlink {
	display: inline;
	background-position: left 4px;
}

/* テキストボックス：1カラム */
.article-wrp .txtbox.bg-y {
	background-color: #fff3c1;
	padding: 30px 30px 0;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
}

.article-wrp .txtbox.bg-y .txt-lead {
	text-align: center;
}

/* テキストボックス：2カラム 画像左 */
.article-wrp .txtbox-l {
	*zoom: 1;
}

.article-wrp .txtbox-l:before, .article-wrp .txtbox-l:after {
	content: "";
	display: table;
}

.article-wrp .txtbox-l:after {
	clear: both;
}

.article-wrp .txtbox-l .inner-imgbox {
	width: 470px;
	float: left;
	padding: 6px 40px 30px 0;
}

.article-wrp .txtbox-l .inner-txtbox {
	width: 470px;
	float: right;
}


/* テキストボックス：2カラム 画像右 */
.article-wrp .txtbox-r .inner-imgbox {
	width: 470px;
	float: right;
	padding: 6px 0 10px 40px;
}

.article-wrp .txtbox-r .inner-imgbox {
	padding-bottom: 30px;
}

/* 画像ボックス：1カラム */
.article-wrp .imgbox .img {
	width: 470px;
	margin: 0 auto 30px;
}

@media only screen and (max-width: 736px) {
	.article-wrp .cts-inner {
		padding-top: 25px;
		padding-bottom: 50px;
	}

	/* H2（モジュール） */
	.article-wrp .mod-ttl-sub {
		padding-top: 25px;
		margin-bottom: 35px;
	}

	.article-wrp .txt-lead {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.article-wrp .txt {
		padding-bottom: 23px;
	}

	.article-wrp .txt .font-b {
		font-weight: bold;
	}

	.article-wrp .txt.txt-indent {
		text-indent: -1em;
		padding-left: 1em;
	}

	.article-wrp .lnk {
		padding-bottom: 23px;
	}

	/* テキストボックス：1カラム */
	.article-wrp .txtbox.bg-y {
		padding: 23px 20px 0;
		margin-top: 23px;
		margin-bottom: 23px;
		border-radius: 15px;
	}

	.article-wrp .txtbox.bg-y .txt-lead {
		text-align: center;
	}

	/* テキストボックス：2カラム 画像左 */
	.article-wrp .txtbox-l .inner-imgbox {
		width: 100%;
		float: none;
		padding: 0 0 20px;
	}

	.article-wrp .txtbox-l .inner-txtbox {
		width: 100%;
		float: none;
	}

	/* テキストボックス：2カラム 画像右 */
	.article-wrp .txtbox-r .inner-imgbox {
		width: 100%;
		float: none;
		padding: 0 0 20px;
	}

	.article-wrp .txtbox-r .inner-imgbox {
		padding-bottom: 20px;
	}

	/* 画像ボックス：1カラム */
	.article-wrp .imgbox .img {
		width: 100%;
		margin: 0 auto 30px;
	}
}

/* # MOVIE WRAP
----------------------------------- */
.movie-wrp .bg-wide {
	background-color: #fff3c1;
}

.movie-wrp .cts-inner {
	padding-bottom: 24px;
	background-image: url(/catguide/img/img_movie_b.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 980px 106px;
}

.movie-wrp .cts-inner:before {
	display: block;
	content: '';
	width: 201px;
	height: 150px;
	margin: 0 0 0 -246px;
	background-image: url(/catguide/img/img_movie_t.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 201px 150px;
	position: absolute;
	top: -130px;
	left: 50%;
}

.movie-wrp .mod-ttl-cts {
	color: #444;
}

.movie-wrp .movie-box {
	width: 640px;
	margin: 0 auto 33px;
}

.movie-wrp .movie-box .mod-ttl-index {
	font-size: 20px;
	padding: 8px 0 16px;
}

@media only screen and (max-width: 736px) {
	.movie-wrp .cts-inner {
		padding-top: 15px;
		padding-bottom: 13px;
		background-image: none;
	}

	.movie-wrp .cts-inner:before {
		width: 125.5px;
		height: 99px;
		margin: 0 0 0 -153.5px;
		background-size: 125.5px 99px;
		top: -80px;
	}

	.movie-wrp .mod-ttl-cts {
		padding: 15px 0 0;
	}

	.movie-wrp .movie-box {
		width: 100%;
		margin: 0 auto 32px;
	}

	.movie-wrp .movie-box .mod-ttl-index {
		font-size: 18px;
		padding: 13px 0 14px;
	}
}

/* # RECOMMEND WRAP
----------------------------------- */
.recommend-wrp {
	padding-top: 40px;
	padding-bottom: 40px;
}

.recommend-wrp .recommend-list {
	font-size: 0;
	line-height: 0;
	margin: 13px -20px 25px 0;
}

.recommend-wrp .recommend-list .box-recommend {
	width: 313px;
	display: inline-block;
	font-size: 16px;
	line-height: 1.7;
	vertical-align: top;
	margin: 0 20px 0 0;
}

.recommend-wrp .recommend-list .box-recommend > a {
	display: block;
	width: 100%;
	height: 100%;
}

.recommend-wrp .recommend-list .box-recommend .recommend-img {
	background-color: #fff;
	border-radius: 20px;
}

.recommend-wrp .recommend-list .box-recommend .recommend-txt {
	color: #fff;
	padding: 15px 12px;
}

@media only screen and (min-width: 737px) {
	.recommend-wrp .recommend-list .box-recommend > a:hover img {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: alpha(opacity=70);
	}

	.recommend-wrp .recommend-list .box-recommend > a:hover .recommend-txt {
		text-decoration: underline;
	}
}

@media only screen and (max-width: 736px) {
	.recommend-wrp {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.recommend-wrp .recommend-list {
		padding: 0;
		margin: 0 0 40px;
	}

	.recommend-wrp .recommend-list .box-recommend {
		width: 100%;
		display: block;
		font-size: 16px;
		line-height: 1.7;
		margin: 0;
		background-image: url(/common/img/sp/bdr_p_dash.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		background-size: 8px 1px;
	}

	.recommend-wrp .recommend-list .box-recommend > a {
		display: table;
		width: 100%;
		height: 100%;
		padding-bottom: 1px;
		box-sizing: border-box;
	}

	.recommend-wrp .recommend-list .box-recommend .recommend-img {
		display: table-cell;
		width: 47.8%;
		vertical-align: middle;
		padding: 15px 0;
		background-color: inherit;
		border-radius: 0;
	}

	.recommend-wrp .recommend-list .box-recommend .recommend-txt {
		display: table-cell;
		width: 52.2%;
		font-size: 15px;
		line-height: 1.5;
		vertical-align: middle;
		padding: 10px 0 10px 15px;
		box-sizing: border-box;
	}
}

/* # CATGUIDE BACKNUMBER
----------------------------------- */
.catguide-backnumber {
	padding-top: 102px;
}

.catguide-backnumber .list-backnumber {
	padding: 11px 0 10px;
}

.catguide-backnumber .list-backnumber ul {
	*zoom: 1;
}

.catguide-backnumber .list-backnumber ul:before, .catguide-backnumber .list-backnumber ul:after {
	content: "";
	display: table;
}

.catguide-backnumber .list-backnumber ul:after {
	clear: both;
}

.catguide-backnumber .list-backnumber ul > li {
	width: 313px;
	min-height: 70px;
	float: left;
	margin: 0 0 0 20px;
	background-image: url(/common/img/bdr_g_dash.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 8px 1px;
}

.catguide-backnumber .list-backnumber ul > li:nth-of-type(3n+1) {
	margin-left: 0;
	clear: both;
}

.catguide-backnumber .list-backnumber ul > li:nth-of-type(1), .catguide-backnumber .list-backnumber ul > li:nth-of-type(2), .catguide-backnumber .list-backnumber ul > li:nth-of-type(3) {
	position: relative;
}

.catguide-backnumber .list-backnumber ul > li:nth-of-type(1):before, .catguide-backnumber .list-backnumber ul > li:nth-of-type(2):before, .catguide-backnumber .list-backnumber ul > li:nth-of-type(3):before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-image: url(/common/img/bdr_g_dash.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 8px 1px;
	position: absolute;
	top: -1px;
	left: 0;
}

.catguide-backnumber .list-backnumber ul > li a {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 70px;
	color: inherit;
	padding: 5px 9px 5px 25px;
	box-sizing: border-box;
	background-image: url(/common/img/arr_t_p_r.png);
	background-repeat: no-repeat;
	background-position: 9px center;
	background-size: 6px 8px;
}

.catguide-backnumber .list-backnumber ul > li a > span {
	display: table-cell;
	vertical-align: middle;
}

.catguide-backnumber .list-backnumber .btn-expand {
	display: none;
}

.catguide-backnumber .btn-catguide {
	width: 230px;
	margin: 20px auto 98px;
}

@media only screen and (max-width: 736px) {
	.catguide-backnumber {
		padding-top: 65px;
		padding-bottom: 115px;
	}
	.catguide-backnumber .mod-ttl-cts {
		padding: 0 0 11px;
	}

	.catguide-backnumber .list-backnumber {
		padding: 0;
	}

	.catguide-backnumber .list-backnumber ul > li {
		width: 100%;
		min-height: 60px;
		float: none;
		margin: 0;
		background-image: url(/common/img/sp/bdr_g_dash.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		background-size: 8px 1px;
	}

	.catguide-backnumber .list-backnumber ul > li:nth-of-type(1) {
		position: relative;
	}

	.catguide-backnumber .list-backnumber ul > li:nth-of-type(1):before {
		display: block;
		content: '';
		width: 100%;
		height: 1px;
		background-image: url(/common/img/sp/bdr_g_dash.gif);
		background-repeat: repeat-x;
		background-position: left top;
		background-size: 8px 1px;
		position: absolute;
		top: -1px;
		left: 0;
	}

	.catguide-backnumber .list-backnumber ul > li:nth-of-type(2), .catguide-backnumber .list-backnumber ul > li:nth-of-type(3) {
		position: static;
	}

	.catguide-backnumber .list-backnumber ul > li:nth-of-type(2):before, .catguide-backnumber .list-backnumber ul > li:nth-of-type(3):before {
		display: none;
	}

	.catguide-backnumber .list-backnumber ul > li > a {
		display: table;
		width: 100%;
		height: 100%;
		min-height: 60px;
		color: inherit;
		padding: 5px 9px 5px 25px;
		box-sizing: border-box;
		background-image: url(/common/img/arr_t_p_r.png);
		background-repeat: no-repeat;
		background-position: 9px center;
		background-size: 6px 8px;
	}

	.catguide-backnumber .list-backnumber ul > li > a > span {
		display: table-cell;
		vertical-align: middle;
	}

	.catguide-backnumber .list-backnumber .btn-expand {
		display: block;
		width: 270px;
		margin: 20px auto 0;
	}

	.catguide-backnumber .list-backnumber .btn-expand .mod-btn-radius > span {
		background-image: none;
	}

	.catguide-backnumber .list-backnumber.open .btn-expand {
		display: none;
	}

	.catguide-backnumber .btn-catguide {
		width: 270px;
		margin: 20px auto 10px;
	}
}

/*  option-wrp
----------------------------------- */

.option-wrp .option {
	background: url(/common/img/bdr_g_dash.gif) repeat-x 0 0;
}

.option-wrp .sharebtn .mod-ttl-index {
	padding: 40px 0 32px;
}

/* article-recommend */
.article-recommend {
	padding: 80px 20px 40px;
}

.article-recommend .cts-inner {
	overflow: hidden;
}

.article-recommend .mod-ttl-index {
	padding: 10px 0 20px;
}

.article-recommend .article-recommend-slider {
	margin: 0 -20px 0 0;
}

.article-recommend .article-recommend-slider .slick-list {
	padding-top: 10px;
}

.article-recommend .article-recommend-slider .box-recommend {
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
	width: 240px;
}

.article-recommend .article-recommend-slider .box-recommend a {
	color: #444;
}

.article-recommend .article-recommend-slider .box-recommend a .img {
	display: block;
	width: 220px;
	font-size: 0;
	line-height: 1;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.article-recommend .article-recommend-slider .box-recommend a .img > img {
	border-radius: 10px;
}

.article-recommend .article-recommend-slider .box-recommend a .txt {
	display: block;
	width: 100%;
	padding: 30px 20px 0;
	box-sizing: border-box;
	font-size: 14px;
}

.article-recommend .article-recommend-slider .box-recommend.icn-new a .img:after {
	display: block;
	content: '';
	width: 47px;
	height: 47px;
	background-image: url(/common/img/icn_new.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 47px 47px;
	position: absolute;
	top: -1px;
	left: -1px;
}

.article-recommend .article-recommend-slider button.slick-arrow {
	top: 75px;
}

.article-recommend .article-recommend-slider button.slick-arrow.slick-prev {
	background-image: url(/common/img/btn_slider_py_l.png);
	left: -25px;
}
.article-recommend .article-recommend-slider button.slick-arrow.slick-next {
	background-image: url(/common/img/btn_slider_py_r.png);
	right: -5px;
}

@media only screen and (min-width: 737px) {
	.article-recommend .article-recommend-slider .box-recommend a:hover .img {
		opacity: 0.85;
		filter: alpha(opacity=85);
		-ms-filter: alpha(opacity=85);
		top: -6px;
	}
}

@media only screen and (max-width: 736px) {

	.option-wrp .sharebtn .mod-ttl-index {
		padding: 30px 0 20px;
	}

	.article-recommend {
		padding: 30px 0 30px;
	}

	.article-recommend .cts-inner {
		overflow: hidden;
	}

	.article-recommend .mod-ttl-index {
		padding: 5px 0 20px;
	}

	.article-recommend .article-recommend-slider {
		margin: 0 -15px 0 -15px;
	}

	.article-recommend .article-recommend-slider .slick-list {
		padding-top: 0;
	}

	.article-recommend .article-recommend-slider .box-recommend {
		padding: 0 5px;
		box-sizing: border-box;
	}

	.article-recommend .article-recommend-slider .box-recommend a .img {
		width: 158px;
	}

	.article-recommend .article-recommend-slider .box-recommend a .img > img {
		border-radius: 5px;
	}

	.article-recommend .article-recommend-slider .box-recommend a .txt {
		font-size: 12px;
		padding: 5px 10px;
	}

	.article-recommend .article-recommend-slider .box-recommend.icn-new a .img:after {
		width: 40px;
		height: 40px;
		background-position: -1px -1px;
		background-size: 42px 42px;
		top: 0;
		left: 0;
	}

	.article-recommend .article-recommend-slider button.slick-arrow {
		top: 48px;
	}

	.article-recommend .article-recommend-slider button.slick-arrow.slick-prev {
		background-image: url(/common/img/sp/btn_slider_py_l.png);
		left: 0;
	}

	.article-recommend .article-recommend-slider button.slick-arrow.slick-next {
		background-image: url(/common/img/sp/btn_slider_py_r.png);
		right: 0;
	}
}

@media only screen and (max-width: 340px) {
	.article-recommend .article-recommend-slider .box-recommend a .img {
		width: 138px;
	}
}


/*  BNRAREA
----------------------------------- */

.bnrarea {
	padding-top: 118px;
	margin-top: -36px;
	background-image: url(/common/img/bg_wave_t.png);
	background-repeat: repeat-x;
	background-position: center -2px;
	background-size: 764px 42px;
}

@media only screen and (max-width: 736px) {
	.bnrarea {
		padding-top: 64px;
		margin-top: -15px;
		background-image: url(/common/img/sp/bg_wave_t.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% 15px;
	}
}





