@charset "UTF-8";

/*----- 共通 -----*/
html body {
  background-color: #f7f7f7;/*----- #000000 -----*/
}
.wrapper{
  padding-top: 84px;
}
.wrapper footer.footer{
  z-index: 100;
}
.wrapper .contents{
  position: relative;
  background-color: transparent;
  display: block;
  background-image: url(../img/bg.png);
  background-repeat: repeat-y;
}
.icatch{
  position: relative;
  padding-top: 60px; /*85px*/
  padding-bottom: 80px; /*85px*/
  /*background: #000;*/
  /*background-image: url("../img/JBGB2016title.png");*/
  background: url(../img/graphic.png) no-repeat;
  background-position: 100px 0px; /*10%;*/
  background-size: cover;
}
.contents h1 {
  /*font-weight: bold;*//* font-weight*/
  /*font-size: 50px;*//* 34px*/
  /*color: #000;*//* ff*/
  /*letter-spacing: .05em;*/
  /*padding:0px 0px 0px 0px;*//* padding:20px 0px 0px 0px;*/ 
  padding-top: 50px;
 padding-left: 55px;
}
.contents h1 img{
  max-width: 100%;
  height: auto;
  width: auto;
}
.contents h2{
	font-size: 28px;
	top: 0px;/* top*/
	color: #000;/* ff*/
	letter-spacing: .05em;
	padding-top: 30px;
	padding-left: 55px;
}

a.brands_link{
  position: absolute;
  font-size: 18px;/* 18px*/
  color: #000;
  top: 310px;/* top: 122px*/
  right: 20px;/* 10px*/
}
a.brands_link:hover{
  color: #b71731;
}
.brands_link i{
  font-size: 25px;
  vertical-align: middle;
  padding: 0 5px 5px 0;
}
.rich_list{
  position: absolute;
  top: 20px;
  right: 20px;/* 0px*/
}
.change{
  position: absolute;
  width: 150px;
  top: 15px;
  right: 80px;
  color: #000;/*#ff*/
  font-size: 15px;
}
.change i{
  font-size: 24px;
  padding: 0 0 2px 7px;
  vertical-align: middle;
}
.rich_btn a{
  position: absolute;
  top:50px;/*10*/
  right: 40px;
  width: 30px;
  height: 30px;
  padding: 5px 0 0 5px;
    
}
.rich_btn span{
 width: 7px;
 height: 7px;
 margin: 0 2px 2px 0;
 background-color: #000;/*#999*/
 float: left;
 -webkit-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
.rich_btn a:hover span{
  background-color: #fff;
}
.list_btn a{
  position: absolute;
  top:50px;/*10*/
  right: 0;
  width: 35px;
  height: 35px;
}
.list_btn span{
  position: absolute;
  left: 4px;
  width: 26px;
  height: 2px;
 background-color: #000;/*#999*/
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list_btn a:hover span{
  background-color: #fff;
}
.list_btn span:nth-of-type(1){
  top: 6px;
}
.list_btn span:nth-of-type(2){
  top: 13px;
}
.list_btn span:nth-of-type(3){
  top: 20px;
}
.list_btn span:nth-of-type(4){
  top: 27px;
}

/*----- リッチレイアウト -----*/
.brands_2016{
  position: relative;
  /*background-image: url(../img/bg_brand.png);*/

  /*background-attachment: fixed;*/
  /*background-position: 50% 0px;*//*----- 50% 200px-----*/
  /*width: 1280px;*//*----- 1276px-----*/
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.usdmillion{
  margin-bottom: 8px;
}
/*.brands_2016{
  background-image: none;
}
.brands_2016_tablet{
  background-image: url(../img/bg_brand.png);
}
.ie8 .brands_2016{
  background-image: url(../img/bg_brand.png);
}
.movie{
  display: block;
  position: fixed;
  width: 1276px;
  height: auto;
  top: 20%;
  z-index: -10;
}
.ie8 .movie{
  display: none;
}*/
.rich_brands_2016 ul{
  width : 100%;
  /*border-bottom: transparent 15px solid;*//*19px solid #000*/
  margin-bottom: 10px;
  z-index: 100;
}
.rich_brands_2016 ul:first-child{
  /*border-top: transparent 15px solid;*//*19px solid #000*/
  margin-top: 15px;
}
.rich_brands_2016 li{
  position: relative;
  width: 13.3929%;
  float: left;
}
.left{
  /*border-left: transparent 15px solid ;*/ /*19px solid #000*/
  /*border-right: transparent 0px solid;*//*19px solid #000*/
  margin-right: 0.78125%;
  margin-left: 0.78125%;
}
.middle{
  /*border-left: transparent 15px solid;*//*19px solid #000*/
  /*border-right: transparent 0px solid;*//*19px solid #000*/
  margin-right: 0.78125%;
}
.right{
  /*border-left:transparent 15px solid;*//*19px solid #000*/
  margin-right: 0.78125%;
}
/*.margin_left{
  margin-left: 0px;166px
}*/
.rich_brands_2016 li.trans{
  background: rgba(0,0,0,0);/*19px solid #000*/
}
.rich_brands_2016 img{
  display: block;
  max-width: 100%;/*width: 100%;*/
  height: auto;
  width: auto;
}
/*.rich_brands_2016 img{
  width: inherit¥9;
  max-width: 100%¥9;
  height: auto¥9;
}*/
.rich_brand_text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  background: rgba(0,0,0,0.80);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rich_brand_text span{
  position: absolute;
}
.rich_brand_text .brand_number{
  top: -20px;
  left: 10px;
  font-size: 70px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rich_brand_text .brand_score{
  bottom: -20px;
  right: 10px;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rich_brand_text .brand_score i{
  vertical-align: middle;
  padding: 0 5px 5px 0;
  font-size: 17px;
}
.rich_brand_img{
  background: rgba(255,255,255,0.95);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0ffffff,endColorstr=#f0ffffff);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rich_brands_2016 li a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.rich_brands_2016 a:hover .rich_brand_text{
  opacity: 1;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
}
.rich_brands_2016 a:hover .brand_number{
  top: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rich_brands_2016 a:hover .brand_score{
  bottom: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
li.link-last{
  width: 27.567%;
}
/* モーダル内コンテンツ */
.explain_wrap{
  position: relative;
  display: block;
  width: 100%;
  background: #000;
  border-bottom: 19px solid #000;
}
.explain_wrap_list{
  margin-top: 15px;
  border-bottom: 5px solid #000;
}
.explain_area{
  position: relative;
  width: 100%;
  height: 400px;
  padding: 50px;
  border: 1px solid #666;
  color: #fff;
  letter-spacing: .05em;
  opacity: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.explain_left{
  float: left;
  width: 34%;
}
.explain_right{
  float: right;
  width: 66%;
  font-size: 16px;
  line-height: 1.8;
  padding-top: 3px;
  text-align: justify;
}
.explain_area span{
  display: block;
  font-size: 22px;
}
.explain_area .brand_company{
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 0;
}
.explain_area .brand_number{
  font-size: 140px;
  margin-top: 25px;
}
.close_btn{
  position: absolute;
  width: 36px;
  height: 36px;
  top: 8px;
  right: 8px;
}
.close_btn div{
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bdT{width: 0%; height:1px; top:0; left:0;}
.bdB{width: 0%; height:1px; bottom:0; right:0;}
.close_btn a{
  display: block;
  width: 100%;
  height: 100%;
}
.close_btn a:hover .bdT,
.close_btn a:hover .bdB
{
  width: 100%;
}
.close_btn img{
  position: absolute;
  width: 20px;
  height: auto;
  top: 8px;
  left: 8px;
}

/*----- リストレイアウト -----*/
.list_brands_2016 ul {
  width: 100%;
}
.list_brands_2016 ul li {
  background-color: rgba(255,255,255,0.95);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0ffffff,endColorstr=#f0ffffff);
  display: table;
  width: 100%;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-align: center;
}
.list_line{
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list_line:hover{
  transform: scale(1.03);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d0ffffff,endColorstr=#d0ffffff);
}
.list_brands_2016 li.list_cate{
  font-weight: bold;
  background-color: #000;
  height: 42px;
  color: #fff;
}
.list_brands_2016 li.list_cate > span{
  font-size: 13px;
}
.list_brands_2016 li.list_cate br{
  display: none;
}
.wrapper .contents .list_brands_2016 ul li > span {
  vertical-align: middle;
  display: table-cell;
  *float: left;
  *vertical-align: middle;
  *layout-grid-line: 100px;
  *padding-top: 30px;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper .contents .list_brands_2016 ul li > span:first-child {
  width: 13%;
}
.wrapper .contents .list_brands_2016 ul li > span:first-child + * {
  width: 25%;
  *overflow: hidden;
  *padding-top: 0;
}
.wrapper .contents .list_brands_2016 ul li > span:first-child + * img {
  max-width: 100%;
  height: auto;
  margin-bottom: -5px;
  padding: 15px 0;
}
.wrapper .contents .list_brands_2016 ul li > span:first-child + * + * {
  width: 23%;
}
.wrapper .contents .list_brands_2016 ul li > span:first-child + * + * + * {
  width: 23%;
}
.wrapper .contents .list_brands_2016 ul li > span:first-child + * + * + * + * {
  width: 16%;
}
.wrapper .contents .list_brands_2016 .attention {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0 4%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper .contents .list_brands_2016 .attention p {
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
  line-height: 1.8em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 注意事項 */
.attention{
  background: #333;/*#000*/
  padding-bottom: 50px;
    padding-top: 50px;
}
.attention p{
  color: #fff;
  line-height: 2.0;
  padding-left: 20px;/*left*/
}

@media screen and (max-width: 1279px) {
  .wrapper .contents .list_brands_2016 ul li:first-child br{
    display: block;
  }
}

@media screen and (min-width: 980px) and (max-width: 1279px) {
  /*.wrapper .contents{
    width: 980px;
    margin: 0 auto;
  }*/
  .icatch{
    padding-top: 60px;/*60px*/
    padding-bottom: 40px;/*70px*/
	/*background-image: url(../img/JBGB2016title.png);*//*70px*/
  }
  .contents h2 {
	font-size: 24px;
	/*padding-top: 60px;*/
	/*padding-left: 80px;*/
}

  /*.brands_2016{
    width: 980px;
  }*/
  /*.movie{
    width: 980px;
    top: 25%;
  }*/
  a.brands_link{
  right: 20px;/*10px*/
  top: 280px;/*105px*/
}
  /*.rich_brands_2016 ul{
    border-bottom: 14px transparent solid #000; 14px
  }*/
  /*.rich_brands_2016 li{
	position: relative;
    width: 128px;
	float: left;
  }*/
  /*.left{
	border-left: transparent 14px solid #000;14px
    border-right: transparent 0px solid #000;0px
  }
  .middle{
    border-left: transparent 14px solid #000;14px
    border-right:transparent 0px solid #000;14px
  }
  .right{
    border-left: transparent 14px solid #000;14px
  }
  .margin_left{
    margin-left: 0px;128px
  }*/
  .rich_brand_text .brand_number{
	top: -20px;
	left: 10px;
	font-size: 60px;
  }
  .rich_brand_text .brand_score{
    bottom: -20px;
    right: 10px;
    font-size: 14px;
  }
  .rich_brand_text .brand_score i{
    padding: 0 5px 4px 0;
    font-size: 14px;
  }
  .explain_area{
    padding: 50px 30px 30px;
  }
  .explain_left{
    width: 36%;
  }
  .explain_right{
    width: 64%;
  }
  .explain_area span{
    font-size: 19px;
  }
  .explain_area .brand_company{
    font-size: 38px;
  }
}

@media screen and (max-width: 979px) {
  .wrapper .contents{
    width: 98%;
    margin: 0 auto;
    padding-bottom: 50px;/*50px*/
  }
  .icatch{
    /*background: url(../img/bg_brand_sp.png) center center no-repeat;
    background-size: cover;*/
  }
  .rich_list{
    display: none;
  }
  .contents h1{
    padding-left: 20px;
  }
  .contents h1 img{
    width: 40%;
  }
  .contents h2 {
    font-size: 20px;
	padding-top: 60px;/*120px*/
	padding-left: 20px;	
	
  } 
    a.brands_link{
    position: relative;
    font-size: 15px;
    margin-left: 40px;
    top: 3px;
    right: 0;
  }
  .brands_2016{
    width: 100%;
    background: none;
  }
  .movie{
    display: none;
  }
  .rich_brands_2016{
    display: none !important;
  }
  .list_brands_2016{
    display: block !important;
  }
  .wrapper .contents .list_brands_2016 ul li > span:first-child + * img {
    padding: 20px 0;
  }
  .list_line:hover{
    transform: none;
  }
  .explain_area{
    height: auto;
    padding: 40px 30px 30px;
  }
  .close_btn a:hover .bdT,
  .close_btn a:hover .bdB
  {
    width: 0%;
  }
  .explain_area span{
    font-size: 19px;
  }
  .explain_area .brand_company{
    font-size: 38px;
  }
  .explain_right{
    margin-top: 57px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper .contents{
    width: 98%;
    margin: 0 auto;
  }
  .icatch{
    padding-top: 40px;
    padding-bottom: 20px;/*20px*/
      background: url(../img/graphic2_1.png) no-repeat;
  /*background-position: 0px 0%;*/
  /*background-attachment: fixed;*/
  background-size: cover;
  }
  .contents h1{
    font-size: 14px;
    letter-spacing: normal;
  }
  .contents h2 {
    font-size: 16px;
	padding-top: 50px;/*120px*/
	padding-left: 20px;	
    letter-spacing: normal
  }
  a.brands_link{
    font-size: 14px;
    letter-spacing: normal;	
  }
  .brands_link i{
    font-size: 18px;
    padding: 0 5px 3px 0;/*0 5px 3px 0;*/
  }
  /*ul a.brands_link_bottom{
    font-size: 14px;
    letter-spacing: 1em;
  }*/
  .brands_2016{
    width: 100%;
  }
  .rich_brands_2016{
    display: none;
  }
  .wrapper .contents .list_brands_2016 ul li:first-child > span{
    font-size: 12px;
  }
  .wrapper .contents .list_brands_2016 ul li > span {
    font-size: 12px;
    letter-spacing: normal;
  }
  .wrapper .contents .list_brands_2016 ul li > span:first-child {
    width: 10%;
  }
  .wrapper .contents .list_brands_2016 ul li > span:first-child + * {
    width: 28%;
  }
  .wrapper .contents .list_brands_2016 ul li > span:first-child + * + * {
    width: 24%;
  }
  .wrapper .contents .list_brands_2016 ul li > span:first-child + * + * + * {
    width: 23%;
  }
  .wrapper .contents .list_brands_2016 ul li > span:first-child + * + * + * + * {
    width: 15%;
  }
  .explain_area{
    padding: 40px 20px 30px 20px;
  }
  .explain_left{
    float: none;
    width: 100%;
  }
  .explain_right{
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
  }
  .explain_area span{
    font-size: 14px;
  }
  .explain_area .brand_company{
    font-size: 28px;
    margin-bottom: 5px;
  }
  .explain_area .brand_number{
    font-size: 70px;
    margin: 0;
  }
}

.hidden{
  opacity: 0;
  display: none;
}
.explain_wrap{
  display: none;
}
.list_brands_2016{
  display: none;
}
