/*-----common-----*/
/*
body {
  font-family: serif,'MS P明朝', 'ヒラギノ明朝','Times';
}
*/
  .c-header {
    width: 100%;
    padding-top: 2%;
  }
/*
  div#footer {
    display: none;
  }
  */
  .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_ver03 {
    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: "";
    }
  
  }

  /*-----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: 8%;
    line-height: 1.5rem;
    letter-spacing: 1.1px;
    font-size: 12px;
  }
  
  h2 {
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5%;
  }

  /*section-styling*/

  .section-styling {
    margin-bottom: 20%;
  }

  .styling-box {
    justify-content: flex-end;
    gap: 5%;
    margin-bottom: 7%;
  }

  .styling-box:last-child {
    margin-bottom: 0%;
  }

  .styling-box img {
    width: 100%;
  }

  /*section-point*/

  .section-point {
    padding: 0 3%;
    margin-bottom: 20%;
  }

  .section-point h2 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 3%;
  }

  .point-wrap {
    justify-content: space-between;
    gap: 3%;
  }

  .point-box {
    width: calc(100% / 3);
  }

  .point-box img {
    margin-bottom: 5%;
    width: 100%;
    border-radius: 50%;
  }

  .point-box h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15%;
  }

  /* balloon */
  .balloon{
    position: relative;
    padding: 10%;
    background-color: #F0F0F0;
    color: #000;
    border-radius: 10px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  .balloon::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    left: 20px;
    top: -15px;
    border-left: 20px solid #F0F0F0;
    border-top: 20px solid #F0F0F0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .balloon::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    left: 35px;
    top: -20px;
    border-left: 20px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }


  /*section-comb*/

  .section-comb {
    padding: 0 3%;
    margin-bottom: 20%;
  }

  .section-comb h2 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 3%;
    margin-bottom: 10%;
  }

  .comb-box {
    background-color: #F0F0F0;
    border-radius: 30px;
    padding: 5%;
    position: relative;
    margin-bottom: 15%;
  }

  .comb-box:last-child {
    margin-bottom: 0%;
  }

  .number {
    position: absolute;
    top: -14%;
    left: 3%;
    font-size: 40px;
    font-weight: bold;
  }

  .-flex.item {
    justify-content: center;
    gap: 5%;
    margin-bottom: 2%;
    align-items: center;
  }

  .item-box {
    width: calc(100% / 3);
  }

  .item-box img {
    width: 100%;
  }

  .item-box p {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem;
    letter-spacing: 0.1px;
  }

  .batsu{
    font-size: 350%;
    font-weight: bold;
  }

  .point-d {
    line-height: 1.5rem;
    letter-spacing: 1.1px;
    font-size: 12px;
  }

  .point-d h4 {
    font-weight: bold;
  }


  /*section-list*/

  .section-list {
    padding: 0 5%;
  }

  .section-list.-knit {
    margin-bottom: 10%;
  }

  .section-list.-shirt {
    margin-bottom: 10%;
  }

  .section-list h2 {
    font-size: 16px;
    font-weight: 600;
    margin-left: 3%;
  }

  .list-item ul {
    margin-top: 5%;
  }

  ul.list-item {
    margin-bottom: 3%;
    margin-top: 4%;
  }

  .list-item li {
    float: left;
    width: 32%;
  }

  .list-item li p {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
  }

  .list-item li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .list-item li:nth-child(-n+15) {
    margin-bottom: 9%;
  }


    
    
    /*section-special*/

    .section.special {
      padding: 0 3% 10%;
    }

    .special-tlt h2 {
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      margin-left: 3%;
    }

    .section.special img{
      margin-bottom: 5%;
    } 

  