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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;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: unset;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}
#summer_lookbook {
	width: unset;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: left;
	background: #FFF;
	color: #000;
}
#summer_lookbook img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#summer_lookbook p {
	font-size: 1.2em!important;
	margin-top: 0!important;
	line-height: 180%;
}
#summer_lookbook .prostaff_wrap {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
#summer_lookbook h1, #summer_lookbook h2, #summer_lookbook h4, #summer_lookbook h5 {
	color: black;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: "Bebas Neue", sans-serif;
}

#summer_lookbook h3{
	color: black;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2em;
	padding: 2%;
	margin-bottom: 20px;
}

#summer_lookbook h1 {
	/*font-size: 6.5em;*/
	font-size: 4em;
	line-height: 95%;
	margin: 50px auto;
	font-family: "Bebas Neue", sans-serif;
}

#summer_lookbook h1 span{
	font-size: 0.5em;
	color: black;
	font-weight: normal;
	}

#summer_lookbook h2 {
	font-size: 4.5em;
	line-height: 180%;
	margin: 0 auto -30px;
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	font-weight: normal;
	padding-bottom: 0px;
}
#summer_lookbook h2 span {
	font-size: 1.1em;
}
#summer_lookbook .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}
#summer_lookbook p.main_text{
	width: 100%!important;
	margin: 20px auto!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
}

#summer_lookbook p.main_text2{
	width: 100%!important;
	margin: 5px auto 70px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

#summer_lookbook section {
	width: 100%;
	max-width: 800px;
}
#summer_lookbook section.main{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0px auto;
}
#summer_lookbook p.itemname {
	width: 100%;
	line-height: 200%;
}
#summer_lookbook p.price {
	width: 100%;
	display: block;
	font-size: 1.1em!important;
}
#summer_lookbook p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

#summer_lookbook section.main .itembox {
	width: 80%;
	max-width: 800px;
	margin: 10px auto 25px;
}
#summer_lookbook section.main.itembox p {
	text-align: center;
}
#summer_lookbook section.main p.itemtext {
	margin: 20px auto 20px!important;
	font-size: 0.85em!important;
}
#summer_lookbook section.main p.itemname {
	font-size: 0.90em!important;
}

#summer_lookbook section.item2{
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
}
#summer_lookbook section.item2 img{
	width: 100%;
}
#summer_lookbook section.item2 .flex div {
	flex-basis: 50%;
	padding: 2%;
}

#summer_lookbook p.itemname2 {
	font-size: 0.9em!important;
	margin: 10px auto 0px!important;
	font-weight: 600;
	text-align: center;
}

#summer_lookbook p.price2 {
	font-size: 1.3em!important;
	text-align: center;
	margin: 0px auto 10px!important;
}

#summer_lookbook .main_text span.big{
	font-size: 1.3em!important;
	color: #4682b4!important;
	font-weight:bold!important;
	line-height: 180%!important;
	}

#summer_lookbook section.main .doubleimage {
	width: 100%;
	max-width: 800px;
	margin: 0px 0px 0px 0px;
}

#summer_lookbook section.main .doubleimage div {
	flex-basis: 50%;
}


/* 購入ボタン */


#summer_lookbook .itemlist a,
#summer_lookbook .coming {
	display: block;
	width: 100%;
	max-width: 130px;
	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;
	margin: 0 auto;
	text-decoration: none;
	font-size: 1em!important;
}


#summer_lookbook .buy2 {
	display: block;
	width: 100%;
	max-width: 120px;
	padding: 15px 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;
}
#summer_lookbook .buy2:hover,
#summer_lookbook .itemlist a:hover{
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

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

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

#summer_lookbook .style .textaria {
  margin: 30px auto 50px;
  width: 100%;
}
#summer_lookbook .style .textaria p.text {
  text-align: left;
  margin: 50px auto 20px !important;
}
#summer_lookbook .itemlist {
  font-size: 1em !important;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 95%;
  max-width: 650px;
  padding: 5px 0;
  /* border-top: 1px #999 solid;*/
  margin: 15px auto;
}
#summer_lookbook .itemlist div:first-child {
  width: 75%;
  padding: 4px 1% 3px 0;
  line-height: 180%;
}
#summer_lookbook .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}

/* 回遊リンク */

#summer_lookbook .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
#summer_lookbook .Banner4 h3 {
	font-size: 25px !important;
	margin: 30px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}
#summer_lookbook .Banner4 ul {
	display: inline;
}
#summer_lookbook .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 .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;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	#summer_lookbook h1 {
		font-size: 15vw;
		margin:5vw auto;
		line-height: 95%;
	}
			
	#summer_lookbook h1 span {
		font-size: 6vw;
	}
	#summer_lookbook h2 {
		font-size: 8vw;
		text-align: center;
		margin: 0 auto -2vw;
	}
	#summer_lookbook h3 {
		font-size: 5vw;
		color: black;
	}
	#summer_lookbook p, #summer_lookbook div {
		font-size: 3.2vw!important;
		line-height: 180%;
	}
	#summer_lookbook p.main_text {
		display: block!important;
		margin: 2.5vw auto 8.25vw!important;
	}
		#summer_lookbook p.main_text2 {
		display: block!important;
		margin: 0vw auto 5vw  !important;
	}
	
	#summer_lookbook section {
		margin: 8.375vw auto;
	}
	
	#summer_lookbook section.item2
	 {
	   margin: 0vw auto 10.125vw;
	}
		
    #summer_lookbook section.item2 .flex div {
	   flex-basis: 50%;
	   padding: 1%;
	}
		
	#summer_lookbook section.main{
		margin: 0vw auto;
	}	

	#summer_lookbook p.price {
		font-size: 3.5vw!important;
		line-height: 110%;
	}
		
	#summer_lookbook .buy2{
        max-width:85px;
		padding:8px 0;
		margin-bottom: 5vw;
    }
	
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#summer_lookbook .Banner4 {
		text-align: center;
		width: 100%;
	}
	#summer_lookbook .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#summer_lookbook .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
			
}