@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);
  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%;
} */

.price_box {
position: relative;
}

.btn_buy {
  width: 160px;
}


.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: none;
}


.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: none;
}

.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 .copyright_text span {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
}

.ct_box .bnr_box {
  padding: 20px 8% 10px;
}
.ct_box .bnr_box a {
  display: block;
}

/*------------------------*/

.ct_box {
  width: 100%;
  margin: 0 auto;
  background: url(../images/bg_blue.png) repeat;
}

.ct_box > .w480 {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.w480 {
  background: url(../images/bg_blue.png) repeat;
}

@media (min-width: 481px) {
  .ct_box > .w480 {
    border-right: 4px #7dbce1 solid;
    border-left: 4px #7dbce1 solid;
  }
  /* min-width: 481px */
}
/*------------------------*/


.ct_box section {
margin-bottom: 50px;
padding-bottom: 20px;
}

.ct_box h1 {
display: block;
margin: 20px auto 20px;
}

.ct_box .btn_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto 15px;
padding: 0 10px;
}

.ct_box .btn_box a {
display: block;
width: 46%;
margin-bottom: 15px;
}


#sec01 .btn_mall .btn.btn-light,
#sec02 .btn_mall .btn.btn-light {
  display: block;
  color: #000;
  background-color: #FFF100;
}
.ct_box .btn_mall {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 20px;
width: 180px;
}
.ct_box .btn_mall .btn {
padding :10px 0 4px;
width: 180px;
}


@media (max-width: 480px) {
.ct_box .btn_mall {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 10px;
width: 150px;
}
.ct_box .btn_mall .btn {
padding :4px 0 3px;
width: 150px;
}
/* max-width: 480px */}


.ct_box section#sec01 {
background: url(../images/01_bg.jpg) center center fixed;
background-size: cover;
}

.ct_box section#sec02 {
background: url(../images/02_bg.png) top center repeat-y;
background-size: 100% auto;
}

.ct_box section#sec03 {
background: url(../images/03_bg.png) center center fixed;
background-size: cover;
}

.ct_box section#sec04 {
background: url(../images/04_bg.png) center center fixed;
background-size: cover;
}

.ct_box .btn_other_box {
width: 90%;
margin: 0 auto;
}

.ct_box .btn_other_box a {
display: block;
margin-bottom: 25px;
}
.ct_box .btn_other_box a:last-of-type {
margin-bottom: 0;
}