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

.blog_inner h2 {
 border-bottom: none;
}
.blog_inner h3{
 border-left: none;
}

.blog_inner ul{
margin-bottom: 0;
margin-left: 0;
}

.slick-dots{
bottom: -30px!important;
}

.blog_inner p{
margin-bottom: 0;
}

#black {
	width: unset;
	max-width: 1000px;
	margin:0 auto;
	padding:0;
	font-size:18px;
	font-family: "Oswald", sans-serif;
	overflow: hidden;
	text-align: center;
	background: black;
	color: white;
}

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

#black img.styling01{
top: -500px;
left: 30px;
width:10%;
position: relative;
}

#black img.styling02{
top: -500px;
left: -10px;
width:10%;
position: relative;
}

#black h1,
#black h2,
#black h3,
#black h4,
#black h5{
	color: #000;
	text-align:center;
	font-weight:bold;
	font-family: "Oswald", sans-serif;
}

#black h1{
	font-size: 3.2em;
	letter-spacing: 2px;
	margin: 60px auto;
	color:white;
	width:100%;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	letter-spacing: 0.5rem;
	background: linear-gradient(transparent 99%, #ffff 10%);
}

#black h1 span{
	display: block;
	font-size: 0.6em;
}

#black h1 img{
	width: 35%;
	margin-bottom: 30px;
}

#black h2{
	width: 100%;
	margin: 30px auto 0;
	font-size: 1.3em;
}

#black h3{
	width: 100%;
	margin: 15px auto 15px;
	text-align: left;
}


#black section.style h3{
	color:white;
	width: 95%;
	margin: 15px auto 15px;
	text-align: left;
	border-bottom: 1px solid white;
	padding-left:0px;
	font-size:1.3em!important;
	font-weight: normal;
	letter-spacing: 0.15rem;
}

#black h2 img{
	width: 35%;
	margin: auto 0;
}


#black section.style h4{
	width: 100%;
	font-size: 3em;
	color:#0077be;
	margin: 20px auto;
	line-height: 120%;
}

#black section.style h4 span{
	font-size: 0.5em;
}

#black .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: center;
}	


#black p{
	font-size: 0.85em!important;
	line-height: 180%;
}

#black p.main_text{
	width: 90%;
	margin: 15px auto 30px !important;
	line-height: 250%;
	text-align: center;
	font-size:0.95em !important;
}

#black p.main_text span.big{
font-size: 1.5em;
color: #000;
background: linear-gradient(transparent 70%, #add8e6 30%);
line-height: 200%;
}


#black p span{
	font-weight: bold;
	color: #C52F32;
}

#black .block .block1,
#black .block .block2{
	text-align: left;
	margin: auto;
}

#black .block .block2{
	margin: 0px auto 0px!important;
}

#black .block p{
	font-size: 0.9em!important;
	margin: 0 auto 0px!important;
	width:95%;
}

#black .block p.main_text{
	margin: 20px auto !important;
	font-size:0.9em !important;
	line-height:200% !important;;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}

#black .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: center;
	width: 100%;
	
	margin: 30px auto;
}
#black section.category {
	margin: 0px auto;
	width: 100%;
}
#black .categorylist div{
	flex-basis: calc(100% / 2 - 1%);
    margin-right: 1%;
    margin-bottom: 1%;
}

#black section.style {
	margin: 60px auto;
	width: 100%;
}


#black .otheritem a {
	display: block;
	width: 100%;
	max-width: 100px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: white;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
}

#black .otheritem a:hover {
	background: white;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}
#black .otheritem a{
	max-width: 500px;
	padding: 10px;
	font-size: 0.85em;
}
	
#black .btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}

#black .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

#black .btn::after {
  transition: border 0.1s linear 0.05s;
}

#black .btn .btn-inner {
  position: relative;
  z-index: 2;
}

#black .btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}

#black .btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

#black .btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

#black .swiper-slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}

#black .swiper-slide .btn::before {
  background: #fff;
}



#black .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}



black .swiper-slide {
  position: relative;
}

/* ボタンを画像の上に重ねる */
#black .swiper-slide .btn {
  position: absolute;
  bottom: 100px;        /* 下からの位置 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;

  /* 見た目強化 */
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
}


/* profile */

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

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

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

#black section.profile p.modelname{
	font-weight: 500;
	font-size: 2em!important;
	font-family: 'DIN-Condensed', sans-serif;
	color: #fff;
	line-height: 100%;
}

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

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

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

#black section.profile a{
	 text-decoration: underline;
	 color: #fff;
}

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

/*コーディネート*/

#black .item_list .list{
 font-size: 0.8em!important;
 padding: 1%;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#black .item_list .list div:first-child{
	width: 80%;
	padding: 3px 0% 3px 7px;
	margin: 0 auto;
}

#black .item_list .list div:last-child{
	width: 15%;
	display: flex;
	align-items: center;
	/*padding-right: 1%;*/
}

#black .item_list .list a{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 3px 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;
	font-size: 0.9em;
	border-radius: 0px;
	text-decoration: none;
}

#black .item_list .list span{
font-size: 1em;
}	

#black .item_list .list{
line-height: 180%;
width: 100%;
margin: auto;
}	


#black .item_list .list a:hover{
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#black .item_listblue .list a:hover{
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}


/* ボタン内を隠す（はみ出し防止） */
#black .loop-btn {
  overflow: hidden;
  position: relative;
}

/* 文字を横並びにして動かす */
#black .loop-text {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 6s linear infinite;
}

/* 無限スクロール */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*VIEW MOREボタンの設定*/

#black p.button {
	display: block;
	margin: 20px auto !important;
	padding: 11px 12px;
	color: #000;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s;
	max-width: 770px;
	width: 80%;
	text-align: center;
	border-radius: 8px;
}





#black .carousel { 
  perspective: 1200px; 
  padding: 15% 0 8%;
  margin-bottom: 3rem; 
  overflow: hidden;
}

/* 回転体 */
#black figure.spinner { 
  transform-style: preserve-3d; 
  height: 320px; 
  position: relative;
  transform-origin: center center;
  transition: 1s;
}


/* 画像 */
#black figure.spinner img { 
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transform-origin: center;
  transform: translate(-50%, -50%);
}

/* 4枚配置（重要） */
#black figure.spinner img:nth-child(1) {
  transform: translate(-50%, -50%) rotateY(0deg) translateZ(350px);
}

#black figure.spinner img:nth-child(2) {
  transform: translate(-50%, -50%) rotateY(90deg) translateZ(350px);
}

#black figure.spinner img:nth-child(3) {
  transform: translate(-50%, -50%) rotateY(180deg) translateZ(350px);
}

#black figure.spinner img:nth-child(4) {
  transform: translate(-50%, -50%) rotateY(270deg) translateZ(350px);
}

#black .carousel ~ span { 
  color: #fff; 
  margin: 5%; 
  display: inline-block; 
  text-decoration: none; 
  font-size: 2rem; 
  transition: 0.6s color; 
  position: relative; 
  margin-top: 0rem; 
  border-bottom: none; 
  line-height: 0; }
#black .carousel ~ span:hover {
color: #888; cursor: pointer;
}

/* 回遊リンク */

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

#black .Banner4 h6 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center!important;
	letter-spacing: 0.4rem;
	font-weight: normal;
}

#black .Banner4 ul {
	display:inline;
}

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

#black .block{
	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: center;
	width:100%;
}

#black .right{
	flex-direction:row-reverse;

}

#black .block .block1,
#black .block .block2{
	width: calc(100% / 2);	
}

#black .left .block2{
	padding-left: 0%;
}

#black .right .block2{
	padding-right: 0%;
}
		
/* ヘッダー・フッターの崩れを直す */

#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:820px) {

.sp_none {
	display:none;
}
		
#black p.main_text{
	margin: 2.25vw auto!important;
	font-size: 2.7vw!important;
}

#black p,
#black .block p{
	font-size: 3.5vw!important;
	line-height: 180%;
	display: inline-block;
}

#black p.main_text span{
	font-size: 3.4vw!important;
}

#black .block p.main_text{
	font-size: 2.7vw!important;
}

#black section.style h4	{
	font-size: 8vw;
	margin: 0vw auto -3vw;
	line-height: 120%;
}
	
#black section.style h4 span{
	font-size: 4.5vw;
}		
	
#black section.style	{
	background-size: 35%;
	background-position: top 90px right 0px;
}	
	
#black section.style h3{
font-size: 5.5vw!important;
width:100%;
}

#black .item_list .list div:first-child{
	margin: 5px auto 15px;
	padding: 3px 0 3px 2px;
}	
		
#black .block .block2{
	padding: 0 2%;
	margin: 6.25vw auto 0!important;
}

#black .block p{
	margin: 0 auto !important;
}

#black .item_list .list{
	font-size: 3vw!important;
	line-height: 180%;
}
	
#black .item_list .list span{
	font-size: 3vw!important;
}	

#black .item_list .list a{
	font-size: 3.125vw;
}
	
#black h1{
	font-size: 6.5vw;
	line-height: 165%;
	margin: 8vw auto;
	width:95%;
	letter-spacing: 0.3rem;
}	
	
#black h2 img{
	width: 40%;
	margin: 6vw auto;
}	

#black h2{
	font-size: 4vw;
	margin: auto 0;
}	

	
#black .swiper-slide .btn {
  bottom: 60px;        /* 下からの位置 */
}
	
	
/* 3D完全停止 */
  #black figure.spinner {
    transform: none !important;
  }

  /* 横スクロール化（8枚見せる） */
  #black figure.spinner {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 0 10px;
	 height: auto; 
  }

  #black figure.spinner img {
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    display: block;
    width: 95%;
    max-width: fit-content;
    flex-shrink: 0;
  }

				
#black .carousel ~ span { 
display: none;
}		
	
#black .carousel { 
  padding: 0;
}	
		
	

/*VIEW MOREボタンの設定*/

#black p.button {
	display: block;
	margin: 20px auto 20px!important;
	padding: 11px 12px;
	color: #000;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s;
	max-width: 770px;
	width: 80%;
	text-align: center;
	border-radius: 8px;
}
	
/* profile */

#black section.profile p.modelname{
	font-size: 1.5em!important;	
	margin-bottom: 0;
}

#black section.profile p.proftext{
	font-size: 0.55em!important;
	margin-bottom: 0;
}
	
#black section.profile div:last-child p.icon{
	font-size: 0.65em!important;
}	

#black section.profile .flex div{
	padding: 0 4%;
}	
	
#black section.profile .flex div h5{
	font-size: 4.25vw;
	margin: 15px auto 5px;
}

#black section.profile .flex div p.text{
	font-size: 2.78vw!important;
	margin: 10px auto 0!important;
}
	
#black section.profile div:last-child{
	padding-left: 5%;
}	
	
	
/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

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

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

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

}
