@charset "UTF-8";
#LB230616candy {
  --lp-main-color: #FF7A27;
  --lp-sub-color: #000;
  --lp-third-color: #2E4E80;
  --lp-accent-color: #75AB4F;
  --lp-font-jp:"Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  --lp-font-en: "pragmatica", sans-serif;
  --sp-mv-text: calc(22 *(100vw / 750)) ;
  --pc-mv-text: calc(14 *(100vw / 1300)) ;
  --sp-head: calc(10 *(100vw / 750)) ;
  --pc-head: calc(10 *(100vw / 1300));
  --sp-sub-head: calc(10 *(100vw / 750)) ;
  --pc-sub-head: calc(10 *(100vw / 1300));
  --sp-text: calc(18 *(100vw / 750)) ;
  --pc-text: calc(13 *(100vw / 1300));
  --sp-other-text: calc(10 *(100vw / 750)) ;
  --pc-other-text: calc(10 *(100vw / 1300));
  --sp-credit: calc(10 *(100vw / 750)) ;
  --pc-credit: calc(12 *(100vw / 1300));
  --sp-buy-btn: calc(26 *(100vw / 750)) ;
  --pc-buy-btn: calc(18 *(100vw / 1300));
  --cls-150: 0.15em;
  --cls-120: 0.125em;
  --cls-100: 0.1em;
  --cls-75: 0.075em;
  --cls-50: 0.05em;
  --cls-25: 0.025em;
  --cls-0: 0;
}

#Wrap {
  width: 100%;
}

.sp_only {
  display: none;
}

.wrapBottom,
.wrapTop {
  width: 100%;
}

#Contents {
  padding-top: 0;
}

#LB230616candy {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--lp-sub-color);
  font-family: var(--lp-font-jp);
  font-weight: 400;
  margin: auto;
  letter-spacing: var(--cls-0);
}
#LB230616candy a {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 768px), print {
  #LB230616candy .bg_white {
    background: #fff;
  }
}
#LB230616candy p,
#LB230616candy ul,
#LB230616candy ol,
#LB230616candy dl {
  margin: 0;
}

#LB230616candy li {
  list-style: none;
}

#LB230616candy img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

#LB230616candy video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#Wrap, .wrapBottom, .wrapTop {
  width: auto;
}

#LB230616candy picture,
#LB230616candy video {
  display: block;
}

#LB230616candy .pc {
  display: none !important;
}

#LB230616candy .pc_inline {
  display: none !important;
}

/* ▼ パンくず ▼ */
/* ▲ パンくず ▲ */
@media only screen and (min-width: 768px), print {
  #LB230616candy .sp {
    display: none !important;
  }
  #LB230616candy .pc {
    display: block !important;
  }
  #LB230616candy .pc_inline {
    display: inline !important;
  }
}
#LB230616candy .fade {
  opacity: 0;
  -webkit-transform: translateY(calc(30 *(100vw / 750)));
          transform: translateY(calc(30 *(100vw / 750)));
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .fade {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}

#LB230616candy .fade_in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#LB230616candy .fade_delay {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#LB230616candy .fade_delay_in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#LB230616candy .fade_delay span:first-of-type {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

#LB230616candy .fade_delay span:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#LB230616candy .fade_delay span:nth-of-type(3) {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#LB230616candy .fade_delay_in {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#LB230616candy .white02__btn.fade_delay_in span {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.slide_x {
  overflow-x: hidden;
  position: relative;
}

.slide_x::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: all 1.2s 0s ease;
  transition: all 1.2s 0s ease;
}

.fade_on::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1;
}


.main-area .main-inner {
  width: 100%;
}

#content__archive {
  overflow: hidden;
}

.go-top {
  display: none !important;
}

#LB230616candy .lp__credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.6666666667;
  margin-top: calc(20 *(100vw / 750));
  font-size: var(--sp-text);
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .lp__credit {
    margin-top: calc(20 *(100vw / 1300));
    line-height: 1.3846153846;
    font-size: var(--pc-credit);
  }
}
#LB230616candy .lp__credit li {
  display: inline-block;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .content_erea_logo {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: calc(450 *(100vw / 1300));
    width: calc(256 *(100vw / 1300));
    margin: auto;
    margin-top: calc(400 *(100vw / 1300));
  }
}
#LB230616candy .lp__logo {
  width: calc(555 *(100vw / 750));
  margin: auto;
  margin-top: calc(80 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .lp__logo {
    position: relative;
    width: 100%;
    margin-top: 0;
    bottom: calc(85 *(100vw / 1300));
    -webkit-transition: fill 1s ease;
    transition: fill 1s ease;
  }
}
#LB230616candy .js_lp__logo_white {
  fill: #fff;
}
#LB230616candy .lp__en {
  font-family: var(--lp-font-en);
}

#LB230616candy .slick-dots li button:before {
  display: none;
}
#LB230616candy .slick-dots li button {
  display: none;
}
#LB230616candy .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#LB230616candy .slick-dots {
  position: initial;
  margin: calc(35 *(100vw / 750)) 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: calc(45 *(100vw / 750));
     -moz-column-gap: calc(45 *(100vw / 750));
          column-gap: calc(45 *(100vw / 750));
}
#LB230616candy .slick-dots li {
  background-color: #777777;
  width: calc(15 *(100vw / 750));
  height: calc(15 *(100vw / 750));
  border-radius: 50%;
}
#LB230616candy .slick-dots li.slick-active {
  background-color: #fff;
  border: #000000 1px solid;
}

@media only screen and (min-width: 768px), print {
  #LB230616candy .LB230616candy_content {
    display: grid;
    grid-template-columns: calc(896 *(100vw / 1300)) auto;
  }
}
#LB230616candy .mv {
  width: 100%;
  margin: auto;
  background-color: var(--lp-main-color);
  padding-bottom: calc(145 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv {
    position: relative;
    background-color: transparent;
    padding-bottom: calc(94 *(100vw / 1300));
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: calc(1280 *(100vw / 1300));
    height: 100%;
    background-color: var(--lp-main-color);
  }
}
@media only screen and (min-width: 1300px) {
  #LB230616candy .mv::before {
    width: calc(1285 *(100vw / 1300));
  }
}
#LB230616candy .mv__wrapper {
  position: relative;
  z-index: 2;
}
#LB230616candy .mv__text {
  margin-top: calc(56 *(100vw / 750));
  text-align: center;
  font-size: var(--sp-mv-text);
  line-height: 1.9090909091;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv__text {
    margin-top: calc(100 *(100vw / 1300));
    font-size: var(--pc-mv-text);
  }
}
#LB230616candy .mv__text span {
  font-weight: 600;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv__text span {
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv__text span.lp__en {
    display: block;
    margin-top: calc(10 *(100vw / 1300));
    font-size: calc(13 *(100vw / 1300));
    font-weight: 400;
  }
}
#LB230616candy .mv__model_wrap {
  margin-top: calc(97 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv__model_wrap {
    width: calc(860 *(100vw / 1300));
    margin-top: calc(86 *(100vw / 1300));
  }
}
#LB230616candy .mv__model_wrap .mv__model > * + * {
  margin-top: calc(156 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv__model_wrap .mv__model > * + * {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv__model_wrap .mv__model {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv__model_wrap .mv__model li {
    width: calc(425 *(100vw / 1300));
  }
}
#LB230616candy .mv__model_wrap .mv__model li:last-of-type {
  width: calc(570 *(100vw / 750));
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .mv__model_wrap .mv__model li:last-of-type {
    width: calc(425 *(100vw / 1300));
    margin: 0;
  }
}
#LB230616candy .slide__sub_wrap {
  width: calc(680 *(100vw / 750));
  margin: auto;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white {
    position: relative;
    width: calc(860 *(100vw / 1300));
    padding-bottom: calc(90 *(100vw / 1300));
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(1280 *(100vw / 1300));
    height: 100%;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1300px) {
  #LB230616candy .white::before {
    width: calc(1285 *(100vw / 1300));
  }
}
#LB230616candy .white__wrap {
  position: relative;
  z-index: 1;
}
#LB230616candy .white__model_wrap:not(:first-of-type) {
  margin-top: calc(55 *(100vw / 1300));
}
#LB230616candy .white__model {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#LB230616candy .white__model li {
  width: calc(425 *(100vw / 1300));
}
#LB230616candy .black {
  margin-top: calc(150 *(100vw / 750));
  background: var(--lp-sub-color);
  padding-bottom: calc(10 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .black {
    margin: 0;
    padding-top: calc(106 *(100vw / 1300));
    padding-bottom: calc(200 *(100vw / 1300));
    background: none;
    position: relative;
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .black::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(1280 *(100vw / 1300));
    height: 100%;
    background-color: var(--lp-sub-color);
  }
}
@media only screen and (min-width: 1300px) {
  #LB230616candy .black::before {
    width: calc(1285 *(100vw / 1300));
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .black__wrap {
    position: relative;
    z-index: 2;
  }
}
#LB230616candy .black__img {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .black__img {
    width: calc(540 *(100vw / 1300));
    margin: 0;
    margin-left: calc(160 *(100vw / 1300));
  }
}
#LB230616candy .black__credit {
  color: #fff;
}
#LB230616candy .black__logo_01 {
  width: calc(460 *(100vw / 750));
  margin: auto;
  margin-top: calc(143 *(100vw / 750));
}
#LB230616candy .black__logo_02 {
  width: 100%;
  margin: auto;
  margin-top: calc(160 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .black__logo_02 {
    display: none;
  }
}
#LB230616candy .black__model {
  width: calc(460 *(100vw / 750));
  margin: auto;
  margin-top: calc(10 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .black__model {
    width: calc(326 *(100vw / 1300));
    margin-top: calc(190 *(100vw / 1300));
    margin-left: calc(270 *(100vw / 1300));
  }
}
#LB230616candy .black__model > * + * {
  margin-top: calc(15 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .black__model > * + * {
    margin-top: calc(30 *(100vw / 1300));
  }
}
#LB230616candy .blue {
  background: var(--lp-third-color);
  padding-bottom: calc(150 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .blue {
    width: calc(860 *(100vw / 1300));
    position: relative;
    background: transparent;
    padding-top: calc(100 *(100vw / 1300));
    padding-bottom: calc(164 *(100vw / 1300));
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .blue::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(1280 *(100vw / 1300));
    height: 100%;
    background: var(--lp-third-color);
  }
}
@media only screen and (min-width: 1300px) {
  #LB230616candy .blue::before {
    width: calc(1285 *(100vw / 1300));
  }
}
#LB230616candy .blue__wrap {
  position: relative;
  z-index: 2;
}
#LB230616candy .blue__model {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .blue__model {
    gap: calc(10 *(100vw / 1300));
  }
}
#LB230616candy .blue__credit {
  color: #fff;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .blue__credit {
    letter-spacing: var(--cls-0);
  }
}
#LB230616candy .blue__img {
  width: calc(570 *(100vw / 750));
  margin: calc(160 *(100vw / 750)) auto 0;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .blue__img {
    width: calc(385 *(100vw / 1300));
    margin: calc(170 *(100vw / 1300)) auto 0;
  }
}
#LB230616candy .green {
  background: var(--lp-accent-color);
  padding-bottom: calc(140 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .green {
    position: relative;
    background: transparent;
    padding-top: calc(100 *(100vw / 1300));
    padding-bottom: calc(100 *(100vw / 1300));
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .green::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(1280 *(100vw / 1300));
    height: 100%;
    background: var(--lp-accent-color);
  }
}
@media only screen and (min-width: 1300px) {
  #LB230616candy .green::before {
    width: calc(1285 *(100vw / 1300));
  }
}
#LB230616candy .green__wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .green__wrap {
    width: calc(860 *(100vw / 1300));
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .green__model {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#LB230616candy .green__model li {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .green__model li {
    width: calc(425 *(100vw / 1300));
    margin: 0;
  }
}
#LB230616candy .green__model li:last-of-type {
  width: calc(570 *(100vw / 750));
  margin: calc(160 *(100vw / 750)) auto 0;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .green__model li:last-of-type {
    width: calc(425 *(100vw / 1300));
    margin: 0;
  }
}
#LB230616candy .green__credit {
  color: #fff;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .green__credit {
    text-align: center;
  }
}
#LB230616candy .white02 {
  background: #fff;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02 {
    padding-top: calc(93 *(100vw / 1300));
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02__model {
    width: calc(860 *(100vw / 1300));
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 *(100vw / 1300));
  }
}
#LB230616candy .white02__model li {
  width: 100%;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02__model li {
    width: 100%;
  }
}
#LB230616candy .white02__model li:first-of-type {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#LB230616candy .white02__model li:nth-of-type(2) {
  width: calc(570 *(100vw / 750));
  margin: auto;
  margin-top: calc(160 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02__model li:nth-of-type(2) {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02__model li:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: calc(-57 *(100vw / 1300));
  }
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02__model li:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: calc(467 *(100vw / 1300));
  }
}
#LB230616candy .white02__logo {
  width: calc(120 *(100vw / 750));
  margin: calc(95 *(100vw / 750)) auto;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02__logo {
    display: none;
  }
}
#LB230616candy .white02__btn {
  margin: calc(160 *(100vw / 750)) 0 calc(95 *(100vw / 750));
  text-align: center;
  font-size: var(--sp-buy-btn);
  font-weight: bold;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02__btn {
    margin: 0;
    font-size: var(--pc-buy-btn);
  }
}
#LB230616candy .white02__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02__btn a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(5 *(100vw / 1300));
       -moz-column-gap: calc(5 *(100vw / 1300));
            column-gap: calc(5 *(100vw / 1300));
  }
}
#LB230616candy .white02__btn span {
  font-weight: 700;
}
#LB230616candy .white02__btn span:not(:last-of-type) {
  background-image: url(../../../../../Page/feature/2023/0616/img/triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(21 *(100vw / 750));
  height: calc(24 *(100vw / 750));
  rotate: -90deg;
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .white02__btn span:not(:last-of-type) {
    width: calc(11 *(100vw / 1300));
    height: calc(16 *(100vw / 1300));
    rotate: 0deg;
  }
}
#LB230616candy .all_btn_wrap {
  color: var(--main-color);
  width: calc(380 *(100vw / 750));
  margin: auto;
  margin-top: calc(90 *(100vw / 750));
}
@media only screen and (min-width: 768px), print {
  #LB230616candy .all_btn_wrap {
    width: 35rem;
    margin-top: 7.5rem;
  }
}

.mac #LB230616candy .mv::before,
.mac #LB230616candy .white::before,
.mac #LB230616candy .black::before,
.mac #LB230616candy .blue::before,
.mac #LB230616candy .green::before,
.mac #LB230616candy .green::before {
  width: calc(1300 *(100vw / 1300));
}/*# sourceMappingURL=style.css.map */