.fs-preview-header {
  display: none; /* プレビューヘッダー */
}
.fs-c-productList {
  display: none; /* 商品グループエリア（システムパーツグループ） */
}

/* FV */
.fv .FV-slider.swiper-container {
  position: relative;
}
.fv .FV-slider.swiper-container .swiper-wrapper {
  z-index: 0;
}
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide picture,
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide picture img{
  width: 100%;
}
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide picture.text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%;
}
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide .view-more {
  width: 25vw;
  position: absolute;
  left: 9vw;
  bottom: 12vw;
  z-index: 1;
  cursor: pointer;
}
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-pro .img-wrap {
  display: flex;
  overflow: hidden;
}
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-pro .img-wrap picture {
  min-width: 287.1%;
  height: 100%;
}
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-pro .img-wrap picture:nth-of-type(1) {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
}
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-pro .img-wrap picture:nth-of-type(2) {
  -webkit-animation: loop2 100s linear infinite;
  animation: loop2 100s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-pro .view-more {
  left: unset;
  right: 20vw;
  bottom: 45vw;
}
.fv .FV-slider.swiper-container .swiper-pagination {
  width: unset;
  left: unset;
  right: 5vw;
  bottom: 9vw;
  z-index: 1;
}
.fv .FV-slider.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 6px;
  height: 6px;
  margin: 0 10px;
}
.fv .FV-slider.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/* ABOUT */
.about {
  padding: 11vw 4%;
}
.about .intro {
  
}
.about .intro p {
  font-size: 3.5vw;
  letter-spacing: 0.3vw;
  line-height: 2.2;
  text-align: center;
}
.about .mark {
  margin-top: 12vw;
  padding: 0 4.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
}
.about .mark picture {
  width: calc(30vw - 4vw);
}
.about .mark .mark-text {
  width: calc(100% - (30vw + 4vw));
}
.about .mark .mark-text picture {
  width: 26vw;
  margin-bottom: 3.5vw;
}
.about .mark .mark-text p {
  color: #000;
  font-size: 3.0vw;
  letter-spacing: 0.5vw;
  line-height: 1.9;
}

/* Line up */
.line-up,
.styling,
.video {
  margin: 0 4%;
  padding: 11vw 0 14vw 0;
  border-top: solid 1px #bababa;
}
.line-up h2,
.styling h2,
.video h2{
  margin-bottom: 5vw;
}
.line-up h2 picture img,
.styling h2 picture img,
.video h2 picture img {
  width: auto;
  height: 10vw;
}
.line-up ul.category-img {
  margin: 0 -4%;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto auto;
  gap: 1vw;
}
.line-up ul.category-img li:nth-of-type(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.line-up ul.category-img li:nth-of-type(2) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.line-up ul.category-img li:nth-of-type(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.line-up ul.category-img li:nth-of-type(4) {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}
.line-up ul.category-img li:nth-of-type(5) {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}
.line-up ul.category-img li:nth-of-type(6) {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
  text-align: right;
}
.line-up ul.category-img li:nth-of-type(6) img {
  width: 73%;
  margin: 13% auto 16% auto;
  margin-right: 8%;
}
.line-up .category-wrap {
  
}
.line-up .category-wrap ul.title {
  
}
.line-up .category-wrap ul.title li {
  display: none;
}
.line-up .category-wrap ul.title li.active {
  display: block;
}
.line-up .category-wrap ul.title li h3 picture img {
  width: auto;
  height: 6.3vw;
}
.line-up .category-wrap ul.button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3.5vw;
  row-gap: 3vw;
  margin: 5vw auto 7vw auto;
}
.line-up .category-wrap ul.button li {
  width: calc((100% - 10.5vw) / 4);
}
.line-up .category-wrap ul.button li picture {
  
}
.line-up .category-wrap ul.button li picture.on {
  display: none;
}
.line-up .category-wrap ul.button li.active picture.on {
  display: block;
}
.line-up .category-wrap ul.button li.active picture.off {
  display: none;
}
.line-up .product-wrap {
  
}
.line-up .product-wrap ul.category-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  padding: 0;
  column-gap: 3.5vw;
  row-gap: 7vw;
}
.line-up .product-wrap ul.category-wrap > li {
  display: none;
  width: calc((100% - 3.5vw) / 2);
}
.line-up .product-wrap ul.category-wrap > li.active {
  display: block;
}
.line-up .product-wrap ul.category-wrap.view-all > li.active.hide {
  display: none;
}
.line-up .product-wrap ul.category-wrap li .product-url {
  display: none;
}
.line-up .product-wrap ul.category-wrap > li a img {
  width: 100%;
}
.line-up .product-wrap ul.category-wrap li .text-wrap {
  margin-top: 2vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .product-name {
  color: #000;
  font-size: 3.7vw;
  letter-spacing: 0.15vw;
  line-height: 1.3;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .product-price {
  color: #000;
  font-size: 3.7vw;
  letter-spacing: 0.15vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .product-price span.price {
  
}
.line-up .product-wrap ul.category-wrap li .text-wrap .product-price span.tax {
  font-size: 2.3vw;
  margin-left: 1vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner {
  display: flex;
  gap: 2.5vw;
  margin-top: 1vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.color-variation {
  display: flex;
  gap: 1.2vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.color-variation li {
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender {
  display: flex;
  gap: 1vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li{
  color: #000;
  font-size: 2.1vw;
  padding: 0 1.5vw;
  border-radius: 2vw;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li.women {
  background: #eed2dc;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li.women:after {
  content: "women";
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li.men {
  background: #cadce0;
}
.line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li.men:after {
  content: "men";
}
.line-up .product-wrap .view-more-btn {
  text-align: right;
  margin-top: 7vw;
}
.line-up .product-wrap ul.category-wrap.view-more + .view-more-btn {
  display: none;
}
.line-up .product-wrap .view-more-btn img {
  width: 40%;
  padding: 2vw 0;
}
.line-up .brands-creation {
  background: #f9f9f9;
  padding: 6.5vw 5.5vw;
  margin-top: 10vw;
}
.line-up .brands-creation .inner {
  display: flex;
  align-items: center;
  gap: 4vw;
}
.line-up .brands-creation .inner img {
  width: 24vw;
}
.line-up .brands-creation .inner .job-title p {
  color: #000;
  font-size: 2.7vw;
  letter-spacing: 0.3vw;
  line-height: 1.7;
}
.line-up .brands-creation .inner .job-title p.name {
  font-size: 5.0vw;
  letter-spacing: 0.5vw;
}
.line-up .brands-creation .inner .job-title p.name span {
  font-size: 3.6vw;
  letter-spacing: 0.4vw;
}
.line-up .brands-creation > p {
  color: #000;
  font-size: 2.95vw;
  letter-spacing: 0.4vw;
  line-height: 2.0;
  margin-top: 5vw;
}

/* Styling */
.styling .styling-wrap ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5vw;
  row-gap: 5vw;
}
.styling .styling-wrap ul li {
  display: none;
  width: calc((100% - 3vw) / 3);
}
.styling .styling-wrap ul li.active,
.styling .styling-wrap ul li.active-sp {
  display: block;
}
.styling .styling-wrap ul li .account {
  margin-top: 1.5vw;
}
.styling .styling-wrap ul li .account a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.8vw;
}
.styling .styling-wrap ul li .account a img {
  width: 5.5vw;
}
.styling .styling-wrap ul li .account a p {
  color: #000;
  font-size: 2.2vw;
}
.styling .styling-wrap .view-more {
  text-align: right;
  margin-top: 7vw;
}
.styling .styling-wrap .view-more img {
  width: 40%;
  padding: 2vw 0;
}

/* Video */
.video .video-wrap {
  margin-right: -4%;
  overflow: hidden;
  padding-bottom: 14vw;
}
.video .video-wrap .swiper-container {
  position: relative;
  padding-right: 4%;
}
.video .video-wrap .swiper-container .swiper-wrapper {
  z-index: 0;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container {
  position: relative;
  overflow: hidden;
  cursor: pointer; 
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container .video-controls {
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: flex;
  align-items: center;
  color: white;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  width: auto;
  height: 25px;
  padding: 0 8px;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container .video-controls .display-only-play-btn {
  background: none;
  border: none;
  color: white;
  font-size: 12px;
  cursor: default;
  padding: 0;
  width: 12px;
  text-align: center;
  margin-right: 5px;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .video-container .video-controls .time-display {
  font-size: 12px;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide p.text {
  color: #000;
  font-size: 3.0vw;
  letter-spacing: 0.15vw;
  margin-top: 3vw;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2vw;
  margin-top: 2vw;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account img {
  width: 7.5vw;
}
.video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account p {
  color: #000;
  font-size: 2.6vw;
}
.video .video-wrap .swiper-container .swiper-pagination {
  bottom: -12vw;
  z-index: 1;
  padding-right: 4%;
}
.video .video-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.4;
  width: 6px;
  height: 6px;
  margin: 0 10px;
}
.video .video-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.video .video-wrap .swiper-container .swiper-button-prev,
.video .video-wrap .swiper-container .swiper-button-next {
  width: 4vw;
  height: 4vw;
  top: unset;
  bottom: -11.75vw;
  z-index: 1;
}
.video .video-wrap .swiper-container .swiper-button-prev {
  left: 27vw;
}
.video .video-wrap .swiper-container .swiper-button-next {
  right: calc(27vw + 4%);
}
.video .video-wrap .swiper-container .swiper-button-prev:after,
.video .video-wrap .swiper-container .swiper-button-next:after {
  color: #000;
  font-size: 2.8vw;
}
.video .video-wrap .modal-wrap .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 177.77%; /* 9:16 のアスペクト比 (16 ÷ 9 ≈ 1.7777) */
  position: relative;
  overflow: hidden;
  cursor: default;
}
.video .video-wrap .modal-wrap .video-container .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.video .video-wrap .modal-wrap .video-container .video-controls {
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: flex;
  align-items: center;
  color: white;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.video .video-wrap .modal-wrap .video-controls .play-pause-btn {
  width: 12px;
  text-align: center;
  margin-right: 5px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.video .video-wrap .modal-wrap .video-controls .play-pause-btn i {
  font-size: 12px;
}
.video .video-wrap .modal-wrap .video-controls .play-pause-btn.is-playing-icon i {
  font-size: 14px;
}
.video .video-wrap .modal-wrap .mute-toggle-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 8px;
  right: 8px;
  border: none;
  color: white;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.video .video-wrap .modal-wrap .video-container .mute-toggle-btn i {
  font-size: 18px;
}
.video .video-wrap .modal-wrap .video-container .video-end-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
}
.video .video-wrap .modal-wrap .video-container.this-is-ended .video-end-overlay {
  display: flex;
}
.video .video-wrap .modal-wrap .video-container .video-end-overlay .restart-btn {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.modal-wrap.show {
  visibility: visible;
}
.modal-wrap .modal-bg {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  top: -100px;
  bottom: -100px;
  background-color: rgba(0,0,0,0.5);
}
.modal-wrap .modal {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 20px auto;
  box-sizing: border-box;
  z-index: 1;
  min-height: 100px;
}
.modal-wrap .modal .modal-close-btn {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.modal-wrap .modal .modal-close-btn::before,
.modal-wrap .modal .modal-close-btn::after {
  content: "";
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.modal-wrap .modal .modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-wrap .modal .modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-wrap .modal .modal-inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

@media (min-width: 750px) {
  /* FV */
  .fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide a:hover {
    opacity: 1;
  }
  .fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide .view-more {
    width: 11.4%;
    left: 4.4%;
    bottom: 6%;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
  }
  .fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-pro .view-more {
    right: 17.5%;
    bottom: 38.5%;
  }
  .fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-turf .view-more {
    left: 11%;
    bottom: 17%;
  }
  .fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-shop .view-more {
    left: 11%;
    bottom: 22.5%;
  }
  .fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide .view-more:hover {
    opacity: 0.8;
  }
  .fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-pro .img-wrap picture {
    min-width: 176.8%;
  }
  .fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-pro .img-wrap picture:nth-of-type(1) {
    -webkit-animation: loop 140s -70s linear infinite;
    animation: loop 140s -70s linear infinite;
  }
  .fv .FV-slider.swiper-container .swiper-wrapper .swiper-slide.beaxis-pro .img-wrap picture:nth-of-type(2) {
    -webkit-animation: loop2 140s linear infinite;
    animation: loop2 140s linear infinite;
  }
  .fv .FV-slider.swiper-container .swiper-pagination {
    right: 5%;
    bottom: 4%;
  }
  .fv .FV-slider.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 14px;
  }
  
  /* ABOUT */
  .about {
    padding: 5% 4% 8% 4%;
  }
  .about .intro p {
    font-size: 18.5px;
    letter-spacing: 2.5px;
  }
  .about .mark {
    margin-top: 8%;
    padding: 0 17%;
    gap: 45px;
  }
  .about .mark picture {
    width: calc(23% - 22.5px);
  }
  .about .mark .mark-text picture {
    width: 28%;
    margin-bottom: 3%;
  }
  .about .mark .mark-text p {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  
  /* Line up */
  .line-up,
  .styling,
  .video {
    margin: 0 4%;
    padding: 6% 0 8% 0;
  }
  .line-up h2,
  .styling h2,
  .video h2 {
    margin-bottom: 2.5%;
  }
  .line-up h2 picture img,
  .styling h2 picture img,
  .video h2 picture img {
    width: auto;
    height: 60px;
  }
  .line-up ul.category-img {
    margin: auto;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    gap: 7px;
  }
  .line-up ul.category-img li {
    cursor: pointer;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
  }
  .line-up ul.category-img li:hover {
    opacity: 0.8;
  }
  .line-up ul.category-img li:nth-of-type(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .line-up ul.category-img li:nth-of-type(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  .line-up ul.category-img li:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .line-up ul.category-img li:nth-of-type(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .line-up ul.category-img li:nth-of-type(5) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }
  .line-up ul.category-img li:nth-of-type(6) {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
  }
  .line-up ul.category-img li:nth-of-type(6):hover {
    opacity: 1;
  }
  .line-up ul.category-img li:nth-of-type(6) img {
    width: 52%;
    margin: 11% auto 23% auto;
    cursor: pointer;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
  }
  .line-up ul.category-img li:nth-of-type(6):hover img {
    opacity: 0.8;
  }
  .line-up .category-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 8%;
    margin-bottom: 4%;
  }
  .line-up .category-wrap ul.title li h3 picture img {
    width: auto;
    height: 30px;
  }
  .line-up .category-wrap ul.button {
    width: 63%;
    flex-wrap: nowrap;
    column-gap: 4px;
    row-gap: unset;
    margin: 0;
  }
  .line-up .category-wrap ul.button li {
    width: calc((100% - 20px) / 6);
    cursor: pointer;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
  }
  .line-up .category-wrap ul.button li:hover {
    opacity: 0.8;
  }
  .line-up .product-wrap ul.category-wrap {
    column-gap: 30px;
    row-gap: 45px;
  }
  .line-up .product-wrap ul.category-wrap > li {
    width: calc((100% - 60px) / 3);
    cursor: pointer;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap {
    margin-top: 6%;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .product-name,
  .line-up .product-wrap ul.category-wrap li .text-wrap .product-price {
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .product-price span.tax {
    font-size: 13px;
    margin-left: 6px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner {
    gap: 20px;
    margin-top: 8px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.color-variation,
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender {
    gap: 5px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.color-variation li {
    width: 13px;
    height: 13px;
  }
  .line-up .product-wrap ul.category-wrap li .text-wrap .inner ul.gender li {
    font-size: 10px;
    padding: 0 5px;
    border-radius: 10px;
  }
  .line-up .product-wrap .view-more-btn {
    margin: 0 8%;
    margin-top: 3%;
  }
  .line-up .product-wrap .view-more-btn img {
    width: 20%;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
  }
  .line-up .product-wrap .view-more-btn img:hover {
    opacity: 0.8;
  }
  .line-up .brands-creation {
    margin: 0 8%;
    padding: 3%;
    margin-top: 6%;
  }
  .line-up .brands-creation .inner {
    gap: 2.5%;
  }
  .line-up .brands-creation .inner img {
    width: 15%;
  }
  .line-up .brands-creation .inner .job-title {
    margin-top: -6.5%;
  }
  .line-up .brands-creation .inner .job-title p {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .line-up .brands-creation .inner .job-title p.name {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .line-up .brands-creation .inner .job-title p.name span {
    font-size: 19px;
    letter-spacing: 2px;
  }
  .line-up .brands-creation > p {
    font-size: 13.5px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-left: calc(15% + 2.5%);
    margin-top: -5.7%;
  }

  /* Styling */
  .styling .styling-wrap ul {
    column-gap: 15px;
    row-gap: 45px;
  }
  .styling .styling-wrap ul li {
    width: calc((100% - 60px) / 5);
  }
  .styling .styling-wrap ul li.active-sp {
    display: none;
  }
  .styling .styling-wrap ul li.active-sp.active {
    display: block;
  }
  .styling .styling-wrap ul li.sp.active {
    display: none;
  }
  .styling .styling-wrap ul li .account {
    margin-top: 10%;
  }
  .styling .styling-wrap ul li .account a {
    gap: 10px;
  }
  .styling .styling-wrap ul li .account a img {
    width: 87%;
  }
  .styling .styling-wrap ul li .account a p {
    font-size: 14px;
  }
  .styling .styling-wrap .view-more {
    margin-top: 5%;
  }
  .styling .styling-wrap .view-more img {
    width: 16.8%;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
  }
  .styling .styling-wrap .view-more img:hover {
    opacity: 0.8;
  }

  /* Video */
  .video .video-wrap {
    margin: auto;
    padding-bottom: 5%;
  }
  .video .video-wrap .swiper-container {
    padding: 0;
  }
  .video .video-wrap .swiper-container .swiper-wrapper {
    gap: 25px;
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide {
    width: calc((100% - 100px) / 5);
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide p.text {
    font-size: 16.5px;
    letter-spacing: 0.5px;
    margin-top: 8%;
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account {
    gap: 12px;
    margin-top: 5%;
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account img {
    width: 19%;
  }
  .video .video-wrap .swiper-container .swiper-wrapper .swiper-slide .account p {
    font-size: 14px;
  }
  .video .video-wrap .swiper-container .swiper-pagination,
  .video .video-wrap .swiper-container .swiper-button-prev,
  .video .video-wrap .swiper-container .swiper-button-next {
    display: none;
  }
  .video .video-wrap .modal-wrap .video-container .video-end-overlay:hover {
    opacity: 0.8;
  }
  .modal-wrap .modal .modal-close-btn {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .modal-wrap .modal .modal-close-btn::before,
  .modal-wrap .modal .modal-close-btn::after {
    width: 20px;
    height: 2px;
  }
}