@charset "UTF-8";

@import 'reset.css';

html{font-size: 62.5%;}
body{
	font-size: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	height: 100%;
	position: relative;
	color: #000;
	line-height: 1.5;
	overflow: hidden;
	overflow-y: auto;
	background-color: #000;
}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media screen and (max-width: 940px) {
	html{font-size: 57%;}
}
@media screen and (max-width: 420px) {
	/*html{font-size: 54.5%;}*/
}
/* ------------------------------ 
	LAYOUT
-------------------------------- */
.wrap{max-width: 940px; width: auto; margin-left: auto; margin-right: auto; padding: 0 20px; box-sizing: content-box;}
.wrap.wrap800{max-width: 800px;}
.article .wrap{padding: 3rem 70px; background: #fff; opacity: /*0.9*/ 1;}
.bgPink{background-color: #fdebeb;}
.bgWht{background-color: #fff;}
.bgGray{background: url('../img/back.png') repeat;}

nav.menuWrap{z-index: 10 !important;}
header{position: relative; z-index: 5; margin-top: 4rem;}
#MAIN{position: relative; z-index: 0;}
#MAIN article{position: relative; padding-top: 3rem; padding-bottom: 3rem;}
#MAIN .bookBuy {position: relative; z-index: 0; margin-top: 0; padding-top: 3rem; padding-bottom: 3rem;}
#MAIN .review{position: relative; z-index: -1;}
#MAIN .interview{z-index: -2;}
#MAIN .bookInfo{z-index: -3;}
footer{position: relative; padding-top: 3rem; padding-bottom: 3rem; }

@media screen and (max-width: 940px) {
	header {margin-top: 6rem;}
	.article .wrap{padding: 3rem 20px;}
	.wrap02{padding: 0 10px;}
	#MAIN article{padding-top: 8rem; padding-bottom: 4rem; margin-top: -2rem; }
}
@media screen and (max-width: 420px){
	#MAIN article{margin-top: -5rem; padding-bottom: 3rem;}
	#MAIN .bookBuy{padding-top: 2rem; padding-bottom: 2rem;}
	footer{position: relative; padding-top: 2rem; padding-bottom: 10rem; }
}
/* --------------------------- */
.tableParent{display: table;}
.tableChildren{display: table-cell;}

/* ---------------------------
	SITE MENU
----------------------------- */
.menuWrap{position: fixed !important; top: 0; width: 100%;}

.siteMenu{background-color: #000; padding-left: 30px; padding-right: 30px; height: 4rem;}
.siteMenu{line-height: 4rem; text-align: right;}
.siteMenu li{display: inline-block;}
.siteMenu li::before{content: "　|　"; color: #fff;}
.siteMenu li:first-child::before{content: "";}
.siteMenu a{color: #fff; text-decoration: none;}
.siteMenu a:hover{text-decoration: underline;}

footer .siteMenu{background-color: transparent; padding: 0; text-align: center; height: auto;}
footer .fcBlk .siteMenu a, footer .fcBlk .siteMenu li::before{color: #000;}

.iconWrap{display: none; height: 6rem; position: relative;}
.iconMenu{position: absolute; z-index: 1; top: 0; bottom: 0; right: 30px;  margin: auto; width: 24px; height: 17px;}
.iconMenu li{
	display: block;
	width: 24px;
	height: 3px;
	background-color: #fff;
	margin-top: 4px;
	border-radius: 2px;
}
.iconMenu li:first-child{margin-top: 0;}

@media screen and (max-width: 940px){
	.iconWrap{display: block; background-color: #000;}
	.accordionBox .siteMenu{display: block; padding-left: 10px; padding-right: 10px; height: auto; text-align: left;}
	.accordionBox .siteMenu li::before{display: none;}
	.accordionBox .siteMenu li{display: block; border-top: 1px solid #fff;}
	.accordionBox .siteMenu a{display: block; padding-left: 10px; padding-right: 10px; line-height: 6rem;}
	.accordionBox li{}
	.accordionBox{margin-top: -500px; transition: all 0.3s;}
	body.clicked .accordionBox{margin-top: 0px; transition: all 0.3s;}
	/* アイコンメニュー クリック時の仕様 ----------------------------- */
	body.clicked .iconMenu ul{width: 17px; height: 17px;}
	body.clicked .iconMenu li{position: absolute;}
	body.clicked .iconMenu li:first-child{top:7px; left: 0px; transform: rotate(45deg);}
	body.clicked .iconMenu li:last-child{top: 3px; right: 0px; transform: rotate(-45deg);}
	body.clicked .iconMenu li.center{display:none;}
}

/* ---------------------------
	HEADER
----------------------------- */
header{width: auto; max-height: 440px; background-color: #000; background-image: url('../img/back_main.jpg'); background-repeat: no-repeat; background-position: center center; background-size: 60% auto; /*border-bottom: 2px solid #999;*/}

header .tableChildren01{width: 34%; vertical-align: bottom; padding-top: 4rem;}
header .tableChildren02{width: 66%; vertical-align: bottom; padding-left: 20px; }
header .bookImg{max-width: 260px; width: 100%; height: auto; max-height: 380px;}
.catch01{width: 100%; max-width: 940px; height: auto; padding: /*10px*/ 0; margin: auto; display: block;}

@media screen and (max-width: 940px){
	header{background-size: 90% auto; }
}
@media screen and (max-width: 800px){
	/*header {background-position: top -20px center;}*/
}
@media screen and (max-width: 550px){

}
@media screen and (max-width: 420px){
	.catch01{padding: /*10px*/ 0}
}

/* ---------------------------
	CONTENT
----------------------------- */
h2{font-size: 2.4rem; position: relative; color: #000; /*word-break: keep-all;*/}
.article h2 span{
	display: block;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	line-height: 4.6rem;
	text-align: center;
}

h3{font-size: 1.8rem;}
.review h3, .bookInfo h3{color: #fff; padding: 0.5rem 2rem;}
.review h3{background: #bca274; color: #fff;}
.bookInfo h3{background: #241715;}

.interview h4{color: #663300;}
.bookInfo h4{font-weight: normal;}
h4.staff{}
h4.staff::before{content: ""; display: inline-block; width: 2rem; height: 2px; vertical-align: 0.45rem; margin-right: 1rem; background: #663300;}

@media screen and (max-width: 940px){
	.article{padding-left: 10px; padding-right: 10px;}
}
@media screen and (max-width: 420px){
	.bookBuy h2{font-size: 2rem;}
}
/* --------------------------- */
a.ImgLink:hover{opacity: 0.7;}

/* --------------------------- */
.bookBuy01{padding-top: 3rem; padding-bottom: 3rem; line-height: 1.8;}
.snsWrap{}
.fb-like{display: inline-block; height: 20px; overflow: hidden;}
.fb_iframe_widget span{vertical-align: top !important;}

@media screen and (max-width: 420px){
	.bookBuy01{line-height: 1.5;}
}
/* --------------------------- */
.review{background: #000;}
.review img{width: 80%; height: auto; display:block; margin: auto;}
@media screen and (max-width: 420px){
	.review img{width: 100%;}
}
/* --------------------------- */
.interview{width: 100%; background-color: #bca274; /*background: url('../img/back_main.jpg') repeat-x; background-position: center center; background-size: auto 100%; background-attachment: fixed;*/}

.interview img{width: 60%; height: auto; display:block; margin: auto;}
@media screen and (max-width: 1024px){
	.interview{background-attachment: scroll; background-position: center center; background-size: 100% auto; }
}
@media screen and (max-width: 420px){
	.interview{background-size: 130% auto; }
	.interview img{width: 100%;}
}
/* --------------------------- */
.bookInfo .chapter{padding-top: 1rem;}
.bookInfo .chapter:first-child{padding-top: 3rem;}
.bookInfo h4{color: #9a191b; font-weight: bold; }
.bookInfo h4+ol{padding-top: 1rem;}
.bookInfo dl{display: flex;}
.bookInfo dt {font-weight: normal; flex: 0 0 12rem; /*padding-right: 2em; /*text-align: right; */}
.bookInfo dt .adjNum{width: 2em; text-align: center; display: inline-block;}
.bookInfo dt span.num{display: inline-block; width: 3rem; text-align: center;}
.bookInfo .child dt {padding-left: 2em;}

@media screen and (max-width: 414px){
	/*.bookInfo dl{display: block;}*/
}

/* --------------------------- */
.authorImg{display: block; width: 100%; height: auto; border: 1px solid #ccc;}
.ImgWrapSp{display: none;}
.profileWrap .tableChildren{vertical-align: top;}
.profileWrap .tableChildren01{width: 27%; padding-right: 20px;}
.profileWrap .tableChildren02{width: 73%; }


@media screen and (max-width: 420px){
	.profileWrap .tableChildren01{display: none;}
	.profileWrap .tableChildren02{width: 100%; }
	.ImgWrapSp{display: block; width: 27%; float: left; margin: 0 15px 15px 0;}
}
/* --------------------------- */
.bookBuy .bookImg{max-width: 190px; width: 100%; height: auto; border: 1px solid #ccc;}
.bookBuy .tableParent{}
.bookBuy .tableChildren{width: auto; vertical-align: middle; display: inline-block;}
.bookBuy .tableChildren02{padding-left: 60px;}
.bookBuy .tableChildren02 .childrenWrap{width: auto; margin: auto; line-height: 1.8; text-align: left;}
.bookBuy .snsWrap{margin-top: 20px;}

@media screen and (max-width: 800px){
	.bookBuy .tableChildren02{padding-left: 20px;}
}

@media screen and (max-width: 550px){
	.bookBuy .tableParent{padding: 0 20px;}
	.bookBuy .tableChildren{vertical-align: top; display: table-cell;}
	.bookBuy .tableChildren01{width: 30%;}
	.bookBuy .tableChildren01 .bookImg{margin-top: 0.5rem;}
	.bookBuy .tableChildren02{width: auto; padding-left: 20px;}
	.bookBuy .tableChildren02 .childrenWrap{width: auto;}
	.bookBuy .snsWrap{margin-top: 0;}
}
@media screen and (max-width: 420px){
	.bookBuy .tableChildren02 .childrenWrap{line-height: 1.5;}
}
/* ---------------------------
	FOOTER
----------------------------- */
footer{text-align: center;}
footer .nav01 .siteMenu{border-bottom: 1px solid #fff; margin-bottom: 0.5rem; padding-bottom: 0.5rem; box-sizing: content-box;}
small{color: #fff; display: block;}

@media screen and (max-width: 420px){
	footer .siteMenu{line-height: normal;}
	.nav02{font-size: 1.1rem;}
}

/* ---------------------------
	BUTTON
----------------------------- */
.btn{
	display: block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	width: 320px;
	line-height: 4rem;
	background-color: #000;
	border-radius: 2rem;
	border: 1px solid #000;
	margin: 0;
	text-decoration: none;
	transition: all 0.2s;
	cursor: pointer;
}
.btn:hover{background-color: #fff; color: #000;}

.btn.forPC{}
.btn.forSP{display: none; margin-bottom: 30px;}

@media screen and (max-width: 940px){
	.btn{width: 100%; max-width: 400px;}
}
@media screen and (max-width: 550px){
	.btn{max-width: initial;}
	.btn.forPC{display: none;}
	.btn.forSP{display: block; margin: 3rem auto;}
	.bookBuy02 .btn.forSP{margin-bottom: 0;}
}
/* ---------------------------
	PAGETOP
----------------------------- */
#PAGETOP {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	background: #000;
	color: #FFF;
	z-index: 5;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
}
#PAGETOP::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 20px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin: auto;
}

@media screen and (min-width: 1000px) {
	#PAGETOP:hover{background: #fff; border: 1px solid #1b293f;}
	#PAGETOP:hover::before {border-bottom: 20px solid #1b293f;}
}
@media screen and (max-width: 1000px) {
	#PAGETOP {bottom: 30px; right: 20px;}
}
@media screen and (max-width: 415px) {
	#PAGETOP {width: 48px; height: 48px;}
	#PAGETOP::before {border-top: 11px solid transparent;}
}
/* ---------------------------
	ROUND
----------------------------- */
.round{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* ---------------------------
	TXT
----------------------------- */
.fs18{font-size: 1.8rem;}
.fs24{font-size: 2.4rem;}
.fs36{font-size: 3.6rem;}
.fB{font-weight: bold;}


.txt_center {text-align: center;}
.txt_left {text-align: left;}
.txt_right {text-align: right;}

.soon{text-align: center; font-size: 3rem; font-weight: bold;}

.txtLink {color: #00adaa; font-weight: bold;}
.txtLink:hover {color: #ccc; text-decoration: none;}

br.forSP{display: none;}

@media screen and (max-width: 420px) {
	br.forSP{display: inline;}
}
/* ---------------------------
	COLOR
----------------------------- */
.fcWht{color: #fff;}
.fcBlk{color: #000;}
.fcYlw{color: #d3aa00;}

/* ---------------------------
	SPACE
----------------------------- */
.mT10{margin-top: 1rem;}
.mT20{margin-top: 2rem;}
.mT30{margin-top: 3rem;}

/* ---------------------------
	引用
----------------------------- */
blockquote {background: #f5f5f5; font-style: italic; margin: 0; padding: 1rem 1rem; display: inline-block;}

/* ---------------------------
	iframe
----------------------------- */
.youtube {position: relative; width: 100%; padding-top: 56.25%; margin: auto;}
.youtube iframe {position: absolute; top: 0; right: 0; width: 100%; height: 100%;}