.w100 {
  display: block;
  width: 100%;
  height: auto;
}

.price_box {
  background: url(../images/price_bg.png) no-repeat;
  background-size: cover;
  padding: 20px;
  margin-bottom: 40px;
}

.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;
  width: 90%;
  max-width: 383px;
  margin: 0 auto;
}
.price_box .price_txt {
  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: #0000DD;
  border-color: #0000DD;

  margin: 20px auto 0px;
}

.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 {
  width: 180px;
  margin: 0 auto;
}
.btn_mall_box .btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #0000DD;
  border-color: #0000DD;

  margin: 10px auto 20px;
}

.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;
background: url(../images/bg.png) top center repeat-y;
background-size: 100% auto;
}

@media (min-width: 481px) {
  .ct_box > .w480 {
    border-right: 4px #FFF44D solid;
    border-left: 4px #FFF44D solid;
  }
  /* min-width: 481px */
}

.bg_box {
  background: url(../images/bg_pc.png) top center;
background-size: 50% auto;
}
/*------------------------*/


.ct_box h1 {
margin-bottom: 20px;
}

.ct_box a.each_link {
display: block;
margin-bottom: 20px;
}

.ct_box a.each_link.btn_01 {
background: url(../images/btn_01_bg.png) top center no-repeat;
background-size: 100% auto;
}

.ct_box a.each_link.btn_02 {
background: url(../images/btn_02_bg.png) top center no-repeat;
background-size: 100% auto;
}

.ct_box a.each_link.btn_03 {
background: url(../images/btn_03_bg.png) top center no-repeat;
background-size: 100% auto;
}

#contents a.each_link:hover {
opacity: 1;
}
#contents a.each_link:hover img {
opacity: .9;
}

.ct_box .btn_s_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin:30px 0 20px;
}

.ct_box .btn_s_box a {
display: block;
width: 31%;
margin: 0 0.5%;
}

.ct_box .btn_s_box a.btn_s_01 {
background: url(../images/btn_s_01_bg.png) top center no-repeat;
background-size: 100% auto;
}

.ct_box .btn_s_box a.btn_s_02 {
background: url(../images/btn_s_02_bg.png) top center no-repeat;
background-size: 100% auto;
}

.ct_box .btn_s_box a.btn_s_03 {
background: url(../images/btn_s_03_bg.png) top center no-repeat;
background-size: 100% auto;
}



#contents .btn_s_box a:hover {
opacity: 1;
}
#contents .btn_s_box a:hover img {
opacity: 0.9;
}

.ct_box .copyright {
margin-bottom: 20px;
}