@charset "UTF-8";

:root {
  --main_color: #181b30;
  --en_font: "indivisible", sans-serif;
  --jp_font: "hiragino-kaku-gothic-pron", sans-serif;
  --color-black: #000
}

#LB240301puma {
  background: #fbf3ff;
  padding-top: 5rem;
}

/*---------- reset ----------*/
.main-inner {
  width: 100% !important;
}

/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.LB0301 img,
.LB0301 svg {
  width: 100%;
  height: auto;
}
.LB0301 a, .LB0301 picture {
  display: block;
}
.LB0301 .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .LB0301 .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .LB0301 .sp-only {
    display: none;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.txtAnimation-wrap {
  overflow: hidden;
  padding: 0.1px;
}

.txtAnimation {
  display: inline-block;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  transform: translate(0, 105%);
}

.txtAnimation-wrap:nth-of-type(2) .txtAnimation {
  transition-delay: 0.3s;
}

.txtAnimation-wrap:nth-of-type(3) .txtAnimation {
  transition-delay: 0.6s;
}

.js-txt-Vr.active .txtAnimation {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFade {
  opacity: 0;
  transform: translateY(10rem);
  transition: all ease 1s;
}
.jsFade.isActive {
  opacity: 1;
  transform: translateY(0);
}

/*---------- animation ----------*/
/*---------- font ----------*/
.LB0301 {
  color: #000000;
}

.firstviewArea__lead {
  font-family: var(--jp_font);
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2666666667;
  letter-spacing: 0.05em;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .firstviewArea__lead {
    font-size: calc(24 *(100vw/750));
    margin-top: calc(86 *(100vw/750));
  }
}

.sec-credit span {
  font-family: var(--en_font);
  font-weight: 400;
  font-style: normal;
  font-size: calc(26 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-credit span {
    font-size: 1.4rem;
  }
}

.LB0623__btn a {
  font-family: var(--en_font);
  font-weight: 400;
  font-style: normal;
  font-size: calc(34 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .LB0623__btn a {
    font-size: 2.1rem;
  }
}

/*---------- font ----------*/


/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .firstviewArea__img {
    width: 96rem;
  }
  #content__archive {
    margin-top: 15rem;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .js-txt-Vr span {
    display: inline-block;
  }  
  .sec-credit {
    margin-top: 2.3rem;
  }
  .sec-credit span {
    display: inline-block;
    margin-top: 0.8rem;
    margin-inline: 0;
  }
  /*---------- common ----------*/
  .LB0301 {
    padding-bottom: 15rem;
  }

  .firstviewArea__img {
    margin-inline: auto;
  }
  .firstviewArea__lead {
    text-align: center;
  }

  .firstviewArea {
    padding-bottom: 9rem;
  }
  .firstviewArea__imgWrap {
    position: relative;
    margin-inline: auto;
    margin-bottom: 8.4rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .firstviewArea__ttl {
    position: absolute;
    top: 5.4rem;
    left: auto;
    right: 8.3rem;
    width: 26.4rem;
    pointer-events: none;
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(1) {
    margin-left: 7.6rem;
    margin-bottom: 2.9rem;
    width: 11.2rem;
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(2) {
    width: 11.2rem;
    margin-left: 7.6rem;
    margin-bottom: 3.4rem;
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(3) {
    width: 26.4rem;
  }

  /* firefox */
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(1) img {
    width: 11.2rem;
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(2) img {
    width: 11.2rem;
  }
  /* firefox */

  .firstviewArea__date {
    width: 40.6rem;
    margin: auto;
  }
  
  .sec-btnArea {
    padding: 0;
    background-color: transparent;
  }
  .LB0623__btn a {
    width: 42rem;
    height: 7.1rem;
  }
  .LB0623__btn a::after {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .LB0623__btn + .LB0623__btn {
    margin-top: 1rem;
  }

  /*---------- sec 共通 ----------*/
  #LB240301puma .sec_block {
    position: relative;
    z-index: 0;
  } 
  #LB240301puma .sec_block .ttl {
    font-family: var(--en_font);
    font-weight: 500;
    font-style: normal;
    font-size: 4.4rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    color: var(--main_color);
  } 
  #LB240301puma .sec_block .ttl {
    font-family: var(--en_font);
    font-weight: 500;
    font-style: normal;
    font-size: 4.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: var(--main_color);
  }
  #LB240301puma .sec_block .price {
    display: inline-block;
    font-family: var(--en_font);
    font-weight: 500;
    font-style: normal;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.338;
    color: var(--main_color);
    text-decoration: underline;
    margin-top: 1.9rem;
  }
  #LB240301puma .sec_block .text {
    font-family: var(--jp_font);
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 4rem;
    text-align: justify;
  } 
  #LB240301puma .sec_wrap {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  } 
  #LB240301puma .sec_wrap {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  } 

  #LB240301puma .slick-dots {
    position: absolute;
    margin: 0;
    width: initial;
    z-index: 10;
  }
  #LB240301puma .slick-dots {
    bottom: -3rem;
    left: -0.4rem;
  }
  #LB240301puma .slick-dots li {
    width: 1rem;
    height: 1rem;
    margin-inline: 0.4rem;
  }
  #LB240301puma .slick-dots li.slick-active button {
    background-color: var(--color-black);
  }
  #LB240301puma .slick-dots li button {
    width: 1rem;
    height: 1rem;
    border: 0.1rem solid var(--color-black);
    opacity: 1;
    padding: 0;
  }
  #LB240301puma .slick-dots li .slick-active button {
    background-color: var(--color-black);
  }
  #LB240301puma .type06 .slick-dots {
    bottom: -2.5rem;
  }
  #LB240301puma .slick-dots li.slick-active button:before {
    opacity: 0;
    width: inherit;
    height: inherit;
  }
  #LB240301puma .slick-dots li button:before {
    opacity: 0;
  }

  #LB240301puma .model__credit {
    display: table;
    font-family: var(--en_font);
    margin-top: 4.4rem;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  #LB240301puma .model__credit__item {
    display: inline-block;
    margin-right: 1rem;
    font-weight: 500;
  }
  /*---------- sec 共通 ----------*/

  /*---------- sec01 ----------*/
  #LB240301puma .sec01 {
    margin-top: 18rem;
  } 
  #LB240301puma .sec01 .block01 {
    width: 41.5rem;
    background: url(../img/sec1_bg.png) no-repeat;
    background-size: 100%;
  }
  #LB240301puma .sec01 .block02 {
    width: 41rem;
    margin-top: 14.6rem;
  } 
  #LB240301puma .sec01 .block_inner {
    width: 31rem;
    margin: 7rem 0 0 5.4rem
  } 
  #LB240301puma .sec01 .sec_number {
    font-family: var(--en_font);
    font-size: 10rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: var(--main_color);
  }
  #LB240301puma .sec01 h3 {
    position: absolute;
    top: -5.9rem;
    left: 5.5rem;
    z-index: 1;
  }
  #LB240301puma .sec01 .item {
    position: absolute;
    width: 30rem;
    top: -17.9rem;
    right: -16rem;
    z-index: 1;
  }
  /*---------- sec01 ----------*/

  /*---------- sec02 ----------*/
  #LB240301puma .sec02 .sec_wrap {
    flex-direction: row-reverse;
    gap: 7rem;
  } 
  #LB240301puma .sec02 {
    margin-top: 12rem;
  } 
  #LB240301puma .sec02 .block01 {
    width: 50.5rem;
    background: url(../img/sec2_bg.png) no-repeat;
    background-size: 100%;
    padding-bottom: 4rem;
  }
  #LB240301puma .sec02 .block02 {
    width: 46rem;
    margin-top: 4rem;
  } 
  #LB240301puma .sec02 .block_inner {
    width: 40rem;
    margin: 5rem 0 0 5rem;
  } 
  #LB240301puma .sec02 .sec_number {
    font-family: var(--en_font);
    font-size: 10rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: var(--main_color);
  }
  #LB240301puma .sec02 h3 {
    position: absolute;
    top: -5.3rem;
    left: 0rem;
    z-index: 1;
  }
  #LB240301puma .sec02 .item01 ,
  #LB240301puma .sec02 .item02 {
    position: absolute;
    width: 22rem;
  }
  #LB240301puma .sec02 .item01 {
    bottom: -4.8rem;
    left: 0;
  }
  #LB240301puma .sec02 .item02 {
    top: 0;
    right: 0;
  }
  #LB240301puma .sec02 .model {
    width: 41rem;
    margin: 12.1rem auto 0;
  }
  #LB240301puma .sec02 .item01.jsFade {
    transition-delay: 0.3s;
  }
  /*---------- sec02 ----------*/

  /*---------- sec03 ----------*/
  #LB240301puma .sec03 {
    margin-top: 15.5rem;
  } 
  #LB240301puma .sec03 .sec_wrap {
    gap: 3rem;
  }
  #LB240301puma .sec03 .block01 {
    width: 47.5rem;
    background: url(../img/sec3_bg.png) no-repeat;
    background-size: 100%;
  }
  #LB240301puma .sec03 .block02 {
    width: 47rem;
    margin-top: 10rem;
  } 
  #LB240301puma .sec03 .block_inner {
    width: 37rem;
    margin: 4.5rem 0 0 5.5rem
  } 
  #LB240301puma .sec03 .sec_number {
    font-family: var(--en_font);
    font-size: 10rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: var(--main_color);
  }
  #LB240301puma .sec03 h3 {
    position: absolute;
    top: -4.7rem;
    right: 3rem;
    z-index: 1;
  }
  #LB240301puma .sec03 .item01 ,
  #LB240301puma .sec03 .item02 {
    position: absolute;
    width: 19rem;
    bottom: 13.5rem;
  }
  #LB240301puma .sec03 .item01 {
    left: 5rem;
  }
  #LB240301puma .sec03 .item02 {
    left: 24rem;
  }
  #LB240301puma .sec03 .item02.jsFade {
    transition-delay: 0.3s;
  }
  /*---------- sec03 ----------*/

  /*---------- coordinate ----------*/
  #LB240301puma .coordinate {
    width: 111rem;
    margin: 12rem auto 0;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url(../img/sec4_bg.jpg) no-repeat;
    background-size: 100%;
  }
  #LB240301puma .coordinate h2 {
    text-align: center;
  }
  #LB240301puma .coordinate h2 .ttl {
    font-family: var(--en_font);
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: var(--main_color);
  }

  /*---------- look01 ----------*/
  #LB240301puma .coordinate .look01 .sec_wrap {
    gap: 1rem;
    margin-top: 4.1rem;
  }
  #LB240301puma .coordinate .look01 .sec_block {
    width: 37rem;
  }
  #LB240301puma .coordinate .look01 .sec_block.jsFade {
    transition-delay: 0.3s;
  }

  /*---------- look02 ----------*/
  #LB240301puma .coordinate .look02 {
    width: 41rem;
    margin: 7.4rem auto 0;
  }

  /*---------- look03 ----------*/
    #LB240301puma .coordinate .look03 .sec_wrap {
      gap: 12rem;
      margin-top: 7.4rem;
    }
    #LB240301puma .coordinate .look03 .block01 {
      width: 38rem;
    }
    #LB240301puma .coordinate .look03 .block01 .model__credit {
      margin-top: 1.3rem;
    }
    #LB240301puma .coordinate .look03 .block02 {
      margin-top: 16rem;
      width: 40rem;
    }
  /*---------- coordinate ----------*/

  /*---------- itemall ----------*/
  #LB240301puma .itemall_img {
    width: 28.5rem;
    margin: 11.9rem auto 0;
  }

  #LB240301puma .item_all {
    margin: 5rem auto 0;
  }
  #LB240301puma .item_all .sec_wrap {
    gap: 1rem;
  }
  #LB240301puma .item_all a {
    width: 29.8rem;
    height: 6.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #153a2f solid 0.2rem;
    border-radius: 3rem 0 0 0;
  }
  #LB240301puma .item_all a h3 {
    margin-left: 1rem;
  }
  #LB240301puma .item_all a .item_text {
    font-family: var(--en_font);
    font-size: 2rem;
    font-weight: 500;
    color: #153a2f;
    letter-spacing: 0.05em;
    margin-top: 0.4rem;
  }
  #LB240301puma .item_all a:nth-of-type(2) {
    width: 29.8rem;
    height: 6.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #153a2f solid 0.2rem;
    border-radius: 0 3rem 0 0;
  }
  #LB240301puma .item_all a:nth-of-type(2) h3 {
    margin-left: -1rem;
  }
  /*---------- itemall ----------*/

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 768px) {

  #LB240301puma {
    padding-top: 0;
    padding-bottom: calc(200 *(100vw/750));
  }
  /*---------- image-size ----------*/
  .firstviewArea__img {
    width: 100%;
  }
  #content__archive {
    margin-top: calc(200 *(100vw/750));
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .js-txt-Vr span {
    display: inline-block;
  }  
  .sec-credit {
    margin-top: 2.3rem;
  }
  .sec-credit span {
    display: inline-block;
    margin-top: 0.8rem;
    margin-inline: 0;
  }
  /*---------- common ----------*/
  .LB0301 {
    padding-bottom: 15rem;
  }

  .firstviewArea__img {
    margin-inline: auto;
  }
  .firstviewArea__lead {
    text-align: center;
  }

  .firstviewArea {
    padding-bottom: 0;
  }
  .firstviewArea__imgWrap {
    position: relative;
    margin-inline: auto;
    margin-bottom: calc(106 *(100vw/750));
    width: -moz-fit-content;
    width: fit-content;
  }
  .firstviewArea__ttl {
    position: absolute;
    top: calc(44 *(100vw/750));
    left: auto;
    right: calc(64 *(100vw/750));
    width: calc(300 *(100vw/750));
    pointer-events: none;
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(1) {
    margin-left: calc(90 *(100vw/750));
    margin-bottom: calc(33 *(100vw/750));
    width: calc(120 *(100vw/750));
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(2) {
    width: calc(120 *(100vw/750));
    margin-left: calc(90 *(100vw/750));
    margin-bottom: calc(42 *(100vw/750));
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(3) {
    width: calc(300 *(100vw/750));
  }

    /* firefox */
    .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(1) img {
      width: calc(120 *(100vw/750));
    }
    .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(2) img {
      width: calc(120 *(100vw/750));
    }
    /* firefox */

  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(2) .txtAnimation {
    height: calc(10 *(100vw/750));
  }

  .firstviewArea__date {
    width: calc(654 *(100vw/750));
    margin: auto;
  }
  
  .sec-btnArea {
    padding: 0;
    background-color: transparent;
  }
  .LB0623__btn a {
    width: 42rem;
    height: 7.1rem;
  }
  .LB0623__btn a::after {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .LB0623__btn + .LB0623__btn {
    margin-top: 1rem;
  }

  /*---------- sec 共通 ----------*/
  #LB240301puma .sec_block {
    position: relative;
    z-index: 0;
  } 
  #LB240301puma .sec_block .ttl {
    font-family: var(--en_font);
    font-weight: 500;
    font-style: normal;
    font-size: 4.4rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    color: var(--main_color);
  } 
  #LB240301puma .sec_block .ttl {
    font-size: calc(66 *(100vw/750));
  }
  #LB240301puma .sec_block .price {
    font-size: calc(30 *(100vw/750));
    margin-top: calc(-2 *(100vw/750));
  }
  #LB240301puma .sec_block .text {
    font-size: calc(23 *(100vw/750));
    margin-top: calc(54 *(100vw/750));
  } 
  #LB240301puma .sec_wrap {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  } 
  #LB240301puma .sec_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  } 

  #LB240301puma .slick-dots {
    position: absolute;
    margin: 0;
    width: initial;
    z-index: 10;
  }
  #LB240301puma .slick-dots {
    bottom: calc(-64 *(100vw/750));
    left: calc(-6 *(100vw/750));
  }
  #LB240301puma .slick-dots li {
    width: calc(18 *(100vw/750));
    height: calc(18 *(100vw/750));
    margin-inline: calc(8 *(100vw/750));
  }
  #LB240301puma .slick-dots li.slick-active button {
    background-color: var(--color-black);
  }
  #LB240301puma .slick-dots li button {
    width: calc(18 *(100vw/750));
    height: calc(18 *(100vw/750));
    border: calc(2 *(100vw/750)) solid var(--color-black);
    opacity: 1;
    border-radius: 100%;
  }
  #LB240301puma .slick-dots li .slick-active button {
    background-color: var(--color-black);
  }
  #LB240301puma .type06 .slick-dots {
    bottom: -2.5rem;
  }
  #LB240301puma .slick-dots li.slick-active button:before {
    opacity: 0;
  }
  #LB240301puma .slick-dots li button:before {
    opacity: 0;
  }

  #LB240301puma .model__credit {
    display: table;
    font-family: var(--en_font);
    margin-top: calc(83 *(100vw/750));
    font-size: calc(22 *(100vw/750));
    line-height: 2;
    font-weight: 500;
    white-space: nowrap;
  }
  #LB240301puma .model__credit__item {
    display: inline-block;
    margin-right: calc(19 *(100vw/750));
  }
  /*---------- sec 共通 ----------*/

  /*---------- sec01 ----------*/
  #LB240301puma .sec01 {
    margin-top: calc(363 *(100vw/750));
  } 
  #LB240301puma .sec01 .block01 {
    width: calc(688 *(100vw/750));
    height: calc(714 *(100vw/750));
    background: url(../img/sec1_bg_sp.png) no-repeat;
    background-size: 100%;
    margin-left: calc(-22 *(100vw/750));
    padding-bottom: 0;
  }
  #LB240301puma .sec01 .block02 {
    width: calc(600 *(100vw/750));
    margin-top: calc(67 *(100vw/750));
    margin-left: auto;
  } 
  #LB240301puma .sec01 .block_inner {
    width: calc(541 *(100vw/750));
    margin: calc(71 *(100vw/750)) 0 0 calc(78 *(100vw/750));
  } 
  #LB240301puma .sec01 .sec_number {
    font-size: calc(140 *(100vw/750));
  }
  #LB240301puma .sec01 h3 {
    top: calc(-90 *(100vw/750));
    left: calc(78 *(100vw/750));
  }
  #LB240301puma .sec01 .item {
    position: absolute;
    width: calc(400 *(100vw/750));
    top: calc(-221 *(100vw/750));
    right: calc(-34 *(100vw/750));
    z-index: 1;
  }
  /*---------- sec01 ----------*/

  /*---------- sec02 ----------*/
  #LB240301puma .sec02 .sec_wrap {
    flex-direction: column-reverse;
    gap: 0;
  } 
  #LB240301puma .sec02 {
    margin-top: calc(155 *(100vw/750));
  } 
  #LB240301puma .sec02 .block01 {
    width: calc(713 *(100vw/750));
    height: calc(602 *(100vw/750));
    background: url(../img/sec2_bg_sp.png) no-repeat;
    background-size: 100%;
    margin-top: calc(408 *(100vw/750));
    margin-left: calc(17 *(100vw/750));
    padding-bottom: 0;
  }
  #LB240301puma .sec02 .block02 {
    width: calc(607 *(100vw/750));
    margin-top: 0;
    margin-left: calc(75 *(100vw/750));
  } 
  #LB240301puma .sec02 .block_inner {
    width: calc(566 *(100vw/750));
    margin: calc(98 *(100vw/750)) 0 0 calc(70 *(100vw/750));
  } 
  #LB240301puma .sec02 .sec_number {
    font-size: calc(140 *(100vw/750));
  }
  #LB240301puma .sec02 h3 {
    position: absolute;
    top: calc(-13 *(100vw/750));
    left: 0rem;
    z-index: 1;
  }
  #LB240301puma .sec02 .item01 ,
  #LB240301puma .sec02 .item02 {
    position: absolute;
    width: calc(290 *(100vw/750));
  }
  #LB240301puma .sec02 .item01 {
    top: calc(115 *(100vw/750));
    left: 0;
  }
  #LB240301puma .sec02 .item02 {
    top: 0;
    right: 0;
  }
  #LB240301puma .sec02 .model {
    width: calc(600 *(100vw/750));
    margin: calc(70 *(100vw/750)) auto 0;
  }
  /*---------- sec02 ----------*/

  /*---------- sec03 ----------*/
  #LB240301puma .sec03 {
    margin-top: calc(160 *(100vw/750));
  } 
  #LB240301puma .sec03 .sec_wrap {
    gap: 0;
  }
  #LB240301puma .sec03 .block01 {
    width: calc(668 *(100vw/750));
    background: url(../img/sec3_bg_sp.png) no-repeat;
    background-size: 100%;
    margin-left: calc(-42 *(100vw/750));
    padding-bottom: calc(148 *(100vw/750));
  }
  #LB240301puma .sec03 .block02 {
    width: calc(710 *(100vw/750));
    margin-top: calc(377 *(100vw/750));
  } 
  #LB240301puma .sec03 .block_inner {
    width: calc(521 *(100vw/750));
    margin: calc(50 *(100vw/750)) 0 0 calc(78 *(100vw/750));
  } 
  #LB240301puma .sec03 .sec_number {
    font-size: calc(140 *(100vw/750));
  }
  #LB240301puma .sec03 h3 {
    position: absolute;
    top: calc(31 *(100vw/750));
    right: calc(57 *(100vw/750));
    z-index: 1;
  }
  #LB240301puma .sec03 .item01 ,
  #LB240301puma .sec03 .item02 {
    position: absolute;
    width: calc(260 *(100vw/750));
    top: calc(423 *(100vw/750));
    right: 0;
    z-index: 1;
  }
  #LB240301puma .sec03 .item01 {
    left: calc(200 *(100vw/750));
  }
  #LB240301puma .sec03 .item02 {
    left: calc(460 *(100vw/750));
  }
  /*---------- sec03 ----------*/

  /*---------- coordinate ----------*/
  #LB240301puma .coordinate {
    width: 100%;
    height: calc(5153 *(100vw/750));
    margin: calc(160 *(100vw/750)) auto 0;
    padding-top: calc(100 *(100vw/750));
    padding-bottom: calc(110 *(100vw/750));
    background: url(../img/sec4_bg_sp.jpg) no-repeat;
    background-size: 100%;
  }
  #LB240301puma .coordinate h2 {
    text-align: center;
  }
  #LB240301puma .coordinate h2 .ttl {
    font-size: calc(66 *(100vw/750));
  }

  /*---------- look01 ----------*/
  #LB240301puma .coordinate .look01 .sec_wrap {
    gap: 0;
    margin-top: calc(63 *(100vw/750));
  }
  #LB240301puma .coordinate .look01 .sec_block {
    width: calc(550 *(100vw/750));
    margin-left: calc(-127 *(100vw/750));
  }
  #LB240301puma .coordinate .look01 .sec_block.block02 {
    margin-top: calc(60 *(100vw/750));
    margin-left: auto;
    margin-right: calc(8 *(100vw/750));
  }

  /*---------- look02 ----------*/
  #LB240301puma .coordinate .look02 {
    width: calc(660 *(100vw/750));
    margin: calc(100 *(100vw/750)) auto 0;
  }
  #LB240301puma .coordinate .look02 .slick-dots {
    bottom: calc(-50 *(100vw/750));
  }
  #LB240301puma .coordinate .look02 .model__credit {
    margin-top: calc(69 *(100vw/750));
  }

  /*---------- look03 ----------*/
    #LB240301puma .coordinate .look03 .sec_wrap {
      gap: 0;
      margin-top: calc(90 *(100vw/750));
    }
    #LB240301puma .coordinate .look03 .block01 {
      width: calc(530 *(100vw/750));
      margin-left: calc(143 *(100vw/750));
    }
    #LB240301puma .coordinate .look03 .block01 .model__credit {
      margin-top: calc(17 *(100vw/750));
    }
    #LB240301puma .coordinate .look03 .block02 {
      margin-top: calc(93 *(100vw/750));
      margin-left: calc(-76 *(100vw/750));
      width: calc(600 *(100vw/750));
    }
    #LB240301puma .coordinate .look03 .slick-dots {
      bottom: calc(-50 *(100vw/750));
    }
    #LB240301puma .coordinate .look03 .model__credit {
      margin-top: calc(69 *(100vw/750));
    }
  /*---------- coordinate ----------*/

  /*---------- itemall ----------*/
  #LB240301puma .itemall_img {
    width: calc(418 *(100vw/750));
    margin: calc(160 *(100vw/750)) auto 0;
  }

  #LB240301puma .item_all {
    margin: calc(100 *(100vw/750)) auto 0;
  }
  #LB240301puma .item_all .sec_wrap {
    gap: calc(30 *(100vw/750));
  }
  #LB240301puma .item_all a {
    width: calc(650 *(100vw/750));
    height: calc(140 *(100vw/750));
    display: flex;
    justify-content: center;
    align-items: center;
    border: #153a2f solid calc(2 *(100vw/750));
    border-radius: 0 calc(30 *(100vw/750)) 0 0;
  }
  #LB240301puma .item_all a h3 {
    margin-left: 0;
  }
  #LB240301puma .item_all a .item_text {
    font-size: calc(34 *(100vw/750));
    margin-top: 0;
  }
  #LB240301puma .item_all a:nth-of-type(2) {
    width: calc(650 *(100vw/750));
    height: calc(130 *(100vw/750));
    display: flex;
    justify-content: center;
    align-items: center;
    border: #153a2f solid calc(2 *(100vw/750));
    border-radius: 0 calc(30 *(100vw/750)) 0 0;
  }
  #LB240301puma .item_all a:nth-of-type(2) h3 {
    margin-left: calc(0 *(100vw/750));
  }
  /*---------- itemall ----------*/
  }


/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}/*# sourceMappingURL=style.css.map */