.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: 200px;
  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: 15px auto 20px;
}
.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;
}
.event_t2_txt {
font-size: 14px;
text-align: center;
padding: 0 20px;
color:#000;
font-weight: bold;
margin-top: 30px;
}
.event_t2_txt2 {
font-size: 13px;
text-align: center;
padding: 0 20px 0;
color:#000;
}

.btn_detail.btn_t2 {
width: 300px;
}


.btn_detail.btn_t2 .btn_mall .btn.btn-light {
font-size: 16px;
width: 100%;
border-radius: 6px;
margin: 10px auto 40px;
}

.btn_detail.btn_t2.btn_t2-2 .btn_mall .btn.btn-light {
pointer-events: none;
background: #007ddd;
border-color: #007ddd;
}
.btn_detail.btn_t2.btn_t2-2 .btn_mall .btn.btn-light span {
font-weight: normal;
font-size: 14px;
line-height: 1.1;
}

.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 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: 20px;
}


.ct_box .sec01 {
padding: 30px 15px;
background: url(../images/date_bg.png) top center repeat-y;
background-size: 100% auto;
}

.ct_box .sec01 .date_each {
margin-bottom: 15px;
text-align: center;
}

.ct_box .sec01 .date_each .date_ttl {
margin:0 auto 8px;
text-align: center;
display: block;
width: 55%;
height: auto;
max-width: 232px;
}

.ct_box .sec01 .date_each p {
font-size: 18px;
line-height: 1.4;
font-weight: bold;
color:#7b4a1a;
}

.ct_box .sec01 .date_each p a {
color:#7b4a1a;
text-decoration: underline!important;
}



.ct_box .sec02 {
color:#7b4a1a;
padding: 20px 15px 30px;
background: url(../images/howto_bg.png) top center repeat-y;
background-size: 100% auto;
}

.ct_box .howto_ttl {
display: block;
color:#fff;
text-align: center;
font-weight: bold;
background: #2D2DC2;
font-size: 24px;
padding: 8px 15px 4px;
}

.ct_box .sec02 .howto_txt01 {
color:#7b4a1a;
text-align: center;
font-weight: bold;
font-size: 15px;
margin-bottom: 20px;
}
.ct_box .sec02 .howto_txt01 strong{
color:#ed3100;
font-weight: bold;
}
.ct_box .sec02 .howto_each {
overflow: hidden;
border: solid 2px #ed3100;
background: #fff;
border-radius: 12px;
margin-bottom: 30px;
}
.ct_box .sec02 .howto_each .howto_each_inbox {
padding: 15px;
}
.ct_box .sec02 .howto_each .howto_each_txt01 {
font-weight: bold;
font-size: 18px;
line-height: 1.1;
margin-bottom: 12px;
text-align: center;
}
.ct_box .sec02 .howto_each .howto_each_txt01 strong {
color:#ed3100;
font-weight: bold;
font-size: 22px;
background:linear-gradient(transparent 50%, #ff6 50%);
padding: 0 5px;
}
.ct_box .sec02 .howto_each .howto_each_txt02_box {
text-align: center;
display: block;
}
.ct_box .sec02 .howto_each .howto_each_txt02_box .howto_each_txt02 {
text-align: left;
display: inline-block;
}
.ct_box .sec02 .howto_each .howto_each_txt02_box .howto_each_txt02 span {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
}
.ct_box .sec02 .howto_each .howto_date {
display: block;
font-size: 18px;
font-weight: bold;
border-bottom: solid 1px #7b4a1a;
padding: 4px 10px 2px;
text-align: center;
background: #EBE4DD;
}
.ct_box .sec02 .howto_each .howto_date span {
font-size: 13px;
font-weight: normal;
}
.ct_box .sec02 .howto_each .howto_date_txt {
text-align: center;
display: block;
font-size: 14px;
}
.ct_box .sec02 .howto_each .howto_date_txt span {
text-align: left;
display: inline-block;
}

.ct_box .sec02 .howto_each  .btn_detail .btn_mall .btn.btn-light {
margin: 20px auto 10px;
}

.ct_box .livepocket_box {
margin-bottom: 20px;
}
.ct_box .livepocket_box .cation_ttl_box {
text-align: center;
}
.ct_box .livepocket_box .cation_ttl_box .cation_ttl {
background: #ed3100;
color:#fff;
font-weight: bold;
font-size: 18px;
display: inline-block;
padding: 6px 30px 2px;
margin: 0 auto 12px;
border-radius: 18px;
}
.ct_box .livepocket_box .cation_ttl_box .livepocket_txt {
font-size: 14px;
display: inline-block;
text-align: left;
margin-bottom: 12px;
}
.ct_box .livepocket_box .cation_ttl_box .livepocket_txt span {
color:#ed3100;
}
.ct_box .livepocket_box .cation_ttl_box .livepocket_txt span strong{
font-weight: bold;
color: #ed3100 !important;
text-decoration: underline;
}
.ct_box .livepocket_box .cation_ttl_box .bnr_livepocket {
display: block;
margin: 0 auto 30px;
width: 60%;
max-width: 280px;
}
.ct_box .livepocket_box .livepocket_cation_txt {
font-size: 12px;
text-align: left;
width: 96%;
margin: 0 auto;
}
.ct_box .livepocket_box .livepocket_cation_txt span {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
margin-bottom: 3px;
}



.ct_box .sec03 {
padding: 30px 15px;
background: url(../images/goods_bg.png) top center repeat-y;
background-size: 100% auto;
}

.ct_box .sec03 .goods_ttl {
display: block;
width: 60%;
max-width: 286px;
margin:0 auto 20px;
}
.ct_box .sec03 .goods_each {
display: block;
margin:0 auto 25px;
}
.ct_box .sec03 .goods_cation_box {
text-align: center;
display: block;
font-size: 12px;
margin-bottom: 40px;
}
.ct_box .sec03 .goods_cation_box p {
text-align: left;
display: inline-block;
padding-bottom: 50px;
}
.ct_box .sec03 .goods_cation_box p span {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
}



