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


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

          General Setting

*****************************************/
section.contents .row {
	padding-bottom:0!important;	
}
#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;
}
h3.itemlistname span.soldout {
	color:#eb6a7a;		
}
h3.itemlistname span.saleprice {
	display:inline;
	text-decoration: line-through;	
}
h3.itemlistname span.downprice {
	display:inline;	
	color:#eb6a7a;		
}
.contents h1.page-heading {
    padding: 0 0 0 1em;
    background: transparent;
    border:none;    
    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 {
    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;
}
.title span:first-child {
	display:none;	
}

.pagenumberarea {
    text-align: right;
    margin: 0;
    padding-right: 0;
    padding-bottom: 0;
    position:absolute;
    right:0;   
    top:15px; 
}
.pagenumberarea > li .form-control {
	font-size:12px;	
}
/*  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: 0;
}


/* ITEMDETAIL */
.topicpath {
	background:#f5f5f5;
	border-bottom:2px solid #eee;
	padding:10px 15px;	
}
.topicpath ul {
	margin:0;	
}
.topicpath ul li a, .topicpath ul li span {
	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 0;	
	font-family: 'Roboto', sans-serif;	
	font-weight:300;
	letter-spacing:1px;
}
.item_code {
	margin:5px 0 15px;
	font-size:13px;
	color:#aaa;	
}
.product_tag_list {
    display: inline-block;
    padding:5px 10px;
    font-size: 13px;
    color: #525263;
    border: none;
    border-radius: 3px;
    background-color: #f8f8f8;
    margin:0 0 15px;
}
p.price {
	margin:0;
	font-size:18px;
	
}
p.price span, p.downprice span {
	font-size:11px;
	color:#333;
	padding:0 10px;	
}
p.saleprice {
	display:inline;
	text-decoration: line-through;	
}
p.downprice {
	display:inline;	
	color:#eb6a7a;	
}
.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.nooption {
	margin:30px 0;	
	border-bottom: none;
}
.cartarea dl {
	border-top: 1px solid #dcdcdc;
	margin-bottom:0;	
}
.cartarea dt {
    display: table-cell;
    width: 15%;
    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: 85%;
    vertical-align:middle;
}
.cartarea dl.noimage dd {
    display: block;
    width: 100%;
}
.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;
	justify-content: space-between;
}
.cartarea dl dd .cartbox .stock {
    text-align: left;
    float:left;
	display: flex;
	align-items: center;
	font-size:13px;   
	justify-content:space-between;    
}
.cartarea dl dd .cartbox .stock p {
	margin:0;	
}
.cartarea dl dd .cartbox .stock small {
	padding-left:1.5em;	
	display:inline-block;
}
.cartarea dl dd ul li .cartbox .stock p span.category_first {
	padding-right:.5em;
	border-right:1px solid #eee;
	margin-right:.5em;
}
.cartbox {
	width:100%;	
}
.cartarea dl dd .cartbox .cartin {
    width: 200px;
    float:right;    
    text-align: left;
    padding: 10px 0;
}
.cartarea dl dd .cartbox .cartin p {
	padding: 5px;
	margin:0;	
}
.cartarea span.cartbtn {
	text-align:center;
	display:block;
	border-radius:4px;
	font-size:12px;		
}
.cartarea dl dd .cartbox .cartin span.cartbtn {
	text-align:center;
	display:block;
	border-radius:4px;
	font-size:12px;	
}
.cartarea dl dd .cartbox .cartin span.cartbtn.sold {
	background:#f5f5f5;
	color:#ccc;	
}
.cartarea dl dd .cartbox .cartin span.cartbtn.sold p{
	padding:10px 30px;
}
.cartarea dl dd .cartbox .cartin 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 .cartin span.cartbtn input:hover {
	color:#aaa;
}
.cartarea dl dd .cartbox .cartin a.cartbtn.detailcartbtn {
	background:#000;
	border-radius:4px;	
	border:none;
	padding:10px 30px;
	color:#fff;
	display:block;
	width:100%;
	text-align:center;	
}
.cartarea dl dd .cartbox .cartin a.cartbtn.detailcartbtn:hover {
	color:#aaa;
}
.dl_table dt, .dl_table dd {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
    font-size:13px;
    font-weight:300;
}
#privacy_box__body, #agreement_box__body, #login_box {
	font-size:13px;	
}
#privacy_box__lead_header {
	font-size:16px;
	color:#aaa;
	margin:0 0 10px;	
}
#top_box__body, #cart_box__body, #complete_box__body {
	font-size:13px;	
}
.flowline ul li {
    font-size: 13px;
    color:#ccc;
}
.flowline li .flow_number {
    background: #ccc;
}
.flowline ul::before {
    content: "";
    height: 4px;
    background: #ccc;
    position: absolute;
    top: 20px;
    margin: 0;
    border-radius: 2px;
    z-index: 0;
}
.flowline li.active {
    color: #eb6a7a;
}
.flowline li.active .flow_number {
    background: #eb6a7a;
}
/*  FORM  */
.favbox {
	padding:0;
	width:100%;
	margin:15px 0;
	text-align:center;	
}
button.fav {
	font-size:13px;
	border:none;
	background:none;
	margin:0 auto;
	outline:none;
	color:#eb6a7a;
}
button.fav:before {
	font-family: FontAwesome;
	content: "\f08a";
	display: inline-block;
	font-style: normal;
	line-height: 1;
	border-radius:50%;
	background:#eb6a7a;
	color:#fff;
	padding:6px 5px 4px;
	margin-right:.5em;
}
button.fav:hover {
	opacity:.5;	
}
button.fav.done {
	color:#aaa;	
}
button.fav.done:before {
	font-family: FontAwesome;
	content: "\f08a";
	display: inline-block;
	font-style: normal;
	line-height: 1;
	border-radius:50%;
	background:#f8f8f8;
	color:#aaa;
	padding:7px 5px 5px;
	margin-right:.5em;
}
a.btn, input.btn, button.btn {
	background:#000;
	color:#fff;
	padding:15px;
	font-size:13px;
	border:none;
}
.cartarea span.cartbtn button.btn {
	width:100%;	
}
a.btn:hover, input.btn:hover, button.btn:hover {
	background:#eb6a7a;
	color:#fff;		
}
#top_box__footer a.btn-info, #detail_box__button_menu a.btn-info  {
    color: #aaa;
    font-size:11px;
    padding:0;
    background:none;
    text-decoration:underline;
	border:none;
}
#top_box__footer a.btn-info:hover, #detail_box__button_menu a.btn-info:hover {
    color: #aaa;
    text-decoration:none;
    background:none;
	border:none;
}
.registration_page .form_terms_link {
    margin-bottom: 15px;
}
.zip-search {
	display:inline-block;	
}
.zip-search button.btn {
	padding:10px;	
}
.form-group.input_zip .question-circle {
    font-size: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    background: #aaa;
    border-radius: 50%;
    margin: -3px 0 0 5px;
}
.zip-search a:hover {
	color:#eb6a7a;
	text-decoration:underline;
}
.form_terms_link a {
	color:#eb6a7a;
	text-decoration:underline;
}
.form_terms_link a:hover {
	color:#eb6a7a;
	text-decoration:none;
}
#mypage_login__login_menu li:last-child a {
	color:#eb6a7a;
	text-decoration:underline;	
}
.total_box_right {
    min-width: 256px;
    float: right;
    padding: 0;
}
.total_box_left {
    min-width: 256px;
    float: left;
    padding: 0;
}
.total_box_left .btn_group, .total_box_right .btn_group {
    padding: 16px 0;
}
#login_box .column {
    background: #F3F4F4;
    height: 100%;
    padding: 15px;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#shopping_confirm .heading02 {
    padding: 0 0 0 1em;
    background: transparent;
    border-left: solid 2px #eb6a7a;
    line-height: 1;
    font-size: 13px;
    width: 100%;
    margin: 60px 0 15px 0;
    text-align: left;
	font-family: 'Roboto', sans-serif;	
	font-weight:300;  
}
#shipping_confirm_box--0 h3 {
	color:#eb6a7a;
	font-size:16px;
	padding:10px 0 30px;
}
.btn_edit a.btn, .btn_edit button.btn {
	padding:10px;	
}
#shipping_confirm_box--0 select {
	margin-bottom:0!important;	
}
#shopping_confirm_box__shipping_delivery--0 {
	margin:0 0 30px;	
}
.complete_message h2.heading01 {
	color:#eb6a7a;
	font-size:16px;
	padding:10px 0 30px;	
}
.local_nav, .message, #history_list, #favorite_list_box, #delivery_list_box, #withdraw_box {
	font-size:13px;	
	padding-top:15px;
}
.local_nav ul {
    border-width: 1px 0 0 0;
}
.local_nav li {
    border-width: 0 0 1px 0;
}
.mypage .message {
    border:none;
    background:#f8f8f8;
    margin-bottom: 0;
}
.mypage .message p {
	margin:0;	
}
#detail_box__edit_button {
	margin-top:30px;	
}
@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;
}
.flowline ul::before {
    top: 13px;
}
.total_box_right {
    min-width: 100%;
    float: none;
    padding: 0;
}
.total_box_left {
    min-width: 100%;
    float: none;
    padding: 0;
}
.total_box {
    padding: 8px 0 15px;
}
.total_box_left .btn_group, .total_box_right .btn_group {
    padding: 0;
}
.cart_item .icon_edit a .cb {
    color: #B8BEC4;
    fill: #B8BEC4;
    font-size: 13px;
}
.cartarea dl dd .cartbox .cartin {
    width: 150px;
    float: right;
    text-align: left;
    padding: 10px 0;
}
.cartarea dl dd .cartbox .cartin a.btn {
	margin:0;
}
#spnav .inner_pink .search-btn {
    background: #eb6a7a;
    color: #fff;
    display: inline-block;
    height: 30px;
    padding:0;
    line-height: 30px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    text-align: center;
    width: 30px;
}
#spnav .inner_pink button.search-btn {
    margin: 0 -5px 0 0;
}
.pagenumberarea {
	top:-15px;	
}
}
/* 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%;
}
a.soldoutbox {
	position:relative;
	display:block;
}
a.soldoutbox:hover img {
	opacity:.2;		
}
a.soldoutbox img {
	opacity:.2;
}	
a.soldoutbox span.listsoldout {
	color:#eb6a7a;
position: absolute;
text-align: center;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);			
}