@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');
@import url('https://fonts.cdnfonts.com/css/florestta-opheralio');
@import url('https://fonts.cdnfonts.com/css/responsible');
@import url('https://fonts.cdnfonts.com/css/vdl-penletter');

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

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

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

#neckwarmer p{
	font-size: 0.95em!important;
	margin-top: 0!important;
}

#neckwarmer h1,
#neckwarmer h2,
#neckwarmer h3,
#neckwarmer h4,
#neckwarmer h5{
	color: white;
	text-align:center;
	background: none;
	border: none;
    font-weight: normal;
}

#neckwarmer h1{
	font-size: 3em;
	line-height: 150%;
	margin-bottom: 20px;
	letter-spacing: 1px;
	margin: 50px auto;
    font-weight: bold;
}

#neckwarmer h1 span{
	font-size: 0.5em;
	font-weight: normal;
    letter-spacing: 0;
}

#neckwarmer h1.hand{
	width: 100%;
	font-size: 6em;
	color:white;
	font-family: 'Florestta Opheralio', sans-serif;                                         
	font-weight: normal;
	letter-spacing: 0.01em;	 
	margin-bottom: 0px;
}

#neckwarmer h1.title{
	width: 100%;
	font-size: 8em;
	color:white;
	font-family: 'Florestta Opheralio', sans-serif;                                               
	font-weight: normal;
	letter-spacing: 0.01em;	 
	margin-bottom: 0px;
	line-height: 100%;
}

#neckwarmer h1.title span{
	font-size: 0.3em;
	font-weight: normal;
    letter-spacing: 0;
	font-family: 'vdl-penletter', sans-serif;
}

#neckwarmer h2{
	font-size: 2.8em;
	line-height: 70%;
	margin-bottom: 0px;
}

#neckwarmer h2 span{
	display: block;
	font-size: 0.4em;
    line-height: 150%;
}

#neckwarmer h2.headline {
  padding: 0.8em;/*文字周りの余白*/
  color: #000;/*文字色*/
 text-align: left;
	font-size: 1.5em;
	background-color: #f8f8ff;
	line-height: 180%;
	font-weight: bold;
	
}

#neckwarmer h2.headline2 {
  padding: 1.5em;/*文字周りの余白*/
  color: #fff;/*文字色*/
 text-align: center;
	font-size: 1.3em;
	background-color: #0000;
	font-weight: normal;
	letter-spacing: 0.08em;
}

#neckwarmer h2.headline span {
	font-size: 0.85em;
	margin-bottom: -45px;
}

#neckwarmer .neckwarmer_wrap{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#neckwarmer .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;
}
#neckwarmer section.category {
	margin: 0px auto;
	width: 55%;
}
#neckwarmer .categorylist div{
	flex-basis: calc(100% / 1 - 1%);
    margin-right: 1%;
    margin-bottom: 5%;
    border: 1px solid white;
}

#neckwarmer .categorylist div span
{
	font-size: 0.8em;
}

#neckwarmer .categorylist div a{
    color: white;
    display: block;
    padding: 3% 3%;
	font-size: 1.2em;
	text-align: left;
	border: 2px solid;
}

#neckwarmer .categorylist div a:hover{
	background: black;
	text-align: left;
	border: 2px solid #d3d3d3;
	color: #d3d3d3;
}


#neckwarmer .style .slide {
	margin: 0 auto;
}
#neckwarmer .style .slide ul {
	width: 100%;
	max-width: 800px;
}
#neckwarmer .style .slide ul li img {
	width: 100%;
	max-width: 800px;
}


#neckwarmer section.item_2 .flex div {
	flex-basis: 50%;
	margin-bottom: 20px;
	padding:3%;
	margin-top:-30px;
}

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

#neckwarmer p.main_text{
	margin: 0 auto 35px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-size:1.1em!important;
}

#neckwarmer p.main_text2{
	margin: 20px auto 20px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-size:1em!important;
}

#neckwarmer p.model{
	margin: 20px auto 80px!important;
}

#neckwarmer section{
	width: 100%;
	margin: 0px auto;
}

#neckwarmer section.style{
	margin: 10px auto 110px;
}

#neckwarmer p.itemname{
	width: 100%;
	margin-top:15px !important;
    text-align: left;
}

#neckwarmer p.price{
	width: 100%;
	margin: 0 auto!important;
}

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



#neckwarmer section.style3 .itembox{
    width: 100%;
    padding: 0px;
}


#neckwarmer section.style3 .itembox div{
    flex-basis: 100%;
    padding: 1%;
}


#neckwarmer section.style3 .itembox p{
    text-align: center;
    line-height: 180%;
    font-size: 1em!important;
}

#neckwarmer section.style3 .itembox p.price{
    font-size: 1.3em!important;
}

#neckwarmer section.style4 .itembox{
    width: 100%;
    padding: 0px;
}


#neckwarmer section.style4 .itembox div{
    flex-basis: 50%;
    padding: 2%;
}


#neckwarmer section.style4 .itembox p{
    text-align: center;
    line-height: 180%;
    font-size: 1em!important;
}

#neckwarmer section.style4 .itembox p.price{
    font-size: 1.3em!important;
}


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



#neckwarmer section.dissection .inner{
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
	padding: 50px 0;
	/*height: 690px;*/
    background: #000;
}

#neckwarmer section.dissection .inner img{
	width: 95%;
}

#neckwarmer .btn {
	background: #d3c8b3;
	color: #000;
	text-align: center;
	width: 60px;
	height:60px;
	margin: auto;
	display:block;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFF;
	letter-spacing: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	cursor: pointer;
	animation: bounce 2s ease-in-out forwards;
	animation-iteration-count: infinite;
	border-radius:50%;
	position: absolute;
	font-family: 'Cormorant Garamond', 'Sawarabi Mincho', sans-serif;
	padding-top: 20px;
}

#neckwarmer .btn1{
	top: 290px;
	left: 380px;
}

#neckwarmer .btn2{
	top: 575px;
	right: 340px;
}

#neckwarmer .btn3{
	bottom: 635px;
	left: 304px;
}

#neckwarmer .btn4{
	top: 138px;
	left: 380px;
}

#neckwarmer .btn5{
	top: 737px;
	right: 318px;
}

#neckwarmer .btn6{
	bottom: 600px;
	left: 375px;
}

#neckwarmer .btn7{
	top: 100px;
	right: 318px;
}

#neckwarmer .btn8{
	bottom: 666px;
	left: 440px;
}

#neckwarmer section.dissection .itemtext{
    text-align: left;
    width: 90%;
    margin: 40px auto!important;
}

#neckwarmer section.dissection .itemtext span{
    font-size: 1.2em!important;
    font-weight: bold;
    line-height: 200%;
}

@keyframes bounce {
  0% {
	transform: scale(1);
	-webkit-transform: scale(1);
  }
  50% {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
  }
}


























/* 購入ボタン */

#neckwarmer .itemlist a,
#neckwarmer .itemlist span,
#neckwarmer .buy,
#neckwarmer section.style .otheritem,
.itemlist a,
.itemlist .coming{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #fff;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}

#neckwarmer section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 1em;
    text-align: center;
    max-width: 500px;
    width: 65%;
    padding: 10px 3px;
	margin:0px auto;
}

#neckwarmer .buy{
	padding: 5px 0;
	margin: 10px auto 0;
    width: 70%;
}
#neckwarmer .itemlist span{
	background: #FFF;
	color: #000;
}

#neckwarmer .buy:hover,
#neckwarmer .itemlist a:hover,
#neckwarmer section.style .otheritem:hover,
.itemlist a:hover,
.itemlist .coming{
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#neckwarmer .online31-inner{
	width: 100%;
	max-width: 700px;
}

#neckwarmer .online31-inner img{
	width: 100%;
}

#neckwarmer section.style .textaria{
	margin: 20px auto;
	width: 100%;
}

#neckwarmer .itemlist,
.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 auto;
}

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

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

/* profile */

#neckwarmer section.instagram{
    width: 90%;
    max-width: 700px;
    margin: 100px auto;
}

#neckwarmer .profile{
	/*width: 85%;*/
	max-width: 400px;
	margin: 0 0 50px;
}

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

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

#neckwarmer .profile p.modelname#neckwarmer .profile p.modelname{
	font-weight: 500;
	font-size: 1.3em!important;
	/*font-family: 'DIN-Condensed', sans-serif;*/
	color: #443001;
	line-height: 100%;
}

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

#neckwarmer .profile div:last-child div{
	margin: 5px 0 0;
	width: 100%;
	padding-left: 0!important;
}

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

#neckwarmer .profile a{
	 text-decoration: underline;
	 color: #443001;
}

#neckwarmer .profile div:last-child p.icon img{
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
}

.featherlight-content{
	width: 100%;
	max-width: 600px!important;
	font-family: 'Noto Sans JP', sans-serif;
    padding: 40px!important;
    border-bottom: 0!important;
}

.featherlight-content p{
	font-size: 1em!important;
    color: #666;
}

.featherlight-content p.colorname{
    width: 100%;
    border-bottom: 1px solid #666666;
   text-align: left;
    font-size: 1.3em!important;
    color: #4f2203;
}

.featherlight-content .name{
	width: 80%;
	margin: 20px auto;
}

.featherlight-content a:hover{
	text-decoration: none!important;
}

.featherlight-content a {
	outline:none!important;
}






.featherlight-content h3{
	font-size: 1.1em!important;
	margin-top: 10px;
}

.featherlight-content p{
	font-size: 0.9em!important;
	margin-top: 4px;
	
}

.featherlight-content img{
	width: 100%;
}

.featherlight-content .name{
	width: 80%;
	margin: 20px auto;
}

.featherlight-content a:hover{
	text-decoration: none!important;
}

.featherlight-content a {
	outline:none!important;
}




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

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


/* 回遊リンク */

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

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

#neckwarmer .Banner4 ul {
	display:inline;
}

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

#neckwarmer .right{
	flex-direction:row-reverse;
}

#neckwarmer .right .flex_box:last-child{
	padding-left: 0;
	padding-right: 5%;
}

#neckwarmer section.instagram .flex .profile{
    flex-basis: calc(100% / 2 - 10px);
    margin-right: 10px;
}

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

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

#neckwarmer h1{
	font-size: 9.5vw;
	line-height: 130%;
    margin: 50px auto 8.5vw;
}

#neckwarmer h1 span{
	font-size: 3.7vw;
}
	

#neckwarmer h1.hand{
	width: 100%;
	font-size: 3.5em;                                               
}	

	
#neckwarmer h1.title{
	width: 100%;
	font-size: 16vw;
	color:white;
	font-family: 'Florestta Opheralio', sans-serif;                                               
	font-weight: normal;
	letter-spacing: 0.01em;	 
	margin-bottom: 0px;
	line-height: 100%;
}

#neckwarmer h1.title span{
	font-size: 4vw;
	font-weight: normal;
    letter-spacing: 0;
	font-family: 'vdl-penletter', sans-serif;
	
}	
	
	
#neckwarmer h2{
	font-size: 9.25vw;
}

#neckwarmer h2 span{
	font-size: 3.5vw;
}

	
#neckwarmer h2.headline {
  padding: 0.8em;/*文字周りの余白*/
  color: #000;/*文字色*/
 text-align: left;
	font-size: 1.2em;
	background-color: #f8f8ff;
	line-height: 180%;
	font-weight: bold;
	
}

#neckwarmer h2.headline2 {
  padding: 1.5em;/*文字周りの余白*/
  color: #fff;/*文字色*/
 text-align: center;
	font-size: 1.1em;
	background-color: #000;
	font-weight: normal;
	letter-spacing: 0.08em;
	
}

#neckwarmer h2.headline span {
	font-size: 0.85em;
	margin-bottom: -30px;
}	
	
#neckwarmer section.dissection .inner{
	/*height: 70vw;*/
}

#neckwarmer section.dissection .inner img{
	width: 95%;
}	
	

#neckwarmer section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 0.85em;
}	
	
	
#neckwarmer .btn1{
	top: 55vw;
	left: 47vw;
}

#neckwarmer .btn2{
	top: 80vw;
	right: 50vw;
}

#neckwarmer .btn3{
	bottom: 90vw;
	left: 35vw;
}
	
#neckwarmer .btn4{
	top: 15vw;
	left: 50vw;
}

#neckwarmer .btn5{
	top: 100vw;
	right: 50vw;
}

#neckwarmer .btn6{
	bottom: 74vw;
	left: 44vw;
}	
	
#neckwarmer .btn7{
	top: 15vw;
	right: 30vw;
}

#neckwarmer .btn8{
	bottom: 80vw;
	left: 52vw;
}	
	
#neckwarmer p,
#neckwarmer div,
#neckwarmer .other_text,
.featherlight-content p{
	font-size: 3.5vw!important;
	line-height: 180%;
}
	
#neckwarmer p.main_text2,
#neckwarmer p.main_text{
	display: block!important;
	width: 95%;
    text-align: left;
}

	
#neckwarmer section.category {
	margin: 0px auto;
	width: 95%;
}	
	
#neckwarmer section{
	margin: 0vw auto;
}

#neckwarmer section.style{
	margin: 5vw auto 20vw;
}

#neckwarmer section.style .textbox p{
    text-align: left;
}

#neckwarmer section.style2 .textbox,
#neckwarmer section.style3 .textbox{
    margin: 5.5vw auto;
}

#neckwarmer section.style .textaria{
	margin: 5vw auto 0vw;
}

#neckwarmer section.style .textaria p{
	font-size: 3vw!important;
    line-height: 150%;
}

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

#neckwarmer .itemlist div:first-child{
	width: 77%;
}

#neckwarmer .itemlist div:last-child{
	width: 23%;
}

#neckwarmer .itemlist span{
	font-size: 2.5vw;
}

.featherlight-content{
    padding: 5% 15px!important;
    font-size: 3.125vw!important;
}

.featherlight-content p.colorname{
    font-size: 4.5vw!important;
}

p.price{
	font-size: 3.5vw!important;
	line-height: 110%;
}

#neckwarmer section.style3 .itembox{
    padding: 0vw;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

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

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

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

#neckwarmer section.instagram{
    margin: 12.125vw auto;
}

/* ヘッダー */

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

#neckwarmer .header{
	position: relative;
	/*height: 109vw;*/
}

#neckwarmer .header .title{
	position: absolute;
	top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}

}