@charset "shift_jis";


#main .inner{
	background-color:#fff;
}


.h2_area p{
	margin-top:-15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■商品情報トップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px) {
	.productsIndex ul {
		width: 66%;
		margin: 0 auto;
	}
	.productsIndex ul li {
		width: calc( 70/150*100% );
	}
}
@media screen and (max-width: 768px) {
	.productsIndex ul li {
		width: calc( 330/690*100% );
	}
	.productsIndex ul li div {
		height: 70px;
	}

}


/*新商品情報*/
.new_products_info {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.new_products_info .inner {
	position: relative;
}
.new_products_title {
	text-align: center;
	margin: 0 0 20px;
}
.new_products_title span {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 2.8rem;
	padding-bottom: 0.8rem;
	border-bottom: 4px dotted #f1001a;
	position: relative;
}
.new_products_title span::before,
.new_products_title span::after {
	content: "";
	position: absolute;
	display: block;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
}
.new_products_title span::before {
	width: 87px;
	background-image: url("../../images/products/ic_new_products_info01.png");
	left: -97px;
}
.new_products_title span::after {
	width: 60px;
	background-image: url("../../images/products/ic_new_products_info02.png");
	right: -65px;
}
.new_products_list {
	position: absolute;
	right: 0;
	top: 0;
	width: 210px;
}
.new_products_list a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #f1001a;
	height: 44px;
	border-radius: 44px;
	width: 100%;
	padding: 0 20px;
}
.new_products_list a span {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	background: url("../images/ic_tri_right_white.svg") left center/10px auto no-repeat;
}
.new_products_item span {
	display: block;
}
.new_products_info .slick-slider {
	position: relative;
}
.new_products_info .slick-slide {
}
.new_products_info .new_products_slider {
  padding: 0 100px 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.new_products_info .new_products_slider .slick-btn {
  position: absolute;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: #f1001a;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	bottom: 50px;
}
.new_products_info .new_products_slider .slick-btn.slick-prev { left: 30px; }
.new_products_info .new_products_slider .slick-btn.slick-next { right: 30px; }
.new_products_info .new_products_slider .slick-btn span {
	line-height: 32px;
}
.new_products_info .new_products_slider .slick-list {
	height: 240px;
}
.new_products_info .new_products_slider .slick-slide {
	position: relative;
	z-index: 1;
	padding-top: 40px;
}
.new_products_info .new_products_slider .slick-slide::before {
	position: absolute;
	right: -100px;
	top: 10px;
	background: url("../../images/products/ic_new_products_check.png") center center/contain no-repeat;
	width: 100px;
	height: 100px;
	display: block;
	content: "";
	z-index: 2;
	opacity: 0;
	transition: .3s ease;
}
.new_products_info .new_products_slider .slick-slide.slick-current::before {
  opacity: 1;
}

.new_products_info .new_products_slider .slick-slide span.image  {
  display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	align-items: flex-end;
	transform: scale(0.5) translateY(50%);
  transition: .3s ease;
}
.new_products_info .new_products_slider .slick-slide span.image img {
  max-width: 200px;
	max-height: 200px;
}
.new_products_info .new_products_slider .slick-slide.slick-current span.image {
	transform: scale(1);
}
.new_products_info .new_products_slider .slick-slide span.name {
  /*display: none;*/
	position: absolute;
  display: block;
	width: calc( 100% - 200px );
	left: 100px;
	bottom: 10px;
	text-align: center;
}
.new_products_info .new_products_slider .slick-slide.slick-current span.name {
	position: absolute;
  display: block;
	width: calc( 100% - 200px );
	left: 100px;
	bottom: 10px;
	text-align: center;
	transform:translate3d(0px, 0px, 0px);
}
.new_products_info .new_products_slider .slick-slide.slick-current span.name {
	display: inline-block;
}
.new_products_info .new_products_names_slider {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #f1001a;
	padding: 0 0 30px;
}
.new_products_info .new_products_names_slider .new_products_name {
	width: 100%;
	text-align: center;
}
.new_products_info .new_products_names_slider .new_products_name a {
	display: inline-block;
	padding-left: 1.0em;
	background: url("../images/ic_tri_right_red.svg") left 0.4em/0.4em no-repeat;
}


.index .search_from {
	box-sizing: border-box;
	width: 1240px;
	margin: 80px auto 20px;
	padding: 0 20px;
}
.index .search_from .search_form_title {
	font-size: 2.8rem;
	line-height: 1em;
	text-align: center;
	margin: 0 0 40px;
}
.index .search_from .search_form_title span {
	display: inline-block;
}
.index #brand.search_from .search_form_title span {
	padding-left: 2.5em;
	background: url("../../images/products/ic_brand_logo.png") left center/auto 80% no-repeat;
}
.index .search_from .search_brand_list{
	width: 1124px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.index .search_from .search_brand_list li {
	width: 225px;
	margin: 0 28px 30px;
}
.index .search_from .search_brand_list li a {
	display: block;
}
.index .search_from .search_brand_list li div.img {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 225px;
	height: 225px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.index .search_from .search_brand_list li div.img img {
	max-width: 223px;
	max-height: 223px;
}
.index .search_from .search_brand_list li a span {
	display: block;
	font-size: 1.6rem;
	line-height: 2.0rem;
	padding-left: 1em;
	background: url("../images/ic_tri_right_red.svg") left 0.25em/8px auto no-repeat;
}

.index .search_from_category .search_category{
	display: flex;
	flex-wrap: wrap;
}
.index .search_from_category .search_category_block {
	width: calc( 580/1200*100% );
	margin-left: calc( 40/1200*100% );
	margin-bottom: 30px;
}
.index .search_from_category .search_category_block:nth-of-type(2n+1) {
	margin-left: 0;
}
.index .search_from_category .search_category_block.cat0003 {
	display: none;
}

.index .search_from_category .search_category_title {
	background-color: #f1001a;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	height: 54px;
	padding: 0 15px;
	border-radius: 10px 10px 0 0;
	margin-bottom: 15px;
}
.index .search_category_block.cat0001 .search_category_title::before,
.index .search_category_block.cat0002 .search_category_title::before {
	content: "";
	width: 40px;
	height: 40px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.index .search_category_block.cat0001 .search_category_title::before { background-image: url("../../images/products/ic_cat0001.png");}
.index .search_category_block.cat0002 .search_category_title::before { background-image: url("../../images/products/ic_cat0002.png");}
.index .search_from_category .search_category_target_lists {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 0;
}
.index .search_from_category .search_category_target_lists li {
	box-sizing: border-box;
	width: calc( 50% - 10px );
	margin: 0 10px 10px 0 ;
	font-size: 2.0rem;
}
.index .search_from_category .search_category_target_lists li a {
	display: block;
	padding-left: 1em;
	background: url("../images/ic_tri_right_red.svg") left 0.4em/auto 8px no-repeat;
}
	







/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■一覧ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*メニュー*/


/*カテゴリーメニュー*/
.category{
	display:table;
	width:100%;
	margin:25px 0 49px 0;
	border-bottom:2px solid #ea0000;
}
.category div{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.category ul{
	display: flex;
	flex-wrap: wrap;
	padding-left:35px;
	width: 1050px;
}
.category ul li{
	padding:3px 23px 3px 0;
}
.category li a{
	background:url(../images/ic_tri_right_red.svg) no-repeat left center;
	background-size:5px auto;
	padding-left:12px;
}
.category li.active a{
	color:#f1001a;
	font-weight:bold;
}
.category div:first-child{
	border-radius: 15px 15px 0 0;
	background-color:#f1001a;
	padding:25px 28px;
	width: 12em;
}
.category h3{
	color:#fff;
	font-size:24px;
	font-weight: bold;
	white-space: nowrap;
}

/*商品リスト*/
ul.list{
	display: flex;
	flex-wrap: wrap;
	padding:0;
}
ul.list li {
	width:250px;
	margin-left: 50px;
	margin-bottom:26px;
	text-align:center;
}
ul.list li:nth-child(4n+1){
	margin-left:0;
}
ul.list li .img{
	margin-bottom:13px;
	overflow: hidden;
	min-height: 200px;
	position:relative;
	border:1px solid #e0e0e0;
}
ul.list li img{
	display: block;
	max-height:200px;
	max-width:200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
ul.list li a span{
	background:url(../images/ic_tri_right_red.svg) no-repeat left 7px;
	background-size:6px auto;
	padding-left:13px;
	display:block;
	font-size:18px;
	line-height:1.3;
	text-align:left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■詳細ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main.detail{
	padding-top:0;
}
.detail .blank a{
	background:url(../images/ic_window_blank_red.svg) no-repeat left center;
	background-size:11px auto;
	padding-left:23px;
}

.detail p.main_img{
	margin-bottom:45px;
}
.detail p.main_img img {
	max-width: 100%;
}
.detail .contents01,
.detail .contents02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.detail .product_name {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 30px;
}
.detail .product_name > span {
	display: inline-block;
	padding: 5px 0;
	text-shadow    : 
	3px 3px 1px #ffffff,
	-3px 3px 1px #ffffff,
	3px -3px 1px #ffffff,
	-3px -3px 1px #ffffff,
	3px 0px 1px #ffffff,
	0px 3px 1px #ffffff,
	-3px 0px 1px #ffffff,
	0px -3px 1px #ffffff;
}






/*上コンテンツ*/
.detail .contents01{
	margin-bottom:33px;
}
.detail .contents01 .box01{
	width:325px;
	margin-right:45px;
	text-align:center;
}
.detail .contents01 .box01 p.img{
	margin-bottom:27px;
	border:1px solid #e0e0e0;
	min-height:265px;
	position:relative;
}
.detail .contents01 .box01 p.img img{
	max-width:263px;
	max-height:263px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.detail .contents01 .box01 p.btn{
	margin-bottom:45px;
}
.detail .contents01 .box01 .relation{
	background:url(../../images/products/bg_products_relation.png);
	padding:15px;
}
.detail .contents01 .box01 .relation p.title{
	font-weight:bold;
	font-size:16px;
	margin: 0 0 5px;
}
.detail .contents01 .box01 .relation img{
	margin:10px 0;
	border:1px solid #e0e0e0;
	max-width:218px;
	max-height:218px;
}
.detail .contents01 .box01 .relation a {
	color: #333;
}
.detail .contents01 .box01 .relation a p span{
	background:url(../images/ic_tri_right_red.svg) no-repeat left 7px;
	background-size:5px auto;
	padding-left:10px;
	display:inline-block;
}
.detail .contents01 .box01 .relation .btn02{
	text-align:center;
	margin-top:20px;
}
.detail .contents01 .box01 .relation .btn02 a{
	background:url(../images/ic_tri_right_red.svg) no-repeat 12px center #fff;
	background-size:7px auto;
	border:1px solid #ccc;
	border-radius:10px;
	color:#ea0000;
	text-decoration:none;
	padding:8px 0;
	display:block;
}

.detail .contents01 .box02{
	width:520px;
	margin-right:60px;
}
.detail .contents01 .box02 p.main_txt{
	font-size:16px;
	margin-bottom:15px;
	line-height:1.9;
}
.detail .contents01 .box02 .block{
	margin-bottom:28px;
	clear:both;
}
.detail .contents01 .box02 h4{
	font-size:20px;
	color:#ea0000;
	border-left:5px solid #ea0000;
	padding-left:14px;
	margin-bottom:12px;
	line-height:1.3;
}
.detail .contents01 .box02 .block .plus_info{
	overflow:hidden;
	margin-top:5px;
}
.detail .contents01 .box02 .block .plus_info p{
	margin-bottom:5px;
}
.detail .contents01 .box02 .block .plus_info img{
	float:left;
	border:1px solid #ddd;
}
.detail .contents01 .box02 .block .plus_info .right{
	width:250px;
	padding-left:107px;
}

.detail .contents01 .box03{
	width:245px;
}
.detail .contents01 .box03 h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	border-radius: 5px 5px 0 0;
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-weight: bold;
	color: #fff;
	background: #d75956;
}
.detail .contents01 .box03 h4::before {
	display: block;
	width: 40px;
	height: 40px;
	content: "";
	background: url(../images/ic_recipe_use.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.detail .contents01 .box03 ul{
	border: 2px solid #d75956;
	border-top: none;
	padding: 15px 22px;
}
.detail .contents01 .box03 ul li{
	margin-bottom:20px;
	position: relative;
}
/*
.detail .contents01 .box03 ul li::before,
.detail .contents01 .box03 ul li::after {
	position: absolute;
	width: 38px;
	display: block;
	text-align: center;
	left: -5px;
	top: -5px;
}
.detail .contents01 .box03 ul li::before {
	z-index: 3;
	font-size: 2.2rem;
	line-height:3.8rem;
	color: #fff;
	font-family: "Poppins";
}
.detail .contents01 .box03 ul li:nth-of-type(1)::before { content: "1"; }
.detail .contents01 .box03 ul li:nth-of-type(2)::before { content: "2"; }
.detail .contents01 .box03 ul li:nth-of-type(3)::before { content: "3"; }
.detail .contents01 .box03 ul li::after {
	content: "";
	z-index: 2;
	height: 47px;
	background: url(../images/ic_recipe_rank.png) center top no-repeat;
	background-size: contain;
}
*/
.detail .contents01 .box03 ul li img{
	width: 100%;
}
.detail .contents01 .box03 ul li a {
	color:#333;
}
.detail .contents01 .box03 ul li a span{
	background:url(../images/ic_tri_right_red.svg) no-repeat left 6px;
	background-size:5px auto;
	padding-left:10px;
	display:inline-block;
	line-height:1.5;
}

.detail .contents02{
	clear:both;
	position:relative;
	padding-bottom:85px;
}
.detail .contents02 .box{
	width:540px;
	margin:0 40px 45px 0;
}
.detail .contents02 .box_auto{
	width:100%;
	margin-right:0;
}
.detail .contents02 .box02,
.detail .contents02 .box04{
	width:620px;
	margin-right:0;
}
.detail .contents02 .box03,
.detail .contents02 .box04{
	margin-bottom:16px;
}
.detail .contents02 h4{
	background-color:#f4f4f4;
	font-size:20px;
	border-left:3px solid #ea0000;
	line-height:1.3;
	padding:12px 5px 12px 18px;
	margin-bottom:15px;
}
.detail .contents02 p{
	font-size:16px;
}
.detail .contents02 .box02 p.kome{
    margin-top: 10px;
}
.detail .contents02 .box03{
	clear:left;
}
.detail .contents02 .box03 p{
	font-size:13px;
}
.detail .contents02 ul.info{
	overflow:hidden;
	margin-bottom:15px;
}
.detail .contents02 ul.info li{
	float:left;
	margin-right:23px;
}
.detail .contents02 ul.info li span{
	font-weight:bold;
}
.detail .contents02 table{
	width:100%;
}
.detail .contents02 table.type01{
	border:1px solid #d9d9d9;
	border-bottom:none;
}
.detail .contents02 table.type01 th,
.detail .contents02 table.type01 td{
	padding:9px 16px;
	border-bottom:1px solid #d9d9d9;
}
.detail .contents02 table.type01 th{
	background-color:#f4f4f4;
	width:90px;
}

.detail .contents02 table.type02{
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	font-size:16px;
	margin:-10px 0 10px 0;
}
.detail .contents02 table.type02 th,
.detail .contents02 table.type02 td{
	border-right:1px solid #d9d9d9;
	text-align:center;
}
.detail .contents02 table.type02 th{
	background-color:#ffcccc;
	padding:11px 5px;
}
.detail .contents02 table.type02 td{
	border-bottom:1px solid #d9d9d9;
	padding:6px 5px;
}

.detail .contents02 table.material{
	margin-top:20px;
}
.detail .contents02 table.material th{
	font-size:16px;
	width:110px;
	text-align:center;
	padding:25px 5px;
}
.detail .contents02 table.material td{
	padding:17px 10px 17px 0;
}
.detail .contents02 table.material td img{
	margin:0 10px 0 25px;
	vertical-align:middle;
}
.detail .contents02 table.material td img:first-child{
	margin-left:20px;
}

.detail .contents02 .under{
	clear:both;
	width: 100%;
}
.detail .contents02 p.mark{
	text-align:right;
	margin-bottom:12px;
}
.detail .contents02 p.day{
	text-align:right;
	font-size:14px;
	margin-bottom:28px;
}
.detail .contents02 p.kome{
    text-indent: -1em;
    padding-left: 1em;
	color:#666;
}





@media screen and (max-width: 768px) {
	#main {
		margin: 0 auto;
		width: 100%;
	}

	.h2_area p{
		margin-top:-5px;
	}
	.h2_area p img{
		height:54px;
		width:auto;
	}

	#main{
		background:none;
		padding:38px 0 0 0;
	}



	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	　■商品情報トップ
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	.productsIndex {
		margin: 30px 0;
	}
	.new_products_info {
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px;
	}
	.new_products_title span {
		font-size: 2.0rem;
		line-height: 2.0rem;
		padding-bottom: 0.4rem;
	}
	.new_products_title span::before,
	.new_products_title span::after {
		height: 28px;
	}
	.new_products_title span::before {left: -82px; }
	.new_products_title span::after {right: -57px; }
	.new_products_list {
		position: static;
		width: 100%;	
		margin: 10px 0;
		text-align: center;
	}
	.new_products_list a {
		height: 32px;
		border-radius: 16px;
	}
	.new_products_info .new_products_slider {
		padding: 0 20px 10px;
	}
	.new_products_info .new_products_slider .slick-btn {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.new_products_info .new_products_slider .slick-btn span {
		line-height: 22px;
	}
	.new_products_info .new_products_slider .slick-list {
		height: 120px;
	}
	.new_products_info .new_products_slider .slick-slide {
		padding-top: 20px;
	}
	.new_products_info .new_products_slider .slick-slide::before {
		width: 50px;
		height: 50px;
		right: -60px;
		top: 10px;
	}
	.new_products_info .new_products_slider .slick-slide span.image {
		height: 100px;
	}
	.new_products_info .new_products_slider .slick-slide span.image img {
		max-width: 100px;
		max-height: 100px;
	}
	.new_products_info .new_products_slider .slick-btn.slick-prev { left: -10px }
	.new_products_info .new_products_slider .slick-btn.slick-next { right: -10px }
	.new_products_info .new_products_names_slider {
		padding: 0 10px 10px;
		font-size: 1.2rem;
	}

	.index .search_from {
		width: 100%;
		padding: 0 15px;
		margin: 40px 0 20px;
	}
	.index .search_from .search_form_title {
		font-size: 2.2rem;
		margin: 0 0 20px;
	}
	.index .search_from .search_brand_list {
		width: 100%;
	}
	.index .search_from .search_brand_list li {
		width: calc( 50% - 10px);
		margin: 0 5px 20px;
	}
	.index .search_from .search_brand_list li div.img  {
		width: 100%;
		height: 0;
		padding-top: calc( 320/320*100% );
		position: relative;
	}
	.index .search_from .search_brand_list li div.img img  {
		max-width: calc( 100% - 2px );
		max-height: calc( 100% - 2px );
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.index .search_from .search_brand_list li a span {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.index .search_from_category .search_category_block {
		width: 100%;
		margin-left: 0 !important;
	}
	.index .search_from_category .search_category_title {
		padding: 0 10px;
		font-size: 1.8rem;
		height: 40px;
		margin-bottom: 5px;
	}
	.index .search_category_block.cat0001 .search_category_title::before,
	.index .search_category_block.cat0002 .search_category_title::before {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.index .search_from_category .search_category_target_lists {
		margin-top: 10px;
	}
	.index .search_from_category .search_category_target_lists li {
		font-size: 1.4rem;
	}


	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	　■一覧ページ
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	/*メニュー*/
	.menu{
		border-bottom:none;
	}
	.menu ul li .menu01,
	.menu ul li .menu03{
		background-size:auto 18px;
		width:100%;
	}
	.menu ul li .menu02{
		background-size:auto 18px;
		width:100%;
	}
	.menu ul li .menu01:hover{
		background-image:url(../../img/products/menu01_off.png);
	}
	.menu ul li .menu02:hover{
		background-image:url(../../img/products/menu02_off.png);
	}
	.menu ul li .menu03:hover{
		background-image:url(../../img/products/menu03_off.png);
	}

	/*カテゴリーメニュー*/
	.category{
		display:block;
		border:none;
		margin:-38px 0 25px 0;
	}
	.category div{
		display:block;
	}
	.category div p{
		text-align:center;
		margin-bottom:0;
	}
	.category div p a{
		background:url(/common/images/ic_arrow_down_red.svg) no-repeat 97% center #f4f4f4;
		background-size:10px auto;
		padding:13px 35px 13px 5px;
		display:block;
		text-decoration:none;
		font-size:16px;
	}
	.category div p a.opened{
		background-image:url(/common/images/ic_arrow_up_red.svg) ;
	}
	.category ul{
		padding:0;
		width:100%;
		display:none;
	}
	.category ul.opened{
		display:flex;
	}
	.category ul{
		background:url(../../img/sp/products/list/line.png) repeat-x left bottom;
	}
	.category ul li{
		width:50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0;
		text-align:left;
		font-size:14px;
		border-bottom:1px solid #dedede;
		border-right:1px solid #dedede;
	}
	.category li a{
		text-decoration:none;
		background:url(../images/ic_tri_right_red.svg) no-repeat 12px 17px;
		background-size:6px auto;
		padding:10px 3px 10px 25px;
		display:block;
	}
	.category li.spCont{
		padding:10px 3px 10px 25px;
		display:block;
	}
	.category li:nth-child(2n){
		border-right:none;
	}
	.category li.active a{
		font-weight:normal;
	}
	.category div:first-child{
		background-color:#ea0000;
		width:100%;
		padding:10px 0;
		border-radius: 0;
	}
	.category h3{
		font-size:16px;
	}

	/*商品リスト*/
	ul.list{
		padding:0 13px;
		width:100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul.list li{
		width:calc( 50% - 10px);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0 20px 20px;
	}
	ul.list li:nth-child(2n+1){
		margin-left: 0;
	}
	ul.list li .img{
		margin-bottom:10px;
			height: auto;
		min-height: inherit;	
	}
	ul.list li img{
		width: auto;
			height: auto;
			max-width: 100%;
			max-height: 100%;
	}
	ul.list li a span{
		font-size:14px;
		padding-left:15px;
	}


	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	　■詳細ページ
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	#main.detail{
		padding-top:0;
		padding-bottom:15px;
	}
	.detail .blank a{
		padding-left:19px;
	}
	.detail p.main_img{
		margin-bottom:15px;
	}
	.detail p.main_img img{
		width:100%;
		height:auto;
	}
	.detail .box{
		float:none;
	}
	.detail .contents01,
	.detail .contents02{
		padding:0 20px;
	}
	.detail .product_name {
		font-size: 24px;
	}
	.detail .product_name span {
		padding: 5px 15px;
		display: block;
	}

	/*上コンテンツ*/
	.detail .contents01{
		margin-bottom:15px;
	}
	.detail .contents01 .box01{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	.detail .contents01 .box01 p.img{
		min-height:inherit;
		position:static;
		max-width:200px;
		margin:0 auto 15px auto;
	} 
	.detail .contents01 .box01 p.img img{
		height:auto;
		max-height:200px;
		max-width:200px;
		position:static;
	}
	.detail .contents01 .box01 p.btn{
		display:inline-block;
		margin-bottom:15px;
	}
	.detail .contents01 .box01 .relation{
		background-size:30px auto;
	}
	.detail .contents01 .box01 .relation p.title{
		font-size:13px;
		margin-bottom:8px;
	}
	.detail .contents01 .box01 .relation img{
		height:auto;
		max-height:120px;
		max-height:120px;
	}

	/*下コンテンツ*/
	.detail .contents01 .box02{
		width:100%;
		margin-right:0;
	}
	.detail .contents01 .box02 p.main_txt{
		font-size:13px;
		margin-bottom:23px;
		line-height:1.8;
	}
	.detail .contents01 .box02 .block{
		margin-bottom:15px;
	}
	.detail .contents01 .box02 h4{
		font-size:16px;
		border-width:3px;
		padding-left:10px;
		margin-bottom:8px;
	}
	.detail .contents01 .box02 .block .plus_info p{
		margin-bottom:5px;
	}
	.detail .contents01 .box02 .block .plus_info img{
		width:56px;
		height:auto;
	}
	.detail .contents01 .box02 .block .plus_info .right{
		width:auto;
		padding-left:75px;
	}

	.detail .contents01 .box03{
		width:100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-size:45px auto;
	}
	.detail .contents01 .box03 h4{
		font-size: 2.0rem;
	}
	.detail .contents01 .box03 ul{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 15px;
	}
	.detail .contents01 .box03 ul li{
		margin-bottom:15px;
		width:50%;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.detail .contents01 .box03 ul li img{
		border-width:3px;
		width:100%;
		height:auto;
		max-width:300px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.detail .contents01 .box03 ul li a{
		margin:0 7px;
		display:inline-block;
	}
	.detail .contents01 .box03 ul li span{
		text-align:left;
		display:block;
	}
	.detail .contents01 .box03 ul li:nth-child(3){
		clear:both;
	}

	.detail .contents02{
		position:static;
		padding-bottom:0;
	}
	.detail .contents02 .box{
		width:100%;
		margin:0 0 17px 0 !important;
	}
	.detail .contents02 .box02,
	.detail .contents02 .box04{
		width:100%;
	}
	.detail .contents02 .box:last-child{
		margin:0 !important;
	}
	.detail .contents02 h4{
		font-size:16px;
		border-width:2px;
		padding:10px 5px 8px 14px;
		margin-bottom:10px;
	}
	.detail .contents02 p{
		font-size:14px;
	}
	.detail .contents02 .box02 p.kome{
			font-size: 12px;
	}
	.detail .contents02 .box03 p{
		font-size:14px;
	}
	.detail .contents02 ul.info{
		margin-bottom:10px;
	}
	.detail .contents02 ul.info li{
		margin-right:18px;
	}
	.detail .contents02 ul.info li span{
		font-weight:normal;
	}

	.detail .contents02 table.type01{
		margin-bottom:20px;
	}
	.detail .contents02 table.type01 th,
	.detail .contents02 table.type01 td{
		padding:8px;
	}
	.detail .contents02 table.type01 th{
		width:47px;
	}
	.detail .contents02 .box02 table.type01 {
		margin-bottom:10px;
	}

	.detail .contents02 table.type02{
		font-size:14px;
		margin:-3px 0 10px 0;
	}
	.detail .contents02 table.type02 th{
		padding:9px 3px;
	}
	.detail .contents02 table.type02 td{
		padding:6px 3px;
	}
	.detail .contents02 .box03 table.type02 th{
		width:50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.detail .contents02 table.material{
		margin-top:0;
		margin-bottom:0;
	}
	.detail .contents02 table.material th{
		font-size:13px;
		width:56px;
		padding:12px 20px 12px 13px;
		text-align:left;
	}
	.detail .contents02 table.material td{
		padding:12px 3px 12px 0;
	}
	.detail .contents02 table.material td img{
		margin:0 6px 0 20px;
		width:22px;
		height:auto;
	}
	.detail .contents02 table.material td img:first-child{
		margin-left:15px;
	}

	.detail .contents02 .under{
		margin-top:-10px;
	}
	.detail .contents02 p.mark{
		margin-bottom:7px;
	}
	.detail .contents02 p.mark img{
		width:22px;
		height:auto;
	}
	.detail .contents02 p.day{
		font-size:10px;
		margin-bottom:10px;
	}
	.detail .contents02 p.kome{
		margin:0 0 17px 0;
		font-size:9px;
	}

}