.w100 {
  display: block;
  width: 100%;
  height: auto;
}


.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;
}





.ct_box .btn_mall .btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  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: 1px solid transparent;
  padding: 0.25em 10px 0.1em;
  font-size: 18px;
width: 100%;
  max-width: 160px;
  border-radius: 6px;
  box-sizing: border-box;

  margin: 5px auto 0;
}
.ct_box .btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #004ea2;
}
.ct_box .btn_mall.btn_mall02 .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #e60012;
}


/*-------------------------------------------*/

.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: 100%;
  max-width: 480px;
  padding: 20px;

  background: url(../images/area3_bg.webp) repeat-y;
  background-size: 100% auto;
  background-position: top;
}

#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;
float: right;
}

.ct_box .copyright_text {
  width: 100%;
  text-align: left;
  font-size: 10px;
  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;
}

.copyright_box2501{
  /* display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; */
    padding: 20px;
overflow: hidden;
}

/*------------------------*/

.ct_box {
  width: 100%;
  margin: 0 auto;
background: linear-gradient(180deg, #ebebeb 0%, #ccc 100%);
}

.ct_box > .w480 {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;

}


#contents .w480 {
width: 100%;
max-width: 480px;
margin: 0 auto;
padding: 0;
background: #fff;
}
@media (min-width: 481px) {
  .ct_box > .w480 {
border-left: 2px solid #004ea2;
border-right: 2px solid #e60012;
  }
  /* min-width: 481px */
}

/*------------------------*/

#contents .price_box {
padding: 15px;
background: linear-gradient(180deg, #d8d8d8 0%, #999 100%);
}

#contents .price_inbox {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
}
#contents .price_inbox .price_each {
width: 45%;
}



/*-------------------------------------------*/

#contents .each_section {
padding: 20px 0 40px;
}


#contents .each_section#sec01 {
background: #b2e4f9;
}

#contents .each_section#sec02 {
background: #f9cdbf;
}


#contents .sec_moncolle {
padding-bottom: 15px;
background: linear-gradient(180deg, #d8d8d8 0%, #999 100%);
}


#contents .sec_moncolle .bnr_moncolle {
display: block;
width: 75%;
margin: 0 auto;
}