@charset "utf-8";
#content > section {
	width: 100%;
}
#content > section .inn {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
/*----------------------------------
BREAD
------------------------------------*/
#bread {
	border-top: 1px solid #F0EFE8;
	border-bottom: 1px solid #F0EFE8;
}
#bread nav {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#bread nav ul li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 32px;
	margin-left: 5px;
}
#bread nav ul li::after {
	content: ">";
	margin-left: 10px;
}
#bread nav ul li:last-child::after {
	content: "";
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
	padding: 30px 0;
}
/*#mainArea .inn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: url(../../images/bg_mainarea01.png) repeat center center;
	border-radius: 15px;
	overflow: hidden;
}*/
#mainArea .inn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: url(../../images/bg_btit_pc.png) repeat-y top;
	border-radius: 68px;
	background-size: contain;
	overflow: hidden;
}
#mainArea .inn .pic {
	position: relative;
	z-index: 1;
}
#mainArea .inn .pic img {
	max-width: 100%;
}
#mainArea .inn .txt {
	position: absolute;
	z-index: 2;
	padding-left: 50px;
	padding-top: 60px;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
#mainArea .inn .txt h1 {
	font-family: "ソフトゴシック R",Soft Gothic Regular !important;
	font-size: 38px;
	font-size: 3.8rem;
	color: #99001F;
	
}
#mainArea .inn .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 30px;
	padding-right: 50px;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}
#comicIndex {
}
#comicIndex > .inn { padding: 0 60px; }
#comicIndex ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#comicIndex ul li {
	width: 300px;
	position: relative;
}
#comicIndex ul li:nth-child(odd) {
	background: #E6E2DF;
	border: 1px solid #E6E2DF;
}
#comicIndex ul li:nth-child(even) {
	background: #CEC6C4;
	border: 1px solid #CEC6C4;
}
#comicIndex ul li figure img {
	max-width: 100%;
}
#comicIndex ul li figure figcaption {
	text-align: center;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
	padding: 15px 10px 50px;
}
#comicIndex ul li a {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 15px;
	padding-right: 17px;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 16px;
	font-size: 1.6rem;
}
#comicIndex ul li a::after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 3px solid #302A24;
	border-right: 3px solid #302A24;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 0;
	margin-top: -6px;
}

#authorIntro {
	margin-top: 60px;
}
#authorIntro > .inn {
	padding: 0 15px;
}
#authorIntro .authorBox {
	display: flex;
	flex-wrap: nowrap;
	justify-content:space-between;
	flex-direction: row-reverse;
}
#authorIntro .authorBox .pic {
	width: 33.3%;
	width: calc( 100% / 3 );
	min-width: 300px;
	padding-left: 100px;
	text-align: right;
}
#authorIntro .authorBox .pic img {
	max-width: 100%;
}
#authorIntro .authorBox .txt {
	width: 66.6%;
	width: calc( 200% / 3 );
	margin-top: 45px;
}
#authorIntro .authorBox .txt p {
	width: 100%;
	padding: 30px 55px;
	border-radius: 8px;
	background: #BFE4EE;
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}
#authorIntro .authorBox .txt p::after {
	left: 100%;
	top: 80px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 25px solid #BFE4EE;
}
@media screen and (max-width: 1020px){
#comicIndex > .inn { padding: 0 20px; }
#authorIntro .authorBox .pic {
	padding-left: 50px;
	min-width: 250px
}
#authorIntro .authorBox .txt {
	margin-top: 0px;
}
}

@media screen and (max-width: 989px){
}
@media screen and (max-width: 946px){
#comicIndex ul {
	justify-content: space-around;
}
#comicIndex ul li {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px){
#mainArea {
	padding-bottom: 0;
}
#mainArea .inn {
	border-radius: 0;
}
#mainArea .inn .txt {
	position: relative;
	padding: 20px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
#mainArea .inn .txt h1 {
	font-size: 28px;
	font-size: 2.8rem;
}
#mainArea .inn .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	padding-right: 0;
	width: 100%;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/

#authorIntro {
	margin-top: 60px;
}
#authorIntro > .inn {
	padding: 0 15px;
}
#authorIntro .authorBox .txt p {
	padding: 15px;
	font-size: 1.4rem;
	line-height: 1.8;
}
}
@media screen and (max-width: 484px){
#authorIntro .authorBox {
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: columnr;
}
#authorIntro .authorBox .pic {
	width: 100%;
	padding-left: 0;
	text-align: center;
}
#authorIntro .authorBox .txt {
	width: 100%;
	margin-top: 40px;
}
#authorIntro .authorBox .txt p::after {
	left: 50%;
	top: auto;
	bottom: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 25px solid #BFE4EE;
}
}
