

.football_content img{
  width: 100%;
}
*{
  text-decoration: none;
  margin: 0;
  padding: 0;
}
section{
  width: 100%;
  background-color: #000;
}
.bg_black{
  background-color: #000;
}
.bold_text{
  font-weight: 600;
  line-height: 0.8;  
  color: #fff;
  font-family: "Hiragino Sans", sans-serif;
}
.text{
  color: #fff;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 1.3;
  font-family: "Hiragino Sans", sans-serif;
  text-align: center;
}
.section_box{
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
}

.h2{
  font-family: "Rajdhani", serif;
  font-size: clamp(10%,5vw,46px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 0.8;
  text-align: center;
}
.h3{
  font-family: "Rajdhani", serif;
  font-size: clamp(10%,8vw,93px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 0.8;
  padding-bottom: 70px;
  text-align: center;
}
.FG_color{
  color: #a2f428;
}

.btn{
  color: #fff;
  display: block;
  width: 54%;
  padding: 0.7em 0px;
  border: 2px solid #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  max-width: 450px;
}
footer{
  margin-top: 0!important;
}

.mt-48{
  margin-top: 48px;
}
.pt-0{
  padding-top: 0;
}


/*------------------------------------------------------------------
  PC
------------------------------------------------------------------*/
/* main_view */
.main_view{
  background-color: #000;
  background-image: url(https://media.aws.locondo.jp/reebokstatic/common/football/img/MV_pc.jpg);
  margin-bottom: 40px;
    margin-top: -21px;
    width: 100%;
    height: 39vw;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}
.main_text{
  width: 80%;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}

.h1{
  padding-bottom: 28px;
  width: 360px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}
.main_text .text{
    width: 100%;
    font-family: "Rajdhani", serif;
    font-weight: 900;
    text-align: center;
    color: #fff;
    line-height: 1.0;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}
.main_text .bold_text{
  font-family: "Rajdhani", serif;
  padding-bottom: 15px;
  font-size: clamp(20px,1.25rem + 6vw,100px);
  letter-spacing: 0.06em;
}
.main_text .sub_text{
  font-size: clamp(16px, 1rem + 1.5vw, 36px);;
}

/* intro */
.intro{
  max-width: 1000px;
  padding-top: 80px;
  margin: 0 auto;
}
.intro-text{
  font-size: 18px;
  line-height: 2.2;
}

/* ボタンエリア　非表示中 */
.btn_area{
  margin: 100px 0;
}
.btn_list{
  display: flex;
  justify-content: space-between;
}
.btn_list .btn_item{
  width: calc(100%/3 - 20px);
}
.btn_list .btn{
  width: 100%;
  transition: 0.2s ease-in-out;
  position: relative;
}
.btn_list .btn:hover{
  transition: 0.2s ease-in-out;
  background-color: #fff;
  color: #000;
}
.btn_list .btn .new_label{
  background-color: #fff;
  color: #000;
  padding: 0.3em 0.8em 0.25em;
  position: absolute;
  top: -13px;
  left: -12px;
  font-size: 0.8em;
  line-height: 1;
  font-weight: 500;
  border: solid 2px #000;
  transition: 0.2s ease-in-out;
}
.btn_list .btn:hover .new_label{ 
  background-color: #000;
  color: #fff;
  border: solid 2px #fff;
  transition: 0.2s ease-in-out;
}

/*--  NEW ITEM --*/
.newitem_img_area{
  width: 100%;
  margin-bottom: 28px;
}
.newitem_img_area .img_box{
  width: 100%; 
}
.newitem_img_area .slick-slide{
  margin: 0 20px; 
}
.newitem_img_area .slick-list {
  margin: 0 -20px; 
}
.new_item{
  padding-top: 120px;
  padding-bottom: 109px;
}
.new_item .text_box{
  width: 99%;
  margin-bottom: 48px;
}
.new_item .text{
  letter-spacing: 0.022em;
  line-height: 1.6;
  margin-bottom: 26px;
  text-align: left;
}
.new_item .slick-slide {
  height: auto;
}

/* ラインナップ */
.lineup-item_list{
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 40px;
  width: 100%;
}
.lineup-item_list .items{
  list-style: none;
  width: 100%;
  margin-bottom: 10px;
}
.lineup-item_list .items img{
  width: 100%;
}
.lineup .text{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
}
.lineup .text_detail{
  font-size: 16px;
}
.item_btn{
margin-top: 50px;
}

/*-- gallery --*/
.gallery .h2{
  margin-bottom: 30px;
}
.gallery .gallery_main_img{
  width: 60%;
  display: block;
  margin: 0 auto;
}
.gallery_grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
  padding-bottom: 100px;
}
.gallery_grid .gallery_item{
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.gallery_grid .gallery_item img{
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: .3s ease-out;
}
.gallery_grid .gallery_item .text {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}

/* エフェクト */
.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(-20px);
      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;
}
.visial_sp_important{
  display: none !important;
}


.mb28{
  margin-bottom: 48px;
}


/*------------------------------------------------------------------
  SP
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .visial_sp_important{
      display: block !important;
    }
    .visial_pc{
      display: none;
    }
    .visial_sp{
      display: inline;
    }
    .visial_md{
      display: none;
    }
    .h1{
      font-size: clamp(10%,15vw,85px);
      width: 73%;
    }
    .section_box {
      width: 90%;
    }
    .btn {
      width: 87%;
      font-size: 16px;
      border: 1px solid #fff;
    }
    .text{
      font-size: 13px;
    }
    .h2 {
      font-size: clamp(10%,8vw,50px);
    }
    .h3 {
      font-size: clamp(10%,13vw,85px);
      line-height: 1.05;
      padding-bottom: 20px;
    }

  /* main_view */
  .main_view {
    padding: 0;
    background-image: none;
    background-color: #000;
    height: auto;
    display: block;
    margin-bottom: 0;
  }
  .main_view .innner_SP{
    background-image: url(https://media.aws.locondo.jp/reebokstatic/common/football/img/MV_sp.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 133vw;
    margin-bottom: 0px;
  }
  .main_view h1{
    margin-left: 0;
  }
  .main_text .bold_text {
    font-size: 34px;
    padding-bottom: 5px;
  }
  .main_text .text {
    width: 100%;
    text-align: left;
    
  }
  .main_text {
    width: 100% !important;
      margin-top: 0 !important;
      padding: 35px 20px 20px 20px;
      box-sizing: border-box;
  }

  /* intro */
  .intro{
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .intro-text{
    text-align: left;
  }

  /* ボタンエリア　非表示中 */
  .btn_area{
    margin-top: 10px;
    margin-bottom: 58px;
  }
  .btn_list{
    flex-direction: column;
  }
  .btn_list .btn_item{
    width: 100%;
    margin-bottom: 33px;
  }

  /*--  NEW ITEM --*/
  .new_item {
    padding-top: 5px;
    padding-bottom: 9px;
  }

  /* ラインナップ */
  .lineup-item_list{
    grid-template-columns: repeat(2, 1fr); 
    gap:10px;
  }
  .lineup-item_list .items{
    width: 100%;
    margin-bottom: 10px;
  }
  .lineup .text{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: center;
  }
  .lineup .text_detail{
    font-size: 11px;
    text-align: left;
  }
  .item_btn{
  margin-top: 20px;
  }

  /*-- gallery --*/
  .gallery{
    margin-top: 50px;
  }
  .gallery .section_box{
    width: 90%;
  }
  .gallery_grid {
    padding: 0;
    padding-bottom: 28px;
  }
  .gallery .gallery_main_img{
    width: 100%;
  }
  .gallery_grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .gallery_grid .gallery_item{
    list-style: none;
    width: 100%;
    overflow: hidden;
  }
  .gallery_grid .gallery_item img{
    object-fit: cover;
    width: 100%;
    height: auto;
    transition: .3s ease-out;
  }
  .gallery_grid .gallery_item .text {
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
  }

}



