
/*-----common-----*/

.-flex {
  display: flex;
}

@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%;
  }

}

/*-----header-----*/

.c-header {
  width: 100%;
  padding-top: 2%;
  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;
}

.top-logo {
  width: 20%;
  max-width: 110px;
  margin: 0 auto;
  display: block;
}

.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;
    }

}

/*-----top-----*/

section.top {
  margin-bottom: 10%;
}



.jamstyling2024ss-ver01-wrapper {
  padding: 0%;
  margin: 0 auto;
  max-width: 700px;
}

.jamstyling2024ss-ver01-wrapper h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}

.h1_sub {
  font-size: 13.5px;
}

.jamstyling2024ss-ver01-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2%;
}

section.styling, section.like-item {
  padding: 0 3%;
}

.top .main-txt {
  font-size: 12px;
  padding: 0px 8%;
  margin: 4% 0 10%;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

ul.clearfix.thumb {
  padding: 0% 5%;
}

ul.clearfix.thumb li {
  float: left;
  width: 33%;
  margin-right: 0%;
  margin-bottom: 13%;
}

.thumb li div {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.thumb li div::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 41%;
  border: 9px solid transparent;
  border-top: 12px solid #000;
}


@media only screen and (min-width: 641px) {

  h1 {
    margin-bottom: 5%;
  }

}


/*-----styling-----*/


section.styling {
  background-color: #F6F6F6;
  padding-top: 15%;
  padding-bottom: 15%;
}

.styling {
  position: relative;
}

h2.num {
  font-size: 38px;
  font-weight: bold;
  text-align: center;

}

.styling__top {
  position: relative;
}

.styling__link.-flex {
  justify-content: center;
  gap: 5%;
  margin-bottom: 15%;
}

.styling__link .triangle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.styling__link .triangle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 41%;
  border: 9px solid transparent;
  border-top: 12px solid #000;
}

.styling .comment {
  font-size: 12px;
  margin-top: 6%;
  line-height: 1.75;
  letter-spacing: 0.18em;
  padding: 0 10%;
}

section.styling {
  margin-bottom: 20%;
}

.styling-itemlist {
  font-size: 11px;
  margin-bottom: 10%;
}
.styling-itemlist a {
  text-decoration: underline;
}
p.item {
  margin-bottom: 3%;
  text-transform: capitalize;
}

.like-item {
  margin-bottom: 15%;
}

.like-item h2 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5%;
}

.styling img {
  margin-bottom: 5%;
}

.-flex.likeitem-wrap {
  justify-content: space-between;
  gap: 2%;
}

.likeitem-box img {
  margin-bottom: 1%;
}

.likeitem-box p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.02rem;
}


.styling-cut.-flex {
  justify-content: center;
  gap: 5%;
  margin-bottom: 5%;
}


.styling__link.-flex p {
  writing-mode: vertical-rl;
}
.yamauchi-1, .yamauchi-2 {
  position: relative;
}
.yamauchi-1 p, .yamauchi-2 p {
  position: absolute;
  top: 0;
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.yamauchi-2 p {
  left: 1px;
}
.yamauchi-1 p {
  right: -8px;
  top: 65px !important;
}
/*-----item-detail-----*/

.-table {
  display: table;
}

.-cell {
  display: table-cell;
}
.-box.-cell p {
  margin: 2% 0;
}

.item-detail {
  margin: 5% 0 10%;
}

.item-detail h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}

.item-detail .-table {
  display: table;
  text-align: center;
  border-collapse:collapse;
  width:100%;
  table-layout:fixed;
  background-color: #FFF;
  border-top: #000 2px dotted;
  border-bottom: #000 2px dotted;
}

.item-detail .-cell {
  vertical-align: middle;
  padding: 5% 0%;
}

.item-detail .-cell img {
  width: 80%
}

.item-detail .-table .-box {
  text-align: left;
}

.item-detail .-table .-box h3 {
  font-size: 12px;
  margin-bottom: 2%;
}

.item-detail .-table .-box h3:last-of-type {
  margin-bottom: 8%;
}

.item-detail .-table .-box a {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  padding: 4% 6%;
  background-color: #E06E1D;
  margin-top: 6%;
  display: block;
  text-align: center;
  width: 100%;
}
.item-detail .-table .-box .vest-item {
  background: none;
  color: #000;
  text-align: left;
  text-decoration: underline;
}


/*------profile-----*/

.profile .-flex.-size {
  width: 80%;
  margin: 0 auto 5%;
  gap: 5%;
  justify-content: center;
}
.-size {
  font-size: 10px;
  padding: 0 15% 5%;
  margin: 0 auto;
}

.shop-name {
  font-size: 11px;
  text-align: center;
}

.insta {
  margin-bottom: 9%;
}

.-flex.insta {
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 50%;
  margin: 0 auto;
}

.insta img {
  width: 20px;
}

.account {
  font-size: 14px;
  font-weight: bold;
}





/*-----スクロール-----*/

/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  left: 3%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 3s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
    0%{bottom:1%;}
    50%{bottom:3%;}
   100%{bottom:1%;}
}

/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  left: 8px;
  bottom: 45px;
  color: #ABABAB;
  font-size: 11px;
  letter-spacing: 0.01em;
  text-orientation: sideways;
}

/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 6px;
  /*矢印の形状*/
  width: 2px;
  height: 20px;
  background: #ABABAB;
  transform: skew(30deg);
}

.scrolldown:after {
  content: "";
    /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
    /*矢印の形状*/
  width: 2px;
  height: 180px;
  background: #ABABAB;
}