@charset "utf-8";

.wrapper {
	width:1100px;
	margin:0px auto;
	text-align:center;
	background-color:#ffffff;
	overflow:hidden;

}
@media screen and (max-width: 768px) {
	.wrapper {
		width:100%;
	}
}
a:link, a:visited, 
section.kousin a:link, section.kousin a:visited, 
.sp_twitter a:link, .sp_twitter a:visited {
	color: #EA7C7E;
}
p.link a:hover, section.kousin a:hover {
	opacity:0.6;
}
p.link {
	text-align:right;
	margin-top: 10px;
	height: 35px;
}

/*　スライダー　*/
#slider {
	margin-bottom:25px;
    height:458px;
}
.sp-slides-container {
	margin:20px auto;
}
.slider-pro sp-horizontal {
	max-width:900px !important;
}
.sp-bottom-thumbnails {
    margin-top: 0 !important;
}
.sp-thumbnail img {
	width:100%;
}

/*　左サイド　*/
.wrapper section {
	overflow:hidden;
	margin:10px auto;;
	display:block;
}
section h2 img {
	text-align:center;
	max-width: 100%;
}
.right {
	float:right;
}
@media screen and (max-width: 768px) {
	.wrapper section {
		margin-top:0;
	}
	.left {
		float:none;
	}
	.right {
		float:none;
	}
    #slider {
        height: 60vw;
    }
}

/*　新刊情報　*/
section.newrelease {
	width:1060px;
	margin-bottom:0;
	margin-left:15px;
}
section.newrelease h2 {
	margin-bottom:15px;
}
section.newrelease ul{
	width:1060px;
	overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:0;
}
section.newrelease ul li{
    width:210px;
    margin:0 0 20px;
    text-align:left;
	text-align:center;
	min-height:320px;
}
section.newrelease ul li img.cover{
	width:170px;
	border:solid 1px #7f7f7f;
	box-sizing: border-box;
}
section.newrelease ul li p {
	text-align:left;
	width:170px;
	margin-left:19px;
	line-height:1.4;
}
section.newrelease ul li p.aside {
    display: flex;
}
section.newrelease ul li p.aside img {
	margin:3px 0;
	margin-bottom:7px;
}
section.newrelease ul li p.aside img.type {
	float:left;
}
section.newrelease ul li p.aside img.special {
	float: left;
    margin-left: 10px;
}
section.newrelease ul li h4 {
	clear:both;
	font-weight:bold;
    text-align: left;
    margin-left: 19px;
}
section.newrelease ul li a {
	text-decoration:none;
}
section.newrelease ul li a:link,  section.newrelease ul li a:visited{
	color:#673536;
}
section.newrelease ul li a:hover{
	opacity:1;
}
.preview_button {
    text-align: center !important;
    background-color: #9bd9ca;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    margin: 0 0 5px;
    padding: 3px 0;
}
.preview_button a {
    display: block;
    width:100%;
    height:auto;
    text-decoration: none;
}
/*.nolink {
    opacity:0.5 !important;
    color:#fff;
}*/
.preview_button a:link, .preview_button a:visited {
    color: #fff !important;
}
@media screen and (max-width: 768px) {
	section.newrelease {
		width:100%;
		margin:0 auto;
	}
	section.newrelease ul {
		max-width:700px;
		margin:0 auto 20px;
        justify-content: space-around;
	}
}
@media screen and (max-width: 640px) {
	section.newrelease ul {
		max-width:90%;
        justify-content: space-between;
	}
	section.newrelease ul li{
		width:46%;
		height:auto;
		display:table-cell;
		text-align:left;
		text-align:center;
		margin-bottom:20px;
	}
	section.newrelease ul li img.cover{
		width:100%;
	}
	section.newrelease ul li p, section.newrelease ul li h3, section.newrelease ul li h4 {
		width:100%;
		margin-left:0;
	}
	section.newrelease ul li p.aside img {
		width:50%;
	}
    .preview_button {
        font-size: 12px;
    }
}



/*　更新情報　*/
section.kousin {
	width:340px;
	margin-bottom:35px;
	text-align:left;
	margin-right:15px;
}
section.kousin dl {
	height:auto;
	margin:15px 10px 0;
	overflow:hidden;
}
section.kousin dl dt {
	font-weight:bold;
	padding-bottom:5px;
}
section.kousin dl dd {
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
@media screen and (max-width: 768px) {
	section.kousin {
		float:none;
		width:100%;
		margin-bottom:20px;
		text-align:left;
	}
	section.kousin dl {
		margin: 3% 5%;
	}
	section.kousin .link {
		margin-right:15px;
	}
}

/*　ピックアップ　*/
section.pickupTop {
	width:1060px;
	margin-top:0;
	margin-bottom: 30px;
}
section.pickupTop ul {
	border-spacing:10px;
	margin-top:10px;
    display: flex;
    flex-wrap: wrap;
}
section.pickupTop li {
	text-align:center;
    width:33%;
    margin-bottom: 10px;
}
section.pickupTop li a:hover {
	opacity:1;
}
section.pickupTop li img {
	width:320px;
	border: solid 1px #7f7f7f;  
}
@media screen and (max-width: 768px) {
	section.pickupTop {
		float:none;
		width:100%;
		margin-bottom:20px;
		text-align:left;
	}
	section.pickupTop ul {
		margin: 3% 2%;
	}
	section.pickupTop li {
		margin-bottom:2%;
        width:50%;
	}
	section.pickupTop li img {
		width:90%;
	}
}

/*　雑誌情報　*/
section.magazine {
	overflow:hidden;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:15px;
}
.magazine_cont {
    display: flex;
}
.magazine_left {
	width: 175px;
	height:260px;
	text-align:center;
	margin: 0 20px;
}
.magazine_left a:hover {
	opacity:1;
}
.magazine_left img {
	width:170px;
	border: solid 1px #7f7f7f; 
	margin-top:15px;
}
.magazine_right {
	width: 840px;
	text-align:left;
	margin-left: 10px;
}
section.magazine .magazine_right h3 {
	margin-top:15px;
	font-size:26px;
	font-weight:bold;
	border-bottom:dashed 1px #d9cbc0;
}
section.magazine .magazine_right h3 span {
	font-size:20px;
}
section.magazine .magazine_right dl {
	margin-top:20px;
	line-height:1.8;
	overflow:hidden;
}
section.magazine .magazine_right dl dt {
	float:left;
	display:block;
    width: 120px;
	padding:0 5px;
	background-color:#cbcbff;
	color:#743e3e;
	clear:both;
	font-size:13px;
	margin-right: 10px;
    margin-bottom: 5px;
}
section.magazine .magazine_right dl dd {
	float:left;
	margin-left:5px;
}
.magazine .link a {
	text-decoration: none;
    color: #fff;
    background-color: #9bd9ca;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
}
@media screen and (max-width: 768px) {
	section.magazine {
		width:100%;
		overflow:hidden;
		margin-top:0;
		margin-left:0;
	}
    .magazine_cont {
        display: block;
    }
	section.magazine .magazine_left, section.magazine .magazine_right {
		width:90%;
		margin:0 auto;
        height: auto;
	}
	section.magazine .magazine_left {
		text-align:center;
		margin:0 auto 10px;
        height: auto;
	}
	section.magazine .magazine_left img {
		width:200px;
	}
    section.magazine .magazine_right h3 {
        margin-bottom:0;
        padding-bottom: 10px;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
    }
    section.magazine .magazine_right h3 span {
        font-size: 16px;
        display: block;
    }
    section.magazine .magazine_right dl dt {
        float:none;
        width:100%;
        margin-bottom:0;
    }
    section.magazine .magazine_right dl dd {
        margin-bottom:5px;
    }
	.magazine p.link {
		text-align:center;
		height:auto;
        display: flex;
        justify-content: space-evenly;
	}
	.magazine p.link a {
		display:block;
        width: 35%;
	}
}

/*　お知らせ＆ツイッター　*/
div.column2{
	float:left;
	overflow:hidden;
	width:700px;
	margin:0 auto 50px auto;
	margin-left:15px;
}

section.news,
section.twitter{
	float:left;
	width:340px;
	text-align:left;
}
section.news {
	margin-right:20px;
}

.column2 p {
	margin-top:15px;
	margin-right:15px;
	margin-left:15px;
}
.circle {
	margin-top:5px;
}
.news1 {
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
	padding:3px;
	padding-left:10px;
	border-left: solid 8px #333;
	border: solid 1px gray;
}
section.twitter h2 {
	margin-bottom:15px;
}
.twitter-timeline {
    margin:0 auto 15px;
}
ul.information_list li {
    margin: 15px 15px 30px;
    position: relative;
    padding-top: 15px;
}
ul.information_list li span {
	font-weight:bold;
}
ul.information_list li b {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
ul.information_list dl {
	margin-bottom:10px;
}
ul.information_list dl dt {
	margin-top: 10px;
}
.paper_link a {
    display: block;
    border: solid 1px #ea7c7e;
    width: 90%;
    margin: 10px auto;
    padding: 5px 7px;
    font-size: 12px;
    text-align: left;
}

@media screen and (max-width: 768px) {
	div.column2{
		float:none;
		width:100%;
		margin-left:0;
	}
	section.news,
	section.twitter{
		float:none;
		width:100%;
		margin:0 auto;
	}
	section.news p {
		margin: 3% 5%;
	}
	.sp_twitter {
		display:block;
	}
	.sp_twitter h2, .sp_twitter h2 img {
		width:100%;
	}
}


