@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.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;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;
}
#n_sjk2311 {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	
	font-family: 'Times New Roman', 'serif' ;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
	overflow: hidden;
	text-align: left;
	background: black;
	color: white;
}
#n_sjk2311 img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#n_sjk2311 p {
	font-size: 1em!important;
	margin-top: 0!important;
	line-height: 180%;
}
#n_sjk2311 .prostaff_wrap {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
#n_sjk2311 h1, #n_sjk2311 h2, #n_sjk2311 h4, #n_sjk2311 h5 {
	color: white;
	text-align: center;
	font-weight: 700;
	background: none;
	border: none;
	font-family:'Times New Roman', 'serif' ;
  font-family: 'Noto Serif JP', serif;
}

#n_sjk2311 h3{
	color: white;
	text-align: center;
	font-weight: 700;
	background: none;
	border: none;
	font-family: 'Times New Roman', 'serif' ;
   font-family: 'Noto Serif JP', serif;
}


#n_sjk2311 h1 {
	font-size: 2.5em;
	line-height: 160%;
	letter-spacing: 0.5px;
}

#n_sjk2311 h1.underline{
	font-weight: 700;
	color: white;
	background: linear-gradient(transparent 0%, #000 0%);
}

#n_sjk2311 h2.headline {
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字色*/
  background: black;/*背景色*/
}

#n_sjk2311 h1 span{
	font-size: 0.5em;
	line-height: 160%;

}
#n_sjk2311 h2 {
	font-size: 1.65em;
	line-height: 180%;
	margin: 0 auto 0px;
	text-align: center;
}
#n_sjk2311 h2 span {
	font-size: 1.1em;
}
#n_sjk2311 .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}
#n_sjk2311 p.main_text, 
#n_sjk2311 p.main_text2, 
#n_sjk2311 p.stylingtext {
	width: 90%!important;
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-family: serif ;
   font-family: 'Noto Serif JP', serif;
}
#n_sjk2311 section {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
#n_sjk2311 section.main,
#n_sjk2311 section.member{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 100px auto;
}
#n_sjk2311 p.itemname {
	width: 100%;
	line-height: 200%;
}
#n_sjk2311 p.price {
	width: 100%;
	display: block;
	font-size: 1em!important;
}
#n_sjk2311 p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}
#n_sjk2311 section.member .team{
	max-width: 800px;
	margin: 100px auto;
}
#n_sjk2311 section.member .team {
	width: 100%;
}
#n_sjk2311 section.member .team div {
	flex-basis: 33%;
	padding: 1%;
}
#n_sjk2311 section.member .team img{
	width: 100%;
	max-width: 300px;
}
#n_sjk2311 section.main .itembox {
	width: 80%;
	max-width: 800px;
	margin: 10px auto 25px;
}
#n_sjk2311 section.main.itembox p {
	text-align: center;
}
#n_sjk2311 section.main p.itemtext {
	margin: 20px auto 20px!important;
	font-size: 0.85em!important;
}
#n_sjk2311 section.main p.itemname {
	font-size: 0.90em!important;
}

#n_sjk2311 section.black{
	position: relative;
	width: 100%;
	padding: 0;
	color: white;
	background-color: #000;
}

#n_sjk2311 section.red{
	position: relative;
	width: 100%;
	padding: 0;
	color: white;
	background-color: #65000b;
}

#n_sjk2311 section.dissection .inner{
	width: 95%;
    max-width:750px;
    margin: 0 auto;
    position: relative;
	padding: 50px 0;
	/*height: 690px;*/
    background: #8e8276;
}

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

#n_sjk2311 .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;
   font-family: 'Noto Serif JP', serif;
	padding-top: 20px;
}

#n_sjk2311 .btn1{
	top: 240px;
	left: 70px;
}

#n_sjk2311 .btn2{
	top: 338px;
	right: 477px;
}

#n_sjk2311 .btn3{
	bottom: 283px;
	left: 511px;
}

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

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

.featherlight-content{
	width: 100%;
	max-width: 500px!important;
	font-family:'Noto Serif JP', serif;
   font-family: 'Noto Serif JP', serif;
}

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

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

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







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

#n_sjk2311 p.itemname2 {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 500;
}

#n_sjk2311 p.price2 {
	font-size: 1.3em!important;
	margin: 10px auto!important;
}

#n_sjk2311 .main_text span.big{
	font-size: 2.3em!important;
	color: #e25822!important;
	font-weight:bold!important;
	line-height: 120%!important;
	}

#n_sjk2311 .main_text2 span.big{
	font-size: 2.3em!important;
	color: #e25822!important;
	font-weight:bold!important;
	line-height: 150%!important;
	}

#n_sjk2311 .main_text2 span.underline{
	font-size: 1.2em!important;
	color: #000!important;
	background: linear-gradient(transparent 65%, #ffc87c 35%)!important;
	font-weight: bold!important;
	line-height: 180%!important;
	}


#n_sjk2311 .box {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px;
}
#n_sjk2311 section.main .doubleimage {
	width: 100%;
	max-width: 800px;
	margin: 0px 0px 0px 0px;
}
#n_sjk2311 .style .slide {
	margin: 0 auto;
}
#n_sjk2311 .style .slide ul {
	width: 100%;
	max-width: 800px;
}
#n_sjk2311 .style .slide ul li img {
	width: 100%;
	max-width: 800px;
}
#n_sjk2311 section.main .doubleimage div {
	flex-basis: 50%;
}

#n_sjk2311 section.style02 .subimage{
	width: 100%;
	margin: 50px 0;
}

#n_sjk2311 section.style02 .subimage1{
	width: 65%;
}

#n_sjk2311 section.style02 .subimage2{
	width: 60%;
	margin-left: 35%;
}

#n_sjk2311 .mask {
	width: 100%;
	height: 100%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#n_sjk2311 .mask:hover {
	opacity: 1;	/* マスクを表示する */
}


#n_sjk2311 .caption{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-53%);
	-ms-transform: translateY(-53%);
	transform: translateY(-53%);
	font-size: 3em;
	letter-spacing: 5px;
	color:#fff;
	line-height: 1.5;
	left: 0;
	right: 0;
	width: 85%;
	margin: auto;
	text-align: center;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
	mix-blend-mode: lighten;
	font-family: 'futura-pt-condensed', sans-serif;
   font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 2em 1em;
    border: solid 2px black;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #FFF;
    color: black;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
	}



/* 購入ボタン */

#n_sjk2311 .buy a,
#n_sjk2311 .coming {
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 8px 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;
	font-size: 1em!important;
}
#n_sjk2311 .buy a:hover {
	background: #000;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
}

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

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

#n_sjk2311 .styling{
	width: 90%!important;
	margin: 40px auto;
}
#n_sjk2311 .itemlist {
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: auto;
 padding: 10px 0;
}
#n_sjk2311 .itemlist div:first-child {
	width: 75%;
	padding: 3px 1% 3px 0;
}
#n_sjk2311 .itemlist div:last-child {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0%;
}

/* profile */

#n_sjk2311 section.instagram {
	width: 90%;
	max-width: 700px;
	margin: 50px auto;
}
#n_sjk2311 .profile {
	/*width: 85%;*/
	max-width: 400px;
	margin: 0px auto;
}
#n_sjk2311 .profile div:first-child {
	flex-basis: 30%;
}
#n_sjk2311 .profile div:last-child {
	flex-basis: 70%;
	padding-left: 5%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}
#n_sjk2311 .profile p.modelname {
	font-weight: 500;
	font-size: 1.3em!important;
	/*font-family: 'DIN-Condensed', sans-serif;*/
	color: #e25822;
	line-height: 100%;
}
#n_sjk2311 .profile p.proftext {
	font-size: 0.8em!important;
}
#n_sjk2311 .profile div:last-child div {
	margin: 5px 0 0;
	width: 100%;
	padding-left: 0!important;
}
#n_sjk2311 .profile div:last-child p.icon {
	/*margin: 0!important;*/
	margin: 10px 0px 0px -30px!important;
	font-size: 0.95em!important;
	flex-basis: 50%;
	text-align: left;
}
#n_sjk2311 .profile a {
	text-decoration: underline;
	color: #e25822;
}
#n_sjk2311 .profile div:last-child p.icon img {
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!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%;
}


/* 回遊リンク */

#n_sjk2311 .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
#n_sjk2311 .Banner4 h3 {
	font-size: 25px !important;
	margin: 30px auto;
	padding: 20px 0;
	border-top: double #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	letter-spacing: 3px;
}
#n_sjk2311 .Banner4 ul {
	display: inline;
}
#n_sjk2311 .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;
	}
	
		#news_detail .detail .content {
		background: #000;
	}
	
		#news_detail .detail .content p:first-child img {
		padding-top: 50px;
	}
	
	
	#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;
	}
	#n_sjk2311 h1 {
		font-size: 6vw;
	}
	
	#n_sjk2311 h1.underline{
	font-weight: bold;
	color: white;
	background: linear-gradient(transparent 0%, #000 0%);
}
		
	#n_sjk2311 h1 span {
		font-size: 3.5vw;
	}
	#n_sjk2311 h2 {
		font-size: 5vw;
		text-align: center;
	}
	#n_sjk2311 h3 {
		font-size: 3.8vw;
		color: white;
	}

	
	#n_sjk2311 p, #n_sjk2311 div {
		font-size: 3.2vw!important;
		line-height: 180%;
	}
	#n_sjk2311 p.main_text {
		display: block!important;
		margin: 2.5vw auto 8.25vw!important;
		text-align: left;
	}
		#n_sjk2311 p.main_text2 {
		display: block!important;
		margin: 2.5vw auto -0.75vw!important;
		text-align: center;
	}
	#n_sjk2311 p.stylingtext {
		margin: 0vw auto 7.25vw!important;
		text-align: left;
	}
	#n_sjk2311 section {
		margin: 8.375vw auto;
	}
	
	#n_sjk2311 section.item2
	 {
		margin: 0vw auto 10.125vw;
	}
	
	
	
	#n_sjk2311 section.dissection .inner{
	/*height: 70vw;*/
}

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

#n_sjk2311 .btn {
	width: 45px;
	height:45px;
	padding-top: 3vw;
}

#n_sjk2311 .btn1{
	top: 35vw;
	left: 10vw;
}

#n_sjk2311 .btn2{
	top: 50vw;
	right: 59vw;
}

#n_sjk2311 .btn3{
	bottom: 40vw;
	left: 65vw;
}
	
	#n_sjk2311 section.main,
	#n_sjk2311 section.member{
		margin: 12.375vw auto;
	}	
	#n_sjk2311 .itemlist div {
		font-size: 3.2vw!important;
		line-height: 150%!important;
	}
	#n_sjk2311 p.price {
		font-size: 3.5vw!important;
		line-height: 110%;
	}
	#n_sjk2311 .itemlist div:first-child {
		width: 82%;
		padding: 1vw 1% 1vw 0;
	}
	#n_sjk2311 .itemlist div:last-child {
		width: 18%;
	}
	#n_sjk2311 .styling {
        margin: 5.375vw auto;
    }
	#n_sjk2311 section.recommend p.small {
		font-size: 2.6vw!important;
	}
	#n_sjk2311 .back {
		height: 45vw;
	}
	#n_sjk2311 section.member .team {
        margin: 0vw auto;
    }
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#n_sjk2311 .Banner4 {
		text-align: center;
		width: 100%;
	}
	#n_sjk2311 .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#n_sjk2311 .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	
	.box26 {
    position: relative;
    margin: 3em 2em;
    padding: 1em;
    border: solid 2px black;
    border-radius: 8px;
}


.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 100%;
    font-size: 3.5vw;
    background: #FFF;
    color: black;
    font-weight: bold;
}

.box26 p {
   text-align: left;
	}	
	
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#n_sjk2311 .header {
		position: relative;
		height: 110vw;
	}
	#n_sjk2311 .header .fv1 {
		position: absolute;
		top: 40vw;
		left: 0vw;
		right: 0vw;
		width: 100%;
		margin: auto;
	}
	
}