@charset "UTF-8";

/*---------- reset ----------*/
/* /* .main-area{
  overflow-x: visible!important;
} */
.main-inner {
  max-width: 100% !important;
  width: 100% !important;
  /* display: flex !important;
  flex-direction: column !important; */
}
/* @media screen and (min-width: 768px) {
  #content__archive {
    margin-top: 150px!important;
  }
}
@media screen and (max-width: 767px) {
  #content__archive {
      margin-top: calc(196*(100vw / 750))!important;
  }
} */
/*---------- reset ----------*/


/*******************************
LB240805lilybear
*******************************/
#LB240805lilybear{
  display: block;
  width: 100%;
  padding: 0 0 10rem;
  margin-top: 2.5rem;
  margin-bottom: 15rem;
  box-sizing: border-box;
  overflow: hidden;
  background: #E5E2DF;
  --main_color: #181b30;
  --color-gray: #515051;
  --en_font: "neue-haas-grotesk-display", sans-serif;
  --en_font02: "cormorant-infant", sans-serif;
  --jp_font: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

}
@media (max-width: 1400px) and (min-width: 768px) {
  html {
      font-size: 0.7142857143vw;
  }
}

/* 
.js-translateY{
  position: fixed;
} */

@media screen and (max-width: 767px) {
  #LB240805lilybear {
    padding-bottom:  calc(203*(100vw / 750));
    margin-top: calc(-7* (100vw / 750));
    margin-bottom: calc(200*(100vw / 750));
  }
  .main-area .main-inner{
    width: 100%;
  }
}

#LB240805lilybear *{
  box-sizing: border-box;
}


#LB240805lilybear .lpWrapSection{
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


#LB240805lilybear li{
  list-style: none;
  display: inline-block;
}
#LB240805lilybear a{
  display: block;
}

#LB240805lilybear span,
#LB240805lilybear img{
  display: inline-block;
  width: 100%;
  height: auto;
}
#LB240805lilybear .imgOuter{
  background: #fff;
  position: relative;
  transition: opacity 1.5s;
}

#LB240805lilybear .flexArea{
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #LB240805lilybear .spOnly {
    display: none!important;
  }
  #LB240805lilybear .pcOnly {
    display: block;
  }
  #LB240805lilybear .flexAreaPc{
    display: flex;
  }

}

@media screen and (max-width: 767px) {
  #LB240805lilybear a{
    display: inline-block;
  }
  
  #LB240805lilybear .spOnly {
    display: block;
  }
  #LB240805lilybear .pcOnly {
    display: none!important;
  }
  #LB240805lilybear .flexAreaSp{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

}


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ font ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/

#LB240805lilybear .jp_font{
  font-family: var(--jp_font);
  color: var(--color-gray);
  letter-spacing: 0.08em;
  line-height: 2.5;
  text-align: center;
  font-feature-settings: "palt";
  font-weight:500
}

#LB240805lilybear .en_font{
  font-family: var(--en_font);
  color: var(--color-gray);
  letter-spacing: 0.06em;
  line-height: 1;
  font-feature-settings: "palt";
  border-bottom: 0.5px solid var(--color-gray);
  pointer-events: all;
  /* text-decoration: underline;
  text-decoration-skip-ink: none; */
}


#LB240805lilybear .en_font02{
  font-family: var(--en_font02);
  color: var(--color-gray);
  font-size: 1.2rem;
  line-height: 1;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) {

  #LB240805lilybear .jp_font{
    font-size: 1.5rem;
  }

  #LB240805lilybear .en_font{
    font-size: 1.3rem;
  }
  #LB240805lilybear .en_font02{
    font-size: 2.4rem;
  }

}
@media screen and (max-width: 767px) {

  #LB240805lilybear .jp_font{
    font-size: calc(25* (100vw / 750));
  }

  #LB240805lilybear .en_font{
    font-size: calc(24* (100vw / 750));
    text-decoration-thickness: from-font;
  }
  #LB240805lilybear .en_font02{
    font-size: calc(42* (100vw / 750));
  }
}


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ sec ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/

/* ▼---------- credit  ---------- ▼ */
#LB240805lilybear .creditLinks{
  pointer-events: none;
}
#LB240805lilybear .creditLinks__inner{
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-weight: 600;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

@media only screen and (min-width: 768px) {
  #LB240805lilybear .creditLinks__inner{
    font-size: 1.2rem;
  }
  #LB240805lilybear .creditLinks__inner > a + a,
  #LB240805lilybear .creditLinks__inner > br.spView + a{
    margin-left: 0.7rem;
  }
  #LB240805lilybear .creditLinks__inner{
    row-gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #LB240805lilybear .sec02 .creditLinks,
  #LB240805lilybear .sec06 .creditLinks {
    margin-top: calc(52* (100vw / 750));
  }
  #LB240805lilybear .sec01 .creditLinks,
  #LB240805lilybear .sec03 .creditLinks,
  #LB240805lilybear .sec04 .creditLinks{
    z-index: 10;
  }
  #LB240805lilybear .creditLinks__inner{
    column-gap: calc(20* (100vw / 750));
    row-gap: calc(23* (100vw / 750));
  }
  #LB240805lilybear .sec01 .creditLinks,
  #LB240805lilybear .sec03 .creditLinks,
  #LB240805lilybear .sec04 .creditLinks{
    bottom: calc(30*(100vw / 750));
  }

}

/* ▼---------- kuma ---------- ▼ */
#LB240805lilybear .circle{
  position: absolute;
}

#LB240805lilybear .circle::after{
  content: "";
  position: absolute;
  background-image: url(../img/svg/circle.svg);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#LB240805lilybear .circle__inner{
  position: relative;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  width: auto;
}

#LB240805lilybear .kuma{
  position: relative;
  display: block;
  pointer-events: none;
}
#LB240805lilybear .kuma img{
  display: block;
  width: 100%;
  height: auto;
  animation: kumaAnim 1.6s steps(2) 0s infinite;
}

@keyframes kumaAnim{
  0%{transform: rotate(7deg);}
  100%{transform: rotate(-7deg);}
}

@media only screen and (min-width: 768px) {
  #LB240805lilybear .circle{
    z-index: -1;
  }
  #LB240805lilybear .sec01 .kuma,
  #LB240805lilybear .sec06 .kuma{
    position: absolute;
    z-index: 1000;
  }
  #LB240805lilybear .circle__inner{
    top: -3.7rem;
    left: 0.2rem;
  }
  #LB240805lilybear .kuma{
    width: 8.2rem;
    bottom: -0.9rem;
    left: -0.2rem;
    z-index: 1000;
  }
}


@media screen and (max-width: 767px) {
  #LB240805lilybear .circle{
    pointer-events: none;
    z-index: 10000;
  }
  #LB240805lilybear .circle::after{
    width: calc(300* (100vw / 750));
    height: calc(300* (100vw / 750));
  }
  #LB240805lilybear .kuma{
    width: calc(120 * (100vw / 750));
    bottom: calc(-13*(100vw / 750));
  }
}


/* ▼---------- sec 共通 ---------- ▼ */

@media only screen and (min-width: 768px) {
  #LB240805lilybear .sec01,
  #LB240805lilybear .sec03,
  #LB240805lilybear .sec05{
    margin-bottom: 10rem
  }
  #LB240805lilybear .sec04{
    margin-left: auto;
    margin-right: auto;
  }
  #LB240805lilybear .sec01 .ttl,
  #LB240805lilybear .sec06 .ttl {
    margin-bottom: 4.1rem;
  }
}
@media screen and (max-width: 767px) {

  #LB240805lilybear .secInner01{
    margin-bottom: calc(50* (100vw / 750));
  }
}

/*　▲ ---------- sec 共通 ----------▲ */

/* ▼ ------- firstviewArea ------- ▼ */

#LB240805lilybear .mv{
  width: 100%;;
}
@media only screen and (min-width: 768px) {
  #LB240805lilybear .mv{
    width: 96rem;
    margin: 5rem auto 6rem;
  }
  #LB240805lilybear .firstLede {
    margin-bottom: 8.8rem;
  }
}

@media screen and (max-width: 767px) {
  #LB240805lilybear .mv{
    margin: 0 auto calc(102*(100vw / 750));
  }
  #LB240805lilybear .firstLede {
    margin-bottom: calc(100*(100vw / 750));
  }

}
/* ▲ ------- firstviewArea ------- ▲ */

/* ▼ -------  sec01 ｜ knit ------- ▼ */

#LB240805lilybear .sec01{
  position: relative;
  z-index: 10;
}

#LB240805lilybear .sec01 .secInner01{
  position: relative;
}
@media only screen and (min-width: 768px) {
  #LB240805lilybear .sec01{
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 1rem;
    width: 107rem;
    margin-left: auto;
    margin-right: auto;
  }
  #LB240805lilybear .sec01 .secInner01{
    width: 36rem;
  }
  #LB240805lilybear .sec01 .secInner02{
    width: 37rem;
    padding-top: 10rem;
  }
  #LB240805lilybear .sec01 .circle{
    width: 12.6rem;
  }
  #LB240805lilybear .sec01 .circle__inner {
    top: -1rem;
    left: -0.4rem;
  }
  #LB240805lilybear .sec01 .ttl{
    width: 10.6rem;
    margin-left: 0.2rem;
  }
  #LB240805lilybear .sec01 .kuma{
    top: -8.8rem;
    right: -15rem;
    left: auto;
  }
  #LB240805lilybear .sec01 .creditLinks{
    bottom: 10.3rem;
    right: -17rem
  }
  #LB240805lilybear .sec01 .circle::after{
    width: 45rem;
    height: 45rem;
  }

}

@media screen and (max-width: 767px) {
  #LB240805lilybear .sec01 {
    margin-bottom: calc(330*(100vw / 750));
  }
  #LB240805lilybear .sec01 .circle {
    top: calc(40*(100vw / 750));
    right: calc(-33*(100vw / 750));
  }
  #LB240805lilybear .sec01 .secInner01{
    width: calc(610* (100vw / 750));
    margin-bottom: calc(30*(100vw / 750));
  }
  #LB240805lilybear .sec01 .secInner02 {
    position: relative;
    width: 100%;
  }
  #LB240805lilybear .sec01 .model-img02{
    width: calc(530*(100vw / 750));
    margin-left: auto;
    margin-right: 0;
  }
  #LB240805lilybear .sec01 .circle__inner{
    top: calc(-14*(100vw / 750));
    left: calc(-1*(100vw / 750));
  }
  #LB240805lilybear .sec01 .creditLinks {
    position: absolute;
    left: calc(30*(100vw / 750));
  }
  #LB240805lilybear .sec01 .ttl{
    width: calc(147* (100vw / 750));
  }
}
/* ▲ -------  sec01 ｜ knit ------- ▲ */

/* ▼ -------  sec02 ｜ shirt01 ------- ▼ */
#LB240805lilybear .sec02{
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {

  #LB240805lilybear .sec02__inner{
    flex-direction: row-reverse;
    justify-content: flex-start;
    column-gap: 0.8rem;
    margin-bottom: 0.8rem;
  }
  #LB240805lilybear .sec02 .model-img01,
  #LB240805lilybear .sec02 .model-img02 {
    width: 41rem;
  }

  #LB240805lilybear .sec02 .secInner02{
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 61.315rem;
  }
  #LB240805lilybear .sec02 .circle{
    width: 11.7rem;
    top:3.5rem;
    left: 15.6rem;
    z-index: 100;
  }
  #LB240805lilybear .sec02 .ttl{
    width: 11.7rem;
  }
  #LB240805lilybear .sec02 .circle::after{
    width: 23rem;
    height: 23rem;
  }

  #LB240805lilybear .sec02 .circle__inner{
    top: -2.9rem;
    left: 0.2rem;
  }
  #LB240805lilybear .sec02 .kuma{
    top: 1.5rem;
    left: -0.3rem;
  }
  #LB240805lilybear .sec02 .creditLinks{
    bottom: 11.4rem;
    right: -20rem;
  }


}

@media screen and (max-width: 767px) {
  #LB240805lilybear .sec02{
    margin-bottom: calc(120* (100vw / 750));
  }
  #LB240805lilybear .sec02 .secInner01 .imgOuter{
    height: calc(865* (100vw / 750));
  }
  #LB240805lilybear .sec02 .secInner01{
    width: calc(650*(100vw / 750));
    margin-right: auto;
    margin-left: 0;
  }
  #LB240805lilybear .sec02 .secInner02{
    width: calc(550* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }
  #LB240805lilybear .sec02 .circle{
    top: calc(-93*(100vw / 750));
    right: calc(52*(100vw / 750));
    width: calc(162.71*(100vw / 750));
  }
  #LB240805lilybear .sec02 .circle__inner{
    top: calc(-29*(100vw / 750));
    left: calc(6*(100vw / 750));
  }
  #LB240805lilybear .sec02 .kuma {
    bottom: calc(-22*(100vw / 750));
    left: calc(-2*(100vw / 750));
  }
  #LB240805lilybear .sec02 .ttl{
    width: calc(162* (100vw / 750));
  }
  #LB240805lilybear .sec02 .creditLinks__inner{
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  #LB240805lilybear .sec02 .creditLinks{
    width: calc(385* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }


}
/* ▲ -------  sec02 ｜ shirt01 ------- ▲ */

/* ▼ -------  sec03 ｜ shirt02 ------- ▼ */

@media only screen and (min-width: 768px) {
  #LB240805lilybear .sec03{
    flex-direction: row-reverse;
    justify-content: flex-start;
    column-gap: 0.8rem;
  }
  #LB240805lilybear .sec03{
    column-gap: 0.8rem;
  }
  #LB240805lilybear .sec03 .model-img01,
  #LB240805lilybear .sec03 .model-img02 {
    width: 41rem;
  }
  #LB240805lilybear .sec03 .secInner02{
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 61.315rem;
  }
  #LB240805lilybear .sec03 .creditLinks{
    bottom: 11.4rem;
    right: -20rem;
  }
}

@media screen and (max-width: 767px) {
  #LB240805lilybear .sec03 {
    margin-bottom: calc(200*(100vw / 750));
  }
  #LB240805lilybear .sec03 .secInner01{
    width: calc(690* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }
  #LB240805lilybear .sec03 .secInner02{
    position: relative;
    width: 100%;
  }
  #LB240805lilybear .sec03 .model-img02{
    width: calc(540* (100vw / 750));
    margin-right: 0;
    margin-left: auto;
  }
  #LB240805lilybear .sec03 .creditLinks{
    position: absolute;
    left: calc(30*(100vw / 750));
  }
}
/* ▲ -------  sec03 ｜ shirt02 ------- ▲ */
/* ▼ -------  sec04 ｜ sweat01 ------- ▼ */

/* #LB240805lilybear .sec04 .secInner01{
  position: relative;
      flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 1rem;
    width: 107rem;
    margin-left: auto;
    margin-right: auto;
  }
} */
 
#LB240805lilybear .sec04{
  position: relative;
  z-index: 10;
}
/* @media screen and (min-width:768px) and (max-width:1400px) {
  #LB240805lilybear .sec04.flexAreaPc{
    width: 100vw;
  }
} */

@media only screen and (min-width: 768px) {
  #LB240805lilybear .sec04{
    margin-bottom: 7rem;
  }


  #LB240805lilybear .sec04.flexAreaPc{
    justify-content: space-between;
    max-width: 126rem;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }
  #LB240805lilybear .sec04 .model-img01,
  #LB240805lilybear .sec04 .model-img02 {
    width: 43rem;
  }

  #LB240805lilybear .sec04 .secInner02{
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 57.7rem;
  }
  #LB240805lilybear .sec04 .ttl{
    width: 14.365rem;
  }
  #LB240805lilybear .sec04 .circle{
    width: 14.365rem;
    height: 14.365rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  #LB240805lilybear .sec04 .circle::after{
    width: 26rem;
    height: 26rem;
  }

  #LB240805lilybear .sec04 .creditLinks{
    bottom: 11.4rem;
    right: -20rem;
  }
}

@media screen and (max-width: 767px) {
  #LB240805lilybear .sec04{
    margin-bottom: calc(120* (100vw / 750));
  }
  #LB240805lilybear .sec04 .secInner01{
    width: calc(690* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }
  #LB240805lilybear .sec04 .secInner02{
    position: relative;
    width: 100%;
  }
  #LB240805lilybear .sec04 .model-img02{
    width: calc(540* (100vw / 750));
    margin-right: calc(30* (100vw / 750));
    margin-left: auto;
  }
  #LB240805lilybear .sec04 .creditLinks{
    position: absolute;
    left: calc(30*(100vw / 750));
  }
  #LB240805lilybear .sec04 .circle{
    top: calc(600*(100vw / 750));
    right: calc(30*(100vw / 750));
  }
  #LB240805lilybear .sec04 .circle__inner {
    top: calc(-23*(100vw / 750));
    left: calc(2*(100vw / 750));
  }
  #LB240805lilybear .sec04 .ttl{
    width: calc(199* (100vw / 750));
  }

}
/* ▲ -------  sec04 ｜ sweat01 ------- ▲ */

/* ▼ -------  sec05 ｜ sweat02 ------- ▼ */

@media only screen and (min-width: 768px) {
  #LB240805lilybear .sec05{
    display: grid;
    grid-template-columns: 27rem 6rem auto;
    grid-template-rows: 25rem 25rem auto;
    width: 67rem;
    margin-left: auto;
    margin-right: auto;
  }
  #LB240805lilybear .sec05 .secInner01{
    position: relative;
    z-index: 2;
    width: 40rem;
    grid-column: 2 / 4;
    grid-row: 2 / 4;
  }
  #LB240805lilybear .sec05 .secInner01{
    position: relative;
    z-index: 2;
    width: 40rem;
    grid-column: 2 / 4;
    grid-row: 2 / 4;
  }
  #LB240805lilybear .sec05 .secInner02{
    width: 33rem;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  #LB240805lilybear .sec05 .creditLinks{
    margin-top: 4rem;
    width: 15rem;
  }
}

@media screen and (max-width: 767px) {
  #LB240805lilybear .sec05{
    margin-bottom: calc(374* (100vw / 750));
  }
  #LB240805lilybear .sec05 .secInner01{
    width: calc(650* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }

  #LB240805lilybear .sec05 .secInner02{
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* column-gap: calc(25* (100vw / 750)); */
  }
  #LB240805lilybear .sec05 .model-img02{
    width: calc(470* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
  }
  #LB240805lilybear .sec05 .creditLinks{
    margin-right: calc(30* (100vw / 750));
  }
}
/* ▲ -------  sec05 ｜ sweat02 ------- ▲ */
/* ▼ -------  sec06 ｜ t-shirt ------- ▼ */
#LB240805lilybear .sec06{
  position: relative;
  z-index: 10;
}


/* @media screen and (min-width:768px) and (max-width:1400px) {
  #LB240805lilybear .sec06 {
    width: 100vw;
  }
} */
/* @media only screen and (max-width: 1400px) {
  #LB240805lilybear .sec06 {
    width: 100vw;
  }
} */



@media only screen and (min-width: 768px) {
  #LB240805lilybear .sec06{
    max-width: 125.5rem;
    width: 100vw;
    justify-content: flex-end;
    align-items: end;
    column-gap: 0.8rem;
    margin-left: auto;
    padding-right: 7rem;
    margin-bottom: 20rem;
  }
  #LB240805lilybear .sec06 .secInner01{
    align-items: end;
  }

  #LB240805lilybear .sec06 .model-img01,
  #LB240805lilybear .sec06 .model-img02 {
    width: 41rem;
    position: relative;
    z-index: 10;
  }
  #LB240805lilybear .sec06 .model-img01 .imgOuter,
  #LB240805lilybear .sec06 .model-img02 .imgOuter {
    height: 54.6rem;
  }

  /* #LB240805lilybear .sec06 .secInner02{
    margin-right: 7rem;
  } */
  #LB240805lilybear .sec06 .ttl{
    width: 16.5rem;
    margin-left: 0.2rem;
  }
  #LB240805lilybear .sec06 .kuma{
    top: -6.9rem;
    left: -11.2rem;
  }
  #LB240805lilybear .sec06 .circle{
    position: relative;
  }
  #LB240805lilybear .sec06 .circle__inner {
    top: 0;
    left: 0;
  }
  #LB240805lilybear .sec06 .creditLinks{
    /* bottom: -3.8rem;
    left: -26.5rem; */
    padding-right: 9.6rem;
    height: 15.2rem;
    z-index: 1;
  }
  #LB240805lilybear .sec06 .circle::after{
    width: 45rem;
    height: 45rem;
    top: 2.8rem;
    left: 14.2rem;
    z-index: -10;
  }

}
@media screen and (max-width: 767px) {
  #LB240805lilybear .sec06 {
    margin-bottom: calc(197*(100vw / 750));
  }

  #LB240805lilybear .sec06 .secInner01{
    position: relative;
    z-index: 10;
    width: calc(560* (100vw / 750));
    margin-left: auto;
    margin-right: calc(30* (100vw / 750));
    margin-bottom: calc(30* (100vw / 750));
  }
  #LB240805lilybear .sec06 .secInner02{
    width: 100%;
  }
  #LB240805lilybear .sec06 .circle__inner {
    top: calc(-25*(100vw / 750));
    left: calc(2*(100vw / 750));
  }
  #LB240805lilybear .sec06 .circle {
    z-index: 10000;
    top: calc(-140*(100vw / 750));
    left: calc(-135*(100vw / 750));
  }
  #LB240805lilybear .sec06 .kuma {
    bottom: calc(-22*(100vw / 750));
  }
  #LB240805lilybear .sec06 .ttl{
    width: calc(228* (100vw / 750));
  }
  #LB240805lilybear .sec06 .creditLinks{
    width: calc(450*(100vw / 750));
    top: 0;
    right: calc(-50* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }
  #LB240805lilybear .sec06 .creditLinks__inner {
    flex-direction: row;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  #LB240805lilybear .sec06 .model-img02 .imgOuter {
    height: calc(551* (100vw / 750));
  }
}
/* ▲ -------  sec06 ｜ t-shirt ------- ▲ */


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ allItemBtn ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/


#LB240805lilybear .allItemBtn a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  border: 1px solid var(--color-gray);
  text-align: center;
  color: var(--color-gray);
}
/* 
#LB240805lilybear .allItemBtn > a{
  display: flex;
  width: 100%;
} */


@media only screen and (min-width: 768px) {
  #LB240805lilybear .allItemBtn a{
    width: 42rem;
    height: 7.4rem;
    font-size: 2.4rem;
    padding-bottom: 0.5rem;
    border-radius: 3.7rem;
  }

  #LB240805lilybear .allItemBtn01{
    margin-bottom: 0.6rem;
  }
  #LB240805lilybear .allItemBtn01 img{
    width: 24.5rem;
  }
  #LB240805lilybear .allItemBtn01 a {
    padding-top: 0.7rem;
}
  #LB240805lilybear .allItemBtn02 img{
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #LB240805lilybear .allItemBtn a{
    width: calc(690* (100vw / 750));
    padding: calc(10* (100vw / 750)) 0 0;
    border-radius: calc(73* (100vw / 750));
    height: calc(146* (100vw / 750));
    font-size: calc(42* (100vw / 750));
    padding-bottom: calc(4*(100vw / 750));
  }

  #LB240805lilybear .allItemBtn01 {
    margin-bottom: calc(10*(100vw / 750));
  }
  #LB240805lilybear .allItemBtn01 img{
    width: calc(427* (100vw / 750));
  }
  #LB240805lilybear .allItemBtn02 img{
    width: calc(265* (100vw / 750));
  }
  #LB240805lilybear .allItemBtn02 a {
    padding-bottom: calc(20*(100vw / 750));
}

}


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ allItemBtn ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/

.circle {
  opacity: 0;
}

.circle.img-animation {
  opacity: 1;
  animation: circle 2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes circle {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(250% at 50% 50%);
    -webkit-clip-path: circle(250% at 50% 50%);
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ lenis setup css ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/


html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}