@charset "utf-8";
/* CSS Document */

/* 初期化[全体]
-------------------------------------------------------------------- */
/*基本*/
html, body, p, div, article, section, aside, tr, td, th, form, input, textarea, select, h1, h2, h3, h4, h5, h6, h7, hr{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
}
table, tr, td, th{
	word-break: break-all;
}

/*テーブル*/
table{
	margin: 0;
}

/*インライン*/
img, span, strong{
	border: none;
	margin: 0;
}
img{
	vertical-align: text-bottom;
	height: auto;
}
em {
	font-style: normal;
	font-weight:normal;
}

/*リスト*/
ul, ol, dl, dd, dt, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* PC SP 切替
-------------------------------------------------------------------- */
.pc { display: inline-block;}
.pcCont { display: block;}
.sp,.spCont { display: none;}

@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
	img{
		width: auto;
		max-width: 100%;
	}
	.pc,.pcCont { display: none;}
	.sp { display: inline-block;}
	.spCont { display: block;}
}

/* 基本[共通]
-------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}
body{
	color: #000000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,"sans-serif";
	font-size: 1.4em;
	line-height: 1.5em;
}
a{
	color: #008599;
	text-decoration: underline;
}
a:hover{
	opacity: 0.7;
	text-decoration: none;
}
a img{
	border: none;
}
a:hover{
	opacity: 0.7;
}

/* 明朝体指定 */
.navArea ul li,
.commentBox .subTitle {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}




/* コンテンツ[レイアウト]
-------------------------------------------------------------------- */
/* 共通 */
.wrapper {
	margin: auto;
	box-sizing: border-box;
}
.inner,
.content {
	width: 800px;
	margin: auto;
	box-sizing: border-box;
}
.contentArea {
	margin: auto;
	box-sizing: border-box;
	color: #000000;
}

/* コンテンツ共通 */
.block {
    padding: 60px 0;
	/*max-width: 1366px;*/
	margin-left: auto;
	margin-right: auto;
    box-sizing: border-box;
}
.block .title {
	width: 800px;
	text-align: center;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	background-size: auto 2px;
}
.block .title img {
	width: 350px;
	height: auto;
}
.block .text p {
	margin-bottom: 10px;
}
.block .text p:last-of-type {
	margin-bottom: 0px;
}

/* ヘッダー */
.headerArea {
	background-image: url(../images/main_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto auto;
    background-color: #b6dfe5;
	/*max-width: 1366px;*/
	margin: auto;
	height: 928px;
}
.headerArea .headGoHome {
	text-align: left;
	padding-top: 10px;
}
.headerArea .image {
	padding: 37px 0 0 0px;
}


/* フッター */
.footerArea {
	text-align: center;
	padding: 40px 0 0 0;
	color: #ffffff;
}
.footerArea .goTop {
	padding: 20px;
}
.footerArea .footerBox {
	padding: 20px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.footerArea .goIndex a {
	background: url(../images/go_index_arrow.png) no-repeat left center;
	background-size: auto 14px;
	color: #000000;
	padding-left: 15px;
	font-size: 1.6rem;
	text-decoration: none;
}
.footerArea .goIndex img {
	height: 15px;
	width: auto;
}
.footerArea .copy {
	background-color: #000000;
	padding: 10px;
	color: #ffffff;
}

/* SNS */
.snsArea {
	display: block;
	text-align: center;
	margin: auto;
	padding: 0;
    height: 52px;
}
.snsArea ul {
	display: inline-block;
	vertical-align: middle;
}
.snsArea li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

/* 書籍 */
.bookBox {
	margin-top: 20px;
    padding-top: 20px;
    background: url("../images/line.png") repeat-x left top;
}
.bookBox .content {
	padding: 30px;
	display: block;
}
.bookBox .detail {
	display: table;
	width: 100%;
}
.bookBox .detail .image {
	display: table-cell;
	vertical-align: top;
    width: 160px;
}
.bookBox .detail .image img {
	width: 160px;
	height: auto;
}
.bookBox .detail .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	white-space: nowrap;
}
.bookBox .detail .text dl {
	color: #000000;
}
.bookBox .detail .text dl dt {
	margin-bottom: 10px;
}
.bookBox .detail .text dl dt em {
	font-size: 1.8rem;
	display: block;
	font-weight: bold;
}
.bookBox .detail .text dl dt span {
	font-size: 1.6rem;
}
.bookBox .detail .text dl dd {
	margin-bottom: 10px;
}
.bookBox .detail .text ul {
	display: block;
}
.bookBox .detail .text ul li {
	display: inline-block;
	margin-top: 10px;
	font-size: 0;
}
.bookBox .detail .text ul li a {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	padding: 10px 50px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background: #ffe866;
	color: #277181;
}

.book02Box {
	text-align: center;
}
.book02Box .content {
	display: table;
	width: 800px;
}
.book02Box .content .detail {
	display: table-cell;
	vertical-align: top;
	width: 200px;
}
.book02Box .content .detail .image {
	width: 200px;
}
.book02Box .content .detail .image img {
	max-width: 100%;
	height: auto;
    box-shadow: 0px 0px 10px 0px rgba(16,80,89,0.4);
}
.book02Box .content .text {
	margin: 10px 0 0 0;
	padding-left: 30px;
	display: table-cell;
	vertical-align: top;
}
.book02Box .content .text dl {
	text-align: left;
}
.book02Box .content .text dl dt {
	margin-bottom: 10px;
}
.book02Box .content .text dl dt em {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}
.book02Box .content .text dl dt span {
	font-size: 1.4rem;
	display: block;
}
.book02Box .content ul {
	display: block;
	font-size: 0;
	margin-top: 40px;
}
.book02Box .content ul li {
	display: inline-block;
}
.book02Box .content ul li a {
	display: block;
	background: #ffe866;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
	color: #277181;
	text-decoration: none;
	width: 250px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.book02Box .content .text {
	text-align: left;
}
.book02Box .content .text .txt {
	margin-top: 10px;
}

/* ナビ */
.navArea {
	text-align: center;
	/*max-width: 1366px;*/
	margin: auto;
	padding: 0;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto auto;
    border-top: 2px solid #ffffff;
    border-bottom: 3px solid #f8fcfd;
}
.navArea ul {
	font-size: 0;
	text-align: center;
	width: 800px;
	margin: auto;
    display: table;
}
.navArea ul li {
	font-size: 2.0rem;
	text-align: center;
	display: table-cell;
	box-sizing: border-box;
    text-align: center;
}
.navArea ul li + li {
    border-left: 1px solid #b6dfe5;
}
.navArea ul li a,
.navArea ul li p {
	width: 100%;
	display: block;
    padding: 0 20px;
    box-sizing: border-box;
}
.navArea ul li span.comingsoon {
	font-size: 1.1rem;
}

/* 動画 */
.movieBox{
    margin-left: auto;
    margin-right: auto;
	width: 800px;
	height: 450px;
}

/* 内容紹介 */
.storyBox .textBox {
	padding-right: 40px;
	font-size: 1.4rem;
	line-height: 1.6em;
}
.storyBox .textBox p + p {
	margin-top: 20px;
}
.storyBox .textBox p em {
	font-weight: bold;
}
.storyBox .image {
	margin-bottom: 20px;
}

/* 応援コメント */
.commentBox {
    background: #b6dfe5;
}
.commentBox dl {
	margin-bottom: 20px;
	background: #e2f2f5;
	padding: 20px;
    border-radius: 6px;
}
.commentBox dl dd {
	margin-bottom: 10px;
	font-weight: bold;
}
.commentBox dl dd p + p {
    margin-top: 10px;
}
.commentBox dl dt {
    text-align: right;
}

/* 著者プロフィール */
.profileBox {
    background: #b6dfe5;
    padding: 60px;
}
.profileBox dl dt {
	margin-bottom: 10px;
	font-weight: bold;
}
.profileBox dl dt span {
	font-size: 1.8rem;
}
.profileBox .img {
	text-align: center;
	padding-top: 20px;
}
.profileBox .img img {
	width: 400px;
	height: auto;
	border: 3px solid #a28735;
}

/* 書評 */
.reviewBox {
    background: #ffef66;
    padding: 60px;
    margin-top: 0px;
}
.reviewBox .content {
    font-size: 0;
}
.reviewBox .content dl {
    display: inline-block;
    vertical-align: top;
    width: 385px;
}
.reviewBox .content dl:nth-of-type(2n) {
    margin-left: 30px;
}
.reviewBox .content dl dt {
    text-align: center;
    font-size: 0;
    line-height: 1em;
}
.reviewBox .content dl dt img {
    width: 330px;
}
.reviewBox .content dl dd {
    background: #b6dfe5;
    margin-top: -20px;
    font-size: 1.4rem;
    padding: 40px 20px 20px 20px;
}
.reviewBox .content dl dd p.ttl {
    font-weight: bold;
}
.reviewBox .content dl dd p.bottom {
    text-align: right;
}
.reviewBox .content dl dd p + p {
    margin-top: 10px;
}

/* 試し読み */
.testBox .content {
    background: url(../images/test_img.png) no-repeat center top;
    background-size: auto;
}
.testBox .content .ttl {
	text-align: center;
    font-size: 2.0em;
    margin-bottom: 20px;
}
.trialBox .content .text,
.testBox .content .text {
	text-align: left;
}
.trialBox .content .text dt,
.testBox .content .text dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.trialBox .content .text dt,
.testBox .content .text dt {
	font-size: 1.6rem;
	font-weight: bold;
}
.testBox .content .stitle {
	text-align: center;
    padding-top: 400px;
    padding-bottom: 20px;
}
.trialBox .content .ttl img,
.testBox .content .stitle img {
    width: 210px;
    height: auto;
}

/* 試し読みページ */
.trialBox.block {
	margin: 0;
    padding: 60px 0;
}
.trialBox .content .ttl {
	text-align: center;
    margin-bottom: 40px;
}
.trialBox .content .text + .text {
	margin-top: 40px;
}
.trialBox .content .text dd + dd {
	margin-top: 40px;
}
.trialBox .content .text dd p {
	line-height: 2em;
}
.trialBox .content .text dd p.bold {
	font-weight: bold;
}
.trialBox .content .text dd p.ind0 {
	text-indent: 0em;
}
.trialBox .content .text dd p.pL2 {
	padding-left: 2em;
}
.trialBox .content .text dd p.center {
	text-align: center;
	text-indent: 0em;
}
.trialBox .content .text dd.image .img {
	text-align: center;
	text-indent: 0em;
}

/* 対談 */
.interviewBox .content .ttl {
	text-align: center;
    font-size: 2.0em;
    margin-bottom: 20px;
}
.interviewBox .content .text{
	text-align: left;
}
.interviewBox .content .img {
	text-align: center;
	margin-bottom: 20px;
}
.interviewBox .content .text dt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.interviewBox .content .text dd + dd {
    margin-top: 10px;
}
.interviewBox .content .text dd p + p {
    margin-top: 5px;
}
.interviewBox .content .text dd.right p {
    text-align: right;
}


/* リンクボタン */
.testBox .content .btn,
.interviewBox .content .btn,
.commentBox .content .switchBtn{
	text-align: center;
	margin-top: 20px;
}
.testBox .content .btn a,
.interviewBox .content .btn a,
.commentBox .content .switchBtn p{
	display: inline-block;
	width: 300px;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.6rem;
    box-sizing: border-box;
    background: #18a69e;
    cursor: pointer;
}
.commentBox .content .switchBtn p:hover {
	opacity: 0.7;
}


/* スマホレイアウト
----------------------------- */
@media only screen and (max-width: 768px) {
/* -------------------------------------------------------------------------- */
/* 共通 */
.wrapper {
	width: 100%;
	padding: 0;
}
.inner,.contentArea {
	width: 100%;
	padding: 0 0 1px 0;
}

.content {
	width: 100%;
	padding: 0 10px;
}

/* コンテンツ共通 */
.block {
	padding: 40px 0;
}
.block .title {
	width: 100%;
	margin-bottom: 20px;
    text-align: center;
}
.block .title span,
.block .title em {
	display: block;
	line-height: 1.3em;
}
.block .title span {
	font-size: 2.0rem;
}
.block .text p {
	margin-bottom: 10px;
}
.block .text p:last-of-type {
	margin-bottom: 0px;
}

/* ヘッダー */
.headerArea {
	background-image: none;
	height: auto;
	text-align: center;
}
.headerArea .headGoHome {
	text-align: left;
	padding: 0;
}
.headerArea .image {
	padding: 0;
	min-width: 50%;
}
.headerArea .image img.text {
	width: 60%;
	max-width: 323px;
}



/* フッター */
.footerArea  {
	padding-top: 20px;
}
.footerArea .footerBox {
	padding: 10px;
}
.footerArea .goTop {
	bottom: 10px;
	right: 10px;
}
.footerArea .goTop img {
	width: 40px;
	height: auto;
}

/* SNS */
.snsArea {
	text-align: center;
	min-width: inherit;
	display: block;
	margin: 10px 0;
    height: auto;
}
.snsArea ul {
	display: block;
	text-align: center;
	vertical-align: middle;
}
.snsArea li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

/* 書籍 */
.bookBox .content {
	padding: 10px;
	display: block;
	background:  url(../images/book_bg02.png) repeat 0 0, url(../images/book_bg.png) no-repeat right 0;
	background-size: auto auto, auto 100%;
}
.bookBox .detail {
	display: table;
}
.bookBox .detail .image {
	vertical-align: top;
	width: 150px;
}
.bookBox .detail .image img {
	width: 150px;
	height: auto;
}
.bookBox .detail .text {
	padding-left: 10px;
}
.bookBox .detail .text dl dt em {
	font-size: 1.8rem;
}
.bookBox .detail .text dl dt span {
	font-size: 1.4rem;
}
.bookBox .detail .text dl dd {
	margin-bottom: 10px;
}
.bookBox .detail .text ul li {
	display: block;
	margin-top: 10px;
	font-size: 0;
}
.bookBox ul {
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}
.bookBox ul li {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
}
.bookBox ul li a {
	display: block;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 10px;
	width: 100%;
	height: auto;
}
.bookBox ul li a:hover {
}

.book02Box {
	text-align: center;
}
.book02Box .content {
	display: block;
	width: 100%;
	padding-top: 0px;
}
.book02Box .content .detail {
	display: block;
}
.book02Box .content .text {
	display: block;
}
.book02Box .content .detail {
	display: block;
	width: 100%;
}
.book02Box .content .detail .image {
	width: 100%;
}
.book02Box .content .detail .image img {
	max-width: 100%;
	height: auto;
}
.book02Box .content .text {
	padding-left: 0px;
}
.book02Box .content ul {
	margin-top: 0px;
}
.book02Box .content ul li {
	display: block;
	margin-top: 10px;
}
.book02Box .content ul li a {
	display: block;
	margin-right: 0px;
	width: 100%;
}

/* ナビ */
.navArea {
	text-align: center;
	padding: 10px;
    background: none;
    border: 0;
}
.navArea ul {
	width: 100%;
	display: block;
	border-left: 0;
}
.navArea ul li {
	display: block;
	padding: 0;
	border-left: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #b6dfe5;
}
.navArea ul li a,
.navArea ul li p {
	padding: 0;
}


/* 動画 */
.movieBox{
	position: relative;
	width: 95%;
	height:auto;
	padding-top: 56.25%;
}	
.movieBox iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
　right: 0; 
}

/* 内容紹介 */
.storyBox .content {
	display: block;
}
.storyBox .textBox {
	display: block;
	padding-right: 0px;
	line-height: 1.4em;
}
.storyBox .bookBox {
	display: block;
	border-top: 1px dashed #ffffff;
	padding-top: 20px;
}
.storyBox .textBox p + p {
	margin-top: 10px;
}

/* 応援コメント */
.commentBox {
    padding: 40px 0 10px 0;
}
.commentBox .subTitle {
	margin-bottom: 10px;
}
.commentBox .subTitle p {
	background-size: 40px auto;
	padding-left: 40px;
}
.commentBox .subTitle em {
	font-size: 2.0rem;
}
.commentBox .subTitle span {
	font-size: 1.8rem;
}
.commentBox dl {
	margin-bottom: 10px;
	padding: 10px;
}

/* 著者プロフィール */
.profileBox {
    padding: 40px 0 10px 0;
}
.profileBox dl dt span {
	font-size: 1.8rem;
}

.profileBox .img {
	padding-top: 10px;
}
.profileBox .img img {
	width: 100%;
	border: 2px solid #a28735;
    box-sizing: border-box;
}

/* 書評 */
.reviewBox .content dl {
    display: block;
    width: 100%;
}
.reviewBox .content dl:nth-of-type(2n) {
    margin-left: 0;
    margin-top: 20px;
}
.reviewBox .content dl dt img {
    width: 280px;
}
.reviewBox .content dl dd {
    margin-top: -20px;
}

/* 試し読み */
.testBox .content {
    background: url("../images/test_bg_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding: 0px;
}
.trialBox .content .ttl,
.testBox .content .ttl {
    font-size: 1.8em;
    margin-bottom: 10px;
}
.testBox .content .img {
	margin-top: 0px;
}
.trialBox .content .ttl,
.testBox .content .stitle {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.trialBox .content .ttl img,
.testBox .content .stitle img {
    width: auto;
    max-width: 70%;
    height: auto;
}
.testBox .content .text,
.testBox .content .btn {
    margin: 0 10px;
}

/* 試し読みページ */
.trialBox {
	margin-top: 20px;
}
.trialBox.block {
    padding: 20px 0;
}
.trialBox .content .image {
}
.trialBox .content .text dt {
	margin-bottom: 10px;
}
.trialBox .content .text dd + dd {
	margin-top: 20px;
}
.trialBox .content .text dd {
    margin-left: -10px;
    margin-right: -10px;
}
.trialBox .content .text dd p {
    margin-left: 10px;
    margin-right: 10px;
}
.trialBox .content .text dd.image {
    background: url("../images/test_bg_sp.png") no-repeat center top;
    background-size: 100% auto;
}
.trialBox .content .text dd.image .img {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
}

/* リンクボタン */
.testBox .content .btn,
.interviewBox .content .btn,
.commentBox .content .switchBtn{
	margin-top: 10px;
}
.testBox .content .btn a,
.interviewBox .content .btn a,
.commentBox .content .switchBtn p{
	display: block;
	width: 100%;
	padding: 10px;
}


	
/* -------------------------------------------------------------------------- */
}

























