@charset "utf-8";
/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents h4{
	color:#000;
}

@media (min-width: 768px) {
	*{
	}
	
	body{overflow-x: auto !important;
	}
.pc {
	display: block;
}
.sp {
	display: none;
}
#contents {
	font-family:"roboto", "noto sans jp", "メイリオ", "Meiryo", "ヒラギノ角ゴ pro w3", "ms pgothic", sans-serif;
	font-size: 16px;
	text-align: center;
	min-width:980px;
	max-width:1100px;
	margin:0 auto 60px;
}
.h1kari{
	padding-top:50px;
}
section#head h1{
	padding:0 0 20px;
}
section#head h1 img {
	margin:0 auto;
	width:100%;
}
#contents .main{
	margin:20px 0 30px;
	
}
#contents .img_main img{
	width:100%;
	
}
#contents .date {
	text-align:center;
	margin-bottom:20px;
}
#contents .date span{
	display:inline-block;
	text-align:left;
	width:675px;
}
#contents h2{
	background:#000;
	font-size:28px;
	color:#fff;
	font-weight:bold;
	margin-top:80px;
	margin-bottom:30px;
}
#contents h3{
	font-size:24px;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:20px;
}
#contents .item_wrap_marq{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	margin:60px 0 0;
}
#contents .marq_img{
	margin-top:40px;
}
#contents .item_wrap_marq .item{
	width:280px;
	margin-left:60px;
}
#contents .item_wrap_marq .item:first-child{
	margin-left:0;
}
#contents .item_wrap_marq .item .pic{
	height:280px;
}
#contents .item_wrap_marq .item .pic img{
	width:100%;
}
#contents .item_wrap_marq .item:nth-child(2) .pic img{
	padding-top:50px;
}
#contents .caution{
	font-size:12px;
	margin:40px 0 0;
}
#contents .prodcopy{
font-size: 13px;
line-height: 1.8 !important;
}
#contents .prodname{
	font-family: "knockout 30","knockout 28",roboto,noto sans jp,メイリオ,Meiryo,ヒラギノ角ゴ pro w3,ms pgothic,sans-serif;
font-size: 22px;
line-height: 1.5 !important;
margin-bottom:20px;
}
#contents .detail a{
	border:solid 1px #000;
font-size: 13px;
padding:5px 20px;
display:inline-block;
color:#000;
	
}
#contents .item_wrap{
	width:980px;
	margin:40px auto 0;
	
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
#contents .item_wrap .pic{
	width:470px;
}
#contents .item_wrap .pic img{
	width:100%;
}
#contents .item_wrap .info{
	width:470px;
	text-align:left;
	position:relative;
}

#contents .info .info_inner{  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);

}
#contents .info .prodcopy{
font-size: 16px;
}
#contents .info .prodname{
font-size: 40px;
margin-bottom:20px;
}

#contents .detail a{
font-size: 14px;
padding:10px 30px;
	
}

#contents .shop_wrap{
	
	width:980px;
	margin:20px auto 0;
	
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
#contents .shop_wrap .shop{
	width:300px;
	text-align:left;
	margin-bottom:50px;
	
}
#contents .shop_wrap .shop .shopname{
	font-size:15px;
	margin-bottom:5px;
}
#contents .shop_wrap .shop .address{
	font-size:12px;
	margin-bottom:5px;
}
#contents .shop_wrap .shop .tel{
	font-size:12px;
	margin-bottom:5px;
}
#contents .caution{
	font-size:12px;
	margin:20px 0 0;
}

#contents .btn_apply{
	padding:20px 0 10px;
	margin:30px 0 0;
}
#contents .btn_apply a{
	background:#0FA286;
	color:#fff !important;
	padding:30px 50px;
	font-size:20px;
	border-radius:15px;
	box-shadow: 15px 15px 15px rgba(0,0,0,0.05);
	
}
#contents .img_product {
	width:800px;
	margin:0 auto;
	
}
#contents .img_product img{
	width:100%;
}
#contents .btn_detail_product{
	padding:1px;
	margin:30px 0 0;
}
#contents .btn_detail_product a{
	display:inline-block;
	border:solid 1px #000;
	color:#000 !important;
	padding:15px 50px;
	font-size:20px;
	border-radius:15px;
	box-shadow: 15px 15px 15px rgba(0,0,0,0.05);
	
}

}
.gahide{
	display:none;
}