
.lpwrap{
  font-family: "Noto Sans JP", sans-serif;
}

.lpwrap img{
max-width:100%;
}
.lpwrap h2{
  width: 100%;
  position: relative;
  padding:12px 0;
  /* margin-bottom:22px; */
  overflow: hidden;
  background-color: #000;
  display: flex;
  align-items: center;
}

.lpwrap h2 strong{
  text-align: center;
  display: block;
  width: 51px;
  margin-left: 16px;
}

.lpwrap h2 span {
  text-align: center;
  display: block;
  width: 90%;
}
.weak{ color:#A1A1A1}
.mv_area{
  width:100%;
}
.mv_area ul{
  display: block;
  justify-content: space-between;
}
.mv_area ul li{
  padding: 0px;
  list-style: none;
}
.mv_area img{
  width:100%;
}


.mv_2clm{
  display: flex;
  justify-content: space-between;
  width:100%;
  position:relative;
  flex-wrap: wrap;
}

.mv_2clm span{
  display: none;
}


.mv_2clm a{
  width:calc(50% - 5px);
}
/* 2枚横並び（小さい画面では縦並び） */
.gallery {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0px 40px 0px;
    display: grid
;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px;
    align-items: center;
    background-color: #fff;
}

/* 画像はimgだけ、比率は元画像のまま */
.gallery__img {
  width: 100%;
  height: auto;
  display: block;

}

.border_animation{
  display: block;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width:1px;
  height:30px;
  overflow: hidden;
  background-color:#000;
  animation: border_animation 1.8s linear 0.5s infinite normal forwards;
}



@keyframes border_animation {
  0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
}
.area01{
  /* background: url(../images/bg_01.jpg);
  background-size: cover;
background: #000; */

  /* padding-top:50px ; */
}

.area02{
  /* background: url(../images/bg_02.jpg);
  background-size: cover;
background: #000; */
  /* padding-top:50px ; */
}

.tab-group {
  margin-top: 20px;
  width: 80%;
  list-style: none;
  text-align: center;
}

.tab-button {
  width: 80%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  background-color: #efefef;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  transition: all .2s ease-in;
  padding:1%;
}

.tab-button .women{
  background: inherit;
  position:relative;
}

.tab-button .mens::before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background: #e6a3b1;
  color: #FFF;
  transition: all .2s ease-in;
  padding: 0;
  height: 40px;
  top: 0;
  left: 104%;
  border-radius: 50px;
  z-index: 99;
}

.tab-button .mens.is-active::before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background: #6cb3d3;
  color: #FFF;
  transition: all .2s ease-in;
  padding: 0;
  height: 40px;
  top: 0;
  left: 1%;
  border-radius: 50px;
}


.tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  width: calc(100% / 2 - 1%);
  height: 40px;
  border-bottom: none;
  border-radius: 50px;
}

.tab-button .mens #mens_txt{
  width: 32px;
  fill:#999999;
  z-index: 9;
  transition: all .2s ease-in;
}

.tab-button .women #womens_txt{
  width: 57px;
  fill:#999999;
  z-index: 9;
  transition: all .2s ease-in;
}

.tab-button .mens.is-active #mens_txt,.tab-button .women.is-active #womens_txt{
  fill:#fff;
  z-index: 99;
}

.tab-contents {
  border-top: none;
}

.tab a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:100%;
}

.content {
  display: none;
  text-align: left;
  /* padding-top:20px; */
}

.content.is-display {
  display: block;
}

.main_txt{
  width:60%;
  text-align: center;
  margin:0 auto 15px;
}

.main_subtxt{
  width: 100%;
  text-align: center;
  font-size:14px;
  font-weight:700;
  letter-spacing:4%;
  margin-top:17px;
  color:#505050;
}
.campaign{
  background-color:#000;
  color:#fff;
  padding-bottom:9%;
}

#casual{
  margin-top:47px;
}

.campaign h3{
  width: 100%;
  background-color: #fff;
  padding: 20px 0 20px 8%;
  position: relative;
  line-height: 1;
  margin: 20px 0 0;
}

#sports h3{
  background-color: #f0f0f0;
  margin: 0;

}

.campaign h3::before{
  position:absolute;
  content:"";
  display: block;
  width:36%;
  height:2px;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
  background-color:#000;
}
.campaign h3::after{
  position:absolute;
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color:#000;
  top:50%;
  right:36%;
  border-radius:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}



#pickrecommend_txt{
  width:45%;
}

.campaign dl{
  padding: 9% 8% 0;
}

.campaign dl dt{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.3;
  margin-bottom: 20px;
}

.campaign dl dd{
  font-size:14px;
  font-weight:300;
  letter-spacing:0.055em;
  line-height:1.428;
}

.campaign a{
  display:block;
  width:100%;
  margin:25px auto 0;
  background-color:#fff;
  color:#000;
  text-align: center;
  padding:20px;
  line-height:1;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
}


.campaign_box img{
  width:100%;
  
}
/* .premium_c{
  padding-bottom: 170px;
} */
/* .campaign_box picture{
  display:none;
  }
   */
.campaign_box dl{
  width:100%;
  padding: 0;
  margin: auto;
}

.campaign_box dl dt{
  margin:0px;
  padding:30px;

}

.campaign_box dl dt img{
  width:50%;
}

.campaign_box dl dt small{
  font-size:10px;
  line-height: 2.4;
  display: block;
}

.campaign_box dl dt strong{
  font-size:26px;
  display: block;
  line-height: 1.5;
  margin-top:20px;
   font-weight: 600;
}




.campaign_box dl dt p{
  font-size:14px;
  line-height:1.714;
  margin-top:24px;
  font-weight:400;
}

.campaign_box dl dd{
}

.campaign_box dl dd p{
  font-size:14px;
  line-height:1.714;
  letter-spacing: 2%;
  margin: 12px;
}

.campaign_box dl dd ul{
  display: flex;
  justify-content: space-between;
}

.campaign_box dl dd ul li{
    width: 83%;
    padding-bottom: 50px;
    margin: 0 auto;
    list-style: none;
}


.campaign_box dl dd ul li img{
  width: 100%;
  max-width: 420px;
}



.campaign_luxflow{
  background-color:#000;
}

.campaign_luxflow span{
  display: block;
  text-align: center;
}

.campaign_luxflow h4{
  text-align: center;
  margin-top:48px;
  line-height: 1;
}
/* 
.campaign_luxflow h4::after{
  content:"";
  display: block;
  width:1px;
  height:24px;
  background-color:#fff;
  margin:16px auto;
} */

.campaign_luxflow small{
  display: block;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-top:10px;
}

.campaign_luxflow strong{
  display: block;
  font-size:22px;
  margin-top:40px;
  letter-spacing: 1.2px;
  letter-spacing: 5%;
}

.campaign_luxflow ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style:none;
  max-width:1280px;
  width: calc(100% - 60px);
  margin:0 auto;
}

.campaign_luxflow ul li{
  /* width:calc((100% - 10px) / 2); */
  margin:0 0 10px;
}

.campaign_luxflow ul li:last-child{
  /* margin-right:0; */
}

.campaign_luxflow ul li a {
  display: block;
  width: 100%;
  margin:0;
  background-color: inherit;
  color: #000;
  text-align: center;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.recommend {
  padding-bottom: 190px;
  position:relative;
  background: linear-gradient(#000 38%, #f0f0f0 38%);
}
.recommend02{
    margin-bottom: 60px;

}
.outerpickup {
  background-color:#f0f0f0;
  padding-bottom: 50px;
  position:relative;

}


.reccasual {
  background: linear-gradient(#000 4%, #f0f0f0 4%);
  padding:30px 0 10px;
}

.recsports {
  background: linear-gradient(#000 4%, #f0f0f0 4%);
  padding: 30px 0 10px;
}


.rec_sptit{
  position: relative;
  text-align: center;
  margin-bottom:15px;
}

.rec_sptit::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  height: 30px;
  width: 2px;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.rec_sptit::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  height: 30px;
  width: 2px;
  top: -90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.reccasual1 .rec_sptit::after {
  background-color: #fff;
}
.recsports1 .rec_sptit::after {
  background-color: #fff;
}

.item_recoslider{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  right: 0;
  margin: auto;
}

.item_recoslider{
  display: none;
}
.item_recoslider.slick-initialized{
  display: block; 
}

html.enable-javascript .item_recoslider{
  visibility: hidden;
  }

html.enable-javascript.window-load .item_recoslider{
  visibility: visible;
  }

.reccasual1{
  position: relative;
  padding: 60px 50px 150vw;
  background: url(../images/bg_green.png) no-repeat top center;
  margin-bottom: 200px;
}

.reccasual2{
  position: relative;
  padding: 60px 50px 150vw;
  background: url(../images/bg_green.png) no-repeat top center;
  margin-bottom: 200px;
}

.reccasual3{
  position: relative;
  padding: 60px 50px 150vw;
  background: url(../images/bg_green.png) no-repeat top center;
  margin-bottom: 200px;
}


.reccasual4{
  position: relative;
  padding: 60px 50px 150vw;
  background: url(../images/bg_green.png) no-repeat top center;
  margin-bottom: 200px;
}

.reccasual5{
  position: relative;
  padding: 60px 50px 150vw;
  background: url(../images/bg_green.png) no-repeat top center;
  margin-bottom: 200px;
}

.recsports1{
  position: relative;
  padding: 60px 50px 150vw;
  background: url(../images/bg_blue.png) no-repeat top center;
  margin-bottom: 200px;
}

.recsports2{
  position: relative;
  padding: 60px 50px 150vw;
  background: url(../images/bg_blue.png) no-repeat top center;
  margin-bottom: 200px;
}




.recommend h3, .outerpickup h3{
  width: 100%;
  background-color: #000;
  padding:30px 0 30px 8%;
  position:relative;
  line-height: 1;
}

.reccasual h3{
  display:none;
}

.recsports h3{
  display:none;
}


.recommend h3::before, .outerpickup h3::before{
  position:absolute;
  content:"";
  display: block;
  width: 10%;
  height:2px;
  top:30%;
  right:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin:auto;
  background-color:#fff;
}
.recommend h3::after, .outerpickup h3::after{
  position:absolute;
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color:#fff;
  top:30%;
  right:10%;
  border-radius:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#recommend_txt, #outerpickup_txt{
  width:60%;
}

.itemtxt{
  position: absolute;
  bottom: 42%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  line-height:1.64;
  font-weight: bold;
  font-size: 16px;
}

.item_mainslider{
  width:100%;
  margin:0 auto;
}

.item_mainslider .slick-dots li{
  width: 90px;
  height: 90px;
  margin: 0 3px;
  display: flex;
 
  justify-content: center;
  align-items: center;
}

.item_mainslider .slick-prev.slick-arrow {
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -24%;
  right: 28%;
  display: block;
  top: inherit;
  left: 0;
  margin: 0 auto;
}

.item_mainslider .slick-next.slick-arrow {
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -24%;
  right: 0;
  display: block;
  top: inherit;
  left: 28%;
  margin: 0 auto;
}



.item_mainslider .slick-prev::before{
  content: "";
background-image: url(../images/arrow_left.png);
display: block;
width: 80px;
height: 40px;
background-size: 100%;
background-repeat: no-repeat;
opacity: 1;
}

.item_mainslider .slick-next::before{
  content: "";
background-image: url(../images/arrow_right.png);
display: block;
width: 80px;
height: 40px;
background-size: 100%;
background-repeat: no-repeat;
opacity: 1;
}

.item_mainslider .slick-dots {
  position: relative;
  display: flex;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  margin-top: -50px;
  list-style: none;
  text-align: center;
  justify-content: center;
}


.item_mainslider .slick-dots li.slick-active{
  border:1px solid #ccc;
}

.item_mainslider .slick-dots li button{
  width: 50px;
  height: 50px;
  border-radius: 0;
}



.item_recoslider .slick-dots li{
  width: 90px;
  height: 90px;
  margin: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_recoslider .slick-prev.slick-arrow {
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -24%;
  display: block;
  top: inherit;
  margin: 20px 20px 0 auto;
  right: 50%;
}

.item_recoslider .item_subslider .slick-prev.slick-arrow {
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -24%;
  right: 28%;
  display: block;
  top: inherit;
  left: 0;
}

.item_recoslider .item_subslider .slick-slide img {
  display: block;
  /* height: 256px;
  object-fit: cover; */
}

.item_recoslider .slick-next.slick-arrow {
  width: 80px;
    height: 40px;
    position: absolute;
    bottom: -24%;
    display: block;
    top: inherit;
    margin: 0 0 0 auto;
    margin: 20px auto 0 20px;
    left: 50%;
  }

.item_recoslider .item_subslider .slick-next.slick-arrow {
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -24%;
  right: 0;
  display: block;
  top: inherit;
  left: 28%;
  margin: 0 auto;
}




.item_recoslider .slick-prev::before{
  content: "";
background-image: url(../images/arrow_left.png);
display: block;
width: 80px;
height: 40px;
background-size: 100%;
background-repeat: no-repeat;
opacity: 1;
}


.item_recoslider .item_subslider .slick-prev::before{
  content: "";
background-image: url(../images/arrow_left.png);
display: block;
width: 80px;
height: 40px;
background-size: 100%;
background-repeat: no-repeat;
opacity: 1;
}


.item_recoslider .slick-next::before{
  content: "";
background-image: url(../images/arrow_right.png);
display: block;
width: 80px;
height: 40px;
background-size: 100%;
background-repeat: no-repeat;
opacity: 1;
}

.item_recoslider .item_subslider .slick-next.slick-arrow {
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -24%;
  right: 0;
  display: block;
  top: inherit;
  left: inherit;
  margin: 0 0 0 auto;
}

.item_recoslider .item_subslider .slick-dots {
  position: relative;
  display: flex;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  justify-content: center;
}

.item_recoslider .slick-dots{
  position: relative;
  display: flex;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  margin-top: -50px;
  list-style: none;
  text-align: center;
  justify-content: center;
}




.item_recoslider .slick-dots li.slick-active{
  border:1px solid #ccc;
}

.item_recoslider .slick-dots li button{
  width: 80px;
  height: 80px;
  border-radius: 0;
}

.item_recoslider .item_subslider .slick-next.slick-arrow {
  width: 12px;
  height: 29px;
  position: absolute;
  top: 46%;
  right: 8%;
  display: block;
  left:inherit;
}

.item_recoslider .item_subslider .slick-prev.slick-arrow {
  width: 12px;
  height: 29px;
  position: absolute;
  top: 46%;
  left: 8%;
  display: block;
  right:inherit;
  z-index: 999;
}


.item_recoslider .item_subslider .slick-prev::before{
  content: "";
background-image: url(../images/arrow_prev.png);
display: block;
width: 8px;
height: 20px;
background-size: 100%;
background-repeat: no-repeat;
opacity: 1;
}

.item_recoslider .item_subslider .slick-next::before{
  content: "";
background-image: url(../images/arrow_next.png);
display: block;
width: 8px;
height: 20px;
background-size: 100%;
background-repeat: no-repeat;
opacity: 1;
}

.recommend_box .item_recoslider li{
  list-style: none;
}

.recommend_box .item_recoslider li .item_subslider .slick-dots li{
  width: 34px;
}


.recommend_box .item_recoslider::-webkit-scrollbar-thumb {
  background: #B4B4B4;
  border-radius: 7px;
}

.recommend_box .item_recoslider::-webkit-scrollbar {
  height: 4px;
  border-radius: 7px;
}


.item_subslider{
  width: 100%;
margin: 0 auto;
  margin-bottom: 0px;
background-image: url(../images/mens_itembg.png);
background-size: contain;
display: block;
padding: 5% 6% 10%;
}

.women .item_subslider{
  background-image: url(../images/women_itembg.png);
  }

.women .reccasual .item_subslider{
background-image: url(../images/women_casualitembg.png);
}

.women .recsports .item_subslider{
  background-image: url(../images/women_sportsitembg.png);
  }

.item_subslider li{
  width:80%;
  margin:0 auto;
  position:relative;
}

.item_subslider li span{
  position: absolute;
  display: flex;
  top: 4%;
  left: 0;
  padding: 6px 18px;
  background: #6cb3d3;
  line-height: 1;
  align-items: center;
}

.women .item_subslider li span{
background: #e6a3b1;
}

.item_mainslider .item_subslider .slick-prev.slick-arrow {
  width: 12px;
  height: 29px;
  position: absolute;
  top: 30%;
  left: 9%;
  display: block;
  z-index: 2;
  right:inherit;
}

.item_mainslider .item_subslider .slick-next.slick-arrow {
  width: 12px;
  height: 29px;
  position: absolute;
  top: 30%;
  right: 8%;
  display: block;
  left:inherit;
}


.item_mainslider .item_subslider .slick-prev::before{
  content: "";
background-image: url(../images/arrow_prev.png);
display: block;
width: 8px;
height: 20px;
background-size: 100%;
background-repeat: no-repeat;
opacity: 1;
}

.item_mainslider .item_subslider .slick-next::before{
  content: "";
background-image: url(../images/arrow_next.png);
display: block;
width: 8px;
height: 20px;
background-size: 100%;
background-repeat: no-repeat;
opacity: 1;
}

.item_subslider .slick-dots{
  width: 100%;
  display:flex;
  justify-content:center;
  z-index:99;
  margin:0;
  /* margin-top: 10px; */
}

.item_subslider .slick-dots li{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_subslider .slick-dots li.slick-active{
  border:1px solid #ccc;
}

.item_subslider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #333;
  border-radius: 50%;
}

#item_mens_txt{
  width: 40px;
  fill:#FFF;
  z-index: 9;
  transition: all .2s ease-in;
}

#item_women_txt{
  width: 60px;
  fill:#FFF;
  z-index: 9;
  transition: all .2s ease-in;
}


.picture_area {
  padding: 0 0 100px;
  background-color:#f0f0f0;
  overflow-x: hidden;
}


.recommend_picture{
  width:100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: nowrap;
}
.picture_area {
  padding: 0 0 100px;
  background-color:#f0f0f0;
}

.picture_area ul{
  width: 100%;
  max-width: 100%;
  margin: 0 1rem 40px;
  display: flex;
  scrollbar-width: thin;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  overflow-x: scroll;
  cursor: grab;
  text-decoration: none;
  margin-left: 30px;
  padding-bottom: 30px;
  margin-left: 30px;
}
.picture_area ul li{
  text-decoration: none;
  list-style-type:none;
  min-width: 245px;
  width: 245px;
  margin-right: 4px;
}
.picture_area ul li img{
  display: block;

  object-fit: cover;
}

.recommend_picture li{
  width:calc(100%/2 - 2px);
}




.pickup{
  background-color:#f0f0f0;
  padding-bottom: 150px;
  position:relative;
}

.pickup h3{
  width: 100%;
  background-color: #000;
  padding:70px 0 60px 8%;
  position:relative;
}

.pickup h3::before{
  position:absolute;
  content:"";
  display: block;
  width:52%;
  height:2px;
  top:42%;
  right:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin:auto;
  background-color:#fff;
}
.pickup h3::after{
  position:absolute;
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color:#fff;
  top:42%;
  right:52%;
  border-radius:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


#pickup_txt{
  width:34%;
}

.pickup h4{
  background:linear-gradient(#000 50%, transparent 50%);
}

.pickup h4 span{
  position: relative;
  display: block;
  text-align: center;
  background-color: #dedede;
  width: 90%;
  margin: 0 auto;
  padding: 15% 0 45%;
}

.pickup h4 span::before{
  position: absolute;
  content:"";
  display:block;
  background-color:#000;
  height:30px;
  width:2px;
  top:-30px;
  left:0;
  right:0;
  margin:0 auto;
}

.pickup h4 span::after{
  position: absolute;
  content:"";
  display:block;
  background-color:#000;
  height:30px;
  width:2px;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
}

#tshirt_txt{
  width: 38%;
  fill: #000;
}
#outer_txt {
  width: 30%;
}
#sweat{
  width: 48%;
  fill: #000;
}

.pickup .item_mainslider{
  width:100%;
  margin: -38% auto 0;
  background:transparent;
}

.pickup .item_subslider {
  padding: 5% 6% 15%;
}

.pickup .item_mainslider .item_subslider .slick-prev.slick-arrow {
  top: 41%;
}

.pickup .item_mainslider .item_subslider .slick-next.slick-arrow {
  top: 41%;
}


.pickup .item_mainslider .slick-prev.slick-arrow {
  bottom: -28%;
}

.pickup .item_mainslider .slick-next.slick-arrow {
  bottom: -28%;
}

.pickup h4:nth-of-type(2), .pickup h4:nth-of-type(3){
  margin-top:180px;
  background: transparent;
}

.pickup h4:nth-of-type(2) span::before{
  background-color:#000;
}
.pickup h4:nth-of-type(1) span::before {
  background-color: #fff;
}

.feature{
  background: linear-gradient(#3b3b3b 60%, transparent 60%);
  overflow-x: hidden;
}

.feature h3{
  padding:70px 0 30px;
  text-align: center;
  background-color:#fff;
}

#feature_txt{
  width:34%;
}

.feature_slider{
  width: 100%;
  padding: 35px 0;
  overflow-x: scroll;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  padding-left: 35px;
}

.feature_slider li{
  max-width: 340px;
  padding: 5%;
  background-color: #efefef;
  border-radius: 10px;
  
  margin-right: 35px;
  white-space: nowrap;
}


.feature_slider li a{
  display: block;
  text-decoration: none;
  color:#141414;
  width:260px;
}

.feature_slider li h5{
  font-size:16px;
  margin-top:23px;
  letter-spacing:0.075em;
}

.feature_slider li p{
  font-size:14px;
  margin:20px 0;
  letter-spacing:0.055em;
  line-height:1.428;
  white-space: wrap;
}

.feature_slider .slick-list {
    overflow: visible;
  padding-bottom:50px;
}

.feature_slider li:first-child{
  margin-left:0;
}


.bnr{
  width:90%;
  margin:0 auto;
  padding:50px 0 100px;
}


  .campaign_box{

color: #000;
  background-color:#fff;
}
.campaign_box_black{

  background-color:#000;
  color: #fff;
}

  .other-btn-box {
    width: 90%;
    margin: 0 auto 80px;
    display: flex;
        gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
      
  .other-btn a {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    border: 1px solid #000;
    padding: 0.7em;
    text-align: center;
    margin: 0 0px 20px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
  }
  .item_name {
    padding: 0 6%;
    margin-bottom: 20%;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    /* text-overflow: ellipsis; */
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
}

.item_name span {
  display: block;
}
span.point  {
  background: #000;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
} 

  .other-btn {
    width: 100%;
    max-width: 350px;
    list-style: none;
  }
  
  .allitem_btn {
      width: 84%;
      max-width: 500px;
      margin: 0 auto;
      margin-top: 40%;
      background-color: #000;
      color: #fff;


  }
  .allitem_btn a {
    text-align: center;
    padding: 20px 0;
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    text-decoration: none;
    transition: color 0.5s ease;
    position: relative;
    z-index: 100;
  }
/* 
  .allitem_btn a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .allitem_btn a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b31f1f;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
    z-index: -100;
  } */
  
 
  .outerpickup h3::before {
    top:32%;
    width:26%;
  }
  .outerpickup h3::after {
    top:32%;
    right:24%;
  }
  
  #recommend_txt, #outerpickup_txt{
    width:80%;
  }

  .item_subslider .slick-list.draggable{
    background-color: #fff;
  
  }
  .recommend_box img {
    height: 100%;
}
  
@media screen and (min-width:769px) {


  .tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    width: calc(100% / 2 - 1%);
    height: 32px;
    border-bottom: none;
    border-radius: 50px;
  }
  .tab-button .mens.is-active::before {
    height: 32px;
  }
  .tab-button {
    max-width: 432px;
    padding: 4px;
  }
.tab-button .mens::before {
  height: 32px;
}

.mv_2clm{
  display: flex;
  justify-content: space-between;
  width:100%;
  position:relative;
  flex-wrap: wrap;
}

.mv_2clm span{
  position: absolute;
  top:50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.mv_2clm span img{
  max-width:50%;
}

.mv_2clm a{
  width:50%;
}

.main_subtxt{
  width: 100%;
  text-align: center;
  font-size:14px;
  font-weight:700;
  letter-spacing:4%;
  margin-top:20px;
  color:#505050;
}

.campaign {
  background-color: #fff;
  color: #000000;
  padding-top:0px;
  padding-bottom: 0;
  margin-top: 50px;
}

#sports{
  background-color: #f0f0f0;
}

.campaign h3 {
  max-width: 1200px;
  background-color: #fff;
  padding: 30px 0;
  position: relative;
  margin: 0 auto;
}
#premium{
  margin-top:0px;
}
#sports h3{
  background-color: #f0f0f0;
}

#pickrecommend_txt {
  width: 36%;
}

.campaign_box{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: flex-end;
  background-color:#fff;
}
.campaign_box_black{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: flex-end;
  background-color:#000;
  color: #fff;
}

.campaign_box picture{
  width:50%;
  display:inline;
  margin-bottom: -5px;
}

.campaign_box dl{
  width:50%;
  padding: 0 130px;
  margin: 0 0 74px;
}
.campaign_box_black dl{
  width:50%;
  padding: 0 130px;
  margin: 0 0 0px;
}

.campaign_box dl dt{
  margin:30px;

  margin:0px;
  padding:32px 0;
  

}
.chm dl dt{
  margin:30px;

  margin:0px;
  padding:40px 0 80px 0;

}

.campaign_box dl dt small{
  font-size:10px;
  line-height: 2.4;
  display: block;
  font-weight:400;
  letter-spacing: 2%;
}

.campaign_box dl dt strong{
  font-size:26px;
  display: block;
  margin-top:20px;
    font-weight: 600;
}


.campaign_box dl p{
  font-size:14px;
  line-height:1.714;
  letter-spacing: 2%;
}

.campaign_box dl dt{

          margin: 0 auto;
        max-width: 500px;
}

.campaign_box dl dd p{
  font-size:14px;
  line-height:1.714;
  letter-spacing: 2%;
  margin: 0;
}
.campaign_box dl dt img{
  width:137px;
}

.campaign_box dl dt p{
  margin-top:24px;
  font-weight:400;
}

.campaign_box dl dd{
          margin: 0 auto;
        max-width: 500px;
}

.campaign_box dl dd ul{
  display: flex;
  justify-content: space-between;
}

.campaign_box dl dd ul li{
  width:100%;
  padding: 0;
  list-style:none;
}


.campaign_box dl dd ul li img{
  width: 100%;
  max-width: 420px;
}
.campaign_box_black dl dd ul li img{
  width: 70%;
}
.recommend h3::before, .outerpickup h3::before{
  position:absolute;
  content:"";
  display: block;
  width:30%;
  height:2px;
  top:30%;
  right:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin:auto;
  background-color:#fff;
}
.recommend h3::after, .outerpickup h3::after{
  position:absolute;
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color:#fff;
  top:30%;
  right:30%;
  border-radius:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.campaign_box_img{
display:hidden;
}

.campaign h3::before{
  width: 68%;
}

#casual h3::before{
  width: 60%;
}
.campaign h3::after{
  right: 68%;
}

#casual h3::after{
  right: 60%;
}
.mv_area ul{
  display: flex;
  justify-content: space-between;
}
.mv_area ul li{
  padding: 0px;
  list-style: none;
  width: 100%;
}
.campaign_luxflow{
  background-color:#000;
}

.campaign_luxflow span{
  display: block;
  text-align: center;
}

.campaign_luxflow h4{
  text-align: center;
  margin-top:48px;
  line-height: 1;
}

.campaign_luxflow h4::after{
  content:"";
  display: block;
  width:1px;
  height:24px;
  background-color:#fff;
  margin:16px auto;
}
.gallery {
  max-width: 1200px;
  margin: 48px auto;
  padding: 0 300px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 6vw, 20px);
  align-items: center;
}

/* 画像はimgだけ、比率は元画像のまま */
.gallery__img {
  width: 100%;
  height: auto;
  display: block;

}
.campaign_luxflow small{
  display: block;
  letter-spacing: 90%;
  margin-top:10px;
}

.campaign_luxflow strong{
  display: block;
  font-size:22px;
  margin-top:40px;
  letter-spacing: 5%;
}

.campaign_luxflow ul{
  display:flex;
  justify-content: center;
  list-style:none;
  max-width:1280px;
  margin:0 auto;
}

.campaign_luxflow ul li{
  width:calc((100% - 80px) / 5);
  margin-right:20px;
}

.campaign_luxflow ul li:last-child{
  /* margin-right:0; */

}

.campaign_luxflow ul li a {
  display: block;
  width: 100%;
  margin:0;
  background-color: inherit;
  color: #000;
  text-align: center;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}


.recommend, .outerpickup {
  padding-top:80px;
  padding-bottom: 100px;
  position: relative;
  background: linear-gradient(#000 38%, #fff 38%);
  max-width: 1500px;
        margin: 0 auto;
}

.recsports{
  background: linear-gradient(#000 40%, #fff 28%);
}

.reccasual{
  background: linear-gradient(#000 40%, #fff 14%);
}

.rec_sptit{
  display: none;
}


.recommend h3, .outerpickup h3{
  max-width: 1200px;
  padding: 30px 0 0 0;
  position: relative;
  margin: 0 auto;
}

#recommend_txt, #outerpickup_txt{
  width: 42%;
}

.recommend h3::before {
  top: 28%;
  width: 51%;
}

.rec_sptit{
  display: none;
}
.outerpickup h3::before{
  top: 28%;
  width: 60%;
}

.recommend h3::after{
  right: 51%;
  top: 28%;
}
.outerpickup h3::after{
  right: 60%;
  top: 28%;
}

.recommend_box{
  max-width: 1000px;
  display:flex;
  justify-content: space-between;
  margin:0 auto 60px;
}


.item_mainslider{
  max-width: 1200px;
}


.item_mainslider .slick-prev::before{
display: none;
}

.item_mainslider .slick-next::before{
  display: none;
}

.recommend_box .item_recoslider{
  width:1000px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-around;
  margin-left: 40px;
  overflow-x: scroll;
  /* margin-left:24px; */
  position: relative;
}

.recommend_box .item_recoslider li{
  width:240px;
}

.recommend_box .item_name{
  margin-bottom: 5%;
}


.recommend_box .item_recoslider .item_subslider .slick-prev.slick-arrow {
  width: 12px;
  height: 29px;
  position: absolute;
  top: 45%;
  left: 8%;
  display: block;
  z-index: 2;
}


.reccasual1{
  position: inherit;
    padding: 0 20px;
    background: none;
    margin-bottom: 60px;
}

.reccasual2{
  position: inherit;
  padding: 0 20px;
    background: none;
    margin-bottom: 60px;
}

.reccasual3{
  position: inherit;
  padding: 0 20px;
    background: none;
    margin-bottom: 60px;
}


.reccasual4{
  position: inherit;
  padding: 0 20px;
    background: none;
    margin-bottom: 60px;
}

.reccasual5{
  position: inherit;
  padding: 0 20px;
    background: none;
    margin-bottom: 60px;
}

.recsports1{
  position: inherit;
  padding: 0 20px;
    background: none;
    margin-bottom: 60px;
}

.recsports2{
  position: inherit;
  padding: 0 20px;
    background: none;
    margin-bottom: 60px;
}

.recommend_box .item_recoslider .item_subslider .slick-next.slick-arrow {
  width: 12px;
  height: 29px;
  position: absolute;
  top: 45%;
  right: 8%;
  display: block;
}

.recommend_box .item_recoslider li .item_subslider .slick-dots li{
  width: 34px;
}

.item_recoslider .item_subslider .slick-slide img {
  display: block;
  height: auto;
  object-fit: cover;

}

.item_subslider {
  padding: 5%;
  margin: 0 20px 0 0;
}

.item_mainslider .item_subslider .slick-prev.slick-arrow {
  width: 12px;
  height: 29px;
  position: absolute;
  top: 45%;
  left: 8%;
  display: block;
  z-index: 2;
}

.item_mainslider .item_subslider .slick-next.slick-arrow {
  width: 12px;
  height: 29px;
  position: absolute;
  top: 45%;
  right: 8%;
  display: block;
}

.itemtxt {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 50px auto 0;
  width: 70%;
  line-height: 1.64;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.picture_area {
  padding: 0 0 100px;
  background-color:#f0f0f0;


}

.recommend_picture{
  width:100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: nowrap;
}
.picture_area {
  padding: 0 0 100px;
  background-color: #f0f0f0;

}


.picture_area ul{
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
  scrollbar-width: none;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  overflow-x: unset;
  cursor: none;
  text-decoration: none;
  margin-left: 0px;
  padding-bottom: 30px;

}
.picture_area ul li{
  text-decoration: none;
  list-style-type:none;
  min-width: 16.5%;
  width: none;
  margin-right: 4px;
}
.picture_area ul li img{
  display: block;

  object-fit: cover;
}

.pickup {
  padding-top:80px;
  background: linear-gradient(#000 15%, #f0f0f0 15%);
}

.pickup h3 {
  max-width: 1200px;
  padding: 30px 0;
  position: relative;
  margin: 0 auto;
}


#pickup_txt {
  width: 16%;
}

.pickup h3::before{
  width: 78%;
  top: 30%;
}
.pickup h3::after{
  right: 78%;
  top: 30%;
}
.pickup h4 {
  background: linear-gradient(#000 50%, transparent 50%);
  margin-top: 80px;
}
.pickup h4 span {
  position: relative;
  display: block;
  text-align: center;
  background-color: #dedede;
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 15%;
  max-width: 1500px;
}

.pickup h4:nth-of-type(2){
  margin-top:120px;
  background: transparent;
}
.allitem_btn {
  width: 84%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 0%;
  /* margin-bottom: 5%; */
  background-color: #000;
  color: #fff;

}
#tshirt_txt {
  width: 13%;
  fill: #000;
}
#outer_txt {
  width: 10%;
}
#sweat {
  width: 18%;
  fill: #000;
}

.pickup .item_mainslider {
  width: 100%;
  margin: -10% auto 0;
  background: transparent;
  padding-bottom:0;
}

.feature {
  background: linear-gradient(#3b3b3b 50%, transparent 50%);
  padding-bottom: 80px;
  overflow-x: hidden;
  width: 100%;
}

#feature_txt {
  width: 12%;
}

.feature h3{
  padding:110px 0 60px;
}


.feature_slider {
  width: 90%;
  padding: 35px 0;
  overflow-x: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  
}

.feature_slider li {
  /* max-width: 30%; */ /* 削除 */
  width: 350px; /* 画像に合わせて調整 */
  /* flex-basis: 300px; */ /* 上記の width の代わりに使うことも可能 */
  padding: 15px;
  background-color: #efefef;
  margin-right: 20px; /* 画像に合わせて調整 */
  border-radius: 10px;
  white-space: normal; /* 画像に合わせて変更 */
  scroll-snap-align: start;
}
.feature_slider li:last-child{
  margin-right: 0px; 
}

.feature_slider li a {
  display: block;
  text-decoration: none;
  color: #141414;
  width: 100%;
}

.bnr{
  max-width:800px;
  padding: 0 0 100px;


.bnr picture{
  margin-bottom:20px ;
}

.other-btn-box {
  width: 90%;
  margin: 0 auto 80px;
  
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.other-btn a {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  border: 1px solid #000;
  padding: 0.7em;
  text-align: center;
  margin: 0 5px 20px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.item_name{
  padding:0 6%;
  font-size: 14px;
  overflow: hidden;
display: -webkit-box;
/* text-overflow: ellipsis; */
-webkit-box-orient: vertical;
/* -webkit-line-clamp: 3; */
}

}

@media screen and (min-width:1400px) {
  .campaign_box{
    align-items: center;
  }

  .campaign_box dl dt img{
    width:130px;
  }
}


@media screen and (min-width: 769px){   
  .pc { display:none; }
  .tb { display:none; }
  .sp { display:inline; }
}



.campaign2{
  background-color:#000;
  color:#fff;
  padding-bottom:9%;
}

.campaign2 h3{
  width: 100%;
  background-color: #f0f0f0;
  padding:30px 0 30px 8%;
  position:relative;
}

.campaign2 h3::before{
  position:absolute;
  content:"";
  display: block;
  width:40%;
  height:2px;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
  background-color:#000;
}
.campaign2 h3::after{
  position:absolute;
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color:#000;
  top:50%;
  right:40%;
  border-radius:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}




.campaign2 dl{
  padding: 9% 8% 0;
}

.campaign2 dl dt{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.3;
  margin-bottom: 20px;
}

.campaign2 dl dd{
  font-size:14px;
  font-weight:300;
  letter-spacing:0.055em;
  line-height:1.428;
}

.campaign2 a{
  display:block;
  width:100%;
  margin:25px auto 0;
  background-color:#fff;
  color:#000;
  text-align: center;
  padding:20px;
  line-height:1;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
}

.recommend2{
  background-color:#f0f0f0;
  padding-bottom: 150px;
  position:relative;
}

.recommend2 h3{
  width: 100%;
  background-color: #000;
  padding:30px 0 30px 8%;
  position:relative;
}

.recommend2 h3::before{
  position:absolute;
  content:"";
  display: block;
  width:30%;
  height:2px;
  top:30%;
  right:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin:auto;
  background-color:#fff;
}
.recommend2 h3::after{
  position:absolute;
  content:"";
  display: block;
  width:10px;
  height:10px;
  background-color:#fff;
  top:30%;
  right:30%;
  border-radius:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#recommend_txt, #outerpickup_txt{
  width:60%;
}

@media screen and (min-width:400px){
  .reccasual1{
      background-size: 90%;
  }
  .recsports1{
    background-size: 90%;
    }
    
  .item_recoslider .item_subslider .slick-slide img {
  display: block;
  height: 100%;
}
}

@media screen and (min-width:768px){
  .campaign2 {
    background-color: #f0f0f0;
    color: #fff;
    padding-top:80px;
    padding-bottom: 0;
  }
  
  .campaign2 h3 {
    max-width: 1200px;
    background-color: #f0f0f0;
    padding: 30px 0;
    position: relative;
    margin: 0 auto;
  }
  
  #campaign_txt {
    width: 20%;
  }
  
  .campaign2 .campaign_box{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#000;
  }
  
  
  .campaign2 .campaign_box img{
    width:50%;

  }
  .campaign2 .campaign_box dl{
    width:50%;
    padding: 0 8%;
  }
  
  .campaign2 h3::before{
    width: 70%;
  }
  .campaign2 h3::after{
    right: 70%;
  }
  
  
  .recommend2{
    padding-top:80px;
    padding-bottom: 150px;
    position: relative;
    background: linear-gradient(#000 38%, #f0f0f0 38%);
  }
  
  
  .recommend h3{
    max-width: 1200px;
    padding: 30px 0 0 0;
    position: relative;
    margin: 0 auto;
  }

  .reccasual h3{
    display:block;
  }
  
  .recsports h3{
    display:block;
  }
  
  #recommend_txt{
    width: 42%;
  }
  
  .recommend2 h3::before {
    top: 28%;
    width: 51%;
  }
  .recommend2 h3::after{
    right: 51%;
    top: 28%;
  }
}

@media screen and (min-width:1200px) {
  .reccasual1{
    position: inherit;
      padding: 0;
      background: none;
      margin-bottom: 60px;
  }
  
  .reccasual2{
    position: inherit;
      padding: 0;
      background: none;
      margin-bottom: 60px;
  }
  
  .reccasual3{
    position: inherit;
      padding: 0;
      background: none;
      margin-bottom: 60px;
  }
  
  
  .reccasual4{
    position: inherit;
      padding: 0;
      background: none;
      margin-bottom: 60px;
  }
  
  .reccasual5{
    position: inherit;
      padding: 0;
      background: none;
      margin-bottom: 60px;
  }
  
  .recsports1{
    position: inherit;
      padding: 0;
      background: none;
      margin-bottom: 60px;
  }
  
  .recsports2{
    position: inherit;
      padding: 0;
      background: none;
      margin-bottom: 60px;
  }

}

.lpfloat{
  display: none;
  position:fixed;
  left:0;
  z-index:9999;
  top:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.lpfloat ul{
}

.lpfloat ul li{
  display:flex;
  justify-content: center;
  align-items: center;
  width:40px;
  height:120px;
  background-color:#999999;
	transition: all 0.3s ease 0s;
}

.lpfloat ul li.casualnav{
  border-radius:0 10px 0 0;
  background-color:#84BD71;
}

.lpfloat ul li.sportsnav{
  border-radius:0 0 10px 0;
}


.lpfloat ul li.casualnav.is-in{
  background-color:#999999;
}

.lpfloat ul li.sportsnav.is-in{
  background-color:#7CCCF1;
}

@media screen and (min-width:1500px) {
  .feature_slider {
    width: 70%;
    padding: 35px 0;
    overflow-x: auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    
  }
  
  .feature_slider li {
    /* max-width: 30%; */ /* 削除 */
    width: 360px; /* 画像に合わせて調整 */
    /* flex-basis: 300px; */ /* 上記の width の代わりに使うことも可能 */
    padding: 15px;
    background-color: #efefef;
    margin-right: 20px; /* 画像に合わせて調整 */
    border-radius: 10px;
    white-space: normal; /* 画像に合わせて変更 */
    scroll-snap-align: start;
  }
  .feature_slider li:last-child{
    margin-right: 0px; 
  }
  
  .feature_slider li a {
    display: block;
    text-decoration: none;
    color: #141414;
    width: 100%;
  }
}
/* デフォルトでbrは表示 */
br.pc { display: none; }
br.sp { display: inline; }

@media screen and (min-width: 769px) {
  br.pc { display: inline; }
  br.sp { display: none; }
}


@media screen and (min-width:1320px) {
  /* .campaign_box dl{
  width:50%;
  padding: 0 100px;
  margin: 0 0 74px;
}
  .campaign_box_black dl{
  width:50%;
  padding: 0 100px;
  margin: 0 0 0px;
} */
     .campaign_box {
        max-width: 1500px;
        margin: 0 auto;
    }
}


