/*------------------------------------------------------------------
  COMMON
------------------------------------------------------------------*/

#RJBA__contentsWrap {
  overflow-x: hidden;
}

/*season-color*/
#RJBA__contentsWrap h1:after {
  background: #ff7e7e;
}

.label__storeWrapping {
  display: block;
  background: #ff7e7e;
}

.button_buy::before {
  background: #ff7e7e;
}

#RJBA__Main-section {
  background: url("https://media.aws.locondo.jp/reebokstatic/common/issue/is_25cn/img/bg_pc.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 0px 0;
} 

.bg::before {
  background: url('https://media.aws.locondo.jp/reebokstatic/common/issue/is_25cn/img/bg_pc.png') no-repeat center;
  background-size: cover;
}


/*---------- HERO ----------*/
@media screen and (max-width: 767px) {
  /* .bg::before {
    background: url('https://media.aws.locondo.jp/reebokstatic/common/issue/is_25cn/img/bg_sp.png') no-repeat center;
    background-size: cover;
  } */

  #RJBA__heroSection .kv {
    background: url("https://media.aws.locondo.jp/reebokstatic/common/issue/is_25cn/img/kv_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .label__storeWrapping {
    margin-bottom: 0;
  }
}

/*---------- MAIN ----------*/
/*autumn*/

  /*----- movie -----*/
  .videoarea{
    margin: auto;
    width: 1000px;
    height: 500px;
    /* margin-top: 30px; */
    padding-top: 30px;
  }
    /*----- movie -----*/




.novelty__wrap {
  margin: auto;
  width: 1034px;
  /* display: flex; */
  padding-top: 30px;
}

.novelty__wrap img {
  margin: auto;
  width: 94%;
}

.top-text {
  text-align: center;
  margin: 80px 0;
  font-size: 2.5rem;
  font-weight: bold;
}

#RJBA__contentsWrap 
.RJBA__otherContents {
  margin: 140px auto;
}

#RJBA__contentsWrap 
.RJBA__otherContents h2 {
  color: #222;
  text-align: center;
}

.otherContents-box {
  display: flex;
  width: 84.1874vw;
  max-width: 1150px;
  margin: 0 auto;
  justify-content: space-between;
}

.otherContents-item {
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.otherContents-item p {
  padding-top: 1em;
}

.otherContents-item img {
  outline: 1px solid rgb(0 0 0);
  outline-offset: -1px;
}



.jacketContents-main {
  width: 1150px;
  margin: auto;
}

.jacket_item-wrap {
  text-align: center;
  width: 1000px;
  margin: auto;
  margin-top: 20px;
}

.jacket_item {
  padding: 0px 20px 0px 20px;
  width: 30%;
  text-align: center;
  margin: 4px;
  display: inline-flex;
}

.jacket_item img{
  margin: auto;
}

.jacket_item a:hover img{
  text-decoration: none;
  opacity: .8;
}



#RJBA__contentsWrap 
.RJBA__noveltyContents h2 {
  color: #222;
  text-align: center;
}

#RJBA__Main-section
.novelty__wrap {
  margin: 60px auto;
}

.noveltyContents-title {
  margin: auto;
  margin-top: -120px;
  margin-bottom: 30px;
}

.noveltyContents-title img {
  margin: auto;
  width: 20%;
}

.noveltyContents-main {
  width: 1000px;
  margin: auto;
  /* display: flex; */
  justify-content: center;
}

.noveltyContents-main img{
  width: 70%;
  padding: 0px 10px 0px 10px;
  margin: auto;
}


.all_btn {
  padding: 0px 0px 40px 0px;
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
}

.all_btn img {
padding: 20px;
}

.all_btn a:hover img{
  text-decoration: none;
  opacity: .8;
}


.novelty__wrap img {
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: -50px;
}

.novelty__wrap a {
  display: block;
  /* transition: .3s; */
}

.novelty__wrap a:hover {
  opacity:0.8;
	transition:0.3s;
}

.novelty-img {
  margin: 0 auto;
  background:#111;
}

.information {
  text-align: center;
  margin: -50px auto 0px;
  padding: 40px 80px;
  /* border: 1px solid #222; */
  width: 84.1874vw;
  max-width: 960px;
  background: rgb(255 255 255 / 50%);
}

.information_tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 24px;
  text-align: center;
}

.information span {
  font-size: 12px;
  line-height: 24px;
}

.information a {
  text-decoration: underline;
  display: inline-block;
}

.information a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.information ul {
  list-style: disc;
}

.information li {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.information li a {
  text-decoration:underline;
  text-decoration-color: #000;
  text-underline-position: under;
}

.information-flow {
  margin: 80px auto;
  padding: 30px 40px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  width: 84.1874vw;
  max-width: 960px;
  background: rgb(255 255 255 / 50%);
}

.novelty-flow .novelty-flow_box {
  display: flex;
  margin-bottom: 40px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  font-size: 1.6em; 
}

.novelty-flow .novelty-flow_box:last-child {
  margin-bottom: 0;
}

.flow_box-step {
  width: 16%;
  font-weight: bold;
}

.flow_box-step_p {
  width: 84%;
  font-size: 13px;
  line-height: 24px;
  padding-top: 2px;
}

.flow_box-step_p a {
  text-decoration:underline;
  text-decoration-color: #000;
  text-underline-position: under;
}

.novelty-flow .novelty-flow_box:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 14px solid #000000;
  border-bottom: 0;
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -25px;
}

.novelty-flow .novelty-flow_box:last-child:after {
 border: none; /* 最後のボックスだけ三角形を表示しない */
}

.Apply {
  text-align: center;
}

.Apply_btn {
  max-width: 580px;
  margin: 0 auto 20px;
}

    /*---------- photo area ----------*/
    .RJBA__photoContentslogo {
      width: 1000px;
      margin: auto;
      padding: 40px 0px 40px 0px;
     } 

     .RJBA__photoContentslogo img {
      width: 40%;
      margin: auto;
     } 

     .RJBA__photoContentsWrap {
      margin: 0px auto;
      width: 1000px;
     }

    .RJBA__photoContents {
     margin: 60px auto;
    }
  
  
    .photoContents-item {
      display: table-cell;
    }

    .photoContents-item img {
      width: 100%;
    }


/*---------- SEASON BANNER ----------*/
.RJBA__seasonBanner-contentsWrap {
  margin: 30px auto;
  border-top: 1px solid #222;
  max-width: 960px;
  width: 84.1874vw;
  display: flex;
}

.RJBA__seasonBanner-contents {
  padding: 60px 0 0;
  margin: auto;
}

.RJBA__seasonBanner-contentsWrap a {
  display: block;
  transition: .3s;
}

.RJBA__seasonBanner-contentsWrap a:hover {
  opacity: 0.6;
}

.RJBA__seasonBanner-contents .logo {
  width: 300px;
  margin: 0 auto 50px;
}

/*------------------------------------------------------------------
  SP
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

  /*---------- MAIN ----------*/


  /*----- movie -----*/
.videoarea{
  height: 40vw;
}
video{
  width: 100%;
  height: 25vh;
  /* z-index: -100; */
  /* position: fixed; */
  object-fit: cover;
  opacity: 1;
  background: #000000;
  /* background-attachment: scroll; */
  /* top: 75vw; */
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
}
.videolinkarea{
  background: #ffffff;
  margin-bottom: -40vw;
}
.videolinkarea a{
  display: block;
  width: 100%;
  height: 40vw;
  position: relative;
  top: -40vw;
}
  /*----- movie -----*/


  #RJBA__contentsWrap h1 {
    font-size: 35px;
  }

  /*autumn*/
  #RJBA__Main-section
  .novelty__wrap {
    margin: 0px auto;
    margin-top: 80px;
    width: 92%;
  }

  #RJBA__contentsWrap 
  .RJBA__otherContents {
   margin: 60px auto;
  }

  .top-text {
    font-size: 1.5rem;
    margin: 40px 0;
  }

  .otherContents-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .otherContents-item {
    margin-bottom: 30px;
  }

  .otherContents-item p {
    padding-top: 0.8em;
  }

  /* TRACK JACKET */
    .RJBA__jacketContents {
   margin: 60px auto;
  }

  .top-text {
    font-size: 1.5rem;
    margin: 40px 0;
  }

  .jacketContents-main {
    flex-direction: column;
    align-items: center;
  }


  .jacket_item-wrap {
    text-align: center;
}


  .jacket_item {
    padding: 0px 0px 0px 0px;
    width: 46%;
    text-align: center;
    margin: 4px;
    display: inline-flex;
}


.all_btn {
  padding: 0px 0px 25px 0px;
  width: 90%;
  margin: 0 auto;
  margin-top: -35px;
}

.all_btn img {
margin: 10px 0px 15px 0px;
}



  
    /* NOVELTY */
  .RJBA__noveltyContents {
    width: 92%;
    margin: 0 auto;
  }

  .information {
    padding: 0;
    margin: -60px auto 0px;
    padding: 40px 20px 40px 36px;
    width: 100%;
  }

  /* .information li {
    margin-bottom: 20px;
  } */
  
  .information_tit {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 24px;
  }

  .information-flow {
    margin: 30px auto 60px;
    padding: 40px 20px 0;
    width: 100%;
  }
  
  .novelty-flow .novelty-flow_box {
    display: block;
  }

  .novelty-flow .novelty-flow_box:last-child {
    margin-bottom: 30px;
  }

  .flow_box-step {
    width: 100%;
    margin-bottom: 4px;
  }

  .flow_box-step_p {
    width: 100%;
    padding: 0%;
  }

  .Apply {
    text-align: center;
    margin-bottom: 50px
  }

  .noveltyContents-title {
    width: 80%;
    margin: auto;
    margin-top: -48px;
    margin-bottom: 20px;
  }

  .noveltyContents-main {
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }


    /*---------- photo area ----------*/
    .RJBA__photoContentslogo {
      width: 80%;
      margin: auto;
      padding: 40px 0px 40px 0px;

     } 

    .RJBA__photoContents {
     margin: 60px auto;
    }
  
  
    .photoContents-item {
      display: table-cell;
    }

    .photoContents-item img {
      width: 100%;
    }
  



  /*---------- SEASON BANNER ----------*/

  .RJBA__seasonBanner-contents .logo {
    width: 260px;
  }

  .RJBA__seasonBanner-contentsWrap {
    width: 92%;
    border-top: 1px solid #444;
  }

  .RJBA__seasonBanner-contents {
    padding: 60px 0 0;
  }

  .RJBA__seasonBanner-contentsWrap a {
    display: block;
    outline: 1px solid #333;
  }

}