.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: #34588F;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .main_cnt {
    margin: 0;
    padding: 0 0;
    margin-bottom: 10%;
  }
}


.main_cnt p {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

.main_cnt p.main_txt {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15%;
}

@media screen and (min-width: 768px) {
  .main_cnt p.main_txt {
    width: 960px;
  }
}

@media screen and (min-width: 768px) {
  .main_cnt .codination {
    width: 960px;
    margin: 0 auto;
  }
}

.main_cnt .codination .week {
  text-align: center;
  margin-bottom: 20px;
}

.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/7dayscoordination/monday_all.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/7dayscoordination/tuesday_all.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/7dayscoordination/wednesday_all.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/7dayscoordination/thursday_all.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/7dayscoordination/friday_all.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/7dayscoordination/saturday_all.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: -10%;
    right: -35%;
  }
}






.main_cnt .codination .model .search button.search_02 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_02::after {
  height: 68px;
  left: -9%;
  top: -28%;
  transform: rotate(118deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_02::after {
    height: 170px;
    left: -28%;
    top: -26%;
  }
}






.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: -20%;
    right: -30%;
  }
}





.main_cnt .codination .model .search button.search_04 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_04::after {
  height: 58px;
  top: 44%;
  left: -20%;
  transform: rotate(64deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_04::after {
    height: 185px;
    top: 25%;
    left: -30%;
  }
}





.main_cnt .codination .model .search button.search_05 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_05::after {
  height: 57px;
  top: 10%;
  right: -24%;
  transform: rotate(100deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_05::after {
    height: 185px;
    top: -10%;
    right: -35%;
  }
}






.main_cnt .codination .model .search button.search_06 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_06::after {
  height: 72px;
  left: -21%;
  top: -31%;
  transform: rotate(118deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_06::after {
    height: 175px;
    left: -36%;
    top: -26%;
  }
}






.main_cnt .codination .model .search button.search_07 {
  margin-bottom: 40px;
}

.main_cnt .codination .model .search button.search_07::after {
  height: 50px;
  top: -14%;
  right: -10%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_07::after {
    height: 170px;
    top: -20%;
    right: -30%;
  }
}





.main_cnt .codination .model .search button.search_08 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_08::after {
  height: 49px;
  top: 50%;
  left: -20%;
  transform: rotate(64deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_08::after {
    height: 154px;
    top: 35%;
    left: -32%;
  }
}






.main_cnt .codination .model .search button.search_09 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_09::after {
  height: 29px;
  top: 57%;
  right: -10%;
  transform: rotate(117deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_09::after {
    height: 118px;
    top: 31%;
    right: -25%;
  }
}






.main_cnt .codination .model .search button.search_10 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_10::after {
  height: 49px;
  left: -18%;
  top: 49%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_10::after {
    height: 143px;
    left: -31%;
    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: 85px;
  top: -43%;
  right: -22%;
  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: 19px;
  top: 69%;
  left: -2%;
  transform: rotate(64deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_12::after {
    height: 114px;
    top: 46%;
    left: -22%;
  }
}







.main_cnt .codination .model .search button.search_13 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_13::after {
  height: 29px;
  top: 57%;
  right: -10%;
  transform: rotate(117deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_13::after {
    height: 118px;
    top: 31%;
    right: -25%;
  }
}






.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: 85px;
  top: -43%;
  right: -22%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_15::after {
    height: 195px;
    top: -28%;
    right: -35%;
  }
}





.main_cnt .codination .model .search button.search_16 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_16::after {
  height: 49px;
  top: 51%;
  left: -19%;
  transform: rotate(73deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_16::after {
    height: 142px;
    top: 42%;
    left: -29%;
  }
}








.main_cnt .codination .model .search button.search_17 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_17::after {
  height: 44px;
  top: 31%;
  right: -21%;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_17::after {
    height: 128px;
    top: 10%;
    right: -31%;
  }
}






.main_cnt .codination .model .search button.search_18 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_18::after {
  height: 57px;
  left: -18%;
  top: -11%;
  transform: rotate(123deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_18::after {
    height: 160px;
    left: -33%;
    top: -16%;
    transform: rotate(113deg);
  }
}






.main_cnt .codination .model .search button.search_19 {
  margin-bottom: 40px;
}

.main_cnt .codination .model .search button.search_19::after {
  height: 85px;
  top: -43%;
  right: -22%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_19::after {
    height: 195px;
    top: -28%;
    right: -35%;
  }
}





.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: 146px;
    top: 41%;
    left: -31%;
  }
}








.main_cnt .codination .model .search button.search_21 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_21::after {
  height: 62px;
  top: 5%;
  right: -27%;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_21::after {
    height: 155px;
    top: 11%;
    right: -37%;
  }
}






.main_cnt .codination .model .search button.search_22 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_22::after {
  height: 61px;
  left: -16%;
  top: -18%;
  transform: rotate(120deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_22::after {
    height: 147px;
    left: -31%;
    top: -15%;
    transform: rotate(112deg);
  }
}






.main_cnt .codination .model .search button.search_23 {
  margin-bottom: 40px;
}

.main_cnt .codination .model .search button.search_23::after {
  height: 85px;
  top: -43%;
  right: -22%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_23::after {
    height: 195px;
    top: -28%;
    right: -35%;
  }
}





.main_cnt .codination .model .search button.search_24 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_24::after {
  height: 47px;
  top: 54%;
  left: -15%;
  transform: rotate(70deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_24::after {
    height: 155px;
    top: 38%;
    left: -34%;
  }
}







.main_cnt .codination .model .search button.search_25 {
  margin-top: 50px;
}

.main_cnt .codination .model .search button.search_25::after {
  height: 61px;
  top: 21%;
  right: -28%;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_25::after {
    height: 154px;
    top: 6%;
    right: -36%;
  }
}






.main_cnt .codination .model .search button.search_26 {
  margin-bottom: 50px;
}

.main_cnt .codination .model .search button.search_26::after {
  height: 131px;
  left: -28%;
  top: 63%;
  transform: rotate(40deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_26::after {
    height: 245px;
    left: -43%;
    top: 46%;
    transform: rotate(53deg);
  }
}






.main_cnt .codination .model .search button.search_27 {
  margin-bottom: 40px;
}

.main_cnt .codination .model .search button.search_27::after {
  height: 85px;
  top: -43%;
  right: -22%;
  transform: rotate(50deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_27::after {
    height: 195px;
    top: -28%;
    right: -35%;
  }
}





.main_cnt .codination .model .search button.search_28 {
  margin-top: 40px;
}

.main_cnt .codination .model .search button.search_28::after {
  height: 46px;
  top: 50%;
  left: -16%;
  transform: rotate(84deg);
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button.search_28::after {
    height: 150px;
    top: 40%;
    left: -29%;
  }
}







.main_cnt .codination .model .search button img {
  padding: 4px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .main_cnt .codination .model .search button img {
    padding: 7px;
  }
}

.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: 10px 0;
  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: #34588F;
}

.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) {

  /*
  body#fs_CustomPage .fs-l-main {
    margin-top: 4%;
  }
  */
  

  .br::before {
    content: "";
  }
  
  /*-----pcディスプレイ幅-----*/

  .wapper-realbuy2024-vol3 {
    margin: 0 auto;
    /* max-width: 641px; */
  }

  .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;
  color: #FFF;
  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 */


.section {
  margin-bottom: 20%;
}

@media only screen and (min-width: 641px){

  .section {
    margin-bottom: 10%;
  }

}


/*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;
} */