html {
  font-size: 62.5%;
}

@media only screen and (max-width: 1400px) and (min-width: 767px) {
  html {
    font-size: 0.7142857143vw;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SETTING
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB0123 {
  --color-white: #fff;
  --color-black: #000;
  --bg-black: rgba(0, 0, 0, 0.2);
  --bg-pink: rgba(216, 197, 210, 0.2);
  --bg-yellow: rgba(223, 239, 132, 0.2);
  --bg-mix: #f9f9f7;
  --color-black: #000;
  --color-pink: #d8c5d2;
  --color-yellow: #dfef84;
  --color-mix: #88bcb8;
  --font-gothic-txt:
    "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "YuGothic", Arial, "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", sans-serif;
  --font-goldenbook-txt:
    "goldenbook", serif;
  width: 100%;
  overflow: hidden;
}

.LB0123 picture {
  width: 100%;
  height: 100%;
}

.LB0123 img,
.LB0123 video,
.LB0123 svg {
  display: block;
  width: 100%;
  height: auto;
}

.LB0123 .font_ja {
  font-family: var(--font-gothic-txt);
  font-weight: 500;
  font-feature-settings: "palt";
}

.LB0123 .font_en {
  font-family: var(--font-goldenbook-txt);
  font-weight: 400;
}

.LB0123 figure[data-bg="bg-white"],
.LB0123 [data-btn="btn-black"] {
  position: relative;
  z-index: 2;
}

.LB0123 figure[data-bg="bg-white"]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: -1;
  pointer-events: none;
}

.LB0123 [data-btn="btn-black"] {
  display: flex;
  align-items: center;
  margin-inline: auto;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 2rem;
}

.LB0123 [data-btn="btn-black"]>a::before,
.LB0123 [data-btn="btn-black"]>a::after {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  right: 2.9rem;
  transform: rotate(-45deg);
  border-right: 0.1rem solid var(--color-white);
  border-bottom: 0.1rem solid var(--color-white);
  pointer-events: none;
}

.LB0123 [data-btn="btn-black"]>a::after {
  right: 2.4rem;
}

.LB0123 [data-btn="btn-black"]>a,
.LB0123 [data-btn="btn-black"]>div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .LB0123 [data-btn="btn-black"] {
    border-radius: 2rem;
    border-radius: calc(20*100vw/1400);
    ;
  }

  .LB0123 [data-btn="btn-black"]>a::before,
  .LB0123 [data-btn="btn-black"]>a::after {
    width: calc(10*100vw/1400);
    ;
    height: calc(10*100vw/1400);
    ;
    right: calc(29*100vw/1400);
    ;
    border-right: calc(1*100vw/1400) solid var(--color-white);
    border-bottom: calc(1*100vw/1400) solid var(--color-white);
  }

  .LB0123 [data-btn="btn-black"]>a::after {
    right: calc(24*100vw/1400);
    ;
  }
}

@media screen and (min-width: 768px) {
  .LB0123 .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .LB0123 .pc_only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }

  .LB0123 {
    margin-bottom: calc(182*100vw/750);
    padding-bottom: 0;
  }

  .LB0123 [data-btn="btn-black"]>a {
    border-radius: calc(40*100vw/750);
  }

  .LB0123 [data-btn="btn-black"]>a::before,
  .LB0123 [data-btn="btn-black"]>a::after {
    width: calc(20*100vw/750);
    ;
    height: calc(20*100vw/750);
    ;
    right: calc(49*100vw/750);
    border-right: calc(2*100vw/750) solid var(--color-white);
    border-bottom: calc(2*100vw/750) solid var(--color-white);
  }

  .LB0123 [data-btn="btn-black"]>a::after {
    right: calc(41*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                FIRSTVIEW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB0123 {
  background-color: #fff2ee;
}

.LB0123 .fv {
  width: 100%;
  padding: calc(10 * (100vw / 750)) calc(10 * (100vw / 750)) 0;
  margin: 0 auto calc(158 * (100vw / 750));
}

.snswrap .sns_detail {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: "pf-marlet-display", "Roboto", "Hiragino Sans", Osaka, sans-serif;
}

.section-price a{
  white-space: nowrap;
  font-family: "bodoni-urw", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
  
  .sec.--05 .section-price a,
  .sec.--06 .section-price a {
    color: #f74160;
  }


/* sp */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  /* img */
  .fv_img {

    margin: 0 auto calc(-65 * (100vw / 750));
  }

  .fv_ttl {
    width: calc(623 * (100vw / 750));
    margin: 0 auto calc(65 * (100vw / 750));
    transform: translateX(calc(-20 * (100vw / 750)));
  }

  .imgWrap.--01 {
    width: calc(660 * (100vw / 750));
    margin: auto;
  }

  .imgWrap.--02 {
    width: calc(580 * (100vw / 750));
    margin: 0 0 0 auto;
  }

  .imgWrap.--03 {
    position: relative;
    width: calc(638 * (100vw / 750));
    margin: 0;
  }

  .imgWrap.--04 {
    width: calc(638 * (100vw / 750));
    margin: 0;
  }

  .imgWrap.--05 {
    width: calc(734 * (100vw / 750));
    margin: 0 0 calc(60 * (100vw / 750)) auto;
  }

  .imgWrap.--06 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(32 * (100vw / 750));
    width: calc(630 * (100vw / 750));
    margin: 0 0 calc(0 * (100vw / 750)) calc(30 * (100vw / 750));
  }


  .imgWrap.--08 {
    width: calc(540 * (100vw / 750));
    margin: 0 auto 0;
  }

  .imgWrap.--09 {
    width: calc(690 * (100vw / 750));
    margin: auto;
  }

  .sec.--07 .imgWrap.--09 {
    width: calc(540 * (100vw / 750));
    margin: 0 auto calc(65 * (100vw / 750));
  }

  .imgWrap.--01 .color {
    display: block;
    width: calc(114 * (100vw / 750));
    margin: 0 0 calc(-2 * (100vw / 750));
  }

  .sec.--03 .color {
    display: block;
    position: absolute;
    top: calc(-46 * (100vw / 750));
    width: calc(164 * (100vw / 750));
    margin: 0;
  }







  .sec_title.--07 {
    transform: translateY(calc(-40 * (100vw / 750)));
    width: calc(407* (100vw / 750));
    margin: calc(0 * (100vw / 750)) auto calc(25 * (100vw / 750));
  }

  .lead .dots {
    display: inline-block;
    width: calc(20 * (100vw / 750));
  }

  .sec_title.--01 {
    width: calc(235 * (100vw / 750));
    margin: 0 auto calc(45 * (100vw / 750));
  }

  .sec_title.--02 {
    width: calc(430 * (100vw / 750));
    margin: 0 auto calc(55 * (100vw / 750));
  }

  .sec_title.--03 {
    width: calc(629 * (100vw / 750));
    margin: 0 auto calc(35 * (100vw / 750));
  }

  .sec_title.--05 {
    width: calc(591 * (100vw / 750));
    margin: 0 auto calc(55 * (100vw / 750));
  }



  .sec_title.--06 {
    width: calc(505 * (100vw / 750));
    margin: 0 auto calc(40 * (100vw / 750));
  }


  .sec.--02 .sec_subTitle {
    position: relative;
    width: calc(690 * (100vw / 750));
    margin: 0 auto calc(65 * (100vw / 750));
  }


  .sec.--04 .sec_subTitle {
    position: relative;
    width: calc(690 * (100vw / 750));
    margin: 0 auto calc(65 * (100vw / 750));
  }

  .sec.--05 .sec_subTitle {
    position: relative;
    width: calc(690 * (100vw / 750));
    margin: 0 auto calc(60 * (100vw / 750));
  }

  .sec.--06 .sec_subTitle {
    position: relative;
    width: calc(690 * (100vw / 750));
    margin: 0 auto calc(60 * (100vw / 750));
  }

  .random-js {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 100%;
    height: calc(900 * (100vw / 750));
    margin: auto;
  }
  
  .random-js li{
    position: relative;
    overflow: hidden;
    height: calc(300 * (100vw / 750));
  }
  .random-js li.--10{
    display: none;
  }

  .random-js li img {
    position: absolute;
  }

  .LB0123,
  .fv_text {
    text-align: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(28* (100vw / 750));
    letter-spacing: 0.08em;
    color: #f07466;
  }

  .fv_text {
    margin-bottom: calc(104 * (100vw / 750));
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: calc(28 * (100vw / 750));
    line-height: 2.25;
    letter-spacing: 0.08em;
    color: #f07466;
  }

  .fv_info .day,
  .fv_info .week {
    font-family: "operetta-12", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.08em;
  }

  .fv_info {
    color: #b20900;
  }

  .fv_info .text {
    font-size: calc(30 * (100vw / 750));
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .fv_info .day {
    font-size: calc(40 * (100vw / 750));
    padding: 0 calc(15 * (100vw / 750)) 0 calc(15 * (100vw / 750));
  }

  .fv_info .week {
    transform: translateY(calc(6 * (100vw / 750)));
    font-size: calc(34 * (100vw / 750));
  }

  .fv_info {
    position: relative;
    display: flex;
    width: calc(690 * (100vw / 750));
    line-height: calc(176 * (100vw / 750));
    margin: 0 auto calc(28 * (100vw / 750));
    justify-content: center;
    align-items: flex-end;
  }

  .fv_info .imgWrap {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
  }

  .sec.--01 {
    margin: 0 0 calc(165 * (100vw / 750));
  }

  .sec .sec_lead {
    font-size: calc(24 * (100vw / 750));
    line-height: 2.2;
    margin-bottom: calc(47 * (100vw / 750));
  }

  .sec_sliderWrap {
    position: relative;
  }

  .sec_sliderWrap .slick-dotted.slick-slider {
    margin-bottom: calc(40 * (100vw / 750));
  }

  .section-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(22 * (100vw / 750)) calc(32 * (100vw / 750));
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: calc(67 * (100vw / 750));
    font-family: "operetta-12", serif;
    font-weight: 900;
    font-style: normal;
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 0.02em;
    color: #dd192c;
  }


  .sec.--02 {
    margin: 0 0 calc(145 * (100vw / 750));
  }

  .sec .sec_subTitle picture {
    pointer-events: none;
    position: absolute;
    top: calc(14 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
  }

  .sec.--02 .sec_modelBox {
    margin: auto;
  }

  .LB0123 .slick-dots {
    position: absolute;
    bottom: calc(20 * (100vw / 750));
    right: calc(20 * (100vw / 750));
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    z-index: 5;
  }

  .LB0123 .slick-dots {
    width: calc(20 * (100vw / 750));
    height: calc(20.4 * (100vw / 750));
  }

  .LB0123 .slick-dots li.slick-active {
    background: url(../../assets/img/dot_02.svg) center / 100% no-repeat;
  }

  .LB0123 .slick-dots li {
    background: url(../../assets/img/dot_01.svg) center / 100% no-repeat;
    width: calc(20 * (100vw / 750));
    height: calc(20.4 * (100vw / 750));
    margin: 0 calc(8.3 * (100vw / 750));
  }

  .LB0123 .slick-dots li button {
    background: transparent;
    opacity: 0;
    width: calc(20 * (100vw / 750));
    height: calc(20.4 * (100vw / 750));
  }

  .LB0123 .slick-dots li.slick-active {
    width: calc(20 * (100vw / 750));
    height: calc(20.4 * (100vw / 750));
  }

  .slick-dots li button:before,
  .slick-dots li button:after {
    content: unset;
  }

  .sec.--03 {
    margin: 0 0 calc(147 * (100vw / 750));
  }

  .sec.--03 .sec_modelBox .img-wrapper {
    width: fit-content;
    padding: calc(2 * (100vw / 750));
    display: flex;
    gap: calc(2 * (100vw / 750));
    margin: 0 0 calc(30 * (100vw / 750)) calc(30 * (100vw / 750));
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #000;
  }

  .sec.--03 .section-price {
    margin: 0 0 calc(96 * (100vw / 750)) calc(30 * (100vw / 750));
    color: #000;
  }

  .sec.--04 {
    margin: 0 0 calc(65 * (100vw / 750));
  }

  .sec.--04 .sec_lead {
    margin-bottom: calc(45 * (100vw / 750));
  }

  .sec.--04 .section-price {
    margin: 0 0 calc(80 * (100vw / 750)) calc(0 * (100vw / 750));
    color: #5e2907;
  }

  .sec.--05 {
    margin: 0 0 calc(150 * (100vw / 750));
  }

  .sec.--05 .sec_modelBox .section-img {
    margin: 0 0 calc(30 * (100vw / 750));
  }

  .sec.--06 {
    margin: 0 0 calc(145 * (100vw / 750));
  }

  .sec.--06 .sec_modelBox .section-img {
    margin: 0 0 calc(30 * (100vw / 750));
  }

  .btn_all {
    width: calc(330 * (100vw / 750));
    margin: 0 auto calc(200 * (100vw / 750));
  }

  .sec.--07 {
    position: relative;
    width: calc(730 * (100vw / 750));
    margin: 0 auto calc(165 * (100vw / 750));
    padding-bottom: calc(45 * (100vw / 750));
    background: #FFF;
  }

  .sec.--07 .sec_lead {
    font-size: calc(28 * (100vw / 750));
    line-height: 2.2;
    margin-bottom: calc(86 * (100vw / 750));
  }

  .sec.--07 .sec_lead .attention {
    display: block;
    font-size: calc(20 * (100vw / 750));
    margin-top: calc(30 * (100vw / 750));
  }

  .infoBox .ttl {
    font-size: calc(30 * (100vw / 750));
    font-weight: 700;
    color: #b20a01;
    margin-bottom: calc(-20 * (100vw / 750));
  }

  .infoBox .radius {
    width: calc(660 * (100vw / 750));
    padding: calc(55 * (100vw / 750)) 0;
    margin: 0 auto calc(55 * (100vw / 750));
    border-radius: 50vh;
    background-color: #fef3f0;
  }

  .infoBox .lead {
    display: flex;
    gap: calc(20 * (100vw / 750));
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: calc(30 * (100vw / 750));
    letter-spacing: 0.08em;
  }

  .infoBox .bold {
    font-weight: 700;
  }

  .infoBox .lead.--01 {
    font-size: calc(30 * (100vw / 750));
    margin-bottom: calc(20 * (100vw / 750));
  }

  .infoBox .lead.--02 {
    margin-bottom: calc(24 * (100vw / 750));
  }

  .infoBox:last-of-type .lead.--01 {
    margin-bottom: calc(35 * (100vw / 750));
  }
  .sec_sliderWrap .slick-dotted.slick-slider {
    margin-bottom: calc(44 * (100vw / 750));
  }
  .sec_sliderWrap .slick-dotted.slick-slider {
    margin-bottom: calc(34 * (100vw / 750));
}
.section-price {
    gap: calc(5 * (100vw / 750)) calc(22 * (100vw / 750));
}
.section-price a {
    letter-spacing: 0.02em;
}.sec_sliderWrap .slick-dotted.slick-slider {
    margin-bottom: calc(31 * (100vw / 750));
}
.section-price {
    gap: calc(5 * (100vw / 750)) calc(22 * (100vw / 750));
}
.section-price a {
    letter-spacing: 0.02em;
}
}






/* pc */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .LB0123 .fv {
    position: relative;
    width: 52rem;
    padding: 4rem 0 0;
    margin: 0 auto 1.58rem;
  }

  /* img */
  .fv_img {
    transform: translateX(-4.5rem);
    margin: 0 auto 5.8rem;
  }

  .fv_ttl {
    position: absolute;
    top: 8.3rem;
    right: -12.6rem;
    width: 34.3rem;
  }

  .imgWrap.--01 {
    width: 43.0rem;
    margin: auto;
  }

  .imgWrap.--02 {
    width: 45.0rem;
    margin: 12.7rem 0 0 auto;
  }

  .imgWrap.--03 {
    width: 43.0rem;
    margin: 0;
  }

  .imgWrap.--04 {
    width: 43.0rem;
    margin: 0;
  }

  .imgWrap.--05 {
    width: 53rem;
    margin: 0;
  }

  .imgWrap.--06 {
    position: relative;
    width: 45.0rem;
    margin: 17.5rem 0 0;
  }


  .imgWrap.--08 {
    width: 38.0rem;
    margin: 0 auto 0;
  }

  .imgWrap.--09 {
    width: 54rem;
    margin: auto;
  }

  .sec.--07 .imgWrap.--09 {
    transform: translateX(1rem);
    width: 36rem;
    margin: 0 auto 4rem;
  }

  .imgWrap.--01 .color {
    display: block;
    width: 6.9rem;
    margin: -1px 0 0;
  }

  .sec.--03 .color {
    display: block;
    position: absolute;
    top: -2.6rem;
    width: 10.0rem;
    right: 0;
    margin: 0;
  }

  .sec_title.--07 {
    transform: translateY(-2.4rem);
    width: 28.2rem;
    margin: 0.0rem auto 2.7rem;
  }

  .lead .dots {
    display: inline-block;
    width: 1.2rem;
  }

  .sec_title.--01 {
    width: 16.3rem;
    margin: 0 auto 3rem;
  }

  .sec_title.--02 {
    width: 59.7rem;
    margin: 0 auto 2.7rem;
  }

  .sec_title.--03 {
    width: 43.6rem;
    margin: 0 auto 2.9rem;
  }

  .sec_title.--05 {
    width: 41.0rem;
    margin: 0 0 4.2rem 0;
  }

  .sec_title.--06 {
    width: 35.40rem;
    margin: 20rem auto 3rem;
  }

  .sec .sec_subTitle {
    font-size: 1.7rem;
    letter-spacing: 0.08em;
  }

  .sec.--02 .sec_subTitle {
    position: relative;
    width: 77.6rem;
    margin: 0 auto 3.2rem;
  }

  .sec.--04 .sec_subTitle {
    position: relative;
    width: 77.6rem;
    margin: 0 auto 3.3rem;
  }
  .sec.--04 .img-wrapper.--01{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sec.--05 .sec_subTitle {
    position: relative;
    width: 38rem;
    margin: 0 auto 2.9rem;
  }

  .sec.--06 .sec_subTitle {
    position: relative;
    width: 100%;
    margin: 0 auto 3rem;
  }

  .random-js {
    width: 100rem;
    height: 48rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .random-js li{
    overflow: hidden;
    width: calc(100rem / 5);
    height: 24rem;
  }
  
  .random-js li,
  .random-js .slide-img{
    position: relative;
    width: calc(100rem / 5);
  }
  .random-js_box{
    pointer-events: none;
    position: relative;
  }
  
  .random-js li img{
    position: absolute;
  }

  .LB0123{
    margin-bottom: 15rem;
  }

  .LB0123,
  .fv_text {
    text-align: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    letter-spacing: 0.08em;
    color: #f07466;
  }

  .fv_text {
    margin-bottom: 9rem;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 2.25;
    letter-spacing: 0.08em;
    color: #f07466;
  }

  .fv_info .day,
  .fv_info .week {
    font-family: "operetta-12", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.08em;
  }

  .fv_info {
    color: #b20900;
  }

  .fv_info .text {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .fv_info .day {
    transform: translateY(0.2rem);
    font-size: 2.4rem;
    padding: 0 1.0rem 0 1.0rem;
  }

  .fv_info .week {
    transform: translateY(0.3rem);
    font-size: 2.0rem;
  }

  .fv_info {
    position: relative;
    display: flex;
    width: 51.6rem;
    line-height: 9.6rem;
    margin: 0 auto 14.5rem;
    justify-content: center;
    align-items: flex-end;
  }

  .fv_info .imgWrap {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
  }

  .sec.--01 {
    margin: 0 0 15rem;
  }

  .sec .sec_lead {
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 0.08em;
    margin-bottom: 4.3rem;
  }

  .sec_sliderWrap {
    position: relative;
  }

  .sec_sliderWrap .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }

  .section-price {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    font-family: "operetta-12", serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.3rem;
    letter-spacing: 0.065em;
    color: #dd192c;
    flex-wrap: nowrap;
  }

  .sec.--02 {
    margin: 0 0 13rem;
  }

  .sec .sec_subTitle picture {
    pointer-events: none;
    position: absolute;
    top: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec.--02 .sec_modelBox {
    width: 90rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .LB0123 .slick-dots {
    position: absolute;
    bottom: 1rem;
    right: 0.9rem;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    z-index: 5;
  }

  .LB0123 .slick-dots {
    width: 1.2rem;
    height: 1.2rem;
  }

  .LB0123 .slick-dots li.slick-active {
    background: url(../../assets/img/dot_02.svg) center / 100% no-repeat;
  }

  .LB0123 .slick-dots li {
    background: url(../../assets/img/dot_01.svg) center / 100% no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.55rem;
  }

  .LB0123 .slick-dots li button {
    background: transparent;
    opacity: 0;
    width: 1.2rem;
    height: 1.2rem;
  }

  .LB0123 .slick-dots li.slick-active {
    width: 1.2rem;
    height: 1.2rem;
  }

  .slick-dots li button:before,
  .slick-dots li button:after {
    content: unset;
  }

  .sec.--03 {
    width: 120rem;
    margin: 0 auto 14.8rem;
  }
  .sec.--03 .sec_gridWrap{
    width: 86rem;
    margin: 0 0 0 auto;
  }

  .sec.--03 .sec_modelBox .img-wrapper {
    position: relative;
    width: fit-content;
    padding: 0.1rem;
    display: flex;
    gap: 0.1rem;
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #000;
  }

  .sec.--03 .section-price {
    position: absolute;
    right: 89rem;
    bottom: 0.6rem;
    color: #000;
  }

  .sec.--04 {
    width: 99rem;
    margin: 0 auto 14.9rem;
  }

  .sec.--04 .sec_lead {
    margin-bottom: 4rem;
  }

  .sec.--04 .section-price {
    white-space: nowrap;
    position: absolute;
    left: 48rem;
    bottom: 0.5rem;
    color: #5e2907;
  }

  .flex_container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 116rem;
    margin: 0 auto 14.7rem;
    align-items: flex-start;
  }

  .sec.--05 {
    margin-right: 5.5rem;
  }

  .sec.--05 .sec_modelBox .section-img {
    margin: 0 0 3rem;
  }

  .sec.--06 .sec_modelBox .section-img {
    margin: 0 0 3rem;
  }

  .btn_all {
    width: 20.6rem;
    margin: 0 auto 17.5rem;
  }

  .sec.--07 {
    position: relative;
    width: 76rem;
    margin: 0 auto 15rem;
    padding-bottom: 7rem;
    background: #FFF;
  }

  .sec.--07 .sec_lead {
    font-size: 1.7rem;
    line-height: 2.2;
    margin-bottom: 6.3rem;
  }

  .sec.--07 .sec_lead .attention {
    display: block;
    font-size: 1.2rem;
    margin-top: 2.2rem;
  }

  .infoBox .ttl {
    font-size: 1.7rem;
    font-weight: 700;
    color: #b20a01;
    margin-bottom: -1rem;
  }

  .infoBox .radius {
    width: 52.0rem;
    padding: 4rem 0;
    margin: 0 auto 2.9rem;
    border-radius: 50vh;
    background-color: #fef3f0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .infoBox:last-of-type .radius{
    flex-direction: column;
  }

  .infoBox .lead {
    display: flex;
    gap: 2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    letter-spacing: 0.08em;
  }

  .infoBox .bold {
    font-weight: 700;
  }

  .infoBox .lead.--01 {
    gap: 2rem;
    font-size: 1.7rem;
    margin-right: 2rem;
  }
  
  .infoBox .lead.--03 {
  margin-top: 2rem;
  }

  .infoBox:last-of-type .lead.--01 {
    transform: translateX(0.8rem);
    margin-bottom: 2rem;
  }
  .sec .sec_subTitle {
    letter-spacing: 0.1em;
    }
    .sec .sec_lead {
    }
    .section-price a {
        letter-spacing: 0.02em;
    }
    .imgWrap.--01 .color {
        width: 7.1rem;
    }
    .sec.--04 .sec_lead {
        margin-bottom: 4.2rem;
    }
    
    .sec.--05 .sec_lead,
    .sec.--06 .sec_lead  {
        letter-spacing: 0.08em;
    }
    .infoBox:last-of-type .lead.--01 {
        transform: translateX(1.2rem);
    }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ANNIMATION
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.js-fade.active {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 40px);
  transition: ease-in, opacity 2000ms, transform 1000ms;
}

.js-fade.delay {
  transition-delay: 0.5s;
}

.js-fade[data-animate*="slide-to"] {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 40px);
}

.js-fade.active[data-animate*="slide-to"] {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.js-fade[data-animate="slide-to-right"] {
  transform: translate(-30%, 0);
}

.js-fade[data-animate="slide-to-right"].active {
  transform: translate(0, 0);
}

.js-fade[data-animate="slide-to-left"] {
  transform: translate(30%, 0);
}

.js-fade[data-animate="slide-to-left"].active {
  transform: translate(0, 0);
  z-index: 8;
}

@media screen and (max-width: 767px) {
  .js-fade[data-animate="sp_slide-to-right"] {
    transform: translate(-30%, 0);
  }

  .js-fade[data-animate="sp_slide-to-right"].active {
    transform: translate(0, 0);
  }

  .js-fade[data-animate="sp_slide-to-left"] {
    transform: translate(30%, 0);
  }

  .js-fade[data-animate="sp_slide-to-left"].active {
    transform: translate(0, 0);
  }
  
  .sec.--07 .animaWrap.left.--01 {
    width: calc(17 * (100vw / 750));
    top: calc(75 * (100vw / 750));
    left: calc(46 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--02 {
    width: calc(17 * (100vw / 750));
    top: calc(195 * (100vw / 750));
    left: calc(12 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--03 {
    width: calc(17 * (100vw / 750));
    top: calc(299 * (100vw / 750));
    left: calc(56 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--04 {
    width: calc(17 * (100vw / 750));
    top: calc(479 * (100vw / 750));
    left: calc(18 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--05 {
    width: calc(28 * (100vw / 750));
    top: calc(665 * (100vw / 750));
    left: calc(30 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--06 {
    width: calc(17 * (100vw / 750));
    top: calc(811 * (100vw / 750));
    left: calc(32 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--07 {
    width: calc(28 * (100vw / 750));
    top: calc(1011 * (100vw / 750));
    left: calc(20 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--08 {
    width: calc(17 * (100vw / 750));
    top: calc(1135 * (100vw / 750));
    left: calc(64 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--09 {
    width: calc(17 * (100vw / 750));
    top: calc(1187 * (100vw / 750));
    left: calc(26 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--10 {
    width: calc(17 * (100vw / 750));
    top: calc(1353 * (100vw / 750));
    left: calc(13 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--11 {
    width: calc(30 * (100vw / 750));
    top: calc(1549 * (100vw / 750));
    left: calc(46 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--12 {
    width: calc(17 * (100vw / 750));
    top: calc(1634 * (100vw / 750));
    left: calc(18 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--13 {
    width: calc(17 * (100vw / 750));
    top: calc(1921 * (100vw / 750));
    left: calc(16 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--14 {
    width: calc(28 * (100vw / 750));
    top: calc(1972 * (100vw / 750));
    left: calc(66 * (100vw / 750));
  }
  
  .sec.--07 .animaWrap.right.--01 {
    width: calc(17 * (100vw / 750));
    top: calc(60 * (100vw / 750));
    right: calc(24 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--02 {
    width: calc(17 * (100vw / 750));
    top: calc(228 * (100vw / 750));
    right: calc(59 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--03 {
    width: calc(17 * (100vw / 750));
    top: calc(289 * (100vw / 750));
    right: calc(24 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--04 {
    width: calc(30 * (100vw / 750));
    top: calc(475 * (100vw / 750));
    right: calc(10 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--05 {
    width: calc(17 * (100vw / 750));
    top: calc(647 * (100vw / 750));
    right: calc(54 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--06 {
    width: calc(17 * (100vw / 750));
    top: calc(789 * (100vw / 750));
    right: calc(32 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--07 {
    width: calc(32 * (100vw / 750));
    top: calc(989 * (100vw / 750));
    right: calc(19 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--08 {
    width: calc(17 * (100vw / 750));
    top: calc(1097 * (100vw / 750));
    right: calc(80 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--09 {
    width: calc(17 * (100vw / 750));
    top: calc(1179 * (100vw / 750));
    right: calc(41 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--10 {
    width: calc(28 * (100vw / 750));
    top: calc(1310 * (100vw / 750));
    right: calc(51 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--11 {
    width: calc(17 * (100vw / 750));
    top: calc(1463 * (100vw / 750));
    right: calc(36 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--12 {
    width: calc(30 * (100vw / 750));
    top: calc(1554 * (100vw / 750));
    right: calc(30 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--13 {
    width: calc(17 * (100vw / 750));
    top: calc(1909 * (100vw / 750));
    right: calc(23 * (100vw / 750));
  }
  .sec.--07 .animaWrap.right.--14 {
    width: calc(30 * (100vw / 750));
    top: calc(1972 * (100vw / 750));
    right: calc(72 * (100vw / 750));
  }
  .sec.--07 .animaWrap.left.--15,
  .sec.--07 .animaWrap.left.--16,
  .sec.--07 .animaWrap.right.--15 {
    display: none;
  }

}
.fv_info span {
    overflow: hidden;
    opacity: 0;
}
.sec.--07 .animaWrap {
  position: absolute;
  width: 2rem;
}
.sec.--07 .animaWrap.--01::before,
.sec.--07 .animaWrap.--03::before,
.sec.--07 .animaWrap.--01::after,
.sec.--07 .animaWrap.--03::after {
  animation: heart 3s infinite ease-out;
}
.sec.--07 .animaWrap.left {
  animation: heart 2s 0.5s infinite ease-out;
}
.sec.--07 .animaWrap.left:nth-child(2n) {
  animation: heart 2s infinite ease-out;
}
.sec.--07 .animaWrap.left:nth-child(3n) {
  animation: heart 2s 0.5s infinite ease-out;
}
.sec.--07 .animaWrap.left:nth-child(5n) {
  animation: heart 2s 0.5s infinite ease-out;
}
.sec.--07 .animaWrap.left:nth-child(7n) {
  animation: heart 2s infinite ease-out;
}
.sec.--07 .animaWrap.left:nth-child(12n) {
  animation: heart 2s infinite ease-out;
}
.sec.--07 .animaWrap.right {
  animation: heart 2s infinite ease-out;
}
.sec.--07 .animaWrap.right:nth-child(2n) {
  animation: heart 2s 0.5s infinite ease-out;
}
.sec.--07 .animaWrap.right:nth-child(3n) {
  animation: heart 2s infinite ease-out;
}
.sec.--07 .animaWrap.right:nth-child(5n) {
  animation: heart 2s infinite ease-out;
}
.sec.--07 .animaWrap.right:nth-child(7n) {
  animation: heart 2s 0.5s infinite ease-out;
}
.sec.--07 .animaWrap.right:nth-child(12n) {
  animation: heart 2s 0.5s infinite ease-out;
}
@media screen and (min-width: 768px) {
  .js-fade[data-animate="pc_slide-to-right"] {
    transform: translate(-30%, 0);
  }

  .js-fade[data-animate="pc_slide-to-right"].active {
    transform: translate(0, 0);
  }

  .js-fade[data-animate="pc_slide-to-left"] {
    transform: translate(30%, 0);
  }

  .js-fade[data-animate="pc_slide-to-left"].active {
    transform: translate(0, 0);
  }
  
  .sec.--07 .animaWrap.left.--01 {
    width: 1.2rem;
    top: 7.7rem;
    left: 8.9rem;
  }
  .sec.--07 .animaWrap.left.--02 {
    width: 1.2rem;
    top: 14.8rem;
    left: 6.6rem;
  }
  .sec.--07 .animaWrap.left.--03 {
    width: 1.2rem;
    top: 22rem;
    left: 9.8rem;
  }
  .sec.--07 .animaWrap.left.--04 {
    width: 1.3rem;
    top: 34.7rem;
    left: 8.9rem;
  }
  .sec.--07 .animaWrap.left.--05 {
    width: 2rem;
    top: 39.8rem;
    left: 13.1rem;
  }
  .sec.--07 .animaWrap.left.--06 {
    width: 1.3rem;
    top: 45.6rem;
    left: 7.2rem;
  }
  .sec.--07 .animaWrap.left.--07 {
    width: 1.2rem;
    top: 50.4rem;
    left: 3.5rem;
  }
  .sec.--07 .animaWrap.left.--08 {
    width: 1.9rem;
    top: 53.5rem;
    left: 5.8rem;
  }
  .sec.--07 .animaWrap.left.--09 {
    width: 1.2rem;
    top: 69.3rem;
    left: 4.3rem;
  }
  .sec.--07 .animaWrap.left.--10 {
    width: 2.2rem;
    top: 73.8rem;
    left: 1.7rem;
  }
  .sec.--07 .animaWrap.left.--11 {
    width: 1.2rem;
    top: 81.1rem;
    left: 7.6rem;
  }
  .sec.--07 .animaWrap.left.--12 {
    width: 2.1rem;
    top: 86.3rem;
    left: 6.6rem;
  }
  .sec.--07 .animaWrap.left.--13 {
    width: 1.2rem;
    top: 106.6rem;
    left: 2rem;
  }
  .sec.--07 .animaWrap.left.--14 {
    width: 1.2rem;
    top: 115.2rem;
    left: 4.2rem;
  }
  .sec.--07 .animaWrap.left.--15 {
    width: 2rem;
    top: 121.5rem;
    left: 6.9rem;
  }
  .sec.--07 .animaWrap.left.--16 {
    width: 2.2rem;
    top: 100rem;
    left: 7.7rem;
  }


  .sec.--07 .animaWrap.right.--01 {
    width: 1.2rem;
    top: 7.1rem;
    right: 3.5rem;
  }
  .sec.--07 .animaWrap.right.--02 {
    width: 1.2rem;
    top: 15.6rem;
    right: 7.5rem;
  }
  .sec.--07 .animaWrap.right.--03 {
    width: 1.2rem;
    top: 23.4rem;
    right: 4.2rem;
  }
  .sec.--07 .animaWrap.right.--04 {
    width: 1.9rem;
    top: 32.8rem;
    right: 2.5rem;
  }
  .sec.--07 .animaWrap.right.--05 {
    width: 1.2rem;
    top: 38.2rem;
    right: 12.5rem;
  }
  .sec.--07 .animaWrap.right.--06 {
    width: 1.2rem;
    top: 48.5rem;
    right: 3.6rem;
  }
  .sec.--07 .animaWrap.right.--07 {
    width: 1.2rem;
    top: 53.9rem;
    right: 7.2rem;
  }
  .sec.--07 .animaWrap.right.--08 {
    width: 2.2rem;
    top: 63rem;
    right: 10.3rem;
  }
  .sec.--07 .animaWrap.right.--09 {
    width: 1.3rem;
    top: 70.5rem;
    right: 6.2rem;
  }
  .sec.--07 .animaWrap.right.--10 {
    width: 1.2rem;
    top: 81rem;
    right: 2.8rem;
  }
  .sec.--07 .animaWrap.right.--11 {
    width: 2.2rem;
    top: 89.8rem;
    right: 5.9rem;
  }
  .sec.--07 .animaWrap.right.--12 {
    width: 1.2rem;
    top: 97.5rem;
    right: 8.2rem;
  }
  .sec.--07 .animaWrap.right.--13 {
    width: 1.3rem;
    top: 105.2rem;
    right: 2.6rem;
  }
  .sec.--07 .animaWrap.right.--14 {
    width: 1.2rem;
    top: 116.8rem;
    right: 9.2rem;
  }
  .sec.--07 .animaWrap.right.--15 {
    width: 2rem;
    top: 121.8rem;
    right: 5.8rem;
  }

}

@keyframes heart {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    transform: translateY(-5px) scale(1.025);
    opacity: 0;
  }
}
.sec_gridWrap{
  position:relative;
}
.random-js a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.number03 img:nth-of-type(3),
.number03 img:nth-of-type(2),
.random-js_box[class*="number"] img:nth-of-type(2){
  animation: change_01 4.0s forwards;
}
.random-js_box.number02 img:nth-of-type(2){
  animation-delay: 0.5s;
}
.number03 img:nth-of-type(3){
  animation-delay: 1s;
}
.random-js_box.number04 img:nth-of-type(2){
  animation-delay: 1.5s;
}
.random-js_box.number05 img:nth-of-type(2){
  animation-delay: 2.0s;
}
.number03 img:nth-of-type(2){
  animation-delay: 2.5s;
}

@keyframes change_01 {
  0% {
    opacity: 1;
  }
  9% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
} 