/* <style> */
@charset "UTF-8";

/* *{ border: 1px solid red} */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
       url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
       url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino Kaku Gothic StdN W3"; /* ファイル名と一致するよう注意 */
  src: url("../fonts/ヒラギノ角ゴ StdN W3.otf") format("opentype");
  font-display: swap;
}

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic StdN W3',
               'ヒラギノ角ゴ StdN', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

html {
  font-size: 16px;
}

body.lanvin_style {
  background-color: #fff !important;
  color: #000 !important;
}

/* ホバー */
a,
button {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:visited {
  color: #000;
}

.wbr {
  display: inline-block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd,
p + p {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.6293279022vw;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
/* =========================================== */
/*                 LVS reset                   */
/* =========================================== */
.lower_content {
  margin-top: 0;
}

.cont_ttl {
  display: none;
}

.ticker_off.lower #main_area,
.lower #main_area {
  padding-bottom: 0;
  padding-top: 0;
}

.main_width {
  padding-left: 0;
  padding-right: 0;
}

.lower_content {
  margin-top: 0;
  width: 100%;
}

#bread {
  display: none;
}

.main_width {
  max-width: none;
  max-width: initial;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.js-slide-in {
  -webkit-transition: -webkit-transform 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 6s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-slide-in.-to-right {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.js-slide-in.-to-left {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.float-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  padding: 16px;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  font-size: max(12px, 3.0666666667vw);
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .float-nav {
    font-size: 15px;
    font-size: max(15px, 1vw);
    padding: 40px;
  }
}

.float-nav.visible {
  opacity: 1;
  visibility: visible;
}

a.float-nav__link {
  color: gray;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  padding: 0.5em;
}

a.float-nav__link.active {
  color: #000;
}

.img-box {
  aspect-ratio: 64/80;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .img-box.img-box--full-h {
    width: 100%;
    max-height: calc(100vh - 72px);
  }
}

@media screen and (min-width: 768px) {
  .img-box.img-box--mid-h {
    width: 100%;
    max-height: calc(100vh - 72px - 4vw);
  }
}

.img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 15%;
     object-position: center 15%;
}

.img-box__link {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.img-box__link.unreleased {
  pointer-events: none;
}

@media (hover: hover) {
  .img-box__link:hover {
    opacity: 0.8;
  }
}
.img-box--switch {
  position: relative;
}

.img-box--switch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: imgSwitch 3.2s infinite;
          animation: imgSwitch 3.2s infinite;
}

.img-box--switch img:nth-child(2) {
  opacity: 0;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes imgSwitch {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imgSwitch {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
html, body {
  overflow-x: clip;}
/* =========================================== */
/*                  Footer                     */
/* =========================================== */
footer {
  position: relative;
  z-index: 5000 !important; /* より高い z-index を設定 */
  bottom: 0; /* 必要に応じて調整 */
  left: 0; /* 必要に応じて調整 */
  width: 100%; /* 必要に応じて調整 */
}
.lanvin_style footer #footer {
  color: #000;
  z-index: 300 !important;
  background-color: #fff;
}

.lanvin_style #footer #footer_area {
  padding-bottom: 12px;
  padding-top: 0;
}

.lanvin_style #footer #footer_area .navi_block .navi_set:nth-of-type(1) {
  display: none;
}

.lanvin_style #footer #footer_area .navi_block .navi_set .ttl {
  display: none;
}

#footer #footer_area .navi_set .ttl {
  display: none;
}

.lanvin_style #footer {
  background-color: transparent !important;
  background-color: #fff !important;
}

#footer #footer_area #copy_block .copy {
  font-size: 8px;
  text-align: center;
}

#footer #footer_area .navi_block,
ul.sns_icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer #page_top {
  bottom: 16px !important;
  position: fixed !important;

}

#footer #page_top a {
  background-color: #000;
  color: #fff;
  height: 35px;
  width: 35px;
}

#footer #page_top a::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  top: calc(50% + 2px);
}

#footer ul.sns_icon li.insta {
  margin-bottom: 0;
  width: 100%;
}

#footer ul.sns_icon li.insta a {
  background: url(https://store.descente.co.jp/lanvin/wp-content/uploads/sites/5/2024/01/icon-sns-instagram-1.png) no-repeat center center/cover !important;
}

#footer ul.sns_icon li.insta a {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
}

#footer #footer_area .navi_block .navi_set {
  margin-bottom: 40px;
}

#footer #footer_area #copy_block .copy {
  font-size: 8px;
  font-size: max(8px, 2.6666666667vw);
}

@media screen and (min-width: 768px) {
  .lanvin_style #footer #footer_area {
    padding-bottom: 16px;
  }
  #footer #page_top a {
    height: 40px;
    width: 40px;
  }
  #footer ul.sns_icon li.insta a {
    height: 35px;
    width:35px;
  }
  #footer #footer_area .navi_block .navi_set {
    margin-bottom: 60px;
  }
  #footer #footer_area #copy_block .copy {
    font-size: 14px;
    font-size: max(14px, 0.8333333333vw);
  }
}
/* =========================================== */
/*                   Header                    */
/* =========================================== */
.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.4%;
  padding-right: 6.4%;
  width: 100%;
}
#wrapper {
  overflow:clip;
}

/* #LVS_25SS_Kamishiro { */

 #header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  width: 100%;
 }
/* =========================================== */
/*                   price                    */
/* =========================================== */
.price {
  font-family: 'Helvetica';
  font-feature-settings: "palt";
  font-weight:200;
margin: 0% 0% 0% auto;
padding: 1% 5% 0% 0;
text-align: right;
z-index: 10;
/* border-bottom: 0.5px solid black; */

  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  font-size: clamp(12px, .97vw,.97vw);
  background-color: #fff;
  width: 100%;
  /* height: 20vh; */
}
.price span {
  margin-right: 5px;
}
.price small {
  margin-right: 5px;
  margin-left: 5px;
}
.price a {
  margin-left: 5px;
  border-bottom: 0.5px solid black;
  padding-bottom: 0;
}
.price:hover {
  opacity: 0.7;
  }
/* カテゴリやフッターエリアにホバーしたとき */
.category_01:hover,
.category_02:hover,
.category_03:hover,
.category_04:hover,
.category_05:hover,
.category_06:hover,
footer:hover {
    z-index: 10; /* 他の要素よりも手前に表示 */
}

/* 隠れているh1, .mainvisual_title1, .mainvisual_title2をホバー時に非表示にする */
.category_01:hover h1,
.category_01:hover .mainvisual_title1,
.category_01:hover .mainvisual_title2,
.category_02:hover h1,
.category_02:hover .mainvisual_title1,
.category_02:hover .mainvisual_title2,
.category_03:hover h1,
.category_03:hover .mainvisual_title1,
.category_03:hover .mainvisual_title2,
.category_04:hover h1,
.category_04:hover .mainvisual_title1,
.category_04:hover .mainvisual_title2,
.category_05:hover h1,
.category_05:hover .mainvisual_title1,
.category_05:hover .mainvisual_title2,
.category_06:hover h1,
.category_06:hover .mainvisual_title1,
.category_06:hover .mainvisual_title2,
footer:hover h1,
footer:hover .mainvisual_title1,
footer:hover .mainvisual_title2 {
    visibility: hidden;  /* 要素をホバー時に隠す */
}
/* =========================================== */
/*                   main                    */
/* =========================================== */

h2 {
  font-family: Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  pointer-events: none;
}
.mainvisual {
  margin-top: 96px;
  display: flex;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.mainvisual_slide {
  margin-top: 96px;
  display: flex;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.mainvisual_slide_sp,.sp-logo {
  display: none ;
}

.mainslider_left {
  width: 50%;
}

.mainslider_right {
  width: 50%;
}

.slider-item {
  width: 100%;
  height: 100%;
}

.slider-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.top-wrap {
  width: 100%;
  height: 200vh;
  position: sticky;
  /* top: calc(100vh - 96px);
bottom: 0;
left:0;
right:0;
z-index: 400;
top: 45%;
left: 0; */
/* background-color: aquamarine; */
}

.mainvisual_title {
  color: #fff;
  width: 95vw;
  height:135vh;
margin:0% auto 0;
/* background-color: aquamarine; */
}
.main_title {
  width: 93vw;
display: flex;
justify-content: space-between;
align-items: center;
position: sticky;
top: 45%;
left: 0;
margin: 0 auto;
z-index: 100;

}
.gray {
  width: 100%;
  height: 100vh;
  background-color: #c2cbcd;
  position: absolute;
  /* margin-top: 100%; */
  top: 50%;
  z-index:99 ;
}

.mainvisual {
  width: 100vw;
  height: auto;
  background-color: #fff;
}
.mainvisual_back {
  position: relative;
}

.slide-left,
.slide-right {
  width: 100%;
  height: 100vh;
}

.sp {
  display: none;
}
.pc {
  /* display: block; */
  display: inline;
}
.slick-prev,
.slick-next {
  display: none !important;
}


.category_01,
.category_02,
.category_03,
.category_04,
.category_05,
.category_06 {
  position: relative;
  z-index: 50;
}
.mainvisual_back {
  /* position: relative; */
  z-index: 900;
  height: auto;
  /* height: auto; */
}
.category_wrap {
  position: relative;
  z-index: 1000;
  height: auto;
  /* height: auto; */
}
.mainvisual__pin,
.mainvisual_back__pin,
.category_wrap__pin {
  /* position: absolute; */
  top:0%;
  left: 0;
  width: 100%;
  height: 1000%;
}



.text1 {
  position: absolute;
    top:54%;
    transform: translate(0, -50%);
    z-index: 40;
    font-size: 1.6em;
    color: #fff;
    display: flex;
    height: auto;
    align-items: flex-start;
}

.text2 {
  width: 50vw;
    position: absolute;
    left: 50%;
    top:55%;
    transform: translate(-0%, -50%);
    z-index: 40;
    font-size: 1.2em;
    color: #fff;
    display: flex
;
margin-left: -76.295px;
    flex-direction: column;
    align-items: flex-start;
    /* height: auto; */
    line-height: 2;
}


.pc-logo,
.mainvisual_title1,
.mainvisual_title2 {
  color: white;
  z-index: 110;
  /* position: sticky; */
}

/* 個別位置調整 */
.pc-logo {
    width: 7vw;
    min-width: 80px;

}

.mainvisual_title1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mainvisual_text.visible {
  opacity: 1;
  z-index: 5;
}

.slider_left_container {
  width: 100%;
  overflow: clip;
}

.slider_right_container {
  width: 100%;
  overflow: clip;
}

.slider_right {
  width: 100%;
  z-index: 10 !important;
  direction: rtl;
}


.mainvisual_back {
  width: 93vw;
  height: 45vh;
margin: 0% auto 0;
z-index: 110;
display: flex;
justify-content: space-between;
/* background-color: chocolate; */
}

@media (max-width: 1441px){
  .mainvisual_back {
    height: 55vh;
  }

  }
@media (max-width: 899px){
  .mainvisual_title {
    height: 120vh;
}
.mainvisual_back {
  height: 75vh;
}
.text1 {
  font-size: 1.4em;
}
}

.category_01 {
  position: relative;
  z-index: 40;
  padding-top: 12%;
  background: #fff;
}
.category_01,
.category_02,
.category_03,
.category_04,
.category_05,
.category_06 {
  position: relative;
  z-index:1001 !important;
  background-color: #fff;
  padding-bottom: 10%;
}
.category_06 {
  padding-bottom: 0;
}
.category_06_buttom{
  width: 100%;
height: 30vh;
position: relative;
}

.left_slider {
  position: relative;
  width: 125%;
  height:85vh;
  z-index: 10 !important;
}

.right_slider {
  position: relative;
  width: 115%;
  height: 85vh;
  z-index: 10 !important;
}

.right_slider a,
.left_slider a {
  display: block;
  width: 100%;
  height: 95vh;
}

.right_slider img,
.half_slider img,
.half_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right_slider a:nth-child(3n + 1) {
  width: 40%;
}

.right_slider a:nth-child(3n + 2) {
  width: 35%;
}

.right_slider a:nth-child(3n + 3) {
  width: 25%;
}

.left_slider a:nth-child(3n + 1) {
  width: 20%;
}

.left_slider a:nth-child(3n + 2) {
  width: 55%;
}

.left_slider a:nth-child(3n + 3) {
  width: 25%;
}

.slick-slide {
  position: relative;
  z-index: 10 !important;
}

.slick-slide img {
  position: relative;
  width: 100% !important;
  height: 90% !important;
  object-fit: cover !important;
  z-index: 1 !important;
}

.vertical_title {
  font-family: Helvetica, sans-serif;
  writing-mode: vertical-rl;
  font-size: clamp(11px, 1.2vw, 1.4vw);
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 99999 ;
  opacity: 1;
  pointer-events: none;
}

.vertical_title1 {
  top: 18%;
  left: 2%;
  transform: translateY(-50%);
  position: fixed;
  z-index: 99999 ;
  font-weight: bold;
}

.vertical_title2 {
  bottom: 0%;
  left: 2%;
  transform: translateY(-50%);
  position: fixed;
  z-index: 99999;
  font-weight: bold;
}

.slider_left_container,
.slider_right_container {
  z-index: 10;
  position: relative;
}

.vertical_title1,
.vertical_title2 {
  opacity: 0;
  pointer-events: none;
}

.vertical_title1.visible,
.vertical_title2.visible {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  z-index: 99999;
}
.pcbr {
  display: block;
}
.spbr {
  display: none;
}
.sp_title,
.sp-logo,
.sp_title1,
.sp_title2 {
  display: none;
}

.button {
  font-family: Helvetica, sans-serif;
  display: inline-block;
  /* padding: 6px 15px; */
  padding: 10px 50px;
  font-size:14px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  /* position: absolute; */
  /* bottom: -40%; */
  left: auto;
  background-color: #ffffff;
  color: #c2cbcd !important;
  margin-top: 10%;

}

.text2 a:hover {
  opacity: 0.7;
  /* background-color: #C4CDCF; */
}

.category_06_buttom a:hover {
  opacity: 0.7;
}
.btn-2 {
  font-family: Helvetica, sans-serif;
  display: inline-block;
  /* padding: 8px 15px; */
  padding: 10px 50px;
  font-size:14px;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #c2cbcd;
  color:  #fff!important;
  border: 1px solid transparent;
}
/* .button p,.btn-2 p{
  font-weight: bolder;
} */
/*responsive*/
@media (max-width: 768px) {

  header {
    top: 0!important;
   }
  .button {
    padding: 8px 15px;
  }

  .btn-2 {
    padding: 8px 15px;

  }
  .mainvisual_slide {
    display: none;
  }

  .mainvisual_slide_sp {
    display:block;
margin-top: 92px;
width: 100%;
height: 100vh;
position: fixed;
z-index: -1;
top:-3%;
left: 0;
/* overflow: hidden; */
  }

  .slider-item {
    height: 100vh;
  }
  .slider-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
  }
  .mainvisual_title {
    color: #fff;
    height: 120vh;
    z-index: 9999 !important;

  }

  .mainvisual {
    width: 100%;

    position: relative; /* 既存の設定を維持 */
    background-color: #c2cbcd;
  }
  .sp {
    display: inline!important;
  }
  .pc {
    display: none!important;
  }

  .sp_title {
    display: none;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .main_title {
    width: 90vw;
    height: auto;
    position: sticky;
    top: 50%;
    left: 0;
    z-index: 200;
  }

  .pc-logo  {
    width: 17%!important;
    /* position: fixed;
    top: 20%;
    left: 11.5%;
    transform: translate(-50%, -50%); */
    z-index: 9999 !important; /* 最前面に */
  }


  .mainvisual_title1 {
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    /* position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%); */
    z-index: 9999 !important; /* 最前面に */
    color:#fff;
  }

  .mainvisual_title2 {
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    /* position: fixed;
    top: 20%;
    right: 5%;
    transform: translate(0, -50%); */
    z-index: 9999 !important; /* 最前面に */
    color:#fff;
    width: 24%;
    text-align: right;
  }
  .top-wrap {
    height: 200vh;
}
  .gray {
    width: 100vw;
    height: 110vh;
    background-color: #c2cbcd;
    position: absolute;
    top: 50%;
    z-index: 99;
}
  .mainvisual_back {
    background-color: #c2cbcd;
    width: 100%;
    height: 110vh;
    position: relative;
    z-index: 100; /* 現在の値を維持 */
margin-top: 0vh;

  }
  .text1 {
    position: absolute;
        width: 100%;
        text-align: center;
        top: 8%;
        left: 50%;
        /* right: 8%; */
        transform: translate(-50%, -50%);
        z-index: 100;
        font-size: 1.4em;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        align-items: center;
        justify-content: center;
  }

  .text2 {
    width: 100%;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: .9em;
    color: #fff;
    line-height: 2;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;

  }

  .mainvisual_text.visible {
    opacity: 1;
    z-index: 5;
  }
  .category_01{
    padding-top: 30%;
    margin-top: 35%;
  }

    .category_01,
  .category_02,
  .category_03,
  .category_04,
  .category_05,
  .category_06 {
    position: relative;
    z-index: 30 !important;
    background-color: #fff;
    padding-bottom:18% ;
  }
  .category_06 {

    padding-bottom:0% ;
  }

  .right_slider a:nth-child(3n + 1) {
    width: 40%;
  }

  .right_slider a:nth-child(3n + 2) {
    width: 35%;
  }

  .right_slider a:nth-child(3n + 3) {
    width: 25%;
  }

  .left_slider a:nth-child(3n + 1) {
    width: 20%;
  }

  .left_slider a:nth-child(3n + 2) {
    width: 55%;
  }

  .left_slider a:nth-child(3n + 3) {
    width: 25%;
  }

  .slick-slide {
    position: relative;
    z-index: 10 !important;
  }

  .slick-slide img {
    position: relative;
    width: 100% !important;
    height: 90vh !important;
    object-fit: cover !important;
    z-index: 10 !important;
  }

  .vertical_title {
    font-family: Helvetica, sans-serif;
    writing-mode: vertical-rl;
    font-size: clamp(12px, 1.2vw, 1.4vw);
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 99999 !important;
    opacity: 1;
    pointer-events: none;
  }

  .vertical_title1 {
    top: 18%;
    left: 2%;
    transform: translateY(-50%);
    position: fixed;
    z-index: 99999 !important;
  }

  .vertical_title2 {
    bottom: 0%;
    left: 2%;
    transform: translateY(-50%);
    position: fixed;
    z-index: 99999 !important;
  }

  .slider_left_container,
  .slider_right_container {
    z-index: 10 !important;
    position: relative;
  }

  .vertical_title1,
  .vertical_title2 {
    opacity: 0;
    pointer-events: none;
  }

  .vertical_title1.visible,
  .vertical_title2.visible {
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    z-index: 99999 !important;
  }
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
  .sp_title,
  .sp-logo,
  .sp_title1,
  .sp_title2 {
    display: none;
  }
}
.main-logo,
.main-title1,
.main-title2 {
  position: sticky;
  z-index: 9999 !important;
  display: block;
  color: #fff;
  top: 0;
}

@media (min-width: 769px) {
  .main-logo {
    top: 33%;
    left: 8%;
    width: 7%;
  }
  .main-title1 {
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-title2 {
    top: 35%;
    right: 5%;
  }
}

@media (max-width: 768px) {
  .main-logo {
    top: 9%;
    left: 5%;
    width: 18%;
  }
  .main-title1 {
    top: 10%;
    left: 48%;
  }
  .main-title2 {
    top: 14.5%;
    left: 61%;
    text-align: left;
  }

.button {
  margin-top: 16%;

}
}
