
.main-area {
  overflow: unset;
  padding-bottom: calc(70* (100vw /750));
}

.btn_sound {
  display: block;
}

/* ===============================================### 
▼▼ MV ▼▼
###=============================================== */
#catalog_240206 .mainvisual {
  max-width: 100%;
  margin: 0 auto 5rem;
  padding: 0rem 0 0 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
#catalog_240206 .mainvisual .mainvisual--main_banner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/* .mainvisual--main_banner .mainVisual-video {
  position: relative;
} */
.mainvisual--main_banner .top__img {
  display: none;
}
#catalog_240206 .mainvisual video {
  object-fit: cover;
  object-position: top center;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
#catalog_240206 .mainvisual video.sp_only {
  display: none;
}
#catalog_240206 .mainvisual .btn-sound {
  position: absolute;
  right: 1.5%;
  bottom: 2.4%;
  width: 6.8rem;
  height: 3rem;
  cursor: pointer;
  background: url(../img/sound-off.svg) no-repeat;
  background-size: contain;
  z-index: 999;
}
#catalog_240206 .mainvisual .btn-sound.active {
  background: url(../img/sound-on.svg) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  #catalog_240206 .mainvisual {
    margin-bottom: calc(93* (100vw /750));
    width: 100%;
  }
  #catalog_240206 .mainvisual .mainvisual--main_banner {
    width: 100%;
    margin: 0 auto;
  }
  #catalog_240206 .mainvisual video.pc_only {
    display: none;
  }
  #catalog_240206 .mainvisual video.sp_only {
    display: block;
  }
  #catalog_240206 .mainvisual .btn-sound {
    width: calc(45 * (100vw/750));
    height: calc(102 * (100vw/750));
    right: 2.8%;
    bottom: 1.4%;
    background: url(../img/sound-off_sp.svg) no-repeat;
  }
  #catalog_240206 .mainvisual .btn-sound.active {
    background: url(../img/sound-on_sp.svg) no-repeat;
    background-size: contain;
  }
}
/* ===============================================### 
▲▲ MV ▲▲
###=============================================== */

/* ===============================================### 
▼▼ SPクレジット ▼▼
###=============================================== */
#catalog_240206 .look {
  display: flex;
  flex-wrap: wrap;
  width: 60rem;
  gap: 1rem 0;
}
#catalog_240206 .look__image-wrap {
  position: relative;
  width: 50%;
}
#catalog_240206 .look__image {
  position: relative;
  pointer-events: none;
}
#catalog_240206 .look__image a {
  pointer-events: all;
}
#catalog_240206 .look__image::before {
  left: 0;
}

@media screen and (max-width: 767px) {
  #catalog_240206 .look {
    width: 100%;
    gap: 0;
  }
  #catalog_
  #catalog_240206 .look__image-wrap .vCaption figcaption {
    position: relative;
    opacity: 1;
  }
}
#catalog_240206 .look__image-wrap .vCaption .tag-list {
  pointer-events: all;
}
#catalog_240206 .look__image-wrap .vCaption .tag-list > * {
  display: inline-block;
}
#catalog_240206 .look__image-wrap .vCaption .tag-list li {
  -webkit-font-smoothing: antialiased;
}
#catalog_240206 .look__image-wrap .vCaption .tag-list li a {
  outline: 1px solid transparent;
          transform: translateZ(0);
  will-change: transform;
  -webkit-perspective: 16A6A66;
}
#catalog_240206 .look__image [data-animate*=crossFade] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#catalog_240206 .look__caption {
  position: relative;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 767px) {
  #catalog_240206 .look__caption {
    --tag-width: 67rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
#catalog_240206 .look__tag-more {
  pointer-events: all;
  position: absolute;
  bottom: 1.7%;
  right: 2.4%;
  width: calc(40* (100vw /750));
  height: calc(40* (100vw /750));
  z-index: 3;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #catalog_240206 .look__tag-more {
    display: none;
  }
}
#catalog_240206 .look__tag-more::after, #catalog_240206 .look__tag-more::before {
  content: "";
  background: var(--icon-color, #fff);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.5s, opacity 0.5s;
}
#catalog_240206 .look__tag-more::after {
  width: 100%;
  height: 1px;
  top: 50%;
}
#catalog_240206 .look__tag-more::before {
  width: 1px;
  height: 100%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  #catalog_240206 figure.active .tag-list {
    --active-color: #fff;
  }
  #catalog_240206 figure.active .look__caption {
    opacity: 1;
    pointer-events: all;
    bottom: 2rem;
  }
  #catalog_240206 figure.active .look__tag-more {
            transform: rotate(90deg);
  }
  #catalog_240206 figure.active .look__tag-more::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #catalog_240206 .tag-list {
    --c-gap: 1.2rem;
  }
}
#catalog_240206 .tag-list li:has(.no_link):hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
}
#catalog_240206 .tag-list .no_link {
  opacity: 1;
  pointer-events: none;
  cursor: initial;
  border: none;
  text-decoration: none;
}
#catalog_240206 .tag-list .no_link span {
  padding: 0 0 0 0.5em;
}

#catalog_240206 .look__caption {
  position: relative;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 767px) {
  #catalog_240206 .look__caption {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  #catalog_240206 figure.active .tag-list {
    --active-color: #fff;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: calc(10* (100vw /750)) 0;
    align-items: flex-start;
  }
  #catalog_240206 figure.active .look__caption {
    opacity: 1;
    pointer-events: all;
    bottom: 0;
    height: 100%;
    background-color: rgb(96, 96, 96 ,.6);
  }
  #catalog_240206 figure.active .look__tag-more {
    transform: rotate(90deg);
  }
  #catalog_240206 figure.active .look__tag-more::after {
    opacity: 0;
  }
}

#catalog_240206 .tag-list {
  color: #fff;
  font-size: calc(20* (100vw /750));
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #catalog_240206 .tag-list {
    font-size: calc(20* (100vw /750));
    letter-spacing: 0.08em;
    line-height: 1;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
  }
}
#catalog_240206 .tag-list li span {
  font-size: 0.9em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

/* ===============================================### 
▲▲ SPクレジット ▲▲
###=============================================== */



/* ===============================================### 
編集エリア
###=============================================== */
/************** animation **************/
/*** フェードin ***/
.fade_up {
  opacity: 0;
  transition: opacity 1s ease 0s;
}

.fade_up.active {
  opacity: 1;
}

.fade_up_bottom {
  opacity: 0;
  transition: opacity 1s ease 0s;
}

.fade_up_bottom.active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .fade_up_bottom {
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transform: translateY(100px);
  }
  
  .fade_up_bottom.active {
    opacity: 1;
    transform: translateY(0);
  }
}





/************** common **************/
.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

.li_block {
  display: block;
  width: 100%;
}

.white_box {
  width: 100%;
  height: max-content;
  background-color: #fff;
}

.main-contents .slide {
  line-height: 0;
  font-size: 0;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_box_sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.position_box {
  position: relative;
}

.grid_box {
  display: grid;
}

/*** sec_tax ***/
.sec_tax {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: calc(10* (100vw /750)) 0;
  width: max-content;
  position: relative;
  z-index: 99;
}

.sec_tax_right {
  justify-content: flex-end;
}

.sec_tax li {
  font-size: calc(20* (100vw /750));
  letter-spacing: 0.075em;
  line-height: 1;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.sec_tax li,
.tag-list li {
  display: flex;
  gap: 0 calc(6* (100vw /750));
}

.sec_tax02 li {
  letter-spacing: 0.045em;
}

.sec_tax_orange li {
  color: #E2C499;
}

.sec_tax_blue li {
  color: #96D1F7;
}

.sec_tax_red li {
  color: #942C2E;
}

.sec_tax_pink li {
  color: #FFB9BC;
}

.sec_tax li a {
  width: max-content;
}

.sec_tax_left {
  margin-left: calc(40* (100vw /750));
}

.sec_tax_right {
  justify-content: flex-end;
}

.sec_tax_center {
  justify-content: center;
}



/* ===========### sec01 ###=========== */
.sec01 {
  margin: 0 auto calc(93* (100vw /750));
  position: relative;
  background-color: #fff;
}

/********** sec_box01 **********/
.sec01 .sec_box01 {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

/*** sub_box01 ***/
.sec01 .sec_box01 .sub_box01 {
  margin: 0 auto calc(88* (100vw /750));
  width: calc(560* (100vw /750));
}

/*** sub_box02 ***/
.sec01 .sec_box01 .sub_box02 {
  margin: 0 auto calc(93* (100vw /750));
  width: 100%;
}

/*** sub_box03 ***/
.sec01 .sec_box01 .sub_box03 {
  margin: 0 auto calc(88* (100vw /750));
  width: calc(560* (100vw /750));
}

/*** tax_box ***/ 
.sec01 .sticky_box {
  position: absolute;
  top: 52.5%;
  left: 3.5%;
  z-index: 5;
}

.sec01 .tax_box {
  display: flex;
  flex-direction: column;
  gap: calc(40* (100vw /750)) 0;
  width: calc(579* (100vw /750));
}

.sec01 .tax_box .sec_tax02.sec_tax {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: calc(10* (100vw /750)) calc(12* (100vw /750));
  color: #E2DDA3;
}

@media screen and (max-width: 767px) {
  .sec01 {
    position: sticky;
    top: calc(100vh - (398rem + 20%));
  }

  .sec02 {
    margin: 0 auto calc(27* (100vw /750));
    padding-bottom: calc(93* (100vw /750));
    position: sticky;
    top: calc(100vh - (700rem + 20%));
  }

  .sec03 {
    position: sticky;
    top: calc(100vh - (686rem + 20%));
    background-color: #fff;
  }

  /********** sec_box01-1 **********/
  .sec01 .sec_box01-1 {
    margin: 0 auto;
    width: 100%;
  }
}

/* ===========### sec02 ###=========== */
.sec02 {
  margin: 0 auto;
  background-color: #fff;
}

/********** sec_box01 **********/
.sec02 .sec_box01 {
  margin: 0 auto;
  width: 100%;
}

/********** sec_box02 **********/
.sec02 .sec_box02 {
  margin: 0 auto calc(93* (100vw /750));
  width: 100%;
}

/*** sub_box01 ***/
.sec02 .sec_box02 .sub_box01 {
  margin: 0 auto;
  width: 100%;
}

.sec02 .sec_box02 .sub_box01 .img08 {
  margin: 0 auto calc(27* (100vw /750));
}

.sec02 .sec_box02 .sub_box01 .flex_box {
  margin: 0 auto calc(28* (100vw /750));
  width: calc(696* (100vw /750));
  align-items: flex-start;
}

.sec02 .sec_box02 .sub_box01 .flex_box .img09 {
  width: calc(363* (100vw /750));
}

.sec02 .sec_box02 .sub_box01 .flex_box .sec_tax li {
  letter-spacing: 0.072em;
}

/*** sub_box02 ***/
.sec02 .sec_box02 .sub_box02 .flex_box {
  margin: 0 auto calc(93* (100vw /750));
  width: calc(696* (100vw /750));
  align-items: flex-end;
  flex-direction: row-reverse;
}

.sec02 .sec_box02 .sub_box02 .img10 {
  width: calc(363* (100vw /750));
}

.sec02 .sec_box02 .sub_box02 .img11 {
  margin: 0 auto calc(27* (100vw /750));
  width: calc(560* (100vw /750));
}

/*** sub_box03 ***/
.sec02 .sec_box02 .sub_box03 {
  margin: 0 auto;
  width: calc(560* (100vw /750));
  position: relative;
}

.sec02 .sec_box02 .sub_box03 .sec_tax {
  position: absolute;
  top: 11.6%;
  left: -13%;
  transform: rotateZ( 90deg );
}

.sec02 .sec_box02 .sub_box03 .sec_tax li {
  color: #fff;
  gap: 0 calc(19* (100vw /750));
  font-size: calc(19* (100vw /750));
}

/********** sec_box03 **********/
.sec02 .sec_box03 {
  margin: 0 auto;
  width: 100%;
}

.sec02 .sec_box03 .look dd {
  background-color: #DAC8AF;
}

/*** sub_box01 ***/
.sec02 .sec_box03 .sub_box01 {
  margin: 0 auto calc(93* (100vw /750));
  width: calc(696* (100vw /750));
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(26* (100vw /750)) 0;
}

.sec02 .sec_box03 .sub_box01 .img13 {
  width: calc(471* (100vw /750));
}

.sec02 .sec_box03 .sub_box01 .img14 {
  width: calc(455* (100vw /750));
}




/* ===========### sec03 ###=========== */
/********** sec_box01-1 **********/
.sec03 .sec_box01-1 {
  margin: 0 auto calc(20* (100vw /750));
  width: 100%;
  position: relative;
}

.sec03 .tax_box {
  width: calc(435* (100vw /750));
  position: absolute;
  top: 2.5%;
  left: 3.7%;
}

.sec03 .tax_box .sec_tax02.sec_tax {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: calc(10* (100vw /750)) calc(12* (100vw /750));
  color: #6A6A66;
}

/********** sec_box01 **********/
.sec03 .sec_box01 {
  margin: 0 auto calc(93* (100vw /750));
  width: calc(695* (100vw /750));
}

.sec03 .sec_box01 .img18 {
  margin-bottom: calc(27* (100vw /750));
  width: calc(455* (100vw /750));
}

.sec03 .sec_box01 .position_box {
  margin: 0 auto;
  width: calc(696* (100vw /750));
  position: relative;
}

.sec03 .sec_box01 .position_box .sec_tax {
  position: absolute;
  top: 0;
  left: 0;
}

.sec03 .sec_box01 .img19 {
  margin: 0 0 0 auto;
  width: calc(474* (100vw /750));
}

/********** sec_box02 **********/
.sec03 .sec_box02 {
  margin: 0 auto calc(93* (100vw /750));
  width: calc(560* (100vw /750));
  position: relative;
}

.sec03 .sec_box02 .sec_tax {
  position: absolute;
  top: 20.4%;
  left: -26.1%;
  transform: rotateZ( 90deg );
}

.sec03 .sec_box02 .sec_tax li {
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 0 calc(19* (100vw /750));
  font-size: calc(19* (100vw /750));
}

/********** sec_box03 **********/
.sec03 .sec_box03 {
  margin: 0 auto;
  width: 100%;
}

.sec03 .sec_box03 .look dd {
  background-color: #E68B79;
}

/********** sec_box04 **********/
.sec03 .sec_box04 {
  margin: 0 auto calc(95* (100vw /750));
  width: 100%;
}

.sec03 .sec_box04 .ttl_box {
  padding: calc(212* (100vw /750)) 0 calc(203* (100vw /750));
  background-color: #C8D8E1;
}

.sec03 .sec_box04 .ttl_box .ttl_img {
  margin: 0 auto;
  width: calc(366* (100vw /750));
}

.sec03 .sec_box04  .look {
  margin: 0 auto;
}

/********** sec_box05 **********/
.sec03 .sec_box05 {
  margin: 0 auto calc(111* (100vw /750));
  width: calc(560* (100vw /750));
  position: relative;
}

.sec03 .sec_box05 .sec_tax {
  position: absolute;
  top: 13%;
  left: -16%;
  transform: rotateZ( 90deg );
}

.sec03 .sec_box05 .sec_tax li {
  color: #fff;
}

.sec03 .sec_box05 .all_item {
  width: 48rem;
  height: max-content;
  position: absolute;
  top: auto;
  bottom: -8%;
}

.sec03 .staff_text {
  margin: 0 auto;
  pointer-events: none;
  width: calc(560* (100vw /750));
  font-size: calc(17* (100vw /750));
  letter-spacing: 0.06em;
  line-height: 1.88;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #684039;
  white-space: nowrap;
}



/* ===============================================### 
PCデザイン
###=============================================== */
@media screen and (min-width: 768px) {
  .main-area {
    padding-bottom: 0;
  }

/************** common **************/
.sticky_pc {
  background-color: #fff;
  position: sticky;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.flex_box_pc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_box_sp {
  display: block;
}

.position_box {
  position: relative;
}

.grid_box_pc {
  display: grid;
}

/*** sec_tax ***/
.sec_tax {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem 0;
}

.sec_tax_right {
  justify-content: flex-end;
}

.sec_tax li {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.sec_tax li,
.tag-list li {
  display: flex;
  gap: 0 .6rem;
}

.sec_tax li.sec_tax_ttl {
  margin-bottom: 1.8rem;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  transform: scaleY(1.2);
}

/* ===========### sec01 ###=========== */
  .sec01 {
    margin: 0 auto;
    padding-bottom: 5rem;
    position: sticky;
    top: calc(100vh - (200rem + 50%));
    z-index: 10;
  }

  /********** sec_box01 **********/
  .sec01 .sec_box01 {
    margin: 0 auto;
    width: 109.6rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .sec01 .sec_box01 .sub_box01 .sec_img,
  .sec01 .sec_box01 .sub_box03 .sec_img {
    width: 34.8rem;
  }

  /*** sub_box01 ***/
  .sec01 .sec_box01 .sub_box01 {
    margin: 0 0 .6rem auto;
    width: 70.2rem;
    order: 1;
  }

  /*** sub_box02 ***/
  .sec01 .sec_box01 .sub_box02 {
    margin: 0 auto 5rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    order: 3;
  }

  /*** sub_box03 ***/
  .sec01 .sec_box01 .sub_box03 {
    margin: 0 0 5rem auto;
    width: 70.2rem;
    order: 2;
  }

  /*** tax_box ***/ 
  .sec01 .sticky_box {
    height: calc(1540* (100vw /1400));
    position: absolute;
    top: 0rem;
    left: -1.3rem;
    z-index: 5;
  }

  .sec01 .tax_box {
    display: flex;
    flex-direction: column;
    gap: 4.4rem 0;
    width: 42.1rem;
    position: sticky;
    top: 10rem;
    /* left: 0; */
  }

  .sec01 .tax_box .sec_tax02.sec_tax {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.6rem .6rem;
    width: 100%;
    color: #606060;
  }  


/* ===========### sec02 ###=========== */
  .sec02 {
    margin: 0 auto;
    position: sticky;
    top: calc(100vh - (610.4rem + 20%));
    padding-bottom: 0;
    z-index: 15;
  }

  /********** sec_box01 **********/
  .sec02 .sec_box01 {
    margin: 0 auto 9.9rem;
    width: 109.8rem;
    position: relative;
  }

  .sec02 .sec_box01 .sec_tax:nth-child(1) {
    position: absolute;
    top: 25.5%;
    left: auto;
    right: 1.4%;
  }

  .sec02 .sec_box01 .sec_tax:nth-child(2) {
    position: absolute;
    top: auto;
    left: auto;
    right: 2.6%;
    bottom: .3%;
  }

  /********** sec_box02 **********/
  .sec02 .sec_box02 {
    margin: 0 auto 7.7rem;
    width: 106rem;
  }

  /*** sub_box01 ***/
  .sec02 .sec_box02 .sub_box01 {
    margin: 0 auto 1.5rem;
    width: 106.2rem;
    grid-template-rows: 16.2rem auto;
    grid-template-columns: 33.4rem auto;
  }

  .sec02 .sec_box02 .sub_box01 .img08 {
    margin: 0;
    width: 44rem;
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
    position: relative;
    z-index: 5;
  }

  .sec02 .sec_box02 .sub_box01 .flex_box {
    margin: 0;
    width: 100%;
    grid-row: 2/3;
    grid-column: 1/3;
    margin: 0;
    align-items: flex-end;
  }

  .sec02 .sec_box02 .sub_box01 .flex_box .sec_tax {
    gap: 1.5rem 0;
  }

  .sec02 .sec_box02 .sub_box01 .flex_box .img09 {
    width: 36.3rem;
  }

  .sec02 .sec_box02 .sub_box01 .flex_box .sec_tax {
    margin-bottom: 4.7rem;
    margin-right: 2.3rem;
  }

  .sec02 .sec_box02 .sub_box02 .flex_box .sec_tax {
    margin-bottom: 1.4rem;
    margin-left: 11.3rem;
  }

  /*** sub_box02 ***/
  .sec02 .sec_box02 .sub_box02 {
    margin: 0 auto 10rem;
    width: 106.2rem;
    grid-template-rows: 13.1rem auto;
    grid-template-columns: 32rem auto;
  }

  .sec02 .sec_box02 .sub_box02 .flex_box {
    margin: 0;
    width: 100%;
    grid-row: 2/3;
    grid-column: 1/3;
    margin: 0;
    align-items: flex-end;
  }

  .sec02 .sec_box02 .sub_box02 .img10 {
    margin: 0;
    width: 36.3rem;
  }

  .sec02 .sec_box02 .sub_box02 .img11 {
    margin: 0;
    width: 44rem;
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
    position: relative;
    z-index: 5;
  }

  /*** sub_box03 ***/
  .sec02 .sec_box02 .sub_box03 {
    margin: 0 auto;
    width: 36.3rem;
    position: relative;
  }

  .sec02 .sec_box02 .sub_box03 .sec_tax {
    margin: .7rem auto 0;
    position: relative;
    top: 0;
    left: 0;
    transform: rotateZ( 0 );
  }

  .sec02 .sec_box02 .sub_box03 .sec_tax li {
    color: #6A6A66;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }

  /********** sec_box03 **********/
  .sec02 .sec_box03 {
    margin: 0 auto 9.3rem;
    width: 100%;
  }

  /*** sub_box01 ***/
  .sec02 .sec_box03 .sub_box01 {
    margin: 0 auto 10rem;
    width: 107.2rem;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0;
  }

  .sec02 .sec_box03 .sub_box01 .img13 {
    margin-left: -2.5rem;
    width: 44rem;
  }

  .sec02 .sec_box03 .sub_box01 .img14 {
    margin-right: .5rem;
    width: 44rem;
  }

  .sec02 .sec_box03 .sub_box01 .sec_tax {
    margin-bottom: .2rem;
  }

  /*** sub_box02 ***/
  .sec02 .sec_box03 .sub_box02 {
    margin: 0 auto 10.2rem;
    width: 109.8rem;
    position: relative;
  }

  .sec02 .sec_box03 .sub_box02 .look {
    flex-direction: row-reverse;
  }

  .sec02 .sec_box03 .sub_box02 .sec_tax:nth-child(1) {
    position: absolute;
    top: 29.7%;
    left: auto;
    right: 7.6%;
  }

  .sec02 .sec_box03 .sub_box02 .sec_tax:nth-child(2) {
    position: absolute;
    top: auto;
    left: auto;
    right: 7.7%;
    bottom: 1.2%;
  }

  /********** sec_box04 **********/
  .sec02 .sec_box04 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
  }

  /********** sec_box04 **********/
  .sec02 .sec_box04 .tax_box {
    width: calc(403* (100vw /1400));
    position: absolute;
    top: 41.5%;
    left: 2.7%;
  }

  .sec02 .sec_box04 .tax_box .sec_tax {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.8rem 1rem;
    color: #6A6A66;
  }

  .sec02 .sec_box04 .tax_box .sec_tax li {
    font-size: calc(17.6* (100vw /1400));
  }




/* ===========### sec03 ###=========== */
  .sec03 {
    margin: 0 auto;
    position: sticky;
    top: calc(100vh - (466.8rem + 20%));
    padding-bottom: 0;
    z-index: 15;
  }

  .sec03 .sticky_cover {
    margin: 0 auto;
    width: 120rem;
  }

  /********** sec_box01 **********/
  .sec03 .sec_box01 {
    margin: 0 auto 3.7rem;
    padding-top: 10rem;
    width: 106.2rem;
    grid-template-rows: 18.5rem auto;
    grid-template-columns: 31.1rem auto;
  }

  .sec03 .sec_box01 .flex_box_pc {
    margin: 0;
    width: 95.8rem;
    grid-row: 2/3;
    grid-column: 1/3;
    margin: 0 0 0 8rem;
    align-items: flex-end;
  }

  .sec03 .sec_box01 .img18 {
    width: 44rem;
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
    position: relative;
    z-index: 5;
  }

  .sec03 .sec_box01 .img19 {
    margin: 0;
    width: 36.3rem;
  }

  .sec03 .sec_box01 .flex_box .sec_tax {
    margin-bottom: 3rem;
}

.sec03 .sec_box01 .position_box .sec_tax {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 6.4rem;
}

 /********** sec_box01 **********/
  .sec03 .sec_box01 {
    margin: 0 auto 3.7rem;
    width: 106.2rem;
    grid-template-rows: 18.5rem auto;
    grid-template-columns: 31.2rem auto;
  }

  .sec03 .sec_box01 .flex_box {
    margin: 0;
    width: 100%;
    grid-row: 2/3;
    grid-column: 1/3;
    margin: 0;
    align-items: flex-end;
  }

  .sec03 .sec_box01 .img10 {
    margin: 0;
    width: 36.3rem;
  }

  .sec03 .sec_box01 .img11 {
    width: 44rem;
    grid-row: 1/3;
    grid-column: 1/3;
    margin: 0;
    position: relative;
    z-index: 5;
  }

  .sec03 .sec_box01 .flex_box .sec_tax {
    margin-bottom: 3rem;
  }
  

  /********** sec_box02 **********/
  .sec03 .sec_box02 {
    margin: 0 auto 8rem;
    width: 36.2rem;
    position: relative;
  }

  .sec03 .sec_box02 .sec_tax {
    margin: 0.5rem auto 0;
    position: relative;
    top: 0;
    left: 0;
    transform: rotateZ( 0 );
  }

  .sec03 .sec_box02 .sec_tax li {
    color: #606060;
    gap: 0 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }

  /********** sec_box03 **********/
  /*** sub_box02 ***/
  .sec03 .sec_box03 {
    margin: 0 auto ;
    width: 109.8rem;
    position: relative;
  }

  .sec03 .sec_box03 .sec_tax:nth-child(1) {
    position: absolute;
    top: 25.5%;
    left: auto;
    right: 1.4%;
  }

  .sec03 .sec_box03 .sec_tax:nth-child(2) {
    position: absolute;
    top: auto;
    left: auto;
    right: 1.4%;
    bottom: .3%;
  }

  /********** sec_box04 **********/
  .sec03 .sec_box04 {
    margin: 0 auto 28rem;
    width: 100%;
  }

  .sec03 .sec_box04 .ttl_box {
    padding: 22.1rem 0;
    background-color: #fff;
  }

  .sec03 .sec_box04 .ttl_box .ttl_img {
    margin: 0 auto;
    width: 38rem;
  }

  /*** sub_box01 ***/
  .sec03 .sec_box04  .look {
    margin: 0;
  }

  .sec03 .sec_box04 .sub_box01 {
    margin: 0 auto 0;
    width: 109.8rem;
    position: relative;
  }

  .sec03 .sec_box04 .sub_box01 .look dd {
    background-color: #C0D2DD;
  }

  .sec03 .sec_box04 .sub_box01 .sec_tax:nth-child(1) {
    position: absolute;
    top: 21.2%;
    left: auto;
    right: 8%;
  }

  .sec03 .sec_box04 .sub_box01 .sec_tax:nth-child(2) {
    position: absolute;
    top: auto;
    left: auto;
    right: 1.4%;
    bottom: 33.7%;
  }

  .sec03 .sec_box04 .sub_box01 .sec_tax:nth-child(3) {
    position: absolute;
    top: auto;
    left: auto;
    right: 6.4%;
    bottom: 0.1%;
  }

/********** sec_box05 **********/
  .sec03 .sec_box05 {
    margin: 0 auto 9.3rem;
    width: 36.2rem;
    position: relative;
  }

  .sec03 .sec_box05 .sec_tax {
    position: absolute;
    top: 10%;
    left: -10%;
    transform: rotateZ( 90deg );
  }

  .sec03 .sec_box05 .all_item {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: absolute;
    top: -22.3%;
    bottom: 0;
  }

  .sec03 .staff_text {
    margin: -14.9rem 0 0 38.8rem;
    width: 39.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 2.66;
    white-space: nowrap;
    position: relative;
    z-index: 5;
  }

  #catalog_240206 .look__image-wrap.look__image-wrap02 {
    width: 100%;
  }

  #catalog_240206 .look__image-wrap02 .slider {
    width: 100%;
    display: flex;
  }

  #catalog_240206 .look__image-wrap02 .slider figure {
    width: 50%;
  }
















}





