@charset "UTF-8";

/* 成人認証 */
.remodal-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.7);
}

.remodal-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPElEQVQ4T2P8////TAbiwBZilDGOGogvmEbDEHvoDI1k40tMDmBgYPAhRh3Iy6MG4gyp0TDEnVMGd7IBAMWoTtVcwv62AAAAAElFTkSuQmCC) rgba(255, 255, 255, 0.7);
}

.remodal-wrapper {
  display: block;
}

#adult-check {
  display: none;
}

#authentication-check {
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  width: auto;
  max-width: 380px;
  min-width: 280px;
  padding: 0;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  transform: translateY(-50%);
}

.authentication-check_inner {
  padding: 20px 15px;
  text-align: center;
}

.authentication-check_ttl {
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  background: #4d6594;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.authentication-check_txt {
  margin-bottom: 15px;
  color: #4d6594;
  font-size: 1.8rem;
  font-weight: bold;
}

.authentication-check_note {
  line-height: 1.5;
  font-size: 1.2rem;
}

.authentication-check_btn {
  display: flex;
  margin: 15px auto 0;
}

.authentication-check_btn li:first-child {
  width: 35%;
  margin-right: 10px;
}

.authentication-check_btn li:last-child {
  flex-grow: 1;
}

.authentication-check_btn li a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 12px 10px;
  border-radius: 4px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.authentication-check_btn li a:hover {
  opacity: 1;
}

.authentication-check_btn #modal-check {
  color: #fff;
  background: #fa3e83;
}

.authentication-check_btn #modal-check-close {
  color: #fff;
  background: #808080;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, -50%, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 50%, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes boundL {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }

  50% {
    transform: scale(0.75);
  }

  80% {
    transform: translateX(10%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes boundR {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }

  50% {
    transform: scale(0.75);
  }

  80% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  30% {
    transform: rotate(-2deg);
  }

  60% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes clip {
  0% {
    transform: translate(0);
  }

  10% {
    transform: translate(10px, -20px);
  }

  20% {
    transform: translate(0);
  }

  30% {
    transform: translate(10px, -20px);
  }

  40% {
    transform: translate(0);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes fadeBottomIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

html,
body {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #fff;
}

#container {
  background-image: radial-gradient(#ffffff 8%, transparent 11%), radial-gradient(#ffffff 8%, transparent 11%);
  background-position: 0 0, 40px 40px;
  background-size: 80px 80px;
  background-color: #c4e8e1;
}

#wrapper {
  background-image: linear-gradient(180deg, #b7de8e 0%, #1d6798 100%);
}

.container {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: .05em;
  color: #333;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.lp_wrapper {
  letter-spacing: 0.3rem;
}

.mv {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 5% center, top left 20%, top center;
}

.mv_logo {
  display: block;
  max-width: 1073px;
  width: 100%;
}

.lp_sec_inner {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.mv_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.mv_img.img {
  padding: 0px 20px;
  width: 50vw;
}

.mv_btn {
  display: flex;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 100%;
  background: no-repeat;
  background-size: contain;
  height: 120px;
  bottom: 50px;
  background-image: url(https://www.dlsite.com/modpub/lp/maniax/202102acerola/img/lp/mv_btn.png);
}

.mv_btn.disable {
  display: flex;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 100%;
  pointer-events: none;
  background: no-repeat;
  background-size: contain;
  height: 120px;
  bottom: 50px;
  background-image: url(https://www.dlsite.com/modpub/lp/maniax/202102acerola/img/lp/mv_btn_disable.png);
}

/*-------

.mv_btn {
  display: block;
  font-size: 35px;
  font-weight: 800;
  color: #727272 !important;
  background: #fff;
  letter-spacing: 0.3rem;
  padding: 20px 0;
  text-align: center;
  border-radius: 80px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  bottom: 340px;
}

.mv_btn::after {
  content: '\f054';
  font-size:20px;
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  color: #50b898;
  margin-left: 30px;
}

--------*/

.mv_caption {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}

.lp_sec_inner h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.5rem;
  position: relative;
  font-weight: 900;
  margin: 0 auto 70px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.pickup_img {
  margin: 0 auto;
}

.btn_product {
  font-size: 20px;
  color: #727272 !important;
  font-weight: bold;
  letter-spacing: 0.7rem;
  background: #fff;
  border: 5px solid;
  border-radius: 50px;
  padding: 17px 0;
  max-width: 450px;
  display: block;
  text-align: center;
  margin: 30px auto 0;
}

.pickup_left {
  margin-right: 40px;
}

.pickup_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment {
  color: #fff;
  background-image: url(https://www.dlsite.com/modpub/lp/maniax/202102acerola/img/lp/fukidashi.png);
  padding: 45px 0;
  position: relative;
  margin-bottom: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.comment p {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  bottom: 12px;
  position: relative;
}

.comment p span {
  font-weight: bold;
}

.comment_wrap {
  text-align: center;
}

.himari_prof {
  color: #fff;
  margin-top: 10px;
  font-weight: 800;
}

.himari_prof span.big {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
}

.pickup_right {
  padding-top: 14px;
}

span.under {
  border-bottom: solid 4px #ead651;
}

.lp_sec_inner h2 span {
  font-size: 100px;
  font-weight: 100;
}

.lp_sec_inner h2 span:first-child {
  margin-right: 20%;
}

.lp_sec_inner h2 span:last-child {
  margin-left: 20%;
}

.lp_sec_wrap {
  margin-bottom: 170px;
}

.kikan {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-bottom: 70px;
}

.other_lineup_wrap {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.other_lineup_box {
  display: block;
  width: calc((100% / 3) - 34px);
  margin-bottom: 70px;
}

.other_lineup_img {
  max-width: 300px;
  width: 100%;
  margin: 12px 0;
  display: block;
  border-radius: 14px;
}

.other_lineup_caption {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.other_lineup_box:not(:nth-child(3n)) {
  margin-right: 50px;
}

.movie_wrap {
  width: 100%;
  height: 100%;
  text-align: center;
}

.movie_wrap iframe {
 border-radius: 20px;
}

.check {
  display: inline;
  position: absolute;
  right: -50px;
  top: -50px;
  left: 370px;
  margin: 0 auto;
  width: auto;
}

.monika_img {
  margin: 50px 20px;
  text-align: center;
}

#newrelease .mv_btn {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  bottom: -20px;
}

.comment .coupon {
  margin: 0 auto;
  bottom: 16px;
  position: relative;
  width: 510px;
  padding: 19px;
}

.sp {
  display: none;
}

/*-------
@media screen and (min-width: 2000px) {
  .mv_btn {
    font-size: 33px;
  }
}
---------*/

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*-------
  .mv_btn {
    font-size: 20px;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
    bottom: 60px;
    position: relative;
  }
  -------*/

  .movie_wrap iframe {
    width: 100%;
    min-height: 245px;
    padding: 15px;
  }

  .mv_img.img {
    width: 100%;
  }

  .lp_sec_inner h2 {
    font-size: 7vw;
  }

  .pickup_wrapper {
    display: block;
  }

  .pickup_left {
    text-align: center;
  }

  .pickup_left .pickup_img {
    height: 70vh;
    width: auto;
  }

  .pickup_img {
    width: 100%;
  }  

  .comment p {
    font-size: 15px;
    letter-spacing: 0.2rem;
    bottom: 10px;
  }

  .comment p span {
    font-size: 6vw;
  }

  .kikan {
    font-size: 4vw;
    margin: 10px 0 30px 0;
    letter-spacing: 0.2rem;
  }

  .comment {
    color: #fff;
    background-image: url(https://www.dlsite.com/modpub/lp/maniax/202102acerola/img/lp/fukidashi.png);
    margin: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .himari_prof {
    color: #fff;
    margin-top: 10px;
    font-weight: 800;
    letter-spacing: 0.2rem;
    font-size: 13px;
  }

  .himari_prof span.light {
    font-size: 12px;
  }

  .other_lineup_box {
    width: calc((100% / 2) - 10px);
  }

  .other_lineup_box:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .other_lineup_box:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .other_lineup_box {
    margin-bottom: 40px;
  }

  .other_lineup_caption {
    font-size: 3.5vw;
  }

  .lp_sec_inner h2 {
    margin: 0;
  }

  .lp_sec_wrap {
    margin-bottom: 100px;
  }

  .mv_caption {
    font-size: 3vw;
    margin-top: 10px;
  }

  .lp_sec_inner h2 span:first-child {
    margin-right: 10%;
  }

  .lp_sec_inner h2 span:last-child {
    margin-left: 10%;
  }

  .check {
    right: -80px;
    width: 20%;
    left: 180px;
    top: -20px;

    opacity: 0.5;
  }

  .lp_sec_inner h2 span {
    font-size: 70px;
  }

  .comment .coupon {
    bottom: 14px;
    width: 42vh;
    padding: 13px;
  }

  .comment p.h2_text {
    font-size: 19px;
  }
}

@media screen and (max-width: 376px) {
  .mv_btn.disable {
   max-width: 350px;
  }
}

@media screen and (max-width: 321px) {
  .comment p {
  font-size: 14px;
  letter-spacing: 0.1rem;
  bottom: 10px;
  }
}