@charset "UTF-8";
/*//////////////////////////////////////////////////
	限定コンテンツトップ
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	MV
--------------------------------------------------*/
.mv {
  position: relative;
  z-index: 1;
  margin-bottom: 1.6rem;
}
.mv img {
  width: 100%;
  object-fit: cover;
}
.mv .p-title {
  position: absolute;
  z-index: 1;
  top: 7rem;
  left: 50%;
  width: 13.6rem;
  transform: translateX(calc(-50% + 0.4rem));
}

@media screen and (min-width: 769px) {
  .mv {
    position: revert;
    margin-bottom: 9.2rem;
  }
  .mv .p-title {
    position: revert;
    padding-top: 14.8rem;
    width: 36rem;
    margin: 0 auto;
    transform: translateX(0);
  }
}
/*--------------------------------------------------
	メインコンテンツ
--------------------------------------------------*/
.p-outer {
  position: relative;
  z-index: 1;
}

.sec__outer {
  margin-bottom: 6rem;
}

.sec__title {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
  text-align: center;
}

.sec__body {
  margin-bottom: 3.2rem;
}
.sec__body .body {
  line-height: 2.3;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 769px) {
  .p-outer {
    margin-bottom: 0;
  }
  .pc_outer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sec__outer {
    margin-bottom: 6rem;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 8px #000);
  }
  .sec__title {
    margin-bottom: 4.8rem;
    font-size: 4rem;
  }
  .sec__body .body {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=style.css.map */
