/* --------------------- item-page --------------------- */

/* ---------- section.item ---------- */

section.item-top {
    margin: 10% auto 15%;
    padding: 0 4%;
    text-align: center;
}

section.item-top h2 {
    font-size: 29.03px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: -0.5px;
    margin-bottom: 2%;
}

section.item-top h4 {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: -0.5px;
    margin-bottom: 5%;
}

section.item-top p {
    font-size: 16.8px;
    line-height: 1.75;
    letter-spacing: -0.5px;
    margin-bottom: 15%;
    text-align: left;
}

@media only screen and (min-width: 641px) {

  section.item-top {
      margin: 5% auto 8%;
      padding: 0 20%;
  }

}


/* ---------- section-spot ---------- */

section.spot {
    margin-bottom: 15%;
    background-image: url(https://jamtrading.itembox.design/item/jam//img/special/2024/vtg_tee_world/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}

section.spot h2 {
  text-align: center;
  padding: 2% 0%;
  background-color: #E9E9E9;
  box-shadow: rgb(99 99 99 / 60%) 1px 2px 2px 0px;
  width: 80%;
  margin: 0 auto 7%;
  font-size: 18px;
  max-width: 900px;
}

section.spot h2 img {
    width: 80%;
}



/* .swiper.spot .swiper-wrapper {
    margin-bottom: 10%;
} */

.swiper-backface-hidden .swiper-slide-prev, .swiper-backface-hidden .swiper-slide-next{
  transform: scale(.8); /* 左右のスライドを小さくする */
}

.swiper-slide {
  opacity: .3; /* 左右のスライドを薄くする */
  transition: .7s; /* ゆっくり小さくさせる */
  padding: 5% 0 20%;
}

.swiper-slide img {
  margin-bottom: 2%;
  height: auto;
  width: 100%;
}

.swiper-slide p {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.swiper-slide-active.-spot {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1.1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.swiper-pagination-bullet-active {
  background-color: #676767 ;
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 15%;
  left: 0;
  width: 100%;
}



@media only screen and (min-width: 641px) {

  section.spot {
    margin-bottom: 13%;
}

  .swiper-slide {
    opacity: 1;
    transition: .7s;
    padding: 5% 0 12%;
  }

}



/* ---------- アコーディオン ---------- */



/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 88%;
  max-width: 900px;
  margin:0 auto;
  background-image: url(https://jamtrading.itembox.design/item/jam//img/special/2024/vtg_tee_world/metal.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
  letter-spacing: -0.5px;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 10px;
  height: 2px;
  background-color: #333;
  
}
.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  margin:0 3% 3% 3%;
  padding: 3%;
}


/* ---------- btn.-fashion ---------- */

.btn41-43.-fashion {
  padding: 2% 0%;
}

.btn-41.-fashion {
  width: 65%;
  font-size: 13.8px;
  letter-spacing: -0.2px;
  padding: 2% 4%;
  max-width: 500px;
}


/*----------section.faction.-fashion--------------*/


section.faction.-fashion {
  background-image: url("https://jamtrading.itembox.design/item/jam//img/special/2024/vtg_tee_world/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 20% 10%;
  /* background-position-x: 30%; */
}

section.faction.-fashion p {
  font-size: 16.8px;
  text-align: left;
  letter-spacing: -0.5px;
  line-height: 1.75;
}


section.faction.-fashion .link_box {
  width: 60%;
  display: block;
  margin: 0 auto;
}


section.faction.-fashion .link_box {
  width: 60%;
}


.link_box._01, .link_box {
  position: relative;
}

.link_box .arrow-human {
  position: absolute;
  width: 74%;
  bottom: -27%;
  left: 20%;
  transform: translate(-50%, -50%);
}


@media only screen and (min-width: 641px) {

  section.faction.-fashion {
    padding: 5% 30% 10%;
  }

}

/*----------section.vtg-list--------------*/

@media only screen and (min-width: 641px) {

  section.vtg-list {
    margin-top: 0;
    margin-bottom: 10%;
  }

}


/* ---------- btn.-fashion.item ---------- */

.btn41-43.-top {
  padding: 4% 5%;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.btn-41.-top {
  border: 2px solid rgb(255, 255, 255);
  z-index: 1;
  color: #000;
  background-color: rgb(255, 255, 255);
  text-align: center;
  margin: 20% auto 0;
  display: block;
  width: 90%;
  font-size: 13.8px;
}

.btn-41.-top:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: rgb(0, 0, 0);
  transition: all 0.3s ease;
}

.btn-41.-top:hover {
  color: rgb(255, 255, 255);
}

.btn-41.-top:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}

.btn-41.-top:active {
  top: 2px;
}




