@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;
}

#lookbook_ss {
	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;
}

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

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

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

#lookbook_ss h1{
	font-size: 6.5em;
	line-height: 90%;
	letter-spacing: 2px;
	margin: 50px auto;
	font-family: "minion-pro", serif;
font-weight: 700;
font-style: normal;
}

#lookbook_ss h1 span{
	font-size: 0.5em;
}

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

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

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

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

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

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

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

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

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

#lookbook_ss section.style h3{
	position: absolute;
	font-size: 3em;
	line-height: 90%;
	letter-spacing: 2px;
	z-index: 100;
	top: -55px;
}

#lookbook_ss section.style h3 span{
	font-size: 0.8em;
}

#lookbook_ss section.style1 h3,
#lookbook_ss section.style3 h3,
#lookbook_ss section.style5 h3{
	left: 1%;
}

#lookbook_ss section.style2 h3,
#lookbook_ss section.style4 h3,
#lookbook_ss section.style6 h3{
	right: 1%;
}


/*STYLE01 PC START*/

#lookbook_ss section.style1 .mainimage{
	background: url(https://www.peetonline.com/images/norton/2024/lookbook_ss/styling/01_1_back.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 1040px;
}

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

#lookbook_ss section.style1 .subimage1{
	width: 65%;
	margin-bottom: 45px;
}

#lookbook_ss section.style1 .subimage2{
	width: 65%;
	margin-left: 35%;
}

#lookbook_ss section.style1 .subimage3{
	width: 100%;
	margin: 20px auto;
	border: solid 15px #171717;
}

#lookbook_ss section.style1 h2{
	position: absolute;
	bottom: 55px;
	right: 75px;
}

/*STYLE01 PC END*/

/*STYLE02 PC START*/

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

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

#lookbook_ss section.style2 .subimage1{
	width: 65%;
	margin-bottom: 45px;
}

#lookbook_ss section.style2 .subimage2{
	width: 65%;
	margin-left: 35%;
}

#lookbook_ss section.style2 .subimage3{
	width: 100%;
	margin: 20px auto;
	border: solid 15px #171717;
}

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

/*STYLE02 PC END*/

/*STYLE03 PC START*/

#lookbook_ss section.style3 .mainimage{
	background: url(https://www.peetonline.com/images/norton/2024/lookbook_ss/styling/03_1_back.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 1040px;
}

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

#lookbook_ss section.style3 .subimage3{
	width: 100%;
	margin: 20px auto;
	border: solid 15px #171717;
}

#lookbook_ss section.style3 h2{
	position: absolute;
	bottom: 55px;
	right: 75px;
}

/*STYLE03 PC END*/

/*STYLE04 PC START*/

#lookbook_ss section.style4 .mainimage{
	background: url(https://www.peetonline.com/images/norton/2024/lookbook_ss/styling/04_1_back.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 1040px;
}

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

#lookbook_ss section.style4 .subimage1{
	width: 65%;
	margin-bottom: 45px;
}

#lookbook_ss section.style4 .subimage2{
	width: 65%;
	margin-left: 35%;
}

#lookbook_ss section.style4 .subimage3{
	width: 100%;
	margin: 20px auto;
	border: solid 15px #171717;
}

#lookbook_ss section.style4 h2{
	position: absolute;
	bottom: 190px;
	right: -55px;
	transform: rotate(90deg);
}

/*STYLE04 PC END*/

/*STYLE05 PC START*/

#lookbook_ss section.style5 .mainimage{
	background: url(https://www.peetonline.com/images/norton/2024/lookbook_ss/styling/05_1_back.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 1040px;
}

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

#lookbook_ss section.style5 .subimage3{
	width: 100%;
	margin: 20px auto;
	border: solid 15px #171717;
}

#lookbook_ss section.style5 h2{
	position: absolute;
	bottom: 55px;
	right: 75px;
}

/*STYLE05 PC END*/

/*STYLE06 PC START*/

#lookbook_ss section.style6 .mainimage{
	background: url(https://www.peetonline.com/images/norton/2024/lookbook_ss/styling/06_1_back.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 1040px;
}

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

#lookbook_ss section.style6 .subimage1{
	width: 65%;
	margin-bottom: 45px;
}

#lookbook_ss section.style6 .subimage2{
	width: 65%;
	margin-left: 35%;
}

#lookbook_ss section.style6 .subimage3{
	width: 100%;
	margin: 20px auto;
	border: solid 15px #171717;
}

#lookbook_ss section.style6 h2{
	position: absolute;
	bottom: 55px;
	right: 75px;
}

/*STYLE06 PC END*/

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

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

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

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

/* 購入ボタン */

#lookbook_ss .itemlist a,
#lookbook_ss .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;
	border-radius: 8px;
}

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

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

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

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

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

/* profile */

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

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

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

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

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

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

#lookbook_ss 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;
}

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

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

/* 回遊リンク */

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

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

#lookbook_ss .Banner4 ul {
	display:inline;
}

#lookbook_ss .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 */

#lookbook_ss 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;
}

#lookbook_ss h1{
	font-size: 10vw;
	line-height: 95%;
	width: 90%;
	margin: 5.375vw auto 5.5vw;
}

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

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

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

#lookbook_ss section.style{
	margin: 20vw auto;
}
	
#lookbook_ss img.kanilogo{
width: 60%;
}
	
#lookbook_ss .pc_header{
width: 100%;
	
}	
	
#lookbook_ss .pc_header .wrap{
width: 100%;
max-width: 1000px;
margin: 0 auto;
position: relative;
}	
	
	
#lookbook_ss section.style h3{
	top: -45px;
}	
	
#lookbook_ss section.style .subimage{
	margin:20px auto;
}

/*STYLE01 SP START*/	
#lookbook_ss section.style1 .mainimage{
	height: 130vw;
}

#lookbook_ss section.style1 .subimage1{
	margin-bottom: 20px;
}	
	
#lookbook_ss section.style1 h2{
	bottom: 6vw;
	right: 10vw;
}
	
#lookbook_ss section.style1 .subimage3{
	border: solid 10px #171717;
}
	
/*STYLE01 SP END*/	

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

#lookbook_ss section.style2 .subimage1{
	margin-bottom: 20px;
}	
	
#lookbook_ss section.style2 h2{
	bottom: 6vw;
	right: 10vw;
}
	
#lookbook_ss section.style2 .subimage3{
	border: solid 10px #171717;
}
	
/*STYLE02 SP END*/		
	
	
/*STYLE03 SP START*/	
#lookbook_ss section.style3 .mainimage{
	height: 130vw;
}

#lookbook_ss section.style3 .subimage1{
	margin-bottom: 20px;
}	
	
#lookbook_ss section.style3 h2{
	bottom: 6vw;
	right: 10vw;
}
	
#lookbook_ss section.style3 .subimage3{
	border: solid 10px #171717;
}
	
/*STYLE03 SP END*/	
	
	
/*STYLE04 SP START*/	
#lookbook_ss section.style4 .mainimage{
	height: 130vw;
}

#lookbook_ss section.style4 .subimage1{
	margin-bottom: 20px;
}	
	
#lookbook_ss section.style4 h2{
	bottom: 25vw;
	right: -8vw;
}
	
#lookbook_ss section.style4 .subimage3{
	border: solid 10px #171717;
}
	
/*STYLE04 SP END*/	

/*STYLE05 SP START*/	
#lookbook_ss section.style5 .mainimage{
	height: 130vw;
}

#lookbook_ss section.style5 .subimage1{
	margin-bottom: 20px;
}	
	
#lookbook_ss section.style5 h2{
	bottom: 6vw;
	right: 10vw;
}
	
#lookbook_ss section.style5 .subimage3{
	border: solid 10px #171717;
}
	
/*STYLE05 SP END*/		
	
/*STYLE06 SP START*/	
#lookbook_ss section.style6 .mainimage{
	height: 130vw;
}

#lookbook_ss section.style6 .subimage1{
	margin-bottom: 20px;
}	
	
#lookbook_ss section.style6 h2{
	bottom: 10vw;
	right: 6vw;
}
	
#lookbook_ss section.style6 .subimage3{
	border: solid 10px #171717;
}
	
/*STYLE06 SP END*/	
	

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

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

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

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

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

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

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

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

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

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

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

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

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

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

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

}