@charset "shift_jis";
/* CSS Document */

.MB1em {
  margin-bottom: 1em !important;
}
.MB00 {
  margin-bottom: 0px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB15 {
  margin-bottom: 15px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB25 {
  margin-bottom: 25px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}
.MB35 {
  margin-bottom: 35px !important;
}
.MB40 {
  margin-bottom: 40px !important;
}
.MB45 {
  margin-bottom: 45px !important;
}
.MB50 {
  margin-bottom: 50px !important;
}
.MB55 {
  margin-bottom: 55px !important;
}
.MB60 {
  margin-bottom: 60px !important;
}
.MB65 {
  margin-bottom: 55px !important;
}
.MB60 {
  margin-bottom: 60px !important;
}
.MB65 {
  margin-bottom: 65px !important;
}
.MB70 {
  margin-bottom: 70px !important;
}
.MB75 {
  margin-bottom: 75px !important;
}
.MB80 {
  margin-bottom: 80px !important;
}
.MB85 {
  margin-bottom: 85px !important;
}
.MB90 {
  margin-bottom: 90px !important;
}
.MB95 {
  margin-bottom: 95px !important;
}
.MB100 {
  margin-bottom: 100px !important;
}
.MB110 {
  margin-bottom: 110px !important;
}
.MB120 {
  margin-bottom: 120px !important;
}
.MB130 {
  margin-bottom: 130px !important;
}
.MB140 {
  margin-bottom: 140px !important;
}
.MB150 {
  margin-bottom: 150px !important;
}
.MB160 {
  margin-bottom: 160px !important;
}
.MB200 {
  margin-bottom: 200px !important;
}

.w100 {
  display: block;
  width: 100%;
  height: auto;
}

.price_box {
  background: url(../images/price_bg.webp);
  border-top: 4px solid #fdd108;
  border-bottom: 4px solid #fdd108;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.price_box .price_inbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  max-width: 980px;
  width: 77.5%;
  margin: 0 auto;
}
.price_box .price_txt {
  max-width: 361px;
  width: 100%;
}

.btn_buy {
  width: 180px;
}

.btn_mall .btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 2rem;
  font-size: 18px;
  width: 180px;
  border-radius: 6px;
}
.btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #e2212a;
  border-color: #e2212a;
}

.btn_mall02 {
  margin-left: 3%;
}

.btn_mall_box {
  width: 180px;
  margin: 0 auto;
}
.btn_mall_box .btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #e2212a;
  border-color: #e2212a;
}

.movie_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promo_movie_box {
  width: 90%;
  max-width: 480px;
  margin: 20px auto 0;
}

#contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ct_box .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;

  align-items: center;

  padding: 20px 10px;
}

.ct_box .copyright_img {
  width: 40%;
  max-width: 320px;
}

.ct_box .copyright_text {
  width: 55%;
  text-align: left;
  font-size: 11px;
  color: #000;
}

.ct_box .bnr_box {
  padding: 20px 8% 10px;
}
.ct_box .bnr_box a {
  display: block;
}

/*------------------------*/

.ct_box {
  width: 100%;
  margin: 0 auto;
}

.ct_box > .w480 {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.w480 {
  background: url(../images/bg.webp) repeat fixed;
  background-position: center;
}

@media (min-width: 481px) {
  .ct_box > .w480 {
    border-right: 4px #fdd108 solid;
    border-left: 4px #fdd108 solid;
  }
  /* min-width: 481px */
}

.bg_box {
  background: url(../images/bg.webp) repeat fixed;
  background-position: center;
}
/*------------------------*/

/* mainここから */
.main {
  position: relative;
}
.main_img {
  width: 100%;
}
.main_text {
  width: 82.91666667%;
  position: absolute;
  left: 8%;
  top: 14%;
}
/*------------------------*/

/* area_1ここから */
.area_1_item1,
.area_1_item2,
.area_1_item3 {
  position: relative;
}
.area_1_text1 {
  width: 34.47916667%;
  position: absolute;
  z-index: 2;
  left: 5%;
  opacity: 0;
}
.animate_area_1_text1 {
  animation: area_1_text1 0.3s ease-in-out forwards;
  transform-origin: bottom;
}
@keyframes area_1_text1 {
  0% {
    transform: translateX(-30px) rotate(-20deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.area_1_text2 {
  margin-top: 10%;
  opacity: 0;
}
.animate_area_1_text2 {
  animation: area_1_text2 0.4s ease-in-out forwards;
}
@keyframes area_1_text2 {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.area_1_img1 {
  width: 43.125%;
  position: absolute;
  z-index: 2;
  top: 18%;
  left: 10%;
  opacity: 0;
}
.animate_area_1_img1 {
  animation: area_1_img1 0.5s ease-in-out forwards;
}
@keyframes area_1_img1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.area_1_text3 {
  width: 21.66666667%;
  position: absolute;
  z-index: 2;
  right: 5%;
  opacity: 0;
}
.animate_area_1_text3 {
  animation: area_1_text3 0.3s ease-in-out forwards;
  transform-origin: bottom;
}
@keyframes area_1_text3 {
  0% {
    transform: translateX(30px) rotate(20deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.area_1_text4 {
  margin-top: 5%;
  opacity: 0;
}
.animate_area_1_text4 {
  animation: area_1_text4 0.4s ease-in-out forwards;
}
@keyframes area_1_text4 {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.area_1_img2 {
  width: 43.125%;
  position: absolute;
  z-index: 2;
  top: 16%;
  right: 9%;
  opacity: 0;
}
.animate_area_1_img2 {
  animation: area_1_img2 0.5s ease-in-out forwards;
}
@keyframes area_1_img2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.area_1_text5 {
  width: 30.3125%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 5%;
  opacity: 0;
}
.animate_area_1_text5 {
  animation: area_1_text5 0.3s ease-in-out forwards;
  transform-origin: bottom;
}
@keyframes area_1_text5 {
  0% {
    transform: translateX(-30px) rotate(-20deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.area_1_text6 {
  margin-top: 3%;
  opacity: 0;
}
.animate_area_1_text6 {
  animation: area_1_text6 0.4s ease-in-out forwards;
}
@keyframes area_1_text6 {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.area_1_img3 {
  width: 43.125%;
  position: absolute;
  z-index: 2;
  top: 18%;
  left: 10%;
  opacity: 0;
}
.animate_area_1_img3 {
  animation: area_1_img3 0.5s ease-in-out forwards;
}
@keyframes area_1_img3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*------------------------*/

/* area_2ここから */
.area_2 {
  position: relative;
}
.area_2_title {
  width: 33.75%;
  margin: 10% auto 0;
  opacity: 0;
}
.animate_area_2_title {
  animation: area_2_title 0.5s ease-in-out forwards;
}
@keyframes area_2_title {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.area_2_text1 {
  width: 75.83333333%;
  margin: 5% 0 0 7%;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.animate_area_2_text1 {
  animation: area_2_text1 0.4s ease-in-out forwards;
}
@keyframes area_2_text1 {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.area_2_arrow {
  width: 3.541666667%;
  position: absolute;
  z-index: 2;
  right: 14%;
  top: 14%;
  opacity: 0;
}
.animate_area_2_arrow {
  animation: area_2_arrow 0.5s ease-in-out forwards;
  transform-origin: left top;
}
@keyframes area_2_arrow {
  0% {
    transform: rotate(-50deg);
    opacity: 0;
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    opacity: 1;
  }
}
.area_2_img1_box,
.area_2_img2_box {
  position: relative;
}
.area_2_img1 {
  width: 91.25%;
  margin: -10% auto 0;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.animate_area_2_img1 {
  animation: area_2_img1 0.5s ease-in-out forwards;
}
@keyframes area_2_img1 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.area_2_img1_text1 {
  width: 91.25%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 4%;
  opacity: 0;
}
.animate_area_2_img1_text1 {
  animation: area_2_img1_text1 0.8s forwards ease-in;
}

@keyframes area_2_img1_text1 {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
.area_2_img2 {
  width: 91.25%;
  margin: 5% auto 0;
  opacity: 0;
}
.animate_area_2_img2 {
  animation: area_2_img2 0.5s ease-in-out forwards;
}
@keyframes area_2_img2 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.area_2_img2_text1 {
  width: 91.25%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 5%;
  opacity: 0;
}
.animate_area_2_img2_text1 {
  animation: area_2_img2_text1 0.8s forwards ease-in;
}

@keyframes area_2_img2_text1 {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
    opacity: 1;
  }

  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
.area_2_infomation {
  width: 86.66666667%;
  margin: 2% auto 0;
  opacity: 0;
}
.animate_area_2_infomation {
  animation: area_2_infomation 0.5s ease-in-out forwards;
}
@keyframes area_2_infomation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------*/
