/****************global*/
html{
	font-size:14px;
    color:#1a0b08;
    line-height:1.5em;
    font-family:"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
h1 {
	background: url(img/header.jpg), -webkit-linear-gradient(top, #5f3c2e, #885d53);
	background: url(img/header.jpg), linear-gradient(#5f3c2e, #885d53);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #5f3c2e;
    width:100%;
    height:550px;
    text-indent: -9999px;
    overflow: hidden;
}
h1.sample {
    background: url(img/sample_header.jpg), -webkit-linear-gradient(top, #5f3c2e, #885d53);
	background: url(img/sample_header.jpg), linear-gradient(#5f3c2e, #885d53);
	background-repeat: no-repeat;
	background-position: top center;
    height:300px;
}
a:link, a:visited {
    color:#ffc428;
}
a:focus {
	outline:none;
	text-decoration:none;
}
p{
	margin:0.5em 0;
}
section{
    display:block;
    width:100%;
	height:auto;
    overflow: hidden;
    margin:0;
    text-align: left;
}
section div {
    width:900px;
    margin:0 auto;
    height:100%;
}
h2 {
    font-size:36px;
    font-weight: bold;
    margin: 40px 0 20px;
}

@media screen and (max-width: 500px) {
    div#wrap{
		width:100%;
        background-image:none;
        height: auto;
	}
    h1 {
        background-size: contain;
        height: 305px;
    }
    h1.sample {
        height: 167px;
        border:none;
    }
	section {
		width: 100%;
        height: auto;
        margin: 0;
    }
    section div {
        width:96%;
        margin: 0 2%;
    }
    h2 {
        margin: 30px 0 0;
    }
    h2 img {
        width:100%;
    }
}

/****************nav*/

nav {
    background-color: #ffffff;
    width:100%;
}
nav:before {
	content:"";
	display:block;
	height:40px;
	background-image:url("img/top.png");
}
nav:after {
	content:"";
	display:block;
	height:40px;
	background-image:url("img/bottom.png");
}
nav a:link, nav a:visited {
    color:#190a08;
}
nav ul {
    color:#fff;
    width:900px;
    padding:20px 0 10px;
    margin:0 auto;
    overflow: hidden;
    text-align:center;
    font-size:28px;
}
nav ul li {
    float:left;
    width:49%;
    margin-right:1%;
    margin-bottom:10px;
    transition: opacity 0.3s ease-out 0s;
    box-sizing: border-box;
	background-image:url("img/button_short.png");
	background-repeat:no-repeat;
}
nav ul li:hover {
    opacity:0.6;
}
nav ul li a {
    display:block;
    width:100%;
    text-decoration: none;
    padding:15px 0;
}
nav ul li.read {
    width:100%;
    background-image:url("img/button_sample.png");
}
nav ul li.read a {
    display:block;
    width:100%;
    color:#ffffff;
}
nav.sample li:first-child {
    display:none;
}

@media screen and (max-width: 500px) {
    nav ul {
        width:96%;
        padding: 5px 10px;
    }
    nav.sample ul {
        padding: 10px 10px 0;
    }
    nav ul li {
        font-size: 16px;
        background-image:url("img/button_short_sp.png");
        background-size: contain;
    }
    nav ul li.read {
        margin:10px auto;
        width:100%;
        float: none;
        font-size:20px;
        background-image:url("img/button_sample_sp.png");
        background-size: contain;
    }
}

/****************section : description*/

section#description {
    line-height: 1.6;
    letter-spacing: 1px;
    background-color: #e50053;
    background-image: -webkit-linear-gradient(#432523, #754945);
    background-image: -o-linear-gradient(#432523, #754945);
    background-image: linear-gradient(#432523, #754945);
    color: #ffffff;
}
section#description div {
    margin:40px auto;
}
section#description img {
    float:left;
    border:solid 1px #000000;
    margin-right:50px;
    margin-left:20px;
    width:250px;
    box-shadow: 0 0 25px 5px rgba(255,255,255,0.7);
}
section#description p {
    font-size:18px;
    padding: 6px 5px 2px;
}
section#description p.mb20:after {
    content: "";
    display: block;
    margin:20px 0;
}
section#description b {
    font-size:24px;
    color:#ffd77a;
    font-weight: normal;
}
section#description strong {
    font-size:28px;
    color:#ffd77a;
}
section#description dl {
    overflow: hidden;
    margin-top:30px;
}
section#description dl dt {
    float:left;
    width:100px;
    clear:both;
}
section#description dl dd {
    float:left;
    width:160px;
}
section#description a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border: solid 1px #ffc428;
    margin: 20px 5px;
}
section#description a:hover {
    opacity:0.7;
}
br.sp {
    display:block;
}
@media screen and (max-width: 500px) {
    section#description {
        background-size: cover;
    }
    section#description img {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    section#description p {
        font-size:16px;
    }
    section#description b {
        font-size:20px;
    }
    section#description a {
        width:42%;
    }
	section#description dl {
		margin-left:5px;
	}
    br.sp {
        display:none;
    }
    section#description span {
        padding: 0 7px;
        display: inline-block;
    }
}

/****************section : intro*/
section#lineup h2 {
    margin:40px 0 20px;
    color:#432422;
    border-bottom: solid 3px #432422;
    padding-bottom: 10px;
}
ul.menlist {
    overflow: hidden;
    margin:20px auto;
}
ul.menlist li {
    float:left;
    width:32%;
    margin: 20px 1% 10px 0;
    text-align: center;
}
ul.menlist li.cover {
    float: none;
    width: 100%;
    margin-left: 25px;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: left;
}
ul.menlist li.cover span {
    background-color: #a57a44;
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    padding: 5px;
}
ul.menlist li b {
    display: inline-block;
    padding: 5px 7px;
    color: #d50c51;
    font-size: 20px;
    margin-bottom: 10px;
}
ul.menlist li img {
    width:200px;
    border: solid 1px #333;
    display: block;
    margin: 0 auto;
}
ul.menlist li h3 {
    background-color: #a57a44;
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    margin: 15px 10px 7px;
}
ul.menlist li small {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #a57a44;
}
ul.short li img {
    border-radius: 100px;
}
#lineup .read {
    display:block;
    width:100%;
    background-image:url("img/button_sample.png");
    background-repeat: no-repeat;
    padding:15px 0;
    text-align: center;
    font-size: 28px;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 80px;
}
#lineup .read a {
    font-size:14px;
}
#lineup .read:link, #lineup .read:visited {
    color:#ffffff;
}
#lineup .read:hover {
    opacity:0.6;
}

@media screen and (max-width: 500px) {
    section#lineup h2 {
        margin: 40px 0 30px;
    }
    ul.menlist li {
        width: 49%;
        margin: 0px 1% 40px 0;
        height: 250px;
    }
    ul.menlist li:first-child {
        height:auto;
    }
    ul.menlist dl dt {
        font-size: 16px;
    }
    ul.menlist dl dd {
        font-size: 15px;
    }
    ul.menlist li.cover {
        margin-bottom:30px;
    }
    ul.menlist li img {
        width: 140px;
    }
    ul.menlist li b {
        font-size: 18px;
        margin-bottom: 5px;
    }
    ul.menlist li h3 {
        font-size: 20px;
        margin: 10px 10px 7px;
    }
    #intro .read {
        width:auto;
    }
    #lineup .read {
        background-image:url("img/button_sample_sp.png");
        background-size: contain;
    }
}

/****************section : bonus*/

#bonus {
    background-color: #d50c51;
}
#bonus h2 {
    margin: 40px 0 20px;
    color: #ffffff;
    border-bottom: solid 3px #ffffff;
    padding-bottom: 10px;
}
#bonus ul {
    overflow: hidden;
    padding-bottom:20px;
}
#bonus ul li {
    float:left;
    width:33%;
    text-align: center;
    margin:20px 0 40px 0;
}
#bonus ul li img {
    width:250px;
    border: solid 1px #a57a44;
}
#bonus h3 {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 5px;
    font-size: 20px;
    line-height: 1.4;
}
.coming {
    line-height: 356px;
    font-weight: bold;
    font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
    #bonus h3 {
        display:block;
        width: 300px;
        margin: 0 auto 20px;
        font-size: 18px;
    }
    #bonus ul li {
        float:none;
        width:100%;
    }
    #bonus ul li img {
        width:250px;
    }
}

/****************section : series*/
section#series {
    padding:50px 0 100px;
    background-color: #ffffff;
	background-image: radial-gradient(#e4b96a 20%, transparent 20%),
				        radial-gradient(#e4b96a 20%, transparent 20%);
    background-image: -moz-radial-gradient(#e4b96a 20%, transparent 20%),
				        radial-gradient(#e4b96a 20%, transparent 20%);
	background-image: -webkit-radial-gradient(#e4b96a 20%, transparent 20%),
				        radial-gradient(#e4b96a 20%, transparent 20%);
	background-size: 10px 10px;
	background-position: 0 0, 10px 10px;
    color:#a57a44;
}
section#series div {
    overflow: hidden;
}
section#series section.book {
    float: left;
    width:300px;
    overflow: inherit;
    margin:0 auto;
    margin-bottom:20px;
    text-align: center;
}
section#series img {
    border: solid 1px #666;
    margin: 10px;
    width: 150px;
}
section#series p {
    line-height:1.5;
    background-color: #fff;
}
section#series b {
    color:#dd2855;
}
section#series cite {
    display: inline-block;
    font-size:22px;
    background-color:#a57a44;
    margin:5px 0;
    padding:0 5px;
    color:#fff;
}
section#series a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 5px;
    border:solid 1px #dd2855;
    margin:10px 5px;
    background-color: #ffffff;
    font-size: 14px;
}
section#series a:link, section#series a:visited {
    color:#dd2855;
}
section#series a:hover {
    opacity:0.6;
}

@media screen and (max-width: 500px) {
    section#series {
        padding-bottom:30px;
    }
    section#series div {
        width:100%;
    }
    section#series section.book {
        width: 95%;
        margin-bottom: 50px;
    }
    section#series img {
        width: 40%;
        margin: 0 15px 10px;
    }
    section#series p {
        font-size:16px;
        float: left;
        width: 50%;
    }
    section#series cite {
        font-size: 20px;
    }
}

/****************section : read*/
section#read {
    width: 100%;
    background-color: #EEE;
    margin:0 auto;
}
section#read h2 {
    width: 90%;
    float: none;
    margin: 0 auto;
    font-size: 18px;
    padding-top: 20px;
}
section#read ol {
    overflow: hidden;
    width: 800px;
    margin:20px auto ;
}
section#read ol li {
    margin-bottom:40px;
    height: 600px;
    width:400px;
    text-indent: -9999px;
    background-image:url(img/sample/1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
section#read ol li:nth-child(odd) {
    float:right;
}
section#read ol li:nth-child(odd) img {
    float:left;
}
section#read ol li:nth-child(even) {
    float:left;
}
section#read ol li:nth-child(even) img {
    float:right;
}
section#read p {
    margin-left:40px;
}
section#read ol li:nth-child(1) {
    background-image:url(img/sample/1.jpg);
}
section#read ol li:nth-child(2) {
    background-image:url(img/sample/2.jpg);
}
section#read ol li:nth-child(3) {
    background-image:url(img/sample/3.jpg);
}
section#read ol li:nth-child(4) {
    background-image:url(img/sample/4.jpg);
}
section#read ol li:nth-child(5) {
    background-image:url(img/sample/5.jpg);
}
section#read ol li:nth-child(6) {
    background-image:url(img/sample/6.jpg);
}
section#read ol li:nth-child(7) {
    background-image:url(img/sample/7.jpg);
}
section#read ol li:nth-child(8) {
    background-image:url(img/sample/8.jpg);
}
section#read ol li:nth-child(9) {
    background-image:url(img/sample/9.jpg);
}
section#read ol li:nth-child(10) {
    background-image:url(img/sample/10.jpg);
}
section#read ol li:nth-child(11) {
    background-image:url(img/sample/11.jpg);
}
section#read ol li:nth-child(12) {
    background-image:url(img/sample/12.jpg);
}
section#read ol li:nth-child(13) {
    background-image:url(img/sample/13.jpg);
}
section#read ol li:nth-child(14) {
    background-image:url(img/sample/14.jpg);
}
section#read ol li:nth-child(15) {
    background-image:url(img/sample/15.jpg);
}
section#read ol li:nth-child(16) {
    background-image:url(img/sample/16.jpg);
}
section#read ol li:nth-child(17) {
    background-image:url(img/sample/17.jpg);
}
section#read ol li:nth-child(18) {
    background-image:url(img/sample/18.jpg);
}
section#read ol li:nth-child(19) {
    background-image:url(img/sample/19.jpg);
}
section#read ol li:nth-child(20) {
    background-image:url(img/sample/20.jpg);
}
section#read ol li:nth-child(21) {
    background-image:url(img/sample/21.jpg);
}
section#read ol li:nth-child(22) {
    background-image:url(img/sample/22.jpg);
}

.namelink {
    background-color: #EEE;
}
.namelink ul {
    display: block;
    width:800px;
    margin:20px auto;
    margin-bottom: 15px;
}
.namelink ul li {
    display: block;
    float: left;
    margin: 7px;
}
.namelink ul li a {
    display: block;
    background-color: #d50c51;
    padding: 10px 15px;
    padding-left: 5px;
    font-size: 14px;
    border-radius: 2px;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease-out 0s;
}
.namelink ul li a:hover {
    opacity:0.6;
}
.namelink ul li a:before {
    content: "＞";
    display: inline-block;
    padding-right: 5px;
    color: #fcf400;
}

@media screen and (max-width: 768px) {
    section#read {
        width:100%;
    }
    section#read ol {
        width:400px;
        margin-top:10px;
    }
    section#read ol li {
        margin: 20px auto;
        height:580px;
    }
    section#read ol li:nth-child(odd) {
        float:none;
    }
    section#read ol li:nth-child(even) {
        float:none;
    }
    section#read ol li img {
        width:100%;
        margin-bottom: 5%;
        box-shadow: 1px 1px 5px #666;
    }
    section#read p {
        margin-left:5%;
    }
    section#read ol li:nth-child(1) {
        background-image:url(img/sample/sp_1.jpg);
    }
    section#read ol li:nth-child(2) {
        background-image:url(img/sample/sp_2.jpg);
    }
    section#read ol li:nth-child(3) {
        background-image:url(img/sample/sp_3.jpg);
    }
    section#read ol li:nth-child(4) {
        background-image:url(img/sample/sp_4.jpg);
    }
    section#read ol li:nth-child(5) {
        background-image:url(img/sample/sp_5.jpg);
    }
    section#read ol li:nth-child(6) {
        background-image:url(img/sample/sp_6.jpg);
    }
    section#read ol li:nth-child(7) {
        background-image:url(img/sample/sp_7.jpg);
    }
    section#read ol li:nth-child(8) {
        background-image:url(img/sample/sp_8.jpg);
    }
    section#read ol li:nth-child(9) {
        background-image:url(img/sample/sp_9.jpg);
    }
    section#read ol li:nth-child(10) {
        background-image:url(img/sample/sp_10.jpg);
    }
    section#read ol li:nth-child(11) {
        background-image:url(img/sample/sp_11.jpg);
    }
    section#read ol li:nth-child(12) {
        background-image:url(img/sample/sp_12.jpg);
    }
    section#read ol li:nth-child(13) {
        background-image:url(img/sample/sp_13.jpg);
    }
    section#read ol li:nth-child(14) {
        background-image:url(img/sample/sp_14.jpg);
    }
    section#read ol li:nth-child(15) {
        background-image:url(img/sample/sp_15.jpg);
    }
    section#read ol li:nth-child(16) {
        background-image:url(img/sample/sp_16.jpg);
    }
    section#read ol li:nth-child(17) {
        background-image:url(img/sample/sp_17.jpg);
    }
    section#read ol li:nth-child(18) {
        background-image:url(img/sample/sp_18.jpg);
    }
    section#read ol li:nth-child(19) {
        background-image:url(img/sample/sp_19.jpg);
    }
    section#read ol li:nth-child(20) {
        background-image:url(img/sample/sp_20.jpg);
    }
    section#read ol li:nth-child(21) {
        display:none;
    }
    section#read ol li:nth-child(22) {
        display:none;
    }
    .namelink ul {
        display:block;
        width:90%;
        margin:10px auto 0;
    }
    .namelink ul li {
        display:block;
        float:left;
        margin:10px 5px;
    }
}

/****************footer & global menu*/

#globalmenu {
    background-color:#a37e39;
    height: 2.5em;
    margin: 0;
    padding: 0;
    width: 100%;
}
#globalmenu ul {
    padding: 5px 0;
    text-align: right;
}
footer {
    background-color:#190a08;
    color: #fff;
    font-size: 0.9em;
    padding: 20px;
    padding-bottom:50px;
    text-align: center;
	height:auto;
    display:block;
    clear:both;
}
footer ul {
    margin: 0.5em;
    padding: 0;
}
#globalmenu li, footer li{
    display: inline;
    margin: 5px 10px;
	border:none;
}
#globalmenu li a:link, #globalmenu li a:visited {
    color: #fff;
}
footer li a:link, footer li a:visited {
    color:#fff;
}
#globalmenu li a:hover,
footer li a:hover {
    opacity:0.7;
}
footer p{
	margin-top:2em;
}
@media screen and (max-width: 500px) {
	#globalmenu {
		display:none;
	}
}

/****************PageTOP*/
#page-top {
	position: fixed;
	bottom: -10px;
    right:0;
	background-color:#190a08;
    width:100%;
	padding:10px;
	z-index: 100;
    text-align: right;
}
#page-top a:link, #page-top a:visited {
	color:#fff;
}




