@charset "shift_jis";
/* CSS Document */

#contents .ct_inbox {
overflow: hidden;
position: relative;
background: url(../images/bg.gif);
padding: 0 0 40px;
color:#fff;
}

#contents #others span img {
max-width: 529px;
width: 96%;
}

#contents .white_btnback {
    display: block;
    background: #fff;
    color: #000;
    padding: 10px 16px;
    max-width: 480px;
    margin: 40px auto 20px;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
}
#contents .white_btnback span {
    display: block;
    background: url("../../../images/common/arrowbackicon_gray.png") left center no-repeat;
    text-align: center;
    font-weight: bold;
    padding: 0 16px;
}

#contents .slide_outbox {
  width:100%;
  background:url(../images/main_bg.jpg) no-repeat center center;
  background-size:cover;
  overflow:hidden;
	position: relative;
}
#contents .slide_outbox .slide_box {
  width:100%;
	max-width: 640px;
	margin: 0 auto;
}

#contents h2.moncolle_name {
background: rgba(233,230,226,1);
background: -moz-linear-gradient(-45deg, rgba(233,230,226,1) 0%, rgba(153,148,153,1) 26%, rgba(248,248,248,1) 52%, rgba(141,135,138,1) 87%, rgba(180,180,181,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(233,230,226,1)), color-stop(26%, rgba(153,148,153,1)), color-stop(52%, rgba(248,248,248,1)), color-stop(87%, rgba(141,135,138,1)), color-stop(100%, rgba(180,180,181,1)));
background: -webkit-linear-gradient(-45deg, rgba(233,230,226,1) 0%, rgba(153,148,153,1) 26%, rgba(248,248,248,1) 52%, rgba(141,135,138,1) 87%, rgba(180,180,181,1) 100%);
background: -o-linear-gradient(-45deg, rgba(233,230,226,1) 0%, rgba(153,148,153,1) 26%, rgba(248,248,248,1) 52%, rgba(141,135,138,1) 87%, rgba(180,180,181,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(233,230,226,1) 0%, rgba(153,148,153,1) 26%, rgba(248,248,248,1) 52%, rgba(141,135,138,1) 87%, rgba(180,180,181,1) 100%);
background: linear-gradient(135deg, rgba(233,230,226,1) 0%, rgba(153,148,153,1) 26%, rgba(248,248,248,1) 52%, rgba(141,135,138,1) 87%, rgba(180,180,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6e2', endColorstr='#b4b4b5', GradientType=1 );
padding: 3px 0;
margin-bottom: 30px;
}
#contents h2.moncolle_name span {
display: block;
text-align: center;
background: #000;
font-size: 36px;
font-weight: bold;
color:#fff;
padding: 20px 10px;
}
#contents .w980.moncolle_data_box {
width: 90%;
margin-bottom: 60px;
}


#contents .price_txt {
text-align: center;
font-size: 16px;
margin-bottom: 20px;
}

#contents .btn_buy {
display: block;
width: 150px;
margin: 0 auto 40px;
}

#contents .type_box {
text-align: center;
padding-bottom: 20px;
margin: 60px 0 20px;
border-bottom: solid 1px #fbb330;

display: -webkit-flex;
display: flex;

-webkit-justify-content: center;
justify-content: center;

-webkit-align-items: center;
align-items: center;

}
#contents .type_box span {
display: inline-block;
font-size: 20px;
margin: 0 20px 0 0;
font-weight: bold;
line-height: 1.2;
padding-top: 5px;
}
#contents .type_box img {
display: inline-block;
margin: 0 10px 0 0;
}
#contents .type_box img:last-of-type {
margin: 0;
}
#contents .data_box {
font-size: 20px;
font-weight: bold;
line-height: 1.2;
text-align: center;
margin-bottom: 30px;
}

#contents .feature_box {
max-width: 640px;
margin: 0 auto 30px;
border: solid 1px #fbb330;
padding: 10px;
background: rgba(0,0,0,0.7);

display: -webkit-flex;
display: flex;

-webkit-justify-content: space-around;
justify-content: space-around;

-webkit-align-items: center;
align-items: center;
}

#contents .feature_box img {
width: 200px;
height: auto;
}

#contents .feature_box p.feature_txt {
width: 400px;
padding: 10px;
font-size: 13px;
line-height: 1.8;

line-break: auto;
word-break: keep-all;
overflow-wrap: break-word
}

#contents .feature_box.no_img p.feature_txt {
width: 100%;
}




#contents .feature_box p.feature_txt strong {
font-size: 20px;
font-weight: bold;
color:#FBB330;
display: block;
margin-bottom: 10px;
}



#contents .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
#contents .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    margin: -16px 0 0;
    position: absolute;
    top: 50%;
		/*left: 20px;*/
		left:calc(50% - 320px - 52px);
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
		background: url("../images/icon_prev.png") no-repeat;
}

#contents .flex-direction-nav .flex-nav-next a {
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    margin: -16px 0 0;
    position: absolute;
    top: 50%;
		left:inherit;
		/*right: 20px;*/
		right:calc(50% - 320px - 52px);
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
		background: url("../images/icon_next.png") no-repeat;
}


#contents .bnr_getchallenge_2020 {
width: 100%;
max-width: 640px;
margin: 40px auto;
}
#contents .bnr_getchallenge_2020 a {
display: block;
width: 100%;
margin: 0 auto;
}
#contents .bnr_getchallenge_2020 p {
margin-bottom: 10px;
font-size: 14px;
}
#contents .bnr_getchallenge_2020 p strong {
margin-bottom: 10px;
font-size: 24px;
font-weight: bold;
color:#FCF421;
}

#contents .bnr_getchallenge_2020_hd {
width: 100%;
background: #fff;
padding: 20px 0;
}
#contents .bnr_getchallenge_2020_hd img {
display: block;
width: 90%;
height: auto;
max-width: 497px;
margin: 0 auto;
}
#contents .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 2rem;
font-size: 18px;
width: 180px;
border-radius: 6px;
margin: 0 auto 40px;
}
#contents .btn_mall .btn.btn-light {
display: block;
color: #fff;
background-color: #45ADD6;
border-color: #45ADD6;
}



#contents .moncolle_photo_box {
width: 100%;
margin-bottom: 40px;
}
#contents .moncolle_photo_box figcaption {
padding-top: 10px;
}

