@charset "UTF-8";

p,div {
    line-height: 1.5;
}
/* --------------------------------
   body
-------------------------------- */
body {
}



/* --------------------------------
   nav
-------------------------------- */
.header__nav {
  padding-top: 20px;
  background: #000;
}
.header__navList {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 7px;
  overflow: hidden;
}
.header__navList li {
  float: left;
  width: 20%;
  border-left: 2px solid #ffffff;
}
.header__navList li:first-child {
  border-left: 0;
}
.header__navList li a {
  display: block;
  width: 100%;
}

@media screen and (min-width: 751px) {
    .mediaPC {
        display: block;
    }
    .mediaSP {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .mediaPC {
        display: none;
    }
    .mediaSP {
        display: block;
        margin: 0 auto;
    }
}

/* --------------------------------
   mv
-------------------------------- */

#mv {
  margin-bottom: 40px;
  text-align: center;
}

/* --------------------------------
   mainContents
-------------------------------- */
#movie,
#history {
  padding-top: 80px;
}
#history {
  margin-top: 80px;
}
.mainLead {
  max-width: 1100px;
  margin: 0 auto 70px;
  padding: 25px 5px;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.07em;
}
.mainLead__small {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
}
.uniformHistory {
  margin: 0 10px;
  text-align: center;
}
.uniformHistory img {
  margin: auto;
}
.comBk {
  padding: 70px 0 40px;
  background: #fff;
}
.contentsMainTitle {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  text-align: center;
}
.contentsMainTitle img {
  margin: auto;
}
/*
.contentsMainTitle::before,
.contentsMainTitle::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1400px;
  height: 1px;
  background: #1a2f5f;
  margin: auto;
  content: "";
}
.contentsMainTitle::before {
  margin-left: -50px;
  -webkit-transform: translateX(-70%);
  -moz-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
}
.contentsMainTitle::after {
  margin-right: -50px;
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
}
.contentsMainTitle-white::before,
.contentsMainTitle-white::after {
  top: -2px;
  background: #fff;
}*/
.uniform {
  position: relative;
}
.uniform__img {
  position: relative;
  z-index: 1;
  margin: 150px 0 40px;
  text-align: center;
}
.uniform__img img {
  margin: auto;
}
.uniform__year {
  position: absolute;
  z-index: 0;
  top: 270px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.contentsSubTitle {
  margin-bottom: 30px;
  color: #1a2f5f;
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
}
.uniform__text {
  max-width: 1100px;
  margin: 0 auto 45px;
  color: #1a2f5f;
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.uniformProductList__title {
  margin-bottom: 10px;
  color: #1a2f5f;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.uniformProductList__text {
  color: #1a2f5f;
  font-size: 14px;
  font-weight: 300;
}
.uniformProductList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
.uniformProductList li {
  width: 30%;
}
.uniformProductList li:nth-child(n+4) {
  margin-top: 65px;
}
.uniformProductList__img {
  margin-bottom: 25px;
}
.btn-item {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.btn-item__title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
.btn-itemList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.btn-itemList li {
  position: relative;
  width: 23%;
  background: #d70c18;
  border-radius: 23px;
  overflow: hidden;
  text-align: center;
}
.btn-itemList li a {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 14px 0;
  background: url('/cp/adidas/jfa/img/index/btn_off.png') no-repeat 95% center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  transition: all .4s;
}
.btn-itemList li a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #67779a;
  transform: scaleX(0);
  transform-origin: left;
  transition: all .3s;
  content: "";
}
.btn-itemList li a:hover::before {
  background: #67779a;
  transform: scaleX(1);
}
.btn-itemList li a:after {
  transition: all .3s;
}
.btn-itemList li a:hover::after {
  display: block;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  width: 27px;
  height: 26px;
  margin: auto;
  background: url('/cp/adidas/jfa/img/index/btn_on.png') no-repeat center;
  content: "";
}
.btn-itemList li:first-child,
.btn-itemList li:nth-child(3) {
  text-indent: -20px;
}
.btn-item__title-unique {
  margin: 50px auto 30px;
}
.btn-itemList-unique {
  text-align: center;
}
.btn-itemList-unique li {
  width: auto;
  min-width: 350px;
  margin: 0 auto;
}
.btn-itemList-unique li a {
  padding: 14px;
}
.movie__img {
  margin-bottom: 90px;
  text-align: center;
}
.numberkit__textWrap {
  max-width: 1100px;
  margin: 0 auto;
  background: url('/cp/adidas/jfa/img/index/numberkit_logo.png') no-repeat right 20px;
  border-top: 2px solid #1a2f5f;
}
.numberkit__overview {
  text-align: center;
}
.numberkit__subTitle {
  margin-bottom: 20px;
}
.numberkitList {
  margin-bottom: 20px;
  padding: 20px 95px 0 0;
  overflow: hidden;
  color: #1a2f5f;
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
}
.numberkit__price {
  margin: 15px 0 20px;
}
.campaign {
  padding-top: 95px;
}
.campaign__img {
  text-align: center;
}
.historyList {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.historyList li {
  float: left;
  width: 30%;
}
.historyList li:nth-child(2n) {
  width: 65%;
  margin-left: 40px;
}
.historyList li:nth-child(n+3) {
  margin-top: 50px;
}
.historyList li:last-child {
  width: 30%;
}
.historyList__theme {
  padding: 8px;
  border: 1px solid #1a2f5f;
  color: #1a2f5f;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.history__title {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.history__text {
  font-size: 14px;
  font-weight: 400;
}
.historyList__imgTextWrap {
  overflow: hidden;
  color: #1a2f5f;
}
.historyList__imgTextWrap .historyList__img {
  float: left;
  margin-right: 5px;
}
.historyList__img {
  margin-bottom: 5px;
}
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding: 25px;
  background: #000000;
  color: #fff;
  font-family: "AdihausDIN-Bold","Noto Sans Japanese", "Helvetica Neue", Helvetica, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
}
.footer__credit {
  order: 1;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "AdihausDIN-Bold","Noto Sans Japanese", "Helvetica Neue", Helvetica, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
}
.footer__privacy {
  order: 2;
}
.footer__privacy a {
  font-family: "AdihausDIN-Bold","Noto Sans Japanese", "Helvetica Neue", Helvetica, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.btn-pagetop {
  opacity: 0;
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 50px;
  width: 50px;
  transition: all .7s;
}
.headerNav-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.headerNav-height {
  height: 107px;
}
.pageTopBtn-in {
  opacity: 1;
}
[data-when="view"] {
    transition: -webkit-filter 1s, -webkit-transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: filter 1s, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: filter 1s, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1s, -webkit-transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: no-repeat left top;
}
@media screen and (max-width: 800px) {
  .btn-itemList {
    flex-wrap: wrap;
    margin: 0 15px;
  }
  .btn-itemList li {
    width: 47%;
  }
  .btn-itemList li:nth-child(n+3) {
    margin-top: 10px;
  }
  .btn-itemList li a {
    font-size: 12px;
  }
  .btn-itemList li a::before {
    right: 10px;
    width: 13px;
    height: 13px;
  }
  .btn-itemList li a::after {
    right: 15px;
    width: 5px;
    height: 5px;
  }
  .historyList {
    margin: 0 15px;
    text-align: center;
  }
  .historyList li {
    float: none;
    width: 100%;
  }
  .historyList li:first-child,
  .historyList li:nth-child(n+3) {
    margin-bottom: 40px;
  }
  .historyList li:nth-child(2n) {
    width: 100%;
    margin-left: 0;
  }
  .historyList__img {
    margin-bottom: 20px;
  }
  .historyList__imgTextWrap .historyList__img {
    float: none;
    width: 100%;
  }
  .history__text {
    margin-bottom: 25px;
    text-align: left;
  }
  .historyList__year {
    margin-bottom: 40px;
  }
  .historyList__year img {
    margin: 0 auto;
  }
  .history__title {
    font-size: 15px;

  }

}



@media screen and (max-width: 750px) {
  /* --------------------------------
     nav
  -------------------------------- */
  .header__nav {
    padding-top: 0;
  }
  .header__navList li {
    border-left: 1px solid #ffffff;
  }
  .header__navList li img {
    max-width: 75px;
  }
  /* --------------------------------
     mainContents
  -------------------------------- */
  .mainLead {
    margin: 0 15px 45px;
    padding: 15px 0;
    font-size: 22px;
  }
  .mainLead__small {
    font-size: 15px;
  }
  .uniformHistory {
    margin: 0 15px 50px;
  }
  .uniform__img img {
    position: relative;
    top: 80px;
  }
  .comBk {
    padding: 40px 0 30px;
  }
  .uniform__year {
    top: 80px;
  }
  .contentsSubTitle {
    margin: 0 15px 10px;
    font-size: 15px;
  }
  .uniform__text {
    margin: 0 15px 35px;
    font-size: 13px;
  }
  .uniformProductList {
    display: block;
    margin: 0 15px;
  }
  .uniformProductList li {
    width: 100%;
    margin-top: 40px;
  }
  .uniformProductList li:nth-child(n+4) {
    margin-top: 40px;
  }
  .uniformProductList__text {
    font-size: 12px;
  }
  .uniformProductList__img {
    margin-bottom: 0;
  }
  .uniformProductList__title {
    margin: 10px 0 5px;
    font-size: 15px;
  }
  .uniform__img {
    margin-top: 50px;
  }
  .btn-item {
    margin: 0 15px;
    padding-top: 45px;
  }
  .btn-item__title {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .btn-itemList-unique li {
    min-width: 310px;
  }
  .btn-itemList li a {
    background-position: 90% center;
    background-size: 17px;
  }
  .btn-itemList li a:hover::before,
  .btn-itemList li a:hover::after {
    display: none;
  }
  .btn-itemList li:last-child a {
    text-indent: -15px;
  }
  .btn-itemList-unique li a {
    background-position: 95% center;
    text-indent: 0;
  }
  #movie, #history {
    padding-top: 50px;
  }
  .contentsMainTitle {
    margin-bottom: 35px;
  }
  .movie__img {
    margin: 0 15px 60px;
  }
  .campaign {
    padding-top: 50px;
  }
  .numberkit__subTitle {
    width: 70%;
    margin: 0 auto 15px;
  }
  .numberkit__img {
    width: 70%;
    margin: 0 auto 15px;
  }
  .numberkit__price {
    margin: 15px;
  }
  .numberkit__textWrap {
    margin: 0 15px;
  }
  .numberkitList {
    margin-bottom: 40px;
    padding-right: 0;
    font-size: 10px;
  }
  .numberkit__textWrap {
    background-position: right bottom;
    background-size: 40px;
  }
  .numberkit__text {
    width: 80%;
  }
  .btn-itemList {
    margin: 0;
  }
  .btn-pagetop {
    right: 20px;
    bottom: 20px;
  }
  .headerNav-height {
    height: 97px;
  }
  .footer {
    display: block;
    text-align: center;
  }
  .footer__privacy {
    margin-bottom: 15px;
    font-size: 10px;
  }
  .footer__credit {
    font-size: 10px;
  }

}

@media screen and (max-width: 750px) {
  .btn-itemList-unique li {
    min-width: 280px;
  }
}
