@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');

/* -------------- Resetting Again Base CSS Start -------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------- フォーム用リセット -------------- */
input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
/*	display: none; */
}

*:focus {
	outline: none;
}

a:link { color: #000; text-decoration: none;}
a:visited { color: #333; }
a:hover { color: #888; }
a:active { color: #666; }


/* -------------- clearfix -------------- */
.clearfix {
	overflow: hidden;
}

.clearboth {
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

/* -------------- サイト共通基本プロパティ -------------- */

body {
	font: 16px 'M PLUS Rounded 1c','ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO', sans-serif;
	color: #333;
}

#wrapper {
	width:800px;
	margin: 2em auto;
}

/*-------------- H --------------*/

#top-lineup h2 {
	font-size: 30px;
	font-weight: 700;
}

#top-lineup h2 br {
	display: none;
}

p + h2 {
	margin-left: 1em;
	font-size: 30px;
	font-weight: 700;
}

#author #contents-title h2 { color: #e68012; }
#process #contents-title h2 { color: #0962a9; }
#letter #contents-title h2 { color: #d21376; }

#contents-title h2 span {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	color: #000;
}

#contents-title h2 span br {
	display: none;
}

main#author,
main#process,
main#letter {
	padding-bottom: 2em;
	margin-bottom: 2em;
}

main#author { border-bottom: 5px dotted #e68012; }
main#process { border-bottom: 5px dotted #0962a9; }
main#letter { border-bottom: 5px dotted #d21376; }


div#contents-sc {
	border-bottom: 5px dotted #0962a9;
	margin-bottom: 2em;
}

/*-------------- Header --------------*/
header h1 img {
	max-width:100%;
}

header h2 {
	text-align: center;
	margin: 1em auto 3em;
}

header h2 img {
	max-width:100%;
}

header.smfonly {
	display: none;
}

/*-------------- TOP: Menu --------------*/
#top-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 2em auto;
}

#top-menu ul::after{
	content:"";
	display: block;
	width: 33%;
}
#top-menu li {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1;
	vertical-align: bottom;
	width: 32%;
}
#top-menu li:nth-last-of-type( -n+2 ){
	margin-bottom: 0;
}
#top-menu li img {
	max-width: 100%;
}

#top-menu a:hover {
	opacity: .8;
}
#top-menu-smf {
	display: none;
}

/*-------------- TOP: Lineup --------------*/
#top-lineup {
	margin: 4em auto 0;
}

#top-lineup ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 2em auto;
}

#top-lineup ul::before{
	content:"";
	display: block;
	width: 22%;
	order: 1;
}
#top-lineup ul::after{
	content:"";
	display: block;
	width: 22%;
}
#top-lineup li {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1;
	vertical-align: bottom;
}

#top-lineup li {
	width: 23%;
	margin: 0 0 1.5em 0;
	text-align: center;
}
#top-lineup li:nth-child(4n) {
	margin-right: 0;
}

#top-lineup li:nth-last-of-type( -n+1 ){
	margin-bottom: 0;
}

#top-lineup li img {
	max-width: 100%;
}

#top-lineup li img.shd {
	box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.3);
}

#top-lineup li p.book-img {
	width: 100%;
	height: 160px;
}

#top-lineup li p.book-img img {
	max-width: 100%;
	max-height: 100%;
}

#top-lineup li p.book-img + p {
	margin-top: 0.25em;
	font-size: 12px;
	line-height: 1.4;
}
#top-lineup li span {
	display: block;
	font-size: 11px;
	letter-spacing: -0.05em;
	color: #ff0000;
}

#top-lineup li span.icon-new {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	padding: 2px 4px;
	background: #e62e8b;
}




/*-------------- Top-Movie --------------*/
#top-movie {
	display: none;
}

#top-movie dl {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

#top-movie dd {
	border:1px solid #000;
	line-height:0;
	width:420px;
	margin-left:0;
	display: inline-block;
}

#top-movie iframe {
	width:420px;
	height:250px;
}

#top-movie dt {
	width: 580px;
	text-align: center;
}

#top-movie dt img {
	margin:0;
	max-width: 80%;
}

/*-------------- Author --------------*/

#contents-title {
	display: flex;
	align-items: center;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
}

#author #contents-title { border-bottom: 5px dotted #e68012; }
#process #contents-title { border-bottom: 5px dotted #0962a9; }
#letter #contents-title { border-bottom: 5px dotted #d21376; }

#contents-title img {
	height: 120px;
}

#author-profile {
	margin-top: 2em;
}

#author-main h3 {
	font-size: 24px;
	line-height: 1.6;
}

h3 + p {
	text-align: justify;
	line-height: 1.6;
	margin: 1em auto 2em;
}

p.sign {
	margin: 1em auto;
	text-align: right;
}

p.sign img {
	height: 24px;
}

#author-profile ul {
	display: flex;
	align-items : center;
	font-size: 14px;
}

#author-profile ul li img {
	width: 150px;
	border-radius: 50%;
}


#author-profile ul li:first-child{
	width:150px;
	margin: 0 1.5em 0 0;
}

#author-profile ul li:last-child{
	width:auto;
	border-top: 1px solid #eee;
	padding-top: 1.5em;
}

#author-profile h4 {
	display: block;
}

#sc-contents-prs #sc-shirokun {
	margin: 20px auto 0;
}

/*
div#sc-contents-prs div.img_slider {
	padding-bottom: 0;
}*/

div#sc-contents-prs ul.process-list {
	margin: 0 auto;
}

div#sc-contents-prs ul.process-list img {
	width: 725px;
	margin: 0 auto;
}

div#sc-contents-prs ul.process-list li {
}

div#sc-contents-prs ul.process-list li p {
	width: 500px;
	min-height: 130px;
	padding-left: 30px;
	text-align: justify;
	margin: 10px auto 0;
	font-weight: 400;
	font-size: 18px;
}


div#sc-contents-prs div.img_slider .slider_next {
	width: 59px;
	height: 20px;
	display:block;
	background-image: url(../imgs/side_next.png);
	background-size: 59px 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	top:460px;
	right: 0;
}

div#sc-contents-prs div.img_slider  .slider_prev {
	width: 59px;
	height: 20px;
	display:block;
	background-image: url(../imgs/side_prev.png);
	background-size: 59px 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	top: 460px;
	left:20px;

}

#sc-shirokun-smf {
	display: none;
}

p.copy-r {
	font-size: 12px;
	text-align: center;
}

/*-------------- すてきな感想が届いています！ --------------*/

#sc-contents-letter .comr {
	margin: 0 auto 10px;
	text-align: right;
	font-size: 11px;
}

#sc-contents-letter #sc-letter {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

#sc-contents-letter #sc-letter .letter-line-l {
	margin: 0 10px 15px 0;
	vertical-align: top;
}

#sc-contents-letter #sc-letter .letter-line-r {
	margin: 0 0 15px 0;
	vertical-align: top;
}

#sc-contents-letter #sc-letter .letter-line-l div {
	width:395px;
	border: 2px solid #fce2ee;
	box-sizing: border-box;
	border-radius: 10px 10px;
	padding: 0;
	text-align:left;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
}

#sc-contents-letter #sc-letter .letter-line-r div {
	width:395px;
	border: 2px solid #fce2ee;
	box-sizing: border-box;
	border-radius: 10px 10px;
	padding: 0;
	text-align:left;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
}

#sc-contents-letter #sc-letter .letter-line-l article p,
#sc-contents-letter #sc-letter .letter-line-r article p {
	font-size: 14px;
	margin: 10px 20px ;
	line-height: 1.4;
}

#sc-contents-letter #sc-letter a {
	margin: 10px 20px 20px 20px;
	font-size: 12px;
}

#sc-contents-letter #sc-letter .letter-line-l p.letter-name,
#sc-contents-letter #sc-letter .letter-line-r p.letter-name {
	font-size: 12px;
	text-align:right;
	margin:0 20px 0 0;
}

#sc-contents-letter #sc-letter .letter-line-l p.book-title,
#sc-contents-letter #sc-letter .letter-line-r p.book-title {
	font-size: 12px;
	text-align:right;
	margin:0 20px 10px 0;
}



#sc-contents-letter #sc-letter .letter-line-l h3,
#sc-contents-letter #sc-letter .letter-line-r h3 {
	font-size:16px;
	line-height: 1.4;
	padding:0;
	margin:20px 20px 0 20px;
	color: #d21376;
}

#sc-contents-letter #sc-letter .letter-line-l h3.shtsml,
#sc-contents-letter #sc-letter .letter-line-r h3.shtsml {
	border: 1px solid;
}



/*-------------- Footer --------------*/

footer {
	margin: 2.5em auto 0;
}

footer p {
	text-align: center;
}

footer div {
	margin: 2em auto ;
}

footer ul {
	margin: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer ul li {
	font-size: 14px;
	width: 28%;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 0.5em;
}

footer ul li a:before {
	content: "●";
	color: #e60020;
}

footer ul li span {
	color: #e60020;
}


footer ul li a.actv {
	color: #e60020;

}
