@charset "UTF-8";
/*------------------------------------*
		SPECIAL
*------------------------------------*/
/* special common */
.text-b {
	font-weight: bold;
}

.emphasis{
	color: #e84a5f;
	font-weight: bold;
}

/* sns area */
.sns-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 360px;
	height: 20px;
	margin: 0 auto 20px;
	padding-right: 77px;
	text-align: right;
	vertical-align: top;
}

.sns-area > div {
	display: block;
	line-height: 1.0;
}

.sns-area > .fb {
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 768px) {
	.sns-area {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		display: table;
		width: 100%;
		padding-right: 0;
		text-align: center;
		vertical-align: top;
	}

	.sns-area > div {
		display: table-cell;
		line-height: 1.0;
		vertical-align: top;
	}

	.sns-area > div:nth-child(1) {
		padding-right: 5px;
		text-align: right;
	}

	.sns-area > div:nth-child(2) {
		padding-left: 5px;
		text-align: left;
	}

	.sns-area > .fb {
		position: static;
	}
}

/* contents area */
.contents-midori-area .wrp-main-area {
	padding-top: 20px;
}

.contents-midori-area .wrp-intro-area {
	overflow: hidden;
	position: relative;
	padding: 10px 0 30px;
	background-color: #fff;
	z-index: 10;
}

.contents-midori-area .wrp-intro-area .ttl {
	margin-left: -55px;
}

@media only screen and (max-width: 768px) {
	.contents-midori-area {
		background-image: none;
	}

	.contents-midori-area .bg-midorichan {
		background-image: url(/japanese/myslot/midorichan/event/img/sp/bg_midorichan_event_sp.png);
		background-position: 50% -6px;
		background-repeat: no-repeat;
		background-size: 620px 685px;
	}

	.contents-midori-area .wrp-intro-area {
		position: relative;
		padding: 15px 0 30px;
		z-index: 10;
	}

	.contents-midori-area .wrp-intro-area .ttl {
		margin-left: 0px;
	}

	.contents-midori-area .wrp-intro-area .ttl img {
		width: 100%;
		height: auto;
	}

	.contents-midori-area .wrp-main-area {
		padding-top: 10px;
	}
}

/* スペシャルトップ コンテンツリスト
----------------------------------- */
.content-list {
	margin-top: 24px;
	margin-bottom: 63px;
}

#webmanga, #wallpaper {
	margin-bottom: 45px;
}

#illust {
	margin-bottom: 50px;
}

.content-list .wrp-cnt {
	width: 100%;
	margin: 0 auto 28px;
}

.content-list .wrp-cnt img {
	width: 100%;
}

.content-list .wrp-cnt .sttl {
	width: 100%;
	margin: 0 0 20px;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .link-block {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1px 1px 11px;
	border-radius: 10px;
	overflow: hidden;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .link-block .img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	transition: opacity 600ms;
}

.content-list .wrp-cnt > ul[class^=list-] > li.new .box-inner .link-block {
	position: relative;
}

.content-list .wrp-cnt > ul[class^=list-] > li.new .box-inner .link-block:after {
	display: block;
	content: '';
	width: 48px;
	height: 48px;
	background-image: url(/japanese/myslot/midorichan/special/img/icn_new.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 5px;
	left: 5px;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner a.link-block:hover {
	text-decoration: none;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner a.link-block:hover .img,
.content-list .wrp-cnt > ul[class^=list-] > li .box-inner a.link-block.act .img {
	/* opacity: 0.7; */
	opacity: 0.5;
	transition: opacity 600ms;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner a.link-block:hover .box-text .ttl,
.content-list .wrp-cnt > ul[class^=list-] > li .box-inner a.link-block.act .box-text .ttl {
	color: #ff6600;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .link-block.link-imgborder {
	padding: 0;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .link-block.link-imgborder .img {
	border: 8px solid #009256;
	border-radius: 10px;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-text {
	width: 100%;
	text-align: center;
	padding: 11px 0 0;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-text .ttl {
	font-size: 18px;
	color: #019f5e;
	font-weight: bold;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .author {
	width: 100%;
	font-size: 14px;
	color: #019f5e;
	font-weight: bold;
	text-align: center;
	padding: 0 0 15px;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .author a {
	text-decoration: underline;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .author a:hover {
	text-decoration: none;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over {
	display: none;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(7, 67, 45, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over .inner {
	display: table;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over .inner .list-link {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 10px;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over .inner .list-link > li {
	width: 100%;
	border-bottom: 1px solid #575959;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over .inner .list-link > li a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding: 8px 0 8px 53px;
	background-image: url(/japanese/myslot/midorichan/special/img/icn_arrow.png);
	background-position: 26px 50%;
	background-repeat: no-repeat;
	background-size: 9px auto;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow {
	background-color: #ffe400;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .link-block {
	box-sizing: border-box;
	padding: 22px 22px 0;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .link-block .img {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow a.link-block:hover {
	text-decoration: none;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow a.link-block:hover .box-text .text {
	color: #ff6600;
}
.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .box-text {
	display: table;
	width: 100%;
	min-height: 64px;
	text-align: left;
	box-sizing: border-box;
	padding: 14px 0;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .box-text .text {
	display: table-cell;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 0 0 30px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 23px auto;
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .box-text .text.icn-movie {
	background-image: url(/japanese/myslot/midorichan/special/img/icn_movie.png);
}

.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .box-text .text.icn-pdf {
	background-image: url(/japanese/myslot/midorichan/special/img/icn_pdf.png);
}


.content-list .wrp-cnt > ul[class^=list-] > li .fade{
	opacity: 0;
}

.content-list .wrp-cnt > ul[class^=list-] > li:not(.loaded) a.link-block:hover .fade{
	opacity: 0;
}

.content-list .wrp-cnt > ul[class^=list-] > li.loaded .fade{
	opacity: 1;
	transition: opacity 600ms;
}

.content-list .wrp-cnt .list-2col > li {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.content-list .wrp-cnt .list-2col > li:nth-child(odd) {
	padding-right: 10px;
	clear: both;
}

.content-list .wrp-cnt .list-2col > li:nth-child(even) {
	padding-left: 10px;
}

.content-list .wrp-cnt .list-2col > li:nth-child(n+3) {
	padding-top: 20px;
}

.content-list .wrp-cnt .list-3col {
	margin: 0 -7.5px;
}

.content-list .wrp-cnt .list-3col > li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 7.5px;
	float: left;
}

.content-list .wrp-cnt .list-3col > li:nth-child(3n+1) {
	clear: both;
}

.content-list .wrp-cnt .list-3col > li:nth-child(n+4) {
	padding-top: 15px;
}

.content-list .wrp-cnt .list-4col {
	margin: 0 -6px;
}

.content-list .wrp-cnt .list-4col > li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 6px;
	float: left;
}

.content-list .wrp-cnt .list-4col > li:nth-child(4n+1) {
	clear: both;
}

.content-list .wrp-cnt .list-4col > li:nth-child(n+5) {
	padding-top: 12px;
}

/* スペシャルトップ コンテンツリスト [wallpaper]
----------------------------------- */
.content-list .wrp-cnt .list-6col-forefront-large {
	margin: 0 -6px;
}

.content-list .wrp-cnt .list-6col-forefront-large > li {
	width: 16.6%;
	box-sizing: border-box;
	padding: 0 6px;
	float: left;
}

.content-list .wrp-cnt .list-6col-forefront-large > li:first-child {
	width: 33.2%;
}

.content-list .wrp-cnt .list-6col-forefront-large > li:nth-child(n+6) {
	padding-top: 12px;
}

.content-list .wrp-cnt .list-6col-forefront-large > li:nth-child(6n+10) {
	clear: both;
}

.content-list .wrp-cnt .list-6col-forefront-large > li:nth-child(n+10) {
	display: none;
}

.content-list .wrp-cnt .list-6col-forefront-large > li.active {
	display: block!important;
}

.content-list .wrp-cnt > ul.list-6col-forefront-large > li .box-inner{
	height: 180px;
}

.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner{
	height: 370px;
}

.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .ttl{
	/* font-size: 18px; */
	text-align: center;
	font-size: 0;
}

.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .ttl:before{
	content: '最新壁紙はマイスロで！';
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.content-list .wrp-cnt > ul.list-6col-forefront-large > li:not(:first-child) .box-inner .box-text .ttl {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}

.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .link-block {
	position: relative;
	padding-bottom: 17px;
}

.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .link-block:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 58px;
	height: 62px;
	background-color: #27a270;
	background-image: url(/japanese/myslot/midorichan/special/img/icn_blank.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px auto;
}

.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .box-text{
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 57px;
	text-align: left;
	box-sizing: border-box;
}

.btn-readmore {
	margin-top: 30px;
}

.btn-readmore a{
	display: block;
	padding: 20px 10px;
	color: #fff;
	background: #8bdd38;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	border-radius: 10px;
}

.btn-readmore a:hover{
	opacity: 0.7;
	text-decoration: none;
}

.btn-readmore.close a span {
	display: none;
}

.btn-readmore.close a:after {
	content: '閉じる';
}


@media only screen and (max-width: 768px) {
	.content-list {
		margin-top: 15px;
		margin-bottom: 50px;
	}

	#webmanga, #wallpaper, #illust {
		margin-bottom: 50px;
	}

	.content-list .wrp-cnt {
		margin: 0 auto 6px;
	}

	.content-list .wrp-cnt .sttl {
		margin: 0 0 10px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner {
		border-radius: 5px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .link-block {
		padding: 1px 1px 8px;
		border-radius: 5px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li.new .box-inner .link-block:after {
		width: 35px;
		height: 35px;
		top: 4px;
		left: 4px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .link-block .img {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner a.link-block:hover .img {
		opacity: 1;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner a.link-block.act .img {
		opacity: 0.7;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner a.link-block:hover .box-text .ttl {
		color: #019f5e;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner a.link-block.act .box-text .ttl {
		color: #ff6600;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .link-block.link-imgborder {
		padding: 0;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .link-block.link-imgborder .img {
		border: 5px solid #009256;
		border-radius: 5px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-text {
		padding: 8px 0 0;
	}
	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-text .ttl {
		font-size: 15px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .author {
		font-size: 12px;
		padding: 0 0 12px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .author a:hover {
		text-decoration: underline;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over {
		padding: 5px;
		border-radius: 5px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over .inner {
		border-radius: 5px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over .inner .list-link {
		padding: 0 7.5px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over .inner .list-link > li a {
		font-size: 10px;
		padding: 8px 0 8px 34px;
		background-position: 18px 50%;
		background-size: 6.5px auto;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner .box-over .btn-close {
		width: 22px;
		height: 22px;
		background-image: url(/japanese/myslot/midorichan/special/img/icn_close.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 2.5px;
		right: 2.5px;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .link-block {
		padding: 21px 20px 0;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .link-block .img {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow a.link-block:hover .box-text .text {
		color: #000;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .box-text {
		min-height: 46px;
		padding: 4px 0;
	}

	.content-list .wrp-cnt > ul[class^=list-] > li .box-inner.box-yellow .box-text .text {
		font-size: 12px;
		padding: 0 0 0 30px;
		background-size: 23px auto;
	}

	.content-list .wrp-cnt .list-2col > li {
		width: 100%;
		float: none;
	}

	.content-list .wrp-cnt .list-2col > li:nth-child(odd) {
		padding-right: 0;
	}

	.content-list .wrp-cnt .list-2col > li:nth-child(even) {
		padding-left: 0;
	}

	.content-list .wrp-cnt .list-2col > li:nth-child(n+2) {
		padding-top: 15px;
	}

	.content-list .wrp-cnt .list-3col {
		margin: 0;
	}

	.content-list .wrp-cnt .list-3col > li {
		width: 100%;
		padding: 0;
		float: none;
	}

	.content-list .wrp-cnt .list-3col > li:nth-child(n+2) {
		padding-top: 15px;
	}

	.content-list .wrp-cnt .list-4col {
		margin: 0;
	}

	.content-list .wrp-cnt .list-4col > li {
		width: 50%;
		padding: 0;
	}

	.content-list .wrp-cnt .list-4col > li:nth-child(odd) {
		padding-right: 4px;
		clear: both;
	}

	.content-list .wrp-cnt .list-4col > li:nth-child(even) {
		padding-left: 4px;
	}

	.content-list .wrp-cnt .list-4col > li:nth-child(n+3) {
		padding-top: 8px;
	}

	/* スペシャルトップ コンテンツリスト [wallpaper]
	----------------------------------- */
	.content-list .wrp-cnt .list-6col-forefront-large {
		margin: 0;
	}

	.content-list .wrp-cnt .list-6col-forefront-large > li,
	.content-list .wrp-cnt .list-6col-forefront-large > li:first-child{
		width: 50%;
		padding: 0;
	}

	.content-list .wrp-cnt .list-6col-forefront-large > li:nth-child(odd) {
		padding-right: 4px;
		clear: both;
	}

	.content-list .wrp-cnt .list-6col-forefront-large > li:nth-child(even) {
		padding-left: 4px;
	}

	.content-list .wrp-cnt .list-6col-forefront-large> li:nth-child(n+3) {
		padding-top: 8px;
	}

	.content-list .wrp-cnt .list-6col-forefront-large > li:nth-child(n+7) {
		display: none;
	}

	.content-list .wrp-cnt .list-6col-forefront-large > li:nth-child(6n+10) {
		clear: none;
	}

	.content-list .wrp-cnt > ul.list-6col-forefront-large > li .box-inner{
		height: 100%!important;
	}

	.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .box-text,
	.content-list .wrp-cnt > ul.list-6col-forefront-large > li:not(:first-child) .box-inner .box-text {
		padding: 8px 0 0;
		text-align: center;
	}

	.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .box-text .ttl{
		font-size: 0;
	}

	.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .box-text .ttl:before{
		font-size: 13px;
		line-height: 1.8;
	}

	.content-list .wrp-cnt > ul.list-6col-forefront-large > li:not(:first-child) .box-inner .box-text .ttl {
		font-size: 15px;
		line-height: 1.5;
		font-weight: bold;
	}

	.content-list .wrp-cnt > ul.list-6col-forefront-large > li .box-inner .link-block,
	.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .link-block{
		padding-bottom: 8px;
	}

	.content-list .wrp-cnt > ul.list-6col-forefront-large > li:first-child .box-inner .link-block:before {
		display: none;
		content: none;
	}

	.btn-readmore {
		margin-top: 20px;
	}

	.btn-readmore a{
		padding: 10px;
		font-size: 14px;
	}
}

/* コンテンツ詳細エリア
----------------------------------- */
.content-area {
	margin-bottom: 40px;
}

/* .4koma
----------------------------------- */
.area-4koma {
	padding-bottom: 20px;
	background-color: #fff;
}

.area-4koma .text-sttl {
	display: table;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	background-color: #a3ec44;
}

.area-4koma .text-sttl .text {
	display: table-cell;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.area-4koma .text-sttl .text > .name {
	padding-left: 1em;
	font-size: 16px;
	font-weight: normal;
}

.area-4koma .text-note {
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	margin: 0 0 13px;
}

.area-4koma .text-note > span {
	display: inline-block;
	padding: 0 68px 0 10px;
	background-image: url(/japanese/myslot/midorichan/common/img/icn_drag.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 58px auto;
	-moz-background-size: 58px auto;
	background-size: 58px auto;
}

.area-4koma .img-area {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

.area-4koma .img-area .slider-container .slider-slide:focus {
	outline: none;
}

.area-4koma .img-area img {
	width: 360px;
	max-width: 100%;
}

.area-4koma .img-area .img {
	text-align: center;
}

.area-4koma .img-area .img img {
	display: inline-block;
}

.area-4koma .information {
	width: 360px;
	margin: 10px auto;
}

.area-4koma .information .mod-btn {
	position: relative;
	/* height: 60px; */
	min-height: 60px;
	z-index: 2;
}

.area-4koma .information .mod-btn:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #999999;
	z-index: -1;
}

.area-4koma .information .mod-btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 60px;
	border-radius: 20px;
	border: 1px solid #999999;
	background-color: #fff;
	background-image: url(/japanese/myslot/midorichan/common/img/icn_arrow01.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
	color: #ee3135;
}

.area-4koma .information .mod-btn a .text {
	display: table-cell;
	padding: 2px 4px 0 35px;
	color: #ee3135;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

.area-4koma .information .mod-btn a .text-s {
	font-size: 16px;
}

.area-4koma .wrp-4koma-btn {
	width: 640px;
	margin: 20px auto 0;
}

.area-4koma .wrp-4koma-btn .slider-nav-slide {
	float: left;
	margin: 0 10px 10px 0;
}

.area-4koma .wrp-4koma-btn .slider-nav-slide:nth-child(5n) {
	margin-right: 0;
}

.area-4koma a.mod-btn {
	width: 120px;
	text-align: center;
	padding: 0 35px;
	background-image: url(/japanese/myslot/midorichan/common/img/icn_arrow01.png);
	background-position: 95% 50%;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.area-4koma .text-sttl .text {
		font-size: 14px;
	}

	.area-4koma .text-sttl .text > .name {
		display: block;
		font-size: 12px;
	}

	.area-4koma .text-note {
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 10px;
	}

	.area-4koma .text-note > span {
		display: inline-block;
		padding: 11px 35px 0 4px;
		background-image: url(/japanese/myslot/midorichan/common/img/icn_flick.png);
		background-position: right center;
		background-repeat: no-repeat;
		-webkit-background-size: 32px auto;
		-moz-background-size: 32px auto;
		background-size: 32px auto;
	}

	.area-4koma .img-area {
		width: 100%;
		padding: 0;
	}

	.area-4koma .img-area img {
		width: 100%;
	}

	.area-4koma .information {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin-top: 20px;
		padding: 10px 10px 0;
		margin: 10px auto;
	}

	.area-4koma .information .mod-btn {
		height: auto;
		min-height: 40px;
	}

	.area-4koma .information .mod-btn:before,
	.area-4koma .information .mod-btn a {
		border-radius: 10px;
		border-width: 2px;
	}

	.area-4koma .information .mod-btn a {
		min-height: 40px;
	}

	.area-4koma .information .mod-btn a .text-s {
		font-size: 12px;
	}

	.area-4koma .wrp-4koma-btn {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 5px;
	}

	.area-4koma .wrp-4koma-btn .slider-nav-slide {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.3%;
		margin: 0;
		padding: 0 5px 10px 5px;
	}

	.area-4koma a.mod-btn {
		width: 100%;
		padding: 0;
	}
}

/* .illust
----------------------------------- */
.area-illust {
	padding-bottom: 20px;
	background-color: #fff;
}

.area-illust .text-sttl {
	display: table;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	background-color: #a3ec44;
}

.area-illust .text-sttl .text {
	display: table-cell;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.area-illust .sns-area {border: 1px solid indigo;
	margin-bottom: 20px;
}

.area-illust .img-area {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

.area-illust .img-area img {
	max-width: 100%;
}

.area-illust .img-area + .wrp-illust-btn {
	width: 360px;
	margin: 20px auto 0;
}

.area-illust .wrp-illust-btn .prev {
	float: left;
}

.area-illust .wrp-illust-btn .next {
	float: right;
}

@media only screen and (max-width: 768px) {
	.area-illust .img-area {
		width: 100%;
		padding: 0 10px;
	}

	.area-illust .img-area img {
		width: 100%;
	}
}

/* .sidestory
----------------------------------- */
.area-story {
	position: relative;
	padding-bottom: 18px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	z-index: 2;
}

.area-story:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/japanese/myslot/midorichan/common/img/bg_pattern_2.png);
	background-position: 0 500px;
	background-repeat: repeat;
	background-size: 18px 18px;
	z-index: -1;
}

.area-story.bg-white:before {
	background: #fff;
}

.area-story .text-ttl {
	display: table;
	width: 100%;
	background-color: #a3ec44;
	text-align: center;
	padding: 14px 0 13px;
}

.area-story .text-ttl .text {
	display: table-cell;
	color: #000;
	font-size: 22px;
	vertical-align: middle;
}

.area-story .story-sttl {
	background-color: #25cf49;
	background-image: url(/japanese/myslot/midorichan/special/sidestory/img/bg_star01.png), url(/japanese/myslot/midorichan/special/sidestory/img/bg_star02.png);
	background-position: 14px 0, 691px 0;
	background-repeat: no-repeat, no-repeat;
	text-align: center;
}

.area-story .story-sttl .text {
	display: inline-block;
	margin: 0;
	padding: 13px 0 11px;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
}

/* ▼ みどりちゃんTOPページでのモーダルでも使用 ▼ */

/* ストーリーパターン：会話 */
.area-story .wrp-conv {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 30px 0;
}

.area-story .wrp-conv.conv-l {
	padding-right: 190px;
	padding-left: 120px;
}

.area-story .wrp-conv.conv-r {
	padding-right: 120px;
	padding-left: 190px;
}

/* アイコン */
.area-story .wrp-conv:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 72px;
	height: 72px;
}

.area-story .wrp-conv.conv-l:before {
	left: 18px;
}

.area-story .wrp-conv.conv-r:before {
	right: 18px;
}

.area-story .wrp-conv.icn-midori01:before {
	background-image: url(/japanese/myslot/midorichan/special/sidestory/img/icon_midori01.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 72px auto;
	-moz-background-size: 72px auto;
	background-size: 72px auto;
}

.area-story .wrp-conv.icn-midori02:before {
	background-image: url(/japanese/myslot/midorichan/special/sidestory/img/icon_midori02.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 72px auto;
	-moz-background-size: 72px auto;
	background-size: 72px auto;
}

.area-story .wrp-conv.icn-hima01:before {
	background-image: url(/japanese/myslot/midorichan/special/sidestory/img/icon_hima01.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 72px auto;
	-moz-background-size: 72px auto;
	background-size: 72px auto;
}

.area-story .wrp-conv.icn-hamu01:before {
	background-image: url(/japanese/myslot/midorichan/special/sidestory/img/icon_hamu01.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 72px auto;
	-moz-background-size: 72px auto;
	background-size: 72px auto;
}

.area-story .wrp-conv .name {
	position: absolute;
	top: 80px;
	width: 72px;
	text-align: center;
}

.area-story .wrp-conv.conv-l .name {
	left: 20px;
}

.area-story .wrp-conv.conv-r .name {
	right: 20px;
}

.area-story .wrp-conv.icn-midori01 .name,
.area-story .wrp-conv.icn-midori02 .name {
	color: #009256;
}

.area-story .wrp-conv.icn-hima01 .name,
.area-story .wrp-conv.icn-hamu01 .name {
	color: #ff6c00;
}

.area-story .wrp-conv .text {
	position: relative;
	padding: 26px 30px;
	border-radius: 35px;
	background-color: #fff;
	font-size: 15px;
}

.area-story .wrp-conv.conv-r .text {
	background-color: #fdff65;
}

.area-story .wrp-conv .text:before {
	content: '';
	position: absolute;
	top: 7px;
	display: block;
	width: 30px;
	height: 24px;
}

.area-story .wrp-conv.conv-l .text:before {
	left: -15px;
	background-image: url(/japanese/myslot/midorichan/special/sidestory/img/img_fukidashi_l.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.area-story .wrp-conv.conv-r .text:before {
	right: -15px;
	background-image: url(/japanese/myslot/midorichan/special/sidestory/img/img_fukidashi_r.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* ストーリーパターン：動画 */
.area-story .wrp-movie {
	margin: 40px;
}

.area-story .wrp-movie > p {
	display: block;
	width: 100%;
	border: 3px solid #25cf49;
	box-sizing: border-box;
}

.area-story .wrp-movie > p img {
	width: 100%; /* 仮 */
}

.area-story .wrp-movie .icn-play {
	display: block;
	position: relative;
}

.area-story .wrp-movie .icn-play:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -33px;
	width: 66px;
	height: 66px;
	background-image: url(/japanese/myslot/midorichan/common/img/icn_movie_play.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 66px 66px;
}

.area-story .wrp-movietext {
	margin: 40px 40px 40px;
}

.area-story .wrp-movietext .movie-intro {
	font-size: 16px;
}

.area-story .wrp-movietext .movie-sttl {
	font-size: 22px;
	font-weight: bold;
	padding: 3px 0 5px;
	margin-bottom: 13px;
	border-bottom: 5px dotted #009256;
}

.area-story .wrp-movietext .movie-text {
	font-size: 16px;
}

.area-story .wrp-movietext .movie-cv {
	margin-top: 20px;
}

/* 前/次のストーリーボタン */
.area-story .wrp-story-btn > .inner-wrp-btn {
	width: 360px;
	margin: 0 auto;
}

.area-story .wrp-story-btn > .inner-wrp-btn.btn-col1{
	width: 163px;
}

.area-story .wrp-story-btn .prev {
	float: left;
}

.area-story .wrp-story-btn .next {
	float: right;
}

.area-story .wrp-story-btn > .inner-wrp-btn p .mod-btn {
	padding: 0 30px 0;
	font-size: 14px;
}

.area-story .wrp-story-btn > .inner-wrp-btn p.prev .mod-btn {
	background-image: url(/japanese/myslot/midorichan/common/img/icn_arrow02.png);
	background-position: 5% 50%;
}

@media only screen and (max-width: 768px) {
	.area-story:before {
		-webkit-background-size: 13.5px 13.5px;
		-moz-background-size: 13.5px 13.5px;
		background-size: 13.5px 13.5px;
	}

	.area-story.bg-white:before {
		background: #fff;
	}

	.area-story .text-ttl {
		padding: 7px 0;
	}

	.area-story .text-ttl .text {
		font-size: 14px;
	}

	.area-story .story-sttl {
		background-position: -2px 0, 100% 100%;
		-webkit-background-size: 25px auto, 28px auto;
		-moz-background-size: 25px auto, 28px auto;
		background-size: 25px auto, 28px auto;
	}

	.area-story .story-sttl .text {
		font-size: 12px;
	}

	/* ストーリーパターン：会話 */
	.area-story .wrp-conv {
		margin: 15px 0;
	}

	.area-story .wrp-conv.conv-l {
		padding-right: 75px;
		padding-left: 60px;
	}

	.area-story .wrp-conv.conv-r {
		padding-right: 60px;
		padding-left: 75px;
	}

	.area-story .wrp-conv:before {
		width: 45px !important;
		height: 45px !important;
		-webkit-background-size: 45px auto !important;
		-moz-background-size: 45px auto !important;
		background-size: 45px auto !important;
	}

	.area-story .wrp-conv.conv-l:before {
		left: 10px;
	}

	.area-story .wrp-conv.conv-r:before {
		right: 10px;
	}

	.area-story .wrp-conv .name {
		top: 46px;
		width: 45px;
		font-size: 10px;
	}

	.area-story .wrp-conv.conv-l .name {
		left: 10px;
	}

	.area-story .wrp-conv.conv-r .name {
		right: 10px;
	}

	.area-story .wrp-conv .text {
		padding: 9px 13px;
		border-radius: 20px;
		font-size: 12px;
	}

	.area-story .wrp-conv .text:before {
		top: 1px;
		width: 15px !important;
		-webkit-background-size: 15px auto;
		-moz-background-size: 15px auto;
		background-size: 15px auto;
		z-index: 2;
	}

	.area-story .wrp-conv.conv-l .text:before {
		left: -8px;
	}

	.area-story .wrp-conv.conv-r .text:before {
		right: -8px;
	}

	/* アイコン */
	.area-story .wrp-conv:before {
		content: '';
		position: absolute;
		top: 0;
		display: block;
		width: 72px;
		height: 72px;
	}

	/* ストーリーパターン：動画 */
	.area-story .wrp-movie {
		margin: 0;
	}

	.area-story .wrp-movie > p {
		display: block;
		width: 100%;
		border: none;
		box-sizing: border-box;
	}

	.area-story .wrp-movie > p img {
		width: 100%; /* 仮 */
	}

	.area-story .wrp-movie .icn-play {
		display: block;
		position: relative;
	}

	.area-story .wrp-movie .icn-play:after {
		top: 50%;
		left: 50%;
		margin: -28px 0 0 -28px;
		width: 56px;
		height: 56px;
		background-image: url(/japanese/myslot/midorichan/common/img/icn_movie_play.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 56px 56px;
	}

	.area-story .wrp-movietext {
		margin: 17px 25px 25px;
	}

	.area-story .wrp-movietext .movie-intro {
		font-size: 11px;
	}

	.area-story .wrp-movietext .movie-sttl {
		font-size: 14px;
		font-weight: bold;
		padding: 0 0 8px;
		margin-bottom: 11px;
		border-bottom: 2px dotted #009256;
	}

	.area-story .wrp-movietext .movie-text {
		font-size: 12px;
	}

	.area-story .wrp-movietext .movie-cv {
		font-size: 11px;
		margin-top: 15px;
	}

	/* 前/次のストーリーボタン */
	.area-story .wrp-story-btn > .inner-wrp-btn {
		width: 278px;
	}

	.area-story .wrp-story-btn > .inner-wrp-btn.btn-col1{
		width: 129px;
	}

	.area-story .wrp-story-btn > .inner-wrp-btn p .mod-btn {
		padding: 0 20px 0;
		font-size: 12px;
	}

	.area-story .wrp-story-btn > .inner-wrp-btn p.prev .mod-btn {
		padding: 0 20px 0;
		background-position: 5% 50%;
	}

}
@media only screen and (max-width: 320px) {
	.area-story .wrp-story-btn {
		width: 100%;
		padding: 0 10px;
	}
}

/* ▲ みどりちゃんTOPページでのモーダルでも使用 ▲ */
