/****************global*/
html{
    font-size:62.5%;
    color:#1e1313;
    line-height:1.5;
    background-color: #ffffff;
    font-family: -apple-system,Segoe UI,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",meiryo,sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
    font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt" 1;
}
body {
    font-size:1.6rem;
    background-color: #252525;
}
h1 {
    width:100%;
    text-align: center;
    margin:0 auto;
    background-color: #000000;
}
h1 img {
    vertical-align: bottom;
    width:900px;
}
a:link, a:visited {
    color:#a481cf;
}
a:focus {
	outline:none;
	text-decoration:none;
}
a:hover {
    opacity:0.6;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.wrapper {
    width:900px;
    height:auto;
    margin: 0 auto;
}
section{
    width:900px;
	height:auto;
    margin:30px auto 60px;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
}
h2 {
    margin:10px 0 30px;
    color:#fff;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    background-color: #f18f5e;
    font-size: 2.2rem;
}
h3 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 2rem;
    border-bottom: solid 2px;
    display: inline-block;
    color:#f18f5e;
    width: 80%;
}
br.sponly {
    display: none;
}
.mb0 {
    margin-bottom:0 !important;
}
@media screen and (max-width: 767px) {
    html{
	    font-size:52.5%;
        line-height: 1.6;
    }
    .wrapper {
        width:100%;
    }
	section {
		width: 100%;
        height: auto;
        margin: 0 auto 20px;
    }
    section div {
        width:100%;
        margin: 0;
    }
    h1 {
        width:100%;
    }
    h1 img {
        width:100%;
    }
}
@media screen and (max-width: 500px) {
    section {
        padding: 0;
    }
    br.sponly {
        display: block;
    }
    h2 {
        margin: 0 auto;
        padding: 3px 0;
    }
}


/****************section : メニュー*/
nav {
    width:100%;
    margin:0 auto;
    padding: 0;
}
ul.menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
    width:900px;
    margin:0 auto;
    font-weight: bold;
}
ul.menu li {
    background-color: #a38bc0;
    display: flex;
    align-items: center;
    height: 60px;
    width: 24%;
    margin: 0;
}
ul.menu li a {
    text-decoration: none;
    font-size: 1.8rem;
    color: #1e1313;
    display: block;
    width: 100%;
}
ul.menu li:hover {
    opacity:0.6;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.menu li span {
    font-size: small;
}

@media screen and (max-width: 767px) {
    nav {
        padding: 0;
    }
    ul.menu {
        width:100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    ul.menu li {
        width: 42%;
        margin: 6px 0;
        height: 50px;
    }
}

/****************section : 概要・テーマ*/
.summery {
    margin: 30px auto 20px;
    background-color: transparent;
    color: #fff;
    font-size: 1.7rem;
}
.summery p {
    margin:20px auto;
}
.summery p b {
    color:orange;
}
span.accent {
    background: linear-gradient(transparent 0%, transparent 70%, #634c80 70%, #634c80 100%);
    font-weight: bold;
}

/****************section : section*/
.fair div {
    margin:30px auto 40px;
}
.fair span {
    font-size: 1.8rem;
    font-weight: bold;
}
#animate, #comicomi, #gratte {
    margin-top: 40px;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .fair div {
        margin:20px auto 30px;
    }
    .fair {
        width: 94%;
        font-size: 1.7rem;
        margin-top: 20px;
    }
}

/****************section : ラインナップ*/

ul.lineup_nav {
    display: flex;
    justify-content: space-evenly;
    margin: 20px auto 50px;
}
ul.lineup_nav li {
    width: 46%;
}
.lineup_a {
    background-color: #ffffff;
    border: solid 1px;
    color:#1e1313;
}
.lineup_b {
    background-color: #1e1313;
    color: #fff;
}
.lineup_a a {
    color: #1e1313;
}
.lineup_b a {
    color:#fff;
}
ul.lineup_nav li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;
}
ul.linup {
    margin: 0 auto 30px;
    width:100%;
}
ul.linup > li {
    width:100%;
    text-align: center;
    margin:30px auto;
}
ul.linup li h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    padding: 7px 0;
    margin: 30px 0 30px;
}
ul.group {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 20px 0;
}
ul.group img {
    border:solid 1px #9b9b9b;
}
li.sample {
    width:35%;
    margin-bottom: 30px;
}
li.sample img {
    width:90%;
    margin:0 auto;
}
li.sample p {
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 1.8rem;
}
li.sample p a {
    font-weight: normal;
    font-size: 1.6rem;
}
.title {
    margin:20px auto;
    font-weight: bold;
    font-size: 1.8rem;
}
h4 {
    width: 50%;
    margin: 0 auto 20px;
    font-weight: bold;
    padding: 5px 0;
    font-size: 2rem;
}
.author {
    margin:0 auto;
}
.author b {
    font-size:1.8rem;
}
.member {
    margin:10px 0 15px;
}
.member li {
    margin:0 0 15px;
}
.button {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    background-color: #a38bc0;
    width: 50%;
    margin: 0 auto 10px;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}
.button:link, .button:visited {
    color:#fff;
}
.toggle:before {
    content:"▼";
    position: absolute;
    display: inline-block;
    left:8px;
}
.toggle:hover {
    cursor: pointer;
    opacity:0.8;
}
.shop_list {
    display: none;
    width:98%;
    margin:0 auto;
}
.shop_list p {
    margin:20px auto;
}
.new ul.linup li {
    width:50%;
    margin: 0;
}
.seal {
    margin-top:5px;
    width:300px;
}

@media screen and (max-width: 767px) {
    
    #lineup {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    ul.linup {
        width:100%;
        margin-bottom: 10px;
    }
    .button {
        font-size: 14px;
    }
    ul.linup li a.c-box-img {
        width:90%;
    }
    ul.linup li h3 {
        margin: 30px 0 20px;
    }
    ul.lineup_nav {
        margin-bottom:40px;
    }
    li.cover img {
        width:55%;
    }
    li.sample {
        width:44%;
        margin: 0 0 5vw;
    }
    li.sample img {
        margin: 0 auto;
    }
    .author {
        margin: 0;
    }
    li.sample p {
        font-size: 1.7rem;
    }
    .title {
        margin: 0 auto 10px;
    }
    .lc {
        text-align: left;
    }
}

/* 電子書店フェア */
#digital {
    padding-bottom:30px;
}
#digital p {
    margin:15px 3%;
}

/* 店舗一覧 */
#shop {
    line-height: 1.8;
    padding-bottom:10px;
}
#shop p {
    margin:20px auto;
}
.bonus h4, .bonus_noimg h4 {
    color: #f3a9c9;
    font-weight: bold;
}
.bonus_list {
    width:90%;
    margin:30px auto 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
}
.bonus_list p {
    text-align: center;
    font-size:1.4rem;
    margin: 10px 0;
}
.bonus_list li {
    width:32%;
    text-align: center;
    margin-bottom: 30px;
}
.bonus_list li.width100 {
    width:100%;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    justify-content: space-around;
}
.bonus_list li.width100 p {
    text-align: left;
    height: auto;
}
li.width100 .bonus_txt {
    width:60%;
}
.bonus_list img {
    width:200px;
}
.shop_list {
    display: none;
    font-size:1.4rem;
}
.shop_list dl, .shop_list ul.houjin{
    overflow:hidden;
    width:90%;
    margin:0 auto;
    margin-bottom:10px;
}
.shop_list dl.houjin, .shop_list ul.houjin{
	margin-bottom:20px;
}
.shop_list dl dt{
    background-color: #f7f7f7;
}
.shop_list dl dt, .shop_list dl dd, .shop_list ul.houjin li{
    padding:5px;
  }
.shop_list dl dd, .shop_list ul.houjin li{
    float:left;
    margin-right:10px;
    display:block;
    text-align: left;
    text-indent: -11px;
    padding-left: 15px;
}
.shop_list ul.houjin li {
	margin-bottom:0;
	margin-left:0;
	line-height:1;
}
.shop_list dl dd:before, .shop_list ul.houjin li:before{
    content:'■';
}
.shop_list dl.houjin dd, .shop_list ul.houjin li {
	width:100%;
}

@media screen and (max-width: 767px) {
    #shop {
        padding-bottom:10px;
    }
    .shop_list {
        width: auto;
        font-size: 13px;
        margin: 0 auto;
    }
    .bonus {
        margin-bottom:50px;
    }
    .bonus_list {
        width:96%;
        margin-bottom: 10px;
    }
    .bonus_list img {
        width:100px;
    }
    .bonus_list li {
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        margin-bottom: 10px;
    }
    .bonus_list li p {
        text-align: left;
        margin-left:5%;
    }
    .bonus_list li.width100 p {
        text-align: left;
        margin-left:0;
    }
    .bonus_list li.width100 {
        flex-direction:row;
    }
    ul.bonus_txt {
        width: 90%;
        text-align: left;
        font-size: 1.5rem;
    }
    .bonus_noimg ul {
        width:90%;
    }
    .toggle {
        width:80%;
    }
}

/****************footer & global menu*/

#globalmenu {
    background-color:#93d1d3;
    height: 2.5em;
    margin: 0;
    padding: 0;
    width: 100%;
    display:none;
}
#globalmenu ul {
    padding: 5px 0;
    text-align: right;
}
footer {
    margin-top:80px;
    background-color:#f18f5e;
    color: #131313;
    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:#131313;
}
#globalmenu li a:hover,
footer li a:hover {
    opacity:0.7;
}
footer p{
	margin-top:2em;
}
@media screen and (max-width: 767px) {
	#globalmenu ul li {
		display:none;
	}
    #globalmenu ul li:first-child {
		display:inline;
	}
}

/****************PageTOP*/
#page-top {
	position: fixed;
	bottom: -10px;
    right:0;
	background-color:#a38bc0;
    width:100%;
	padding:10px;
	z-index: 100;
    text-align: right;
    margin: 0;
}
#page-top a:link, #page-top a:visited {
	color:#fff;
}
@media screen and (max-width: 767px) {
    #page-top {
        bottom: 0;
    }
}



