@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: 100%; margin-left: auto; margin-right: auto; padding: 0 20px;}
.wrap.wrap800{max-width: 800px;}
.article .wrap{padding: 3rem 70px; background: #fff;}
.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: 100%; max-height: 440px; background-color: #fff; background: url('../img/back_main.jpg') no-repeat; background-position: center center; background-size: 100% auto;}

header .tableChildren01{width: 34%; vertical-align: bottom; padding-top: 4rem;}
header .tableChildren02{width: 66%; vertical-align: middle; padding-left: 20px; }
header .bookImg{max-width: 260px; width: 100%; height: auto; max-height: 380px;}
.catch{width: 100%; max-width: 550px; height: auto; padding-top: 0rem; display: block;}

@media screen and (max-width: 800px){
}
@media screen and (max-width: 550px){
	header .tableChildren01{padding-top: 2rem;}
	.catch01{padding-top: 2rem;}
}
@media screen and (max-width: 420px){
	header .tableChildren02{padding-left: 10px; }
}

/* ---------------------------
	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{background: #0065c9; color: #fff; padding: 0.5rem 2rem;}
.bookInfo h3{background: #0065c9; color: #fff; padding: 0.5rem 2rem;}


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

@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: #b5d2f8;}
.review img{display: block; width: 50%; height: auto; position: relative; margin: auto;}

/* --------------------------- */
.interview{background: url('../img/back_main.jpg') repeat-y; background-attachment: fixed; background-position: top center; background-size: 100% auto; background-color: #000;}
.interview .wrap{background: transparent; position: relative;}
.interview .wrap .trans{width: 100%; height: 100%; background: #fff; opacity: 0.8; position: absolute; top: 0; left: 0; z-index: -1;}
.interview img{width: 70%; height: auto; position: relative; margin: auto;}

@media screen and (max-width: 1024px){
	.interview{background-attachment: scroll; background-position: center top; background-size: 100% auto; }
}
@media screen and (max-width: 420px){
	.interview{background-size: 100% auto; }
	.interview img{width: 100%;}
}
/* --------------------------- */
.bookInfo .chapter{padding-top: 1.5rem;}
.bookInfo .chapter:first-child{padding-top: 3rem;}
.bookInfo h4+ol{padding-top: 1rem; padding-left: 1em;}
.bookInfo dl{display: flex;}
.bookInfo dt{font-weight: normal; /*width: 12em;*/ padding-right: 2em;}

@media screen and (max-width: 550px){
	.bookInfo dt, .bookInfo dd{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: 50%; vertical-align: middle;}
.bookBuy .tableChildren02 .childrenWrap{width: 320px; margin: auto; line-height: 1.8; text-align: left;}

@media screen and (max-width: 550px){
	.bookBuy .tableParent{padding: 0 20px;}
	.bookBuy .tableChildren{vertical-align: top;}
	.bookBuy .tableChildren01{width: 30%;}
	.bookBuy .tableChildren01 .bookImg{margin-top: 0.5rem;}
	.bookBuy .tableChildren02{width: auto; padding-left: 20px;}
	.bookBuy .tableChildren02 .childrenWrap{width: auto;}
}
@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: auto;
	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: #002ea2; font-weight: bold;}
.txtLink:hover{color: #b5d2f8; text-decoration: none;}

br.forSP{display: none;}

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

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

