/*-----common-----*/

body {
  font-family: serif,'MS P明朝', 'ヒラギノ明朝','Times';
}

.c-header {
    width: 100%;
    padding-top: 2%;
  }
  
  .top-logo {
    width: 20%;
    max-width: 110px;
    margin: 0 auto;
    display: block;
  }
  
  @media only screen and (max-width: 641px) {
  
    body#fs_CustomPage .fs-l-main {
      margin-top: 23%;
    }
  
  }
  
  @media only screen and (max-width: 900px) {
  
    body#fs_CustomPage .fs-l-main {
      margin-top: 7%;
    }
  
  }
  
  @media only screen and (max-width: 1200px) {
  
    body#fs_CustomPage .fs-l-main {
      margin-top: 4%;
    }
  
  }
  
  .wapper-jamstyling2023_ver02 {
    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%;
  }
  
  .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%;
    }
  
    .wapper-jamstyling2023_ver02 {
      max-width: 450px;
      margin: 0 auto;
      box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
    }
  
    .br::before {
      content: "";
    }
  
  }

  /*-----スライダーのCSS-----*/

  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }

  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }

  :root {
    --swiper-theme-color: #ccc;
  }

  .swiper-pagination {
    position: absolute;
    text-align: right;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
  }

  .swiper-pagination-bullets {
    position: static;
    margin-top: 2%;
  } 
  
  .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    margin: 0 0 0 10px !important;
    background: #b5b5b5 !important;
  }
  
  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }

  .swiper-slide img {
    width: 100%;
  }

  :root {
    --swiper-navigation-size: 40px;
  }
  

  /*-----header-----*/

  .c-header {
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
    height: 54px;
  }
  
  .header-nav__inner {
    display: none !important;
  }
  
  .campaign-banner-block {
    display: none;
  }

  .icon-menu {
    display: none;
  }

  .fs-p-logo {
    display: none;
  }
  
  .c-header h1 {
    width: 100%;
    font-size: 11px;
    line-height: 0.9rem;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 30%;
  }
  
  .c-header h1 .uppercase {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.03rem;
  }

  .jam-logo img {
    width: 12%;
    min-width: 45px;
    max-width: 70px;
    position: absolute;
    top: 33%;
    left: 84%;
    z-index: 1;
  }
  
  @media only screen and (min-width: 641px) {
  
    .c-header {
      box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
      height: 100px;
    }
    
    .c-header h1 {
      font-size: 16px;
      line-height: 1.5rem;
    }
    
    .c-header h1 .uppercase {
      font-size: 30px;
    }

    .jam-logo img {
        width: 5%;
      }
  
  }

  /*-----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;
  }

  @media only screen and (min-width: 641px){

    .breadcrumb {
        margin-top: -2% !important;
      }

  }

  /*-----section-top-----*/
  
  .section-top .top-img {
    position: relative;
  }
  
  .section-top .top-img img {
    margin-bottom: 8%;
  }

  
  .strong {
    font-size: 40px;
    font-weight: bold;
  }
  
  .description {
    padding: 0 10%;
    margin-bottom: 12%;
    line-height: 1.5rem;
    letter-spacing: 1.1px;
    font-size: 12px;
  }
  
  h2 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
  }
  
  /*-----section-----*/

  .section {
    padding: 0 3% 40%;
  }

  .section:last-child {
    padding: 0 3% 20%;
  }

  .item-list li {
    float: left;
    width: 22%;
  }

  .item-list li:not(:nth-child(4n)) {
      margin-right: 4%;
  }

  .item-list li:nth-child(-n+12) {
    margin-bottom: 0;
  }

  .detail-box {
    margin-bottom: 2%;
    padding: 0 6%;
  }

  .detail-box .position {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1%;
  }

  .detail-box h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2%;
  }

  .detail-box .coment {
    font-size: 12px;
    margin-bottom: 5%;
    letter-spacing: 1.4px;
    line-height: 1.3rem;
  }

  .worn-item {
    margin-bottom: 5%;
  }

  .worn-item h4 {
    font-size: 10px;
  }

  .worn-item p {
    font-size: 10px;
  }

  .like-item-box {
    background-color: #E9E9E9;
    padding: 12px;
    border-radius: 10px;
  }

  .like-item-box h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2%;
  }

  /*section-special*/

  .section.special {
    padding: 0 3% 10%;
  }

  .special-tlt h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .section.special img{
    margin-bottom: 5%;
  } 

 