.w100 {
  display: block;
  width: 100%;
  height: auto;
}

.price_box {
  background: #fac127;
padding: 12px 0;
margin-bottom: 40px;
}

.price_box .price_inbox {
  display: block;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
border-top: dashed 3px #fff;
border-bottom: dashed 3px #fff;
padding: 12px 0;
}
.price_box .price_txt {
  /* max-width: 430px; */
  width: 100%;
  font-size: 32px;
  font-weight: 800;
  color: #1758a7;
  padding:0 10px 6px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
line-height: 1.2;
}

.price_box .coming_txt {
  /* max-width: 430px; */
  width: 100%;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  padding:0 10px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotateZ(0.03deg);
line-height: 1.2;
}

@media (max-width: 480px) {
.price_box .price_txt {
font-size: 24px;
}

.price_box .coming_txt {
font-size: 28px;
}

/* max-width: 480px */}


a.btn_notice {
display: block;
max-width: 318px;
width: 90%;
background: #f00;
color: #fff;
border-radius: 6px;
padding: 15px 15px 6px;
margin: 0 auto 20px;
font-size: 18px;
font-weight: bold;
text-align: center;
}


.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: #1758a7;
  background-color: #FFF;
  border-color: #FFF;

  /* margin: 10px auto 20px; */
}

.btn_mall.btn_mall02 .btn.btn-light {
  display: block;
  color: #1758a7;
  background-color: #FFF;
  border-color: #FFF;
}

.btn_mall02 {
  margin-left: 3%;
}


.btn_mall.btn_mall03 .btn.btn-light {
  display: block;
  color: #1758a7;
  background-color: #FFF;
  border-color: #FFF;
}

.btn_mall03 {
  margin-left: 3%;
}

.btn_mall_box {
  width: 180px;
  margin: 0 auto;
}
.btn_mall_box .btn_mall .btn.btn-light {
  display: block;
  color: #1758a7;
  background-color: #FFF;
  border-color: #FFF;

  /* 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;

}

#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 {
  width: 100%;
  margin: 0 auto;
}

.ct_box > .w480 {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;

font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (min-width: 481px) {
  .ct_box > .w480 {
    border-right: 4px #fac127 solid;
    border-left: 4px #fac127 solid;
  }
  /* min-width: 481px */
}



@media (max-width: 767px) {
/* max-width: 767px */}

/*------------------------*/
.MT5{
  margin-top: 5px;
}
.MT10{
  margin-top: 10px;
}
.MT15{
  margin-top: 15px;
}
.MT20{
  margin-top: 20px;
}
.MT25{
  margin-top: 25px;
}
.MT30{
  margin-top: 30px;
}
.MT35{
  margin-top: 35px;
}
.MT40{
  margin-top: 40px;
}


/*------------------------*/

@media (min-width: 481px){
.bg_box {
  background: url(../images/bg_pc.png) top center no-repeat fixed;
}
/* min-width: 481px */}

@media (max-width: 480px) {
body {
position: relative;
z-index: 1;
}
body::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
background: url(../images/bg.png) no-repeat top center;
background-size: cover;

width: 100%;
height: 100vh;
}
#wrapper {
background: none;
}
/* max-width: 480px */}


.main_box {
position: relative;
background: url(../images/bg_main.png) top center no-repeat;
background-size: 100% auto;
}
.main_box .main_icon01 {
position: absolute;
width: 26.5%;
height: auto;
top: 19.5%;
left:0;
}
.main_box .main_icon02 {
position: absolute;
width: 25.5%;
height: auto;
top: 19.5%;
right:0;
}
.main_box .main_gif01 {
position: absolute;
width: 26.45%;
height: auto;
top: 38.85%;
left:0;
}
.main_box .main_gif02 {
position: absolute;
width: 23.125%;
height: auto;
top: 58.85%;
left:0;
}
.main_box .main_gif03 {
position: absolute;
width: 25.3125%;
height: auto;
bottom:0;
left:0;
}
.main_box .main_gif04 {
position: absolute;
width: 26.25%;
height: auto;
top: 38.3%;
right:0;
}
.main_box .main_gif05 {
position: absolute;
width: 23.54%;
height: auto;
top: 58.8%;
right:0;
}
.main_box .main_gif06 {
position: absolute;
width: 23.85%;
height: auto;
bottom: 0;
right:0;
}


/*-----------------------*/

