@charset "UTF-8";
/* 
//////////////////////////////////////////////////////////////////////////////////////////
default settings
//////////////////////////////////////////////////////////////////////////////////////////
*/
#Contents .main-area {
  overflow-x: visible;
}

#Contents .main-area .main-inner {
  margin: 0 auto;
  width: 100%;
}
#LB260130candy {
  --pc-width: 1400;
  --sp-width: 750;
  --pc-artboard-width: 525;
  --sp-artboard-width: 750;
  --formula: calc(var(--variable) * var(--ratio));
  --formula_pc: calc(var(--variable) * 1);
}

@media (min-width: 768px) {
  #LB260130candy {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}

@media (max-width: 767px) {
  #LB260130candy {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}

#LB260130candy img,
#LB260130candy svg {
  display: block;
  width: 100%;
  height: auto;
}

#LB260130candy h2,
#LB260130candy h3,
#LB260130candy p,
#LB260130candy li {
  margin-block: calc((1em - 1lh) / 2);
}

#LB260130candy .invisible-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* 
//////////////////////////////////////////////////////////////////////////////////////////
common settings
//////////////////////////////////////////////////////////////////////////////////////////
*/
#LB260130candy {
  --font-hiragino:
    "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", hiragino-kaku-gothic-pron, "Hiragino Sans",
    "Noto Sans JP", sans-serif;
  --font-credit: dm-sans, sans-serif;
  --font-light: 300;
  --font-regular: 400;
  --black: #000000;
  --gray: #b7b7b7;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
#LB260130candy [class*="teaser-sec__look-item"] figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(19 * var(--formula));
}
#LB260130candy [class*="__txt-cont"] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  animation: 0;
  padding: 0 calc(24 * var(--formula)) calc(23 * var(--formula));
  box-sizing: border-box;
}
#LB260130candy [class*="__credit"] {
  display: flex;
  font-family: var(--font-credit);
  color: var(--gray);
  font-size: calc(20 * var(--formula));
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: var(--font-regular);
  text-align: left;
}
#LB260130candy [class*="__credit"] li {
  display: flex;
  position: relative;
}
#LB260130candy
  [class*="__credit"]:not(.sec01__credit)
  li:not(:last-child)::after {
  content: "/";
  position: relative;
  top: calc(-1 * var(--formula));
}
#LB260130candy [class*="__sticky-cont"] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#LB260130candy [class*="lp-teaser-img-"] {
  width: calc(138 * var(--formula));
}
#LB260130candy [id*="__h3"] {
  font-family: var(--font-credit);
  color: var(--black);
  font-size: calc(24 * var(--formula));
  line-height: 1.75;
  letter-spacing: 0.048em;
  font-weight: var(--font-regular);
}
#LB260130candy .lp-mv__img-cont,
#LB260130candy [class*="-img-"]:not([class*="lp-mv-img-"]) {
  background: #ffffff;
  opacity: 0;
  transition: all 1.5s ease;
}
#LB260130candy .lp-mv__img-cont.is-visible,
#LB260130candy [class*="-img-"].is-visible:not([class*="lp-mv-img-"]) {
  opacity: 1;
}
#LB260130candy .cls-1 {
  fill: none;
  stroke: #b7b7b7;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: draw 2.2s ease-in-out infinite;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 40;
    opacity: 1;
  }
  45% {
    stroke-dashoffset: 0; /* 描き終わり */
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 0; /* しばらく表示維持 */
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 40; /* 線を戻しつつ */
    opacity: 0; /* フェードアウト */
  }
}

#LB260130candy .svg-arrow {
  clip-path: none;
  animation-delay: 0.3s;
}
#LB260130candy .delay .svg-line {
  animation-delay: 1.1s;
}
#LB260130candy .delay .svg-arrow {
  animation-delay: 1.7s;
}
/* 
//////////////////////////////////////////////////////////////////////////////////////////
layout settings
//////////////////////////////////////////////////////////////////////////////////////////
*/

#LB260130candy {
  position: relative;
  display: grid;
}

#LB260130candy .lp-pc-area {
  grid-area: 1/1;
  background: #f7f7f7;
  position: sticky;
  top: 0;
  height: 100vh;
}
#LB260130candy .lp-pc-area .lp-arrow-obj {
  width: calc(12 * (100vw / 1400));
}

#LB260130candy .lp-pc-txt-01 {
  width: calc(283 * (100vw / 1400));
  position: absolute;
  top: calc(40 * (100vw / 1400));
  left: calc(41 * (100vw / 1400));
  pointer-events: none;
}

#LB260130candy .lp-pc-area__link-cont {
  position: absolute;
  right: 52.8%;
  bottom: calc(46 * (100vw / 1400));
  display: flex;
  flex-direction: column;
  gap: calc(23 * (100vw / 1400));
  align-items: end;
  font-family: var(--font-credit);
  font-size: calc(14 * (100vw / 1400));
  color: var(--black);
  letter-spacing: 0.045em;
}

#LB260130candy .lp-pc-area__link-cont span {
  text-decoration-line: underline;
  text-decoration-thickness: max(1px, calc(1 * (100vw / 1400)));
  -webkit-text-decoration-color: var(--gray);
  text-decoration-color: var(--gray);
  text-underline-offset: calc(8 * (100vw / 1400));
}
_::-webkit-full-page-media,
_:future,
:root #LB260130candy .lp-pc-area__link-cont span {
  /* Safariだと太くなるため、係数を 1 → 0.8 に下げて調整 */
  text-decoration-thickness: max(1px, calc(0.8 * (100vw / 1400)));
}
#LB260130candy .lp-pc-area__link-cont li a {
  display: flex;
  gap: calc(9 * (100vw / 1400));
}
/* 親コンテナ（位置合わせ用） */
#LB260130candy .lp-pc-area__bg-cont {
  position: relative; /* または relative/absolute など元の指定に合わせて */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* 2枚のレイヤー共通設定 */
#LB260130candy .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f0f0f0;

  /* 透明度だけをアニメーションさせる（これが一番軽くて滑らか） */
  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: opacity;
  z-index: 1;
}

/* アクティブなレイヤーだけ表示 */
#LB260130candy .bg-layer.is-active {
  opacity: 1;
  z-index: 2; /* 手前に持ってくる */
}

#LB260130candy .lp-main-area {
  grid-area: 1/1;
  width: calc(525 * 100vw / 1400);
  justify-self: end;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-right: calc(175 * 100vw / 1400);
}

#LB260130candy .sec-set {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: #ffffff; */
}

#LB260130candy .lp-mv-sec {
  /* position: sticky; */
  /* top: 0; */
  position: relative;
}
#LB260130candy .lp-mv-sec li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#LB260130candy .lp-mv__img-cont {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: calc(1110 * var(--formula));
  width: 100%;
  position: relative;
}

#LB260130candy .lp-mv__img-cont li.is-active {
  display: block;
}

#LB260130candy .lp-mv-txt-01 {
  width: calc(208 * var(--formula));
  position: absolute;
  top: calc(30.5 * var(--formula));
  left: calc(29.5 * var(--formula));
  pointer-events: none;
}

#LB260130candy .lp-mv-txt-02 {
  width: calc(63.5 * var(--formula));
  position: absolute;
  left: calc(32 * var(--formula));
  bottom: calc(30 * var(--formula));
  pointer-events: none;
}

#LB260130candy .lp-teaser-sec {
  padding: calc(120 * var(--formula)) 0 calc(98 * var(--formula)) 0;
  background: #ffffff;
}

#LB260130candy .teaser-sec__txt {
  font-family: var(--font-hiragino);
  color: var(--black);
  font-size: calc(24 * var(--formula));
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: var(--font-light);
}

#LB260130candy .teaser-sec__look-cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(119 * var(--formula)) 0 0;
  gap: calc(40 * var(--formula)) calc(40 * var(--formula));
}

#LB260130candy .teaser-sec__look-cont figcaption {
  font-family: var(--font-credit);
  color: var(--gray);
  font-size: calc(20 * var(--formula));
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: var(--font-regular);
}

#LB260130candy .sec01 {
  padding: calc(98 * var(--formula)) 0 0 0;
}

#LB260130candy .sec1-img-01 {
  width: calc(750 * var(--formula));
}

#LB260130candy .sec01__inner-cont {
  display: flex;
  margin: calc(80 * var(--formula)) 0 calc(25 * var(--formula)) 0;
  gap: calc(10 * var(--formula));
}

#LB260130candy .sec1-img-02 {
  width: calc(370 * var(--formula));
}

#LB260130candy .sec1-img-03 {
  width: calc(370 * var(--formula));
}

#LB260130candy .sec01__credit {
  margin: 0 0 calc(200 * var(--formula)) calc(24 * var(--formula));
  flex-direction: column;
  align-self: start;
  gap: calc(14 * var(--formula));
}
#LB260130candy .sec01__credit a {
  position: relative;
}
#LB260130candy .sec01__credit a::after {
  content: "/";
  margin-left: calc(7 * var(--formula));
  margin-right: calc(5 * var(--formula));
  /* リンクの下線を消すために inline-block にすることもあります */
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: 0;
}
#LB260130candy .sec01__credit li:nth-child(2) a:last-child::after {
  content: none;
}
#LB260130candy .sec01__credit li:nth-child(1) a:nth-child(3) {
  letter-spacing: 0.05em;
}
#LB260130candy .sec2-img-01 {
  width: calc(750 * var(--formula));
}

#LB260130candy .sec02__inner-cont {
  display: flex;
  flex-direction: column;
  margin: calc(119 * var(--formula)) 0 calc(200 * var(--formula)) 0;
  gap: calc(24 * var(--formula));
}

#LB260130candy .sec2-img-02 {
  width: calc(590 * var(--formula));
}

#LB260130candy .sec2-img-03 {
  width: calc(590 * var(--formula));
}

#LB260130candy .sec02__credit {
  margin: calc(2 * var(--formula)) 0 0 0;
}

#LB260130candy .sec02__credit li:nth-child(1)::after {
  margin-left: calc(8 * var(--formula));
  margin-right: calc(6 * var(--formula));
}

#LB260130candy .sec03 {
  padding: 0 0 calc(260 * var(--formula)) 0;
}

#LB260130candy .sec3-img-01 {
  width: calc(750 * var(--formula));
}

#LB260130candy .sec03__credit {
  margin: calc(25 * var(--formula)) 0 calc(119 * var(--formula))
    calc(24 * var(--formula));
  align-self: start;
}

#LB260130candy .sec03__credit li:nth-child(1)::after {
  margin-left: calc(8 * var(--formula));
  margin-right: calc(6 * var(--formula));
}
#LB260130candy .sec03__credit li:nth-child(2) {
  letter-spacing: 0.05em;
}
#LB260130candy .sec03__credit li:nth-child(2)::after {
  margin-left: calc(7 * var(--formula));
  margin-right: calc(6 * var(--formula));
}

#LB260130candy .sec3-img-02 {
  width: calc(550 * var(--formula));
  position: sticky;
  top: 0;
  z-index: 1;
  margin-bottom: calc(120 * var(--formula));
  /* margin-bottom: 60px; */
}

#LB260130candy .sec3-img-03 {
  width: calc(470 * var(--formula));
  align-self: end;
  z-index: 2;
  position: sticky;
  top: calc(120 * var(--formula));
  margin-bottom: calc(120 * var(--formula));
}

#LB260130candy .sec3-img-04 {
  width: calc(510 * var(--formula));
  align-self: center;
  z-index: 3;
  position: sticky;
  top: calc(240 * var(--formula));
  margin-bottom: calc(-60 * var(--formula));
}

#LB260130candy .sec04__inner-cont {
  display: flex;
  flex-direction: column;
  align-self: end;
  gap: calc(24 * var(--formula));
}

#LB260130candy .sec4-img-01 {
  width: calc(670 * var(--formula));
}

#LB260130candy .sec4-img-02 {
  width: calc(670 * var(--formula));
}

#LB260130candy .sec04__credit {
  margin: calc(3 * var(--formula)) 0 0 0;
}

#LB260130candy .sec04__credit li:nth-child(1)::after {
  margin-left: calc(7 * var(--formula));
  margin-right: calc(-1 * var(--formula));
}
#LB260130candy .sec04__credit li:nth-child(2) {
  margin-left: calc(7 * var(--formula));
  margin-right: calc(7 * var(--formula));
}
#LB260130candy .sec04__credit li:nth-child(2)::after {
  margin-left: calc(9 * var(--formula));
  margin-right: calc(-1 * var(--formula));
}

#LB260130candy .sec05 {
  padding: calc(200 * var(--formula)) 0 calc(200 * var(--formula)) 0;
}

#LB260130candy .sec5-img-01 {
  width: calc(750 * var(--formula));
}

#LB260130candy .sec05__txt-cont {
  margin: calc(24 * var(--formula)) 0 calc(97 * var(--formula)) 0;
}

#LB260130candy .sec05__inner-cont {
  display: flex;
  gap: calc(10 * var(--formula));
}

#LB260130candy .sec5-img-02 {
  width: calc(370 * var(--formula));
}

#LB260130candy .sec5-img-03 {
  width: calc(370 * var(--formula));
}

#LB260130candy .sec05__credit {
  margin: calc(25 * var(--formula)) 0 0 calc(23 * var(--formula));
  align-self: start;
}
#LB260130candy .sec05__credit li:nth-child(1) {
  letter-spacing: 0.05em;
}
#LB260130candy .sec05__credit li:nth-child(1)::after {
  margin-left: calc(7 * var(--formula));
  margin-right: calc(7 * var(--formula));
}
#LB260130candy .sec05__credit li:nth-child(2) {
  letter-spacing: 0.05em;
}
#LB260130candy .sec05__credit li:nth-child(2)::after {
  margin-left: calc(4 * var(--formula));
  margin-right: calc(6 * var(--formula));
}
#LB260130candy .sec05__credit li:nth-child(3) {
  letter-spacing: 0.05em;
}
#LB260130candy .sec05__credit li:nth-child(3)::after {
  margin-left: calc(5 * var(--formula));
  margin-right: calc(7 * var(--formula));
}

#LB260130candy .sec6-img-01 {
  width: calc(530 * var(--formula));
  align-self: start;
  position: sticky;
  top: 0;
  z-index: 1;
  margin-bottom: calc(240 * var(--formula));
}

#LB260130candy .sec6-img-02 {
  width: calc(530 * var(--formula));
  align-self: end;
  z-index: 2;
  position: sticky;
  top: calc(120 * var(--formula));
  margin-bottom: calc(120 * var(--formula));
  margin-top: calc(-120 * var(--formula));
}

#LB260130candy .sec6-img-03 {
  width: calc(530 * var(--formula));
  align-self: center;
  z-index: 3;
  position: sticky;
  top: calc(240 * var(--formula));
}

#LB260130candy .sec06__txt-cont {
  display: flex;
  flex-direction: column;
  margin: calc(24 * var(--formula)) 0 0 0;
  gap: calc(26 * var(--formula));
}

#LB260130candy .sec06__credit01 li:nth-child(1)::after {
  margin-left: calc(7 * var(--formula));
  margin-right: calc(7 * var(--formula));
}

#LB260130candy .sec06__credit01 li:nth-child(2)::after {
  margin-left: calc(7 * var(--formula));
  margin-right: calc(6 * var(--formula));
}
#LB260130candy .sec06__credit01 li:nth-child(3) {
  letter-spacing: 0.05em;
}
#LB260130candy .sec06__credit01 li:nth-child(3)::after {
  margin-left: calc(5 * var(--formula));
  margin-right: calc(6 * var(--formula));
}
#LB260130candy .sec6__inner-cont {
  display: flex;
  flex-direction: column;
  margin: calc(176 * var(--formula)) 0 calc(198 * var(--formula))
    calc(40 * var(--formula));
  align-self: start;
  gap: calc(25 * var(--formula));
}

#LB260130candy .sec6-img-04 {
  width: calc(530 * var(--formula));
}

#LB260130candy .sec07__inner-cont {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--formula));
}

#LB260130candy .sec7-img-01 {
  width: calc(670 * var(--formula));
}

#LB260130candy .sec7-img-02 {
  width: calc(670 * var(--formula));
}

#LB260130candy .sec07__credit {
  margin: calc(2 * var(--formula)) 0 0 0;
}

#LB260130candy .lp-footer {
  padding: calc(201 * var(--formula)) 0 0 0;
}

#LB260130candy .lp-footer__link-cont {
  font-family: var(--font-credit);
  font-size: calc(24 * var(--formula));
  color: var(--black);
  letter-spacing: 0.045em;
  display: flex;
  flex-direction: column;
  gap: calc(38 * var(--formula));
  align-self: start;
  margin: 0 0 0 calc(39 * var(--formula));
}

#LB260130candy .lp-footer__link-cont span {
  text-decoration-line: underline;
  text-decoration-thickness: max(1px, calc(2 * var(--formula)));
  -webkit-text-decoration-color: var(--gray); /* Safari用 */
  text-decoration-color: var(--gray);
  text-underline-offset: calc(10 * var(--formula));
}
_::-webkit-full-page-media,
_:future,
:root #LB260130candy .lp-footer__link-cont span {
  text-decoration-thickness: max(1px, calc(2 * var(--formula)));
}

#LB260130candy .lp-footer__link-cont a {
  display: flex;
  gap: calc(20 * var(--formula));
}

#LB260130candy .lp-footer__link-cont .lp-arrow-obj {
  width: calc(20 * var(--formula));
  margin: calc(-7 * var(--formula)) 0 0 0;
}
#LB260130candy .lp-pc-area .lp-arrow-obj {
  width: calc(20 * var(--formula));
  margin: calc(-3 * var(--formula)) 0 0 0;
}

#LB260130candy .lp-footer__inner-cont {
  margin: calc(208 * var(--formula)) 0 0 0;
  position: relative;
}

#LB260130candy .lp-footer-txt-01 {
  width: calc(267 * var(--formula));
  position: absolute;
  top: calc(24 * var(--formula));
  right: calc(-5 * var(--formula));
  z-index: 5;
  pointer-events: none;
}

#LB260130candy .lp-footer__staff-credit {
  position: absolute;
  bottom: calc(27 * var(--formula));
  right: calc(23 * var(--formula));
  display: flex;
  flex-direction: column;
  z-index: 5;
  font-family: var(--font-credit);
  font-size: calc(20 * var(--formula));
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: right;
  color: #ffffff;
  gap: calc(7 * var(--formula));
}
#LB260130candy .lp-footer__staff-credit li span {
  position: relative;
}

#LB260130candy .lp-footer__staff-credit li span::after {
  content: "/";
  margin-left: calc(8 * var(--formula));
  margin-right: 0;
}
#LB260130candy
  .lp-footer__staff-credit
  li:nth-child(2)
  span:first-child::after {
  content: "/";
  margin-left: calc(6 * var(--formula));
  margin-right: calc(-1 * var(--formula));
}
#LB260130candy .lp-footer__staff-credit li:nth-child(3) span::after {
  content: "/";
  margin-left: calc(6 * var(--formula));
  margin-right: calc(2 * var(--formula));
}

#LB260130candy .lp-footer__staff-credit li:nth-child(3) span:last-child::after {
  content: none;
}
#LB260130candy .lp-footer__staff-credit li span:nth-last-child::after {
  content: "/";
  margin-left: calc(8 * var(--formula));
  margin-right: calc(8 * var(--formula));
}
#LB260130candy .lp-footer-img-01 {
  width: calc(750 * var(--formula));
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #LB260130candy .lp-pc-area {
    display: none;
  }
  #LB260130candy .lp-main-area {
    width: 100%;
    margin-right: 0;
  }
}
