@charset "UTF-8";
/* CSS Document */
.productArea {
	background-size: 5px 5px;
	background-color: #fff;
	background-image: linear-gradient(-45deg, #f3f3f3 25%, transparent 25%, transparent 50%, #f3f3f3 50%, #f3f3f3 75%, transparent 75%, transparent);
	position: relative;
}
.productArea .inner {
	max-width: 1000px;
	/*max-width: 1280px;*/
	padding: 50px 20px;
	margin: 0 auto;
}
.productArea .inner ul {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-around;
	/*justify-content: flex-start;*/
	background-color: #fff;
	padding: 50px 50px 20px;
}
.productArea .inner ul li:last-child {
	margin-right: auto;
}
.productArea .inner ul li {
	width: calc(100%/3 - 0px);
	margin-bottom: 30px;
	text-align: center;
}
.productArea .inner ul li .img a>img {
	width: 250px;
}
.productArea .inner ul li .img a {
	display: inline-block;
}
.productArea .inner ul li .img a:hover {
	opacity: 0.7;
}
.productArea .inner ul li dl {
	padding: 10px 0 15px;
}
.productArea .inner ul li dl dt {
	min-height: 44px;
}
.productArea .inner ul li dl dt span {
	display: block;
	font-size: 12px;
}
.productArea .inner ul li .btn a {
	display: inline-block;
	padding: 15px 35px 12px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #fff;
	font-size: 15px;
	background: linear-gradient(269deg, #4D52A8 45%, #689FCB 100%) no-repeat 50% 50% / 100% 100%;
}
.productArea .inner ul li .btn a:hover {
	background: linear-gradient(269deg, #689FCB 45%, #4D52A8 100%) no-repeat 50% 50% / 100% 100%;
}



/* 商品ページ */
.p_itemArea .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 30px 80px; 
	overflow: hidden;
}
.p_itemArea .inner .photoArea, 
.p_itemArea .inner .txtArea {
	float: left;
	width: 50%;
}
.p_itemArea .inner .photoArea .photo {
	text-align: left;
}
.p_itemArea .inner .photoArea .photo img {
	width: 500px;
}
.p_itemArea .inner .txtArea {
	padding-left: 5%;
}
.p_itemArea .inner .txtArea .h3Area {
	padding-bottom: 10px;
}
.p_itemArea .inner .txtArea .h3Area .ttl {
	font-size: 13px;
	padding-bottom: 3px;
}
.p_itemArea .inner .txtArea .h3Area h3 {
	font-size: 29px;
	line-height: 1.4;
	font-weight: bold;
}
.p_itemArea .inner .txtArea .price {
	padding-bottom: 20px;
}
.p_itemArea .inner .txtArea .txt {
	font-size: 13px;
}
.p_itemArea .inner .txtArea .txt01 {
	padding: 40px 0 0;
}
.p_itemArea .inner .txtArea .txt dl {
	padding-bottom: 18px;
}
.p_itemArea .inner .txtArea .txt dl dt {
	padding-bottom: 3px;
}
.p_itemArea .inner .txtArea .txt dl dt p {
	line-height: 1.4;
}
.p_itemArea .inner .btnArea {
	padding-top: 30px;
	text-align: center;
}
.p_itemArea .inner .btnArea .btn a {
	display: block;
	padding: 15px 50px 12px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0.04em;
	background: linear-gradient(269deg, #4D52A8 45%, #689FCB 100%) no-repeat 50% 50% / 100% 100%;
}
.p_itemArea .inner .btnArea .btn a:hover {
	background: linear-gradient(269deg, #689FCB 45%, #4D52A8 100%) no-repeat 50% 50% / 100% 100%;
}



@media screen and (max-width: 1220px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
	.productArea .inner {
    width: 100%;
    padding: 40px 5vw;
	}
	.productArea .inner ul {
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 50px 3vw 0;
	}
	.productArea .inner ul li {
		float: left;
		width: 48%;
		margin: 0 1% 50px;
	}
	.productArea .inner ul li:nth-child(2n+1) {
		clear: both;
	}
	.productArea .inner ul li .btn a {
		display: block;
		width: 80%;
		margin: 0 auto;
		font-size: 12px;
    padding: 15px 0px 12px;
	}
	.p_itemArea .inner {
		width: 100%;
		padding: 40px 5vw 50px; 
	}
	.p_itemArea .inner .txtArea {
		float: none;
		width: 100%;
	}
	.p_itemArea .inner .photoArea {
		float: none;
		width: 80%;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	.p_itemArea .inner .photoArea .photo {
		text-align: center;
	}
	.p_itemArea .inner .photoArea .photo img {
		width: 100%;
	}
	.p_itemArea .inner .txtArea {
		padding-left: 0;
	}
	.p_itemArea .inner .txtArea .h3Area .ttl {
		font-size: 13px;
	}
	.p_itemArea .inner .txtArea .h3Area h3 {
		font-size: 23px;
	}
	.p_itemArea .inner .btnArea {
		padding-top: 20px;
	}
	.p_itemArea .inner .btnArea .btn a {
		padding: 15px 0 12px;
		font-size: 15px;
	}
}




@media only screen and (max-width: 560px){
	
}

@media only screen and (max-width: 500px){
}

@media only screen and (max-width: 455px){
	.aboutBox01 .map .inner .ttl {
		font-size: 4.5vw;
	}
}

@media only screen and (max-width: 400px){
	.productArea .inner ul li dl {
		font-size: 3.4vw;
	}
	.productArea .inner ul li dl dt span {
		font-size: 10px;
	}
	.productArea .inner ul li .btn a {
		font-size: 3.4vw;
	}
	
	
}

@media only screen and (max-width: 320px){
}
