@charset "UTF-8";

/** HEADER **/
.headermid_inner_ .sitelogo_ a img {
	width:60%;
}

.page-genre div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .header_goods_keyword_ {
    width: 780px;
    height: 56px;
    padding: 16px 20px;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    background: #fff;
}

/** PC **/
@media only screen and (min-width:641px){
	/**header**/
	#header #headerMiddle .sitelogo_ {
		display: flex;
	}
	#header #headerMiddle .sitelogo_ p{
		transform: translateY(50%);
		font-size: 12px;
	}
	#header #headerMiddle .header_entry_ .btn-entry{
		display: block;
		width: 120px;
		height: auto;
		padding: 10px 8px;
		border: 0;
		border-radius: 4px;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		color: #fff;
		background: #111;
	}
	/** 会員登録 **/
	.page-entry .formdetail_.customer_:nth-of-type(2){
		display:none;
		
	}
	.page-entry .message_:nth-of-type(1){
		display:none;
		
	}
	/** **/
	/** topbanner**/
	div.container_ div.contents_ div.mainframe_ .top-body {
	  width: 100%;
	  height: 630px;
	  margin: 0 auto;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  background: url(/img/usr/operation/green/common/green_top0902.jpg) center / cover no-repeat;
	}
	div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ {
		top: 200px;
	}
	/** top 商品一覧JAN表示**/
	.code2_ .title_{
		visibility: hidden;
	  position: relative;
	}
	.code2_ .title_::before {
	  content: "JAN";
	  visibility: visible;
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  white-space: nowrap;
	}
	/** top 商品一覧JAN表示**/
	
	/** 在庫0時のボタン色**/
	div.StyleD_Item_ div.cart_ .btn_cart_.cart_s_button_.restock{
		background: #9998a5;
	}
	
	/**
	商品ページ
	**/
	.page-goods .ec-ga-goods table.variation_ td.img_s_ img {
		height: auto;
	}
	/** 商品コード(品目)を非表示**/
	.formdetail_.goodsspec_ tr:nth-child(2){
		display:none;
	}
	/** 商品コード(品目)を非表示**/
	.formdetail_.goodsspec_ tr:nth-child(5){
		display:none;
	}
	/** JANを入れるために名称変更**/
	.formdetail_.goodsspec_ tr:nth-child(4) th {
	  visibility: hidden;
	  position: relative;
	}
	.formdetail_.goodsspec_ tr:nth-child(4) th::before {
	  content: "JAN";
	  visibility: visible;	  
	  position: absolute;
	  left: 25px;
	  top: 50%;
	  transform: translateY(-50%);
	  white-space: nowrap; 
	}
	/** 在庫0時のボタン色**/
	.cartbox_ .btn_cart_.restock{
		background: #9998a5;
	}
	.page-goods div.goodscomment1_ {
		border: 1px solid #dedede;
	}
}
/** SP**/
@media only screen and (max-width:640px){
	/**header**/
	div.header_ .head_content_ttl img {
		vertical-align: top;
		width: 190px;
	}
	.header_ .head_wrapper.sp {
		display: flex;
	    align-items: center;
	    width: 100%;
	    border-bottom: 1px solid #f5f5f5;
	    background: #fff;
	    height: 68px;
	}
	.header_ .header_ .header_inner .head_content_ttl h1 {
		text-align: center;
	}
	.header_ .header_ .header_inner .head_content_ttl h1 p {
		font-size: 8px;
	}
	.gnavi__sp-style {
		top: 68px;
	}
	.gnavi_link ul.link_list_ li.entry_customer_ {
		width: calc(100% - 2px);
	}
	.gnavi_link ul.link_list_ li.entry_customer_ a::before {
		width: 18px;
		background: url(/../img/usr/header/sp/icon_entry.png) center center / 18px auto no-repeat;
	}
	/** topbanner**/
	div.wrapper_ div.contents_  .top-body {
	    width: 100%;
	    height: 230px;
	    margin: 0 auto;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    background: url(/img/usr/operation/green/common/green_top0902.jpg) center / cover no-repeat;
	}
	/** ジャンルTOP **/
	.page-genre .block-goods-filter .block-goods-list--params #block_of_filter{
		display:none;
	}
	
	.block-goods-list--params .block-goods-list--display-style-items, .block-goods-list--params .block-goods-list--sort-order-items {
		width: 50.0%;
	}
	.block-style--element { 
		min-width: 190px;
	}
	/** ジャンルTOP **/
	#goods_search_box_top {
		display:none;
	}
	/** 商品ページ **/
	/** 商品コード(品目)を非表示**/
	.page-goods .goodsspec_ dl dt:nth-of-type(2){
		display:none;
	}
	.page-goods .goodsspec_ dl dd:nth-of-type(2){
		display:none;
	}
	.page-goods .goodsspec_ dl dt:nth-of-type(5){
		display:none;
	}
	.page-goods .goodsspec_ dl dd:nth-of-type(5){
		display:none;
	}
	/** JANを入れるために名称変更**/
	.page-goods .goodsspec_ dl dt:nth-of-type(4) {
	  visibility: hidden;
	  position: relative;
	}

	.page-goods .goodsspec_ dl dt:nth-of-type(4)::before {
	  content: "JAN";
	  visibility: visible;	  
	  position: absolute;
	  left: 15px;
	  top: 50%;
	  transform: translateY(-50%);
	  white-space: nowrap; 
	}
	/** 在庫0時のボタン色**/
	.cartbox_ .btn_cart_.restock{
		background: #9998a5;
	}
	.page-goods div.goodscomment1_ {
		border: 1px solid #dedede;
	}
	/** 商品ページ **/
}