/* Fonts */
@font-face {
    font-family: RiftTestBold;
    src: url(fonts/RiftTest-Bold-BF63bcd151c6377.otf);
}
@font-face {
    font-family: RiftTestBoldItalic;
    src: url(fonts/RiftTest-BoldItalic-BF63bcd150a17cf.otf);
}
@font-face {
    font-family: RiftTestItalic;
    src: url(fonts/RiftTest-Italic-BF63bcd1515d4af.otf);
}
@font-face {
  font-family: RobotoMedium;
  src: url(fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: RobotoBoldItalic;
  src: url(fonts/Roboto-BoldItalic.ttf);
}
@font-face {
  font-family: RobotoRegular;
  src: url(fonts/Roboto-Regular.ttf);
}

*{
  width: 100%;
  height: auto;
}
/* Pc screen section */
@media only screen and (min-width: 1024px) {
  /* Text */
  div h1, div h2, div h3{
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .col h1{
    font-family: RiftTestBoldItalic;
    line-height: 129.55px;
    font-size: 148.91px;
    font-style: italic;
    letter-spacing: 0.05em;
  }
  div h2{
    font-family: RiftTestBold;
    font-size: 60px;
    line-height: 50.89px;
  }
  div h3{
    font-family: RiftTestBold;
    font-size: 48px;
    line-height: 34.8px;
  }
  h4{
    font-family: RobotoBoldItalic;
    font-weight: 700;
    font-style: italic;
    font-size: 21.31px;
    line-height: 24.97px;
    letter-spacing: 0.05em;
  }
  p{
    font-family: RobotoRegular;
    font-weight: 400;
    font-size: 20px;
    line-height: 23.44px;
    color: #000;
    padding-bottom: 0 !important;
    letter-spacing: 0.05em;
  }

  .container-section{
    padding-left: 80px;
    padding-right: 80px;
  }
  .mobile-banner {
    display: none;
  }
  .content-section-a{
    margin-top: 65px;
  }
  .mobile-smooth-section{
    padding-left: 95px;
    padding-top: 60px;
  }
  .running-velocity-posture{
    max-width: 94%;
  }
}


.parallax_content{
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parallax_content.img_bg_01{
  background-image: url(files/bg-running.png);
}
.content-section-c .bg-area {
  background-image: url(files/bg_science-of-speed.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 150px 0;
}
.content-section-c div h2 {
  color: #fff !important;
  margin-bottom: 50px;
}
.content-section-c div h2 span {
  display: block;
  font-size: 40px;
  margin-bottom: 40px;
}
.video {
  max-width: none !important;
  width: 856px;
  margin: 0 auto 80px;
}
.button-tra {
  width: 680px;
  height: 86px;
  text-align: center;
  border: 1px solid #fff;
  background-color: inherit;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: RobotoMedium;
  letter-spacing: 0.1em;
}

.button-tra:hover{
  opacity: 0.75;
}

/*slider*/
.swiper-list {
  margin: 0 auto;
}
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.infinite-slider .swiper-slide {
  width: auto !important;
  transition-timing-function: linear !important;
}

/*FOOTWEAR WITH*/
.content-section-d .f-box {
  display: flex;
  justify-content: center;
}
.content-section-d .f-box .f-item img {
  /*width: auto;*/
}
.content-section-d .f-box-01 .f-item {
  margin-top: 40px;
  width: auto;
  margin-right: 20px;
}
.content-section-d .f-box-01 .f-item:last-of-type {
  margin-right: 0 !important;
}
.content-section-d .shoes-list {
  margin-top: 100px;
}
.content-section-d .shoes-list .f-box {
  margin-top: 50px;
}
.content-section-d .shoes-list .f-box-02 .f-item {
  margin-right: 250px;
}
.content-section-d .shoes-list .f-box-02 .f-item:last-of-type {
  margin-right: 0 !important;
}
.content-section-d .shoes-list .f-item .item-image {
  margin-bottom: 50px;
}

.content-section-d .shoes-list .f-item .item-image .shose-img{
  width: 420px;
}

.content-section-e .f-box .f-item .pants-img{
  width: 260px;
}

@media only screen and
(max-width: 769px)
{
  .content-section-d .shoes-list .f-item .item-image .shose-img{
    width: 250px !important;
  }
  
  .content-section-e .f-box .f-item .pants-img{
    width: 220px !important;
  }
}

.content-section-d .shoes-list .f-item .item-name p {
  font-size: 40px;
  font-family: RiftTestBold;
  margin-bottom: 0;
}
.content-section-d .shoes-list .f-box-03 .f-item img {
  width: auto;
}

/*APPAREL*/
.content-section-e h3 {
  margin-top: 50px;
}
.content-section-e .f-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.content-section-e .f-box .f-item {
  width: auto;
  margin-right: 120px;
}
.content-section-e .f-box .f-item:last-of-type {
  margin-right: 0 !important;
}
.content-section-e .f-box .f-item img {
  width: auto;
}
.content-section-e .f-box .f-item p {
  font-size: 40px;
  font-family: RiftTestBold;
}
.content-section-e .f-box .f-item ul.icon-list {
  list-style: none;
  margin-top: 30px;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}
.content-section-e .f-box .f-item ul.icon-list li {
  margin-bottom: 10px;
}
.content-section-e .f-box .f-item ul.icon-list li:last-of-type {
  margin-bottom: 0 !important;
}


/* under banner section */
/* content section */
/*#image-smooth-speed-assist{
    max-width: 100%;
}*/
/* button section */
/*.button-shop-now{
    background-color: #001489;
    color: #fff;
    border: none;
    width: 225px;
    height: 55px;
    text-align: center;
    font-family: RobotoMedium;
    line-height: 25.78px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}*/
.img-content-section-c{
    max-width: 59%;
}
#col-second-img{
    float: right;
    margin-top: -55vh;
}
.img-content{
    text-align: center;
}

/*@media(max-width: 1440px) {
  .content-section-d .shoes-list .f-box-02 .f-item {
    margin-right: 80px;
  }
}
@media(max-width: 1024px) {
  .content-section-c {
    padding-top: 30px;
  }
  .parallax_content {
    min-height: 300px;
  }
  .content-section-c .bg-area {
    padding: 80px 0;
  }
  .content-section-d {
    margin-top: 80px;
  }
}
@media(max-width: 880px) {
  .video {
    width: 100%;
  }
}
@media(max-width: 768px) {
  .pc-laptop-banner {
    display: none;
  }
  .content-section-d {
    margin-top: 80px;
  }
  .parallax_content.img_bg_01 {
    background-size: auto;
  }
  .parallax_content {
    min-height: 200px;
  }
  .button-tra {
    width: 100%;
  }
  .content-section-d .f-box-01 {
    justify-content: flex-start;
  }
  .content-section-d .f-box-02 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content-section-d .shoes-list .f-box-02 .f-item {
    margin-right: 0;
  }
  .content-section-d .shoes-list .f-item .item-image {
    margin-bottom: 20px;
  }
  .content-section-d .f-box-02 .f-item img , .content-section-d .f-box-03 .f-item img {
    width: 100% !important;
  }
  .content-section-d .f-box-02 .f-item:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .content-section-d .shoes-list .f-box-03 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content-section-e {
    background-color: #ebebeb;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content-section-e .f-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content-section-e .f-box .f-item {
    margin-right: 0;
  }
  .content-section-e .f-box .f-item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .content-section-e .f-box .f-item img {
    width: 100%;
  }
  .content-section-d .shoes-list .f-item .item-name p , .content-section-e .f-box .f-item p {
    font-size: 24px;
  }
}*/

/* Laptop screen section */
@media only screen and
(min-width: 769px)
{
  img .mobile-banner-image,
  div .mobile-banner  {
    display: none;
  }
  /* Text */
  /* under banner section */
  #container-section-text,
  .img-content-section-a {
    display: none;
  }
  .content-section-a{
    margin-top: 50px;
  }
  .mobile-image{
    max-width: 100%;
    height: auto;
  }
  /* content section */
  section.content-section-e {
    margin-top: 150px;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #ebebeb;
  }
  .content-section-c-mobile,
  .content-section-c-mobile-2
  {
    display: none;
  }
  #image-smooth-speed-assist {
    max-width: 100%;
  }
  .mobile-smooth-section{
    padding-left: 95px;
    padding-top: 25px;
}
.content-section-b{
  padding-top: 65px;
  padding-bottom: 15px;
}
.content-section-b-text{
  /*padding-top: 10px;*/
  /*margin-bottom: 25px;*/
  margin-bottom: 0 !important;
}
#col-second-img {
  margin-top: -63vh;
}
.content-section-c{
  padding-top: 50px;
}
.img-content-section-c {
  max-width: 57%;
}

.content-section-d{
 margin-top: 180px;
}
#wave-rebellion-header {
  max-width: 75%;
  padding-bottom: 65px;
}
.pc-laptop-banner {
  display: block;
  width: 100%;
  height: auto;
}
.pc-laptop-banner .w-100 {
  overflow: hidden;
}
.banner-text {
    position: absolute;
    /*top: 35%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*text-align: center;*/
    left: 0;
    bottom: 80px;
    left: 12vh;
    bottom: 6vh;
}
.banner-header,
.banner-header-description {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: RiftTestBold;
  text-align: center;
  font-style: italic;
}
.banner-header {
  font-size: 150.07px;
  line-height: 130px;
  text-align: left;
}
.banner-header-description {
  font-size: 60.03px;
  line-height: 90px;
  text-align: left;
}
}

  /* Mobile screen section */
    @media only screen
    and (max-width: 599px) {

        /* Mobile Text */
    h1, h2, h3, h4, .banner-header,
    .banner-header-description {
      font-weight: 700 !important;
        }
    h2,
    h3,
    .banner-header,
    .banner-header-description {
      font-family: RiftTestBold;
    }
    .pc-laptop-banner {
      display: none;
    }
    .banner-header {
      color: #fff;
      /*font-size: 90.48px;*/
      font-style: italic;
      /*line-height: 76.57px;*/
      text-transform: uppercase;
    }
    .banner-header-description {
      color: #fff;
      /*font-size: 41.33px;*/
      /*line-height: 41.59px;*/
      text-transform: uppercase;
    }
    .container h2 {
      font-size: 38px;
    }
    .container h3 {
      font-size: 32.83px;
      /*line-height: 28.56px;*/
    }
    .col h4{
      font-family: RobotoBoldItalic;
      font-weight: 700;
      font-style: italic;
      font-size: 15.18px;
      line-height: 17.79px;
    }
    #innovation-text p,
    .container p,
    .container-section-text p,
    .col p {
      font-family: RobotoRegular;
      font-weight: 400;
      font-size: 14px;
      line-height: 16.41px;
      color: #000;
      padding-bottom: 0;
    }
    .text-center p {
      font-family: RobotoRegular;
      font-weight: 300;
      font-size: 15.18px;
      line-height: 17.79px;
      color: #000;
    }

    .banner-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: auto;
    }
    #pc-laptop-image {
      display: none;
    }
    .img-content-section-a{
      padding-top: 10px;
    }
    .container-section-text{
        display: none;
    }
    .content-section-c-mobile{
      padding: 35px 13px 27px 13px;
    }
    .content-section-c-mobile-2{
      padding: 20px 13px 2% 13px;
    }
    .content-section-c{
        /*display: none;*/
    }
    .img-content-section-c{
        max-width: 100%;
        height: auto;
    }
    .content-section-d{
        padding: 0 13px 0 13px;
    }
    .content-section-e{
      padding-top: 58px;
    }
    .mobile-section{
      padding: 30px 13px 50px 13px;
    }
    .mobile-spacer{
      height: 50px;
    }
    .mobile-text-spacer{
      height: 20px;
    }
    #col-second-img {
      margin-top: 0;
    }

    .content-section-a{
      padding-top: 27px;
      padding-left: 13px;
    }
    .mobile-banner {
      display: block;
      width: 100%;
      height: auto;
  }

  .banner-text {
      position: absolute;
      top: 25%;
      /*left: 50%;*/
      /*transform: translate(-50%, -50%);*/
      text-align: center;
  }
}


/* color setting */
.sa {
  opacity: 0;
  transition: all 0.5s 0.2s ease;
}

.sa.fade02 {
  opacity: 0;
  transition: all 0.5s 0.7s ease;
}


.sa.fade03 {
  opacity: 0;
  transition: all 0.5s 1.2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

div.mobile-section{
  display: none !important;
}
.pc-laptop-section{
  display: block !important;
}

@media only screen and (max-width: 1000px) {

  div.mobile-section{
    display: block !important;
  }
  .pc-laptop-section{
    display: none !important;
  }
}











.mobile-banner {
  display: none;
}

/*追加*/
@media(max-width: 1440px) {
  .content-section-d .shoes-list .f-box-02 .f-item {
    margin-right: 80px;
  }
}
@media(max-width: 1024px) {
  .content-section-c {
    padding-top: 30px;
  }
  .parallax_content {
    min-height: 300px;
  }
  .content-section-c .bg-area {
    padding: 80px 0;
  }
  .content-section-d {
    margin-top: 80px;
  }
  h2 {
    font-family: RiftTestBold !important;
    font-size: 60px !important;
  }
  h3 {
    font-family: RiftTestBold !important;
    font-size: 48px !important;
  }
}
@media(max-width: 880px) {
  .video {
    width: 100%;
  }
}
@media(max-width: 768px) {
  .pc-laptop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .banner-text {
    /*margin-top: 30px;*/
    padding-top: 30px;
    background-color: #fff;
  }
  .banner-header {
    font-family: RiftTestBold !important;
    font-size: 48px !important;
    margin-bottom: 0;
  }
  .banner-header-description {
    margin-bottom: 0;
  }
  h2 {
    font-family: RiftTestBold !important;
    font-size: 38px !important;
  }
  h3 {
    font-family: RiftTestBold !important;
    font-size: 32px !important;
  }
  .content-section-d {
    margin-top: 80px;
  }
  .parallax_content.img_bg_01 {
    background-size: auto;
  }
  .parallax_content {
    min-height: 200px;
  }
  .button-tra {
    width: 100%;
  }
  .content-section-d .f-box-01 {
    justify-content: flex-start;
  }
  .content-section-d .f-box-02 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content-section-d .shoes-list .f-box-02 .f-item {
    margin-right: 0;
  }
  .content-section-d .shoes-list .f-item .item-image {
    margin-bottom: 20px;
  }
  .content-section-d .f-box-02 .f-item img , .content-section-d .f-box-03 .f-item img {
    width: 100% !important;
  }
  .content-section-d .f-box-02 .f-item:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .content-section-d .shoes-list .f-box-03 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content-section-c div h2 span {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .content-section-e {
    background-color: #ebebeb;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content-section-e h3 {
    margin-top: 20px;
  }
  .content-section-e .f-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content-section-e .f-box .f-item {
    margin-right: 0;
  }
  .content-section-e .f-box .f-item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .content-section-e .f-box .f-item img {
    width: 100%;
  }
  .content-section-d .shoes-list .f-item .item-name p , .content-section-e .f-box .f-item p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px){
  .content-section-d {
    background-color: #fff;
  }
  .parallax_content{
    height: 100%;
    background-image: none;
  }
  .parallax_content::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
  .parallax_content.img_bg_01::before{
    background-image: url(files/bg-running.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .parallax_content.img_bg_01 {
    background-image: none;
  }
  .content-section-b {
    margin-top: 0;
    background-color: #fff;
    padding: 40px 0;
  }
  .content-section-d {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .content-section-e {
    margin-top: 0;
  }
}
@media(max-width: 599px) {
  .banner-text {
    background-color: inherit;
    padding-top: 0;
    text-align: left;
    padding-left: 40px;
  }
  .banner-header {
    font-size: 36px !important;
  }
  .banner-header-description {
    font-style: italic;
    font-size: 26px !important;
  }
  .content-section-b {
    /*margin-top: 40px;*/
  }
  .content-section-b-text {
    margin-bottom: 0;
  }
}
@media(max-width: 425px) {
  .banner-header {
    font-size: 36px;
    line-height: 38px;
  }
  .banner-header-description {
    font-size: 26px;
    line-height: 30px;
  }
  .content-section-b {
    /*margin-top: 30px;*/
  }
  .content-section-b-text {
    margin-bottom: 0;
  }
  .parallax_content {
    min-height: 100px;
  }
  .content-section-c {
    padding-top: 30px;
  }
  .content-section-c .bg-area {
    padding: 40px 0 50px;
  }
  .content-section-c div h2 {
    margin-bottom: 20px;
  }
  .video {
    margin-bottom: 30px;
  }
  .button-tra {
    height: 60px;
    font-size: 16px;
  }
  .infinite-slider .swiper-slide {
    width: 100% !important;
  }
  .content-section-d .shoes-list {
    margin-top: 40px;
  }
  .content-section-d .f-box-01 .f-item {
    margin-top: 10px;
    margin-right: 10px;
  }
  .content-section-e {
    /*margin-top: 60px;*/
    padding-top: 50px;
    padding-bottom: 60px;
  }
}