/*共通CSS*/

@media only screen and (max-width: 640px){

    .fs-c-breadcrumb {
      margin-top: 70px;
  }
}

@media only screen and (min-width: 750px){

  .wrapper-oversizepants_s_24ss {
    padding: 0 29%;
  }

  .fs-c-breadcrumb {
    margin-top: 30px;
  }

}

.upper {
  text-transform: uppercase;
}

.cap {
  text-transform: capitalize;
}

.-flex {
  display: flex;
}

.header-nav__inner {
  display: none;
}

.campaign-banner-block img {
  display: none;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
}




/*section-top*/

section.top {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 15%;
  font-weight: 500;
  font-style: normal;
}

section.top h1 {
  font-size: 1.8rem;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 5%;
}

section.top p {
  font-size: 0.9rem;
}

.description {
  font-size: 14.5px;
  letter-spacing: -0.5px;
  padding: 0 6%;
  text-align: left;
  line-height: 2.2rem;
  color: #2b2b2b;
}

@media only screen and (min-width: 750px){

  section.top h1 {
    font-size: 2.8vw;
  }
  
  section.top p {
    font-size: 1vw;
  }

  .description {
    font-size: 13px;
  }

  .description {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0 5%;
    line-height: 2.5rem;
  }

}




/*section-styling*/

section.styling {
  width: 100%;
}

.styling-box {
  float: left;
  width: 100%;
  margin-bottom: 10%;
}

.styling-box:nth-child(odd) {
  text-align: left;
}

.styling-box:nth-child(even) {
  text-align: right;
}

.styling-box:last-child {
  margin-bottom: 15%;
}

.styling-box img {
  width: 72%;
}


/*section-explanation*/

section.explanation {
  margin-bottom: 15%;
}

section.explanation h2 {
  width: 82%;
  margin: 0 auto;
  margin-bottom: 10%;
}

section.explanation h2 img {
  width: 100%;
}


section.explanation h3 {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6%;
  letter-spacing: -0.5px;
}

.explanation-box .-flex {
  justify-content: center;
  gap: 5%;
  margin-bottom: 10%;
}

.thum {
  width: 15%;
  height: 15%;
  border-radius: 50%;
}

.bub{
  width: 70%;
  position:relative;
  background:#e9e9e9;
  padding:15px;
  text-align:left;
  color:#000000;
  font-size:10px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
.bub:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(204, 204, 204, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:10px;
  border-right-width:10px;
  margin-top: -10px;
  border-right-color:#e9e9e9;
  right:100%;
  top:25%;
}

section.explanation h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1%;
}

.bub .point {
  margin-bottom: 8%;
}

.bub .point p {
  font-size: 13px;
}

.bub .point p span {
  font-size: 14px;
  font-weight: bold;
  color: #e06e1d;
  margin: 0 1%;
}

.bub .point:last-child {
  margin-bottom: 0%;
}

@media only screen and (min-width: 750px){

  section.explanation h2 {
    font-size: 18px;
  }

  .bub .point p {
    font-size: 16px;
    line-height: 1.55;
  }
  
  .bub .point p span {
    font-size: 17px;
  }
  

}


/*miyazaki*/

section.miyazaki {
  padding: 0 10%;
  margin-bottom: 15%;
}

section.miyazaki h4 {
  font-size: 16px;
  margin-bottom: 5%;
  text-align: center;
}

section.miyazaki .profile-img {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5%;
  border-radius: 50%;
}

section.miyazaki h3 {
  font-size: 11px;
  text-align: center;
}

section.miyazaki h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 5%;
  text-align: center;
}

section.miyazaki .sns {
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 10%;
  gap: 5%;
}

section.miyazaki .logo {
  width: 20px;
}

section.miyazaki .sns a {
  width: 30%;
  justify-content: center;
  align-items: center;
  gap: 7%;
}

section.miyazaki p {
  font-size: 10px;
  letter-spacing: 1px;
  width: 85%;
  margin: 0 auto;
}

@media only screen and (min-width: 750px){

  section.miyazaki p {
    font-size: 13px;
  }

}


/*section-silhouette*/

.silhouette-wrap {
  display: block;
}

@media only screen and (min-width: 750px){

  .silhouette-wrap {
    display: flex;
    justify-content: space-around;
    gap: 5%;
    margin-bottom: 10%;
  }

}

.silhouette-wrap .denim,.silhouette-wrap .work  {
  max-width: 500px;
  width: 100%;
}

section.silhouette {
  padding: 0 4%;
}

section.silhouette h2 {
  width: 82%;
  margin: 0 auto;
  margin-bottom: 5%;
}

section.silhouette h2 img {
  width: 100%;
}

.silhouette-description {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.2rem;
  margin-bottom: 8%;
}

section.silhouette h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 2%;
  font-weight: bold;
}

.silhouette-box {
  padding: 5% 5% 8%;
  border: 1.5px solid #999;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15%;
  box-shadow: rgb(99 99 99 / 15%) 0px 2px 8px 0px;
}

.silhouette-box img {
  width: 100%;
  margin-bottom: 4%;
  border-radius: 10px;
}

.silhouette-box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -1%;
}

.silhouette-box h4 span {
  color: #e06e1d;
  margin: 0 1%;
  font-size: 30px;
}

.silhouette-box .model {
  font-size: 10px;
  margin-bottom: 6%;
}

.silhouette-box .item-detail h5 {
  font-size: 12px;
  color: #808080;
  width: 50%;
  padding: 2% 4% 0%;
  margin: 0 auto;
  margin-bottom: 1%;
}

.silhouette-box .item-detail .-flex {
  justify-content: center;
  gap: 3%;
  font-size: 14px;
}

.silhouette-box .item-detail .-flex a {
  color: #0573D4;
  text-decoration: underline;
}

.silhouette-box .item-detail .-flex a.-m {
  font-size: 11.7px;
}

.work .silhouette-box .item-detail .-flex:first-of-type {
  margin-bottom: 1%;
}

.silhouette-box.-reco {
  position: relative;
}

.silhouette-box.-reco::before {
  content: "";
  background-image: url(https://jamtrading.itembox.design/item/jam/img/special/2024/oversizepants_s_24ss/reco_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 20%;
  position: absolute;
  top: 5%;
  left: 8%;
}

.btn {
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  line-height: 1.75;
  background-color: #e06e1d;
  color: #FFF;
  padding: 3% 5%;
  display: block;
  margin: 0 auto 5%;
  width: 100%;
}

@media only screen and (min-width: 750px){

  .silhouette-description {
    font-size: 15px;
    line-height: 1.65;
  }

}


/* arrival */


section.arrival {
  padding: 0 1%;
  margin-bottom: 20%;
}

.arrival .-shadow {
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  padding: 6% 5% 9%;
  width: 90%;
  margin: 0 auto;
}

.arrival .arrival-main {
  display: block;
  text-align: center;
  margin-bottom: 5%;
}

.arrival .arrival-date {
  display: block;
  margin: 0 auto;
  margin-bottom: 1%;
  width: 90%;
}

.arrival .-shadow p {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 1.55;
  margin-bottom: 5%;
}

.arrival .-shadow p span {
  font-weight: bold;
  color: #e06e1d;
}

.btn-bk {
  padding: 10px 0px;
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  background-color: #000;
  width: 70%;
  margin: 0 auto;
}



@media only screen and (min-width: 750px){

  .arrival .-shadow p {
    font-size: 17px;
    line-height: 1.65;
  }

}

/* unisize */

section.-unisize {
  padding: 0 4%;
}

section.-unisize .-title {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5%;
}

section.-unisize p {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.65;
  margin-bottom: 5%;
}

section.-unisize p span {
  font-weight: bold;
}

section.-unisize .-image {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 10%;
}

.btn-uni {
  padding: 10px 0px;
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  background-color: #75842E;
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}



@media only screen and (min-width: 750px){

  section.-unisize p {
    font-size: 16px;
    line-height: 1.65;
  }
}




/*プルダウン*/

.item {
  margin-bottom: 17%;
}

.item-all a {
  padding: 10px 20px;
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.8px;
}
.item-all {
  background: #1c1b1b;
  margin-bottom: 2%;
}
.main_menu {
  border-top-style: none !important;
  background-color: #000 !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding-left: 0px !important;
}
.main_menu::before {
  border-top: solid 2px #FFF !important;
  border-right: solid 2px #FFF !important;
}
#category {
  margin: 2% auto 2% !important;
}


.item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5%;
  text-align: left;
  color: #e06e1d;
}


.item .btn {
  margin: 0 auto 2%;
  font-weight: bold;
}






/*セクションコンテンツ*/

section {
  background: #FFF;
  width: 100%;
}

section h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6%;
  text-align: center;
}













/*section-item*/

section.item {
  padding: 0 8%;
  margin-top: 20%;
  /* font-family: 'メイリオ', 'Meiryo', sans-serif; */
}

section.item h2 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10%;
  letter-spacing: -0.3px;
}

.item-list ul {
  margin-top: 5%;
  margin-bottom: 5;
}

.item-list li {
  float: left;
  width: 32%;
}

.item-list li img {
  margin-bottom: 8%;
}

.item-list li p {
  text-align: center;
  font-weight: bold;
  font-size: 10px;
}

.item-list li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.item-list li:nth-child(-n+15) {
  margin-bottom: 9%;
}

.item-list.-brand li:nth-child(-n+15) {
  margin-bottom: 5%;
}



/*section-special*/

.section.special {
  padding: 0 3%;
  margin-top: 15%;
}

.section.special h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
}

.section.special img{
  margin-bottom: 5%;
}



/*btn*/

a.c-btn01.mt10.-bk {
  background: #000;
  border: 1px solid #000;
  margin-top: 10px;

}

a.c-btn01.-jam {
  background: #2f79c5;
  border: 1px solid #2f79c5;
}


div.wapper-contents {
  margin: 7% 4% !important;
}



a.top {
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #e06e1d;
  text-align: center;
  line-height: 80px;
  margin-bottom: 10%;
}



/*SWIPER*/

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-slide:nth-child(3n + 1) {
  background-color: #FFF;
}

.swiper-slide:nth-child(3n + 2) {
  background-color: #FFF;
}

.swiper-slide:nth-child(3n + 3) {
  background-color: #FFF;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 12px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-button-next:after, .swiper-button-prev:after  {
  display: none;
}



/*arrow初期化CSS*/
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	width: 15px; /* ボタンの幅 */
	height: 15px; /* ボタンの高さ */
	background-size: 15px 15px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(画像アドレス);
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(画像アドレス);
	transform: scale(-1, 1); /* 左右反転 */
}
/*arrowカスタムCSS*/
.swiper-button-prev,
.swiper-button-next {
 position: absolute;
 top: 36%;
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: var(--swiper-navigation-size);
 margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-navigation-color, var(--swiper-theme-color));
 width: 15px; /* ボタンの幅 */
 height: 15px; /* ボタンの高さ */
 background-size: 15px 15px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
 margin-top: 0px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
 background-image: url(https://jamtrading.itembox.design/item/jam/img/special/2024/oversizepants_s_24ss/arrow_left.png);
 transform: scale(-1, 1); /* 左右反転 */
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
 background-image: url(https://jamtrading.itembox.design/item/jam/img/special/2024/oversizepants_s_24ss/arrow_right.png);
}


.swiper-button-prev {
  left: 25px;
}

.swiper-button-next {
  right: 25px;
}


@media only screen and (min-width: 750px){

  .swiper-button-prev {
    left: 35px;
  }
  
  .swiper-button-next {
    right: 35px;
  }

}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 2%;
  left: 0;
  width: 100%
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}


/*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);
}