@charset "UTF-8";



@media screen and (min-width: 768px) {
	#glb_nav_product > a {
		border-bottom: 2px #b42010 solid;
	}
	.sub_h2 {
		margin: 0 0 25px;
	}
	.sub_txt {
		margin: 0 0 25px;
	}

	.product_link {
		width: 96%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.product_link li {
		width: 23.5%;
		max-width: 235px;
		margin: 0 0 50px;
		position: relative;
	}
	.product_link li div {
		width: 100%;
		border: 1px #dddddd solid;
		margin: 0 0 8px;
		overflow: hidden;
		line-height: 0;
	}
	.product_link li div img {
		width: 100%;
		height: auto;
		transition: transform 0.2s;
	}
	.product_link li:hover div img {
		transform: scale(1.05,1.05);
		transition: transform 0.3s;
	}
	.no_line {
		border: none !important;
	}
	.product_link li p {
		text-align: center;
		color: #5c5c5c;
		font-size: 100%;
		line-height: 1.6;
	}
	.product_link li:hover p {
		text-decoration: underline;
	}
	.product_link li a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.product_link::before{
	  content: "";
	  display: block;
	  width: 23.5%;
	  order: 1;
	}
	.product_link::after{
	  content: "";
	  display: block;
	  width: 23.5%;
	}
	
	#product_06 {
		margin: 60px 0 0;
	}
	#product_06 h3 {
		text-align: center;
		color: #020202;
		font-size: 175%;
		line-height: 1;
		font-weight: 400;
		margin: 0 0 18px;
	}
	
	#shop_link {
		margin: 170px 0 0;
	}
	#shop_link h3 {
		width: 96%;
		max-width: 1000px;
		background: url('../images/common/border_bg.png') repeat-x center center;
		text-align: center;
		color: #020202;
		font-size: 180%;
		line-height: 1;
		font-weight: 400;
		margin: 0 auto 15px;
	}
	#shop_link h3 span {
		background: #ffffff;
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.sub_h2 {
		margin: 0 0 15px;
	}
	.sub_txt {
		margin: 0 auto 15px;
	}

	.product_link {
		width: 96%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.product_link li {
		width: 49%;
		margin: 0 0 25px;
		position: relative;
	}
	.product_link li div {
		width: 100%;
		border: 1px #dddddd solid;
		margin: 0 0 4px;
		overflow: hidden;
		line-height: 0;
	}
	.product_link li div img {
		width: 100%;
		height: auto;
		transition: transform 0.2s;
	}
	.product_link li:hover div img {
		transform: scale(1.05,1.05);
		transition: transform 0.3s;
	}
	.no_line {
		border: none !important;
	}
	.product_link li p {
		text-align: center;
		color: #5c5c5c;
		font-size: 85%;
		line-height: 1.6;
	}
	.product_link li:hover p {
		text-decoration: underline;
	}
	.product_link li a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.product_link::after{
	  content: "";
	  display: block;
	  width: 49%;
	}
	
	#product_06 {
		margin: 35px 0 0;
	}
	#product_06 h3 {
		text-align: center;
		color: #020202;
		font-size: 130%;
		line-height: 1;
		font-weight: 400;
		margin: 0 0 20px;
	}
	
	#shop_link {
		margin: 40px 0 0;
	}
	#shop_link h3 {
		width: 96%;
		background: url('../images/common/border_bg.png') repeat-x center center;
		text-align: center;
		color: #020202;
		font-size: 130%;
		line-height: 1;
		font-weight: 400;
		margin: 0 auto 10px;
	}
	#shop_link h3 span {
		background: #ffffff;
		padding: 0 10px;
	}
}


