.header-banner img {
  width: 100%;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .header-banner img {
    width: 100%;
    margin-bottom: 5%;
  }
}

.main_cnt {
  padding: 0 16px;
  background-color: #d5cec4;
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .main_cnt {
    margin: 0;
    padding: 0 0;
    padding-bottom: 10%;
  }
}


.main_cnt p {
  color: #333;
  font-size: 1.1em;
  line-height: 1.75;
  letter-spacing: 0.5px;
}

.main_cnt p.main_txt {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15%;
}

@media screen and (min-width: 768px) {
  .main_cnt p.main_txt {
    width: 850px;
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .main_cnt .codination {
    width: 960px;
    margin: 0 auto;
  }
}

.main_cnt .codination .week {
  text-align: center;
  margin-bottom: 25px;
}

.main_cnt .codination .week img {
  width: 50%;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .week img {
    width: 20%;
  }
}

.main_cnt .codination .model.-mon {
  background: url(https://jamtrading.itembox.design/item/jam/img/special/2024/jamcoordinate_24aw/style_01.png) no-repeat top;
  background-size: contain;
  margin-bottom: 20px;
}

.main_cnt .codination .model.-tue {
  background: url(https://jamtrading.itembox.design/item/jam/img/special/2024/jamcoordinate_24aw/style_02.png) no-repeat top;
  background-size: contain;
  margin-bottom: 20px;
}

.main_cnt .codination .model.-wed {
  background: url(https://jamtrading.itembox.design/item/jam/img/special/2024/jamcoordinate_24aw/style_03.png) no-repeat top;
  background-size: contain;
  margin-bottom: 20px;
}

.main_cnt .codination .model.-thu {
  background: url(https://jamtrading.itembox.design/item/jam/img/special/2024/jamcoordinate_24aw/style_04.png) no-repeat top;
  background-size: contain;
  margin-bottom: 20px;
}

.main_cnt .codination .model.-fri {
  background: url(https://jamtrading.itembox.design/item/jam/img/special/2024/jamcoordinate_24aw/style_05.png) no-repeat top;
  background-size: contain;
  margin-bottom: 20px;
}

.main_cnt .codination .model.-sat {
  background: url(https://jamtrading.itembox.design/item/jam/img/special/2024/jamcoordinate_24aw/style_06.png) no-repeat top;
  background-size: contain;
  margin-bottom: 20px;
}

.main_cnt .codination .model.-sun {
  background: url(https://jamtrading.itembox.design/item/jam/img/special/2024/7dayscoordination/sunday_all.png) no-repeat top;
  background-size: contain;
  margin-bottom: 20px;
}






.main_cnt .codination .model .search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}






.main_cnt .codination .model .search:nth-child(1) {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search:nth-child(1) {
    padding: 20px 100px 0;
  }
}

.main_cnt .codination .model .search:nth-child(2) {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search:nth-child(2) {
    padding: 80px 100px 0;
  }
}

.main_cnt .codination .model .search button {
  width: 30%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button {
    width: 200px;
    height: 200px;
  }
}

.main_cnt .codination .model .search button::before {
  content: "tap!";
  color: #ffffff;
  font-size: 0.8em;
  line-height: 35px;
  position: absolute;
  border-radius: 50%;
  background-color: #E06E1D;
  width: 35px;
  height: 35px;
  right: 0;
  bottom: 0;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button::before {
    content: "click!";
    font-size: 1em;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}

.main_cnt .codination .model .search button::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #ffffff;
}





.main_cnt .codination .model .search button.search_01 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_01::after {
  height: 55px;
  top: 10%;
  right: -25%;
  transform: rotate(100deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_01::after {
    height: 185px;
    top: 6%;
    right: -35%;
  }
}






.main_cnt .codination .model .search button.search_02 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_02::after {
  height: 57px;
  left: -21%;
  top: 41%;
  transform: rotate(60deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_02::after {
    height: 161px;
    left: -28%;
    top: 27%;
  }
}






.main_cnt .codination .model .search button.search_03 {
  margin-bottom: 40px;
}

.main_cnt .codination .model .search button.search_03::after {
  height: 50px;
  top: -20%;
  right: -10%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_03::after {
    height: 170px;
    top: -31%;
    right: -30%;
  }
}





.main_cnt .codination .model .search button.search_04 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_04::after {
  height: 37px;
  top: 53%;
  left: -10%;
  transform: rotate(64deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_04::after {
    height: 132px;
    top: 40%;
    left: -29%;
  }
}





.main_cnt .codination .model .search button.search_05 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_05::after {
  height: 46px;
  top: 10%;
  right: -5%;
  transform: rotate(64deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_05::after {
    height: 134px;
    top: 2%;
    right: -27%;
  }
}






.main_cnt .codination .model .search button.search_06 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_06::after {
  height: 75px;
  left: -24%;
  top: -22%;
  transform: rotate(123deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_06::after {
    height: 191px;
    left: -37%;
    top: -18%;
  }
}






.main_cnt .codination .model .search button.search_07 {
  margin-bottom: 40px;
}

.main_cnt .codination .model .search button.search_07::after {
  height: 157px;
  top: -126%;
  right: -17%;
  transform: rotate(32deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_07::after {
    height: 344px;
    top: -109%;
    right: -35%;
  }
}





.main_cnt .codination .model .search button.search_08 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_08::after {
  height: 78px;
  top: -37%;
  left: -13%;
  transform: rotate(140deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_08::after {
    height: 249px;
    top: -34%;
    left: -23%;
    transform: rotate(127deg);
  }
}






.main_cnt .codination .model .search button.search_09 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_09::after {
  height: 94px;
  top: -9%;
  right: -38%;
  transform: rotate(80deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_09::after {
    height: 236px;
    top: -14%;
    right: -47%;
  }
}






.main_cnt .codination .model .search button.search_10 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_10::after {
  height: 40px;
  left: -13%;
  top: 45%;
  transform: rotate(68deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_10::after {
    height: 147px;
    left: -26%;
    top: 32%;
    transform: rotate(68deg);
  }
}






.main_cnt .codination .model .search button.search_11 {
  margin-bottom: 40px;
}

.main_cnt .codination .model .search button.search_11::after {
  height: 81px;
  top: -30%;
  right: -16%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_11::after {
    height: 195px;
    top: -28%;
    right: -35%;
  }
}





.main_cnt .codination .model .search button.search_12 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_12::after {
  height: 51px;
  top: 39%;
  left: -18%;
  transform: rotate(70deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_12::after {
    height: 168px;
    top: 22%;
    left: -31%;
  }
}







.main_cnt .codination .model .search button.search_13 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_13::after {
  height: 86px;
  top: 6%;
  right: -25%;
  transform: rotate(87deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_13::after {
    height: 227px;
    top: -6%;
    right: -33%;
  }
}






.main_cnt .codination .model .search button.search_14 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_14::after {
  height: 49px;
  left: -18%;
  top: 49%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_14::after {
    height: 143px;
    left: -31%;
    top: 32%;
    transform: rotate(68deg);
  }
}






.main_cnt .codination .model .search button.search_15 {
  margin-bottom: 40px;
}

.main_cnt .codination .model .search button.search_15::after {
  height: 78px;
  top: -23%;
  right: -13%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_15::after {
    height: 197px;
    top: -18%;
    right: -27%;
    transform: rotate(60deg);
  }
}





.main_cnt .codination .model .search button.search_16 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_16::after {
  height: 64px;
  top: 38%;
  left: -21%;
  transform: rotate(81deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_16::after {
    height: 186px;
    top: 24%;
    left: -33%;
  }
}








.main_cnt .codination .model .search button.search_17 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_17::after {
  height: 68px;
  top: -9%;
  right: -26%;
  transform: rotate(71deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_17::after {
    height: 201px;
    top: -12%;
    right: -34%;
  }
}






.main_cnt .codination .model .search button.search_18 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_18::after {
  height: 74px;
  left: -18%;
  top: 27%;
  transform: rotate(70deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_18::after {
    height: 160px;
    left: -33%;
    top: 14%;
    transform: rotate(82deg);
  }
}






.main_cnt .codination .model .search button.search_19 {
  margin-bottom: 40px;
}

.main_cnt .codination .model .search button.search_19::after {
  height: 80px;
  top: -27%;
  right: -12%;
  transform: rotate(48deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_19::after {
    height: 187px;
    top: -32%;
    right: -31%;
  }
}





.main_cnt .codination .model .search button.search_20 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_20::after {
  height: 42px;
  top: 61%;
  left: -11%;
  transform: rotate(64deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_20::after {
    height: 148px;
    top: 39%;
    left: -29%;
  }
}






.main_cnt .codination .model .search button img {
  padding: 5px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button img {
    padding: 20px;
  }
}

.main_cnt .codination .model .modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.main_cnt .codination .model .modal .modal-content {
  background-color: #f4f4f4;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -40%);
  margin: 0 auto;
  padding: 20px;
  width: 80%;
  border-radius: 12px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .modal .modal-content {
    width: 25%;
  }

  .main_cnt .codination .model .modal .modal-content {
    padding: 30px;
  }
}

.main_cnt .codination .model .modal .modal-header {
  position: relative;
  text-align: center;
}

.main_cnt .codination .model .modal .modal-header h2 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 20px;
}

.main_cnt .codination .model .modal .modal-header .modalClose {
  position: absolute;
  right: -5px;
  top: -10px;
  line-height: 0.8em;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
}

.main_cnt .codination .model .modal .modal-header .modalClose:hover {
  cursor: pointer;
}

.main_cnt .codination .model .modal .modal-body {
  padding: 30px 0 20px;
  color: #000000;
  text-align: center;
}

.main_cnt .codination .model .modal .modal-body .item_name {
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .modal .modal-body .item_name {
    width: 70%;
    margin: 20px auto;
  }
}

.main_cnt .codination .model .modal .modal-body .item_txt {
  color: #000000;
  margin-bottom: 40px;
  margin-top: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}

.main_cnt .codination .model .modal .modal-body a {
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 10px 15px;
}

.main_cnt .codination .point_txt {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .point_txt {
    text-align: center;
  }
}

.main_cnt .codination .sub_txt {
  width: 80%;
  margin: 0 auto;
  margin-top: 12%;
}

/*# sourceMappingURL=jamfashion_vol01.css.map */


/*-----common-----*/

body {
  background: #d5cec4;
}

.c-header {
  width: 100%;
}

.top-logo {
  width: 20%;
  max-width: 110px;
  margin: 0 auto;
  display: block;
}

main {
  overflow: hidden;
}

.fs-c-breadcrumb__listItem {
  color: #FFF;
}

@media only screen and (max-width: 641px) {

  body#fs_CustomPage .fs-l-main {
    margin-top: 23%;
  }

}

@media only screen and (min-width: 748px) {

  body#fs_CustomPage .fs-l-main {
    margin-top: -3%;
  }

}

@media only screen and (max-width: 1200px) {

  body#fs_CustomPage .fs-l-main {
    margin-top: 4%;
  }

}
.capitalize {
  text-transform: capitalize;
}

.wapper-realbuy2024-vol3 {
  padding: 0%;
  margin: 0;
}

.br::before {
  content: "\A";
  white-space: pre;
}

.br_size::before {
  content: "\A";
  white-space: pre;
}

.uppercase {
  text-transform: uppercase;
}

.cap {
  text-transform: capitalize;
}

.vertical {
  writing-mode: vertical-rl;
}

.-flex {
  display: flex;
}

.item-box.-flex.-mb5 {
  margin-bottom: 5%;
}

.item-box {
  background: #FFF;
}

.top-img img {
  width: 100%;
}

.staff-detail a {
  color: #FFF;
}

@media only screen and (min-width: 641px) {
  

  .br::before {
    content: "";
  }
  
  /*-----pcディスプレイ幅-----*/

  .wapper-realbuy2024-vol3 {
    margin: 0 auto;
  }

  .top-img img.sp  {
    display: none;
  }
}


/*-----breadcrumb-----*/

.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
  padding-left: 16px;
  padding-bottom: 2%;
}

.breadcrumb {
  margin-top: 16% !important;
}

.inner-block.breadcrumb {
  padding: 0px 15px;
  width: auto;
}

.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
  position: relative;
  font-size: 12px;
}

@media only screen and (min-width: 641px){

  .breadcrumb {
      margin-top: -2% !important;
    }

}

/*-----header-----*/

.header-nav__inner {
  display: none !important;
}

.campaign-banner-block {
  display: none;
}


/*section-special*/

.section.special {
  padding: 0 3% 5%;
}


@media only screen and (min-width: 641px){

  .section.special {
    padding: 0 0% 5%;
    max-width: 650px;
    margin: 0 auto;
  }
  
}

.special-tlt h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-left: 3%;
  margin-bottom: 2%;
}

.section.special img{
  margin-bottom: 5%;
} 


.section.special .-flex {
  justify-content: center;
  gap: 3%;
}


/* swiper */

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  text-align: center;
}

.swiper-slide img {
  border-radius: 20px;
}

.swiper-pagination-bullets {
  width: 100px;
}

/* .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
} */

/* .swiper-pagination-bullet:first-child {
  margin: 0 !important;
} */