@charset "UTF-8";
@import url("font-awesome/css/font-awesome.min.css"); 
@import url('http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/****************************************

          General Setting

*****************************************/
#fade {
	width: 100%;
	height: 100%;
	background:#fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15000;
}
/* BODY BORDER */
/* html:before,html:after,body:before,body:after{
    content:"";
    background:#ff0000;
    position:fixed;
    display:block;
    z-index:5;
}
html:before{
    height:3px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:3px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:3px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:3px;
    top:0;
    bottom:0;
    left:0;
}
*/
.flexslider li a {
	display:block;	
}
img.responsiveimg {
		width:100%;
		height:auto;
}
a.movielink {
	display:block;
	padding:30px;
	background:#fff000;
	margin-top:54px;	
}
body{
color:#555;
background-color:#fff;
margin: 0;
line-height: 1.6;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight:300;
}
a {text-decoration: none; color: #555;}
a:link {color: #555;}
a:hover {color: #000;text-decoration: none;}
a:visited {color: #000;}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

html br.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}
/* HEADER */
.header {
	background:#cdcdcd;
}
.fixed {
background-color: rgba(205,205,205,0.8);
}
h1 {
	font-size:0;
	margin:0;
}

/* FOOTER */ 
.footer {
	margin-top:30px;
	border:1px solid #eee;
}
.footer .infonav.list-inline>li {
	padding-right:30px;
	padding-left:30px;	
}
.footer .sns_sp {
	margin:15px 0;	
}
.footer .sns_sp a.search-btn {
	padding:0;
	font-size:20px;
	background:none;	
	display:block;
}
.footer .sns_sp a.search-btn i {
	padding:0 15px;	
}
.copyright {
	font-size:11px;
	text-align:center;
	padding:15px 0;
}
.copyright span {
}
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    margin:0;
    z-index:999;    
}
#page-top a {
    text-decoration: none;
    font-size:16px;
    width: 30px;
    height:30px;
	padding:0;	
    text-align: center;
    display: block;
    background:#000;
    color:#fff;
    border-radius:15px;
}

/* TOPMAIN  */
.main span {
	display:block;	
}
.main img {
	width:100%;
	height:auto;
		
}
.item a {
	display:block;	
}
.topboxlist .thumb {
	background:#000;	
}
#thumbnails {
/* 	margin-top:54px;  */
	margin-top:0;
	background:#fff;
	color:#000;
}

.thumb {
	    position: relative;
	    min-height: 1px;
	    padding: 0;
	}
	.thumbnail {
		margin:0;
		border-radius:0;
	    background: #000;
	    border:none;
	    padding:0;
	}
	.thumbnail a {
		display:block;	
	}
	.instafeed {
		position:relative;	
	}
	.instafeed a img, .instafeed span img {
		width:100%;
		height:auto;
	}
	.instafeed span {
		display:block;	
	}
a.img-over,
a.img-over span {
    overflow: hidden;
    position:relative!important;
    float: left;
    margin: 0;
    border: 0px solid #ff0000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background:#ff0000;
}
a.img-over:hover {
    border: 5px solid #ff0000;
}
a.img-over:hover span {
    margin: -5px;
}
.topics {
	overflow:hidden;
	background:#fff;
	padding-top:0;
	padding-bottom:0;
	margin-top:30px;	
}
.topics h2 {
	margin:0;
	padding:0;
	font-size:0;
}
.topics .ticker {
	float:left;
	text-align: left;
	position: relative;
	overflow: hidden;
	font-size:13px;
	vertical-align:middle;
	width:82%;
	height:1.6em;
	margin-top:5px;	
}
.topics.topnews .ticker {
	width:90%;
}

.ticker ul {
	width: 100%;
	position: relative;
	margin:0;
}

.ticker ul li {
	width: 100%;
	display: none;
}
.ticker ul li a {
	display:block;
	
	margin-left:15px;
    padding: 0 0 0 1em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 2px #eb6a7a;/*左線*/
    font-size:13px;
    width:100%;
    margin:.1em auto;
    text-align:left;		
}
.ticker ul li a:hover {
	color:#eb6a7a;
}
.ticker ul li a span {
	padding-right:15px;
}
.topics h2 img {
	width:100%;
	height:auto;
}
hr {
	margin:0;
	padding:0;
	background:#ccc;
	height:1px;
	border:none;
}
.topics h2 {
	width:18%;
	float:left;
	margin-top:5px;
}
.topics.topnews h2 {
	width:10%;
}
.topics a.morebtn {
	display:block;
	float: right;
    padding: 0;
    width: auto;
	font-size:13px;
	padding:2px 0;
	margin-top:5px;
	color:#eb6a7a;
}
.topics a.morebtn:hover {
}
section.contents {
	margin-top:80px;
}
section.contents.second {
	padding-bottom:60px;	
}

h2.title {

}
h1, .h1, h2, .h2, h3, .h3 {
    margin:0;
}
/* SUBBNR */
.subbnr {
	margin-top:30px;
	padding:30px 0 0;
	border-top:1px dotted #e7e7e7;
	border-bottom:1px dotted #e7e7e7;	
}
.subbnr a {
	margin-bottom:30px;
	display:block;	
}
/* ITEM LIST */
.listbox {
	margin-bottom:30px;
}
.listbox a img {

}
h3.itemlistname {
	margin-top:.5em;
	font-size:14px;
	line-height:1.6;
	font-family: 'Roboto', sans-serif;	
	font-weight:300;
	letter-spacing:1px;
}
h3.itemlistname span {
	font-size:11px;
	display:block;
	font-weight:300;
}
.title {
    padding: 0 0 0 1em;
    background: transparent;
    border-left: solid 2px #eb6a7a;
    line-height: 1;
    font-size: 13px;
    width: 100%;
    margin: 30px 0;
    text-align: left;
	font-family: 'Roboto', sans-serif;	
	font-weight:300;    
}
.title a {
    float: right;
    padding: 0;
    width: auto;
    color:#eb6a7a;
}
/*  NEWS */

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:hover, .pagination>li>a:focus {
	background-color:#ff0000;	
	color:#fff;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border:none;
    border-left: 1px solid #ddd;    
    color:#ff0000;
}
.pagination>li:last-child>a:focus, .pagination>li:last-child>a:hover {
	background:none;
	color:#000;	
}

.contactbody {
	margin:10px 0 30px 0;	
}
.contactform {
	margin:30px 0 0;	
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size:11px;
}
.form-group {
    margin-bottom: 30px;
}
.btn {
	background:#000;
	color:#fff;
	padding:10px 30px;
}
.btn:hover {
	background:#ff0000;
	color:#fff;		
}
/* ITEMDETAIL */
.topicpath {
	background:#f5f5f5;
	border-bottom:2px solid #eee;
	padding:10px 15px;	
}
.topicpath ul {
	margin:0;	
}
.topicpath ul li a {
	font-size:11px;
	padding:0;
}
.topicpath ul li:after{
  content: '>';
  padding: 0 0 0 15px;
  color: #555;
 }
.topicpath ul li:last-child:after{
  content: '';
}

.itemdetail {
	padding-top:60px;
	padding-bottom:60px;
}
.itemdetail .flexslider {
	background:none;
	padding:0;	
}
.detailcategory {
	margin:0;	
}
.detailname {
	font-size:26px;
	padding:15px 0;	
	font-family: 'Roboto', sans-serif;	
	font-weight:300;
	letter-spacing:1px;
}
p.price {
	margin:0;
	font-size:16px;
	
}
p.price span {
	font-size:11px;
	color:#333;
	padding:0 10px;	
}
.detailcomment {	
	padding:0;
	font-size:13px;
}
.detailinfo {
	border:1px solid #eee;
	background:#f5f5f5;
	padding:10px;
	margin-top:15px;	
}
/* CARTAREA */
.cartarea {
	margin:30px 0;	
	border-bottom: 1px solid #dcdcdc;
}
.cartarea dl {
	border-top: 1px solid #dcdcdc;	
}
.cartarea dt {
    display: table-cell;
    width: 20%;
    padding: 0;
    vertical-align: top;
    
}
.cartarea dt span {
    display: block;
}
.cartarea dt span.img {
	padding:0;
	margin:10px 15px 10px 0;
	border:1px solid #eee;	
}
.cartarea dt span.txt {
    font-size: 10px;
    line-height: 1.25;
    margin: 5px 0 0;
}
.cartarea dl dd {
    display: table-cell;
    width: 80%;
}
.cartarea dl dd ul li {
    width: 100%;
    border-top: 1px dotted #eee;
    margin: -1px 0 0;
    position: relative;
}
.cartarea dl dd ul li:first-child {
    border-top: none
}
.cartarea dl dd .cartbox {
display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cartarea dl dd .cartbox .stock {
    width: 50%;
    text-align: left;
    float:left;
	display: flex;
	align-items: center;	       
}
.cartbox {
	width:100%;	
}
.cartarea dl dd .cartbox .cart {
    width: 50%;
    float:left;    
    text-align: left;
    padding: 10px 0;
}
.cartarea dl dd .cartbox .cart p {
	padding: 5px;
	margin:0;	
}
.cartarea dl dd .cartbox .cart span.cartbtn {
	text-align:center;
	display:block;
	border-radius:4px;
	font-size:12px;	
}
.cartarea dl dd .cartbox .cart span.cartbtn.sold {
	background:#f5f5f5;
	color:#ccc;	
}
.cartarea dl dd .cartbox .cart span.cartbtn.sold p{
	padding:10px 30px;
}
.cartarea dl dd .cartbox .cart span.cartbtn input {
	background:#000;
	border-radius:4px;	
	border:none;
	padding:10px 30px;
	color:#fff;
	display:block;
	width:100%;
	text-align:center;	
}
.cartarea dl dd .cartbox .cart span.cartbtn input:hover {
	color:#aaa;
}
@media (max-width: 1200px) {

}
@media (max-width: 1016px) {
.header h1 {
	height:55px;	
	float:none;
	padding:0;
	width:100%;
	border-bottom:1px solid #716628;	
}
.navbar-header {
	float:none;
}
.header h1 a {
	margin:0 auto;
}
}
@media (max-width: 992px) {
.topics {
	font-size:12px;
}
ul.globalnav li a {
    height: 54px;
    display: inline-block;
    font-size: 11px;
    padding-left: 22px;
    line-height: 2;
}
.subnav li i {
    font-size: 18px;
    line-height: 54px;
    padding: 0 10px 0 0;
    color: #fff;
}
}
@media (max-width: 767px) {
#thumbnails {
	margin-top:0;
}
.topics h2 {
	width:31%;
	margin-top:8px;	
}
.topics.topnews h2 {
	width:18%;
}
.topics {
	height:auto;
	overflow:hidden;
}
.topmain a span {
	font-size:10px;
}
.topics .ticker {
	width:69%;
}
.topics.topnews .ticker {
	width:85%;
	height:1.6em;
}
.ticker ul li {
	width: 100%;
	display: none;
	padding-top:0;
}
.ticker ul li a {
	margin-left:0;	
}
.topics a.morebtn {
	font-size:11px;
}
section.contents {
	margin-top:60px;
}
section.contents.second {
	padding-bottom:30px;	
}
/* NEWS */
h2 {
	line-height:1;	
}
span.entrytitle {
	font-size:18px;
	line-height:1;		
	font-weight:bold;
	letter-spacing:1px;
}
.musiclink {
	margin:0 0 15px 0;	
}
h2.discotitle {
    font-size: 18px;
    color: #ff0000;
    margin-bottom: .2em;
    margin-top:15px;
}
.memberdetail {
	width:98%;	
}
.infonav li {
	width:100%;
	text-align:left;	
}
section.second .title, section.itemlist .title {
	margin:0 0 30px;	
}
section.second, section.itemlist, section.itemdetail {
	padding-top:30px;
	padding-bottom:30px;	
}
.detailcategory {
    margin: 15px 0 0;
}
.footer .infonav.list-inline>li {
	padding:0;
}
}
/* YouTube */
.YouTube  {
	overflow: hidden;
	position: relative;
	/* paddingで高さを出している */
	height: 0;
	margin:0;
	padding-top:30px;
	padding-bottom:56.25%;
}
.YouTube iframe,
.YouTube object,
.YouTube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}