
.dummy{
  width: 100%;
  height: 747px;
  background-color: slategray;
}
*{
  text-decoration: none;
  margin: 0;
  padding: 0;
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
img { image-rendering: -webkit-optimize-contrast; }
section{
  width: 100%;
}
.bold_text{
  font-weight: 600;
  line-height: 0.8;  
  color: #fff;
  font-family: "Hiragino Sans", sans-serif;
}
.text.bold{
  font-weight: 600;
}
.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: 1500px;
}
.bg-litegreeen{
  background-color: #EDF4EA;
}
.bg-white{
  background-color: #fff;
}

.h2{
  font-family: NeuePlakText, Lexend, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(10%,5vw,46px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 0.8;
  text-align: center;
  color: #000;

}
.h3{
  font-family: NeuePlakText, Lexend, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(10%,7vw,85px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 0.8;
  padding-bottom: 28px;
  color: #000;
}
.h4 {
  font-family: NeuePlakText, Lexend, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(10%,3vw,40px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.8;
  padding-bottom: 28px;
  color: #000;
}

.btn{
  background-color: #000;
  color: #fff;
  display: block;
  width: 100%;
  padding: .7em 0px 0.55em;
  /* width: 54%;
  padding: 0.4em 0px 0.25em; */
  border: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  max-width: 450px;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}
.new_item .btn{
  width: 54%;
  padding: 0.4em 0px 0.45em;
}
.btn:hover{
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  transition: 0.3s ease-in-out;
}
a img:hover{
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}

footer{
  margin-top: 0!important;
}
.flex_box{
  display: flex;
}
.flex_box.--reverse{
  flex-direction: row-reverse;
}
/* newlabel */
.new_color{
  position: relative;
  z-index: 0;
}
.new_color .new_color_text{
  position: absolute;
  background: rgba(155, 173, 185, .5);
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 1.3;
  font-family: NeuePlakText, Lexend, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
  z-index: 1;
  top: 8%;
  left: 0em;
  font-weight: 500;
  text-align: center;
  padding: 2px 1em;
  transform: rotate(0deg);
}

/*------------------------------------------------------------------
  PC
------------------------------------------------------------------*/
/* main_view */
/* 
.main_view{
  background-color: #090505;
  margin-top: -20px;
  margin-bottom: 40px;
  margin-top: -21px;
  display: flex;
  justify-content: center;
}

.main_text{
  width: 44%;
  padding: 14.2vw 3% 13.66vw 4.4%;
}
.mv_right_img{
  width: 56%;
  background-image: url(./img/img_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
} 
*/

/* 中央mv */
.main_view{
  background-color: #090505;
  margin-top: -20px;
  margin-bottom: 40px;
  margin-top: -21px;
  width: 100%;
  height: 39vw;
  background-image: url(//media.aws.locondo.jp/reebokstatic/common/golf/img/img_top_250815.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.main_text{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 28px;
  text-shadow: #00000084 1px 0 10px;
}

.h1{
  font-family: NeuePlakText, Lexend, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(43px,6vw,88px);
  font-weight: 500;
  color: #ffff;
  letter-spacing: 0.04em;
  line-height: 0.8;
  padding-bottom: 13px;
}
.main_text .bold_text{
  font-family: NeuePlakText, Lexend, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(22px,2.2vw,40px);
  font-weight: 400;
  letter-spacing: 0.06em;
}
.main_text .text{
    width: 100%;
    color: #ffff;
    line-height: 1.3;
    margin-bottom: 5px;
}
.about .text{
  text-align: center;
}
.about .text_box{
  margin-bottom: 28px;
}
.collection_box .section_box{
  max-width: 1000px;
}
section.collection_box{
  margin-bottom: 40px;
  padding-bottom: 0;
}
section.collection_box .h2{ 
  margin-bottom: 58px;
  margin-top: 50px;
}
section.collection_box .content_box{ 
  padding: 0 1vw;
}
.collection_box .newitem_img_area{
  /* display: flex; */
  width: 100%;
  /* justify-content: space-around; */
  margin-bottom: 28px;
}
.collection_box .newitem_img_area .img_box{
  width: calc(100%/3 - 10px);
}
.collection_box .newitem_img_area .slick-slide{
  margin: 0 1vw;
}
.collection_box .slick-slide {
  height: auto;
}
.section_box .img_box img{
  width: 100%;
  height: auto;
}
.collection_box  .h3 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 10px;
}
.collection_box .text_box{
  margin-bottom: 28px;
}
.collection_box .btn_box{
  width: 33%;
  margin: 0 auto;
}

.variation_grid{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  /* justify-content: space-around; */
  margin-bottom: 28px;
}
/* 四つ以下の場合↓ */
.variation_grid.--below{
  justify-content: center;
}
.variation_grid li{
  width: calc(99% / 4 - 10px);
  margin: 0.2% 0.5%;
  max-width: 320px;
}
.variation_grid li img{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
/*---------------------------------------
  NEW ITEM
-----------------------------------------*/
.new_item{
  padding-top: 24px;
  padding-bottom: 109px;
}
.new_item .h2{
  margin-bottom: 22px;
}
.newitem_list {
  width: 100%;
  margin: 0 auto;
}
.newitem_list .img_box{
  width: 75%;
  margin: 0 auto;
  padding-bottom: 9px;
  margin-bottom: 6px;
  position: relative;
  padding-top: 15px;
}
.newitem_list .img_box img{
  width: 100%;
  height: auto;
}

.new_item .text_box{
  width: 99%;
  margin-bottom: 28px;
}

.new_item .text{
  letter-spacing: 0.022em;
  margin-bottom: 26px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}
.newitem_list .btn{
  width: 64%;
}


.newitem_list .slick-dots{
  bottom: auto;
  /* top: calc(43vw); */
  top: calc(2vw + 556px);
}
.newitem_list .slick-dots li.slick-active button:before {
  /* color: #fff; */
  opacity: 1;
}
.newitem_list .slick-dots li button:before {
  color: #5e5e5e;
  /* opacity: 1; */
  font-size: 12px;
}

.new_item .slick-slide {
  height: auto;
}
/*---------------------------------------
  イントロダクション
-----------------------------------------*/

.introduction {
  margin-bottom: 95px;
}
.introduction .section_box{
  max-width: 1000px;
}
.introduction .text_box{
  width: 50%;
}
.introduction .img_box{
  width: 40%;
  margin: 0 auto;
}
.introduction .text_box .text{
  line-height: 1.7;
  margin-bottom: 30px;
}
.introduction .h3{
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2;
}

.introduction .newitem_name{
  position: relative;
  z-index: 0;
  padding: 0 0.2em;
  color: #fff;
}
.introduction .newitem_name::after{
  content: "";
  position: absolute;
  top: 0.3em;
  height: 1.2em;
  left: 0;
  width: 0;
  transition: 0.4s ease-in-out;
  background-color: #202739;
  z-index: -1;
}
.introduction .newitem_name.on::after{
  width: 100%;
}
.u-pc{
  display: block;
}
.u-sp{
  display: none;
}
.mb-40{
  margin-bottom: 80px;
}
.btn.all{
  padding: 0.8em 0px 0.75em;
  font-size: 21px;
  max-width: 500px;
  border-radius: 0px;
}

.introduction .content_box{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1000px;
}
.introduction .content_box.--reversible{
  flex-direction: row-reverse;
}
.introduction .btn_box{
  width: 60%;
  margin: 0 auto;
}
/*---------------------------------------
  gallery
-----------------------------------------*/
.gallery .h2{
  margin-bottom: 30px;
}
.gallery_grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 0 30px; */
  padding-bottom: 100px;
}
.gallery_grid .gallery_item{
  width: calc((100% / 4) - 10px);
  /* width: calc(100% / 4); */
  /* height: calc((100% - 50px) / 6); */
  overflow: hidden;
  margin-bottom: 13px;
}
.gallery_grid .gallery_item img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .3s ease-out;
}
.gallery_grid .gallery_item img:hover{
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1);
  transition: .3s ease-out;
  transition-property: opacity, transform, filter, stroke-dashoffset;
}
/*---------------------------------------
  gallery
-----------------------------------------*/


.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;
  }
}
/*---------------------------------------
  partner_ship
-----------------------------------------*/
.partner_ship h2{
  margin-bottom: 56px;
}
.partner_ship .flex_box{
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 77px;
}
.partner_ship .text_box{
  width: 51%;
  display: flex;
  align-items: center;
}
.partner_ship .text_box .text{
  line-height: 1.7;
}
.partner_ship .img_box{
  width: 42%;
  /* padding-left: 9%; */
  display: flex;
  justify-content: flex-end;
}





.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;
}
/*------------------------------------------------------------------
 スライダー
------------------------------------------------------------------*/

@media screen and (max-width: 1300px) {
  .newitem_list .slick-dots {
    top: calc(45vw);
}
}


/*------------------------------------------------------------------
  SP
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .new_color .new_color_text{
    font-size: 12px;
  }
  .slick-list{
    overflow: visible;
}
.slider .slick-slide{
  margin-right: 4vw !important;
  margin-left: 4vw !important;
}
.slider_int .slick-slide{
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
  .visial_pc{
    display: none;
  }
  .visial_sp{
    display: inline;
  }
  .visial_md{
    display: none;
  }
  .h1{
    font-size: clamp(10%,12vw,85px);
    color: #fff;
  }
  .h4 {
    font-size: clamp(10%,9vw,32px);
  }
  .section_box {
    width: 90%;
  }
  .btn {
    width: 100%;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 0.8em 0px 0.85em;
  }
  .text{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.7;
  }
  .h2 {
    font-size: clamp(10%,8vw,50px);
  }
  .h3 {
    font-size: clamp(10%,14vw,85px);
  }

/* main_view */
.main_view{
  padding: 0;
  background-image: none;
  background-color: #000;
  height: auto;
  display: block;
  margin-bottom: 0;
}
.main_view .mv_inner_sp{
  background-image: url(//media.aws.locondo.jp/reebokstatic/common/golf/img/img_top_250815_sp.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 133vw;
  margin-bottom: 0px;
}
.main_text {
  width: 95%;
  margin-top: 31px;
  margin-bottom: 0;
  text-align: left;
  color: #fff;
}

.main_text .bold_text {
  font-size: 18px;
  color: #fff;
}
.main_text .text {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
}
.collection_box .btn_box{
  width: 90%;
}
.collection_box .section_box{
  width: 100%;
}
.collection_box .section_box .content_box{
  width: 90%;
  margin: 0 auto;
}

.variation_grid{
  justify-content: space-evenly;
}
.variation_grid.--below {
  justify-content: space-between;
}
.variation_grid li{
  width: calc(99% / 2 - 10px);
  margin: 0.9%;
}
.variation_grid.--below li{
  margin-bottom: 4%;
}
.variation_grid li img {
  border-radius: 10px;
}

.about {
  background-color: #000;
}
.about .section_box{
  width: 95%;
}
.about .text_box{
  padding-top: 14px;
  padding-bottom: 39px;
}
.about .text{
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}

.new_item{
  padding-bottom: 10px;
}

.newitem_list .btn{
  width: 99%;
}
.new_item .section_box{
  width: 100%;
}
.newitem_list {
  width: 100%;
}
.new_item .text{
  font-size: 18px;
}
.newitem_list .img_box {
  width: 100%;
}
.newitem_list .slick-dots {
  bottom: auto;
  /* top: calc(96vw); */
  top: calc(0px + 107%);
}
.newitem_list .img_box::before, .newitem_list .img_box::after {
  display: none;
}
.newitem_list .slick-prev, .newitem_list .slick-next {
  top: 18%;
}
.newitem_list .slick-dots li button:before {
  font-size: 8px;
}
.newitem_list .slick-prev {
  left: -17px;
}
.newitem_list .slick-next {
  right: -17px;
}
.introduction {
  margin-bottom: 50px;
}
.banner_img{
  height: 217px;
}

.introduction .section_box {
  margin-top: 50px;
}
.introduction .content_box {
flex-direction: column-reverse;
width: 100%;
}
.introduction .text_box {
  width: 100%;
  margin-top: 15px;
}
.introduction .img_box{
width: 100%;
}
.introduction .text_box .text{
letter-spacing: 0.06em;
}
.introduction .h3 {
  padding-bottom: 10px;
}
.introduction .btn_box{
  width: 90%;
}
.introduction .content_box.--reversible{
  flex-direction: column-reverse;
}
.btn.all{
width: 96%;
}

.gallery .section_box{
  width: 95%;
}
.gallery_grid {
  padding: 0;
  padding-bottom: 28px;
}

.gallery_grid .gallery_item {
  width: calc((100%) / 2 - 7px);
  /* height: calc((100vw - 50px) / 3); */
}

.partner_ship h2 {
  margin-bottom: 28px;
}

.partner_ship .flex_box {
  flex-direction: column;
  width: 100%;
}
.partner_ship .img_box {
  width: 100%;
}
.partner_ship .text_box {
  width: 100%;
  margin-top: 28px;
}

}