/*特設ページ内のPOPUPは非表示*/
.banner.itemdetail_view_timer.is-show {
    display: none !important;
}

div#header {
    display: block;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

header img {
    width: 50%;
    margin-top: 3%;
}

div#header h1 {
    display: table-cell;
    vertical-align:middle;
}

.c-header .inner-block {
    max-width: 100%;
    display: none;
}

.fs-c-breadcrumb {
    margin-top: 5% !important;
}

.breadcrumb {
    margin-top: -28%;
}


@media only screen and (max-width: 768px) {
    .fs-c-breadcrumb {
        margin-top: 20% !important;
    }
}


/*----------↓↓↓全体共通↓↓↓--------------*/

.wapper-tshirts_cap_select5 {
    font-family: sans-serif, "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, serif;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
}


.campaign-banner-block {
    display: none;
}



#header h1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.header-nav__inner {
    display: none;
}

.wapper-tshirts_cap_select5 h1 {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 2%;
}

.top {
    text-align: center;
    left: 86%;
    right: 0px;
    position: absolute;
    top: 25%;
    width: 11%;
    line-height: 1.35;
    letter-spacing: 0.2px;
    font-size: 0.7rem;
    font-weight: 600;
}

.visual img {
    margin-bottom: 10%;
}

.main-txt {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 0 10%;
    margin-bottom: 15%;
    line-height: 1.8;
}

h3 {
    letter-spacing: -0.5px;
}

.-flex {
    display: flex;
}

@media only screen and (min-width: 641px) {

    .main-txt {
        font-size: 14px;
    }

    /* .-flex {
        display: block;
    } */

}

/*-----top-list-----*/

section.top-list {
    margin-bottom: 10%;
}

.top-list h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2%;
}

ul.clearfix.thumb {
    padding: 0% 6%;
}

ul.clearfix.thumb li {
    float: left;
    width: 30%;
    margin-bottom: 6%;
    margin-right: 5%;
}

ul.clearfix.thumb li:nth-child(3n) {
    margin-right: 0%;
}

.thumb-img {
    margin-bottom: 5%;
    border-radius: 7px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
}

.thumb li div {
    font-size: 10px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.border {
  content: "";
  width: 2px;
  height: 200px;
  background-color: #f1f1f1;
  margin: 10% auto 15%;
}


@media only screen and (min-width: 641px) {

    h1 {
        margin-bottom: 5%;
    }

    br {
      display: none;
    }

}


/*----------section_top--------------*/


.section_top {
    text-align: center;
    margin-bottom: 7%;
}

.section_top h3 {
    width: 80%;
    margin: 0 auto;
}

.section_top p {
  font-size: 16px;
  color: #515151;
  letter-spacing: 0.5px;
  margin-top: 0.5%;
}










/*----------swiper--------------*/

.swiper--wrapper {
    width: 100%;
    height: 300px;
  }
  
  .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 5%;
    border-radius: 15px;
    background-color: #f4f0e6;
    /* box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 30%); */
  }

  .swiper-pagination-bullets {
    position: static;
    margin-top: 16px;
  } 
  
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
  }
  
  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }

  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
  }

/* ここから矢印のデザインを変更するCSS */


.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
}

.swiper-button-next, .swiper-button-prev {
    top: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin: auto;
}
/* 前に戻る矢印の画像パス */
.swiper-button-prev::after {
  background-image: url(https://jamtrading.itembox.design/item/jam//img/special/2024/tshirts_cap_select5/arrow_left.png);
}
/* 次に進む矢印の画像パス */
.swiper-button-next::after {
  background-image: url(https://jamtrading.itembox.design/item/jam//img/special/2024/tshirts_cap_select5/arrow_right.png);
}





.swiper-slide h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3%;
}




.swiper-slide .-flex {
  justify-content: center;
  align-items: end;
  gap: 5%;
}

.swiper-slide .-flex.-two {
  flex-direction:row-reverse
}

.swiper-slide .-flex a.-img {
  width: 60%;
  padding: 2%;
  background-color: #FFF;
  border-radius: 10px;
}

.detail {
  width: 40%;
}

.detail p {
  font-size: 10px;
}


.detail p.price {
  font-size: 16px;
  margin-bottom: 3%;
}

.detail p.price span {
  font-size: 8px;
}


.detail.-left {
  text-align: left;
}

.detail.-right {
  text-align: right;
}

.cv_btn {
  font-size: 11px;
  color: #FFF;
  padding: 2% 10%;
  background-color: #E06E1D;
  border: 1px solid #e06e1d;
  border-radius: 50px;
}

.cv_btn:hover {
  color: #E06E1D;
  background-color: #FFF;
}


.cross {
  text-align: center;
}

.cross img {
  width: 6%;
  margin: 10% 0;
}


@media only screen and (min-width: 641px) {

    /* .detail.-left {
        text-align: center;
      }
    
      .detail.-right {
        text-align: center;
      } */
    

}


/*----------section--------------*/
.section {
    padding: 0 5%;
    margin-bottom: 30%;
}



/*----------↓↓↓ボタン↓↓↓--------------*/

.btn01 {
    padding: 10% 20%;
    display: block;
}

.btn01 {
    padding: 2% 4%;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 41px;
    color: #FFF;
    width: 86%;
    margin: 0 auto;
}

.c-btn01 {
    margin-bottom: 3%;
}

a.c-btn01.-blk {
    background: #1c1b1b;
    border: 1px solid #1c1b1b;
}


.btn01.-rd {
    background: #db0f23;
}

.btn01.-blu {
    background: #2c3658;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-gry {
    background: #333333;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-org {
    background: #e06e1d;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
}

.wapper-tshirts_cap_select5 .more-btn.abs {
    bottom: 5px;
}

.wapper-tshirts_cap_select5 .pagetop {
  background: #bab183;
}



.bn3637 {
  display: block;
  padding: 0.7rem 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  backface-visibility: hidden;
  border: 0.3rem solid transparent;
  border-radius: 3rem;
  margin: -10% auto 5%;
  background-color: #E06E1D;
  width: 70%;
}

.bn36 {
  border-color: #E06E1D;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.bn3637.-bk {
  color: #FFF;
  margin: 0% auto 20%;
  background-color: #000;
}

.bn36.-bk {
  border-color: #000;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.bn36:hover {
  transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
}



/* 
hamburger(ハンバーガーアイコン)
=================================== */

  .hamburger {
    display: none;
    position: absolute;
    left: 33px;
    top: 16px;
    width: 12px;
    height: 25px;
    cursor: pointer;
    z-index: 300;
}
  
  .hamburger__line {
    position: absolute;
    width: 26px;
    height: 3px;
    right: 0;
    background-color: #010101;
    transition: all 0.5s;
    border-radius: 49px;
  }
  
  .hamburger__line--1 {
    top: 0px;
  }
  
  .hamburger__line--2 {
    top: 9px;
  }
  
  .hamburger__line--3 {
    top: 18px;
  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
  }
  
  .open .hamburger__line--2 {
    opacity: 0;
  }
  
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
  }
  
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    display: none;
    position: fixed;
    right: -100%;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 100%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }
  
  /*ハンバーガーがクリックされたら左からスライド*/
  .open .sp-nav {
    left: 0;
  }
  
  
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .nav-wrapper .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  
  
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }

  .sp-nav ul {
    text-align: center;
    padding: 28% 0;
}

.sp-nav li {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.1;
    margin-bottom: 2%;
    background: #efefef;
}
nav.sp-nav {
    padding: 0% 6%;
}

.sp-nav a {
    padding: 3% 11%;
    display: block;
}


/*TOPスクロール*/

.pagetop {
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    /* border-radius: 50%; */
    transition: .3s;
    color: #FFF;
    background: #c41230;
    opacity: 1;
    z-index: 30;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
}


.pagetop img {
    width: 50%;
}

.wapper-tshirts_cap_select5 iframe {
    width: 100%;
    height: 212px;
}


/*section-special*/

.section.special {
  padding: 0 3% 10%;
  margin-bottom: 0%;
}

.special-tlt h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4%;
}

.section.special img{
  margin-bottom: 5%;
} 


/*fade-in */

.fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}


.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}





a.c-btn01.mt10 {
    margin-top: 10px;
}



/*----------↓↓↓PC表示↓↓↓--------------*/

@media screen and (min-width:768px){

body {
    padding-top: 0%;
}

.wapper-tshirts_cap_select5 {
    padding: 0 35%;
}

.hamburger {
    top: 25px;
}

header img {
    width: 15%;
    margin-top: 0.5%;
}

.c-header {
    height: 71px;
}

section.visual {
    padding-top: none;
}


.top {
    width: 15%;
    font-size: 1.0rem;
}

.real a::after {
    right: 23px;
}

.online a::after {
    right: -23px;

}


nav.sp-nav {
    padding: 0% 32%;
}

.sp-nav ul {
    padding: 18% 0;
}


nav.fs-c-breadcrumb {
    padding: 0 20%;
}


}