
.dummy{
  width: 100%;
  height: 747px;
  background-color: slategray;
}


*{
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: 'NeuePlak', 'Oswald', 'Lexend', 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
} 
.section_box img{
  width: 100%;
}
section{
  width: 100%;
}
.section_box a{
  color: #000;
  text-decoration: none;
}
.bold_text{
  font-weight: 600;
  line-height: 0.8;  
  font-family: "Hiragino Sans", sans-serif;
}
.text{
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 1.3;
  font-family: "Hiragino Sans", sans-serif;
}
.section_box{
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
}
.section_box a img:hover{
  opacity: .8;
}
.section_box.full{
  width: 100%;
  max-width: none;
}
.bg-img{
  background-image: url( https://media.aws.locondo.jp/reebokstatic/common/REBOOT/img/bgimg_pc_3.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100%;
  margin-top: -21px;
}
.h1{
  font-family: "NeuePlakCondensed", sans-serif;
  font-size: clamp(10%,8vw,110px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 0.8;
  text-align: left;
  color: #000;
}
.h1 .sub{
  font-family: "NeuePlakCondensed",sans-serif;
  /* font-size: clamp(10%,5vw,70px); */
  font-size: clamp(10%,3.9vw,70px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.h2{
  font-family: "NeuePlakCondensed", sans-serif;
  color: #000;
  font-size: clamp(10%,7vw,80px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 0.8;
  text-align: center;
}
.h3{
  font-size: clamp(10%,7vw,85px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 0.8;
  padding-bottom: 28px;
}
.title{
  font-family: "NeuePlak", sans-serif;
  font-size: clamp(10%,2vw,18px);
  font-weight: 800;
}
.subtitle{
  font-family: "NeuePlak", sans-serif;
  font-size: clamp(10%,2vw,16px);
  font-weight: 500;
  margin-top: 7px;
}
.btn_box{
  margin: 40px auto;
}
.section_box .btn_box .btn{
  display: block;
  width: 54%;
  padding: 0.7em 0px;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  max-width: 600px;
  background-color: #000;
  color: #fff;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section_box .btn_box .btn:hover{
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
/* 左から色が変わるエフェクト */
/* .section_box .btn_box .btn::after{
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.section_box .btn_box .btn:hover::after {
  transform: scale(1, 1);
} */



footer{
  margin-top: 0!important;
}

.mt-48{
  margin-top: 48px;
}
.pt-0{
  padding-top: 0;
}
.opacity:hover{
  opacity: .5;
}
.underline{
  position: relative;
}
.underline::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000000;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s;  /*変形の時間*/
}
.underline:hover::after {
  transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}
/*------------------------------------------------------------------
  PC
------------------------------------------------------------------*/
/* main_view */
.innner_SP{
  text-align: center;
  background-color: #c2c9c785;
  /* padding: 3% 0; */
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.innner_SP::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 110%;
  top: 0;
  left: -20px;
  right: 0;
  bottom: 0;
  background-image: url(https://media.aws.locondo.jp/reebokstatic/common/REBOOT/img/top_movie.jpg);
  z-index: -1;
  background-position: center;
  background-size: 101%;
  filter: blur(5px);
  mix-blend-mode: color-dodge;
}
.main_view .topvid{
  width: 100%;
  /* height: 800px; */
  height: 95%;
  object-fit: cover;
  object-position: center;
  max-width: 1281px;
  margin: 0 auto;
}

.mv_textbox{
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.mv_textbox .text{
  font-size: 19px;
  margin-top: 40px;
}

/* gallery */
.gallery .slider .items img{
  text-align: center;
  width: 100%;
}
.gallery .slider .items{
  margin: 0 1vw;
  display: flex;
  justify-content: space-between;
  min-height: 45vw;
  /* max-width: 600px; */
  align-items: center;
}

/* それぞれの画像 */
.gallery .img_box{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.gallery .items.tow .img_box{
  max-width: 350px;
}
.gallery .items.tow{
  align-items: flex-start;
}
.gallery .items.vertical{
  flex-direction: column;
  align-items: normal
}
.gallery .items.vertical .img_box:nth-child(2){
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1vw;
  max-width: 800px;
}
.gallery .items.vertical .img_box:nth-child(2) img{
  width: 80%;
}
.gallery .items.vertical .img_box{
  margin: 0;
}
.gallery .img_box.A{
  width: 70%;
  float: left;
}
.gallery .img_box.B{
  width: 40%;
  float: right;
  /* margin-top: calc(100% - 33vw); */
  margin-top: 10%;
}
.gallery .img_box.D{
  padding:10%  0;
}
.gallery .img_box.E{
  width: 50%;
  float: left;
}
.gallery .img_box.F{
  width: 40%;
  float: right;
  margin-top: calc(100% - 35vw);
}
.gallery .section_box{
  margin-bottom: 80px;
}

/* スライダー系 */

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}


/* ITEM */
.item .h2{
  margin-bottom: 48px;
}
.item .section_box{
  max-width: 1350px;
  width: 85%;
}
.item .items_content{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.item .items_content.three{
  max-width: 1000px;
  margin: 0 auto;
  width: 75%;
  margin-bottom: 40px;
}
.item .items_grid{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item .items_grid.--no_center{
  justify-content: space-between;
  width: 100%;
}
.items_grid .item_box{
  width: calc(50% - 20px);
  margin-bottom: 20px;
}
.items_grid.--no_center .item_box{
  width: calc((100%/3) - 20px);
}
.items_grid .item_img{
  width: 100%;
  max-width: 400px;
}
/* アイテムのスライダー */
.item .slick-dots {
  bottom: calc(0% - 2px);
  display: flex;
}
.item .slick-dots li {
  /* 商品画像増える場合は変える */
  width: calc(100% / 2);
  margin: 0;
  height: 2px;
}
.item .slick-dots li button{
  width: 100%;
  height: 2px;
  padding: 0;
  cursor: auto;
}
.item .slick-dots li button:before{
  width: 100%;
  content: "";
  background-color: transparent;
  height: 2px;
}
.item .slick-dots li.slick-active button:before{
  background-color: #E41D1C;
}
.item .slick-dotted.slick-slider{
  margin-bottom: 8px;
}
.item .slick-dots li button:hover:before,.item .slick-dots li button:focus:before {
  opacity: 0;
}
.item .slick-dots li.slick-active button:hover:before,.item .slick-dots li.slick-active button:focus:before {
  opacity: .75;
}

/* history */
.history .h2{
  margin-bottom: 30px;
}
.history .section_box{
  padding-bottom: 10px;
  padding-top: 10px;
}

.footer_section{
  background-image: url(https://media.aws.locondo.jp/reebokstatic/common/REBOOT/img/bg_img_4.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
}


.footer_section .img_box{
  width: 50%;
  max-width: 200px;
  /* max-width: 400px; */
  margin: 7vw auto 9vw;
  text-align: center;
}
.footer_section .section_box{
  padding-bottom: 10px;
}

.fadeIn1s {
  animation-name: fadeIn1s;
  animation-delay: 0.8s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(0);
  opacity: 0;
}
@keyframes fadeIn1s {
  0% {
  }
  100% {
      transform: translateY(-50px);
      opacity: 1;
  }
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.visial_pc{
  display: inline;
}
.visial_sp{
  display: none;
}
.visial_md{
  display: none;
}
/*------------------------------------------------------------------
  dots
------------------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .newitem_list .slick-dots {
    top: calc(45vw);
}
.newitem_list.--add_list .slick-dots{
  top: max(49vw, 520px);
  }
}


/*------------------------------------------------------------------
  SP
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .visial_pc{
    display: none;
  }
  .visial_sp{
    display: inline;
  }
  .visial_md{
    display: none;
  }

  .bg-img{
    background-image: url( https://media.aws.locondo.jp/reebokstatic/common/REBOOT/img/bgimg_sp_3.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin-top: -20px;
  }
  .h1{
    font-size: clamp(10%,15vw,85px);
  }
  .h1 .sub{
    /* font-size: clamp(10%,9.5vw,71px); */
    font-size: clamp(10%,7.99vw,71px);
  }
  .section_box {
    width: 90%;
  }
  .section_box .btn_box .btn {
    width: 87%;
    font-size: 16px;
    padding: 1em 0px 1.1em;
  }
  .text{
    font-size: 15px;
  }
  .h2 {
    /* font-size: clamp(10%,15vw,85px); */
    font-size: clamp(10%,12vw,65px);
  }
  .h3 {
    font-size: clamp(10%,14vw,85px);
  }
  .title{
    font-size: clamp(10%,3.7vw,16px);
  }

  /* MV */
  .innner_SP{
    padding: 0;
  }
  .main_view .topvid{
    object-fit: cover;
    object-position: center center;
    height: 400px;
  }
  .mv_textbox{
    margin-top: 30px;
    width: 90%;
    margin-bottom: 40px;
  }
  .mv_textbox .text {
    font-size: 17px;
    margin-top: 20px;
    letter-spacing: 0.02em;
  }
  .gallery .section_box {
    margin-bottom: 30px;
  }

  .item .section_box{
    width: 100%;
  }
  .item .items_content{
    flex-direction: column;
    margin-bottom: 0px;
  }
  .item .items_grid{
    width: 100%;
  }
  .items_grid .item_box{
    margin-bottom: 40px;
  }
  .item .items_content.three{
    width: 100%;
  }
  .items_grid.--no_center .item_box{
    width: calc((100%/2) - 20px);
  }
  .item .items_grid.--no_center {
    justify-content: space-between;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .gallery .img_box.F{
    margin-top: calc(100% - 55vw);
  }

  .footer_section .img_box {
    width: 35%;
    /* width: 75%; */
    margin: 9vw auto 20vw;
  }
  .btn_box {
    margin: 0px auto 40px;
  }

}