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

#RJBA__contentsWrap {
  overflow-x: hidden;
}

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

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

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

#RJBA__Main-section {
  background: url("https://media.aws.locondo.jp/reebokstatic/common/issue/is_25cbap/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_25cbap/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_25cbap/img/bg_sp.png') no-repeat center;
    background-size: cover;
  }

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

  .label__storeWrapping {
    margin-bottom: 0;
  }
}

.RJBA__hero-left {
  min-width: 560px;
  width: 2.342vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #151515;
}

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

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

/*----- movie -----*/




/* スライダーを非表示 */
.slick-dots li button {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 15px !important;
}

/* スライダーを非表示 */




/*---------- MAIN ----------*/
.RJBA__mainContents {
  display: flex;
  width: 90%;
  margin: 60px auto;
  justify-content: space-around;
}

#RJBA__Main-section {
  margin: auto;
}

.RJBA__mainContents-right {
  max-width: 510px;
  width: 42.4597vw;
  padding-top: 0px;
}

.RJBA__mainContents-right .RJBA__mainItem__image {
  display: flex;
  justify-content: space-between;
}

.mainItem__image_01 {
  max-width: 600px;
  /* width: 37.3352vw; */
  position: relative;
  margin-left: 18px;
}

.slick-slide img {
  display: block;
  width: 93%;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}







.mainItem__image_02 {
  max-width: 300px;
  height: -webkit-fill-available;
  height: intrinsic;
  width: 21.9619vw;
  margin-top: -40px;
}

.mainItem__image_03 {
  max-width: 240px;
  width: 17.5695vw;
  height: -webkit-fill-available;
  height: intrinsic;
  margin-top: 80px;
}

.RJBA__mainContents {
  display: flex;
  /* width: 84.1874vw; */
  max-width: 1150px;
  /* margin: 100px auto; */
  /* justify-content: space-between; */
  font-family: 'NeuePlakText', 'Lexend', 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.mainItem__commodityWrap {
  margin-top: 10px;
}

.mainItem__commodityText {
  padding: 0 10px;
  margin-bottom: 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.mainItem__commodityText__name {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  padding-top: 4px;
}

.mainItem__commodityText__price {
  font-weight: 400;
  font-size: 12px;
  padding-top: 5px;
}

.mainItem__commodityText__name2 {
  font-weight: 400;
  font-size: 11px;
  padding-top: 5px;
}

.otherItem__commodityText__name {
  font-size: 16px;
  padding-top: 5px;
  line-height: 1.5em;
}

.button_buy {
  width: 70%;
  height: 56px;
  border: 0;
  background: #ba2424;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 0;
  z-index: 1;
  transition: .3s;
  margin: auto;
}

.button_buy::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: .3s;
}

.button_buy::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #151515;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .5s;
}

.button_buy:hover {
  color: #fff;
  cursor: pointer;
}

.button_buy:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.button_buy:hover::after {
  right: 25px;
}



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

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

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

#RJBA__contentsWrap .RJBA__otherContents {
  margin-top: 80px;
  margin-bottom: 140px;
}

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

#RJBA__contentsWrap h1 {
  text-align: left;
  font-size: 35px !important;
  line-height: 50px;
  margin: 20px 0;
}

.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: -40px;
  padding-bottom: 40px;
}

.jacket_item {
  padding: 0px 4px 0px 4px;
  width: 32%;
  text-align: center;
  margin: 4px;
  margin-top: 40px;
  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: 350px;
}

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

.noveltyContents-main img {
  width: 100%;
  padding: 0px 10px 0px 10px;
}


.all_btn {
  padding: 0px 0px 25px 0px;
  width: 1000px;
  margin: 0 auto;
  margin-top: -25px;
  margin-bottom: 20px;
  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: 16px;
  margin-left: 16px;
}

.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: 38px;
  }

  /*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;
    margin-top: 30px;
    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;
  }

}