

.inner-block.large.l-flex {
    display: flex;
}

header img {
    width: 100%;
}


.header-nav {
    display: none;
}

@media only screen and (max-width: 640px) {
    .breadcrumb {
      margin-top: -120px !important;
    }

    .inner-block {
      padding: 9px 15px 3px;
    }

    .fs-c-breadcrumb {
      margin-top: 25% !important;
      margin-left: 4% !important;
    }

}

@media screen and (min-width: 768px) {
    .wapper-sogoodtee {
        padding: 0 32%;
    }

    
  body#fs_CustomPage .fs-l-main {
    margin-top: 0% !important;
  }

}



section.visual {
    padding-top: 0%;
}

.main-txt {
  position: relative;
  text-align: left;
  color: #FFF;
  letter-spacing: 0.02px;
  line-height: 2.3;
}


.main-txt h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10%;
  line-height: 1.75;
}


.main-txt p {
  font-size: 1rem;
  font-weight: bold;
}

.main-txt .-bg {
  position: absolute;
  padding: 15% 10% 14%;
  bottom: 10%;
  width: 100%;
  background-color: #838383e3;
}

@media screen and (min-width: 768px) {

  .main-txt .-bg {
    padding: 10% 32%;
    bottom: 10%;
  }

  .main-txt .-bg h2 br {
    display: none;
  }

}



section.arrival {
  padding-top: 12%;
  margin-bottom: 10%;
  text-align: center;
}

section.arrival h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 3%;
}

section.arrival h3 span {
  font-size: 0.9rem;
  font-weight: bold;
}




.-flex {
  display: flex;
}

.arrival_btn {
  width: 85%;
  display: block;
  margin: 0 auto 3%;
  padding: 3% 5% 3% 7%;
  background-color: #132344;
  border-radius: 100px;
}

.arrival_btn:hover{
  transform:scale(1.1,1.1);
}

.arrival_btn .-flex {
  justify-content: space-between;
  align-items: center;
}

.arrival_btn .-txt {
  width: 60%;
}

.arrival_btn .-arrow {
  width: 10%;
}

.caution {
  font-size: 0.7rem;
  text-align: center;
  letter-spacing: 0.2px;
}


/*----------bub CSS----------*/
.bub {
  font-size: 0.9rem;
  font-weight: bold;
  color: #E52B2B;
  text-align: center;
  margin-bottom: 3%;
}

.bub {
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}


/*---------- marker ----------*/

.marker {
  background: linear-gradient(transparent 93%, rgba(222, 75, 25, 1) 100%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s; 
}

.marker.on {
  background-size: 100% 100%;
}


/*---------- list ----------*/

.list {
  margin-bottom: 8%;
}

.list h2 {
  font-size: 2.8em;
  color: #DE4B19;
  font-family: "field-gothic-xcondensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5%;
}



.list .-subImg {
  width: 42%;
}

@media screen and (min-width: 768px) {

  .list .-subImg {
    width: 30%;
  }

}


.tee .list p {
  font-size: 0.9rem;
  letter-spacing: 0.02px;
}

.tee .list p span {
  font-size: 0.9rem;
  margin-left: 10px;
}

ul.tee-list {
  margin-bottom: 0%;
  margin-top: 5%;
}

ul.tee-list li p {
  white-space: nowrap;
  text-transform: unset;
  overflow-x: scroll;
  -ms-overflow-style: none;
}

ul.tee-list li p::-webkit-scrollbar {
  display: none;
}

/*---------- cate brand ----------*/

.cate, .brand, .recomenditem {
  margin-bottom: 20%;
}


.brand {
  margin-bottom: 10%;
}



.cate .tee-list li:nth-child(-n+12) {
  margin-bottom: 10%;
}

.brand .tee-list li:nth-child(-n+9) {
  margin-bottom: 10%;
}

.recomenditem .tee-list li:nth-child(-n+9) {
  margin-bottom: 10%;
}

.tee-list li:nth-child(-n+12) {
  margin-bottom: 0%;
}

/* .tee-list li:last-child {
  margin-bottom: 0%;
}

.tee-list li::nth-last-child(-n+3) {
  margin-bottom: 0%;
} */



/*---------- kw ----------*/


.kwWrap {
    background-color: #e5e5e5;
    padding: 5% 6% 4%;
    margin-bottom: 20%;
}

.kw h3 {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  margin-bottom: 2%;
}

.kwWrap li {
  float: left;
  background-color: #FFF;
  border: 1px solid #132344;
  color: #132344;
  padding: 1% 4%;
  margin-right: 2%;
  margin-bottom: 3%;
  max-width: 60%;
  font-size: 0.7rem;
  border-radius: 50px;
}

.kwWrap li a {
  color: #132344;
}


section.tee {
  padding: 20% 6% 8%;
  /* margin-top: 10%; */
}



/*---------- tee.list ----------*/


.tee-list li p:first-of-type {
    font-weight: 700;
    font-size: 11px;
    text-transform: capitalize;
}

.tee-list.-set li p:first-of-type {
    text-transform: unset;
    overflow-x: scroll;
    -ms-overflow-style: none;
}

.tee-list.-set li p:first-of-type::-webkit-scrollbar{
    display: none;
}

.tee-list li p {
    text-align: center;
    font-weight: 500;
    font-size: 8px;
    white-space: nowrap;
    letter-spacing: 0.8px;
}

.tee-list li img {
    margin-bottom: 4%;
}


.set-tit .c-title01 {
    margin-top: 20%;
}

.set-tit .c-title01::before, .set-tit .c-title01::after {
    display: none;
}

.wapper-sogoodtee h1 {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 4%;
}




/*---------- collectomaniac ----------*/

section.collectomaniac {
  margin-bottom: 15%;
  padding: 0 8%;
}


.colle_btn {
  border-radius: 10px;
  background-color: #E2A45C;
  padding: 5% 5% 7%;
  display: block;
}

.colle_btn:hover{
  transform:scale(1.1,1.1);
}

.colle_btn .-visual {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 8%;
}

.colle_btn .-visual img {
  border-radius: 5px;
}

.colle_btn .-flex {
  justify-content: space-around;
  align-items: center;
}

.colle_btn .-flex .-txt {
  width: 73%;
}

.colle_btn .-flex .-arrow {
  width: 15%;
}



/*---------- section.classi ----------*/



section.classic {
  background-color: #929292;
  margin-bottom: 20%;
}

section.classic .-top {
  padding: 15% 6% 0;
  margin-bottom: 10%;
  text-align: center;
}

section.classic .-top .logo {
  width: 60%;
  text-align: left;
  display: block;
}

section.classic .-top .logo img {
  width: 100%;
  overflow: hidden
}

section.classic .-top h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 5%;
  text-align: left;
}

section.classic .-top h3 span {
  font-size: 3.4rem;
  display: block;
}

section.classic .-top .-subImg {
  width: 55%;
  text-align: center;
  display: block;
  margin: 0 auto;
}



.contentsBox {
  padding: 0 6%;
}

.contentsBox .-visual {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.contentsBox .-detail {
  padding-bottom: 20%;
}

.contentsBox .-detail .num {
  text-align: left;
  padding-bottom: 2%;
  border-bottom: 1px solid #FFF;
}

.contentsBox .-detail .num img {
  width: 15%;
  overflow: hidden
}

@media screen and (min-width: 768px) {

  .contentsBox .-detail .num img {
    width: 10%;
  }

}

.contentsBox .-detail table {
  border-bottom: 1px solid #FFF;
  margin-bottom: 5%;
  text-align: left;
  color: #FFF;
  width: 100%;
}


.contentsBox .-detail table .-name {
  font-size: 1.2rem;
  font-weight: 800;
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 1.75;
  /* border-bottom: 1px solid #FFF; */
}

@media screen and (min-width: 768px) {

  .contentsBox .-detail table .-name {
    font-size: 1.5rem;
  }

}


.contentsBox .-detail table .-name th {
  padding: 2% 0% 2% 3%;
}

.contentsBox .-detail table .-model span {
  display: block;
  margin-bottom: 2%;
  font-size: 0.6rem;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.contentsBox .-detail table .-model th {
  border-right: 1px solid #FFF;
  width: 55%;
}

.-detail table .-model td {
  width: 35%;
}

.contentsBox .-detail table .-model {
  border-top: 1px solid #FFF;
}

.contentsBox .-detail table .-model th, .contentsBox .-detail table .-model td {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  padding: 2% 3% 5%;
  font-weight: bold;
}


.contentsBox .-detail .txtBox {
  border-bottom: 1px solid #FFF;
  padding-bottom: 5%;
  margin-bottom: 10%;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  line-height: 1.75;
  color: #FFF;
}


.item_btn {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #fff;
  background-color:#DE4B19;
  /* border: 1px solid #FFF; */
  padding: 3% 0 4%;
  width: 100%;
  margin-bottom: 5%;
}




.item_btn2 {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #DE4B19;
  background-color:#fff;
  /* border: 1px solid #FFF; */
  padding: 3% 0 4%;
  width: 100%;
  margin-bottom: 5%;
}



/* .item_btn:hover {
  color: #FFF;
  background-color: #DE4B19;
} */


/*---------- itemall ----------*/

.itemall {
  margin-bottom: 20%
}


/*---------- info ----------*/

section.info {
  padding: 0 7%;
}

section.info h3 {
  text-align: center;
  margin-bottom: 6%;
}

section.info h3 img {
  width: 100%;
}

section.info .-detail {
  text-align: center;
  margin-bottom: 10%;
}

section.info .-detail img {
  width: 90%;
}

.arrow_btn {
  background: #de4b19;
  border: 1px solid #de4b19;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 14px 20px 11px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 10px;
}

.arrow_btn::after {
  background: url(https://jamtrading.itembox.design/item/jam/img/special/2025/bottomscollection2025/arrow.png) no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}
/* 
.arrow_btn:hover {
  color: #132344;
  background: #FFF;
} */

.arrow_btn:hover::after {
  transform: translate(5px,0);
  transition: .7s;
}

section.info .-linkBox {
  margin-bottom: 10%;
}

section.info .-linkBox .arrow_btn:first-child {
  margin-bottom: 5%;
}

.lean_btn {
  color: #132344;
  text-decoration: underline;
  text-decoration-color: #132344;
  font-size: 1rem;
  letter-spacing: 0.02px;
  line-height: 1.75;
  display: block;
  margin: 0 auto 20%;
  text-align: center;
}



/*---------- pagetop ----------*/


.pagetop {
  cursor: pointer;
  position: fixed;
  right: 19px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  transition: .3s;
  color: #FFF;
  background: #d96e1c;
  opacity: 0;
  z-index: 30;
  padding: 5px;
  font-weight: 500;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
}

/* .wapper-sogoodtee .pagetop {
  background: #1D4D3A;
} */



.hidden {
  animation: fade .2s ease-in-out forwards;
  pointer-events: none;
}
 
@keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
 
.visible {
  animation: fadeOut .2s ease-in-out forwards;
  pointer-events:all;
}
 
@keyframes fadeOut {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}






/* ----- section.reel ----- */

section.reel {
  padding: 0 5%;
  margin-bottom: 15%;
}

@media screen and (min-width: 768px) {
  section.reel {
      padding: 0 5%; 
  }
}

section.reel h2 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 5%;
  color: #000000;
}

section.reel iframe {
  margin: 0 auto;
  display: block;
}


.wapper-sogoodtee iframe {
    width: 100%;
    height: revert-layer;
}








section.trivia.special {
    padding: 0 5%;
    padding-bottom: 10%;
}



section.trivia.special div {
    margin-bottom: 2%;
}

/* footer {
  display: none;
} */

.c-footer .gray-bg {
  background-color: #f4f4f4 !important;
  position: relative;
}



.black-bg {
  position: relative;
  /* left: 0; */
  /* top: 0; */
  width: 100vw;
  height: unset;
  z-index: 1;
  background: #333 !important;
  opacity: 1;
  visibility: unset;
  transition: all 0.5s;
  cursor: pointer;
  /* z-index: 100; */
  /* bottom: 0px; */
}




























/*-----tempStyleWrap-----*/

.tempStyleWrap {
    margin-bottom: 10%;
  }
  
  .tempTxt {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  
  
  
  /*-----item-wapper-----*/
  
  .item-wapper {
    width: 38%;
    display: block;
  }
  
  .styling-box01 {
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
  }
  
  .styling-box01 .img-box {
    margin-right: 5%;
    width: 62%;
  }
  
  .styling-box01 .item-wapper a {
    background-color: #E3E3E3;
    border-radius: 5px;
    padding: 6% 5%;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 12%;
    width: 100%;
    font-size: 11px;
    letter-spacing: -0.5px;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 40%);
  }
  
  .styling-box01 .item-wapper a span {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  
  .styling-box01 .item-wapper img {
    width: 46%;
    position: absolute;
    top: -5%;
    display: block;
    left: -10%;
  }
  
  .styling-box02 .img-box {
    margin-left: 5%;
    width: 62%;
  }
  
  .styling-box02 .item-wapper a {
    background-color: #ccc;
    border-radius: 10px;
    padding: 6% 5%;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 12%;
    width: 100%;
    font-size: 11px;
    letter-spacing: -0.5px;
  }
  
  .styling-box02 .item-wapper a span {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  
  .styling-box02 .item-wapper img {
    width: 43%;
    position: absolute;
    top: -33%;
    display: block;
    right: -14%;
  }
  
  @media only screen and (min-width: 641px) {
  
    .styling-box01 .item-wapper a {
      padding: 10% 5%;
    }
  
    .styling-box01 .item-wapper a {
      font-size: 14px;
      margin-bottom: 12%;
    }
  
    .styling-box02 .item-wapper a {
      font-size: 14px;
      margin-bottom: 20%;
    }
  
    .styling-box02 .item-wapper a {
      padding: 10% 5%;
    }
  
  }
  