@charset "UTF-8"; html {
  font-size: 62.5%;
}

#lookBook_230201 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

#lp230818 a {
  /* overflow: visible; */
}

#lp230818 {
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  /* font-family: noto-sans-cjk-jp, sans-serif; */
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.02em;
  /* color: #333333; */
  
}

/* base */
#lp230818 {
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

#lp230818 img, #lp230818 picture img, #lp230818 picture source {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 560px) {
  #lp230818 .sp_only {
      display: block;
  }

  #lp230818 .pc_only {
      display: none;
  }
}

@media only screen and (min-width: 561px) {
  #lp230818 .sp_only {
      display: none;
  }

  #lp230818 .pc_only {
      display: block;
  }
}

/* frame Contents */
#lp230818 {
  position: relative;
  width: 100vw;
  overflow-x: hidden;

}

#lp230818 .frameWrap {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 10;
}

#lp230818 .frameWrap .frameWrapper {
  position: relative;
  /* width: fit-content; */
  margin: auto;
}

#lp230818 .frameWrap .txtTtl {
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #223757;
}

@media only screen and (max-width: 560px) {
  #lp230818 .frameWrap{
    display: none!important;
  }
  #lp230818 .mainVisual {
    width: 100%;
    margin-inline: auto;
    padding: 0 0 calc(30 * (100vw / 390));
  }
  #lp230818 .mainVisual video{
    display: block;
    width: 100%;
  }
  #lp230818 .logo .imgBox {
    width: calc(120 * (100vw / 390));
    margin-block: calc(302 * (100vw / 390)) calc(0 * (100vw / 390));
    margin-inline: auto;
  }

  #lp230818 .mainVisual .txtTtl {
      width: fit-content;
      margin-block-start: calc(17 * (100vw / 390));
      margin-inline: auto;
      white-space: nowrap;
      font-size: calc(20 * (100vw / 390));
      line-height: 1;
      font-weight: 400;
      letter-spacing: 0.04em;
      color: #1A1311;
  }
}

@media only screen and (min-width: 561px) {
  #lp230818 .frameWrap {
      width: 100%;
      height: calc(var(--frameHeight) + calc(10 * (100vw / 1920)));
      text-align: center;
  }
  .mvAnimation.onView .mainVisual .logo .imgBox{
    width:calc(200 * (100vw / 1920)) ;
    max-width: 200px;
    margin: auto;
  }

  #lp230818 .frameWrap .frameWrapper {
      width: fit-content;
      margin: calc(40 * (100vw / 1920)) auto 0 calc(40 * (100vw / 1920));
      text-align: left;
  }

  #lp230818 .frameWrap .logo .imgBox {
      width: calc(120 * (100vw / 1920));
      height: auto;
      margin: auto;
  }
  .mainVisual {
    max-width: 1400px;
    width: calc(1400 * (100vw / 1920));
    margin: auto;
    margin-top:  calc(60 * (100vw / 1920));
    text-align: center;
    overflow: hidden;
  }
  .mainVisual a{
    display: inline-block;
    margin: auto;
  }
  .mainVisual a:hover{
    opacity: 1!important;
  }
  
  #lp230818 .frameWrap .txtTtl {
      margin: calc(17 * (100vw / 1920)) auto 0;
      font-size: calc(20 * (100vw / 1920));
      font-weight: 400;
      line-height: 1.35;
      color: #1A1311;
      /* opacity: 0; */
  }

  #lp230818 .mainVisual .txtTtl {
    text-align: center;
    margin: calc(30 * (100vw / 1920)) auto 0;
    font-size: calc(36 * (100vw / 1920));
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: #1A1311;
  }
}

@media only screen and (min-width: 1920px) {
  #lp230818 .frameWrap {
      width: 100%;
  }
  .mainVisual {
    margin-top: 6rem;
  }
  #lp230818 .frameWrap .frameWrapper {
      margin: 40px auto 0 40px;
  }
  #lp230818 .frameWrap .txtTtl {
    margin: 17px auto 0;
    font-size: 20px;
  }

  #lp230818 .mainVisual .txtTtl {
      margin-block-start: 30px;
      font-size: 36px;
  }
}
/* mainVisual */



.splide{
  pointer-events: none!important;
}





/* SP */
@media only screen and (max-width: 560px) {
  .mainVisual .logo {
    display: none;
  }


  .mainVisual .splide__slide {
    overflow: hidden;
    width: calc(200 * (100vw / 390))!important;
    height: auto;
  }
}

/* PC */
@media only screen and (min-width: 561px) {
  .mainVisual {
    position: relative;
    display: block;
    z-index: 1000;
  }

  .mainVisual .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: calc(60 * (100vw / 1920)) ;

    pointer-events: none;
  }
  .mainVisual .splide__slide_wrap {
    display: flex;
    justify-content: space-between;
    gap:calc(25 * (100vw / 1920)) ;
  }
  
  .mainVisual .splide__slide {
    overflow: hidden;
    width: calc(450 * (100vw / 1920))!important;
    height: auto;
  }




}
@media only screen and (min-width: 1920px) {
  .mainVisual .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: calc(466 * (100vw / 1920)); */
    /* margin: auto; */
    margin-top: 6rem;
  }
  
  


  .mainVisual .splide__slide_wrap {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
  }
  .mainVisual .splide__slide {
    width: 45rem!important;
    height: auto;
  }
}

/* lookBook */
#lookBook {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 560px) {
  #lookBook {
      position: relative;
      width: calc(350 * (100vw / 390));
      margin: 0 auto ;
  }


  #lookBook .bookWrapper {
      width: calc(165 * (100vw / 390));
      margin-bottom: calc(20 * (100vw / 390));
  }

  #lookBook .bookWrapper .creditWrap {
      display: none;
  }
}

/* Tab */
@media only screen and (min-width: 561px) {
  #lookBook {
      width: calc(1120 * (100vw / 1920));
      margin: calc(124 * (100vw / 1920)) auto 0;
  }

  #lookBook .bookWrapper {
      position: relative;
      width: calc(320 * (100vw / 1920));
      margin-bottom: calc(80 * (100vw / 1920));
  }

  #lookBook .bookWrapper::before {
      transition-duration: 1.2s;
      position: absolute;
      content: "";
      display: block;
      bottom: 0;
      left: 0;
      max-height: 90px;
      width: 100%;
      height: calc(90 * (100vw / 1920));
      background: linear-gradient(180deg, rgb(121 121 121 / 0%) 0%, rgb(121 121 121 / 90%) 90%);
      background-repeat: no-repeat;
      background-position: bottom;
      pointer-events: none;
      opacity: 0;
      z-index: 1;
  }

  #lookBook .bookWrapper:hover::before {
      opacity: 1;
  }

  #lookBook .bookWrapper .creditWrap {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 5;
  }

  #lookBook .bookWrapper .creditWrap .credit {
      padding: 0 calc(12 * (100vw / 1920)) calc(7 * (100vw / 1920));
      text-align: left;
  }

  #lookBook .bookWrapper .creditWrap .credit a {
      transition: transform 0.8s, opacity 0.8s;
      transform: translateY(20%);
      opacity: 0;
      display: inline-block;
      margin: 0 calc(9 * (100vw / 1920)) calc(0 * (100vw / 1920)) 0;
      font-size: calc(11 * (100vw / 1920));
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.04em;
      color: #fff;
  }

  #lookBook .bookWrapper:hover .creditWrap .credit a {
      transition-duration: 1.2s;
      transform: translateY(0);
      opacity: 1;
      text-decoration: underline;
  }
}

/* PC */
@media only screen and (min-width: 1920px) {
  #lookBook {
      width: 1120px;
      margin: 124px auto 0;
  }

  #lookBook .bookWrapper {
      width: 320px;
      margin-bottom: 80px;
  }

  #lookBook .bookWrapper::before {
      max-height: 90px;
      width: 100%;
      height: 90px;
  }

  #lookBook .bookWrapper .creditWrap .credit {
      padding: 0 12px 7px;
  }

  #lookBook .bookWrapper .creditWrap .credit a {
      margin: 0 9px 0px 0;
      font-size: 11px;
  }
}

/* Modal animation */
@media only screen and (max-width: 560px) {
  #modalBook.modalBookWrap {
      pointer-events: none;
      position: fixed;
      top: 48.5%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      transition: opacity 0.8s 0.5s;
      box-shadow: calc(3 * (100vw / 390)) calc(3 * (100vw / 390)) calc(10 * (100vw / 390)) 0 rgb(0 0 0 / 16%);
      opacity: 0;
      z-index: 999999;
  }

  #modalBook.modalBookWrap.onView {
      pointer-events: all;
      opacity: 1;
  }

  #modalBook .modal-bg.modal-close {
      transition: opacity 0.6s 0.4s;
      pointer-events: none;
      opacity: 0;
  }

  #modalBook.onView .modal-bg.modal-close {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 150vw;
      height: 150vh;
      pointer-events: all;
      background-color: #fff;
      opacity: 0.7;
      z-index: 0;
  }

  #modalBook .modal-close {
      position: absolute;
      top: calc(10 * (100vw / 390));
      right: calc(10 * (100vw / 390));
      font-size: 0;
      width: calc(21 * (100vw / 390));
      cursor: pointer;
      z-index: 100;
  }

  #modalBook .mordalSlider {
      overflow: hidden;
      display: block;
      width: calc(350 * (100vw / 390));
      height: calc(616 * (100vw / 390));
      background-color: #fff;
  }


  #modalBook .mordalSlider .creditWrap {
      width: calc(100% - (40 * (100vw / 390)));
      padding: calc(22 * (100vw / 390)) calc(20 * (100vw / 390)) calc(15.3 * (100vw / 390));
  }

  #modalBook .mordalSlider .creditWrap .credit {
      line-height: 1;
  }

  #modalBook .mordalSlider .creditWrap .credit a {
      display: inline-block;
      padding-right: calc(9 * (100vw / 390));
      margin-bottom: calc(7 * (100vw / 390));
      text-decoration: underline;
      white-space: nowrap;
      font-size: calc(11 * (100vw / 390));
      letter-spacing: 0.04em;
      line-height: 1;
      color: #1A1311;
  }

  #modalBook .mordalSlider .bookWrapper.sp_only {
      display: none;
  }

  /* Slick arrow */
  .slick-arrow::before, .slick-arrow::after {
      display: none;
  }

  #modalBook .slick-prev {
      display: block;
      position: absolute;
      top: 41.5%;
      transform: translateY(-50%);
      left: calc(13 * (100vw / 390));
      width: calc(13 * (100vw / 390));
      height: calc(24.5 * (100vw / 390));
      z-index: 99;
  }

  #modalBook .slick-next {
      display: block;
      position: absolute;
      top: 41.5%;
      transform: translateY(-50%);
      right: calc(13 * (100vw / 390));
      z-index: 99;
      width: calc(13 * (100vw / 390));
      height: calc(24.5 * (100vw / 390));
  }
}

@media only screen and (min-width: 561px) {
  #modalBook {
      display: none!important;
  }
}

.allBtn a{
  display: block;
}
@media only screen and (max-width: 560px) {
  .allBtn {
      width: calc(300 * (100vw / 390));
      height: calc(50 * (100vw / 390));
      margin: calc(62 * (100vw / 390)) auto 0;
  }
}

@media only screen and (min-width: 561px) {
  .allBtn {
      max-width: 370px;
      max-height: 60px;
      width: calc(370 * (100vw / 1400));
      height: calc(60 * (100vw / 1400));
      margin: calc(20 * (100vw / 1400)) auto calc(94 * (100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .allBtn {
      max-width: 370px;
      max-height: 60px;
      width: 370px;
      height: 60px;
      margin: 20px auto 94px;
  }
}

.frameWrapper {
  opacity: 0;
  transition: opacity 0.5s;
}
.frameWrapper.onView {
  opacity: 1;
}
.mvAnimation .mainVisual .logo *{
  opacity: 0;
  transition: opacity 0.8s ;
  transition-delay: 1.5s;
}
.mvAnimation.onView .mainVisual .logo *{
  opacity: 1;
}
/*========================================================
breadcrumb
========================================================*/
/* ----------[ breadcrumb SP ]---------- */
#lp230818 .cateList {
  width: 90%;
  margin: calc(78 * (100vw / 390)) auto 0;
  padding: 0 0 calc(15 * (100vw / 390));
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(10 * (100vw / 390));
  letter-spacing: 0.01em;
  line-height: calc(20 * (100vw / 390));
  color: #4d4d4d;
  /* white-space: nowrap; */
  text-align: left;
}

/* ----------[ breadcrumb table ]---------- */
@media only screen and (min-width: 560px) {
  #lp230818 .cateList {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: calc(1280 * (100vw / 1400));
      max-width: 1280px;
      height: calc(50 * (100vw / 1400));
      max-height: 50px;
      margin: calc(80 * (100vw / 1400)) auto calc(28 * (100vw / 1400)) ;
      padding: 0 calc(40 * (100vw / 1400)) calc(24 * (100vw / 1400)) 0;
      font-size: calc(13 * (100vw / 1400));
      letter-spacing: 0.01em;
      line-height: normal;
      color: #4d4d4d;
  }

  #lp230818 .cateList span {
      padding: 0 calc(5 * (100vw / 1400));
  }
}

/* ----------[ breadcrumb PC ]---------- */
@media only screen and (min-width: 1400px) {
  #lp230818 .cateList {
    margin: auto;
    margin-bottom: 28px;
    padding: 0 40px 20px 0;
    font-size: 13px;
    height: 50px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  
  #lp230818 .cateList span {
      padding: 0 5px;
  }
}

:root {
  height: frameHeight;
}


#lp230818 .frameWrap .txtTtl {
  font-weight: 400;
}


.mainVisual .mvAnimation img{
  scale: 1.2;
  transition:scale 1.5s  ;
}

.mainVisual .mvAnimation.mvAnimation_onView img{
  scale: 1;
}

.mainVisual  .fade {
  opacity: 0;
  transition: opacity 1.5s ease ;
}

.mainVisual  .fade_in {
  opacity: 1;
}
