/* ----------------------------------
 style
---------------------------------- */
body {
	font-family: 'ヒラギノ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', osaka, sans-serif;
	line-height: 1.6;
	color: #231815;
	background-image: url(../images/main_bg01.jpg);
}

img {
	max-width: 100%;
}

a {
	color: #266CB1;
	text-decoration: none;
}

a:hover {
	color: #39C;
	text-decoration: none;
}

a:hover {
	opacity: 0.7 !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
}

a:focus {
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------
 main
---------------------------------- */
.main {
	padding: 0 32px;
}

.intro {
	display: flex;
	margin: 15px 16px 50px;
	font-size: 16px;
	justify-content: center;
}

.btn_sns ul li img {
	width: 30px;
}

.btn_sns ul li {
	padding-left: 10px;
}

.btn_sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.btn_sns {
	max-width: 800px;
	margin: 0 auto;
}

/* ----------------------------------
 april_lineup
---------------------------------- */
#april_lineup,
#maglogo,
.voice,
.monitorSec {
	margin: 0 auto;
}

h1.blueline {
	border-bottom: 2px solid #9a693e;
	color: #9a693e;
	letter-spacing: 0.2em;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
}

.note {
	font-size: 14px;
	margin-bottom: 30px;
	text-indent: 1em;
}

.mag-catch {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.mag-title {
	text-align: center;
	margin: 20px 0;
}

.mag-detail {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px dotted #aaa;
	border-top: 2px dotted #aaa;
	padding: 0px 0 6px;
}

.mag-detail p {
	text-align: center;
}

.list-price {
	color: #d0111b;
}

.price {
	font-size: 20px;
}

.price-note {
	font-size: 10px;
	text-align: right;
	margin: 10px 0 30px;
}

.month4 {
	background: url("../images/month4-top.png") no-repeat;
}

.mag09-copy {
	font-size: 20px;
	text-align: center;
}

/* #mag09 .subtitle {
    font-size: .6em;
} */
#mag09 .month5 {
	background: url("../images/month5.png") no-repeat;
	background-position: 20px 0;
}

#mag09 .month6 {
	background: url("../images/month6.png") no-repeat;
	background-position: 20px 0;
}

.month5 .month4-title-container,
.month6 .month4-title-container {
	padding: 10px 0 10px 64px;
	margin: 0 0 20px 20px;
}

.month5 .month4-title,
.month6 .month4-title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
}

.subtitle {
	font-size: 14px;
}

.month4-title-container {
	padding-left: 130px;
	padding-top: 10px;
	margin-bottom: 5px;
	min-height: 100px;
}

.month4-title {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}

.month4-author {
	font-size: 15px;
	font-weight: bold;
}

.month4 img {
	margin: 0 auto 10px;
	display: block;
}

.lineup,
.special-lineup {
	display: flex;
	flex-wrap: wrap;
	border-right: 2px dotted #aaa;
	border-top: 2px dotted #aaa;
}

.lineup>li,
.special-lineup>li {
	width: 25%;
	border-bottom: 2px dotted #aaa;
	border-left: 2px dotted #aaa;
}

.lineup>li {
	padding: 10px 20px 20px;
	background-size: 54px 54px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.lineup .month0 {
	margin-top: 70px;
	margin-bottom: 30px;
}

.lineup .month0 img {
	display: block;
	margin: 0 auto;
}

.special-lineup>li:nth-child(1) {
	background-image: url("../images/sp-month4.png");
}

.special-lineup>li:nth-child(2) {
	background-image: url("../images/sp-month5.png");
}

.special-lineup>li:nth-child(3) {
	background-image: url("../images/sp-month6.png");
}

.special-lineup>li:nth-child(4) {
	background-image: url("../images/sp-month7.png");
}

.special-lineup>li:nth-child(5) {
	background-image: url("../images/sp-month8.png");
}

.special-lineup>li:nth-child(6) {
	background-image: url("../images/sp-month9.png");
}

.special-lineup>li:nth-child(7) {
	background-image: url("../images/sp-month10.png");
}

.special-lineup>li:nth-child(8) {
	background-image: url("../images/sp-month11.png");
}

.special-lineup>li:nth-child(9) {
	background-image: url("../images/sp-month12.png");
}

.special-lineup>li:nth-child(10) {
	background-image: url("../images/sp-month1.png");
}

.special-lineup>li:nth-child(11) {
	background-image: url("../images/sp-month2.png");
}

.special-lineup>li:nth-child(12) {
	background-image: url("../images/sp-month3.png");
}

.lineup>li:nth-child(2) {
	background-image: url("../images/month5.png");
}

.lineup>li:nth-child(3) {
	background-image: url("../images/month6.png");
}

.lineup>li:nth-child(4) {
	background-image: url("../images/month7.png");
}

.lineup>li:nth-child(5) {
	background-image: url("../images/month8.png");
}

.lineup>li:nth-child(6) {
	background-image: url("../images/month9.png");
}

.lineup>li:nth-child(7) {
	background-image: url("../images/month10.png");
}

.lineup>li:nth-child(8) {
	background-image: url("../images/month11.png");
}

.lineup>li:nth-child(9) {
	background-image: url("../images/month12.png");
}

.lineup>li:nth-child(10) {
	background-image: url("../images/month1.png");
}

.lineup>li:nth-child(11) {
	background-image: url("../images/month2.png");
}

.lineup>li:nth-child(12) {
	background-image: url("../images/month3.png");
}

.lineup .lineup-title {
	padding-left: 44px;
	margin-bottom: 10px;
	height: 6rem;
}

.lineup .book-title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 4px;
	letter-spacing: -.05em;
}

.lineup .lineup-title p {
	font-size: 12px;
}

.lineup-img {
	/* position: relative;
	overflow: hidden; */
	margin-bottom: 10px;
	text-align: center;
}

/* .lineup-img:before {
	content: '';
	display: block;
	padding-top: 63%;
}

.lineup-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
} */

.special .lineup-img img {
	border: 1px solid #ccc;
}

.special.ehoniriguchi .lineup-img img {
	border-radius: 0 6px 6px 0;
}

.lineup dl {
	width: 25%;
	border-right: 1px solid #e4e4e4;
	display: table;
	margin-bottom: 20px;
}

.lineup dl dt,
.lineup dl dd {
	text-align: center;
	font-weight: bold;
	color: #8d7e6a;
}

.lineup dl:nth-child(4n) {
	border-right: none;
}

.lineup dt {
	height: 170px;
}

.lineup dt.pict01 img {
	position: relative;
	top: 15%;
}

.lineup dt.pict02 img {
	position: relative;
	top: 10%;
}

.lineup dt img,
.cover img {
	-webkit-box-shadow: 3px 3px 4px rgba(51, 51, 51, .3);
	-moz-box-shadow: 3px 3px 4px rgba(51, 51, 51, .3);
	box-shadow: 3px 3px 4px rgba(51, 51, 51, .3);
}

.lineup dd img {
	display: block;
	margin: 0 auto;
}

/* btn */
.btn {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	margin: 40px auto 50px;
}

.btn li {
	display: inline;
}

.btn li:first-child a {
	background-color: #ef8969;
	color: #fff1ca;
	margin-right: 15px;
}

.btn li a {
	display: inline-block;
	border-radius: 30px;
	background-color: #fff1ca;
	width: 210px;
	height: 60px;
	text-align: center;
	color: #333;
}

.btn li span {
	position: relative;
	top: 7px;
}

#present .btn li a {
	width: 280px;
	margin: 20px auto;
}

#present .btn li {
	line-height: 3.8em;
}

/* ----------------------------------
 maglogo
---------------------------------- */
#maglogo ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#maglogo li {
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	border: 2px solid #d9e2e7;
	height: 76px;
	padding-top: 5px;
}

#maglogo li:nth-child(4n) {
	margin-right: 0;
}

#maglogo li a {
	display: block;
	color: #8d7e6a;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#maglogo li img {
	height: auto;
}

#maglogo li a span {
	padding-top: 10px;
}

/* ----------------------------------
 voice
---------------------------------- */
#mag01 .mag-toptitle {
	background-color: #e78196;
}

#mag02 .mag-toptitle {
	background-color: #f39800;
}

#mag03 .mag-toptitle {
	background-color: #d3a003;
}

#mag04 .mag-toptitle {
	background-color: #008cd6;
}

#mag05 .mag-toptitle {
	background-color: #ee86b4;
}

#mag06 .mag-toptitle {
	background-color: #6eb92b;
}

#mag07 .mag-toptitle {
	background-color: #fadbd0;
}

#mag08 .mag-toptitle {
	background-color: #F0E7AE;
}

#mag09 .mag-toptitle {
	background-color: #DB6A64;
}

#mag10 .mag-toptitle {
	background-color: #81be90;
}

.voice {
	/*border:1px solid red;*/
}

.mag-toptitle {
	height: 60px;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 60px 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
}

.special .mag-toptitle {
	color: #231815;
}

.target-age {
	margin-left: 15px;
}

.heading2 {
	font-size: 17px;
	padding-left: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.2;
}

/*.voice h3 {
	padding: 0 0 15px 16px;
	margin-top: -7px;
}*/
/*印象にも残った本の文字色*/
/*#mag01.voice h3 { color:#e78196;}
#mag02.voice h3 { color:#f39800;}
#mag03.voice h3 { color:#d3a003;}
#mag04.voice h3 { color:#008cd6;}
#mag05.voice h3 { color:#ee86b4;}
#mag06.voice h3 { color:#6eb92b;}*/

.red {
	color: #db6a64;
	font-size: 13px;
	display: inline-block;
	line-height: 1.5;
}

.boxcnt {
	margin-bottom: 25px;
}

#mag01 .heading2 {
	border-left: 6px solid #e78196;
}

#mag02 .heading2 {
	border-left: 6px solid #f39800;
}

#mag03 .heading2 {
	border-left: 6px solid #d3a003;
}

#mag04 .heading2 {
	border-left: 6px solid #008cd6;
}

#mag05 .heading2 {
	border-left: 6px solid #ee86b4;
}

#mag06 .heading2 {
	border-left: 6px solid #6eb92b;
}

#mag07 .heading2 {
	border-left: 6px solid #fadbd0;
}

#mag08 .heading2 {
	border-left: 6px solid #F0E7AE;
}

#mag09 .heading2 {
	border-left: 6px solid #DB6A64;
}

#mag10 .heading2 {
	border-left: 6px solid #81be90;
}

#mag01 .box:nth-of-type(2),
.lineyellow {
	border-top: 2px dotted #008cd6;
}

#mag01 .box:nth-of-type(3),
.lineyellow {
	border-top: 2px dotted #ffcc33;
}

#mag02 .box:nth-of-type(2),
.lineorange {
	border-top: 2px dotted #f19b39;
}

#mag03 .box:nth-of-type(2),
.linepink {
	border-top: 2px dotted #f1a1c7;
}

#mag04 .box:nth-of-type(2),
.lineorange2 {
	border-top: 2px dotted #ef8969;
}

#mag05 .box:nth-of-type(2),
.lineblue {
	border-top: 2px dotted #6a8bcc;
}

#mag06 .box:nth-of-type(2),
.linepurple {
	border-top: 2px dotted #c6a5e3;
}

#mag10 .box:nth-of-type(2),
.linegreen {
	border-top: 2px dotted #81be90;
}

#mag08 .box:nth-of-type(2),
.linered {
	border-top: 2px dotted #db6a64;
	margin-top: 25px;
	padding-top: 25px;
}

/*#mag08 .box {
	padding-left: 0px;
}*/

.box {
	/*border:1px solid red;*/
	padding: 20px 0 0;
}

/* .user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: top;
} */

.user + .user {
	margin-top: 30px;
}

.user .cover {
	text-align: center;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 140px;
}

.user .cover img {
	width: 100%;
}

.user .txt {
	flex-grow: 999999;
	padding-left: 20px;
	padding-bottom: 30px;
	flex-shrink: 1;
	line-height: 1.8;
	/*	font-family: 'メイリオ', Meiryo;*/
	font-size: 16px;
}

.name {
	text-align: right;
	margin: 20px 0 30px;
}

.name span {
	text-align: right;
	display: block;
	padding-right: 0.5em;
}

/*母の友*/
h2.hahatomo {
	color: #db6a64;
	font-size: 20px;
	border-left: none !important;
	padding: 0 20px;
}

p.hahatomo {
	margin-bottom: 25px;
	line-height: 2.0;
	font-family: 'メイリオ', Meiryo;
	padding: 0 20px;
	font-size: 16px;
}

.hahatomobox {
	background-color: #fdfbf3;
	padding: 15px 20px;
}

.monitorSec {
	background-color: #fffeee;
}

.hahatomo-list {
	margin-left: 20px;
	font-size: 15px;
}

.hahatomo-list li {
	margin-bottom: 4px;
	padding-left: 1em;
	position: relative;
}

.hahatomo-list li:before {
	position: absolute;
	display: block;
	content: '';
	background: #231815;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	top: 6px;
	left: 0;
}

.hahatomo-author {
	font-size: .8em;
	margin-left: 1em;
}

.notes {
	font-size: 10px;
	margin-top: 10px;
}

/* ----------------------------------
 present
---------------------------------- */
#present {
	margin-top: 30px;
	padding-top: 10px;
}

#present h1 {
	background-color: inherit;
	height: auto;
	padding-left: 15px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#present .note {
	padding-left: 15px;
	margin-bottom: 10px;
}

.present_cnt {
	padding: 15px;
}

.pageTop {
	position: fixed;
	right: 0px;
	bottom: 30px;
	display: none;
}

/* ----------------------------------
 ▼▼▼▼▼▼▼▼▼▼
monitor
---------------------------------- */
#monitor .container {
	width: 1200px;
	margin: 0 auto;
}

#monitor .container:after {
	content: "";
	display: table;
	clear: both;
}

#monitor .mainBox {
	background: #ffffff;
}

/* gHead */
#monitor #gHead .gHeadInner {
	display: table;
	width: 100%;
	background: -moz-linear-gradient(top, #fff1ca 0%, #ffffff 70%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff1ca), color-stop(0.70, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff1ca 0%, #ffffff 70%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff1ca 0%, #ffffff 70%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff1ca 0%, #ffffff 70%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff1ca 0%, #ffffff 70%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1ca', endColorstr='#ffffff', GradientType=0);
	/* IE7,8,9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fff1ca, EndColorStr=#ffffff)";
	/* IE 8 */
}

#monitor #gHead .monitorImg01,
#monitor #gHead .monitorImg02,
#monitor #gHead .pageTtlWrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#monitor #gHead .pageTtl {}

#monitor #gHead .pageSubTtl {
	color: #663300;
	font-size: 138.5%;
	line-height: 1.2;
	text-align: center;
	display: block;
	margin: 10px 0 5px;
}

#monitor #gHead .pageTtl {
	color: #a2bc4d;
	font-size: 300%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	display: block;
}

#monitor #gHead p {
	margin-top: 15px;
	font-size: 116%;
	color: #663300;
	text-align: justify;
}

#monitor #gHead p .ex {
	color: #a2bc4d;
	font-weight: bold;
	text-align: justify;
}

/* monitorSec */
#monitor .monitorSec .secTtl {
	background: #56c78e;
	border-radius: 6px;
	color: #fff788;
	font-size: 131%;
	font-weight: bold;
	padding: 5px 15px;
	border-left: none;
}

#monitor .monitorList {
	margin: 15px 5px 15px;
}

.monitorSec h2+p {
	margin: 15px 10px 15px;
	font-size: 116%;
}

#monitor .monitorList li {
	font-size: 116%;
	line-height: 1.4;
	margin-top: 7px;
	text-indent: -1em;
	padding-left: 1em;
	text-align: justify;
}

/* pageTop */
#pageTop {
	width: 60px;
	height: 60px;
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
}

#pageTop p {
	margin: 0;
	padding: 10px 7px;
	line-height: 1.2;
	border-radius: 5px;
	background: #3b3b3b;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 75%;
}

#pageTop p:hover {
	background: #8b8b8b;
}

#btnPageTop {
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	text-align: center;
}

#btnPageTop .icon-arrow_u {
	display: block;
	font-size: 85%;
	text-align: center;
	margin-bottom: 5px;
}

/* gFoot */
#monitor #gFoot {
	margin-top: 40px;
}

#monitor #gFoot #gFootCopy {
	clear: both;
	padding: 15px 20px;
	text-align: center;
}

#monitor #gFoot #gFootCopy img {
	width: 100px;
}

#monitor #gFoot #gFootCopy span {
	display: block;
	font-size: 85%;
	text-align: center;
}

#form .container {
	width: 840px;
	margin: 0 auto;
}

#form .container:after {
	content: "";
	display: table;
	clear: both;
}

#form .mainBox {
	margin: 30px auto;
	background: url(../images/bg_cream.png) left top repeat;
	border: #f3f3f3 solid 3px;
	border-radius: 20px;
}

#form .formBox {
	background: #ffffff;
	border-radius: 15px;
	margin: 20px;
	padding: 70px 40px 40px 40px;
}

/* gHead */
#form #gHead .gHeadInner {
	display: table;
	width: 100%;
}

#form #gHead .monitorImg04,
#form #gHead .monitorImg05,
#form #gHead .pageTtlWrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#form #gHead .monitorImg04 img,
#form #gHead .monitorImg05 img {
	margin-bottom: -80px;
}

#form #gHead .pageTtlWrap {
	color: #663300;
	font-size: 200%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

#form #gHead .pageTtlWrap span {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
}

/* formSec */
#form .formSec {
	margin-bottom: 30px;
}

#form .secTtl {
	padding: 7px 15px 5px;
	font-size: 131%;
	border-radius: 5px;
	margin-bottom: 20px;
	line-height: 1.4;
}

#form .formContents01 .secTtl {
	background: #fef7de;
}

#form .formContents02 .secTtl {
	background: #e9f7cf;
}

#form .formContents03 .secTtl {
	background: #cfeff7;
}

#form .formContentsTtl {
	color: #663300;
	font-size: 116%;
	padding: 7px;
	border: #663300 solid 3px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: bold;
}

#form .formContentsTtl span {
	font-size: 85%;
	font-weight: normal;
}

#form .formSecCont {}

#form .label {
	font-size: 100%;
	line-height: 1.2;
	margin: 0 3px;
}

#form .text,
#form .select,
#form .textarea {
	border: #aaaaaa solid 1px;
	font-size: 116%;
	line-height: 1.2;
	padding: 5px 7px;
}

#form .textarea {
	width: 98%;
	margin-left: 2%;
}

#form .line {
	display: inline-block;
	margin: 0 0 5px 10px;
	min-width: 160px;
}

#form .btnSubmitWrap {
	background: #fef7de;
	text-align: center;
	padding: 15px;
}

#form .btnSubmit {
	width: 60%;
	font-size: 100%;
	line-height: 1;
	padding: 15px 0;
	height: 50px;
}

#form .w60 {
	width: 60px;
}

/* privacyBox */
#form .privacyBox {
	margin-top: 30px;
	font-size: 100%;
	color: #333333;
}

#form .privacyBox strong {
	font-weight: bold;
}

#form .privacyBox a {
	color: #231815;
	word-break: break-all;
}

/* gFoot */
#form #gFoot {}

#form #gFoot #gFootCopy {
	clear: both;
	padding: 15px 20px;
	text-align: center;
}

#form #gFoot #gFootCopy img {
	width: 100px;
}

#form #gFoot #gFootCopy span {
	display: inline-block;
	margin-left: 10px;
	font-size: 85%;
	vertical-align: 4px;
	text-align: center;
}

.sp {
	display: none;
}

/* ----------------------------------
 special
---------------------------------- */
.special {
	margin-top: 36px;
	/*padding: 24px;*/
}

/*.ehoniriguchi{
	background-color: #fcebf3;
}
.kodomonotomo_selection{
	background-color: #f4edbf;
}*/
.special-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 20px 110px;
}

.special-mark {
	font-size: 20px;
	font-weight: bold;
	background: #ffe100;
	border-radius: 50%;
	width: 5.5em;
	text-align: center;
	margin: 0 40px;
}

.special-container {
	background-color: #fff;
	top: 15px;
	padding-top: 10px;
	border-radius: 10px;
}

.special-icon img {
	display: block;
	margin: -30px auto 5px;
}

.special-lineup>li {
	padding: 54px 20px 20px;
	background-size: 68px 34px;
	background-repeat: no-repeat;
	background-position: center 10px;
}

.special-lineup .book-title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 4px;
}

.special-lineup .lineup-title p {
	font-size: 12px;
	margin-bottom: 10px;
}

@media (max-width : 960px) {

	/* 960px以下 */
	#monitor .container {
		width: auto;
		max-width: 880px;
	}

	#monitor .mainBox {
		margin: 0 20px;
	}

	.lineup>li,
	.special-lineup>li {
		width: 33%;
	}

	/* .lineup-img:before {
		padding-top: 90%;
	} */

	/* ----------------------------------
 form
---------------------------------- */
	#form .container {
		width: auto;
		max-width: 880px;
	}

	#form .mainBox {
		margin: 30px 20px;
	}
}

@media (max-width : 768px) {

	#maglogo,
	#april_lineup {
		width: 96%;
	}

	.btn_sns {
		padding-right: 10px;
	}

	.pageTop {
		width: 100px;
		bottom: 20px;
		display: none;
	}

	/*.pageTop li:nth-child(1), .pageTop li:nth-child(2), .pageTop li:nth-child(3), .pageTop li:nth-child(4), .pageTop li:nth-child(5), .pageTop li:nth-child(6), .pageTop li:nth-child(7), .pageTop li:nth-child(8), .pageTop li:nth-child(9) */
	.pageTop li:nth-last-child(n+3) {
		display: none;
	}

	.pageTop img {
		opacity: 0.9;
	}

	span.line {
		display: block;
	}

	#monitor #gHead .monitorImg01,
	#monitor #gHead .monitorImg02 {
		vertical-align: bottom;
	}

	#monitor #gHead .monitorImg01 img,
	#monitor #gHead .monitorImg02 img {
		width: 70px;
	}

	#monitor #gHead p,
	#feature {
		margin: 30px 30px 0;
	}

	.month4-title-container {
		margin-bottom: 10px;
	}

	.mag-detail {
		padding: 6px;
	}

	.special-title div {
		width: 192px;
	}

	.lineup>li,
	.special-lineup>li {
		width: 50%;
	}

	/* .lineup-img:before {
		padding-top: 110%;
	} */

	.lineup .lineup-title {
		/*height: 8.5rem;*/
		height: auto;
	}

	.mag-toptitle {
		height: auto;
		min-height: 60px;
		font-size: 24px;
	}

	/* ----------------------------------
 form
---------------------------------- */
	#form #gHead .pageTtlWrap {
		font-size: 167%;
	}

	#form #gHead .monitorImg04 img,
	#form #gHead .monitorImg05 img {
		margin-bottom: -40px;
		max-width: 90px;
	}

	#form .mainBox {
		margin: 15px 10px;
	}

	#form .formBox {
		margin: 10px;
		padding: 40px 10px 10px 10px;
	}

	#form .line {
		margin: 0 0 20px 0;
	}
}

@media (max-width : 480px) {
	.main {
		padding: 0 16px;
	}

	.sp {
		display: block;
	}

	.boxcnt {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#maglogo,
	#april_lineup {
		width: 100%;
	}

	.pageTop {
		/*width: 20%;*/
		/*right: -8px;*/
		bottom: 15px;
		display: none;
	}

	#monitor .mainBox {
		/*背景白エリア*/
		margin: 0;
		padding: 0;
	}

	.intro {
		font-size: 14px;
		padding: 0 1em;
		margin: 15px auto 40px;
	}

	h1.blueline {
		letter-spacing: 0em;
		font-size: 18px;
		padding-left: 0.5em;
		/*text-align: center;*/
	}

	.mag-title {
		margin: 10px auto;
		width: 50%;
	}

	.mag-detail {
		font-size: 12px;
		padding: 4px;
		line-height: 1.5;
	}

	.month4 {
		background-size: 55px;
	}

	.month4-title-container {
		padding-left: 65px;
		min-height: 55px;
	}

	.month4-title {
		font-size: 18px;
		margin-bottom: 4px;
	}

	.month4-author {
		font-size: 14px;
	}

	.lineup:after {
		width: 96px;
		height: 56px;
		background-size: cover;
	}

	.lineup>li,
	.special-lineup>li {
		padding: 40px 15px 20px;
		background-size: 27px 27px;
		background-position: center 6px;
	}

	.special-lineup>li {
		background-size: 34px 17px;
	}

	.lineup .month0 {
		margin-top: 0;
	}

	.lineup .lineup-title {
		padding-left: 0;
		/* height: 6rem;*/
	}

	.lineup .book-title {
		font-size: 14px;
	}

	.lineup .lineup-title p {
		margin-bottom: 10px;
		font-size: 10px;
	}

	/* .lineup-img:before {
    padding-top: 140%;
}*/
	.lineup-img img {
		max-height: 120px;
	}

	.lineup>li>p,
	.special-lineup>li>p,
	.subtitle {
		font-size: 12px;
	}

	.special-title div {
		width: 96px;
	}

	.special-title {
		margin: 0 0 20px;
		flex-direction: column-reverse;
	}

	.special-mark {
		margin: 0 0 8px 0;
		padding: 6px;
		font-size: 15px;
	}

	.special-container {
		padding-top: 2px;
	}

	.special-icon {
		width: 60px;
		margin: 0 auto;
	}

	.special-title h1 {
		width: 80%;
	}

	.special-lineup .book-title {
		font-size: 14px;
	}

	/*微調整*/
	.ttl01 img {
		width: 75%;
	}

	.ttl02 img {
		width: 75%;
	}

	.ttl03 img {
		width: 75%;
	}

	.ttl04 img {
		width: 57%;
	}

	.ttl05 img {
		width: 65%;
	}

	.ttl06 img {
		width: 75%;
	}

	.ttl07 img {
		width: 75%;
	}

	.ttl08 img {
		width: 55%;
	}

	.btn {
		font-size: 14px;
		padding-bottom: 0px;
	}

	.btn li:first-child a {
		background-color: #ef8969;
		color: #fff1ca;
		margin-right: 5px;
	}

	.btn li a {
		border-radius: 25px;
		width: 150px;
		height: 50px;
		margin: 5px auto 15px;
	}

	#maglogo ul {
		justify-content: space-between;
		margin: 0 10px;
	}

	#maglogo li {
		width: 48%;
		margin: 0 0 4% 0;
		padding: 5px;
	}

	#present .btn li {
		line-height: 3em;
		font-size: 15px;
	}

	#present .btn li a {
		width: 100%;
		margin: 0;
	}

	.mag-toptitle {
		margin: 40px 0 20px;
		font-size: 20px;
	}

	.mag-toptitle img {
		height: 20px;
	}

	.tikagaku img {
		height: 30px !important;
	}

	.fushigi img {
		height: 30px !important;
	}

	.heading2 {
		font-size: 15px;
		padding-right: 10px;
		margin-bottom: 8px;
	}

	.special-lineup .lineup-title p {
		font-size: 10px;
	}

	.mag09-copy {
		font-size: 15px;
	}

	.month5 .month4-title,
	.month6 .month4-title {
		font-size: 13px;
	}

	#mag09 .month5,
	#mag09 .month6 {
		background-size: 27px 27px;
	}

	.month5 .month4-title-container,
	.month6 .month4-title-container {
		padding: 4px 0 1px 37px;
	}

	.hahatomo-list {
		font-size: 14px;
	}

	.mag-catch {
		font-size: 16px;
	}

	.user .cover {
		padding-top: 10px;
	}

	.user .cover img {
		width: 45%;
	}

	.user .txt {
		font-size: 13px;
		padding: 0 10px 20px;
	}

	.box {
		padding: 0;
	}

	.name {
		padding-right: 15px;
	}

	.note {
		padding: 0 15px;
		margin-bottom: 10px;
	}

	.hahatomobox {
		padding: 10px 0px;
	}

	h2.hahatomo {
		padding: 0 0 0 0;
	}

	p.hahatomo {
		margin-bottom: 25px;
		padding: 1em 1em 0;
		font-size: 14px;
	}

	#present {
		padding-top: 20px;
		padding-bottom: 0;
		margin: 0;
	}

	#present .btn {
		margin-bottom: 15px;
		margin-top: 0;
	}

	#present .note {
		margin-bottom: 0px;
	}

	.monitorSec {
		border-top: 3px solid #fffccf;
		border-bottom: 3px solid #fffccf;
	}

	#monitor .monitorList {
		padding-bottom: 10px;
	}

	#monitor .monitorList li {
		font-size: 13px;
		padding: 0 20px;
	}

	#monitor #gHead .monitorImg01,
	#monitor #gHead .monitorImg02 {
		display: none;
	}

	#monitor #gHead .monitorImg01 img,
	#monitor #gHead .monitorImg02 img {
		width: 50px;
	}

	#monitor #gHead p,
	#monitor .monitorSec,
	#feature {
		margin: 30px 0 0;
	}

	#monitor #gFoot {
		margin-top: 20px;
	}

	/* ----------------------------------
 form
---------------------------------- */

	#form #gHead .monitorImg04 img,
	#form #gHead .monitorImg05 img {
		margin-bottom: 0;
		display: none;
	}

	#form .formBox {
		padding: 15px 10px;
	}

	#form .btnSubmit {
		width: 80%;
	}

	#form .privacyBox a {
		font-size: 93%;
	}
}