.wf-loading {
    opacity: 0;
}
img{
  width: 100%;
  object-fit: cover;
}
ul{
  margin-inline-start: 0;
}
html,body{
  padding: 0 !important;
  margin:0 !important;
}
div,a,p,span,h1,h2,sale-price{
  font-family: "neue-haas-grotesk-text", "heisei-kaku-gothic-std", sans-serif !important;
  font-style: normal;
}
.sp-mode{
  display: none;
}
.gap-1{
  gap: 0;
}
.shopify-section--rich-text{
  width: 88%;
  margin-left: auto;
}
/* Tieser Page */
#insta-feed h2{
  font-family: "neue-haas-grotesk-text", "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}
.allout-tieser-wrap{
  background: #000;
  padding: 0;
  margin: 0;
}
.allout-tieser-contents{
  width: 340px;
  margin: 100px auto 26px;
}
.allout-tieser-contents .allout-icon-logo{
  width: 195px;
  margin: 0 auto;
}
.allout-tieser-contents .allout-text-logo{
  width: 200px;
  margin: 50px auto;
}
.allout-tieser-contents .open-countdown{
  width: 302px;
  display: flex;
  justify-content:center;
  padding-top: 20px;
  margin: 0 auto;
}
.allout-tieser-contents .countdown-item{
  width: 43px;
  color: #9E9E9E;
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  text-align: center;
}
.allout-tieser-contents .countdown-item p{
  font-weight: 400;
  font-size: 8px;
  text-align: center;
}
.allout-tieser-contents .comingsoon-text{
  padding-top: 140px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
.allout-tieser-contents .send-email-title{
  width: 335px;
  padding-top: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
}
.allout-tieser-contents .send-email-title-jp{
  width: 335px;
  padding: 5px 0 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  text-align: left;
  color: #9E9E9E;
}
.allout-tieser-contents .allout-sns-wrap{
  padding-top: 50px;
  width: 335px;
  margin: 0 auto;
  display: flex;
  gap: 22px;
  justify-content:center;
}
.allout-tieser-contents .sns-line{
  width: 39px;
  height: 39px;
}
.allout-tieser-contents .sns-instagram{
  width: 39px;
  height: 39px;
}
.allout-tieser-contents .allout-sns-wrap img{
  object-fit: contain;
}
.allout-tieser-contents .allout-copy{
  width: 335px;
  padding-top: 34px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #BDBDBD;
}

/* pc side menu */
#allout-menu-wrap{
  position: fixed;
  width: 12%;
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff;
  padding: 2.5vw;
  border-right: 1px solid #000;
  z-index: 999;
}
.allout-menu-inner{
  width: 6.6vw;
  margin: 0 auto;
}
#allout-menu-wrap .menu-logo{
  width: 6.6vw;
}
#allout-menu-wrap .allout-linkmenu-wrap{
  padding-top: 4.5vw;
}
#allout-menu-wrap .allout-linkmenu-wrap ul{
  list-style: none;
  padding-bottom: 3vw;
  margin-inline-start: 0;
}
#allout-menu-wrap .allout-linkmenu-wrap li{
  padding-bottom: 2vw;
  color: #000000;
  font-size: 1vw;
  font-weight: 500;
}
#allout-menu-wrap .allout-linkmenu-wrap li a{
  color: #000000;
  font-size: 1vw;
  font-weight: 500;
}
#allout-menu-wrap .allout-menu-icon-wrap{
  position: fixed;
  left: 2.5vw;
  bottom: 9vw;
}
#allout-menu-wrap .allout-menu-icon-wrap ul{
  list-style: none;
  margin-inline-start: 0;
}
#allout-menu-wrap .allout-menu-icon-wrap li{
  padding-bottom: 1.2vw;
  width: 1.2vw;
}
#allout-menu-wrap .allout-menu-icon-wrap li img{
  width: 100%;
  object-fit: contain;
  cursor: pointer;
}
#allout-menu-wrap .change-lang-wrap{
  padding-top: 1.5vw;
  position: fixed;
  left: 2.5vw;
  bottom: 4vw;
}
#allout-menu-wrap .change-lang-wrap ul{
  list-style: none;
  display: flex;
  gap: 9px;
  margin-inline-start: 0;
}
#allout-menu-wrap .change-lang-wrap li a{
  color: #9E9E9E;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 300;
}
#allout-menu-wrap .change-lang-wrap .on-lang a{
  color: #000000;
}
.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 10px;
  height: 1px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  top: -2px;
  right: -3vw;
}
.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.side-closed-button{
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 19px;
  height: 1px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  top: 1.5vw;
  left: 90%;
  rotate: 45deg;
  position: absolute;
  cursor: pointer;
}
.side-closed-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  z-index: 0;
}
.menu-title-item{
  cursor: pointer;
}
.dli-plus.rotate{
  transform: rotate(45deg);
}
#menu-side-category{
  position: fixed;
  top: 0;
  left: -22.8vw;
  width: 22.8vw;
  margin: 0 auto;
  height: 100vh;
  background: #fff;
  z-index: 101;
  border-right: 1px solid #000;
  transition: left 0.5s;
}
#menu-side-category ul{
  list-style: none;
}
#menu-side-category li{
  height: 4vw;
  line-height: 4vw;
  padding-left: 3.3vw;
  font-weight: 500;
  font-size: 1vw;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  width: 100%;
  z-index: 10;
}
#menu-side-category .item-link-wrap{
  border-bottom: 1px solid #000;
  display: block;
  position: relative;
}
#menu-side-category .item-link-wrap:last-of-type{
  border-bottom: 0px solid #000;
}
.side-category-title{
  text-align: center;
  font-size: 1.8vw;
  padding: 3.9vw 0;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
#menu-side-category .item-link-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#menu-side-category .item-link-wrap:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
#menu-side-category .item-link-wrap:hover a{
  z-index: 10;
  color: #fff;
  position: relative;
}
.sidemenu-collection-wrap{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.sidemenu-collection {
  cursor: pointer;
}
.sidemenu-collection.active + .sidemenu-collection-wrap {
  max-height: 200px;
}
.sidemenu-collection.active .dli-plus {
  transform: rotate(-45deg);
}
.sidemenu-collection-wrap li{
  padding-left: 4vw !important;
  font-size: 0.9vw !important;
  height: 3vw !important;
  line-height: 3vw!important;
}
.sidemenu-collection .dli-plus{
  right: -5vw;
}
.sidemenu-collection-wrap .item-link-wrap{
  border-bottom: none !important;
}

/* top Mainイメージ */
.pc-right-parts{
  width: 88%;
  margin-left: auto;
}
#allout-main-image{
  position: relative;
}
#allout-main-image img{
  width: 100%;
  object-fit: cover;
  height: 100vh;
  object-position: center 18%;
  cursor: pointer;
}
#allout-main-image .main-contents-wrap{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.43) 0%, rgba(102, 102, 102, 0) 100%);
  padding: 4vw 0 2.5vw;
}
#allout-main-image .main-text{
  line-height: 2.5;
  text-align: center;
  font-size: 2.9vw;
  color: #FFFFFF;
  font-weight: 700;
}
#allout-main-image  .main-image-btn{
  width: 6.6vw;
  height: 2.6vw;
  line-height: 2.6vw;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-size: 0.8vw;
  color: #fff;
  margin: 0 auto;
}
#search-wrap{
  position: fixed;
  left: 12%;
  z-index: -1;
  opacity: 0;
  width: 0;
  transition: all 0.4s;
  border-radius: 5px;
  border: 1px solid #000;
  bottom: 20vw;
}
#search-wrap.panelactive{
  opacity: 1;
  z-index: 1000;
  width: 280px;
  padding: 20px;
  bottom: 20vw;
  background:#fff;
}
#search-wrap #searchform{
  display: none;
}
#search-wrap.panelactive #searchform{
  display: block;
}
#search-wrap input{
  -webkit-appearance:none;
  outline: none;
  cursor: pointer;
  color: #666;
}
 #search-wrap input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height:46px;
  padding: 10px;
}
#search-wrap input[type="text"]:focus {
  background:#eee;
}
#search-wrap input[type="submit"] {
  position: absolute;
  top:10px;
  right:30px;
  background:url("/cdn/shop/files/search.png?v=1714803460") no-repeat right;
  background-size: 20px 20px;
  width:30px;
  height: 60px;
}

/* top common */
.allout-sub-title{
  color: #000000;
  text-align: center;
  line-height: 6.6vw;
  height: 6.6vw;
  font-weight: 500;
  font-size: 1.8vw;
  width: 100%;
}
.see-all-wrap{
  text-align: center;
  line-height: 3.3vw;
  height: 3.3vw;
  font-weight: 400;
  font-size: 0.9vw;
  width: 100%;
  border-bottom: 1px solid #000;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  background: #000;
  color: #fff;
}
.btnlinestretches5{
  position:relative;
}
.btnlinestretches5::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #fff;
  left: 54%;
  color: #fff;
  top: 1.6vw;
}
.instagram-link.btnlinestretches5::before{
  left: 57%;
}
.btnlinestretches5::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 1.29vw;
  left: 56%;
}
.instagram-link.btnlinestretches5::after{
  left: 59%;
}

.btnlinestretches5::before {
  animation: arrowlong01 0.8s ease;
}
.btnlinestretches5::after {
  animation: arrowlong02 0.8s ease;
}
.instagram-link.btnlinestretches5::before {
  animation: arrowlong01 0.8s ease;
}
.instagram-link.btnlinestretches5::after {
  animation: arrowlong04 0.8s ease;
}
.arrow_icon{
  width: 40px;
  opacity: 0;
  animation: arrowlong01 0.8s ease;
}
@keyframes arrowlong01{
  0%{width:0;opacity:0}
  20%{width:0;opacity:1}
  80%{width:38px;opacity:1}
  100%{width:38px;opacity:1}
}
@keyframes arrowlong02{
  0%{left:54%;opacity:0}
  20%{left:54%;opacity:1}
  80%{left: 56%;opacity:1}
  100%{left:56%;opacity:1}
}
@keyframes arrowlong04{
  0%{left:57%;opacity:0}
  20%{left:57%;opacity:1}
  80%{left:59%;opacity:1}
  100%{left:59%;opacity:1}
}
@media (min-width: 2200px) {
  .btnlinestretches5:after{
    top: 1.4vw;
    left: 55.5%;
  }
  @keyframes arrowlong02{
    0%{left:54%;opacity:0}
    20%{left:54%;opacity:1}
    80%{left: 55.5%;opacity:1}
    100%{left:55.5%;opacity:1}
  }
  .instagram-link.btnlinestretches5:after{
    left: 58.5%;
    top: 1.45vw;
  }
  @keyframes arrowlong04{
    0%{left:57%;opacity:0}
    20%{left:57%;opacity:1}
    80%{left:58.5%;opacity:1}
    100%{left:58.5%;opacity:1}
  }
}

@media (max-width: 1600px) {
  .btnlinestretches5:after{
    left: 56.5%;
  }
  @keyframes arrowlong02{
    0%{left:54%;opacity:0}
    20%{left:54%;opacity:1}
    80%{left: 56.5%;opacity:1}
    100%{left:56.5%;opacity:1}
  }
  .instagram-link.btnlinestretches5:after{
    left: 59.5%;
  }
  @keyframes arrowlong04{
    0%{left:57%;opacity:0}
    20%{left:57%;opacity:1}
    80%{left:59.5%;opacity:1}
    100%{left:59.5%;opacity:1}
  }
}


/*
.see-all-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.see-all-wrap:hover:before, .see-all-wrap.hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.see-all-wrap .see-all--btn{
  position: relative;
  z-index: 5;
}
.see-all-wrap:hover .see-all--btn, .see-all-wrap.hover .see-all--btn{
  color: #fff;
}
*/


/* top item */
#allout-item .item-flex-wrap{
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
}
#allout-item .item-product {
  width: 25%;
  position: relative;
  padding: 0 0 0.5vw; 
  border-right: 1px solid #000;
}
.product-tag{
  position: absolute;
  top: 1.5vw;
  left: 2vw;
  font-size: 0.8vw;
  font-weight: 400;
  z-index: 10;
}
.tag_soldout{
  padding: 0.2vw 0.5vw;
  background: #E0E0E0;
}
.tag_pre{
  padding: 0.2vw 0.5vw;
  background: #000;
  color: #fff;
}
.tag_sale{
  color: #DB162F;
}
#allout-item .item-product:last-of-type {
  border-right: 0px solid #000;
}
#allout-item .item-product img{
  width: 100%;
  height: 29.7vw;
  object-fit: cover;
}
#allout-item  .item-title,  .product-card__info .product-title{
  text-align: center;
  font-weight: 400;
  font-size: 0.9vw;
  letter-spacing: .05em;
}
#allout-item  .item-price, .product-card__info sale-price{
  text-align: center;
  font-weight: 400;
  font-size: 0.9vw;
  color: #000;
  letter-spacing: 0.01em;
}
.prodcut-slideshow-container{
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.product-card:hover .prodcut-slideshow-container{
  display: block;
}
.img-slide {
  display: none;
}
.product-prev, .product-next {
  cursor: pointer;
  position: absolute;
  top: 15vw;
  font-size: 1vw;
}
.product-prev{
  left: 0.5vw;
}
.product-next{
  left: 20vw;
}

/* top LOOK */
.look-flex-wrap{
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
}
.look-item{
  width: calc(100% / 3);
  position: relative;
  border-right: 1px solid #000;
}
#allout-item .look-item:last-of-type {
  border-right: 0px solid #000;
}
.look-item img{
  width: 100%;
  object-fit: cover;
}
.look-item{
  position: relative;
}
.look-product-title{
  font-size: 0.8vw;
  color: #757575;
  font-weight: 400;
}
.look-product-wrap{
  position: absolute;
  bottom: 1.3vw;
  left: 1.3vw;
}
.look-product-item {
  font-size: 0.8vw;
  font-weight: 400;
}
.look-product-posted {
  position: absolute;
  font-size: 0.8vw;
  font-weight: 400;
  color: #757575;
  transform: rotate(90deg);
  position: absolute;
  right: -2.3vw;
  bottom: 4.7vw;
}
.look-modal-button{
  position: absolute;
  top: 1.3vw;
  left: 1.3vw;
  width: 2.3vw;
  height: 2.3vw;
}
.look-modal-wrap{
  display: none;
  position: fixed;
  z-index: 99;
  left: 12%;
  top: 0;
  padding: 1vw;
  width: 88%;
  opacity: 0;
  transition: opacity 1s ease;
  height: 80%;
}
.look-modal-wrap.show {
  display: block;
  animation: modalmove 1s forwards;
}
@keyframes modalmove {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#look-overlay.show {
  display: block;
  opacity: 1;
}
#look-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 98;
  opacity: 0;
  transition: opacity 1s ease;
}
.modal-trigger{
  cursor: pointer;
}
.modal-content{
  width: 100%;
  padding: 0 2vw;
  display: flex;
  //flex-wrap: wrap;
  gap: 2.5vw;
  z-index: 99;
  position: relative;
}
.modal-bigimage{
  width: 46%;
  z-index: 100;
  position: relative;
}
.modal-bigimage .look-product-wrap{
  bottom: 3vw;
}
.modal-bigimage .look-product-posted{
   bottom: 6.5vw;
  right: -2vw;
}
.modal-smallimag-wrap{
  width: calc(54% - 2.5vw);
  display: flex;
  gap: 2.5vw;
  overflow-x: auto;
}
.modal-smallimag{
  padding-top: 10vw;
  width: 18vw;
  min-width: 18vw;
  z-index: 100;
  position: relative;
}
.modal-content img{
  width: 100%;
  object-fit: cover;
}
.lookmodal-close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 30px;
  height: 0.2em;
  background: currentColor;
  position: relative;
  transform: rotate(45deg);
  left: 95%;
  cursor: pointer;
}
.lookmodal-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.modal-product-title, .modal-product-price{
  font-size: 0.8vw;
  font-weight: 400;
  text-align:center;
  background: #fff;
  width: 100%;
}
.modal-small-title{
  font-size: 1vw;
  font-weight: 500;
  padding: 1vw 0;
  width: 100%;
  color: #fff;
}

/* top about */
#allout-about .about-wrap{
  position: relative;
}
#allout-about img{
  width: 100%;
  object-fit: cover;
}
#allout-about .about-contents-wrap{
  width: 50%;
  left: 50%;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.43) 0%, rgba(102, 102, 102, 0) 100%);
}
#allout-about .about-contents-wrap p{
  font-weight: 500;
  font-size: 1vw;
  color: #fff;
  margin-top: 1.2vw;
}
#allout-about .about-see-btn{
  width: 6.4vw;
  height: 2.6vw;
  line-height: 2.6vw;
  font-size: 0.8vw;
  font-weight: 400;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 1.2vw;
}

/* top news */
#allout-news .allout-sub-title{
  border-bottom: 1px solid #000;
}
#allout-news .news-wrap{
  margin: 2.9vw auto;
}
#allout-news .article-wrap{
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.8vw;
}
#allout-news .article-date{
  color: #757575;
  font-size: 0.8vw;
}
#allout-news .news-article{
  color: #000;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.6;
}
#allout-news .see-all-wrap, .gallery-btn{
  border-top: 1px solid #000;
}
/* top Gallary */
#allout-gallery{
  border-bottom: 1px solid #000;
}

/* original footer */
#allout-footer{
  background: #000;
  color: #fff;
  padding: 2.6vw 3vw 1.3vw;
}
#allout-footer .footer-flex-wrap{
  width: 100%;
  display: flex;
}
#allout-footer .footer-item{
  width: 25%;
}
#allout-footer .footer-sub-title{
  font-weight: 500;
  font-size: 1vw;
  padding-bottom: 0.85vw;
  color: #fff;
}
#allout-footer .form-control{
  width: 80%;
}
#allout-footer .news-letter-wrap{
  position: relative;
  margin-bottom: 2.2vw;
}
#allout-footer .input{
  height: 1.7vw;
  font-size: 0.7vw;
  background: #fff;
  color: #000;
}
#allout-footer .button-xl {
  width: 3.2vw;
  margin: 0 auto;
  color: #000;
  font-size: 0.7vw;
  border-left: 1px solid #000;
  padding: 0;
  height: 1.4vw;
  line-height: 1.4vw;
  top: 0.25vw;
  left: 64%;
  position: absolute;
}
#allout-footer .button-xl:hover{
  color: #000 !important;
  border-left: 1px solid #000 !important;
}
#allout-footer .banner{
  color: #000;
  background: #fff;
}
#allout-footer .footer-traning{
  color: #BDBDBD;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 1.5;
}
#allout-footer .footer-contact{
  padding-bottom: 1.7vw;
}
#allout-footer .footer-contact p{
  font-size: 0.8vw;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}
#allout-footer .footer-company{
  font-size: 0.8vw;
  font-weight: 400;
  line-height: 1.5;
}
#allout-footer .company-title{
  padding-bottom: 0.5vw;
}
#allout-footer .allout-footermenu-wrap ul{
  list-style: none;
  padding-bottom: 3vw;
}
#allout-footer .allout-footermenu-wrap li{
  padding-bottom: 1.3vw;
}
#allout-footer .allout-footermenu-wrap li a{
  color: #fff;
  font-size: 0.9vw;
  font-weight: 700;
}
#allout-footer .allout-sns-wrap{
  display: flex;
  gap: 1.4vw;
  justify-content: end;
}
#allout-footer .sns-line{
  width: 2.5vw;
  height: 2.5vw;
}
#allout-footer .sns-instagram{
  width: 2.5vw;
  height: 2.5vw;
}
#allout-footer .allout-sns-wrap img{
  object-fit: contain;
}
#allout-footer .footer-copy-wrap{
  width: 100%;
  display: flex;
  align-items: end;
}
#allout-footer .footer-copy-right{
  width: 50%;
  font-size: 0.7vw;
  color: #9E9E9E;
  font-weight: 400;
}
#allout-footer .footer-logo{
  width: 100%;
  display: flex;
  justify-content: end;
}
#allout-footer .footer-logo img{
  width: 11.6vw;
  object-fit: contain;
}

/* product page */
.product-item-page-title{
  font-weight: 500;
  font-size: 1.8vw;
  text-align: center;
  width: 100%;
  height: 6.6vw;
  line-height: 6.6vw;
  border-bottom: 1px solid #000;
}
.product-item-menu-list{
  width: 100%;
  height: 3.3vw;
  line-height: 3.3vw;
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
.product-item-menu-list ul{
  display: flex;
  gap: 4.2vw;
  list-style: none;
  justify-content: center;
  align-items: center; 
}
.product-item-menu-list li a{
  font-weight: 500;
  font-size: 1vw;
}
.allout-product-contents{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.allout-product-contents .container{
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 1.4vw;
}
.allout-product-contents .product-gallery safe-sticky{
  padding-right: 1.4vw;
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
}
.allout-product-contents .product-info__block-list{
  max-height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
product-gallery-navigation{
  width: 4.25vw;  
}
.product-gallery__thumbnail{
  width: 4.2vw;
}
.product-info__block-list::-webkit-scrollbar {
 display:none;
}
.allout-product-contents .product-gallery__image-list{
  height: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.allout-product-contents .product-gallery{
  gap: 0;
  height: 100%;
}
.allout-product-contents h1.product-title {
  padding-top: 3.3vw;
  font-weight: 500;
  font-size: 1.8vw;
  letter-spacing: 0.01em;
}
.allout-product-contents .block-swatch{
  border-radius: 7px;
  width: 5.5vw;
  border: 1px solid #BDBDBD;
  background: #F5F5F5;
  height: 2.4vw;
  line-height: 2.4vw;
}
.allout-product-contents .option-flex-wrap{
  display: flex;
  width: 95%;
  justify-content: space-between;
  padding: 1vw 0;
}
.allout-product-contents .option-flex-wrap .option-title{
  width: 7.8vw;
  font-weight: 500;
  font-size: 1vw;
}
.allout-product-contents .option-flex-wrap .variant-picker__option-values{
  width: calc(100% - 7.8vw);
  display: flex;
  align-items: center;
  justify-content: end;
}
.allout-product-contents .option-color-list{
  width: calc(100% - 7.8vw);
  display: flex;
  justify-content: end;
  list-style: none;
  gap: 1vw;
}
.allout-product-contents .option-color-list li{
  width: 4.5vw;
}
p.custom-color-name{
  text-align: center;
  font-size: 0.8vw !important;
}
.allout-product-contents .option-color-list li img{
  width: 100%;
  object-fit: cover;
  height: 6vw;
  border: 1px solid #BDBDBD;
}
.allout-product-contents .option-flex-wrap .quantity-selector{
  width: 12.2vw;
  border-radius: 7px;
  --quantity-selector-height: 2.1vw;
  --quantity-selector-input-width: 8vw;
}
.allout-product-contents  sale-price{
  font-weight: 400;
  font-size: 2.1vw;
  letter-spacing: 0.01em;
  color: #000;
  white-space: nowrap;
}
.allout-product-contents .button,
.allout-product-contents .shopify-payment-button__button{
  border-radius: 10px;
  width: 95%;
  height: 3.9vw;
}
.allout-product-contents .product-info__block-item{
  width: 100%;
}
.allout-product-contents .product {
  --product-gap: 0;
}

.allout-product-contents .product-info__block-item h1.product-title,
.allout-product-contents .product-info__block-item .liquid,
.allout-product-contents .product-info__block-item variant-picker,
.allout-product-contents .product-info__block-item .option-flex-wrap
.allout-product-contents .product-info__block-item variant-picker,
.allout-product-contents .product-info__block-item .shopify-product-form,
.allout-product-contents .product-info__block-item .prose,
.allout-product-contents .product-info__block-item[data-block-type="quantity-selector"],
.allout-product-contents .product-info__block-item[data-block-type="price"]
{
  width: 80%;
  margin: 0 auto;
}

.liquid-blank + [data-block-type="separator"] {
    display: none;
}


.allout-product-contents .product-info__block-item p{
  font-size: 1vw;
  line-height: 1.6;
  font-weight: 500;
}
.allout-product-contents hr{
  border-color: #000;
}
.product-option-size-title{
  font-size: 1.5vw;
  font-weight: 700;
  padding-bottom: 1.3vw;
}
.product-option-wash{
  padding-bottom: 2.6vw;
  color: #626262;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.6;
  padding-top: 1.5vw;
}
#wishlisthero-product-page-button-container{
  display: none;
}
.model-size{
  color: #626262;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.6;
}
.size-chart{
  padding: 2.3vw 0; 
}
.size-chart th, td{
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.6;
  text-align: center;
}
.size-chart tr{
  border-bottom: 1px solid #878787;
}
.size-chart td{
  padding: 1.3vw 2vw;
}
.size-chart th{
  padding: 1.3vw 2vw;
}
.size-chart td, th{
  border: 0px;
}
.size-image img{
  width: 100%;
  object-fit: contain;
}
.size-attention{
  color: #626262;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.6;
  padding-top: 1.5vw;
}
:checked+.block-swatch{
  background: #000;
  color: #fff;
}

/* recently viewed */
#allout-recentrly-page .container {
  margin: 0;
}
#allout-recentrly-page .allout-recent-contents{
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
#allout-recentrly-page .allout-sub-title {
  width: 100%;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}
#allout-recentrly-page h2{
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 1.8vw;
  width: 100%;
  line-height: 6.6vw;
  height: 6.6vw;
  margin: 0 auto;
}
#allout-recentrly-page .section-header{
  min-width: 100%;
}
#allout-recentrly-page .product-card fieldset{
  display: none;  
}
#allout-recentrly-page .floating-controls-container--inside{
  padding: 1.3vw;
}

/* recommend view */
#allout-recommend-page .container {
  margin: 0;
}
#allout-recommend-page .allout-recommend-contents{
  padding-bottom: 0 !important;
}
#allout-recommend-page .allout-sub-title {
  width: 100%;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}
#allout-recommend-page h2{
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 1.8vw;
  width: 100%;
  line-height: 6.6vw;
  height: 6.6vw;
  margin: 0 auto;
}
#allout-recommend-page .section-header{
  min-width: 100%;
}
#allout-recommend-page .product-card fieldset{
  display: none;  
}
#allout-recommend-page .floating-controls-container--inside{
  padding: 1.3vw;
}
#allout-recommend-page .product-prev,
.allout-recent-contents .product-prev {
  left: 0.5vw !important;
}
#allout-recommend-page .product-next,
.allout-recent-contents .product-next,
#allout-collection-page .product-next
{
  left: 20vw !important;
}
#allout-recommend-page .product-prev,
#allout-recommend-page .product-next,
.allout-recent-contents .product-next,
.allout-recent-contents .product-prev,
#allout-collection-page .product-prev,
#allout-collection-page .product-next{
  top: 12vw;
}

/* collection page */
#allout-collection-page .product-card fieldset{
  display: none;  
}
.sort-filter-wrap{
  height: 2.4vw;
  border-bottom: 1px solid #000;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#collection-filter, #collection-sort{
  font-size: 0.9vw;
  width: 50%;
  padding: 0 1.5vw;
  line-height: 2.4vw;
  cursor: pointer;
}
#collection-sort{
  text-align: right;
  cursor: pointer;
}
.sort-filter-container{
  position: relative;
  width: 100%;
  z-index: 100;
}
#sort-wrap{
  position: absolute;
  top: 2.4vw;
  width: 25%;
  background: #fff;
  left: 75%;
  display: none;
}
#sort-wrap ul{
  list-style: none;
  background: #fff;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#sort-wrap li a{
  font-size: 0.9vw;
  text-align: center;
  padding: 1.6vw 0;
  cursor: pointer;
  width: 100%;
  display: block;
}
#sort-wrap li:hover{
  color: #fff;
  background: #000;
}

#filter-wrap-container{
  display: none;
}
#filter-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  z-index: 100;
}
#filter-wrap .filter-item{
  width: 25%;
  padding: 1.6vw 2vw;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#filter-wrap .filter-item:last-of-type{
  border-right: 0px solid #000;
}
.filter-size-wrap, .filter-color-wrap,
.filter-category-wrap, .filter-status-wrap{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1vw;
}
.filter-size, .filter-color, .filter-category, .filter-status{
  width: calc(50% - 0.5vw);
  text-align: center;
  height: 2.4vw;
  line-height: 2.4vw;
  font-weight: 400;
  font-size: 0.9vw;
  border: 1px solid #BDBDBD;
  border-radius: 7px;
  background: #F5F5F5;
  cursor: pointer;
}
.filter-size:hover, .filter-color:hover, .filter-category:hover, .filter-status:hover{
  background: #000;
  color: #fff;
}
.filter-size span, .filter-color span,
.filter-category span, .filter-status span{
  border: 1px solid #BDBDBD;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 0.05vw;
  left: -0.4vw;
}
.color-blak{
  background: #000;
}
.color-white{
  background: #fff;
}
.color-khaki{
  background: #4B5E23;
}
.color-icegreen{
  background: #A7E6D7;
}
.color-beige{
  background: #E7D0A9;
}
.filter-item-title{
  font-size: 0.9vw;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1.6vw;
}
.filter-btn-warp{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #000;
}
#filter-clear, #filter-apply{
  width: 8.4vw;
  text-align: center;
  height: 2.4vw;
  line-height: 2.4vw;
  font-weight: 400;
  font-size: 0.9vw;
  border: 1px solid #BDBDBD;
  border-radius: 7px;
  background: #F5F5F5;
  margin: 1vw;
}
#filter-apply{
  background: #000;
  color: #fff;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 0.6vw;
  height: 0.6vw;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  top: -2px;
  left: 8px;
  position: relative;
  cursor: pointer;
}
#collection-submenu{
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 1vw;
}
#slide-collection-wrap{
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1.5s ease-out;
}
ul.slide-collection-menu{
  display: block;
  position: absolute;
  top: 3.3vw;
  list-style: none;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  width: 10vw;
  padding: 1vw;
  z-index: 101;
}
#slide-collection-wrap.open {
  display: block;
  max-height: 300px;
}

/* About page */
#allout-about-page .about-page-flex{
  display: flex;
  width: 100%;
  padding: 6.6vw 2vw 6.6vw 6.6vw;
  gap: 4.7vw;
  position: relative;
}
#allout-about-page .border-bottom{
  border-bottom: 1px solid #000;
}
#allout-about-page .about-image-part{
  width: calc(50% - 5vw);
  position: relative;
  z-index: 10;
}
#allout-about-page .about-image-part img{
  width: 100%;
  object-fit: cover;
}
#allout-about-page .about-text-part{
  width: 50%;
  position: relative;
}
#allout-about-page .about-text-part img{
  position: absolute;
  object-fit: contain;
  position: absolute;
  object-fit: contain;
  top: -2vw;
  width: 24.6vw;
  right: 1vw;
}
#allout-about-page .about-tag{
  font-size: 1vw;
  font-weight: 500;
  color: #757575;
  line-height: 1;
}
#allout-about-page .about-message-title{
  font-size: 4vw;
  font-weight: 700;
  line-height: 2;
}
#allout-about-page .about-message span{
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.7;
  opacity: 0;
}
#allout-about-page .about-message p{
  margin: 2vw 0;
}
#allout-about-page .about-message-title2{
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 2;
}

#allout-about-page .about-page-flex2{
  display: flex;
  width: 100%;
  gap: 4.7vw;
  position: relative;
  z-index: 1;
}
#allout-about-page .about-text-part2{
  width: 50%;
  padding: 6.6vw 0 0 6.6vw;
}
#allout-about-page .about-image2{
  width: calc( 50% - 5vw);
  position: relative;
  top: 15vw;
}
#allout-about-page .about-page-flex3{
  border-top: 1px solid #000;
  width: 100%;
  position: relative;
  top: -7vw;
  z-index: 0;
}
#allout-about-page .about-image-part3{
  padding: 6.6vw 5vw 0 6.6vw;
  width: 50%;
}
#allout-about-page .about-youtube{
  width: 100%;
  position: relative;
  top: 0;
}
#allout-about-page .about-youtube iframe{
  width: 100%;
  object-fit: cover;
  height: 59vw;
}
#allout-about-page .about-youtube video{
  width: 100%;
  object-fit: contain;
}
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration: 1.2s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;
  opacity:0;
}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }
  to {
    opacity:1;  
}
}
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration: 1.2s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    background-color: #000;
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

.text-container {
  overflow: hidden;
}
.text-slide {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.text-slide span.line-text-1{
  display: inline-block;
  animation: slideUp 1s forwards;
}
.text-slide span.line-text-2{
  display: inline-block;
  animation: slideUp 1s forwards 0.3s;
  opacity:0;
}
.text-slide span.line-text-3{
  display: inline-block;
  animation: slideUp 1s forwards 0.6s;
  opacity:0;
}
.text-slide span.line-text-4{
  display: inline-block;
  animation: slideUp 1s forwards 0.9s;
  opacity:0;
}
.text-slide span.line-text-5{
  display: inline-block;
  animation: slideUp 1s forwards 1.2s;
  opacity:0;
}
.text-slide span.line-text-6{
  display: inline-block;
  animation: slideUp 1s forwards 1.5s;
  opacity:0;
}
.text-slide span.line-text-7{
  display: inline-block;
  animation: slideUp 1s forwards 1.8s;
  opacity:0;
}
.text-slide span.line-text-8{
  display: inline-block;
  animation: slideUp 1s forwards 2.1s;
  opacity:0;
}
.text-slide span.line-text-9{
  display: inline-block;
  animation: slideUp 1s forwards 2.4s;
  opacity:0;
}
.text-slide span.line-text-10{
  display: inline-block;
  animation: slideUp 1s forwards 2.7s;
  opacity:0;
}
.text-slide span.line-text-11{
  display: inline-block;
  animation: slideUp 1s forwards 3s;
  opacity:0;
}
.text-slide span.line-text-12{
  display: inline-block;
  animation: slideUp 1s forwards 3.3s;
  opacity:0;
}
.text-slide span.line-text-13{
  display: inline-block;
  animation: slideUp 1s forwards 3.6s;
  opacity:0;
}

@keyframes slideUp {
  0% {
    transform: translateX(-100%);
    opacity:0;
  }
  100% {
    opacity:1;
    transform: translateX(0%);
  }
}

/* news page */
#allout-news-page .allout-sub-title{
  border-bottom: 1px solid #000;
}
.allout-sub-title .insta-icon{
  width: 3.5vw;
  object-fit: contain;
  display: inline-block;
  position: relative;
  left: 15px;
  top: -4px;
}
#allout-news-page .news-wrap{
  margin: 2.9vw auto;
}
#allout-news-page .article-wrap{
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.8vw;
}
#allout-news-page .article-date{
  color: #757575;
  font-size: 0.8vw;
}
.accordion-header {
  cursor: pointer;
  padding: 1vw 0;
  position: relative;
}
.accordion-header::before {
  content: '\002B';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.accordion-item.active .accordion-header::before {
  content: '\2212';
}
#allout-news-page .news-article{
  color: #000;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.6;
}
#allout-news-page .see-all-wrap, .gallery-btn{
  border-top: 1px solid #000;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  font-size: 1vw;
  transition: max-height 0.2s ease-out;
}

/* LOOK page */
#allout-look-page .look-item{
  width: calc(100% / 3);
  border-bottom: 1px solid #000;
}
#chage-view-mode{
  display: none;
}
#allout-look-page .lookitem-10,#allout-look-page .lookitem-11, #allout-look-page .lookitem-12{
  border-bottom: 0px solid #000;
  border-top: 0px solid #000;
}
#allout-look-page .swiper-slide-active{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#allout-look-page .look-flex-wrap{
  border-bottom: 0px solid #000;
} 
.change-view{
  padding: 0.9vw 1.7vw;
}
.change-view ul{
  list-style: none;
  display: flex;
  gap: 0.2vw;
}
.change-view .change-view-title{
  font-size: 0.9vw;
  font-weight: 400;
}
.change-view-icon{
  width: 1vw;
  position: relative;
  top: 0.3vw;
  cursor: pointer;
}
.change-view img{
  width: 100%;
  object-fit: contain;
}


#allout-look-page .swiper-slide.swiper-slide-active{
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
#allout-look-page .swiper{
  border-top: 1px solid #000;
  border-bottom: 0px solid #000;
}
#allout-look-page .swiper-slide{
  height: auto;
}
#allout-look-page .swiper-button-prev,
#allout-look-page .swiper-button-next {
  height: 34px !important;
  width: 22px !important;
  color: transparent !important;
}
#allout-look-page .swiper-button-prev::after,
#allout-look-page .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 34px;
  margin: auto;
  width: 22px;
}
#allout-look-page .swiper-button-prev{
  left: 26%;
}
#allout-look-page .swiper-button-next{
  right: 26%;
}
#allout-look-page .swiper-button-prev:after {
  background-image: url('/cdn/shop/files/arrow2-white.png?v=1715487364');
}
#allout-look-page .swiper-button-next:after {
  background-image: url('/cdn/shop/files/arrow-white.png?v=1715487344');
}
#allout-look-page .swiper-slide img {
  height: auto;
  width: 100%;
}
#allout-look-page .swiper-slide-prev:before,#allout-look-page .swiper-slide-next:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}
.stack-image-1, .slide-image-1{
  display: block;
}
.stack-image-2, .slide-image-2{
  display: none;
}

@media (max-width: 767px) {
  #main{
    overflow-x: hidden;
  }
  .sp-mode{
    display: block;
  }
  .pc-mode{
    display:none !important;
  }
  .shopify-section--rich-text{
    width: 100%;
    margin: 0 auto;
  }
  
  /* tieser page */
  .allout-tieser-contents{
    width: 88vw;
    margin: 25vw auto 0vw;
  }
  .allout-tieser-contents .allout-icon-logo{
    width: 50vw;
  }
  .allout-tieser-contents .allout-text-logo{
    width: 51vw;
    margin: 7vw auto;
  }
  .allout-tieser-contents .open-countdown{
    width: 77.4vw;
    padding-top: 5.1vw;
  }
  .allout-tieser-contents .countdown-item{
    width: 11vw;
    font-size: 7.9vw;
  }
  .allout-tieser-contents .countdown-item p{
    font-size: 2vw;
  }
  .allout-tieser-contents .comingsoon-text{
    padding-top: 35vw;
    font-size: 2.5vw;
  }
  .allout-tieser-contents .send-email-title{
    width: 85.8vw;
    padding-top: 15vw;
    font-size: 2.5vw;
  }
  .allout-tieser-contents .send-email-title-jp{
    width: 85.8vw;
    font-size: 2vw;
  }
  .allout-tieser-contents .allout-sns-wrap{
    padding-top: 12vw;
    width: 85.8vw;
    gap: 5.6vw;
  }
  .allout-tieser-contents .sns-line{
    width: 10vw;
    height: 10vw;
  }
  .allout-tieser-contents .sns-instagram{
    width: 10vw;
    height: 10vw;
  }
  .allout-tieser-contents .allout-copy{
    width: 85.8vw;
    padding-top: 8.7vw;
    font-size: 2.8vw;
  }

  /* nav hamburger */
  .sp-header-wrap{
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 14vw;
    background: #000;
  }
  .sp-allout-logo{
    width: 30vw;
    margin: 6.4vw 8.2vw;
    transition: width 0.3s ease;
  }
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    height: auto;
    transform: translateX(100%);
    background-color: #000;
    transition: ease .4s;
    overflow-y: auto;
  }
  .nav-items {
    width: 59.7vw;
    margin: 20vw auto 0;
  }
  .nav-items__item {
    color: #fff;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 6.9vw;
    margin-bottom: 10vw;
  }
  .nav-items__item a {
    color: #fff;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 6.9vw;
  }
  .nav-items__item:last-child a {
    margin-bottom: 0;
  }
  .header__hamburger {
    width: 9.2vw;
    position: absolute;
    top: 4.1vw;
    right: 2.3vw;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
    transition: ease .4s;
    display: block;
  }
  .hamburger span:nth-of-type(1) {
    top:0; 
  }
  .hamburger span:nth-of-type(2) {
    top: 8px;
  }
  .hamburger span:nth-of-type(3) {
    top: 16px;
  }
  .header__nav.active {
    transform: translateX(0);
  }
  .hamburger.active span:nth-child(1) {
    top: 1px;
    transform: translateY(6px) rotate(-45deg);
  }
  .hamburger.active span:nth-child(3) {
     top: 12px;
    transform: translateY(-6px) rotate(45deg);
  }
   .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__nav .allout-menu-icon-wrap ul{
    list-style: none;
    display: flex;
    gap: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 10vw;
  }
  .header__nav .allout-menu-icon-wrap li{
    width: 6.1vw;
  }
  .header__nav .allout-menu-icon-wrap li img{
    width: 100%;
    object-fit: contain;
  }
  .header__nav .change-lang-wrap{
    padding-top: 9.2vw;
  }
  .header__nav .change-lang-wrap ul{
    list-style: none;
    display: flex;
    gap: 9px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .header__nav .change-lang-wrap li a{
    color: #9E9E9E;
    font-size: 5.6vw;
    font-weight: 500;
  }
  .header__nav .change-lang-wrap .on-lang{
    color: #fff;
  }
  .dli-plus {
    color: #fff;
    top: -5px;
    right: -20vw;
    width: 15px;
    height: 2px;
  }
  .sort-filter-wrap{
    height: 7.6vw;
  }
  #collection-sort{
    font-size: 2.8vw;
  }
  .sort-name{
    font-size: 2vw;
  }
  #sort-wrap{
    top: 7.4vw;
  }
  #sort-wrap li a{
    font-size: 2vw;
  }
  #sp-item-category-wrap{
    position: fixed;
    height: 100vh;
    background: #fff;
    left: -1000px;
    overflow: hidden;
    width: 100%;
    transition: left 0.5s ease;
    top: 0;
    z-index: 100;
    overflow-y: auto;
  }
   #sp-item-category-wrap.open {
     left: 0;
   }
  .hamburger.active .color-black {
     background-color: #000;
   }
  .item-category-header{
    width: 100%;
    height: 14vw;
    display: flex;
    align-items: space-around;
  }
  .item-category-backbtn{
    width: 14vw;
    background: #000;
  }
  .item-category-backbtn img{
    width: 10vw;
    margin: 2.5vw auto;
    text-align: center;
    object-fit: contain;
  }
  .sp-side-category-title{
    font-size: 5.6vw;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 25vw;
    line-height: 25vw;
    color: #000;
    border-bottom: 1px solid #000;
  }
  #sp-item-category-wrap ul{
    list-style: none;
    display: block;
  }
  #sp-item-category-wrap a, .sidemenu-collection{
    height: 20vw;
    line-height: 20vw;
    font-size: 3.8vw;
    color: #000;
    border-bottom: 1px solid #000;
    display: block;
  }
  .sidemenu-collection{
    border-bottom: 0 solid #000;
  }
  #sp-item-category-wrap li{
    padding: 0 17vw;
  }
  .sidemenu-collection-wrap li{
    font-size: 3.5vw !important;
    color: #000 !important;
    padding: 0 17vw;
  }
  .sidemenu-collection-wrap a{
    border-bottom: none !important;
    padding: 0 17vw;
    height: 10vw !important;
    line-height: 10vw !important;
  }
  .sidemenu-collection .dli-plus{
    color: #000;
    right: -10vw;
    top: -3px;
  }
  .header-cart-icon{
    width: 6vw;
    position: fixed;
    top: 14px;
    right: 16vw;
  }
  .header-cart-icon img{
    object-fit: contain;
    width: 100%;
  }

  /* top Mainイメージ */
  .pc-right-parts{
    width: 100%;
    margin: 0 auto;
  }
  #allout-main-image{
    position: relative;
  }
  #allout-main-image img{
    width: 100%;
    object-fit: cover;
    height: auto;
    object-position: center top;
  }
  #allout-main-image .main-contents-wrap{
    padding: 5.9vw 0;
  }
  #allout-main-image .main-text{
    font-size: 6.9vw;
    font-weight: 500;
  }
  #allout-main-image  .main-image-btn{
    width: 18.2vw;
    height: 7.1vw;
    line-height: 7.1vw;
    font-size: 2.3vw;
  }
  /* top common */
  .allout-sub-title{
    line-height: 17.4vw;
    height: 17.4vw;
    font-size: 5.6vw;
  }
  .see-all-wrap{
    line-height: 9.2vw;
    height: 9.2vw;
    font-size: 2.3vw;
  }
  .btnlinestretches5::before {
    left: 58%;
    top: 4vw;
    width: 20px;
  }
  .btnlinestretches5::after {
    top: 3.1vw;
    left: 61%;
    width: 8px;
    height: 8px;
  }
  .instagram-link.btnlinestretches5::before{
    left: 64%;
  }
  .instagram-link.btnlinestretches5::after{
    left: 67%;
  }
  .btnlinestretches5::before {
    animation: arrowlong01 0.7s ease;
  }
  .btnlinestretches5::after {
    animation: arrowlong02 0.7s ease;
  }
  .instagram-link.btnlinestretches5::after {
    animation: arrowlong04 0.7s ease;
  }
  @keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:18px;opacity:1}
    100%{width:18px;opacity:1}
  }
  @keyframes arrowlong02{
    0%{left:57.5%;opacity:0}
    20%{left:57.5%;opacity:1}
    80%{left:61%;opacity:1}
    100%{left:61%;opacity:1}
  }
  @keyframes arrowlong04{
    0%{left:63.5%;opacity:0}
    20%{left:63.5%;opacity:1}
    80%{left:67%;opacity:1}
    100%{left:67%;opacity:1}
  }

  .allout-sub-title .insta-icon{
    width: 10vw;
    left: 5px;
    top: -2px;
  }

  /* top item */
  #allout-item .item-flex-wrap{
    flex-wrap: wrap;
  }
  #allout-item .item-product {
    width: 50%;
    padding:0.5vw 1.5vw;
  }
  #allout-item .item-product:nth-child(1){
    border-bottom: 1px solid #000;
  }
  #allout-item .item-product:nth-child(2){
    border-right: 0px;
    border-bottom: 1px solid #000;
  } 
  #allout-item .item-product img{
    width: 100%;
    height: 66.6vw;
  }
  #allout-item  .item-title, .product-card__info .product-title{
    font-size: 2.5vw;
  }
  #allout-item  .item-price, .product-card__info sale-price{
    font-size: 2.5vw;
  }
  #allout-item  .item-product .product-tag{
    top: 2.5vw;
    left: 2.5vw;
    font-size: 2.3vw;
  }
  .tag_soldout{
    padding: 1vw 1vw;
  }
  .tag_pre{
    padding: 1vw 1vw;
  }

  /* LOOK */
  #allout-look .swiper-slide.swiper-slide-active{
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
  #allout-look .swiper{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #allout-look .swiper-slide{
    height: auto;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 10px !important;
    width: 7px !important;
    color: transparent !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    margin: auto;
    width: 7px;
  }
  .swiper-button-prev:after {
    background-image: url('/cdn/shop/files/arrow-left.png?v=1714966543');
  }
  .swiper-button-next:after {
    background-image: url('/cdn/shop/files/arrow-right.png?v=1714966527');
  }
  .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .look-product-title{
    font-size: 2vw;
  }
  .look-product-item {
    font-size: 2vw;
  }
  .look-product-posted{
    font-size: 1.9vw;
    bottom: 12vw;
  }
  .look-modal-button {
    top: 1vw;
    left: 1vw;
    width: 1.9vw;
    height: 1.9vw;
  }
  .look-modal-button{
    position: absolute;
    top: 1.3vw;
    left: 1.3vw;
    width: 6.6vw;
    height: 6.6vw;
  }
  .look-modal-wrap{
    left: 0%;
    top: 0;
    padding: 1vw;
    width: 100%;
    height: 90%;
    overflow-y: auto;
  }
  .modal-content{
    max-width: 100%;
    padding: 1vw;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5vw;
  }
  .modal-bigimage{
    width: 78%;
    margin: 15vw auto 0;
  }
  .modal-smallimag-wrap{
    width: 100%;
    display: flex;
    gap: 2.5vw;
  }
  .modal-smallimag{
    padding-top: 0;
    width: 45%;
    min-width: 45%;
    margin: 0 auto 5vw;
  }
  .lookmodal-close {
    left: 90%;
    top: 15vw;
  }
  .modal-bigimage .look-product-posted {
    bottom: 11.5vw;
  }
  .modal-product-title, .modal-product-price{
    font-size: 2vw;
  }
  .modal-small-title{
    font-size: 2vw;
  }

  /* top about */
  #allout-about .about-contents-wrap{
    width: 100%;
    left: 0;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    display: block;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.43) 0%, rgba(102, 102, 102, 0) 100%);
  }
  #allout-about .about-text-wrap{
    padding-top: 3vw;
    width: 90%;
    margin: 0 auto;
  }
  #allout-about .about-contents-wrap p{
    font-weight: 500;
    font-size: 3.5vw;
    margin-top: 4vw;
    text-align: center;
  }
  #allout-about .about-see-btn{
    width: 24.6vw;
    height: 8.7vw;
    line-height: 8.7vw;
    font-size: 3vw;
    font-weight: 300;
    margin: 5.8vw auto 0;
  }

  /* top news */
  #allout-news .news-wrap{
    margin: 8vw auto 12vw;
  }
  #allout-news .article-wrap{
    width: 90%;
    padding: 4.8vw;
  }
  #allout-news .article-date{
    font-size: 2.3vw;
  }
  #allout-news .news-article{
    font-size: 3.5vw;
    line-height: 1.5;
  }

  /* original footer */
  #allout-footer{
    padding: 2.6vw 3vw 1.3vw;
  }
  #allout-footer .footer-flex-wrap{
    width: 80%;
    display: block;
    margin: 17vw auto 3.5vw;
  }
  #allout-footer .footer-item{
    width: 100%;
  }
  #allout-footer .footer-sub-title{
    font-size: 3.8vw;
    padding-bottom: 0.85vw;
  }
  #allout-footer .form-control{
    width: 100%;
  }
  #allout-footer .news-letter-wrap{
    position: relative;
    margin-bottom: 3.5vw;
  }
  #allout-footer .input{
    height: 8.2vw;
    font-size: 2.5vw;
  }
  #allout-footer .button-xl {
    width: 10vw;
    font-size: 2.8vw;
    height: 6vw;
    line-height: 6vw;
    top: 1vw;
    left: 85%;
    position: absolute;
  }
  #allout-footer .footer-traning{
    font-size: 3.3vw;
    line-height: 1.6;
    padding-top: 10vw;
  }
  #allout-footer .footer-contact-title{
    padding-top: 10vw;
  }
  #allout-footer .footer-contact{
    padding-bottom: 3vw;
  }
  #allout-footer .footer-contact p{
    font-size: 3vw;
  }
  #allout-footer .footer-company{
    font-size: 3vw;
  }
  #allout-footer .company-title{
    padding-top: 10vw;
    padding-bottom: 2.8vw;
  }
  #allout-footer .allout-footermenu-wrap ul{
    padding-bottom: 15vw;
    padding-top: 10vw;
    margin: 0 auto;
  }
  #allout-footer .allout-footermenu-wrap li{
    padding-bottom: 6.4vw;
  }
  #allout-footer .allout-footermenu-wrap li a{
    font-size: 3.3vw;
    font-weight: 700;
  }
  #allout-footer .allout-sns-wrap{
    gap: 5.4vw;
    justify-content: center;
  }
  #allout-footer .sns-line{
    width: 10vw;
    height: 10vw;
  }
  #allout-footer .sns-instagram{
    width: 10vw;
    height: 10vw;
  }
  #allout-footer .footer-copy-wrap{
    align-items: center;
    display: block;
  }
  #allout-footer .footer-copy-right{
    width: 100%;
    text-align: center;
    font-size: 2.8vw;
    color: #9E9E9E;
    font-weight: 400;
    padding-bottom: 10vw;
  }
  #allout-footer .footer-logo{
    width: 100%;
    margin: 11vw auto;
  }
  #allout-footer .footer-logo{
    justify-content: center;
  }
  #allout-footer .footer-logo img{
    width: 44.8vw;
    object-fit: contain;
  }

  /* product page */
  .product-item-page-title{
    font-size: 5.6vw;
    height: 15.3vw;
    line-height: 15.3vw;
  }
  #allout-product-page .product-gallery__media{
    width: 90%;
    margin: 0 auto;
    height: 133vw;
  }
  .allout-product-contents .product-gallery safe-sticky{
    padding-right: 1.4vw;
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
    border-bottom: 1px solid #000;
  }
  .allout-product-contents h1.product-title {
    padding-top: 5.2vw;
    font-weight: 500;
    font-size: 5.6vw;
    text-align: left;
  }
  #allout-product-page .product-info{
    width: 90%;
    margin: 0 auto;
  }
  #allout-product-page .product-info__block-list{
    width: 100%;
  }
  .allout-product-contents .block-swatch{
    border-radius: 7px;
    width: 13.3vw;
    height: 5.6vw;
    line-height: 5.6vw;
    font-size: 2vw;
  }
  #allout-product-page  .option-flex-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1vw 0;
  }
  #allout-product-page .option-flex-wrap .option-title{
    width: 21vw;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left;
  }
  .allout-product-contents .option-flex-wrap .variant-picker__option-values{
    width: calc(100% - 20vw);
  }
  .allout-product-contents .option-color-list{
    width: calc(100% - 20vw);
    gap: 1vw;
  }
  .allout-product-contents .option-color-list li{
    width: 12vw;
  }
  .allout-product-contents .option-color-list li img{
    height: 15vw;
  }
  .allout-product-contents .option-flex-wrap .quantity-selector{
    width: 27.6vw;
    --quantity-selector-height: 5.3vw;
  --quantity-selector-input-width: 15vw;
  }
  .allout-product-contents  sale-price{
    font-size: 5.1vw;
    color: #000;
  }
  .allout-product-contents .button{
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
  }
  .allout-product-contents .product-info__block-item{
    width: 100%;
  }
  .allout-product-contents .product-info__block-item p{
    font-size: 3.5vw;
    line-height: 1.6;
    font-weight: 500;
  }
  .product-option-size-title{
    font-size: 4.3vw;
    padding-bottom: 3.3vw;
  }
  .product-option-wash{
    padding-bottom: 8.9vw;
    color: #626262;
  }
  #allout-recentrly-page h2, #allout-recommend-page h2{
    line-height: 12.8vw;
    height: 12.8vw;
    font-size: 3.8vw;
  }
  #allout-recentrly-page .allout-sub-title, #allout-recommend-page .allout-sub-title{
    line-height: 12.8vw;
    height: 12.8vw;
    font-size: 3.8vw;
  }
  .allout-product-contents .product-info__block-item[data-block-type="description"]{
    color: #626262;
  }
  .allout-product-contents .product-info__block-item h1.product-title,
  .allout-product-contents .product-info__block-item .liquid,
  .allout-product-contents .product-info__block-item variant-picker,
  .allout-product-contents .product-info__block-item .option-flex-wrap
  .allout-product-contents .product-info__block-item variant-picker,
  .allout-product-contents .product-info__block-item .shopify-product-form,
  .allout-product-contents .product-info__block-item .prose,
  .allout-product-contents .product-info__block-item[data-block-type="quantity-selector"],
  .allout-product-contents .product-info__block-item[data-block-type="price"]
  {
    width: 100%;
    margin: 0 auto;
  }
  .model-size {
    font-size: 3.5vw;
  }
  .size-chart th, td {
    font-size: 3.5vw;
  }
  .product-option-wash{
    font-size: 3.5vw;
  }
  .size-attention{
    font-size: 2.8vw;
  }
  .allout-product-contents .product-gallery__image-list{
    border-left: 0px solid #000;
    border-right: 0px solid #000;
  }
  .allout-product-contents .product-info__block-list{
    max-height: 100%;
    overflow-y: hidden;
  }
  .product-tag {
    font-size: 2.3vw;
  }
  p.custom-color-name{
    text-align: center;
    font-size: 1.6vw !important;
  }
  .allout-product-contents .button, .allout-product-contents .shopify-payment-button__button{
    height: 9.2vw;
  }
  product-gallery-navigation,.product-gallery__thumbnail{
    width: auto;
  }

  /* collection page */
  #allout-collection-page, #allout-account-page, #allout-cart-page, #allout-look-page,#allout-about-page,#allout-product-page{
    padding-top: 4vw;
  }

  /* About page */
  #allout-about-page .about-page-flex{
    display: block;
    width: 100%;
    padding: 0;
    gap: 0;
  }
  #allout-about-page .border-bottom{
    border-bottom: 1px solid #000;
  }
  #allout-about-page .about-image-part{
    width: 100%;
  }
  #allout-about-page .about-text-part{
    width: 100%;
  }
  #allout-about-page .about-tag{
    font-size: 3.8vw;
    line-height: 1.5;
    padding-top: 10.5vw;
    text-align: center;
  }
  #allout-about-page .about-message-title{
    font-size: 10.2vw;
    text-align: center;
    padding-bottom: 5.5vw;
    line-height: 1.5;
  }
  #allout-about-page .about-message{
    width: 90%;
    margin: 11vw auto 8vw;
  }
  #allout-about-page .about-message span{
    font-size: 3.5vw;
  }
  #allout-about-page .about-message p{
    margin: 7vw 0;
  }
  #allout-about-page .about-message-title2{
    font-size: 6.1vw;
    text-align: center;
    padding-top: 7.1vw;
  }
  #allout-about-page .about-page-flex2{
    display: block;
    width: 100%;
    gap: 0;
    position: relative;
    z-index: 1;
  }
  #allout-about-page .about-text-part2{
    width: 100%;
    padding: 0;
  }
  #allout-about-page .about-text-part2 .about-message{
    margin: 0 auto 8vw;
  }
  #allout-about-page .about-image2{
    width: 100%;
    top: 0;
  }
  #allout-about-page .about-page-flex3{
    border-top: 0px solid #000;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 0;
  }
  #allout-about-page .about-image-part3{
    padding: 0;
    width: 100%;
  }
  #allout-about-page .about-youtube{
    width: 100%;
    position: relative;
    top: 0;
  }
  #allout-about-page .about-youtube iframe{
    width: 100%;
    object-fit: cover;
    height: 66.6vw;
  }
  #allout-about-page .about-youtube video{
    width: 100%;
    object-fit: cover;
  }
  .border-bottom{
    border-top: 0px solid #000;
  }

  /* news page */
  #allout-news-page{
    padding-top: 14vw;
  }
  #allout-news-page .news-wrap{
    margin: 8vw auto 12vw;
  }
  #allout-news-page .article-wrap{
    width: 90%;
    padding: 4.8vw;
  }
  #allout-news-page .article-date{
    font-size: 2.3vw;
  }
  #allout-news-page .news-article{
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .accordion-content {
    font-size: 2.8vw;
  }
  .accordion-header::before {
    right: -10px;
  }

  /* LOOK page */
  #allout-look-page .look-item{
    width: calc(100% / 2);
  }
  #allout-look-page .lookitem-9, #allout-look-page .lookitem-10{
    border-bottom: 0px solid #000;
    border-top: 0px solid #000;
  }
  .change-view{
    padding: 3.5vw;
  }
  .change-view ul{
    gap: 0.5vw;
  }
  .change-view .change-view-title{
    font-size: 3vw;
  }
  .change-view-icon{
    width: 4.6vw;
    top: 0.3vw;
  }
  #allout-look-page .swiper-button-prev,
  #allout-look-page .swiper-button-next {
    height: 10px !important;
    width: 7px !important;
  }
  #allout-look-page .swiper-button-prev::after,
  #allout-look-page .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    margin: auto;
    width: 7px;
  }
  #allout-look-page .look-item img{
    height: auto;
  }
  #allout-look-page .swiper-button-prev{
    left: 2.5%;
  }
  #allout-look-page .swiper-button-next{
    right: 2.5%;
  }
  #allout-look-page .swiper-button-prev:after {
    background-image: url('/cdn/shop/files/arrow-left.png?v=1714966543');
  }
  #allout-look-page .swiper-button-next:after {
    background-image: url('/cdn/shop/files/arrow-right.png?v=1714966527');
  }
  #allout-look-page .swiper-slide-prev:before,#allout-look-page .swiper-slide-next:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: unset;
  }
  #change-stack-mode .look-product-posted{
    right: -6vw;
    bottom: 10.5vw;
  }
  #change-stack-mode .look-modal-button{
    width: 3.8vw;
    height: 3.8vw;
  }

}
