@charset "shift_jis";
/* CSS Document */


.promo_box {
background: rgba(255,207,54,1);
background: -moz-linear-gradient(top, rgba(255,207,54,1) 0%, rgba(255,164,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,207,54,1)), color-stop(100%, rgba(255,164,52,1)));
background: -webkit-linear-gradient(top, rgba(255,207,54,1) 0%, rgba(255,164,52,1) 100%);
background: -o-linear-gradient(top, rgba(255,207,54,1) 0%, rgba(255,164,52,1) 100%);
background: -ms-linear-gradient(top, rgba(255,207,54,1) 0%, rgba(255,164,52,1) 100%);
background: linear-gradient(to bottom, rgba(255,207,54,1) 0%, rgba(255,164,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf36', endColorstr='#ffa434', GradientType=0 );

padding: 30px 0 16px;
border-bottom:  solid 2px #B3B3B3;
}

#contents .promo_inbox {
max-width: 980px;
width: 95%;
margin: 0 auto 15px;
}
.bx-wrapper .bx-viewport {
background: none;
}
#contents .bx-pager{
max-width: 620px;
margin: 0 auto;
width: 95%;
}
#contents .promo_box .bx-pager {
display: -webkit-flex;
display: flex;

-webkit-justify-content: center;
justify-content: center;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#contents .promo_box .bx-pager a {
	display:block;
	border: solid 2px #fff;
	margin: 0 2px 4px;
}
#contents .promo_box .bx-pager a.active {
	border: solid 2px #f00;
}

#contents .top_section {
padding: 40px 10px 10px;
}

#contents .top_bg {
background: url("../../images/goods_bg.gif");
}

#contents .anchorbtn_box {
margin:0 auto 30px;
width: 100%;
max-width: 620px;
text-align: center;

display: -webkit-flex;
display: flex;

-webkit-justify-content: center;
justify-content: center;

}
#contents .anchorbtn_box li {
display: block;
width: 31%;
max-width: 187px;
margin: 0 1%;
}

#contents .toycatalog_box {
max-width: 620px;
width: 100%;
margin: 0 auto 30px;
}
#contents h2.balloon_ttl {
width: 100%;
max-width: 554px;
margin: 0 auto 5px;
}
#contents .toycatalog_box a {
display: block;
border-bottom:  solid 6px #DADBDB;
}

#contents h2.category_ttl {
width: 100%;
max-width: 580px;
margin: 0 auto 20px;
}

#contents .campaign_each_box {
max-width: 620px;
width: 100%;
margin: 0 auto 10px;
padding: 5px;
background: #fff;
border: solid 1px #CBCBCC;
border-radius: 3px;
overflow: hidden;
}
#contents .campaign_each_box a {
display: -webkit-flex;
display: flex;

-webkit-align-items: center;
align-items: center;


}
#contents .campaign_each_box img {
display: block;
width: 40%;
height: auto;
float: left;
margin-right: 10px;
}
#contents .campaign_each_box p {
width: calc(100% - 40% - 15px);
float: left;
font-weight: bold;
font-size: 14px;
color:#333;
}
#contents .campaign_each_box p strong {
display: block;
font-weight: bold;
margin-bottom: 5px;
color:#00A8F3;
font-size: 13px;
}


#contents .black_btn {
display: block;
background: #000;
color:#fff;
padding: 10px 16px;
max-width: 480px;
margin: 20px auto 0;
font-size: 16px;
border-radius: 20px;
text-align: center;
}
#contents .black_btn span{
display: block;
background: url("../images/common/arrowicon_white.png") right center no-repeat;
text-align: center;
font-weight: bold;
padding: 0 16px;
}


#contents h2.txt_ttl {
width: 100%;
max-width: 480px;
margin: 0 auto 20px;
}


#contents .news_box ul {
max-width: 620px;
width: 100%;
border-top :solid 1px #C7C8C9;
margin: 0 auto;

}
#contents .news_box ul li {
border-bottom :solid 1px #C7C8C9;
padding: 20px 0;
background: url("../images/common/arrowicon_gray.png") right center no-repeat;
}
#contents .news_box ul li a {
display: block;
font-weight: bold;
font-size: 14px;
color:#333;
padding-right: 12px;
}
#contents .news_box ul li strong {
display: block;
font-weight: bold;
margin-bottom: 5px;
color:#00A8F3;
font-size: 13px;
}


#contents .movie_box {
background: url("../images/movie_bg.gif");
overflow: hidden;
}

#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;
}
#contents .youtube_ttl {
background: #fff;
padding: 15px 10px;
text-align: center;
font-weight: bold;
font-size: 14px;
margin-bottom: 10px;
}


#contents .movie_box .movie_inbox {
overflow: hidden;
}
#contents .movie_box .youtube_link {
padding: 5px;
background: #fff;
float: left;
margin-bottom: 10px;

width: calc(50% - 5px);
}

#contents .movie_box .youtube_link:nth-child(2n) {
padding: 5px;
background: #fff;
float: right;
}

#contents .movie_box .youtube_link a {
display: -webkit-flex;
display: flex;

-webkit-align-items: center;
align-items: center;
}
#contents .movie_box .youtube_link img {
display: block;
width: 40%;
height: auto;
margin-right: 10px;
}
#contents .movie_box .youtube_link span {
width: calc(100% - 40% - 15px);
font-weight: bold;
font-size: 14px;
color:#333;
}




#contents .goods_anchor_btn {
margin:20px auto;
max-width: 930px;
width: 100%;
text-align: center;

display: -webkit-flex;
display: flex;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#contents .goods_anchor_btn li {
display: block;
width: 48%;
max-width: 290px;
margin: 0 1% 10px;
}
#contents .goods_anchor_btn li:last-child {
margin-bottom: 0;
}

#contents h2.goods_each_ttl {
padding: 25px 0;
position: relative;
border-top:  6px solid #008fc8;
border-bottom:  6px solid #008fc8;
background: #fff;
}

#contents h2.moncolle_movie_ttl {
margin-top: 30px;
}


#contents h2.goods_each_ttl .txt_ttl_img {
display: block;
margin: 0 auto;
width: 90%;
height: auto;
max-width: 425px;
}

#contents .lineup_box {
/* max-width: 640px; */
margin: 0 auto;

display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;

font-size: 14px;
}
#contents .lineup_box a.link_L {
/* width: 100%; */
width: calc(50% - 10px);
margin-bottom: 30px;
display: block;
border-radius: 12px;
overflow: hidden;
color:#333;
text-align: center;
}
#contents .lineup_box a.link_S {
width: calc(50% - 10px);
margin-bottom: 15px;
border-radius: 12px;
overflow: hidden;
}
#contents .lineup_box:after {
height:0;
width: calc(50% - 5px);
content: "";
}


#contents .lineup_box a.link_L img {
margin-bottom: 10px;
}
