/* *******************************************************************

@‹¤’Ê

******************************************************************* */
body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒSPro W3", "Hiragino Kaku Gothic Pro", Osaka, 'ƒƒCƒŠƒI', Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

/* PC SP Ø‘Ö */
.pc { display: inline-block;}
.pcIn { display: inline;}
.pcCont { display: block;}
.sp,.spIn,.spCont { display: none;}

@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
	img{
		width: auto;
		max-width: 100%;
        height: auto;
	}
	.pc,.pcIn,.pcCont { display: none;}
	.sp { display: inline-block;}
    .spIn { display: inline;}
	.spCont { display: block;}
}

/* ƒŠƒ“ƒN */
.contents a {
    text-decoration: none;
}
.contents ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* –¾’©‘ÌŽw’è
.contents.characterBlock .title {
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
} */

/* Š‡ŒÊ’²® */
.contents.bookBlock .block.book .text {
	font-family: "ƒqƒ‰ƒMƒmŠpƒSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

/* *******************************************************************

@w‹zŒŒ‹S‚Æ–ù‰õ‚È’‡ŠÔ‚½‚¿x(PC)

******************************************************************* */
/* ‹¤’Ê */
.blackArea {
    text-align: center;
    color: #333333;
	width: 940px;
	margin: 0 auto 100px auto;
	font-size: 16px;
}
.contents {
    text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
}
.contents:last-of-type {
    margin-bottom: 0;
}
.contents .block  {
    text-align: left;
    margin: auto;
	width: 800px;
}

/* ƒƒCƒ“‰æ‘œ */
.contents.mainView .block {
	width: 940px;
    margin: auto;
}

/* “à—eÐ‰î */
.contents.storyBlock {
    width: 100%;
}
.contents.storyBlock .box {
	display: flex;
	margin-top: 40px;
}
.contents.storyBlock .box .text {
	padding-left: 40px;
	line-height: 1.8em;
	box-sizing: border-box;
	text-align: left;
	padding-bottom: 80px;
	position: relative;
}
.contents.storyBlock .box .book {
	width: 320px;
}
.contents.storyBlock .box .book .image img {
	width: 320px;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.contents.storyBlock .box .text .title {
	color: #283152;
	border-top: 1px solid #283152;
	border-bottom: 1px solid #283152;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 10px 0;
	margin-bottom: 15px;
}
.contents.storyBlock .box .book .present img {
	width: 320px;
	height: auto;
	margin-top: 20px;
}

.contents.storyBlock .box .text .txt {
	line-height: 1.6em;
}
.contents.storyBlock .box .text .detail {
	font-size: 12px;
	line-height: 1.4em;
	color: #7B7B7B;
	margin-top: 20px;
}
.contents.storyBlock .box .text .btn {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	position: absolute;
	bottom: 0;
	width: 580px;
}
.contents.storyBlock .box .text .btn li {
	display: inline-block;
	width: 280px;
	box-sizing: border-box;
}
.contents.storyBlock .box .text .btn li a {
	padding: 15px 40px;
	display: block;
	text-align: center;
	background: #D00746;
	color: #ffffff;
	border-radius: 6px;
}

/* ’˜ŽÒ */
.contents.profileBlock {
    width: 100%;
    background: #f7faf0;
	color: #136194;
	padding: 60px;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.contents.profileBlock .title {
	font-size: 16px;
	margin-bottom: 20px;
    font-weight: bold;
}
.contents.profileBlock .text dt {
	margin-bottom: 20px;
}
.contents.profileBlock .text dt em {
	font-size: 20px;
    font-weight: bold;
}
.contents.profileBlock .text dt span {
	font-size: 16px;
    font-weight: bold;
}
.contents.profileBlock .text dd {
	line-height: 1.8em;
	text-align: left;
}

/* ƒRƒ~ƒbƒN */
.contents.comicBlock {
    position: relative;
}
.contents.comicBlock .title {
	color: #283152;
	background: url("image/title_bg_l.png") no-repeat center bottom;
	font-size: 32px;
	padding-bottom: 20px;
    font-weight: bold;
}
.contents.comicBlock .bubble {
    position: absolute;
    top: -40px;
    right: 110px;
}
.contents.comicBlock .block.comic {
	width: 370px;
    margin: auto;
	margin-top: 40px;
}
.contents.comicBlock .block.comic .image {
}
.contents.comicBlock .block.comic .image img {
	width: 370px;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.contents.comicBlock .block.comic .text {
	font-size: 14px;
    margin-top: 10px;
    color: #7B7B7B;
}

/* –{ */
.contents.bookBlock {
    position: relative;
}
.contents.bookBlock .title {
	color: #283152;
	background: url("image/title_bg.png") no-repeat center bottom;
	font-size: 32px;
	padding-bottom: 20px;
    font-weight: bold;
}
.contents.bookBlock .bubble {
    position: absolute;
    top: -10px;
    left: 210px;
}
.contents.bookBlock .block.book {
	display: table;
	width: 450px;
	margin-top: 40px;
}
.contents.bookBlock .block.book .image,
.contents.bookBlock .block.book .text {
	display: table-cell;
	vertical-align: top;
}
.contents.bookBlock .block.book .image {
	width: 184px;
}
.contents.bookBlock .block.book .image img {
	width: 184px;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.contents.bookBlock .block.book .text {
	padding-left: 20px;
	padding-bottom: 100px;
	position: relative;
}
.contents.bookBlock .block.book .text dt {
	margin-bottom: 20px;
}
.contents.bookBlock .block.book .text dt em {
	font-size: 28px;
	line-height: 1.6em;
	display: block;
}
.contents.bookBlock .block.book .text dt span {
	font-size: 24px;
	line-height: 1.2em;
	display: block;
}
.contents.bookBlock .block.book .text .btn {
	position: absolute;
	bottom: 0;
}
.contents.bookBlock .block.book .text .btn li + li {
	margin-top: 10px;
}
.contents.bookBlock .block.book .text .btn li a {
	width: 200px;
	box-sizing: border-box;
	padding: 10px 10px;
	text-align: center;
	display: block;
	border-radius: 6px;
}
.contents.bookBlock .block.book:nth-of-type(1) .text .btn li a {
	background: #F8DDCE;
	color: #293253;
}
.contents.bookBlock .block.book:nth-of-type(2) .text .btn li a {
	background: #DBEABF;
	color: #293253;
}
.contents.bookBlock .block.book:nth-of-type(3) .text .btn li a {
	background: #CDE9EA;
	color: #293253;
}


/* *******************************************************************

@w‹zŒŒ‹S‚Æ–ù‰õ‚È’‡ŠÔ‚½‚¿x(SP)

******************************************************************* */

@media screen and (max-width:767px){
/* ---------------------------------------------------------------- */

/* ‹¤’Ê */
.blackArea {
	margin: 0 auto 100px auto;
	font-size: 14px;
	width:100%;
}
.contents  {
	width: 100%;
	margin-bottom: 20px;
}
.contents:last-of-type {
    margin-bottom: 0;
}
.contents .block  {
	width:100%;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ƒƒCƒ“‰æ‘œ */
.contents.mainView .block {
	width: 100%;
    padding: 0;
}
.contents.mainView .block img {
	width: 100%;
}

/* “à—eÐ‰î */
.contents.storyBlock {
	padding: 0 20px;
	box-sizing: border-box;
}
.contents.storyBlock .box {
	display: block;
	margin-top: 20px;
}
.contents.storyBlock .box .book {
	width: 100%;
}
.contents.storyBlock .box .book .image img {
	width: 100%;
}
.contents.storyBlock .box .book .present img {
	width: 100%;
}
.contents.storyBlock .box .text {
	padding-left: 0;
	padding-bottom: 0px;
}
.contents.storyBlock .box .text .title {
	font-size: 20px;
	margin-top: 20px;
}
.contents.storyBlock .box .text .detail {
	margin-top: 10px;
}
.contents.storyBlock .box .text .btn {
	display: block;
	margin-top: 20px;
	width: 100%;
	position: inherit;
}
.contents.storyBlock .box .text .btn li {
	display: block;
	width: 100%;
}
.contents.storyBlock .box .text .btn li +li {
	margin-top: 10px;
}

/* ’˜ŽÒ */
.contents.profileBlock {
	padding: 20px;
    margin-bottom: 20px;
}
.contents.profileBlock .title {
	margin-bottom: 0px;
}

/* ƒRƒ~ƒbƒN */
.contents.comicBlock {
}
.contents.comicBlock .title {
	font-size: 20px;
	background: url("image/title_bg.png") no-repeat center bottom;
}
.contents.comicBlock .bubble {
    position: static;
    margin-top: 10px;
}
.contents.comicBlock .block.comic,
.contents.comicBlock .block.comic .image,
.contents.comicBlock .block.comic .text {
	display: block;
	width: 100%;
}
.contents.comicBlock .block.comic {
    margin-top: 10px;
}
.contents.comicBlock .block.comic .image {
	text-align: center;
}
.contents.comicBlock .block.comic .image img {
	width: 100%;
	max-width: 193px;
}
.contents.comicBlock .block.comic .text {
    text-align: center;
}
.contents.comicBlock .block.comic .text span {
    display: inline-block;
}


/* –{ */
.contents.bookBlock {
}
.contents.bookBlock .title {
	font-size: 20px;
}
.contents.bookBlock .bubble {
    position: static;
    margin-top: 10px;
}
.contents.bookBlock .block.book,
.contents.bookBlock .block.book .image,
.contents.bookBlock .block.book .text {
	display: block;
	width: 100%;
}
.contents.bookBlock .block.book:first-of-type {
    margin-top: 10px;
}
.contents.bookBlock .block.book .image {
	text-align: center;
}
.contents.bookBlock .block.book .image img {
	width: 100%;
	max-width: 193px;
}
.contents.bookBlock .block.book .text {
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 0;
	text-align: center;
}
.contents.bookBlock .block.book .text dt {
	margin-bottom: 10px;
}
.contents.bookBlock .block.book .text dt em {
	font-size: 20px;
}
.contents.bookBlock .block.book .text dt span {
	font-size: 16px;
	margin-top: 10px;
}
.contents.bookBlock .block.book .text .btn {
	margin-top: 20px;
	position: inherit;
}
.contents.bookBlock .block.book .text .btn li + li {
	margin-top: 10px;
}
.contents.bookBlock .block.book .text .btn li a {
	width: 100%;
}

/* ---------------------------------------------------------------- */
}