@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/old-english-five');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&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;
}
#spade {
	width: unset;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	overflow: hidden;
	text-align: left;
	color: #fff;
	background: black;
}
#spade img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#spade p {
	font-size: 0.95em!important;
	margin-top: 0!important;
	line-height: 180%;
}
#spade .prostaff_wrap {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
 #spade h4, #spade h5 {
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: "Times New Roman", serif;
}

 #spade h2 {
	text-align: center;
	font-weight: normal;
	background: none;
	border: none;
	font-family: "Times New Roman", serif;
}

#spade h1 {
	text-align: center;
	font-weight: normal;
	background: none;
	border: none;
font-family:'Old English Five';
}

#spade h3{
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	background: none;
	border: none;
	font-weight: normal;
	font-family:'Old English Five';
	margin: 30px auto 0;
	width: 100%;
	padding-left:10px;
	background: linear-gradient(transparent 95%, #fff 10%)
	
}

#spade h1 {
	font-size: 3em;
	line-height: 145%;
	letter-spacing: 0.5px;
	margin:20px auto -30px;
}

#spade h1 img{
	max-width: 90%;
	height: auto;
	border: none;
	vertical-align: bottom;
	margin: 0 auto;
}

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

#spade h2.headline {
  padding: 0.5em;/*文字周りの余白*/
  color: #fff;/*文字色*/
line-height: 150%;
font-family: "Times New Roman", serif;
	font-size: 2.5em;
	text-align: center;
}

#spade h1 span{
	font-size: 0.4em;

}
#spade h2 {
	font-size: 1.8em;
	margin: 0px auto;
	text-align: center;
	font-weight: normal;
	line-height: 180%;
}
#spade h2 span {
	font-size: 0.6em;
}


#spade .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}


#spade .spadeegorylist {
  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%;
  border-radius: 10px;
justify-content: center;
}
#spade section.spadeegory {
  margin: 50px auto;
  width: 95%;
  max-width: 870px;
}
#spade .spadeegorylist div {
  flex-basis: calc(100% / 2 - 1%);
  padding: 1%;
}
#spade .spadeegorylist div.box {
  font-weight: 500;
}
#spade .spadeegorylist div a {
  color: #fff;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1em;
  background-color: #2c2c2c;
  text-decoration: none;
   border-radius: 10px;
}
#spade .spadeegorylist div a:hover {
  color: #2c2c2c;
  display: block;
  background-color: #fff;
   border: 1px solid #2c2c2c;
   border-radius: 10px;
}

#spade p.main_text, 
#spade p.stylingtext {
	width: 90%!important;
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

 
#spade p.main_text2{
	width: 100%!important;
	margin: 10px auto!important;
	text-align: left;
	line-height: 200%;
	display: block!important;
	padding: 2%;
	font-size: 1.2em!important;
}

#spade p.main_text2 span{
	font-size: 1.3em!important;
	font-weight: bold;
}

#spade section {
	width: 100%;
	max-width: 800px;
}
#spade section.main,
#spade section.member{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 70px auto;
}

#spade section.style {
	margin:0 auto 65px;
}

#spade p.itemname {
	width: 100%;
	line-height: 200%;
}
#spade p.price {
	width: 100%;
	display: block;
	font-size: 1.1em!important;
}
#spade p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

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

#spade section.item3{
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
}
#spade section.item3 img{
	width: 100%;
}
#spade section.item3 .flex div {
	flex-basis: 33.33%;
	padding: 1%;
}

#spade p.itemname3 {
	font-size: 1em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
	text-align: center;
}

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

#spade section.item2,
#spade section.item1{
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	text-align: center;
}


#spade section.item2 img,
#spade section.item1 img{
	width: 100%;
}

#spade section.item2 .flex div {
	flex-basis: 50%;
	padding: 2%;
}

#spade section.item1 .flex div {
	flex-basis: 100%;
}

#spade p.itemname2 {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
	text-align: center!important;
}

#spade p.itemname1 {
	font-size: 1.2em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
	text-align: center!important;
}

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

#spade p.price1 {
	font-size: 1.5em!important;
	margin: 10px auto!important;
	text-align: center!important;
}

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



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



/* 購入ボタン */
#spade .itemlist a,
#spade .buy a,
#spade .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;
	border-radius: 8px;
	text-decoration: none;
}

#spade .itemlist a:hover,
#spade .buy a:hover {
	background: #000;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
}


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

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

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

#spade .styling{
	width: 90%!important;
	margin: 40px auto;
}
#spade .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;
}
#spade .itemlist div:first-child {
	width: 75%;
	padding: 3px 1% 3px 0;
}
#spade .itemlist div:last-child {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0%;
}

/* profile */

#spade section.instagram {
	width: 90%;
	max-width: 700px;
	margin: 50px auto;
}
#spade .profile {
	/*width: 85%;*/
	max-width: 800px;
	margin: 0px auto;
}
#spade .profile div:first-child {
	flex-basis: 30%;
}
#spade .profile div:last-child {
	flex-basis: 70%;
	padding-left: 1%;
	text-align: left;
	margin: auto;
}
#spade .profile p.modelname {
	font-weight: bold;
	font-size: 1.3em!important;
	color: #ea5d39;
	line-height: 100%;
}
#spade .profile p.proftext {
	font-size: 0.95em!important;
}
#spade .profile div:last-child div {
	margin: 5px 0 0;
	width: 100%;
	padding-left: 0!important;
}
#spade .profile div:last-child p.icon {
	margin: 10px auto!important;
	font-size: 0.95em!important;
	flex-basis: 50%;
	text-align: left;
}
#spade .profile a {
	text-decoration: underline;
	color: #ea5d39;
}
#spade .profile div:last-child p.icon img {
	width: 20%;
	max-width: 50px;
	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%;
}


/* 回遊リンク */

#spade .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
#spade .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;
	text-align: center;
	background: none;
}
#spade .Banner4 ul {
	display: inline;
}
#spade .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_spadeegory_links {
		width: 1168px;
		margin: 100px auto 0;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
			
	#spade h1 {
		font-size: 5.5vw;
		margin:5vw auto 0vw;
	}
	
	#spade h1.underline{
	font-weight: bold;
	color: white;
	
}
			
	#spade h1 span {
		font-size: 2.8vw;
	}
	#spade h2 {
		font-size: 3.5vw;
		text-align: center;
		margin: 0 auto;
	}
	
	#spade h2.headline{
		font-size: 4vw;
	}
	
	#spade h3 {
		font-size: 3.8vw;
	}
	
	#spade .neon {
  font-size:5.5vw!important;   /* 文字サイズを50pxに指定 */
}
	
	#spade p, #spade div {
		font-size: 2.7vw!important;
		line-height: 180%;
	}
	#spade p.main_text {
		display: block!important;
		margin: 2.5vw auto !important;
		text-align: center;
	}
		#spade p.main_text2 {
		display: block!important;
		margin: 0vw auto !important;
		text-align: left;
	}
	#spade p.stylingtext {
		margin: 0vw auto 7.25vw!important;
		text-align: left;
	}
	#spade section {
		margin: 8.375vw auto;
	}
	
	#spade section.item2
	 {
		margin: 0vw auto 10.125vw;
	}
	
	#spade section.main,
	#spade section.member{
		margin: 5vw auto 0;
	}
	#spade section.style {
	margin:0 auto 7vw;
}
#spade .itemlist {
	width: 95%;
}
#spade .itemlist div {
		font-size: 3.2vw!important;
		line-height: 150%!important;
	}
	#spade p.price {
		font-size: 3.5vw!important;
		line-height: 110%;
	}
	#spade .itemlist div:first-child {
		width: 82%;
		padding: 1vw 1% 1vw 0;
	}
	#spade .itemlist div:last-child {
		width: 18%;
	}
	#spade .styling {
        margin: 5.375vw auto;
    }
	#spade section.recommend p.small {
		font-size: 2.6vw!important;
	}
	#spade .back {
		height: 45vw;
	}
	#spade section.member .team {
        margin: 0vw auto;
    }
	
	#spade .profile p.modelname{
    font-size: 3vw !important;
    margin: 0 auto 5px;
    }
	
	#spade .profile p.proftext {
    font-size: 2.5vw !important;
	margin: auto 0;
}
	
	#spade .profile div:last-child p.icon {
    margin: 0px auto !important;
    font-size: 0.95em !important;
}
		
	
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#spade .Banner4 {
		text-align: center;
		width: 100%;
	}
	#spade .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#spade .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	

	#spade .buy2{
   max-width: 85px;
		padding: 8px 0;
	}	
	
	
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#spade .header {
		position: relative;
		height: 110vw;
	}
	#spade .header .fv1 {
		position: absolute;
		top: 40vw;
		left: 0vw;
		right: 0vw;
		width: 100%;
		margin: auto;
	}
	
}