@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: ratiomodern, serif;
  --font-mincho: 游明朝体, Yu Mincho, YuMincho, Noto Sans JP, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  --font-credit: baskerville-display-pt, 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-x: clip;
}

@media only screen and (max-width: 767px) {
  * > .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;
  }
}
.move__rotation {
  animation: move__rotation 20s linear infinite;
}

@keyframes move__rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes imgMove_R {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes imgMove_L {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.js-fadeIn-load {
  opacity: 0;
  transition: opacity 1s;
}

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

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

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

.js-fadeRotate {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: rotate(-45deg);
}

.js-fadeRotate.js-active {
  opacity: 1;
  transform: rotate(0deg);
}

.js-clip {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.8s, opacity 1.8s;
}

.js-clip.js-active {
  opacity: 1;
  clip-path: inset(-10% -10% -10% -10%);
}

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

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

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

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

.js-change-color {
  transition: filter 1.5s;
  filter: grayscale(1) brightness(1.1);
}

.js-change-color.js-active {
  filter: grayscale(0) brightness(1);
}

.mo240919ebihara {
  margin: 0 0 15rem 0;
  padding: 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.mo240919ebihara .intro {
  text-align: center;
}
.mo240919ebihara .intro .intro__title {
  width: 59.4rem;
  margin: 8rem auto 0;
}
.mo240919ebihara .intro .intro__sub-title {
  margin: 3rem 0 0 0;
  font-family: var(--font-mincho);
  font-size: 1.7rem;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1;
}
.mo240919ebihara .intro .intro__series {
  margin: 6rem auto 0;
}
.mo240919ebihara .intro .intro__series .intro__series-vol {
  display: inline-block;
  font-family: var(--font-en);
  text-align: center;
  position: relative;
  left: -0.2rem;
}
.mo240919ebihara .intro .intro__series .intro__series-vol::before {
  display: block;
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 2px;
  background-color: #B3C3D0;
  left: 1.4rem;
  top: 4.5rem;
}
.mo240919ebihara .intro .intro__series .intro__series-vol .vol__text {
  padding: 0 0.3rem 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.mo240919ebihara .intro .intro__series .intro__series-vol .vol__num {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.mo240919ebihara .intro .intro__series .intro__series-title {
  margin: 4.5rem auto 0;
  font-family: var(--font-en);
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.mo240919ebihara .intro .intro__lead-area {
  margin: 2.6rem auto 0;
}
.mo240919ebihara .intro .intro__lead-area .intro__lead-text {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 2.9333333333;
}
.mo240919ebihara .intro .intro__lead-area .intro__lead-text.accordion__hide {
  display: none;
}
.mo240919ebihara .intro .intro__lead-area .accordion__trigger {
  display: inline-block;
  margin: 1.8rem 0 0 0;
  padding: 0 0 0 1.9rem;
  font-family: var(--font-en);
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
}
.mo240919ebihara .intro .intro__lead-area .accordion__trigger::before {
  display: block;
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 0.7rem;
  background-image: url(../img/arrow_bottom_pc.svg);
  background-repeat: no-repeat;
  left: 0rem;
  top: 0.8rem;
  transition: transform 0.5s;
}
.mo240919ebihara .intro .intro__lead-area .accordion__trigger.viewMore__open::before {
  transform: rotate(180deg);
}
.mo240919ebihara .firstview {
  width: 120rem;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.mo240919ebihara .firstview .movie__wrap {
  position: relative;
}
.mo240919ebihara .firstview video {
  width: 100%;
}
.mo240919ebihara .firstview #soundBtn {
  display: block;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background: url(../img/sound_off.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 1.8%;
  bottom: 2.4%;
  z-index: 1;
}
.mo240919ebihara .firstview #soundBtn.on {
  background: url(../img/sound_on.svg) no-repeat;
}
.mo240919ebihara .product__block-inner {
  width: 140rem;
  margin: 0 auto;
  position: relative;
}
.mo240919ebihara .product__box {
  position: relative;
}
.mo240919ebihara .product__category {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.mo240919ebihara .product__block--01 {
  margin: 12rem 0 0 0;
}
.mo240919ebihara .product__block--01 .product__block-inner {
  display: grid;
  grid-template-columns: 9.2rem 54rem 8rem 60rem;
  grid-template-rows: 17.5rem 50rem 25rem;
}
.mo240919ebihara .product__block--02 {
  margin: 18rem 0 0 0;
}
.mo240919ebihara .product__block--02 .product__block-inner {
  display: grid;
  grid-template-columns: 12.9rem 56rem 2rem 56rem;
  grid-template-rows: 70rem 12.2rem;
}
.mo240919ebihara .product__block--03 {
  margin: 5.8rem 0 0 0;
}
.mo240919ebihara .product__block--03 .product__block-inner {
  display: grid;
  grid-template-columns: 37rem 8rem 50rem 8rem 37rem;
  grid-template-rows: 62.5rem 2rem 82.5rem;
}
.mo240919ebihara .product__block--04 {
  margin: 18rem 0 0 0;
}
.mo240919ebihara .product__block--04 .product__block-inner {
  display: grid;
  grid-template-columns: 12.9rem 56rem 2rem 56rem;
  grid-template-rows: 70rem 12.2rem;
}
.mo240919ebihara .product__block--05 {
  margin: 6rem 0 0 0;
}
.mo240919ebihara .product__block--05 .product__block-inner {
  display: grid;
  grid-template-columns: 14rem 58rem 8rem 46rem 14rem;
  grid-template-rows: 25rem 42.5rem 40rem;
}
.mo240919ebihara .lp__button-block {
  padding: 10rem 0;
}
.mo240919ebihara .product__image {
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.mo240919ebihara .product__image--01-1 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.mo240919ebihara .product__image--01-2 {
  grid-column: 4/5;
  grid-row: 2/4;
}
.mo240919ebihara .product__image--02-1 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.mo240919ebihara .product__image--02-2 {
  grid-column: 4/5;
  grid-row: 1/2;
}
.mo240919ebihara .product__image--03-1 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.mo240919ebihara .product__image--03-2 {
  grid-column: 2/5;
  grid-row: 3/4;
}
.mo240919ebihara .product__image--04-1 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.mo240919ebihara .product__image--04-2 {
  grid-column: 4/5;
  grid-row: 1/2;
}
.mo240919ebihara .product__image--05-1 {
  grid-column: 3/5;
  grid-row: 1/3;
  z-index: 1;
}
.mo240919ebihara .product__image--05-2 {
  grid-column: 2/4;
  grid-row: 2/4;
}
.mo240919ebihara .product__link-wrap {
  position: relative;
}
.mo240919ebihara .product__link-wrap a {
  display: inline-block;
  padding: 0 0 0 0;
  font-family: var(--font-credit);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.01em;
}
.mo240919ebihara .product__link-wrap--01 {
  padding: 0 3rem 0 0;
  grid-column: 2/4;
  grid-row: 3;
  align-self: end;
  justify-self: end;
  text-align: right;
  bottom: -0.8rem;
}
.mo240919ebihara .product__link-wrap--02 {
  padding: 2.5rem 0 0 0;
  grid-column: 2;
  grid-row: 2;
}
.mo240919ebihara .product__link-wrap--02 a {
  padding: 0 0.6rem 0 0;
}
.mo240919ebihara .product__link-wrap--03 {
  padding: 0 0 0 3rem;
  grid-column: 5;
  grid-row: 3;
  align-self: end;
  bottom: -0.8rem;
}
.mo240919ebihara .product__link-wrap--04 {
  padding: 2.5rem 0 0 0;
  grid-column: 2;
  grid-row: 2;
}
.mo240919ebihara .product__link-wrap--05 {
  padding: 0 0 0 3rem;
  grid-column: 4;
  grid-row: 3;
  align-self: end;
  bottom: -0.8rem;
}
.mo240919ebihara .checkItemAll {
  display: block;
  width: 38rem;
  height: 6.4rem;
  margin: 12rem auto 0;
  border: 1px solid #000000;
}
.mo240919ebihara .checkItemAll a {
  display: block;
  padding: 2rem 0;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  font-family: var(--font);
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  text-align: center;
}
.mo240919ebihara .banner__archive {
  width: 65rem;
  margin: 12rem auto 0;
}
.mo240919ebihara .staff__credit {
  margin: 10.2rem auto 0;
  text-align: center;
}
.mo240919ebihara .staff__credit .staff__title {
  font-family: var(--font-credit);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}
.mo240919ebihara .staff__credit .staff__name {
  margin: 0.7rem 0 0 0;
  font-family: var(--font-credit);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .mo240919ebihara {
    margin: 0 0 calc(185 * (100vw/750)) 0;
    padding: 0 0 0 0;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .mo240919ebihara .intro {
    text-align: center;
  }
  .mo240919ebihara .intro .intro__title {
    width: calc(568 * (100vw/750));
    margin: calc(96 * (100vw/750)) calc(96 * (100vw/750)) 0 auto;
  }
  .mo240919ebihara .intro .intro__sub-title {
    margin: calc(47 * (100vw/750)) 0 0 0;
    font-family: var(--font-mincho);
    font-size: calc(26 * (100vw/750));
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
    line-height: 1;
  }
  .mo240919ebihara .intro .intro__series {
    margin: calc(98 * (100vw/750)) auto 0;
  }
  .mo240919ebihara .intro .intro__series .intro__series-vol {
    left: calc(0 * (100vw/750));
  }
  .mo240919ebihara .intro .intro__series .intro__series-vol::before {
    width: calc(40 * (100vw/750));
    height: calc(4 * (100vw/750));
    left: calc(18 * (100vw/750));
    top: calc(75 * (100vw/750));
  }
  .mo240919ebihara .intro .intro__series .intro__series-vol .vol__text {
    padding: 0 calc(3 * (100vw/750)) 0 0;
    font-size: calc(28 * (100vw/750));
    letter-spacing: 0.05em;
  }
  .mo240919ebihara .intro .intro__series .intro__series-vol .vol__num {
    font-size: calc(36 * (100vw/750));
    letter-spacing: 0.05em;
  }
  .mo240919ebihara .intro .intro__series .intro__series-title {
    margin: calc(70 * (100vw/750)) auto 0;
    font-size: calc(46 * (100vw/750));
    letter-spacing: 0.04em;
  }
  .mo240919ebihara .intro .intro__lead {
    margin: calc(67 * (100vw/750)) auto 0;
    font-size: calc(24 * (100vw/750));
    letter-spacing: 0.02em;
    line-height: 2.3;
  }
  .mo240919ebihara .intro .intro__lead-area {
    margin: calc(47 * (100vw/750)) auto 0;
  }
  .mo240919ebihara .intro .intro__lead-area .intro__lead-text {
    font-size: calc(24 * (100vw/750));
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 2.3;
  }
  .mo240919ebihara .intro .intro__lead-area .intro__lead-text.accordion__hide {
    display: none;
  }
  .mo240919ebihara .intro .intro__lead-area .accordion__trigger {
    margin: calc(33 * (100vw/750)) 0 0 0;
    padding: 0 0 0 calc(30 * (100vw/750));
    font-size: calc(30 * (100vw/750));
    letter-spacing: 0.04em;
  }
  .mo240919ebihara .intro .intro__lead-area .accordion__trigger::before {
    width: calc(19 * (100vw/750));
    height: calc(12 * (100vw/750));
    background-image: url(../img/arrow_bottom_pc.svg);
    background-repeat: no-repeat;
    left: 0rem;
    top: calc(12 * (100vw/750));
  }
  .mo240919ebihara .firstview {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .mo240919ebihara .firstview video {
    width: 100%;
  }
  .mo240919ebihara .firstview #soundBtn {
    display: block;
    width: calc(40 * (100vw/750));
    height: calc(40 * (100vw/750));
    cursor: pointer;
    background: url(../img/sound_off.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: calc(18 * (100vw/750));
    bottom: calc(18 * (100vw/750));
    z-index: 1;
  }
  .mo240919ebihara .firstview #soundBtn.on {
    background: url(../img/sound_on.svg) no-repeat;
    background-size: 100% auto;
  }
  .mo240919ebihara .product__block-inner {
    width: 100%;
  }
  .mo240919ebihara .product__block--01 {
    margin: calc(160 * (100vw/750)) 0 0 0;
  }
  .mo240919ebihara .product__block--01 .product__block-inner {
    grid-template-columns: calc(50 * (100vw/750)) calc(610 * (100vw/750)) calc(90 * (100vw/750));
    grid-template-rows: calc(825 * (100vw/750)) calc(205 * (100vw/750)) calc(875 * (100vw/750));
  }
  .mo240919ebihara .product__block--02 {
    margin: calc(190 * (100vw/750)) 0 0 0;
  }
  .mo240919ebihara .product__block--02 .product__block-inner {
    grid-template-columns: calc(90 * (100vw/750)) calc(570 * (100vw/750)) calc(90 * (100vw/750)) calc(40 * (100vw/750));
    /*grid-template-rows: calc(825 * ($calc)) calc(30 * ($calc)) calc(825 * ($calc)) calc(161 * ($calc));*/
    grid-template-rows: calc(825 * (100vw/750)) calc(30 * (100vw/750)) calc(825 * (100vw/750)) calc(206 * (100vw/750));
  }
  .mo240919ebihara .product__block--03 {
    margin: calc(190 * (100vw/750)) 0 0 0;
  }
  .mo240919ebihara .product__block--03 .product__block-inner {
    grid-template-columns: calc(75 * (100vw/750)) calc(600 * (100vw/750)) calc(75 * (100vw/750));
    grid-template-rows: calc(750 * (100vw/750)) calc(30 * (100vw/750)) calc(937 * (100vw/750)) calc(116 * (100vw/750));
  }
  .mo240919ebihara .product__block--04 {
    margin: calc(190 * (100vw/750)) 0 0 0;
  }
  .mo240919ebihara .product__block--04 .product__block-inner {
    grid-template-columns: calc(90 * (100vw/750)) calc(570 * (100vw/750)) calc(90 * (100vw/750)) calc(40 * (100vw/750));
    grid-template-rows: calc(825 * (100vw/750)) calc(30 * (100vw/750)) calc(825 * (100vw/750)) calc(116 * (100vw/750));
  }
  .mo240919ebihara .product__block--05 {
    margin: calc(190 * (100vw/750)) 0 0 0;
  }
  .mo240919ebihara .product__block--05 .product__block-inner {
    grid-template-columns: calc(640 * (100vw/750)) calc(110 * (100vw/750));
    grid-template-rows: calc(740 * (100vw/750)) calc(60 * (100vw/750)) calc(877 * (100vw/750)) calc(116 * (100vw/750));
  }
  .mo240919ebihara .lp__button-block {
    padding: calc(160 * (100vw/750)) 0 calc(160 * (100vw/750)) 0;
  }
  .mo240919ebihara .product__image--01-1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .mo240919ebihara .product__image--01-2 {
    grid-column: 2/4;
    grid-row: 3/4;
  }
  .mo240919ebihara .product__image--02-1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .mo240919ebihara .product__image--02-2 {
    grid-column: 2/4;
    grid-row: 3/4;
  }
  .mo240919ebihara .product__image--03-1 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .mo240919ebihara .product__image--03-2 {
    grid-column: 1/4;
    grid-row: 3/4;
  }
  .mo240919ebihara .product__image--04-1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .mo240919ebihara .product__image--04-2 {
    grid-column: 2/4;
    grid-row: 3/4;
  }
  .mo240919ebihara .product__image--05-1 {
    grid-column: 1/2;
    grid-row: 1/3;
    z-index: 1;
  }
  .mo240919ebihara .product__image--05-2 {
    grid-column: 1/3;
    grid-row: 2/4;
  }
  .mo240919ebihara .product__link-wrap a {
    padding: 0 calc(14 * (100vw/750)) 0 0;
    font-size: calc(24 * (100vw/750));
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .mo240919ebihara .product__link-wrap--01 {
    padding: calc(36 * (100vw/750)) 0 0 0;
    grid-column: 2/4;
    grid-row: 2;
    align-self: start;
    justify-self: start;
    text-align: left;
    bottom: 0;
  }
  .mo240919ebihara .product__link-wrap--02 {
    padding: calc(36 * (100vw/750)) 0 0 0;
    grid-column: 2/4;
    grid-row: 4;
    text-align: left;
  }
  .mo240919ebihara .product__link-wrap--03 {
    padding: calc(36 * (100vw/750)) 0 0 0;
    grid-column: 1/4;
    grid-row: 4;
    align-self: start;
    text-align: center;
    bottom: 0;
    left: calc(5 * (100vw/750));
  }
  .mo240919ebihara .product__link-wrap--04 {
    padding: calc(36 * (100vw/750)) 0 0 0;
    grid-column: 2/4;
    grid-row: 4;
  }
  .mo240919ebihara .product__link-wrap--05 {
    padding: calc(36 * (100vw/750)) 0 0 0;
    grid-column: 1/4;
    grid-row: 4;
    text-align: center;
    align-self: start;
    bottom: 0;
    left: calc(-10 * (100vw/750));
  }
  .mo240919ebihara .checkItemAll {
    display: block;
    width: calc(675 * (100vw/750));
    height: calc(120 * (100vw/750));
    margin: calc(160 * (100vw/750)) auto 0;
  }
  .mo240919ebihara .checkItemAll a {
    font-size: calc(28 * (100vw/750));
    letter-spacing: 0.16em;
    font-family: var(--font);
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding: calc(43 * (100vw/750)) 0 calc(48 * (100vw/750));
    display: block;
  }
  .mo240919ebihara .banner__archive {
    width: 100%;
    margin: calc(160 * (100vw/750)) auto 0;
  }
  .mo240919ebihara .staff__credit {
    margin: calc(160 * (100vw/750)) auto 0;
    font-size: calc(22 * (100vw/750));
    line-height: 1.9166666667;
    letter-spacing: 0.025em;
    text-align: center;
  }
  .mo240919ebihara .staff__credit .staff__title {
    font-size: calc(24 * (100vw/750));
    line-height: 1;
  }
  .mo240919ebihara .staff__credit .staff__name {
    margin: calc(10 * (100vw/750)) 0 0 0;
    font-size: calc(22 * (100vw/750));
    letter-spacing: 0.01em;
    line-height: 2;
  }
}/*# sourceMappingURL=style.css.map */