.w100 {
  display: block;
  width: 100%;
  height: auto;
}



.btn_mall.btn_mall02 .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #0000DD;
  border-color: #0000DD;
}

.btn_mall02 {
  margin-left: 3%;
}

.btn_mall_box,
.btn_detail {
  width: 160px;
  margin: 0 auto;
}
.btn_mall_box .btn_mall .btn.btn-light,
.btn_detail .btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #0000DD;
  border-color: #0000DD;

  margin: 20px auto 00px;
}
.btn_mall_box .btn_mall .btn,
.btn_detail .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: 1px solid transparent;
padding: .375rem 1rem;
font-size: 18px;
width: 100%;
border-radius: 6px;
}

.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;
}

.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;
}

.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;
}

/*------------------------*/

.ct_box {
  width: 100%;
  margin: 0 auto;
}

.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;
}
@media (min-width: 481px) {
  .ct_box > .w480 {
border-left: 2px solid #008FC8;
border-right: 2px solid #008FC8;
  }
  /* min-width: 481px */
}

/*------------------------*/


.ct_box section.each_sec {
padding-bottom: 40px;
}

.ct_box section.each_sec.sec00 {
background: url(../images/bg00.png) top center no-repeat;
background-size: 100% auto;
}

.ct_box section.each_sec#sec01 {
background: url(../images/bg01.png) top center no-repeat;
background-size: 100% auto;
}
.ct_box section.each_sec#sec02 {
background: url(../images/bg02.png) top center no-repeat;
background-size: 100% auto;
padding-top: 10px;
}
.ct_box section.each_sec#sec03 {
background: url(../images/bg03.png) top center no-repeat;
background-size: 100% auto;
padding-top: 10px;
}
.ct_box section.each_sec#sec04 {
background: url(../images/bg04.png) top center no-repeat;
background-size: 100% auto;
}



.ct_box h2.ttl {
display: block;
background: #f00;

border-top: solid 3px #fff;
border-bottom: solid 3px #fff;

padding: 8px 0 4px;

color:#fff;
font-size: 22px;
font-weight: bold;
text-align: center;

margin-bottom: 10px;
}

.ct_box h2.ttl span {
display: inline-block;
position: relative;
padding: 0 32px;
line-height: 1.1;
}

.ct_box h2.ttl span::before {
display: inline-block;
position: absolute;

content: "";
width: 22px;
height: 22px;
background: url(../images/icon_mosterball.png) center center no-repeat;
background-size: 22px 22px;

top:0;
left:0;
}

.ct_box h2.ttl span::after {
display: inline-block;
position: absolute;

content: "";
width: 22px;
height: 22px;
background: url(../images/icon_mosterball.png) center center no-repeat;
background-size: 22px 22px;

top:0;
right:0;
}


.ct_box .sec00 h2.ttl {
margin-bottom: 20px;
}

.ct_box .anchor_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 12px;
}

.ct_box .anchor_box a {
display: block;
width: 45%;
margin-bottom: 15px;
}


.ct_box .sec_inbox {
padding: 0 8px;
}

.ct_box .sec_inbox .link_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
}


.ct_box .sec03_box {
background: url(../images/img03_bg.png) top center no-repeat;
background-size: 100% auto;

display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
padding: 15px 3% 10px;
}

.ct_box .sec03_box a {
display: block;
width: 45%;
margin-bottom: 15px;
}

@media (max-width: 639px) {
.ct_box .sec03_box {
padding: 3.5vw 3% 3.5vw;
}
.ct_box .sec03_box a {
margin-bottom: 3vw;
}
/* max-width: 639px */}
