@charset "utf-8";
/**
 * Bace
 */
/* body */
body#comicBody {
	background-color: #61c1bd;
	min-width: 1200px;
}
@media screen and (max-width:768px) {
	body#comicBody {
		min-width: 320px;
	}
}

/**
 * Header
 */
/* title */
.comicHeader__title {
	background: #000;
	display: flex;
	justify-content: center;
}
.comicHeader__title__in {
	display: block;
	padding: 30px 0 56px;
}
@media screen and (max-width:768px) {
	.comicHeader__title__in {
		padding: 14px 0 28px;
	}
	.comicHeader__title__in img {
		width: 174px;
		height: 72px;
	}
}

/* page title */
.comicHeader__pagetitle {
	background: url(../img/comic/pagetitile.png) no-repeat 0 0 / 100%;
	width: 631px;
	height: 42px;
	margin: -22px auto 30px;
}
@media screen and (max-width:768px) {
	.comicHeader__pagetitle {
		width: 380px;
		height: 33px;
		margin: -10px auto 20px;
	}
}

/* read */
.comicHeader__read {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.comicHeader__read {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 24px;
	}
}

/* dl */
.comicHeader__dl {
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.comicHeader__dl {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 24px;
	}
}

/* lists */
.comicHeader__lists {
	display: flex;
	justify-content: center;
}
.comicHeader__lists__item {
	margin: 0 10px;
}
@media screen and (max-width:768px) {
	.comicHeader__lists {
		flex-wrap: wrap;
	}
}


/**
 * Section
 */
.dramacdSection {
	background-color: #fff;
	border-radius: 40px;
	color: #000;
	font-size: 16px;
	width: 964px;
	margin: 0 auto 40px;
	padding: 40px;
}
.dramacdSection:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	.dramacdSection {
		border-radius: 20px;
		font-size: 12px;
		font-size: 1.2rem;
		width: calc(100% - 48px);
		margin: 0 auto 24px;
		padding: 20px;
	}
}

/* title */
.dramacdSection__title {
	color: #e893a3;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.dramacdSection__title {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
}

/**
 * dramacdSection__top
 */
.dramacdSection__top {
	display: flex;
	margin-bottom: 50px;
}
@media screen and (max-width:768px) {
	.dramacdSection__top {
		display: block;
		margin-bottom: 24px;
	}
}

/**
 * dramacdSection__detail
 */
.dramacdSection__detail {
	width: 260px;
}
@media screen and (max-width:768px) {
	.dramacdSection__detail {
		display: flex;
		width: 100%;
	}
}

/* image */
.dramaThumbWrap {
	margin-bottom: 30px;
}
.dramaThumbWrap img {
	width: 100%;
}
@media screen and (max-width:768px) {
	.dramaThumbWrap {
		width: 50%;
		padding-right: 3px;
		margin-bottom: 0;
	}
}

/* dl */
.dramaInfoWrap__oneDl {
	margin-bottom: 30px;
}
.dramaInfoWrap__oneDl__item {
	display: flex;
}
.dramaInfoWrap__oneDt {
	white-space: nowrap;
}
@media screen and (max-width:768px) {
	.dramaInfoWrap {
		width: 50%;
		font-size: 10px;
		font-size: 1rem;
		padding-left: 8px;
	}
	.dramaInfoWrap__oneDl {
		margin-bottom: 20px;
	}
}

/* dd */
.dramaInfoWrap__twoDd {
	margin-bottom: 20px;
}
.dramaInfoWrap__twoDd:last-of-type {
	margin-bottom: 0;
}


/**
 * dramacdSection__image
 */
.dramacdSection__image {
	width: calc(100% - 260px);
	padding-left: 29px;
}
@media screen and (max-width:768px) {
	.dramacdSection__image {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}

/* wrap */
.dramaImageListsWrap {
	display: none;
}
.dramaImageListsWrap.is-active {
	display: block;
}

/* lists */
.dramaImageLists {
	display: flex;
}
.dramaImageLists__item {
	width: calc((100% - 6px) / 2);
}
.dramaImageLists__item:not(:nth-child(2n + 1)) {
	margin-left: 6px;
}

/* img */
.dramaImageLists__imgWrap {
	border: 1px solid #828282;
}
.dramaImageLists__imgWrap img {
	width: 100%;
}

/* num */
.dramaImageLists__num {
	background-color: #61c1bd;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	height: 58px;
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.dramaImageLists__num {
		font-size: 12px;
		font-size: 1.2rem;
		height: 30px;
		margin-top: 6px;
	}
}

/* text */
.dramaImage__underText {
	display: flex;
	align-items: center;
	font-weight: 700;
	margin-top: 10px;
}
.dramaImage__underText__in {
	background-color: #61c1bd;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 126px;
	height: 34px;
	margin-right: 10px;
}
@media screen and (max-width:768px) {
	.dramaImage__underText {
		margin-top: 6px;
	}
	.dramaImage__underText__in {
		width: 100px;
		height: 22px;
	}
}

/**
 * imgChangeLists
 */
.imgChangeLists {
	display: flex;
}

/* item */
.imgChangeLists__item {
	width: calc((100% - 6px) / 2);
}
.imgChangeLists__item:not(:nth-child(2n + 1)) {
	margin-left: 6px;
}

/* a */
.imgChangeLists__link {
	background-color: #61c1bd;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	height: 58px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s ease;
}
.imgChangeLists__link:hover,
.imgChangeLists__link.is-active {
	background-color: #000;
}
@media screen and (max-width:768px) {
	.imgChangeLists__link {
		font-size: 12px;
		font-size: 1.2rem;
		height: 30px;
		margin-top: 6px;
	}
}


/**
 * dramaLinkLists
 */
.dramaLinkLists {
	display: flex;
	flex-wrap: wrap;
}

.dramaLinkLists__item {
	width: calc((100% - 16px) / 2);
	height: 82px;
	margin-bottom: 16px;
	position: relative;
}
.dramaLinkLists__item2 {
	width: calc((100%));
	height: 82px;
	margin-bottom: 16px;
	position: relative;
}

.dramaLinkLists__item:not(:nth-child(2n + 1)) {
	margin-left: 16px;
}
@media screen and (max-width:768px) {
	.dramaLinkLists__item {
		width: calc((100% - 6px) / 2);
		height: 40px;
		margin-bottom: 6px;
	}
	.dramaLinkLists__item2 {
		width: calc((100%));
		height: 40px;
		margin-bottom: 6px;
	}

	.dramaLinkLists__item:not(:nth-child(2n + 1)) {
		margin-left: 6px;
	}
}

.dramaLinkLists__link {
	border: 5px solid #e893a3;
	color: #e893a3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-decoration: none;
	transition: all .4s ease;
	z-index: 1;
}
.dramaLinkLists__link:hover {
	color: #fff;
	background-color: #e893a3;
}
@media screen and (max-width:768px) {
	.dramaLinkLists__link {
		border: 2px solid #e893a3;
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.dramaLinkLists__link:after {
	content: "";
	background: url(../img/comic/icon_audio_play.png) no-repeat 0 0 / 100%;
	width: 38px;
	height: 38px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
}
@media screen and (max-width:768px) {
	.dramaLinkLists__link:after {
		width: 20px;
		height: 20px;
		right: 6px;
	}
}

.dramaLinkLists__stop {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}

.dramaLinkLists__stop:after {
	content: "";
	background: url(../img/comic/icon_audio_stop.png) no-repeat 0 0 / 100%;
	width: 38px;
	height: 38px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 41px;
}
@media screen and (max-width:768px) {
	.dramaLinkLists__stop:after {
		width: 20px;
		height: 20px;
		right: 8px;
	}
}

/**
 * dramaBuyBtn
 */
.dramaBuyBtn {
	width: 440px;
	height: 82px;
	margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
	.dramaBuyBtn {
		width: 100%;
		height: 40px;
		margin: 0 auto 0;
	}
}

.dramaBuyBtn__link {
	border: 5px solid #73c6c5;
	color: #73c6c5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition: all .4s ease;
}
.dramaBuyBtn__link:hover {
	color: #fff;
	background-color: #73c6c5;
}
@media screen and (max-width:768px) {
	.dramaBuyBtn__link {
		border: 2px solid #73c6c5;
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/**
 * comicFooter
 */
.comicFooter {
	margin: 40px 0;
}
@media screen and (max-width:768px) {
	.comicFooter {
		margin: 24px 0;
	}
}

/* lists */
.comicFooterLists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 912px;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	.comicFooterLists {
		display: block;
		width: 100%;
	}
}

.comicFooterLists__item {
	margin: 0 8px 16px;
}
@media screen and (max-width:768px) {
	.comicFooterLists__item {
		width: 220px;
		margin: 0 auto 10px;
	}
	.comicFooterLists__item img {
		width: 100%;
	}
}

/* copyright */
.comicFooter__copyright {
	display: block;
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.comicFooter__copyright {
		font-size: 10px;
		font-size: 1rem;
		margin-top: 24px;
	}
}


/**
 * dramaImageListsWrap__text
 */
.dramaImageListsWrap__text {
	padding: 20px;
}
@media screen and (max-width:768px) {
	.dramaImageListsWrap__text {
		padding: 20px 0 14px;
	}
}

/**
 * modalBox
 */
.modalBox.is-comicpage {
	background-image: none;
	background-color: rgba(0, 0, 0, .8);
}
.modalImageWrap {
	width: 800px;
	padding: 50px 0;
}
.modalImage {
	width: 100%;
}
@media screen and (max-width:768px) {
	.modalImageWrap {
		width: 100%;
	}
}

.closeBtn.is-comicpage{
	position: fixed;
}
