@charset "UTF-8";

.pane-contents,
.edit-format {
    background: #fff;
}

/* .pane-contents--container {
    width: 1200px;
} */
/* .pane-main {
    
} */

@media screen and (max-width: 768px) {}


/* ==================================================
Page Head Custom
================================================== */
#page-head {}

@media screen and (max-width: 768px) {

    #page-head {}

}

/* ==================================================
Page Body
================================================== */
#page-body {
    overflow-x: hidden;
    max-width: 700px;
    position: relative;
}

.none {
    display: none;
}

.flex {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	align-items: flex-start;
}

.articleSet {
    position: relative;
}

#head-title {
    margin-top: 60px;
}

.top-logo {
left:0;
width:35%;
}

.shirtname {
font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
}



.Glp1 {
      width: 700px;
      padding: 30px 20px 40px 20px;
      display: flex;
      gap: 40px;
      align-items: center;
 }


.brand {
writing-mode: vertical-rl;
text-decoration: underline;
text-underline-position: left;
font-weight: bold;
font-size: 1.2em;
padding-left: 10%;

}　


.text-block {
      display: flex;
      flex-direction: column;
      gap: 8px;
}

.text-block p {
     margin: 0;
    margin-bottom: 0px;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  padding-left: 20%;
  width: 85%;
 }
    
.text-block .tagline {
     font-weight: bold;
}


.Glp2 {
 width:70%;
 margin:0 auto;
}


.Glp3 {
 margin:0 auto;
 gap:50px;

   .item1 {
     width:20%;
    }
    
   .item2 {
  width:20%
    }

}

.collab p {
text-align: left;
}

.shirt-title , .Glp5 {
width:60%;
margin:0 auto;
}

.shirt-info {
width:30%;
margin:0 auto;
text-align:left;
white-space: nowrap;
}

.shirley p {

font-size: 13px;
  color: #333;
  line-height: 1.8;
  text-align: left;
  margin: 0;
    margin-bottom: 0px;
  padding-left: 15%;
  width: 85%;
 }
 
.mackenzie p {

font-size: 13px;
  color: #333;
  line-height: 1.8;
  text-align: left;
  margin: 0;
    margin-bottom: 0px;
  padding-left: 15%;
 }
 
 .Glp6 {
 margin:0 auto;
 gap:50px;

   .item1 {
     width:35%;
     
     p {
         text-align:left;
     }
    }
    
   .item2 {
  width:48%;
  padding-top:10%;
    }

}

 .Glp7 {
 margin-left:10%;
 gap:30px;

.item1 {
width:48%;
}
    
.item2 {
 width:48%;
}

}

 .Glp8 {
 margin:0 auto;
 gap:50px;

.item1 {
     width:48%;
     padding-top:10%;
     
 p {
         text-align:left;
 }
}
    
   .item2 {
  width:48%;
    }

}

.Glp9 {
 width:30%;
 margin:0 auto;
}

.Glp10 {
 margin:0 auto;
 gap:50px;

   .item1 {
     width:45%;
     
     p {
         text-align:left;
         margin: 20px 5px 0px 5px;
     }
    }
    
   .item2 {
  width:45%;
  padding-top:20%;
    }

}

 .Glp11 {
 gap:30px;

.item1 {
width:48%;
}
    
.item2 {
 width:48%;
}

}

 .Glp12 {
 margin:0 auto;
 gap:50px;

.item1 {
     width:48%;
     
 p {
         text-align:left;
         margin-top: 0;
 }
}
    
   .item2 {
  width:48%;
    }

}

/* スナップ */
.snap-container {
  position: relative;
  width: 70%;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 100px;
}

.thumbnail {
      width: 100%;
      display: block;
    }

.open-slider {
     position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 0;
    }
    
.plus-button {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
}

.plus-button::before,
.plus-button::after {
  content: "";
  position: absolute;
  background-color: #fff; 
  width: 100%;
  height: 1px; /* thickness */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.plus-button::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

    /* Fullscreen Overlay */
    .snap-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(255, 255, 255, 0.8);
      z-index: 999;
      display: none;
      justify-content: center;
      align-items: center;
    }

    .snap-overlay.active {
      display: flex;
    }


  .snap-box {
  margin-top:20%;
  width: 85%;
  height: 100%;
  background: white;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

@media (min-width: 768px) {
     .snap-box {
    width: 450px;
    margin-top: 10%;
    z-index: 9999;
      }
      
    }

    /* Close Button */
    .close-btn {
      position: fixed;
      top: 20px;
      right: 25px;
      font-size: 30px;
      background: none;
      border: none;
      color: #333;
      cursor: pointer;
      z-index: 1000;
    }
    
.x-button {
  position: fixed;
  top: 16%;
  right: 32%;
  width: 33px;
  height: 33px;
  background: none;
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}
    

.x-button::before,
.x-button::after {
  content: "";
  position: absolute;
  background-color: #333;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  transform-origin: center;
}

.x-button::after {
  transform: rotate(-45deg);
}


/* Slider Styles */
.snapslide {
       overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  height: 100%;
    }

.snapimg {
       scroll-snap-align: start;
  display: flex;
  justify-content: center;
    }

.snapimg img {
   width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
    }

.snapimg:last-child {
     margin-bottom: 100px;
    }






.checkbtn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding-bottom: 10px; 
}

.checkbtn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black; 
}

/* タブレット用 */
@media screen and (max-width: 768px) {
    .logo {
        top: 70px;
    }

}

/* SP用 */
@media screen and (max-width: 480px) {

.shirtname {
  font-size: 60px;
}

.top-logo {
  width: 40%;
  margin-left: 5%;
}

.brand {
  font-size: 0.8em;
padding-left: 0px;
}

.text-block p {
  font-size: 11px;
  width: 45%;
  padding-left:0px;
}

.collab p {
  margin-left: 3%;
  font-size:9px;
}

.shirt-info {
  width: 55%;
  margin-left: 3%;
}

.shirley p {
  font-size: 11px;
  margin-left: 10%;
  padding: 0px 5px 0px 5px;
}
.mackenzie p {
  font-size: 11px;
  margin-left: 10%;
  padding: 0px 5px 0px 5px;
}

.Glp6 {
  gap: 30px;
  
  .item1 {
    width: 40%;
  }
}
 .Glp8 {
 margin:0 auto;
 gap:25px;
 
 .item1 {
     
 p {
         text-align:left;
         margin:0px 0px 20px 5px;
 }
}
}
 .Glp10 {
 gap:25px;

}
.Glp12 {
 gap:40px;

.item1 {
     
 p {
         text-align:left;
         margin: 0px 0px 20px 5px;
    }
}
}
 
 
 }

/* SNAP */

.snap-container {
     width: 80%;
    }
    
  .x-button {
position: fixed;
    top: 10%;
    right: 20px;
    width: 30px;
    height: 30px;
    background: none;
    border: 1px solid;
    cursor: pointer;
    z-index: 1000;
}

.snap-box {
  margin-top: 60%;
  z-index: 9999;
}


}



/* Fade in */
.inView {
    opacity: 0;
}

.imgFade {
    opacity: 0;
}

.imgAnim {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes imgAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.imgFade.fadeT {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeT {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgFade.fadeR {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    z-index: 5;
}

.imgFade.fadeL {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeR {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgAnim.fadeL {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}