body{
  overflow-x:hidden;
}


.contentshead{
  margin-top:2em;
}
/*--全体----*/
#container{
  padding-bottom:0 !important;
}

@media (min-width: 1200px)
.container {
    max-width: 1200px;
}

/*--メインビジュアル--*/
#main_visual ul.main_slider img{
	width:100%;
}


/*---ヘッダー----*/


header .btn_box p a i{
	line-height:40px;
}

header .search_box input[type="text"]{
	float: left;
	height: 40px;
	width: 100%;
	padding: 0.4em 0.8em;
	border-radius: 0;
	background-image: none;
	background-color: transparent;
	border: 1px solid rgba(0,0,0,.1);
	font-family: inherit;
	font-size: .95em;
	color: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

header .search_box button{
	width:40px;
	height:40px;
	margin-left:-40px;
}

header .search_box button:hover{
	background:none;
}

header nav{
	padding:0;
}


header #menu_open{
	position: fixed;
    right: -120%;
    top: 0;
    width: 400px;
    height: 100vh;
    padding: 40px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow: hidden;
}
	
header #menu_open .global-nav{
 	padding-top:40px;
}
header .close_p {
	cursor: pointer;
    text-shadow: none;
    font-size: 40px;
    opacity: 1;
	text-align: right;
  	display:inline;
  	position: absolute;
    right: 40px;
}

}

header #menu_open ul{
	margin: 0;
	padding: 0;
}

header #menu_open ul li{
	list-style: none;
}

header #menu_open ul li a{
	color: #000;
}

header #menu_open ul.global-nav__list a{
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding-bottom: 16px;
}
header #menu_open ul.global-nav__list.small{
	padding-top: 24px;
	font-size: 0.7em;
}
	
header .black-bg {
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
	opacity: 0.5;
    transition: all .6s;
    cursor: pointer;
}

@media (max-width: 1200px) {
	.header_link{
		position:fixed;
		top:10px;
		right:10px;
		width:130px;
		z-index:100;
	}
}

@media (max-width: 1024px){
	nav ul {
      display:none !important;
  	}
  
  	.wrapper .main_section.logo_list ul li{
      width: calc(100% / 3);	
	}
}
  



/*--フッター--*/

footer{
	clear:both;
	padding-top:100px;
	background: #000;
	color: #fff;
}

footer,
footer a{
	color: #fff !important;
}

footer .logo_list ul li a{
	color: #000 !important;
}

footer address{
	padding: 40px 0 20px 0;
	margin-bottom: 0 !important;
}


/*--ボタン--*/
.btn_p a{
	border-radius:0 !important;
	font-size:1.6rem;
}

/*--送料無料部分--*/
.wrapper .item_list .inner p.text strong img.new_mark_img1{
	position: absolute;
	top: 13px;
	left: 13px;
	background: #fff;
	padding: 5px !important;
}


/*--ランキング--*/
.ranking_box p.text strong img.new_mark_img1{
	display:none !important;
}

/*--ブランド一覧--*/
.wrapper .main_section.logo_list ul{
	display:flex !important;
  	flex-wrap: wrap;
}
.wrapper .main_section.logo_list ul li p{
	display:table !important;
}

.wrapper .main_section.logo_list ul li a{
	display:table-cell !important;
	word-break:break-all;
	background: #fff;
}

/*--Shop Info---*/



/*--パンくず---*/
.topicpath-nav li {
	padding:0 !important;
}

.topicpath-nav li a{
	padding:0 10px;
}

.topicpath-nav li:first-child a{
	padding-left:0;
}

.topicpath-nav{
	height: auto;
	line-height: 1em;
	padding: 0;
	margin: 0;
	padding-bottom:20px;
}

#product .topicpath-nav{
	padding-bottom:0;
}

#product .topicpath-nav:last-child{
	padding-bottom:20px;
}

.topicpath-nav li{
	font-size:0.8em;
}
.topicpath-nav li ,
.topicpath-nav li a{
	color:#838383;
}

/*--商品詳細--*/
#product{
	padding:0;
	margin-top:3em;
}

/*--既存クラス追加---*/
.main_section {
	clear: both;
	padding-bottom: 100px;
}

/*--ページネーション--*/
.pager li > a, .pager li > span{
	border-radius:0;
	line-height:30px;
}

.pager li > a, .pager li > span a{
	color:#000;
}



/*--カテゴリ--*/

.main_section h3{
	font-weight:bold;
}

.category-list{
	padding-bottom:40px;
}

.category-list li a{
	display:table-cell;
	height:60px;
	vertical-align: middle;
	color:#000;
}
.category-list li a img{
	float:left;
	margin-right:10px;
	width: 40px;
	border-radius: 50%;
}

@media (max-width: 1024px){
	.category-list li a{
		display:block;
		width:100%;
		text-align:center;
	}
	.category-list li a img{
		float:none;
		padding:0;
		margin:0 auto;
	}
}


 .productsize {
	border-collapse:collapse;
	width: 100%;
}
.productsize th{
	border: #000 solid 1px;
	text-align: center;
	padding: 10px;
	display: table-cell !important;
	background-color: #dcdcdc;			
}
.productsize td{
	border: #000 solid 1px;
	text-align: center;
	padding: 10px;
	display: table-cell !important;
}

.productsize tr:first-child td{
	font-weight: bold;
}
.productsize tr:hover td {
	background-color: #f5f5f5;
}


.text-center{
	margin-bottom:2em;
}


.headernews{
	text-align: center;
	margin: 0 auto;
	background-color: #fb6666;
	color: #fff;
	border: #fff double;
	width: 95%;
	padding: 10px;
}




#global_nav{
  /*position:relative;*/
  margin-left: 10px;
  float: left;
  width: 40px;
  height: 40px;
}
#global_nav .acd-check{
    display: none;
}
#global_nav .acd-label{
  	background: #000;
    color: #fff;
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
  	text-align:center;
}
#global_nav .acd-label i{
  	line-height:20px;
}
#global_nav .acd-content{
  	background:#000;
  	width: 400px;
    height: calc(100vh - 80px - 80px);
    padding: 40px;
    transition: .5s;
  
  	position:absolute;
  	top:80px;
  	right:-1000px;
  	z-index:200;
}
#global_nav .acd-check:checked + .acd-label + .acd-content{
  	right:0;
}




#global_nav .logo{
    float:none;
  	margin:0;
}
#global_nav .logo a{
  	width:auto;
  	height:auto;
  	background:none;
}

#global_nav ul{
	margin: 0;
	padding: 0;
}

#global_nav ul li{
	list-style: none;
}

#global_nav ul li a{
	color: #fff;
}

#global_nav ul a{
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding-bottom: 16px;
  	color:#fff !important;
}
#global_nav ul.small{
	padding-top: 24px;
	font-size: 0.7em;
}

@media (max-width: 1024px){
  #global_nav .acd-content{
    padding:40px 20px;
    width:calc(100vw - 40px);
  }
}

