@charset "utf-8";
/* CSS Document */

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: unset;
}
#webcolor2025 {
	width: unset;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'soleil', 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	color: #32292C;
}
#webcolor2025 img {
	max-width: 100%;
	height: auto;
	border: none;
}
#webcolor2025 h1, #webcolor2025 h2, #webcolor2025 h3, #webcolor2025 h4, #webcolor2025 h5 {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
}
#webcolor2025 h1 {
	font-size: 3.5em;
	margin: 0 auto 30px;
	line-height: 105%;
	color: #b57c5b;
}
#webcolor2025 h1 span {
	font-size: 0.5em;
}
#webcolor2025 h2 {
	font-size: 2em;
	margin: 80px auto 10px;
    color: #a02020;
}
#webcolor2025 h2 span {
	color:black;
}
.SaleTopText {
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}
.SaleTopText b{
	color: #A76F4F;
	font-weight: bold;
}
#webcolor2025 .webcolor2025_wrap {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

#webcolor2025 .title img{
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 2vw;
}

#webcolor2025 .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	margin: 30px auto 10px;
}
#webcolor2025 .itemlist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}

#webcolor2025 .colour {
	margin: 50px auto!important;
}
#webcolor2025 .colour .colourlist {
	margin: 30px auto;
	width: 100%;
	max-width: 1000px;
}

#webcolor2025 .colourlist div {
	flex-basis: calc(100% / 3);
	padding: 2%;
	margin: auto;
}

#webcolor2025 .colourlist, #webcolor2025 .itemlist {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}

#webcolor2025 section.style {
	margin: 60px auto;
}
#webcolor2025 section.style .stylingpoint {
	margin: 20px auto;
	width: 90%;
}
#webcolor2025 section.style .stylingpoint p.stylingtext {
	margin: 10px auto 20px!important;
	text-align: center;
}
#webcolor2025 .itemlist div {
	flex-basis: calc(100% / 3);
	padding: 2%;
	margin-bottom: 10px;
}
#webcolor2025 .itemlist p.itemname {
	text-align: center;
	margin: 5px auto 0!important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 0.85em!important;
}
#webcolor2025 .itemlist p.itemname span {
	color: #C52F32;
	font-weight: bold;
	font-size: 1em!important;
}
#webcolor2025 .itemlist p.price {
	margin: 0 auto!important;
	text-align: center;
}
#webcolor2025 .itemlist p.price span {
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}
#webcolor2025 a.buy {
	display: block;
	width: 50%;
	max-width: 150px;
	margin: 10px auto;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	      -moz-transition: 5s;
	      -o-transition: 5s;
	      -ms-transition: 5s;*/
	transition: 0.6s;
	font-size: 0.8em;
	border-radius: 8px;

}
#webcolor2025 p.other a {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 60px auto;
	text-decoration: none;
}
#webcolor2025 a.buy:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}
#webcolor2025 p.other a:hover{
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

/* 回遊リンク */

#webcolor2025 .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#webcolor2025 .Banner4 h3 {
	font-size: 30px !important;
	margin: 25px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
}
#webcolor2025 .Banner4 ul {
	display: inline;
}
#webcolor2025 .Banner4 ul li {
	display: inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:748px) {
	.pc_none {
		display: none!important;
	}
	#webcolor2025 section.style .stylingpoint p.stylingtext {
		text-align: center;
	}
}
@media screen and (max-width: 747px) {
	.sp_none {
		display: none;
	}
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#webcolor2025 h1 {
		font-size: 8.8vw;
	}
	#webcolor2025 h1 span {
		font-size: 3.5vw;
	}
	#webcolor2025 h2 {
		font-size: 6.5vw;
		margin: 5vw auto 3vw;
	}
	#webcolor2025 section.style {
		margin: 40px auto;
	}
	.SaleTopText {
		font-size: 3.125vw;
		text-align: center;
		margin: 20px auto;
		width: 90%;
	}
	.SaleTopText p {
		font-size: 3.125vw!important;
	}
	.SaleTopText img {
		width: 100%;
	}
	#webcolor2025 section.style .stylingpoint {
		margin: 6.25vw auto;
		font-size: 3.125vw;
	}
	#webcolor2025 section.style .stylingpoint p.stylingtext {
		text-align: left;
	}
	
    #webcolor2025 .colourlist div {
		padding: 1% 2%;
	}
	
	#webcolor2025 .colourlist div {
	flex-basis: calc(100% / 2);
	padding: 2%;
	margin: auto;
	text-align: left;
}

	#webcolor2025 .itemlist div {
		flex-basis: 50%;
		padding: 3%;
		margin-bottom: 10px;
	}
	#webcolor2025 .itemlist p.itemname {
		font-size: 2.8vw!important;
		line-height: 160%;
	}
	#webcolor2025 .itemlist p.price {
		font-size: 3vw!important;
	}
	#webcolor2025 a.other {
		font-size: 3vw;
		margin: 0px auto 40px;
	}

	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#webcolor2025 .Banner4 {
		text-align: center;
		width: 100%;
	}
	#webcolor2025 .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#webcolor2025 .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#webcolor2025 .header {
		position: relative;
		height: 130vw;
	}
	#webcolor2025 .header .fv1 {
		position: absolute;
		top: 64vw;
		left: 37vw;
		width: 60%;
		margin: auto;
	}
}