/* TOP PAGE STYLES */
.recommend-head,
.labels,
.collection-banner,
.pickup-inner,
#top_movie_area{
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.pickup-inner{
  max-width: 1200px;
}

.recommend-head{
  box-sizing:border-box;
  max-width: calc(1400px - 180px);
}

/*
.m-ellipsis{
  position:relative;
  display:flex !important;
  width:100%;
  word-break:break-all;
  overflow-wrap:break-word;
}
.m-ellipsis span{
  display:flex;
}
.m-ellipsis span::after{
  content: '...';
  align-self: flex-end;
  transform: translateY(-4px);
  letter-spacing: 1px;
  font-size: 110%;
  background: white;
  margin-left: -18px;
  height: 20.8px;
  width: 19px;
  flex: 0 0 auto;
}
*/

/* TOP PAGE */
#top_movie_area{
  height:auto;
  margin-bottom:70px;
}
.videos-wrapper{
  padding-bottom:79.2%;
  position:relative;
  /* overflow: hidden; */
  width:100%;
  height:auto;
}
.videos-title{
  position:absolute;
  z-index:1;
  width:100%;
  top:28.52631%;
  top: 0;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 640px;
}
.videos-title h1{
  color:#fff;
  font-weight:700;
  font-family: 'Montserrat', sans-serif;
  font-size:57px;
  font-size:3.8rem;
  /* font-size:4.75vw; */
  font-size:clamp(38px, 4.75vw, 57px);
  text-align:center;
  line-height:1.1;
  display:block;
  letter-spacing:2.8px;
  letter-spacing:0.186rem;
  /* letter-spacing:0.2vw; */
  letter-spacing:clamp(0px, 0.2vw, 0.186rem);
}
.videos-title p{
  color:#fff;
  font-weight:700;
  font-size:21px;
  font-size: 1.75vw;
  font-size: clamp(20px, 1.75vw, 24.5px);
  text-align:center;
  line-height:3;
  display:block;
  letter-spacing: 2.45px;
  letter-spacing: 0.163rem;
  /* letter-spacing: 0.175vw; */
  letter-spacing: clamp(0px, 1.175vw, 0.163rem);
  /* margin-bottom:2vw; */
  margin-bottom:28px;
  margin-bottom:clamp(20px, 2vw, 28px);
}
.videos-title a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:29.1666vw;
  width:clamp(290px, 29.1666vw, 400px);
  border-radius:1000vw;
  margin:0 auto;
  color:#000;
  background-color:#fff;
  font-size:20px;
  font-size: 1.66667vw;
  font-size: clamp(18px, 1.66667vw, 20px);
  font-weight:700;
  font-family: 'Montserrat', sans-serif;
  border:solid 2px #000;
  /* border:solid 0.166667vw #000; */
  border:solid clamp(1px, 0.166667vw, 2px) #000;
  position:relative;
  letter-spacing: 1.14px;
  /* letter-spacing: 0.01vw; */
  letter-spacing: clamp(0px, 0.01vw, 1.14px);
  box-sizing:border-box;
  transition:background-color 0.15s ease-in;
  height: 0;
  /* padding-top: 2.55vw; */
  padding-top: 35px;
  padding-top: clamp(26px, 2.55vw, 35px);
  /* padding-bottom: 2.55vw; */
  padding-bottom: 35px;
  padding-bottom: clamp(26px, 2.55vw, 35px);
}
.videos-title a::before{
  content:'';
  width:16px;
  width:4.57142%;
  height:0;
  padding-bottom:0.5%;
  background:#000;
  position:absolute;
  top:50%;
  left:86.85714%;
  transform:translateY(-50%);
}
.videos-title a::after{
  content:'';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M5,0l5,14H0Z' transform='translate(14) rotate(90)' fill='%23000'/%3E%3C/svg%3E");
  background-position:left center;
  background-repeat:no-repeat;
  background-size:contain;
  height:0;
  padding-bottom:3%;
  width: 4%;
  position:absolute;
  top:50%;
  left:90.28571%;
  transform:translateY(-50%);
  /* transition:left 0.15s ease-in; */
  transition: transform 0.15s ease-in;
}
.videos-title a:hover{
  background-color:rgba(255, 255, 255, 0.7);
}
.videos-title a:hover::after{
  /* left:91.42857%; */
  transform: translateY(-50%) translateX(23%);
}
.videos-wrapper::before{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  background:#000;
  width:80%;
  width:calc(100vw - 160px);
  height:73%;
}
#top_movie_area picture,
#top_movie_area video{
  position:absolute;
  height:auto;
}
#top_movie_area picture img{
  width:100%;
  height:auto;
}
#top_movie_area .video1{
  left: 0;
  top: 0;
  width: 50%;
}
#top_movie_area .video2{
  left: 55%;
  top: 4%;
  width:12%;
}
#top_movie_area .video3{
  top: 0;
  left: 72.5%;
  width: 23.5%;
}
#top_movie_area .video4{
  top: 31%;
  left: 65.25%; 
  width: 12%;
}
#top_movie_area .video5{
  top: 37%;
  right: 0; 
  width: 13%;
}
#top_movie_area .video6{
  top: 50.5%;
  left: 72.5%; 
  width: 13%;
}
#top_movie_area .video7{
  top: 72%;
  left: 5%; 
  width: 21%;
}
#top_movie_area .video8{
  left: 35%;
  top: 76%; 
  width: 12%;
}
#top_movie_area .video9{
  bottom: 0;
  left: 59%; 
  width: 39%;
}

.collection-banner{
  margin-bottom:100px;
}
.collection-banner-row{
  display:flex;
  padding:0 20px;
  margin-bottom:40px;
  position:relative;
  flex-wrap:wrap;
  justify-content: flex-end;
}

.collection-banner > .collection-banner-row:last-of-type{
  margin-bottom:0;
}
.collection-banner > .collection-banner-row:nth-of-type(even){
  flex-direction:row-reverse;
}

.collection-banner-desc{
  width:350px;
  box-sizing: content-box;
  padding:25px 60px 0 60px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
}
.collection-banner-desc::before{
  content:'';
  position:absolute;
  left:60px;
  width:350px;
  top:0;
  height:2px;
  display:block;
  background:#000;
}
.collection-banner-desc::after{
  content:'';
  display:block;
  height:100%;
  width:20px;
  position:absolute;
  right:-20px;
  top:0;
  background:#000;
}
.collection-banner > .collection-banner-row:nth-of-type(even) .collection-banner-desc:after{
  left:-20px;
}
.collection-banner-title{
  text-align:right;
  display:block;
  transition:opacity 0.3s;
}
/* .collection-banner-row:hover .collection-banner-title{
  opacity:0.6;
} */
.collection-banner > .collection-banner-row:nth-of-type(even) .collection-banner-title{
  text-align:left;
}
.collection-banner-text{
  padding-top:64px;
}
.collection-banner-text p{
  font-size:14px;
  font-size:0.93rem;
  line-height:1.6;
  margin-bottom:15px;
  display:block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  transition:opacity 0.3s;
}
/* .collection-banner-row:hover .collection-banner-text p{
  opacity:0.7;
}
.collection-banner-row:hover .collection-banner-text p.collection-banner-link{
  opacity:1;
} */
.collection-banner-text p:last-of-type{
  margin-bottom:0;
}


.collection-banner-picture{
  width:calc(100% - 470px);
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
}
.collection-banner-cover{
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
  width:100%;
  height:100%;
}
.collection-banner-cover picture{
  height:100%;
  position:relative;
  background:black;
}
.collection-banner-cover img{
  height:auto;
  min-width:100%;
  min-height:100%;
  display:block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  transition:opacity 0.3s;
}
.collection-banner-row:hover .collection-banner-cover img{
  opacity:0.7;
}
@supports (object-fit: cover) {
  .collection-banner-cover img{
    min-width:inherit;
    min-height:inherit;
    position:relative;
    left:inherit;
    top:inherit;
    transform:inherit;

    width: 100%;
    height: 100%;
    object-fit: cover;

  }
}
.collection-banner-picture > picture{
  display:none;
  background:black;
}
.collection-banner-picture > picture img{
  transition:opacity 0.3s;
}
.collection-banner-row:hover .collection-banner-picture > picture img{
  opacity:0.7;
}
.collection-banner-row > picture{
  width:32%;
  justify-self:flex-start;
  flex:0 0 auto;
  height:auto;
  margin-top: -7.309%;
  margin-left:430px;
  position:relative;
  background:black;
}
.collection-banner-row > picture img{
  width:100%;
  height:auto;
  transition:opacity 0.3s;
}
.collection-banner-row:hover > picture img{
  opacity:0.7;
}


.pickup{
  padding:0 90px;
  position:relative
}
.pickup::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:100%;
  z-index:0;
  width:50%;
  display:block;
  background-color:#F2F2F2;
}
.pickup-inner{
  padding:78px 0;
  position:relative;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:flex-start;
}
.pickup-inner::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:100%;
  z-index:0;
  width:calc(100% - 50px);
  display:block;
  background-color:#F2F2F2;
}
.pickup-header{
  width:230px;
  flex:0 0 auto;
  position:relative;
  padding-bottom:40px;
}
.pickup-cards{
  width: calc(100% - 230px);
  flex: 1 0 auto;
  position: relative;
  min-width: 650px;
}
.pickup-cards ul{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}
.pickup-cards ul li{
  width:calc((100% / 3) - (20px / 3));
}
.pickup-cards ul li a {
  display:flex;
  flex-direction:column;
}

.pickup-cards figure,
.pickup-cards .pickup-image{
  display:flex;
  flex:0 0 auto;
  background:black;
}
.pickup-cards ul li a picture{
  width:calc(100% - 20px);
  /* background-size:contain; */
  /* background-position:center center; */
  /* background-repeat:no-repeat; */
  /* height:0; */
  /* padding-bottom:58.5%; */
  transition:opacity 0.3s;
  position:relative;
  background:none !important;
}
.pickup-cards ul li a img{
  width:100%;
  /* height:100%; */
  
  /* height:auto;*/
  
  /* flex:0 0 auto; */
  /* position:absolute; */
  /* left:0; */
  /* top:0; */
  /* opacity:0; */
  /* transition:opacity 0.3s; */
}

.pickup-cards ul li a:hover picture{
  opacity:0.7;
}

.pickup-cards .pickup-image span{
  display:flex;
  width:20px;
  color:#fff;
  background:black;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: 'Montserrat', sans-serif;
  font-size:13px;
  font-weight:500;
  display:flex;
  align-items:center;
  line-height:1;
  padding:6px 0;
}
.pickup-cards .pickup-image span::before{
  content:'';
  width:2px;
  height:7px;
  background:#fff;
  margin-bottom:6px;
}



.pickup-cards ul li a > span{
  display:block;
  margin-top:10px;
  line-height:1.3;
  letter-spacing:-0.5px;
  font-size:16px;
  height: calc(((16px * 1.3) * 2) + 1px);
  width:100%;
  overflow: hidden;
}
.pickup-cards ul li a > span span{
  display:flex;
  line-height:inherit;
  overflow:hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.labels{
  padding:100px 15px 100px 130px;
  position:relative;
}
.labels::before{
  content:'KOMINE Labels';
  font-size:90px;
  font-family: 'Montserrat', sans-serif;
  line-height:70px;
  font-weight:700;
  color:#D9D9D9;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position:absolute;
  left:15px;
  top:100px;
  height:calc(100% - 100px);
  width:70px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.labels-head{
  padding-left:30px;
  width:calc(50% - 30px);
  box-sizing:border-box;
}
.labels-head p{
  display:block;
  padding-top:15px;
  font-size:0.93rem;
  line-height:1.4;
}

.labels-cards ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 55px;
}
.labels-cards ul li{
  width:calc(50% - 5px);
  padding-top:70px;
}
.labels-cards ul li:nth-of-type(-n + 2){
  padding-top:0;
}
.labels-cards ul li:nth-of-type(odd){
  transform:translateY(55px);
}
.labels-cards ul li:nth-of-type(even){
  transform:translateY(-30px);
}
.labels-cards ul li a{
  position:relative;
  display:block;
}
.labels-cards ul li a picture{
  background:#000;
}
.labels-cards ul li a img{
  width:100%;
  height:auto;
  transition:opacity 0.3s;
}
.labels-cards ul li a:hover img{
  opacity:0.7;
}
.card-title{
  display:block;
  position:absolute;
  right:0;
  top:0;
  line-height:1;
  font-size:45px;
  font-weight:700;
  font-family: 'Montserrat', sans-serif;
  transform:translateY(-30px);
  transform:translateY(calc(-80% - 5px));
  padding-right:20px;
  z-index:1;
}
.card-desc{
  display:flex;
  background:#F2F2F2;
  padding:13.5px 105px 11.5px 15px;
  display:block;
  position:relative;
  line-height:1;
  background: linear-gradient(to left, #000000 0, #000000 90px, #f2f2f2 90px, #f2f2f2  100%);
  transition:color 0.3s;
}
.labels-cards ul li a:hover .card-desc{
  color:#777;
}
.card-desc::before {
  content: '';
  width: 18px;
  height: 2px;
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.card-desc::after{
  content:'';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M5,0l5,14H0Z' transform='translate(14) rotate(90)' fill='%23fff'/%3E%3C/svg%3E");
  width:14px;
  height:10px;
  position:absolute;
  right:32px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.15s ease-in;
}
.labels-cards ul li a:hover .card-desc::after{
  transform: translateY(-50%) translateX(3px);
}
.products{
  padding:70px 90px;
}
.products-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:40px;
}
.main-products-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  padding-bottom:40px;
}
.main-products-list li{
  width:calc(33.333% - 6px);
  padding-top:20px;
}
.main-products-list li a{
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}
.main-products-list li a:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: #fff;
}
.main-products-list li:nth-of-type(-n + 3){
  padding-top:0;
}
.main-products-list li figure{
  display:block;
  position:relative;
  overflow:hidden;
  padding-bottom: 36%;
}
.main-products-list li figure img{
  position:absolute;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  transition: opacity 0.3s;
}
.main-products-list li a:hover img{
  opacity:0.6;
}
.main-products-list li img{
  display:block;
  width:100%;
  height:auto;
  transition:opacity 0.3s; 
}
.main-products-list li span{
  display:block;
  color:#fff;
  padding-top:15px;
  font-size:18px;
  font-size:1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  line-height:1.2;
}

.sub-products-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.sub-products-list li{
  width:22%;
  padding-top:40px;
}
.sub-products-list li:nth-of-type(-n + 4){
  padding-top:0;
}
.sub-products-list li a{
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  background-repeat:no-repeat;
  background-position:left center;
  font-weight:700;
  font-size:18px;
  font-size:1.2rem;
  font-family: 'Montserrat', sans-serif;
  line-height:1.2;
  word-break:break-word;
  text-decoration-color: transparent;
  transition:text-decoration-color 0.3s;
}
.sub-products-list li a:hover{
  text-decoration:underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: #fff;

}

.sub-products-list li a img{
  width:60px;
  height:60px;
  flex:0 0 auto;
  margin-right:15px;
}

.js-se-recommend{
  overflow:hidden;
}
.recommend-head{
  padding-left:90px;
  padding-bottom:40px;
}

.js-silveregg-slide.sld{
  padding-left:90px;
  padding-right:0;
  display:flex;
}
.js-silveregg-slide.sld > .elm{
  width:calc((100vw - 90px) / 5);
  min-width:calc((100vw - 90px) / 5);
}
.js-silveregg-slide .elm {
  padding: 0 5px;
}
.js-silveregg-slide .elm .elm-img{
  border:solid 1px #D9D9D9;
}
.js-silveregg-slide .elm .elm-img li{
  padding: 16px;
}
.mod-pdp-explore-section .sld .elm .elm-detail{
  padding:10px 0 0 0;
  display:flex;
  flex-direction:column;
}
.mod-pdp-explore-section .sld .elm .elm-detail .elm-detail-name{
  text-align:left;
  font-family: 'Montserrat', sans-serif;
  font-size:0.93rem;
  line-height:1.5;
  font-weight:500;
}
.mod-pdp-explore-section .sld .elm .elm-detail .elm-detail-price{
  text-align:left;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  font-size:1.2rem;
  padding-top:10px;
}
.mod-pdp-explore-section .sld .elm .elm-detail .elm-detail-price small{
  font-weight:100;
  font-size:80%;
  display:inline-block;
}
.slick-track{
  display:flex;
}
.top-slider{
  position:relative;
}

.mod-pdp-explore-section .slick-next,
.mod-pdp-explore-section .slick-prev{
  width:60px;
  height:60px;
  background-size:auto;
  background:none;
  background-color:rgba(0,0,0,0.6);
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18'%3E%3Cpath d='M9,0l9,10H0Z' transform='translate(0 18) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E");
  transition: background-color 0.15s ease-in;
  border:none;
  z-index:2;
}
.mod-pdp-explore-section .slick-next:hover,
.mod-pdp-explore-section .slick-prev:hover{
  background-color:#000;
}
.mod-pdp-explore-section .slick-next{
  transform:translate(0, -50%) rotate(180deg);
}
.js-silveregg-slide .elm{
  float:none;
  height:auto;
  display:flex;
}
.js-silveregg-slide .elm a{
  display:flex;
  flex-direction:column;
  width:100%;
  transition:opacity 0.3s;
}
.js-silveregg-slide .elm a:hover{
  opacity:0.7;
}
.mod-pdp-explore-section .sld .elm .elm-img{
  flex:0 0 auto;
}
.mod-pdp-explore-section .sld .elm .elm-detail{
  padding: 10px 0 0 0;
  display: flex;
  height:100%;
  flex-direction: column;
  justify-content: space-between;
}
.distributor::before{
  content:'';
  position:absolute;
  left:50%;
  top:0;
  width:100vw;
  height:1px;
  background:#D9D9D9;
  transform:translateX(-50%);
}



/* LARGE PC ONLY */
@media screen and (min-width: 1200px){
  .collection-banner-desc{
    justify-content: flex-start;
  }
  .collection-banner-cover {
    position: relative;
    left: inherit;
    top: inherit;
    overflow: hidden;
    width: 100%;
    height: auto;
    height: 100%;
  }


}





/* PC ONLY / NOT SP */
@media not screen and (max-width: 991px){

}

/* TABLET ONLY */
@media screen and (max-width: 991px) and (min-width: 767px){
  .pickup {
    padding: 0 40px;
  }
  .pickup-inner {
    padding: 40px 0;
  }
  .products {
    padding: 50px 40px;
  }
  .main-products-list li figure {
    padding-bottom: 45%;
  }
  .sub-products-list li a {
    font-size: 15px;
    font-size: 1rem;
  }
  .sub-products-list li a img {
    width: 50px;
    height: 50px;
  }
  .collection-banner {
    margin-bottom: 60px;
  }
  .collection-banner-desc{
    padding: 25px 30px 0 20px
  }
  .collection-banner-desc::before {
    left: 20px;
  }
  .collection-banner-picture {
    width: calc(100% - 400px);
  }
  .labels {
    padding: 50px 15px 50px 90px;
  }
  .labels::before {
    font-size: 80px;
    line-height: 50px;
    left: 10px;
    top: 50px;
    height: calc(100% - 50px);
    width: 50px;
  }
  .labels-head {
    padding-left: 20px;
    width: calc(50% - 20px);
  }
  .recommend-head {
    padding-left: 40px;
  }
  .mod-pdp-explore-section{
    margin-top:40px;
  }
  ul.js-silveregg-slide.sld {
    padding-left: 40px;
    margin-bottom:20px;
  }
  .mod-pdp-explore-section .slick-next,
  .mod-pdp-explore-section .slick-prev{
    width:40px;
    height:40px;
    margin-top: -50px;
  }
    
 .videos-title {
    height: auto;
}   
    
    
    
    section.inside-correction {
    height: calc(100vh / 4);
    background: aliceblue;
    }  
    
    section.inside-correction figure {
        background-position: 90% 50% !important;
        height: inherit!important;
        background-size: 50%!important;
    }
    .inside-correction-desc.has-max-width h7 {
    font-size: 150%!important;
    float: none!important;
}
    .inside-correction-desc.has-max-width {
    padding: 0 0 0 6% !important;
    display: flex;
    align-items: center;
    height: inherit;
}
    .inside-correction span {
    width: 40px!important;
    height: 40px!important;
    margin: 0px 0 0 10px!important;
}
    
    
}


/* SP ONLY */
@media screen and (max-width: 767px){
  
  /* TOP PAGE */
  #top_movie_area{
    margin-bottom:40px;
  }
  .videos-wrapper {
    padding-bottom: 179.6%;
    padding-bottom: calc(100vh - 60px);
    overflow:hidden;
  }
  .videos-wrapper::before {
    width: 88%;
    top:13.35311%;
    transform:translateX(-50%);
  }
  .videos-title {
    /* top: 30.26706%; */
    height: calc(100vh - 60px);
    min-height:inherit;
  }
  .videos-title h1 {
    font-size: 38px;
    /* font-size: 10.12794vw; */
    letter-spacing: 1px;
    /* letter-spacing: 0.5vw; */
  }
  .videos-title p {
    font-size: 20px;
    /* font-size: 5.3305vw; */
    line-height: 3.4;
    margin-bottom: 6vw;
    margin-bottom: 20px;
  }
  .videos-title a{
    width:78.66666%;
    width:296px;
    font-size:4.79745vw;
    font-size:18px;
    padding-top: 7.65%;
    padding-top: 0;
    padding-bottom: 7.65%;
    padding-bottom: 0;
    height:55px;
    letter-spacing:0;
  }
  .videos-title a::before {
    width:14px;
    padding-bottom:1.5px;
  }
  .videos-title a::after {
    padding-bottom:9px;
    left:265px;
    width:12px;
    
  }
  #top_movie_area .video1{
    width:74%;
    top: -4.5%;
    left: -3%;
  }
  #top_movie_area .video2 {
    width:21.325%;
    left:inherit;
    right:0;
    top:25%;
  }
  #top_movie_area .video3 {
    top: 4.5%;
    left: 76%;
    width: 33%;
  }
  #top_movie_area .video6 {
    top: inherit;
    left: 13.6%;
    bottom:0;
    width: 26.6666%;
  }
  #top_movie_area .video7 {
    top: 68.5%;
    left: 0;
    width: 34.6666%;
  }
  #top_movie_area .video9 {
    top: 73%;
    left:inherit;
    right:0;
    width: 53.3333%;
  }

  .collection-banner{
    margin-bottom:70px;
  }
  .collection-banner-row {
    padding: 0;
    margin-bottom: 40px;
    display:block;
  }
  .collection-banner-picture{
    width:100%;
    margin-bottom:20px;
    display:block;
    padding-right:15px;
    box-sizing:border-box;
  }
  .collection-banner-row:nth-of-type(even) .collection-banner-picture{
    padding-left:15px;
    padding-right:0;
  }
  .collection-banner-picture picture{
    display:block;
  }
  .collection-banner-picture > picture{
    width: 48.03%;
    margin-top: -20%;
    position: relative;
    margin-left:-15px;
  }
  .collection-banner-row > picture{
    display:none;
  }
  .collection-banner-cover{
    position:relative;
  }
  .collection-banner-cover img{
    min-width:inherit;
    min-height:inherit;
    position:relative;
    left:inherit;
    top:inherit;
    transform:inherit;
  }

  .collection-banner-title br{
    display:none;
  }
  .collection-banner-desc {
    width: calc(100% - 60px);
    padding-left:0;
    padding-right:0;
    padding-top:0;
    margin:0;
    margin-left:15px;
    padding-top: 20px;
    position:relative;
    border-top:solid 2px #000;
  }
  .collection-banner-desc::before{
    display:none;
  }
  .collection-banner-row:nth-of-type(even) .collection-banner-desc{
    margin-left:45px;
  }
  .collection-banner-row::after {
    display:none
  }
  .collection-banner-desc::after {
    content: '';
    display: block;
    height: calc(100% + 2px);
    width: 15px;
    position: absolute;
    right: -45px;
    top: -2px;
    background: #000;
  }
  .collection-banner > .collection-banner-row:nth-of-type(even) .collection-banner-desc:after{
    left: -45px;
  }
  .collection-banner > .collection-banner-row .collection-banner-title,
  .collection-banner > .collection-banner-row:nth-of-type(even) .collection-banner-title{
    text-align:left;
  }
  .collection-banner-text{
    padding-top:20px;
  }
  .collection-banner-text p{
    line-height:1.3;
  }

  .pickup{
    padding:0;
  }
  .pickup-inner{
    padding:40px 15px;
    background-color:#F2F2F2;
  }
  .pickup-inner::before{
    display:none;
  }
  .pickup-cards {
    width: 100%;
    flex: 1 0 auto;
    min-width: 100%;
  }
  .pickup-cards ul{
    display:block;
  }
  .pickup-cards ul li{
    width:100%;
    padding-bottom:20px;
  }
  .pickup-cards ul li:last-of-type{
    padding-bottom:0;
  }
  .pickup-cards ul li a{
    display:block;
    position:relative;
  }
  .pickup-cards ul li a .pickup-image{
    width:55%;
  }

  .pickup-cards ul li a > span{
    width:calc(100% - 55%);
    box-sizing:border-box;
    margin-top:0;
    padding-left:15px;
    padding-right:15px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
  }
  .pickup-cards ul li a > span span{
    -webkit-line-clamp: inherit;
  }

  .labels{
    padding:70px 15px;
  }
  .labels::before {
    font-size: 65px;
    line-height: 45px;
    left: 0;
    top: 70px;
    height: calc(100% - 70px);
    width: 45px;
  }
  .labels-head {
    padding-left: 90px;
    width: 100%;
    box-sizing: border-box;
  }
  .labels-cards ul{
    display:block;
    padding-bottom:0;
  }
  .labels-cards ul li:nth-of-type(-n + 2),
  .labels-cards ul li{
    width:calc(100% - 30px);
    padding-top:48px;
  }
  .labels-cards ul li:nth-of-type(odd) {
    transform: translateX(30px);
  }
  .labels-cards ul li:nth-of-type(even) {
    transform: inherit;
  }
  .card-desc {
    padding: 14px 85px 12px 15px;
    font-size:0.933rem;
    background: linear-gradient(to left, #000000 0, #000000 70px, #f2f2f2 70px, #f2f2f2 100%);
  }
  .card-desc::before{
    right: 28px;
  }
  .card-desc::after{
    right:19px;
  }
  .products{
    padding: 40px 15px;
  }
  .products-head{
    flex-direction:column;
    align-items: flex-start;
    justify-content: center;
  }
  .products-head > p{
    align-self:flex-end;
    padding-top:10px;
  }
  .main-products-list{
    padding-bottom:30px;
  }
  .main-products-list li:nth-of-type(-n + 3),
  .main-products-list li {
    width: calc(50% - 3px);
    padding-top: 20px;
  }
  .main-products-list li:nth-of-type(-n + 2){
    padding-top: 0;
  }
  .main-products-list li figure {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
  }
  .main-products-list li figure img{
    position:relative;
    left:inherit;
    top:inherit;
    transform:none;
  }
  .sub-products-list li:nth-of-type(-n + 4),
  .sub-products-list li{
    width:calc(50% - 3px);
    padding-top:20px;
  }
  .sub-products-list li:nth-of-type(-n + 2){
    padding-top:0;
  }
  .sub-products-list li a img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .sub-products-list li a{
    background-size:50px auto;
    /* font-size: 16px; */
    font-size: 0.9375rem;
  }
  .mod-pdp-explore-section {
    padding: 70px 0;
    border-bottom: none;
  }
  .recommend-head {
    padding-left: 15px;
  }
  .js-silveregg-slide.sld {
    padding-left: 15px;
    margin-bottom: 0;
  }
  .mod-pdp-explore-section .sld .elm {
    max-width: calc(100vw / 2.5);
  }
}