@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Lexend+Zetta:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/nats');

/* スタイル調整 */
.h_bar, 
#beltbnr {
	display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

#specialty {
  position:relative;
  background:#fff;  
  text-align: center;
}
.pc { 
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sp { 
  display: none;
}
.contents_wrap {
  width: 67%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* KV */
.fade-img {
  opacity: 0;
  filter: blur(4px);
  transition: opacity 1.8s ease, filter 1.8s ease;
}
.fade-img.is-show {
  opacity: 1;
  filter: blur(0);
}
.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.fade.is-show {
  opacity: 1;
  transform: translateY(0);
}
.hero h1,
.hero h2 {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(10px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.hero h1.is-show {
  opacity: 1;
  transform: translate(-50%, -10%) translateY(0);
}
.hero h2.is-show {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 60px auto;
}
.hero_img {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: 0 auto;
}
.hero .logo {
  position: absolute;
  width: 11%;
  display: inline-block;
  top: 4%;
  left: 77%;
  z-index: 5;  
}
.hero h1 {
  position: relative;
  z-index: 10;  
}
.hero h1 img {
  width: 30%;
  margin: -10.5% 0 0 39%;
}
.hero h2 {
  position: relative;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-family: 'NATS', sans-serif;
  font-style: normal;
  color: #FFD446;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  margin: 1.5% 0 0 36.5%; 
  text-align: left;
}

.fix_text{
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:0;
  transition:.4s;
  z-index:200;
  width: 85.5%;
  margin: 0 auto;
}
.fix_text.show{
  opacity:1;
}
.top_text{
  position:absolute;
  top:85px;
  left:50%;
  transform:translateX(-50%);
  color: #FFD446;
  font-family: 'NATS', sans-serif;
  font-weight: 400;  
  font-style: normal;
  font-size: 3.4rem;  
  letter-spacing: 0px;
}
.under_text.left{
  position:absolute;
  left:40px;
  bottom:40px;
  color: #FFD446;
  font-family: 'NATS', sans-serif;
  font-weight: 400;  
  font-size: 3.4rem;    
}
.under_text.right{
  position:absolute;
  right:40px;
  bottom:40px;
  text-align:right;
  color: #FFD446;
  font-family: 'NATS', sans-serif;
  font-weight: 400;  
  font-size: 3.4rem;    
}

.look_item{
  position:relative;
}
.look_item img{
  display:block;
  width:100%;
}

.overlay{
  position:fixed;
  inset:0;
  background:#fff;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transition:.35s;
}
.overlay.active{
  opacity:1;
  visibility:visible;
}
.overlay_scroll{
  height:100vh;
  overflow-y:auto;
  padding:80px 120px 80px 80px;
}

.link_wrap a{
  position: relative;
  display: block;
  overflow: hidden;
}
.link_wrap img{
  width: 100%;
  display: block;
  transform: translateZ(0);
}
.link_wrap a:hover img{
  opacity: 1 !important;
}
.link_overlay{
  position: absolute;
  inset: 0;
  background: rgba(72,72,72,0.3);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
  z-index:2;
}
.link_wrap a:hover .link_overlay{
  opacity: 1;
}
.credit_icon{
  position:absolute;
  right:20px;
  bottom:20px;
  z-index:3;
  pointer-events:none;
}
.credit_icon img{
  display:block;
  width:45px;
  height:auto;
}

.credit_row{
  display:grid;
  grid-template-columns:45% 55%;
  gap:80px;
  align-items:end;
  margin-bottom:140px;
}
.credit_img img{
  display:block;
  width:100%;
  margin-left: 8%;
}
.credit_info{
  align-self:end;
  margin-bottom: 5%;
}
.credit_info ul{
  list-style:none;
  margin:0;
  padding:0;
}
.credit_info li{
  display:flex;
  align-items:center;
}
.credit_info a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:80px;
  text-decoration:none;
}
.overlay_close{
  position: fixed;
  right: max(10px, calc((100vw - 1600px) / 2 + 10px));
  bottom: 40px;
  z-index: 10000;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition:.25s ease;
}
.overlay_close:hover{
  transform:translateY(-3px);
  opacity:.7;
}
.overlay_close img{
  width: 40%;
}

body.overlay-open{
  overflow:hidden;
}
body.overlay-open .hero{
  opacity:0;
  visibility:hidden;
  transition:.3s;
}
body.overlay-open .fix_text{
  opacity:0;
  visibility:hidden;
}

.credit_info li.space_text {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;  
}
.credit_info li.space {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;  
  margin: 20px 0 0 0;
}

.f-f {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.4rem;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.5px;
  margin-right: 20px;		
}
.button {
  font-family: "Abel", sans-serif;
  font-size: 1.6rem;
  font-style: normal;	  
  text-align: center;
  color: #000;
  display: inline-block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.f-f:hover,
.button:hover {
  color: #A1A3A6 !important;
  transition: .3s;
}

.img_pair_wrap {
  width: 100%;
  margin: 0 auto;
}
.img_pair {
  display: flex;
  overflow: hidden;  
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.on {
  opacity: 1;
  transform: translateY(0);
}


#any_lookbook_footer {
  width: 60%;
  margin: 15% auto 8% auto;
}
#any_lookbook_footer img {
  width: 45%;
  margin: 0 auto;
}
#any_lookbook_footer h3 {
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
  color: #000000;
  text-align: center;
  margin: 1% 0 5% 0;
  letter-spacing: 0.5px;
}
#any_lookbook_footer p {
  font-family: 'NATS', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.5;  
  color: #000000;
  text-align: center;
}


/* SP */
@media screen and (max-width: 767px) {
.pc { 
  display: none;
}
.sp { 
  display: block;
  width: 100%;
  margin: 0 auto;
}
.hero {
  margin: 0 auto;
}
.hero_img {
  width: 100%;
}
.hero h1 {
  position: absolute;
  z-index: 10;
  bottom: 17%;
  left: 30%;
  width: 45%;
}
.hero h1 img {
  width: 100%;
  margin: 0;
}
.hero h2 {
  font-size: 1.5rem;
  position: absolute;
  bottom: 12%;
  left: -8.5%;
  width: 40%;
}
.hero .logo {
  width: 23%;
  top: 3%;
  left: 72%;
}
.contents_wrap {
  width: 100%;
}
.top_text {
  font-size: 2.5rem;
  width: 100%;
}
.under_text.left {
  left: -10px;
  bottom: 70px;
  font-size: 2rem;
}
.under_text.right {
  right: -10px;
  bottom: 70px;  
  font-size: 2rem;
}
.credit_icon {
  right: 12px;
  bottom: 12px;
}
.credit_icon img {
  width: 17px;
}
.overlay_scroll {
  height: 100vh;
  overflow-y: auto;
  padding: 40px 10px 40px 10px;
}
.overlay_scroll::after{
  content:"";
  display:block;
  height:80px; 
}
.credit_row {
  display: block;
  grid-template-columns: 0;
  gap: 0;
  align-items: end;
  margin-bottom: 60px;
}
.credit_img img {
  display: block;
  width: 100%;
  margin-left: 8%;
  margin: 0 auto;
}

.img_overlay {
  position: relative;
  display: block;
  width: 100%;
}
.img_pair_wrap {
  width: 100%;
  margin: 0;
}
.img_pair {
  display: flex;
  flex-direction: row;
}

.overlay_close {
  bottom: 20px;
  right: 0;
  font-size: 3.5rem;
  width: 20%;
}
.overlay_close img {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.credit_info {
  margin: 10px 0 0 0;
}
.f-f {
  font-size: 1.4rem;
}
.button {
  font-size: 1.4rem;
}

#any_lookbook_footer {
  width: 90%;
  margin: 20% auto 25% auto;
}
#any_lookbook_footer img {
  width: 60%;
  margin: 0 auto;
}
#any_lookbook_footer h3 {
  font-size: 1.2em;
  margin: 0 0 13% 0;
}
#any_lookbook_footer p {
  font-size: 1.25em;
}


}



