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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

html, body, ul, li, p, a, div, img, h1, h3 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: unset;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}
*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}
::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}
#gw_goods {
	width: unset;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	background: #fff;
	color: #000;
}
#gw_goods img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#gw_goods p {
	font-size: 1.1em!important;
	margin-top: 0!important;
}
#gw_goods h1, #gw_goods h2, #gw_goods h3, #gw_goods h4 #gw_goods h5 {
	color: #333;
	text-align: center;
	font-weight: 400;
	background: none;
	border: none;
	letter-spacing: 3px;
}
#gw_goods h1 {
    font-size: 3.5em;
    line-height: 110%;
    font-weight: bold;
	margin:20px auto 0;
}
#gw_goods h1 span {
	font-size: 0.45em!important;
}
#gw_goods h2 {
	font-size: 2.1em;
	line-height: 150%;
	font-weight: bold;
}

#gw_goods h2.headline {
  padding: 2%;/*文字周りの余白*/
  color: #333333;/*文字色*/
	border-radius: 15px!important;
	font-size: 2.5em;
	background-color: #fcf3ca;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08rem;
	margin: auto 0;
	
}

#gw_goods h2.headline span {
	font-size: 0.4em;
	margin: auto 0;
}

#gw_goods h2.headline2 {
  padding: 1%;/*文字周りの余白*/
  color: #333333;/*文字色*/
	font-size: 2.5em;
	
	background-color: #ffe4e1;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08rem;
	margin: 0 auto;	
}

#gw_goods h2.headline2 span {
	font-size: 0.4em;
	margin: auto 0;
}


#gw_goods h3 {
    font-size: 1.5em;
    margin: 0px auto 10px!important;
    text-align: center;
    width: 90%;
    font-weight: bold;
}
#gw_goods h3 span{
    font-size: 0.5em;
 
}

#gw_goods .gw_goods_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}

#gw_goods .categorylist {
	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%;
	font-size: 1.2em;
	justify-content: center;
	margin: 80px auto;
}

#gw_goods .categorylist div{
	flex-basis: calc(100% / 2 - 1%);
}

.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);	
}


#gw_goods p {
	font-size: 1.1em!important;
	line-height: 180%;
}
#gw_goods .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
}
#gw_goods .main_text {
	margin: 50px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 90%;
	max-width: 800px;
}

#gw_goods .main_text2 {
	margin: 20px auto!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
	width: 90%;
	max-width: 800px;
}

#gw_goods .main_text span {
	color: #C52F32;
	font-weight: bold;
}
#gw_goods section{
	margin: 70px auto;
}
#gw_goods section.back{
	background: #ffffe0;
	padding: 2% 0%;
}
#gw_goods section.item{
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
}
#gw_goods section.item img{
	width: 100%;
	max-width: 500px;
}
#gw_goods section.item .flex div{
	flex-basis: 50%;
	padding: 2%;
}


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

#gw_goods p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#gw_goods p.other2 a {
	display: block;
	width: 100%;
	max-width: 400px;
	border-radius: 8px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid white;
	background: #fd6c9e;
	color: white;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 60px auto;
}

#gw_goods p.other2 a:hover{
	background: white;
	text-align: center;
	border: 1px solid #fd6c9e;
	color: #fd6c9e;
}


.flexbox {
	display: flex;
	margin: 0px auto;
}
.box1 {
	width: 50%;
	margin: auto;
}
.box2 {
	width: 50%;
	margin: auto .5rem;
}
.box2 .box_text {
	width: 90%;
	text-align: left;
	margin: 0px auto;
}
#gw_goods p.itemname {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}
#gw_goods p.price {
	font-size: 1.2em!important;
	margin: 10px auto!important;
}
#gw_goods section.stylebox {
	width: 100%;
	margin: 100px auto;
}
#gw_goods section.stylebox .style {
	width: 100%;
	margin: 50px auto;
}
#gw_goods section.stylebox .style .mainimage {
	width: 100%;
}
#gw_goods .mainimage .flex div {
	flex-basis: 50%;
}
#gw_goods .style .textaria {
	margin: 20px auto;
	width: 100%;
}
#gw_goods .style .textaria p.model {
	margin: 10px auto 0!important;
	font-size: 0.8em!important;
	text-align: center;
}
#gw_goods .slide {
	margin: 20px auto 50px;
}
#gw_goods .slide ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#gw_goods .slide ul li img {
	width: 100%;
}
#gw_goods .item p.itemname {
	margin: 20px auto 5px!important;
	font-size: 0.95em!important;
	text-align: center;
}
#gw_goods .item p.price {
	margin: 0 auto 10px !important;
	font-size: 1.2em!important;
	display: block;
	text-align: center;
}
#gw_goods .subimage1 {
	width: 100%;
	position: relative;
	margin: 50px auto;
}
#gw_goods .subimage1 .flex div {
	flex-basis: 50%;
}
#gw_goods .subimage2 {
	width: 100%;
}
#gw_goods .subimage2 .flex div {
	flex-basis: 50%;
}
#gw_goods .subimage2 .subimage1-1 {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 25px;
}
#gw_goods .subimage2 .subimage1-2 {
	width: 80%;
	margin: auto;
}
#gw_goods .subimage2 .subimage1-3 {
    width: 90%!important;
    margin-top: 20%;
    margin-left: 3%;
}
#gw_goods .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%;
	max-width: 900px;
}
#gw_goods .itemlist div {
	flex-basis: calc(100% / 3);
	padding: 2%;
	margin-bottom: 10px;
}
#gw_goods .itemlist p.itemname {
	text-align: center;
	margin: 5px auto 0px!important;
	line-height: 180%;
	overflow: visible;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 0.9em!important;
}




#gw_goods .itemlist p.itemname span {
	color: #C52F32;
	font-weight: bold;
	font-size: 1em!important;
}
#gw_goods .itemlist p.price {
    margin: 0 auto 5px!important;
    text-align: center;
}
#gw_goods .itemlist p.price span {
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}
/* 購入ボタン */

#gw_goods .buy, .itemlist a.buy {
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 10px 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;
	margin: 0 auto;
	border-radius: 8px;
}
#gw_goods .buy:hover, .itemlist a.buy:hover {
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}
/* 回遊リンク */

#gw_goods .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#gw_goods .Banner4 h3 {
	font-size: 25px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	text-align: center;
}
#gw_goods .Banner4 ul {
	display: inline;
}
#gw_goods .Banner4 ul li {
	display: inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
	.pc_none {
		display: none!important;
	}
	#gw_goods .left {
		flex-direction: row-reverse;
	}
	/* ヘッダー・フッターの崩れを直す */
	#news_detail .detail {
		width: 100%!important;
	}
	#news_detail .detail .head {
		width: 1000px!important;
		margin: 0 auto 50px!important;
	}
	#news_detail .detail .content {
		background: #ffffff;
	}
	#news_detail .detail .content p:first-child {
		margin: 0 auto;
		max-width: 1000px!important;
	}
	#topicpath {
		width: 1168px;
		margin: 0 auto;
	}
	.paging {
		width: 1000px;
		margin: 0 auto;
	}
	.item_category_links {
		width: 1168px;
		margin: 100px auto 0;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	#gw_goods p, #gw_goods div {
		font-size: 3.125vw!important;
		line-height: 180%;
	}
	#gw_goods h1 {
		font-size: 6vw;
		line-height: 110%;
	}
	#gw_goods .main_text {
		margin: 7.125vw auto!important;
		text-align: left;
		line-height: 180%;
	}
	
		#gw_goods .main_text2 {
		margin: 3.125vw auto!important;
		text-align: left;
		line-height: 180%;
	}
	
	#gw_goods section.item {
		margin: 10.125vw auto;
	}
	#gw_goods section.stylebox {
		width: 100%;
		margin: 0.875vw auto 10vw;
	}
	
	
	#gw_goods p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid black;
	color: black;
}
	#gw_goods p.other a {
		display: block;
		width: 100%;
		max-width: 300px;
		padding: 10px 0;
		text-align: center;
		border: 1px solid white;
		color: white;
		background: black;
		/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
		transition: 0.6s;
		margin: 40px auto;
		
	}
	
		#gw_goods p.other2 a:hover{
	background: white;
	text-align: center;
	border: 1px solid #fd6c9e;
	color: #fd6c9e;
}
	#gw_goods p.other2 a {
		display: block;
		width: 100%;
		max-width: 210px;
		padding: 10px 0;
		text-align: center;
		border: 1px solid white;
		color: white;
		background: #fd6c9e;
		/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
		transition: 0.6s;
		margin: 40px auto;
		
	}
	
	#gw_goods .buy, .itemlist a.buy{
	max-width: 90px;
	padding: 6px 0;
	}
	
	#gw_goods .categorylist{
		
	margin:30px auto;	
		
	}	
	
#gw_goods h2.headline span {
	font-size: 2vw;
	margin-bottom: 0px;
}	
	
#gw_goods h2.headline{
	font-size: 4.5vw;
	padding: 3%;
	line-height: 95%;
}	
	
#gw_goods h2.headline2 span {
	font-size: 2vw;
	margin-bottom: 0px;
}	
	
#gw_goods h2.headline2{
	font-size: 4.5vw;
	padding: 2%;
	line-height: 100%;
}	
	
	.flexbox {
		display: block;
	}
	.flexbox .box1 {
		width: 100%;
		margin: 0 auto;
	}
	.flexbox .box2 {
		width: 100%;
		margin: 5.56vw auto;
	}
	#gw_goods .textaria {
		width: 90%;
		margin: 0 auto;
	}
	
	#gw_goods .itemlist div {
		flex-basis: calc(100% / 2);
		padding: 2%;
		margin-bottom: 10px;
	}
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#gw_goods .Banner4 {
		text-align: center;
		width: 100%;
	}
	#gw_goods .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#gw_goods .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#gw_goods .header {
		position: relative;
		height: 105vw;
	}
	#gw_goods .header .fv1 {
		position: absolute;
		width: 95%;
		top: 0vw;
		left: 3vw;
	}
}