@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&display=swap');

/* スタイル調整 */
.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;
}

/*========================================
FV
========================================*/

.fv{
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;
    background:#fff;
}
.fv_inner{
    position:relative;
    width:min(1600px,92%);
    margin:auto;
    aspect-ratio: 1600 / 900;
    max-height: 900px;    
}

/*========================================
画像共通
========================================*/

.photo{
    position:absolute;
    opacity:0;
    transition:opacity 1.4s ease;
}
.photo img{
    width:100%;
    display:block;
}

/* 表示 */
.photo.show{
    opacity:1;
}

/*========================================
レイアウト
========================================*/

.photo1{
    width: 28%;
    left: 39.5%;
    bottom: 0.3%;
    z-index: 6;
}
.photo2{
    width: 28%;
    left: 10.5%;
    top: 22%;
}
.photo3{
    width: 19%;
    left: 39.5%;
    top: 2%;
}
.photo4{
    width: 21%;
    right: 10.5%;
    top: 37.5%;
}
.photo5{
    width: 15%;
    left: 23.5%;
    top: 57%;
}
.photo6{
    width: 19%;
    right: 21.5%;
    top: 2%;
}

/*========================================
黄色背景
========================================*/

.bg_box{
    position:absolute;
    width: 67%;
    height: 39%;
    right: 0;
    bottom: 0.3%;
    background:#F1D39B;
    opacity:0;
    transform:
        scaleX(.2);
    transform-origin:right center;
    transition:
        opacity .8s ease,
        transform .9s cubic-bezier(.22,.61,.36,1);
}
.bg_box.show{
    opacity:1;
    transform:
        scaleX(1);
}

/*========================================
LOOKBOOK
========================================*/

.main_title{
    position:absolute;
    left: 39%;
    bottom: 3%;
    z-index:20;
    color:#fff;
    opacity:0;
    transform:
        translateY(40px);
    transition:
        opacity 1s ease,
        transform 1s ease;
}
.main_title.show{
    opacity:1;
    transform:none;
}
.year{
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;   
    display:block;
    font-size:67px;
    letter-spacing:.08em;
    text-align: left;
    margin: 0 0 -6% 10%;
}
.main_title h1{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;  
  text-align: left;
  margin:0;
  font-size:105px;
  line-height:.9;
  font-weight:300;
  letter-spacing:.04em;
}


/*========================================
左コピー
========================================*/

.copy{
    position:absolute;
    left: 5%;
    top: 9%;
    z-index:30;
    opacity:0;
    transform:
        translateX(-40px);
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.copy.show{
    opacity:1;
    transform:none;
}
.copy p{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;  
  font-size:30px;
  line-height:1.25;
  text-align: left;
}


.caption {
  width: 980px;
  position: relative;
  margin: 0 auto 5% auto;
}
.caption p{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;  
  font-size:15px;
  line-height:1.25;
  text-align: left;
  color: #646464;
}


.gallery{
    width:100%;
}

.gallery_inner{
    position:relative;
    width:min(1600px,92%);
    margin:0 auto;
}

.gallery_wrap {
  position: relative;
  width: 100%;
  overflow:visible;  
}

.gallery_wrap:nth-child(1){
    aspect-ratio:1600 / 700;
}

.gallery_wrap:nth-child(2){
    aspect-ratio:1600 / 1400;
}

.gallery_wrap:nth-child(3){
    aspect-ratio:1600 / 2200;
}

.gallery_wrap:nth-child(4){
    aspect-ratio:1600 / 1100;
}

.gallery_wrap:nth-child(5){
    aspect-ratio:1600 / 800;
}

.gallery_wrap:nth-child(6){
    aspect-ratio:1600 / 1300;
}

.gallery_wrap:nth-child(7){
    aspect-ratio:1600 / 1000;
}

.gallery_wrap:nth-child(8){
    aspect-ratio:1600 / 1100;
}

.gallery_wrap:nth-child(9){
    aspect-ratio:1600 / 1500;
}

.gallery_wrap:nth-child(10){
    aspect-ratio:1600 / 2000;
}

.gallery_wrap:nth-child(11){
    aspect-ratio:1600 / 1600;
}


/* --------------------
   item
-------------------- */

.gallery_item{
    position:absolute;
    opacity:0;
    transform:scale(.96);
    transition:
        opacity 1.2s ease,
        transform 1.2s cubic-bezier(.22,.61,.36,1);    
}
.gallery_item.show{
    opacity:1;
    transform:scale(1);
}


/* --------------------
   image
-------------------- */

.gallery_img{
    width:100%;
}

.gallery_img img{
    width:100%;
    height:auto;
    display:block;
}

.grid_item{
    position:absolute;
}

.grid_img{
    width:100%;
    overflow:visible;
}

.grid_track{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    width:100%;
}

.grid_track img{
    width:100%;
    height:auto;
    display:block;
    opacity:0;
    transform:scale(.96);
    transition:
        opacity 1.2s ease,
        transform 1.2s cubic-bezier(.22,.61,.36,1);
}
.grid_item.show .grid_track img{
    opacity:1;
    transform:scale(1);
}
.grid_item.show .grid_track img:nth-child(3){
    transition-delay:0s;
}

.grid_item.show .grid_track img:nth-child(2){
    transition-delay:.25s;
}

.grid_item.show .grid_track img:nth-child(1){
    transition-delay:.5s;
}


.four_item{
    position:absolute;
}

.four_img{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:repeat(2, auto);
    gap:12px;
}

.four_img img{
    width:100%;
    height:auto;
    display:block;

    opacity:0;
    transform:scale(.96);

    transition:
        opacity 1.2s ease,
        transform 1.2s cubic-bezier(.22,.61,.36,1);
}

.four_item.show .four_img img{
    opacity:1;
    transform:scale(1);
}

.four_item.show .four_img img:nth-child(1){
    transition-delay:0s;
}

.four_item.show .four_img img:nth-child(2){
    transition-delay:.25s;
}

.four_item.show .four_img img:nth-child(3){
    transition-delay:.5s;
}

.four_item.show .four_img img:nth-child(4){
    transition-delay:.75s;
}

/* --------------------
   position
-------------------- */

.item_01{
    width:40%;  
    top:0;
    left:60%;
}
.item_02{
    width: 30%;
    top: 76%;
    right: 61%;
}
.credit_01{
    top: 42%;
    left: 20%;
}

.item_03{
    width:37%;  
    top: 45%;
    left: 15%;
}
.item_04{
    width:25%;    
    top: 85%;
    right: 10%;
}
.credit_02{
    top: 52%;
    left: 57%;
}

.item_05{
    width:80%;    
    top: 21%;
    left: 23%;
}
.item_06{
    width: 30%;
    top: 73%;
    left: 34%;
}
.credit_03{
    top: 65%;
    left: 60%;
}

.item_07{
    width: 25%;
    top: 21%;
    left: 15%;
}
.item_08{
    width: 25%;
    top: 21%;
    left: 60%;
}
.credit_04{
    top: 71%;
    left: 8%;
}

.item_09{
    width: 70%;
    top: 7%;
    left: 5%;
}

.item_10{
    width: 30%;
    top: 16%;
    left: 35%;
}
.item_11{
    width: 37%;
    top: 47%;
    left: 20%;
}
.credit_05{
    top: 83%;
    left: 61%;
}

.item_12{
    width: 70%;
    top: 25%;
    left: 30%;
}
.credit_06{
    top: 75%;
    left: 13%;
}

.item_13{
    width: 37%;
    top: 10%;
    left: 29%;
}
.item_14{
    width: 26%;
    top: 46%;
    left: 35%;
}
.credit_07{
    top: 70%;
    left: 2%;
}

.credit_08{
    top: 66%;
    left: 60%;
}
.item_15{
    width: 45%;
    top: 2%;
    left: 26%;
}
.item_16{
    width: 33%;
    top: 55%;
    left: 17%;
}

.item_17{
    width: 24%;
    top: 6%;
    left: 65%;
}
.credit_09{
    top: 25%;
    left: 6%;
}
.item_18{
    width: 45%;
    top: 38%;
    left: 27%;
}
.item_19{
    width: 26%;
    top: 70%;
    left: 52%;
}

.item_20{
    width: 60%;
    top: 10%;
    left: 5%;
}
.credit_10{
    top: 87%;
    left: 57%;
}


.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.on {
  opacity: 1;
  transform: translateY(0);
}


/* --------------------
   credit
-------------------- */

.gallery_wrap .credit{
    position:absolute;
    z-index: 1;
}

.credit{
    margin:0;
    font-size:14px;
    line-height:1.6;
    letter-spacing:.05em;
}
.credit_links {
  list-style: none;
  padding: 0;
  text-align: center;
}
.credit_links li {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;    
  margin: 1px 0;
  text-align: left;
  font-size: 1.7rem;  
  letter-spacing: 1px; 
}
.credit_links li.space_text {
  padding-top: 20%;
}
.credit_links li.space {
  margin-top: 10%;
}
.credit_links a {
  color: #646464;
  text-decoration: none;
  display: grid;
  grid-template-columns: 315px 50px;
  align-items: center;
}
.credit_links.long a {
  grid-template-columns: 345px 50px;
}
.f-f {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;  
  font-style: normal;
  color: #646464;
  letter-spacing: 0.5px;
}
.button {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400; 
  font-style: normal;	  
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #D9D9D9;
  border-radius: 18px; 
  font-size: 1.5rem;    
  line-height: 1.4;
  height: 20px; 
}
.button:hover {
  background: #000;
  color: #fff !important;
  transition: .3s;
}

/* --------------------
   footer
-------------------- */

#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: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.5;  
  color: #646464;
  text-align: center;
}


/* SP */
@media screen and (max-width: 767px) {
.pc { 
  display: none;
}
.sp { 
  display: block;
}
.logo {
  width: 19%;
  position: absolute;
  left: 79%;
  top: 1%;
}
.fv {
  height:100svh;
  overflow: visible;
}
.fv_inner {
  width:100%;
  height:auto;
  aspect-ratio:390 / 844;
  max-height:none;
  margin:0 auto;
}
.photo1 {
  width: 55%;
  left: 5%;
  top: 18.5%;
  z-index: 6;
}
.photo2 {
  width: 55%;
  left: 5%;
  top: 51.5%;
}
.photo3 {
  width: 35%;
  left: 5%;
  top: 1%;
}
.photo4 {
  width: 31%;
  right: 6.5%;
  top: 18.5%;
}
.photo5 {
  width: 27%;
  left: 62.5%;
  top: 37.5%;
}
.photo6 {
  width: 35%;
  right: 22.5%;
  top: 1%;
}
.bg_box {
  width: 100%;
  height: 27%;
  right: 0;
  top: 29%;
  background: #BBA57C;
}
.copy {
  left: 62%;
  top: 63.5%;
}
.copy p {
  font-size: 17px;
}
.main_title {
  left: 5%;
  top: 34%;
}
.main_title h1 {
  font-size: 56px;
  white-space: nowrap;
}
.year {
  font-size: 36px;
}
.caption {
  width: 90%;
  margin: 5% auto 10% auto;
}
.caption p {
  font-size: 11px;
  line-height: 1.5;
}
.gallery {
  overflow: hidden;
}
.gallery_item {
  position: relative;
}
.gallery_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.gallery_wrap .credit {
  position: relative;
  width: 90%;
}

.credit_01,
.credit_02,
.credit_03,
.credit_04,
.credit_05,
.credit_06,
.credit_07,
.credit_08,
.credit_09,
.credit_10 {
  top: 0;
  left: 0;
}
.item_01 {
  width: 80%;
  top: 0;
  left: 0;
  margin: 0 0 0 20%;
}
.item_02 {
  width: 70%;
  top: 0;
  right: 0;
  margin: 15% 0 0 0;
}
.credit_01 {
  margin: 5% 0 0 8%;
}
.item_03 {
  width: 80%;
  top: 0;
  left: 0;
  margin: 15% 0 0 0;
}
.credit_02 {
  margin: 5% 0 0 5%;
}
.item_04 {
  width: 50%;
  top: 0;
  right: 0;
  margin: 10% 0 0 40%;
}
.item_05 {
  width: 100%;
  top: 0;
  left: 0;
  margin: 20% 0 0 0;
}
.credit_03 {
  margin: 5% 0 0 15%;
}
.item_06 {
  width: 70%;
  top: 0;
  left: 0;
  margin: 12% auto 12% auto;
}
.item_07 {
  width: 48%;
  top: 0;
  left: 0;
  float: left;
  margin: 0 0 0 2%;
}
.item_08 {
  width: 48%;
  top: 0;
  left: 0;
  float: left;
  margin: 0 0 5% 0.5%;
}
.credit_04 {
  margin: 5% auto;
  clear: both;
}
.item_09 {
  width: 100%;
  top: 0;
  left: 0;
  margin: 20% 0 20% 0;
}
.item_10 {
  width: 80%;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.item_11 {
  width: 60%;
  top: 0;
  left: 0;
  margin: 10% auto;
}
.credit_05 {
  margin: 5% auto;
}
.item_12 {
  width: 100%;
  top: 0;
  left: 0;
  margin: 20% auto 0 auto;
}
.credit_06 {
  margin: 5% 0 0 10%;
}
.item_13 {
  width: 80%;
  top: 0;
  left: 0;
  margin: 15% 0 0 20%;
}
.item_14 {
  width: 60%;
  top: 0;
  left: 0;
  margin: -20% 0 0 0;
}
.credit_07 {
  margin: 5% 0 0 15%;
}
.credit_08 {
  margin: 15% 0 0 5%;
}
.item_15 {
  width: 80%;
  top: 0;
  left: 0;
  margin: 6% 0 0 21%;
}
.item_16 {
  width: 65%;
  top: 0;
  left: 0;
  margin: -10% 0 0 7%;
}
.item_17 {
  width: 45%;
  top: 0;
  left: 0;
  margin: 20% 0 0 50%;
}
.credit_09 {
  margin: 10% 0 0 5%;
}
.item_18 {
  width: 75%;
  top: 0;
  left: 0;
  margin: 10% 0 0 5%;
}
.item_19 {
  width: 40%;
  top: 0;
  left: 0;
  margin: -25% 0 0 50%;
}
.item_20 {
  width: 90%;
  top: 0;
  left: 0;
  margin: 25% auto 0 auto;
}
.credit_10 {
  margin: 5% 0 0 11%;
}

.grid_item{
  position:relative;
  opacity:1;
  transform:none;
}
.grid_img{
  width: 100%;
  overflow:hidden;
  touch-action:pan-y;
  cursor:grab;
}
.grid_img.is-dragging{
  cursor:grabbing;
}
.grid_track{
  display:flex;
  width:max-content;
  gap:3px;
  will-change:transform;
}
.grid_track img{
  flex:0 0 var(--grid-slide-width);
  width:var(--grid-slide-width);
  height:auto;
  display:block;
  opacity:1;
  transform:none;
  transition:none;
  user-select:none;
  -webkit-user-drag:none;
}
.four_item {
  position: relative;
}


.credit_links a {
  grid-template-columns: 280px 50px;
}
.credit_links.long a{
  grid-template-columns: 300px 50px;
}

.f-f {
  font-size: 1.5rem;
  font-weight: 400 !important;
}
.button {
  font-size: 1.4rem;
  line-height: 1.5;
}

#any_lookbook_footer {
  width: 100%;
  margin: 25% auto 25% auto;
}
#any_lookbook_footer img {
  width: 70%;
  margin: 0 auto;
}
#any_lookbook_footer h3 {
  font-size: 1.2em;
  margin: 0 0 13% 0;
}
#any_lookbook_footer p {
  font-size: 1.25em;
  font-weight: 400 !important;
}


}



