#styling .__shopItem a {
  background-color: unset;
  width: auto !important;
  padding-bottom: 0;
}


#styling #detail .c-title01{
  margin-bottom: 0;
  background: none;
}

body#topics, body.single-post{
  background: none !important;
}
.styleArchiveList>li.is-show {
  display: block;
  animation-name: fadein;
  animation-duration: 2s;
  animation-iteration-count:unset;
}
.styleArchiveList>li {
  display: none;
  animation-name: fadein;
  animation-duration: 2s;
  animation-iteration-count:unset;
}
.p-stylingNav select {
  letter-spacing: 3px;

}
.p-stylingNav .shopBlogNav .__shopItem {
  margin-bottom: 24px
}
.stylingSlide{
  opacity: 0;
  transition: opacity .3s linear;
}
.stylingSlide.slick-initialized{
  opacity: 1;
}
@keyframes fadein {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
  }
@media(max-width:767px){
  .p-stylingNav select {
    font-size: 12px;
  
  }
}
  @media(min-width: 768px){
    .styleArchiveList .c-productItem img {
      width: 282px;
      height: 430px;
    }
    .styleArchiveList .c-productItem .slick-slide{
      height: 430px;
    }
    .styleArchiveList .js-product_slider02__prev,.styleArchiveList .js-product_slider02__next {
      margin-top: -193px;
    }
    .p-styleDetailThumb .js-product_slider02__prev {
      left: 8px;      
    }
    .p-styleDetailThumb .js-product_slider02__next {
      right: 8px;      
    }
    .p-stylingNav .shopBlogNav .__shopItem a {
      font-size: 16px;
    }
   
  }
  .c-imagebox_3to4:before{
    aspect-ratio: 282/430;
  }
  .styleArchiveList .c-productItem .slick-slide{
    aspect-ratio: 282/430;
  }
  .styleArchiveList .c-productItem img {
    aspect-ratio: 282/430;
  }