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

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
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: hidden;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}
#egawacap2023 {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Sawarabi Mincho', sans-serif;
	overflow: hidden;
	text-align: center;
	background: #fff;
	color: black;
}
#egawacap2023 img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	font-family: 'Trykker', 'Sawarabi Mincho', serif;
}
#egawacap2023 p {
	font-size: 0.95em!important;
	margin-top: 0!important;
}
#egawacap2023 h1, #egawacap2023 h2, #egawacap2023 h3, #egawacap2023 h4, #egawacap2023 h5 {
	color: black;
	text-align: center;
	font-weight: normal;
	background: none;
	border: none;
}
#egawacap2023 h1 {
	font-size: 2em;
	line-height: 130%;
	margin: 20px auto 5px;
	letter-spacing: 2px;
	color: #000;
}
#egawacap2023 h1 span {
	font-size: 0.85em;
	color: #000;
}
#egawacap2023 h1 span.fontup {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
}
#egawacap2023 h2 {
	font-size: 1.8em;
	line-height: 130%;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #000;
}
#egawacap2023 h2 span.blue {
	color: blue;
}
#egawacap2023 h2 span.gold {
	color: darkgoldenrod;
}
#egawacap2023 h2 span.gold{
	color: #E5AB00;
}
#egawacap2023 h2 span.red{
	color: #F30004;
}


#egawacap2023 section.movie {
	text-align: center;
}
#egawacap2023 section.movie video {
	width: 100%;
	max-width: 500px;
	height: auto;
}


#egawacap2023 .egawacap2023_wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#egawacap2023 .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
#egawacap2023 p.main_text {
	margin: 20px auto 80px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

#egawacap2023 .main_text2 {
	margin: 50px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 1000px;
}

#egawacap2023 p.main_text span{
	color: #f73344;
	font-weight: bold;
}
#egawacap2023 p.sold {
	color: #f73344;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	font-size: 1.5em!important;
	margin: 50px auto 30px!important;
}
#egawacap2023 p.main_text a {
	color: #A8F785;
	text-decoration: underline;
}
#egawacap2023 p.text{
	width: 100%;
	margin: 50px auto;
}
#egawacap2023 .info {
	text-align: center;
	width: 100%;
	margin: 50px auto 100px;
}
#egawacap2023 .info h5 {
	color: #f73344;
	font-size: 1.1em;
}
#egawacap2023 .info p {
	margin: 10px auto 30px!important;
}
#egawacap2023 section {
	width: 100%;
	margin: 100px auto;
	background: #fff!important;
}
#egawacap2023 section.item {
	margin: 30px auto 80px;
}
#egawacap2023 section.item img {
	width: 85%;
	max-width: 500px;
}
#egawacap2023 p.itemname {
	text-align: center;
	margin: 15px auto 5px!important;
	font-size: 1em!important;
	line-height: 180%;
}
#egawacap2023 p.price {
	font-size: 0.9em!important;
	margin-bottom: 20px;
}
#egawacap2023 p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}
#egawacap2023 p.itemname {
	width: 100%;
	margin: 40px auto 10px!important;
	font-size: 1.1em!important;
}
#egawacap2023 p.color {
	width: 100%;
	margin: 10px auto 10px!important;
}
#egawacap2023 section.styling {
	width: 90%;
	max-width: 800px;
}
#egawacap2023 section.styling h3 {
	font-size: 1.8em;
}
#egawacap2023 .slide {
    width: 100%;
    margin: 30px auto;
}
#egawacap2023 .slide ul{
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
}
#egawacap2023 .slide ul li img {
	width: 100%;
}
#egawacap2023 .itemlist {
	font-size: 0.75em!important;
	text-align: left;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	max-width: 550px;
	margin: 10px auto;
}
#egawacap2023 .itemlist div:first-child {
	width: 85%;
	padding: 3px 1% 3px 0;
}
#egawacap2023 .itemlist div:last-child {
	width: 15%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}
/* 購入ボタン */

#egawacap2023 a.buy, #egawacap2023 .coming, #egawacap2023 .itemlist a {
	display: block;
	width: 100%;
	max-width: 180px;
	padding: 10px 10px;
	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: auto;
	font-weight: bold;
	font-size: 1.1em!important;
}
#egawacap2023 .itemlist a {
	max-width: 100px;
	padding: 5px;
}
#egawacap2023 .coming {
	background: #000;
	color: #FFF;
}
#egawacap2023 a.buy:hover, #egawacap2023 .itemlist a:hover {
	background: #000;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
}
/* 回遊リンク */

#egawacap2023 .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
}
#egawacap2023 .Banner4 h3 {
	font-size: 20px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double black;
	border-bottom: 1px solid black;
	color: black;
	letter-spacing: 3px;
}
#egawacap2023 .Banner4 ul {
	display: inline;
}
#egawacap2023 .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;
	}
	/* ヘッダー・フッターの崩れを直す */
	#news_detail .detail {
		width: 100%!important;
	}
	#news_detail .detail .content {
		background: #fff;
	}
	#news_detail .detail .content p {
		background: #fff;
	}
	#news_detail .detail .content p:first-child img {
		padding-top: 50px;
	}
	#news_detail .detail .head {
		width: 1000px!important;
		margin: 0 auto 50px!important;
	}
	#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;
	}
	#egawacap2023 .coming {
		background: #000!important;
		color: #FFF!important;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	#egawacap2023 h1 {
		font-size: 5.5vw;
		line-height: 150%;
		text-align: center;
		width: 90%;
		margin: 12.5vw auto 3.5vw;
	}
	#egawacap2023 h1 span {
		font-size: 2.915vw;
		font-weight: bold;
	}
	#egawacap2023 h2 {
		font-size: 5.5vw;
		line-height: 130%;
		text-align: center;
		width: 90%;
		margin: 3.5vw auto 6.5vw;
	}
	#egawacap2023 p, #egawacap2023 div {
		font-size: 3.5vw!important;
		line-height: 180%;
	}
	#egawacap2023 p.main_text {
		display: block!important;
		margin: 5.5vw auto 10.5vw!important;
		width: 90%;
		text-align: left;
	}
	#egawacap2023 p.text{
		text-align: left;
		width:90%;
		margin: 0 auto;
	}
	
	#egawacap2023 .main_text2 {
		margin: 0.125vw auto!important;
		width: 90%;
		text-align: left;
		line-height: 190%;
	}
	
	#egawacap2023 p.sold {
		font-size: 3.8vw!important;
		margin: 20px auto 10px!important;
	}
	#egawacap2023 .info {
		margin: 8.5vw auto 15.375vw;
	}
	#egawacap2023 .info h5 {
		font-size: 3.8vw;
	}
	#egawacap2023 .info p {
		margin: 1.5vw auto 3.5vw!important;
	}
	#egawacap2023 section, #egawacap2023 section.item {
		margin: 15.375vw auto;
	}
	#egawacap2023 p.price {
		font-size: 2.8vw!important;
	}
	#egawacap2023 p.model {
		margin: 7.125vw auto 4.5vw!important;
	}
	#egawacap2023 .itemlist div {
		font-size: 2.55vw!important;
		line-height: 150%!important;
	}
	#egawacap2023 .itemlist div:first-child {
		width: 82%;
		padding: 2vw 1% 1vw 0;
	}
	#egawacap2023 .itemlist div:last-child {
		width: 18%;
	}
	#egawacap2023 section.profile .flex div h5 {
		font-size: 4.25vw;
		margin: 15px auto 5px;
	}
	#egawacap2023 section.profile .flex div p.text {
		font-size: 2.78vw!important;
		margin: 10px auto 0!important;
	}
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#egawacap2023 .Banner4 {
		text-align: center;
		width: 100%;
	}
	#egawacap2023 .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#egawacap2023 .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#egawacap2023 .header {
		position: relative;
		height: 80vw;
	}
}