@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital@1&family=Libre+Bodoni:wght@400;700&family=Mohave&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;
}

#egawa {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	background: #000;
	color: #fff;
}

#egawa img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#egawa p{
	font-size: 1.1em!important;
	margin-top: 0!important;
}

#egawa h1,
#egawa h2,
#egawa h3,
#egawa h4,
#egawa h5{
	color: #FFF;
	text-align:center;
	font-weight:normal;
	background: none;
	border: none;
	font-family:'Mohave', sans-serif;
}

#egawa h1{
	font-size: 6.5em;
	line-height: 130%;
	margin-bottom: 20px;
	letter-spacing: 2px;
	margin: 50px auto;
}

#egawa .egawa_wrap{
	width:90%!important;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#egawa .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
}

#egawa p.main_text{
	margin: 0 auto 20px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

#egawa section{
	background: #000!important;
}

#egawa section.style{
	width: 100%;
	margin: 100px auto;
	max-width: 800px;
}

#egawa section.style h2{
	font-size: 2.2em;
	letter-spacing: 2px;
}

#egawa section.style .mainimage{
	position: relative;
	width: 100%;
}

#egawa section.style .subimage{
	margin: 50px auto;
	width: 100%;
}

#egawa section.headslide .brandlogo{
	position: absolute;
	bottom: 5vw;
	left: 0;
	right: 0;
	width: 30%;
	margin: auto;
}


/*STYLE01 PC START*/

#egawa section.style1 .first_image{
	height: 950px;
	margin: auto;
	position: relative;
	margin-top: -145px;
}

#egawa section.style1 .first_image1,
#egawa section.style1 .first_image2{
	width: 80%;
	position: absolute;
}

#egawa section.style1 .first_image1{
	z-index: 11;
	top: 10%;
	left: 12%;
}

#egawa section.style1 .first_image2{
	z-index: 1;
	top: 12%;
	left: 9%;
}

#egawa section.style1 .subimage{
	background: url(https://www.peetonline.com/images/karlkani/2023/egawa/styling/frame.png) no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	height: 830px;
	width: 90%;
}

#egawa section.style1 .subimage1{
	width: 70%;
}

#egawa section.style1 .subimage2{
	width: 70%;
	margin:135px auto 0 30%;
}

#egawa section.style1 h2{
	position: absolute;
	top: 107px;
	right: -60px;
	transform: rotateZ( -90deg );
}

#egawa section.last .last_image{
	height: 656px;
	background: #353839;
	margin-top:120px;
}

#egawa section.last .last_image img{
	width: 100%;
	margin: auto;
	padding-top: 1%;
}
/*STYLE01 PC END*/

/*STYLE02 PC START*/

#egawa section.style2 .mainimage{
	background: url(https://www.peetonline.com/images/karlkani/2023/egawa/styling/02_1_back.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 1040px;
}

#egawa section.style2 .mainimage div{
position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 80%;
  text-align: center;
}

#egawa section.style2 .mainimage2{
	background: url(https://www.peetonline.com/images/karlkani/2023/egawa/styling/02_2.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 780px;
	position: relative;
	margin-bottom: -68px;
}

#egawa section.style2 .mainimage2 div{
	position: relative;
  top: 33%;
  left: 53%;
 width: 40%;
}

#egawa section.style2 h2{
	position: absolute;
	bottom: 55px;
	right: 75px;
}

#egawa section.style2 .subimage .flex{
	margin-top: 30px;
}

#egawa section.style2 .subimage .flex div{
	flex-basis: 50%;
}

#egawa section.style2 .subimage2{
	padding-right: 2%;
}

#egawa section.style2 .subimage3{
	padding-left: 2%;
}
/*STYLE02 PC END*/


/*STYLE03 PC START*/

#egawa section.style3 h2{
	margin: 15px 5px 40px 0!important;
	text-align: right!important;
}


#egawa section.style3 .subimage{
	background: url(https://www.peetonline.com/images/karlkani/2023/egawa/styling/frame2.png) no-repeat!important;
	background-size: contain!important;
	background-position: center!important;
	position: relative!important;
}

#egawa section.style3 .subimage{
	margin: 40px auto 50px;
}

#egawa section.style3 .subimage{
	background:none;
	background-size: contain;
	background-position: center;
	position: relative;
	width: 100%;
}

#egawa section.style3 .subimage1{
	width: 65%;
	padding-bottom: 30%;
}

#egawa section.style3 .subimage2{
	position: absolute;
	width: 65%;
	bottom: 40px;
	left: 395px;
}

#egawa section.style3 .mainimage3{
	background: url(https://www.peetonline.com/images/karlkani/2023/egawa/styling/03_3.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 780px;
	position: relative;
	margin-bottom: -68px;
}

#egawa section.style3 .mainimage3 div{
position: relative;
  top: 67%;
  left: 70%;
 width: 28%;
}



/*STYLE03 PC END*/

#egawa section.style .textaria{
	margin: 50px auto;
	width: 90%;
	max-width: 600px;
	text-align: left;
}

#egawa p.itemname{
	width: 100%;
	margin: 20px auto 10px!important;
	font-size: 1.1em!important;
}

#egawa p.price{
	width: 100%;
	display: block;
	font-size: 1.3em!important;
}

#egawa p.price span{
	color: #C52F32;
	font-size: 1.5em!important;
	font-weight: bold;
}

/* 購入ボタン */

#egawa .itemlist a,
#egawa .itemlist .coming{
	display: block;
	width: 100%;
	max-width: 100px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #FFF;
	background: #FFF;
	color: #000;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}

#egawa .itemlist a:hover{
	background: #000;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
}

#egawa p.model{
	font-size: 0.95em!important;
	margin: 20px auto 0!important;
	text-align: center;
}

#egawa .itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: 10px 0;
 line-height: 180%;
}

#egawa .itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

#egawa .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

/* profile */

#egawa section.profile{
	width: 85%;
	max-width: 500px;
	margin: 0 auto 100px;
}

#egawa section.profile div:first-child{
	flex-basis: 30%;
}

#egawa section.profile div:last-child{
	flex-basis: 70%;
	padding-left: 5%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#egawa section.profile p.egawaname{
	font-weight: normal;
	font-size: 1.5em!important;
}

#egawa section.profile p.proftext{
	font-size: 0.8em!important;
}

#egawa section.profile div:last-child div{
	margin: 10px 0 0;
	width: 80%;
	padding-left: 0!important;
}

#egawa section.profile div:last-child p.icon{
	margin: 0 auto!important;
	text-decoration: underline;
	font-size: 0.75em!important;
	flex-basis: 50%;
	text-align: left;
}

#egawa section.profile a{
	 text-decoration: underline;
	 color: #FFF;
}

#egawa .profile div:last-child p.icon img{
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

/* 回遊リンク */

#egawa .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
}

#egawa .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	letter-spacing: 3px;
}

#egawa .Banner4 ul {
	display:inline;
}

#egawa .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;
}

/* profile */

#egawa section.profile .flex div{
	padding: 0 4%;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#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;
}
	
/*まっくろ*/

#news_detail .detail .content{
	background: #000;
}

#news_detail .detail .content p {
	background: #000;
}

#news_detail .detail .content p:first-child img{
	padding-top: 50px;
	display: none;
}

}

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

.sp_none {
	display:none;
}

#egawa h1{
	font-size: 10.5vw;
	line-height: 130%;
	width: 90%;
	margin: 5.375vw auto 5.5vw;
}

#egawa section.style h2{
	font-size: 4.5vw;
}

#egawa p,
#egawa div{
	font-size: 3vw!important;
	line-height: 180%;
}

#egawa p.main_text{
	display: block!important;
	width: 90%;
	text-align: left;
}

#egawa section.style{
	margin: 22.375vw auto;
}
	
#egawa img.kanilogo{
width: 60%;
}
	
#egawa .pc_header{
width: 100%;
	
}	
	
#egawa .pc_header .wrap{
width: 100%;
max-width: 1000px;
margin: 0 auto;
position: relative;
}	
	
/*STYLE01 SP START*/	
#egawa section.style1 .first_image{
	height: 115vw;
	margin: auto;
	position: relative;
	margin-top:-25vw;
}

#egawa section.style1 .first_image1,
#egawa section.style1 .first_image2{
	width: 80%;
	position: absolute;
}

#egawa section.style1 .frist_image1{
	z-index: 11;
	top: 10%;
	left: 12%;
}

#egawa section.style1 .first_image2{
	z-index: 1;
	top: 12%;
	left: 9%;
}	

#egawa section.style1 .subimage{
	height: 108vw;
}
	
#egawa section.style1 .subimage1{
	width: 70%;
}

#egawa section.style1 .subimage2{
	width: 70%;
	margin:83px auto 0 30%;
}	

#egawa section.style1 h2{
	top: 17vw;
	right: -10vw;
}	
	
#egawa section.last .last_image{
	height: 82vw;
	margin-top: 70px
}
	
	
/*STYLE01 SP END*/	


/*STYLE02 SP START*/	
#egawa section.style2 .mainimage{
	height: 130vw;
}

#egawa section.style2 .mainimage2{
	height: 406px;
	position: relative;
	margin-bottom: -45px;
}

#egawa section.style2 .mainimage2 div{
position: relative;
  top: 36%;
  left: 56%;
 width: 38%;
}	
	
#egawa section.style2 h2{
	bottom: 8vw;
	right: 9vw;
}
/*STYLE02 SP END*/	

/*STYLE03 SP START*/		
#egawa section.style3 .subimage1{
	width: 65%;
	padding-bottom: 30%;
}

#egawa section.style3 .subimage2{
	position: absolute;
	width: 55%;
	bottom: 0px;
	left: 170px;
}	

#egawa section.style3 .mainimage3{
	height: 406px;
	position: relative;
	margin-bottom: -50px;
}		
	
#egawa section.style3 .mainimage3 div{
  top: 65.5%;
  left: 69%;
 width: 28%;
}	
	
/*STYLE03 SP END*/		

#egawa section.style .textaria{
	margin: 8.25vw auto 5vw;
}

#egawa .mainitemlist a{
	margin-bottom: 9.125vw;
}

#egawa .itemlist div{
	font-size: 3vw!important;
	line-height: 150%!important;
}

#egawa p.price{
	font-size: 3.2vw!important;
	line-height: 130%;
}
	

#egawa p.model{
	font-size: 2.8vw!important;
	line-height: 110%;
}	

#egawa .itemlist div:first-child{
	width: 82%;
	padding: 1vw 1% 1vw 0;
}

#egawa .itemlist div:last-child{
	width: 18%;
}

#egawa section.profile .flex div h5{
	font-size: 4.25vw;
	margin: 15px auto 5px;
}

#egawa section.profile .flex div p.text{
	font-size: 2.78vw!important;
	margin: 10px auto 0!important;
}

#egawa .itemlist .coming{
	line-height: 100%;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#egawa .Banner4 {
	text-align: center;
	width: 100%;
}

#egawa .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#egawa .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: block;
	margin-bottom: -80px;
}

#egawa .header{
	position: relative;
	height: 80vw;
}

}