@charset "UTF-8";
@font-face {
  font-family: "NotoSerifJP";
  src: url(../font/NotoSerifJP-Medium.otf) format("OpenType");
}
:root {
  --font: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic, メイリオ, sans-serif;
  --font-en: neue-haas-grotesk-display, sans-serif;
  --font-mincho: NotoSerifJP, sans-serif;
  --pc-width: 1400;
  --tb-width: 768;
  --sp-width: 750;
}

* > .main-area {
  font-family: var(--font);
  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;
}

@media only screen and (max-width: 1400) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/750));
  }
  * > .main-area {
    font-family: var(--font-hiragino);
  }
}
.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-fadeIn-load {
  opacity: 0;
  transition: opacity 3s;
}

.js-fadeIn-load--02 {
  opacity: 0;
  transition: opacity 1s 0.8s;
}

.js-fadeIn-load.js-active, .js-fadeIn-load--02.js-active {
  opacity: 1;
}

.js-fadeUp-load {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(10px);
}

.js-fadeUp-load.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp, .js-fadeUp-credit {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(30px);
}

.js-fadeUp.js-active, .js-fadeUp-credit.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 3s;
}

.js-fadeIn.js-active {
  opacity: 1;
}

.js-arrow img {
  transform: translateY(-100%);
  transition: transform 0.8s ease-in-out;
}

.js-arrow.js-active img {
  transform: translateY(0);
}

#MO240926MARIA {
  margin: 0 auto;
  padding: 0 0 0 0;
  color: #000000;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow-x: clip;
}
#MO240926MARIA p {
  font-feature-settings: "palt";
}
#MO240926MARIA .intro {
  width: 140rem;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#MO240926MARIA .intro__lead {
  margin: 6.6rem auto 0;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 3;
  text-align: center;
}
#MO240926MARIA .firstview {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
#MO240926MARIA .firstview__title {
  width: 35.8rem;
  position: absolute;
  top: 21.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
#MO240926MARIA .product__block {
  width: 140rem;
  margin: 14rem auto 0;
}
#MO240926MARIA .product__block .product__block-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#MO240926MARIA .product__block .product__box {
  position: relative;
}
#MO240926MARIA .product__block .product__piuckup {
  display: grid;
  grid-template-columns: 27rem 6rem 34rem;
  grid-template-rows: 6.7rem max-content;
  width: 67rem;
  height: 36rem;
  margin: 0 auto;
}
#MO240926MARIA .product__block .product__piuckup.product__piuckup--03 {
  grid-template-rows: 6.8rem max-content;
}
#MO240926MARIA .product__block .product__piuckup .product__title {
  grid-column: 3;
  grid-row: 2;
}
#MO240926MARIA .product__block .product__piuckup .product__text {
  position: relative;
  padding: 4.4rem 0 0 0;
  grid-column: 3;
  grid-row: 3;
}
#MO240926MARIA .product__block .product__piuckup .product__name {
  font-family: var(--font-mincho);
  font-size: 2.3rem;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
#MO240926MARIA .product__block .product__piuckup .product__price {
  display: flex;
  align-items: center;
  margin: 2.2rem 0 0 0;
  font-family: var(--font-en);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
#MO240926MARIA .product__block .product__piuckup .product__color {
  display: block;
  width: 5rem;
  margin: 0 0 0 1rem;
}
#MO240926MARIA .product__block .product__piuckup .product__disc {
  margin: 2.2rem 0 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
#MO240926MARIA .product__block .product__image-wrap {
  position: relative;
}
#MO240926MARIA .product__block .product__image-wrap.product__bg {
  position: relative;
}
#MO240926MARIA .product__block .product__image-wrap.product__bg::before {
  position: absolute;
  display: block;
  content: "";
  width: 200VW;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FAF1F0;
  z-index: 0;
}
#MO240926MARIA .product__block .product__image-wrap.product__bg::after {
  position: absolute;
  display: block;
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
  z-index: 1;
}
#MO240926MARIA .product__block .product__image-wrap.product__image-wrap--01-2 {
  height: 156.6rem;
}
#MO240926MARIA .product__block .product__image-wrap.product__image-wrap--01-3 {
  height: 133.1rem;
}
#MO240926MARIA .product__block .product__image-wrap.product__image-wrap--02-2 {
  height: 121.6rem;
}
#MO240926MARIA .product__block .product__image-wrap.product__image-wrap--02-3 {
  height: 133.1rem;
}
#MO240926MARIA .product__block .product__image-wrap.product__image-wrap--03-2 {
  height: 128.9rem;
}
#MO240926MARIA .product__block .product__image-wrap.product__image-wrap--03-3 {
  height: 130rem;
}
#MO240926MARIA .product__block .product__image {
  position: absolute;
}
#MO240926MARIA .product__block .product__image.product__image--01-2 {
  width: 54.6rem;
  top: 10rem;
  left: 67.2rem;
}
#MO240926MARIA .product__block .product__image.product__image--01-3 {
  width: 42.6rem;
  top: 89.1rem;
  left: 48.7rem;
}
#MO240926MARIA .product__block .product__image.product__image--01-4 {
  width: 51.6rem;
  top: 31.7rem;
  left: 15.2rem;
}
#MO240926MARIA .product__block .product__image.product__image--01-5 {
  width: 40.6rem;
  top: 68.4rem;
  left: 84rem;
}
#MO240926MARIA .product__block .product__image.product__image--02-2 {
  width: 35.6rem;
  top: 10rem;
  left: 19.3rem;
}
#MO240926MARIA .product__block .product__image.product__image--02-3 {
  width: 49.6rem;
  top: 44.4rem;
  left: 71.9rem;
}
#MO240926MARIA .product__block .product__image.product__image--02-4 {
  width: 51.6rem;
  top: 31.7rem;
  left: 15.2rem;
}
#MO240926MARIA .product__block .product__image.product__image--02-5 {
  width: 40.6rem;
  top: 68.4rem;
  left: 83.8rem;
}
#MO240926MARIA .product__block .product__image.product__image--02-6 {
  width: 40.6rem;
  top: 65.5rem;
  left: 84rem;
}
#MO240926MARIA .product__block .product__image.product__image--03-2 {
  width: 44.6rem;
  top: 10rem;
  left: 77.5rem;
}
#MO240926MARIA .product__block .product__image.product__image--03-3 {
  width: 51.6rem;
  top: 48.8rem;
  left: 17.8rem;
}
#MO240926MARIA .product__block .product__image.product__image--03-4 {
  width: 51.7rem;
  top: 31.6rem;
  left: 15.2rem;
}
#MO240926MARIA .product__block .product__image.product__image--03-5 {
  width: 40.6rem;
  top: 65.4rem;
  left: 83.9rem;
}
#MO240926MARIA .product__block .product__text {
  position: absolute;
  width: 35rem;
}
#MO240926MARIA .product__block .product__text .product__now {
  display: block;
  width: 12.9rem;
}
#MO240926MARIA .product__block .product__text .product__lead-title {
  font-family: var(--font-mincho);
  margin: 2.2rem 0 0 0;
  font-size: 1.9rem;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
#MO240926MARIA .product__block .product__text .product__lead-text {
  margin: 3.3rem 0 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 2.2;
}
#MO240926MARIA .product__block .product__text.product__text--01-2 {
  top: 28.7rem;
  left: 20rem;
}
#MO240926MARIA .product__block .product__text.product__text--01-3 {
  width: 35rem;
  top: 37.6rem;
  left: 77rem;
}
#MO240926MARIA .product__block .product__text.product__text--02-2 {
  top: 20.7rem;
  left: 89.9rem;
}
#MO240926MARIA .product__block .product__text.product__text--02-3 {
  width: 35rem;
  top: 64.3rem;
  left: 25rem;
}
#MO240926MARIA .product__block .product__text.product__text--02-4 {
  width: 35em;
  top: 37.6rem;
  left: 77rem;
}
#MO240926MARIA .product__block .product__text.product__text--03-2 {
  top: 23rem;
  left: 17.8rem;
}
#MO240926MARIA .product__block .product__text.product__text--03-3 {
  width: 35rem;
  top: 84.4rem;
  left: 81.5rem;
}
#MO240926MARIA .product__block .product__text.product__text--03-4 {
  width: 37rem;
  top: 37.6rem;
  left: 77rem;
}
#MO240926MARIA .product__block .product__credit {
  position: absolute;
  margin: 0;
  font-family: var(--font-en);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
}
#MO240926MARIA .product__block .product__credit a {
  display: inline-block;
  margin: 0 0.7rem 0 0;
}
#MO240926MARIA .product__block .product__credit.product__credit--01-2 {
  top: 128.5rem;
  left: 95.2rem;
}
#MO240926MARIA .product__block .product__credit.product__credit--01-2 a {
  display: block;
}
#MO240926MARIA .product__block .product__credit.product__credit--01-3 {
  top: 102rem;
  left: 15.3rem;
}
#MO240926MARIA .product__block .product__credit.product__credit--02-2 {
  top: 91.7rem;
  left: 25rem;
}
#MO240926MARIA .product__block .product__credit.product__credit--02-3 {
  top: 102rem;
  left: 15.3rem;
}
#MO240926MARIA .product__block .product__credit.product__credit--03-2 {
  top: 108.7rem;
  left: 81.5rem;
}
#MO240926MARIA .product__block .product__credit.product__credit--03-3 {
  top: 102rem;
  left: 15.3rem;
}
#MO240926MARIA .product__block .product__credit.product__credit--03-4 {
  top: 102rem;
  left: 15.3rem;
}
#MO240926MARIA .product__block .product__heading {
  position: relative;
}
#MO240926MARIA .product__block .product__heading .product__heading-arrow {
  width: 1.2rem;
  height: 7rem;
  position: absolute;
  top: -5rem;
  left: 70rem;
  z-index: 2;
  overflow: hidden;
}
#MO240926MARIA .product__block .product__heading .product__heading-arrow__inner {
  display: block;
  width: 100%;
  height: 7rem;
  position: relative;
  top: 0;
  z-index: 3;
}
#MO240926MARIA .product__block .product__heading .product__heading-arrow__inner img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}
#MO240926MARIA .product__block .product__heading .product__heading-title {
  width: 24.6rem;
  margin: 0 auto 0;
  padding: 12rem 0 0 0;
}
#MO240926MARIA .product__block .product__heading .product__heading-text {
  margin: 2rem auto 0;
  text-align: center;
  font-family: var(--font-mincho);
  font-size: 1.9rem;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
#MO240926MARIA .product__block--01 {
  margin: 12.5rem auto 0;
}
#MO240926MARIA .product__block--02 {
  margin: 13rem auto 0;
}
#MO240926MARIA .product__block--03 {
  margin: 13rem auto 0;
}
#MO240926MARIA .button__all {
  display: block;
  width: 38rem;
  height: 6.4rem;
  margin: 8rem auto 0;
  background-color: #B43A26;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 6.4rem;
  text-align: center;
}
#MO240926MARIA .staff__area {
  margin: 10.2rem 0 0 0;
  text-align: center;
}
#MO240926MARIA .staff__area .staff__title {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
#MO240926MARIA .staff__area .staff__name {
  margin: 0.7rem 0 0 0;
  font-family: var(--font-en);
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  #MO240926MARIA {
    margin: 0;
    padding: 0 0 0 0;
    max-width: calc(750 * (100vw/750));
    font-feature-settings: "palt";
    font-weight: 400;
    overflow-x: clip;
    letter-spacing: 0.05em;
  }
  #MO240926MARIA p {
    font-feature-settings: "palt";
  }
  #MO240926MARIA .intro {
    text-align: center;
    width: 100%;
  }
  #MO240926MARIA .intro__lead {
    margin: calc(82 * (100vw/750)) auto 0;
    font-size: calc(25 * (100vw/750));
    letter-spacing: 0.02em;
    line-height: 2.6;
    text-align: center;
  }
  #MO240926MARIA .firstview {
    width: calc(750 * (100vw/750));
    margin: 0;
    padding: 0 0 0 0;
  }
  #MO240926MARIA .firstview__title {
    width: calc(568 * (100vw/750));
    position: absolute;
    top: calc(544 * (100vw/750));
    left: 50%;
    z-index: 1;
  }
  #MO240926MARIA .product__block {
    width: 100%;
    margin: calc(160 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__block-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #MO240926MARIA .product__block .product__box {
    position: relative;
  }
  #MO240926MARIA .product__block .product__item {
    position: static;
  }
  #MO240926MARIA .product__block .product__piuckup {
    display: block;
    width: 100%;
    height: auto;
  }
  #MO240926MARIA .product__block .product__piuckup .product__title {
    width: 100%;
  }
  #MO240926MARIA .product__block .product__piuckup .product__title img {
    display: block;
    width: 100%;
    height: auto;
  }
  #MO240926MARIA .product__block .product__piuckup .product__text {
    width: 100%;
    position: static;
    padding: calc(62 * (100vw/750)) 0 0 0;
    grid-column: 3;
    grid-row: 3;
    text-align: center;
  }
  #MO240926MARIA .product__block .product__piuckup .product__name {
    font-size: calc(38 * (100vw/750));
    letter-spacing: 0.14em;
    line-height: 1.8;
  }
  #MO240926MARIA .product__block .product__piuckup .product__price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(26 * (100vw/750)) 0 0 0;
    font-size: calc(26 * (100vw/750));
    letter-spacing: 0.02em;
  }
  #MO240926MARIA .product__block .product__piuckup .product__color {
    display: block;
    width: calc(74 * (100vw/750));
    margin: 0 0 0 calc(15 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__piuckup .product__disc {
    margin: calc(30 * (100vw/750)) 0 0 0;
    font-size: calc(26 * (100vw/750));
    letter-spacing: 0.06em;
    line-height: 2;
  }
  #MO240926MARIA .product__block .product__image-wrap {
    position: relative;
  }
  #MO240926MARIA .product__block .product__image-wrap.product__bg {
    position: relative;
  }
  #MO240926MARIA .product__block .product__image-wrap.product__bg::before {
    position: absolute;
    display: block;
    content: "";
    width: 100VW;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #MO240926MARIA .product__block .product__image-wrap.product__bg::after {
    position: absolute;
    display: block;
    content: "";
    width: calc(70 * (100vw/750));
    height: calc(70 * (100vw/750));
    top: calc(-35 * (100vw/750));
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
  }
  #MO240926MARIA .product__block .product__image-wrap.product__image-wrap--01-2 {
    height: auto;
    padding: 0 0 calc(150 * (100vw/750)) 0;
  }
  #MO240926MARIA .product__block .product__image-wrap.product__image-wrap--01-3 {
    height: auto;
    padding: 0 0 calc(168 * (100vw/750)) 0;
  }
  #MO240926MARIA .product__block .product__image-wrap.product__image-wrap--02-2 {
    height: auto;
    padding: 0 0 calc(150 * (100vw/750)) 0;
  }
  #MO240926MARIA .product__block .product__image-wrap.product__image-wrap--02-3 {
    height: auto;
    padding: 0 0 calc(168 * (100vw/750)) 0;
  }
  #MO240926MARIA .product__block .product__image-wrap.product__image-wrap--03-2 {
    height: auto;
    padding: 0 0 calc(150 * (100vw/750)) 0;
  }
  #MO240926MARIA .product__block .product__image-wrap.product__image-wrap--03-3 {
    height: auto;
    padding: 0 0 calc(170 * (100vw/750)) 0;
  }
  #MO240926MARIA .product__block .product__image {
    position: static;
    width: calc(420 * (100vw/750));
    margin: calc(80 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__image.product__image--01-2 {
    width: 100%;
    margin: calc(125 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__image.product__image--01-3 {
    width: calc(620 * (100vw/750));
    margin: calc(82 * (100vw/750)) 0 0 calc(65 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__image.product__image--01-4 {
    width: calc(670 * (100vw/750));
    margin: calc(70 * (100vw/750)) 0 0 calc(40 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__image.product__image--01-5 {
    width: calc(610 * (100vw/750));
    margin: calc(83 * (100vw/750)) 0 0 auto;
  }
  #MO240926MARIA .product__block .product__image.product__image--01-6 {
    width: calc(610 * (100vw/750));
    margin: calc(85 * (100vw/750)) 0 0 auto;
  }
  #MO240926MARIA .product__block .product__image.product__image--02-2 {
    width: calc(570 * (100vw/750));
    margin: calc(125 * (100vw/750)) 0 0 0;
  }
  #MO240926MARIA .product__block .product__image.product__image--02-3 {
    width: calc(650 * (100vw/750));
    margin: calc(90 * (100vw/750)) 0 0 auto;
  }
  #MO240926MARIA .product__block .product__image.product__image--02-4 {
    width: calc(670 * (100vw/750));
    margin: calc(70 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__image.product__image--02-5 {
    width: calc(610 * (100vw/750));
    margin: calc(83 * (100vw/750)) 0 0 auto;
  }
  #MO240926MARIA .product__block .product__image.product__image--02-6 {
    width: calc(610 * (100vw/750));
    margin: calc(85 * (100vw/750)) 0 0 0;
  }
  #MO240926MARIA .product__block .product__image.product__image--03-2 {
    width: calc(650 * (100vw/750));
    margin: calc(123 * (100vw/750)) 0 0 auto;
  }
  #MO240926MARIA .product__block .product__image.product__image--03-3 {
    width: calc(690 * (100vw/750));
    margin: calc(89 * (100vw/750)) 0 0 0;
  }
  #MO240926MARIA .product__block .product__image.product__image--03-4 {
    width: calc(670 * (100vw/750));
    margin: calc(70 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__image.product__image--03-5 {
    width: calc(610 * (100vw/750));
    margin: calc(85 * (100vw/750)) 0 0 auto;
  }
  #MO240926MARIA .product__block .product__text {
    position: static;
    width: auto;
  }
  #MO240926MARIA .product__block .product__text .product__now {
    display: block;
    width: calc(222 * (100vw/750));
    margin: calc(98 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__text .product__lead-title {
    margin: calc(35 * (100vw/750)) auto 0;
    font-size: calc(32 * (100vw/750));
    letter-spacing: 0.14em;
    line-height: 1.8;
    text-align: center;
  }
  #MO240926MARIA .product__block .product__text .product__lead-text {
    margin: 0;
    font-size: calc(24 * (100vw/750));
    letter-spacing: 0.02em;
    line-height: 2.2;
  }
  #MO240926MARIA .product__block .product__text.product__text--01-2 {
    width: calc(620 * (100vw/750));
    margin: 0 auto 0;
  }
  #MO240926MARIA .product__block .product__text.product__text--01-2 .product__lead-text {
    margin: calc(55 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__text.product__text--01-3 {
    width: calc(620 * (100vw/750));
    margin: calc(65 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__text.product__text--02-2 {
    width: calc(620 * (100vw/750));
    margin: calc(50 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__text.product__text--02-3 {
    width: calc(620 * (100vw/750));
    margin: calc(67 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__text.product__text--02-4 {
    width: calc(620 * (100vw/750));
    margin: calc(66 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__text.product__text--03-2 {
    width: calc(620 * (100vw/750));
    margin: calc(50 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__text.product__text--03-2 .product__lead-text {
    margin: calc(55 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__text.product__text--03-3 {
    width: calc(620 * (100vw/750));
    margin: calc(68 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__text.product__text--03-4 {
    width: calc(620 * (100vw/750));
    margin: calc(65 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block .product__credit {
    position: static;
    margin: calc(20 * (100vw/750)) 0 0 0;
    font-size: calc(23 * (100vw/750));
    letter-spacing: 0.02em;
    line-height: 2;
  }
  #MO240926MARIA .product__block .product__credit a {
    display: inline-block;
    margin: 0 calc(10 * (100vw/750)) 0 0;
    line-height: 2;
  }
  #MO240926MARIA .product__block .product__credit.product__credit--01-2 {
    width: calc(665 * (100vw/750));
    margin: calc(40 * (100vw/750)) 0 0 calc(45 * (100vw/750));
    text-align: center;
  }
  #MO240926MARIA .product__block .product__credit.product__credit--01-2 a {
    display: inline-block;
  }
  #MO240926MARIA .product__block .product__credit.product__credit--01-3 {
    width: calc(610 * (100vw/750));
    margin: calc(38 * (100vw/750)) 0 0 calc(140 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__credit.product__credit--02-2 {
    width: calc(620 * (100vw/750));
    margin: calc(22 * (100vw/750)) 0 0 calc(65 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__credit.product__credit--02-3 {
    width: calc(665 * (100vw/750));
    margin: calc(38 * (100vw/750)) 0 0 calc(140 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__credit.product__credit--03-2 {
    width: calc(540 * (100vw/750));
    margin: calc(23 * (100vw/750)) 0 0 calc(65 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__credit.product__credit--03-3 {
    width: calc(594 * (100vw/750));
    margin: calc(38 * (100vw/750)) 0 0 calc(140 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__credit.product__credit--03-4 {
    width: calc(594 * (100vw/750));
    margin: calc(38 * (100vw/750)) 0 0 calc(140 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__heading {
    position: relative;
  }
  #MO240926MARIA .product__block .product__heading .product__heading-arrow {
    width: calc(23 * (100vw/750));
    height: calc(109 * (100vw/750));
    position: absolute;
    top: calc(-89 * (100vw/750));
    left: calc(375 * (100vw/750));
    z-index: 2;
  }
  #MO240926MARIA .product__block .product__heading .product__heading-arrow__inner {
    height: calc(109 * (100vw/750));
  }
  #MO240926MARIA .product__block .product__heading .product__heading-title {
    width: calc(422 * (100vw/750));
    margin: 0 auto 0;
    padding: calc(135 * (100vw/750)) 0 0 0;
  }
  #MO240926MARIA .product__block .product__heading .product__heading-text {
    margin: calc(35 * (100vw/750)) auto 0;
    text-align: center;
    font-size: calc(32 * (100vw/750));
    letter-spacing: 0.14em;
    line-height: 1.8;
  }
  #MO240926MARIA .product__block--01 {
    margin: calc(158 * (100vw/750)) auto 0;
  }
  #MO240926MARIA .product__block--02 {
    margin: 0 auto 0;
  }
  #MO240926MARIA .product__block--03 {
    margin: 0 auto 0;
  }
  #MO240926MARIA .button__all {
    display: block;
    width: calc(675 * (100vw/750));
    height: calc(120 * (100vw/750));
    margin: calc(138 * (100vw/750)) auto 0;
    font-size: calc(28 * (100vw/750));
    letter-spacing: 0.16em;
    line-height: calc(120 * (100vw/750));
    text-align: center;
    white-space: nowrap;
    position: relative;
  }
  #MO240926MARIA .staff__area {
    margin: calc(143 * (100vw/750)) 0 0 0;
    text-align: center;
  }
  #MO240926MARIA .staff__area .staff__title {
    font-size: calc(26 * (100vw/750));
    line-height: 1;
    letter-spacing: 0.15em;
  }
  #MO240926MARIA .staff__area .staff__name {
    margin: calc(18 * (100vw/750)) 0 0 0;
    font-size: calc(23 * (100vw/750));
    line-height: 2;
    letter-spacing: 0.02em;
  }
}/*# sourceMappingURL=style.css.map */