@charset "UTF-8";
:root {
  --font: acumin-pro, source-han-sans-japanese, sans-serif;
  --font-en: acumin-pro, sans-serif;
  --font-credit: acumin-pro, sans-serif;
  --pc-width: 1400;
  --tb-width: 768;
  --sp-width: 750;
}

* > .main-area {
  font-weight: var(--fontweight-medium);
  font-feature-settings: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: unset;
  min-width: auto;
}

/* ▼ -----------可変設定---------- ▼ */
.lp_variable {
  --pc-width: 1200; /*PCデザイン幅*/
  --sp-width: 750; /*SPデザイン幅*/
  --pc-artboard-width: 470; /*SP共通デザイン幅*/
  --sp-artboard-width: 750; /*PC共通デザイン幅*/
  --formula: calc(var(--variable) * var(--ratio)); /*SP→PC 可変設定*/
  --formula_pc: calc(var(--variable) * 1); /*PC 1400以上は固定*/
}

/* --formulaの補足
  SPの値 × SP→PCの縮小率 × 画面幅に基づく可変値

  例）PC1400px　SP750pxのデザイン
  　　PC共通部分:500px　SP共通部分:750px
  　　PC、SP共通デザインwidth:100pxの場合

  ▼記述 pc表示時に(500/750)を掛ける
  width: calc(100* var(--variable)* var(--ratio));

　▼PC固定幅の計算
　100×0.6666666666666667×1=66.66666666666667px

　▼PC可変の計算
　100×0.6666666666666667×(100vw/1400)=calc(66.66666666666667 * (100vw/1400));

　▼SP可変の計算
　100×1×(100vw/750)=calc(100 * (100vw/750));
*/
/* PC画面幅 1200px以上 固定 */
@media (min-width: 1201px) {
  .lp_variable {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: 1px; /* 固定値（可変しない） */
  }
}
/* PC画面幅 768～1400px 可変 */
@media (min-width: 768px) and (max-width: 1200px) {
  .lp_variable {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
/* SP画面幅 767px以下 可変 */
@media (max-width: 767px) {
  .lp_variable {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
/* ▲ -----------可変設定---------- ▲ */
.main-area * {
  box-sizing: border-box;
}
.main-area img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.main-area a {
  text-decoration: none;
}
.main-area picture {
  display: block;
}
.main-area p, .main-area ul, .main-area ol, .main-area dl {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .main-area .pc_only {
    display: none;
  }
  .main-area .sp_only {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .main-area .pc_only {
    display: block;
  }
  .main-area .sp_only {
    display: none;
  }
}
.js-creditMove span {
  opacity: 0;
  transform: translateY(20px);
}
.js-creditMove span:nth-of-type(1) {
  transition: opacity 0.6s 0s, transform 0.6s 0s;
}
.js-creditMove span:nth-of-type(2) {
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
}
.js-creditMove span:nth-of-type(3) {
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}
.js-creditMove span:nth-of-type(4) {
  transition: opacity 0.6s 0.9s, transform 0.6s 0.9s;
}
.js-creditMove span:nth-of-type(5) {
  transition: opacity 0.6s 1.2s, transform 0.6s 1.2s;
}
.js-creditMove span:nth-of-type(6) {
  transition: opacity 0.6s 1.5s, transform 0.6s 1.5s;
}
.js-creditMove span:nth-of-type(7) {
  transition: opacity 0.6s 1.8s, transform 0.6s 1.8s;
}
.js-creditMove span:nth-of-type(8) {
  transition: opacity 0.6s 2.1s, transform 0.6s 2.1s;
}
.js-creditMove span:nth-of-type(9) {
  transition: opacity 0.6s 2.4s, transform 0.6s 2.4s;
}
.js-creditMove span:nth-of-type(10) {
  transition: opacity 0.6s 2.7s, transform 0.6s 2.7s;
}
.js-creditMove span:nth-of-type(11) {
  transition: opacity 0.6s 3s, transform 0.6s 3s;
}
.js-creditMove span:nth-of-type(12) {
  transition: opacity 0.6s 3.3s, transform 0.6s 3.3s;
}
.js-creditMove span:nth-of-type(13) {
  transition: opacity 0.6s 3.6s, transform 0.6s 3.6s;
}

.js-creditMove.js-active span {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  padding: 0;
}

.footer .toTop {
  z-index: 100;
}

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

#LB250610maryquant {
  width: calc(750 * var(--formula));
  overflow-x: clip;
  margin: 0 auto;
  padding: 0 0 0 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.05em;
  /* メインビジュアル */
}
#LB250610maryquant .contents__bottom {
  padding-bottom: calc(200 * var(--formula));
}
#LB250610maryquant .product__block--mv {
  width: calc(750 * var(--formula));
}
#LB250610maryquant .product__block--mv .intro__image {
  width: 100%;
  position: relative;
  z-index: 0;
}
#LB250610maryquant .product__block--intro {
  margin: 0 auto;
  padding: calc(115 * var(--formula)) 0 calc(98 * var(--formula)) calc(75 * var(--formula));
  background-color: #bb2245;
  color: #fff;
}
#LB250610maryquant .product__block--intro .lp__title {
  font-family: var(--font-en);
  font-size: calc(30 * var(--formula));
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
#LB250610maryquant .product__block--intro .intro__lead {
  margin: calc(86 * var(--formula)) 0 0 0;
  font-family: var(--font);
  font-size: calc(21 * var(--formula));
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5238095238;
}
#LB250610maryquant .product__block--intro .intro__release {
  width: calc(282 * var(--formula));
  margin: calc(123 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block--intro .intro__image {
  width: calc(420 * var(--formula));
  margin: calc(80 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block--intro .intro__textPic {
  width: calc(351 * var(--formula));
  margin: calc(89 * var(--formula)) 0 0 calc(258 * var(--formula));
}
#LB250610maryquant .product__block {
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
#LB250610maryquant .product__block .product__image-wrap {
  position: relative;
}
#LB250610maryquant .product__block .product__image-wrap.product__image-wrap--03::after {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #bb3b4d;
  top: 0;
  left: calc(652 * var(--formula));
}
#LB250610maryquant .product__block .product__image {
  width: calc(750 * var(--formula));
  margin: calc(150 * var(--formula)) auto 0;
  position: relative;
}
#LB250610maryquant .product__block .product__image.product__image--01 {
  width: calc(750 * var(--formula));
  margin: 0;
}
#LB250610maryquant .product__block .product__image.product__image--02 {
  width: calc(600 * var(--formula));
  margin: calc(150 * var(--formula)) auto 0;
}
#LB250610maryquant .product__block .product__image.product__image--03 {
  width: calc(600 * var(--formula));
  margin: calc(117 * var(--formula)) auto 0;
}
#LB250610maryquant .product__block .product__image.product__image--04 {
  width: calc(750 * var(--formula));
  margin: calc(140 * var(--formula)) auto 0;
}
#LB250610maryquant .product__block .product__image.product__image--05 {
  width: calc(420 * var(--formula));
  margin: calc(200 * var(--formula)) 0 0 calc(73 * var(--formula));
}
#LB250610maryquant .product__block .product__image.product__image--06 {
  width: calc(600 * var(--formula));
  margin: calc(149 * var(--formula)) auto 0;
}
#LB250610maryquant .product__block .product__image.product__image--07 {
  width: calc(750 * var(--formula));
  margin: calc(140 * var(--formula)) auto 0;
}
#LB250610maryquant .product__block .product__image.product__image--08 {
  width: calc(420 * var(--formula));
  margin: calc(200 * var(--formula)) 0 0 calc(255 * var(--formula));
}
#LB250610maryquant .product__block .product__image.product__image--09 {
  width: calc(600 * var(--formula));
  margin: calc(109 * var(--formula)) 0 0 calc(75 * var(--formula));
}
#LB250610maryquant .product__block .product__image.product__image--10 {
  width: calc(750 * var(--formula));
  margin: calc(116 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block .product__image.product__image--11 {
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
#LB250610maryquant .product__block .product__image.product__image--11.element__inside .slick-dots {
  bottom: calc(21 * var(--formula));
  left: calc(-21 * var(--formula));
}
#LB250610maryquant .product__block .product__image.product__image--12 {
  width: calc(600 * var(--formula));
  margin: calc(100 * var(--formula)) auto 0;
}
#LB250610maryquant .product__block .product__image.product__image--12 .slick-dots {
  bottom: calc(-35 * var(--formula));
  left: calc(0 * var(--formula));
}
#LB250610maryquant .product__block .product__image.product__image--13 {
  width: calc(600 * var(--formula));
  margin: calc(86 * var(--formula)) auto 0;
}
#LB250610maryquant .product__block .product__image.product__image--14 {
  width: calc(750 * var(--formula));
  margin: calc(140 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block .product__image.product__image--14 .slick-dots {
  bottom: calc(-35 * var(--formula));
  left: calc(-21 * var(--formula));
}
#LB250610maryquant .product__block .product__image.product__image--15 {
  width: calc(420 * var(--formula));
  margin: calc(115 * var(--formula)) 0 0 calc(75 * var(--formula));
}
#LB250610maryquant .product__block .product__image.product__image--16 {
  width: calc(600 * var(--formula));
  margin: calc(140 * var(--formula)) 0 0 calc(75 * var(--formula));
}
#LB250610maryquant .product__block .product__image.product__image--17 {
  width: calc(750 * var(--formula));
  margin: calc(147 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block .product__image.product__image--18 {
  width: calc(420 * var(--formula));
  margin: 0 0 0 calc(75 * var(--formula));
}
#LB250610maryquant .product__block .product__image.product__image--19 {
  width: calc(628 * var(--formula));
  margin: calc(163 * var(--formula)) 0 0;
}
#LB250610maryquant .product__block .product__image.product__image--20 {
  width: calc(628 * var(--formula));
  margin: calc(140 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block .product__image.product__image--21 {
  width: calc(600 * var(--formula));
  margin: 0 auto;
}
#LB250610maryquant .product__block .product__image .slick-dotted.slick-slider {
  margin: 0;
}
#LB250610maryquant .product__block .product__image .slick-track:before, #LB250610maryquant .product__block .product__image .slick-track:after {
  display: none;
}
#LB250610maryquant .product__block .product__image .slick-dots {
  display: inline-flex;
  gap: calc(10 * var(--formula));
  position: absolute;
  justify-content: flex-end;
  padding: 0 0 0;
  position: absolute;
  bottom: calc(-31 * var(--formula));
  left: calc(0 * var(--formula));
}
#LB250610maryquant .product__block .product__image .slick-dots li {
  width: calc(10 * var(--formula));
  height: calc(10 * var(--formula));
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
#LB250610maryquant .product__block .product__image .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#LB250610maryquant .product__block .product__image .slick-dots li button::before {
  display: none;
}
#LB250610maryquant .product__block .product__image .slick-dots li.slick-active button {
  background-color: #fff;
}
#LB250610maryquant .product__block .product__image.element__inside .slick-dots {
  bottom: calc(25 * var(--formula));
  left: calc(-35 * var(--formula));
}
#LB250610maryquant .product__block .product__image.element__inside .product__credit {
  display: inline-block;
  width: auto;
  position: absolute;
  margin: 0;
  bottom: calc(20 * var(--formula));
  left: calc(35 * var(--formula));
}
#LB250610maryquant .product__block .product__image .product__image-inner {
  width: 100%;
  display: block;
}
#LB250610maryquant .product__block .product__image .product__image-inner .slick-slide {
  margin: 0;
}
#LB250610maryquant .product__block .product__image.c__pink .slick-dots li {
  border: 1px solid #bb2245;
}
#LB250610maryquant .product__block .product__image.c__pink .slick-dots li.slick-active button {
  background-color: #bb2245;
}
#LB250610maryquant .product__block .product__image.c__pink .product__credit {
  color: #bb2245;
}
#LB250610maryquant .product__block .product__credit {
  width: 100%;
  margin: calc(14 * var(--formula)) 0 0 0;
  font-family: var(--font-credit);
  font-size: calc(17 * var(--formula));
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.3529411765;
  text-align: left;
  color: #fff;
  white-space: nowrap;
}
#LB250610maryquant .product__block .product__credit--08 {
  margin: calc(17 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block .product__credit--09 {
  margin: calc(18 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block .product__credit--10 {
  display: inline-block;
  margin: 0;
  bottom: calc(60 * var(--formula));
  left: calc(75 * var(--formula));
  line-height: 1.5294117647;
  position: absolute;
}
#LB250610maryquant .product__block .product__credit--11 {
  left: calc(22 * var(--formula)) !important;
  line-height: 1.4352941176;
}
#LB250610maryquant .product__block .product__credit--12 {
  margin: calc(16 * var(--formula)) 0 0 0;
  line-height: 1.5294117647;
  color: #bb2245;
}
#LB250610maryquant .product__block .product__credit--13 {
  left: calc(22 * var(--formula)) !important;
  color: #bb2245;
}
#LB250610maryquant .product__block .product__credit--14 {
  margin: calc(18 * var(--formula)) 0 0 0;
  padding: 0 0 0 calc(20 * var(--formula));
  color: #bb2245;
}
#LB250610maryquant .product__block .product__credit--15 {
  color: #bb2245;
}
#LB250610maryquant .product__block .product__credit--16 {
  line-height: 1.5294117647;
  color: #bb2245;
  margin: calc(12 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block .product__credit--17 {
  line-height: 1.5294117647;
  bottom: calc(13 * var(--formula)) !important;
  left: calc(22 * var(--formula)) !important;
}
#LB250610maryquant .product__block .product__credit--19 {
  padding: 0 0 0 calc(22 * var(--formula));
  color: #bb2245;
}
#LB250610maryquant .product__block .product__credit--20 {
  padding: 0 0 0 calc(22 * var(--formula));
  color: #bb2245;
}
#LB250610maryquant .product__block .product__credit--21 {
  margin: calc(16 * var(--formula)) 0 0 0;
}
#LB250610maryquant .product__block .product__credit a {
  display: inline-block;
  margin: 0 calc(0 * var(--formula)) 0 0;
  font-weight: 500;
}
#LB250610maryquant .product__block .product__credit span {
  display: inline-block;
}
#LB250610maryquant .product__block .product__credit span._slash {
  padding: 0 calc(0 * var(--formula)) 0 calc(6 * var(--formula));
}
#LB250610maryquant .product__text {
  width: 100%;
  position: absolute;
  left: calc(700 * var(--formula));
  top: calc(2 * var(--formula));
  transform-origin: left top;
  transform: rotate(90deg);
  color: #fff;
  font-family: var(--font-en);
  font-size: calc(37 * var(--formula));
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.075em;
}
#LB250610maryquant .product__text.product__text--20 {
  top: 0;
}
#LB250610maryquant .lp_video {
  margin: calc(93 * var(--formula)) auto 0;
  width: calc(600 * var(--formula));
}
#LB250610maryquant .lp_video video {
  width: 100%;
}
#LB250610maryquant .product__block--intro {
  position: relative;
  z-index: 0;
}
#LB250610maryquant .product__block--intro .product__block-inner {
  width: 100%;
}
#LB250610maryquant .product__block--01 {
  background-color: #0a1e3b;
  padding: 0 0 calc(162 * var(--formula)) 0;
}
#LB250610maryquant .product__block--02 {
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #c8c4c8;
}
#LB250610maryquant .product__block--03 {
  background-color: #0a1e3b;
  padding: calc(200 * var(--formula)) 0 calc(150 * var(--formula)) 0;
}
#LB250610maryquant .product__block--04 {
  background-color: #bb2245;
  padding: calc(100 * var(--formula)) 0 calc(140 * var(--formula)) 0;
}
#LB250610maryquant .button__all {
  display: block;
  width: calc(164 * var(--formula));
  height: calc(118 * var(--formula));
  margin: calc(116 * var(--formula)) 0 0 calc(524 * var(--formula));
  font-size: calc(28 * var(--formula));
  letter-spacing: 0.06em;
  line-height: calc(118 * var(--formula));
  text-align: center;
  white-space: nowrap;
}
#LB250610maryquant .staff__area {
  color: #fff;
  margin: calc(145 * var(--formula)) 0 0 calc(75 * var(--formula));
  font-family: var(--font-credit);
}
#LB250610maryquant .staff__area .staff__title {
  font-size: calc(18 * var(--formula));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
}
#LB250610maryquant .staff__area .staff__name {
  margin: calc(12 * var(--formula)) 0 0 0;
  font-size: calc(15 * var(--formula));
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#LB250610maryquant .logo__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(207 * var(--formula));
  margin: calc(42 * var(--formula)) auto 0;
}
#LB250610maryquant .logo__bottom .logo__magazine {
  width: calc(90 * var(--formula));
}
#LB250610maryquant .logo__bottom .logo__text {
  font-size: calc(23 * var(--formula));
  line-height: 1;
  letter-spacing: 0.02em;
  padding: calc(3 * var(--formula)) 0 0 0;
}

@media only screen and (min-width: 768px) {
  #LB250610maryquant {
    max-width: calc(1200 * var(--formula_pc));
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  #LB250610maryquant .floating__wrap {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: calc(1200 * var(--formula_pc));
    position: sticky;
    top: 0;
    z-index: 1;
  }
  #LB250610maryquant .floating__logo {
    margin: calc(53 * var(--formula_pc)) 0 0 calc(53 * var(--formula_pc));
    width: calc(190 * var(--formula_pc));
  }
  #LB250610maryquant .floating__all {
    width: calc(186 * var(--formula_pc));
    margin: calc(533 * var(--formula_pc)) calc(90 * var(--formula_pc)) calc(56 * var(--formula_pc)) 0;
  }
  #LB250610maryquant .contents__center {
    margin: calc(-697 * var(--formula_pc)) auto 0;
    width: calc(750 * var(--formula));
    position: relative;
    z-index: 2;
  }
  #LB250610maryquant .product__block .product__credit {
    font-weight: 600;
  }
  #LB250610maryquant .product__block .product__credit a {
    font-weight: 600;
  }
}/*# sourceMappingURL=style.css.map */