/*--------------------------------------
    PAGE
---------------------------------------*/
#top #content .main_visual {
  width: 100%;
  height: auto;
  margin: 0;
}



/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  .css_selector {
  #top #content .main_visual:
  width: 95.2%;
  height: auto;
  margin: 0 0 0 60px;
}
}
 
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .css_selector {
  #top #content .main_visual:
    width: 95.2%;
  height: auto;
  margin: 0 0 0 60px;
  }
}



#top #content .main_visual .flexslider ul li a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top #content .main_visual .flexslider ul li a img {
  width: 100%;
  height: auto;
}
#top #content .main_visual .flexslider ul:hover a {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#top #content .inner {
  padding: 50px 5%;
  width: 90%;
}
#top .pickup_contents {
  width: 100%;
  overflow: hidden;
}
#top .pickup_contents .col {
  background: #000;
  width: 31%;
  height: auto;
  float: left;
  margin: 0 1%;
}
#top .pickup_contents .col a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#top .pickup_contents .col a span {
  background: rgba(0, 0, 0, 0.2);
  padding: 30% 0;
  display: block;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top .pickup_contents .col a:hover span {
  background: rgba(0, 0, 0, 0.8);
}
#top .pickup_contents .col.adidasMagazin a {
  background: url(../images/top/bg_mailmagazin.jpg) center center no-repeat;
  background-size: 100% auto;
}
#top .pickup_contents .col.adidasCraftman a {
  background: url(../images/top/bg_adidas_craftman.jpg) center center no-repeat;
  background-size: 100% auto;
}
#top .pickup_contents .col.adidasTV a {
  background: url(../images/top/bg_adidas_tv.jpg) center center no-repeat;
  background-size: 100% auto;
}

/*--------------------------------------
    FOOTWEAR
---------------------------------------*/
/*--------------------------------------
    4SILO
---------------------------------------*/
.social {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
}
.social .inner {
  overflow: hidden;
}
.social .inner .tweet {
  float: right;
  margin-left: 10px;
}
.social .inner .fb {
  float: right;
  margin-left: 10px;
}
.social .inner .mxchk {
  float: right;
}

.main_footwear a:hover img,
.sub_footwear a:hover img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/*--------------------------------------
    TV
---------------------------------------*/
.main_mov .row .col {
  position: relative;
  padding-top: 56.25%;
}
.main_mov .row .col iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sub_mov .row .col {
  position: relative;
  padding-top: 18%;
}
.sub_mov .row .col iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/*# sourceMappingURL=pages.css.map */
