/*-----common-----*/

body {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.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%;
  }

}

.wrapper-summer-autumn_coordinate {
  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%;
  }

  .wrapper-summer-autumn_coordinate {
    max-width: 900px;
    margin: 0 auto;
  }

  .br::before {
    content: "";
  }

}

/*-----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;
  }

}

/*-----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: 18px;
  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%;
  }

}

/*-----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: 0.5px;
  font-size: 12px;
  font-weight: bold;
}

h2 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1%;
}

@media only screen and (min-width: 641px) {


  .description {
    padding: 0 10%;
    margin-bottom: 12%;
    line-height: 1.5rem;
    letter-spacing: 1.1px;
    font-size: 14px;
  }

}


/*-----section.link-----*/

section.link {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 30%;
}

section.link h3 img {
  width: 40%;
}

section.link .-flex {
  justify-content: center;
  align-items: center;
  gap: 8%;
  padding: 5%;
  background-color: #F5F5F5;
}

section.link .-flex img {
  width: 100%;
}

section.link .-flex p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.75;
  margin-top: 1%;
}


/*-----slideshow-----*/

#slideshow_1 {
  position: relative;
  width: 60%;
  /* 画像の横幅に合わせて記述 */
  height: 290px;
  /* 画像の高さに合わせて記述 */
}

#slideshow_1 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /*z-index: 8;*/
  opacity: 0.0;
}

#slideshow_1 img.active {
  z-index: 2;
  /*z-index: 10;*/
  opacity: 1.0;
}

#slideshow_1 img.last-active {
  z-index: 1;
  /*z-index: 9;*/
}






#slideshow_2 {
  position: relative;
  width: 60%;
  /* 画像の横幅に合わせて記述 */
  height: 290px;
  /* 画像の高さに合わせて記述 */
}

#slideshow_2 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /*z-index: 8;*/
  opacity: 0.0;
}

#slideshow_2 img.active {
  z-index: 2;
  /*z-index: 10;*/
  opacity: 1.0;
}

#slideshow_2 img.last-active {
  z-index: 1;
  /*z-index: 9;*/
}


/*-----keyitemWrap-----*/

.keyitemWrap {
  padding: 0 5%;
  margin-bottom: 15%;
}

.keyitemWrap h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-bottom: 1%;
}


.keyitemBox {
  padding: 10% 10% 10%;
  background-color: #F5F5F5;
  text-align: center;
  position: relative;
}

.keyitemBox .item_icon {
  position: absolute;
  width: 35%;
  top: -5%;
  left: -5%;
}

.keyitemBox img {
  width: 85%;
}

p.supple {
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1.75;
  text-decoration: underline 1px #707070;
}

p.supple span {
  margin-left: 1px;
  font-size: 8px;
}



/*-----c-btn01-----*/

.c-btn01.-key {
  background: #e06e1d;
  border: 1px solid #e06e1d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 9px 6px 8px !important;
  width: 70%;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  max-width: 489px;
  margin: auto;
  margin-top: 5%;
  text-align: center;
}

.c-btn01.-key::after {
  background: unset;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}

.c-btn01.-key:hover {
  background-color: #fff;
  color: #e06e1d;
}


/*-----tempStyleWrap-----*/

.tempStyleWrap {
  margin-bottom: 10%;
}

.tempTxt {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 5%;
}


/*-----tab-area-----*/

.tab-area {
  display: flex;/* flexで横並び */
  cursor: pointer;/* カーソルポインターに */
  background-color: #FBFBFB;
  border-radius: 50px;
  margin-bottom: 10%;
}
.tab {
  width: calc(100%/3);/* calc関数を使用し、均等に3分割する */
  padding: 5px;
  text-align: center;/* 文字を中央に。 */
  font-size: 14px;
  font-weight: bold;
  color: #B4B4B4;
  border-radius: 50px;
}


.tab.active {
  position: relative;
}

.tab.active::after {
  position: absolute;
  bottom: -50%;
  left: 50%;
  content: "";
  border-left: 3px solid #333;
  padding: 8px 0%;
}



.tab.active.-red {
  background-color: #C90B0B;
  color: #fff;
}

.tab.active.-red::after {
  border-left: 3px solid #C90B0B;
}



.tab.active.-green {
  background-color: #58B489;
  color: #fff;
}

.tab.active.-green::after {
  border-left: 3px solid #58B489;
}

.tab.active.-blue {
  background-color: #3E86AE;
  color: #fff;
}

.tab.active.-blue::after {
  border-left: 3px solid #3E86AE;
}


.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}
.point {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.75;
  margin-bottom: 5%;
  color: #878A8E;
}





/*-----item-wapper-----*/

.item-wapper {
  width: 38%;
  display: block;
}

.styling-box01 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}

.styling-box01 .img-box {
  margin-right: 5%;
  width: 62%;
}

.styling-box01 .item-wapper a {
  background-color: #E3E3E3;
  border-radius: 5px;
  padding: 6% 5%;
  position: relative;
  display: block;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 12%;
  width: 100%;
  font-size: 11px;
  letter-spacing: -0.5px;
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 40%);
}

.styling-box01 .item-wapper a span {
  font-size: 13px;
  letter-spacing: -0.5px;
}

.styling-box01 .item-wapper img {
  width: 46%;
  position: absolute;
  top: -5%;
  display: block;
  left: -10%;
}

.styling-box02 .img-box {
  margin-left: 5%;
  width: 62%;
}

.styling-box02 .item-wapper a {
  background-color: #ccc;
  border-radius: 10px;
  padding: 6% 5%;
  position: relative;
  display: block;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 12%;
  width: 100%;
  font-size: 11px;
  letter-spacing: -0.5px;
}

.styling-box02 .item-wapper a span {
  font-size: 13px;
  letter-spacing: -0.5px;
}

.styling-box02 .item-wapper img {
  width: 43%;
  position: absolute;
  top: -33%;
  display: block;
  right: -14%;
}

@media only screen and (min-width: 641px) {

  .styling-box01 .item-wapper a {
    padding: 10% 5%;
  }

  .styling-box01 .item-wapper a {
    font-size: 14px;
    margin-bottom: 12%;
  }

  .styling-box02 .item-wapper a {
    font-size: 14px;
    margin-bottom: 20%;
  }

  .styling-box02 .item-wapper a {
    padding: 10% 5%;
  }

}

/*------profile-----*/

.profile {
  margin-bottom: 10%;
}

.profile .-flex.-size {
  width: 80%;
  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;
}




/*-----section-----*/

.section {
  padding: 0 3% 35%;
}

.border {
  display: block;
  width: 80%;
  border-bottom: 2px solid #000;
  margin: 0 auto;
}

.section:last-child {
  padding: 0 3% 20%;
}

/*list-box*/

.list-box {
  padding: 0 5% 20%;
}

.list-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7%;
  letter-spacing: -0.5px;
  text-align: center;
}

.list-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2%;
  letter-spacing: -0.5px;
}

.list {
  text-align: center;
  margin-bottom: 3%;
}

.list li {
  float: left;
  width: 28%;
  margin-right: 5%;
  margin-bottom: 3%;
}

.list li img {
  margin-bottom: 5%;
}

.list li p {
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 1.2em;
}


/*about-normcore*/

section.about-normcore {
  padding: 10% 5%;
  color: #000;
  margin: 0 auto;
  margin-bottom: 20%;
  background-image: url(//jamtrading.itembox.design/item/jam/img/special/2024/jamstyling2024ss_normcore/1_01.jpg);
  background-color: rgba(235, 235, 235, 0.85);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

section.about-normcore h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5%;
}

section.about-normcore .text-box {
  padding: 7%;
  border: 3px solid #FFF;
  border-radius: 30px;
}

section.about-normcore p {
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 2em;
}

section.about-normcore p span {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 641px) {

  section.about-normcore {
    max-width: 45%;
    padding: 10% 3%;
  }

}







/*section-special*/

.section.special {
  padding: 0 3% 10%;
}

.special-tlt h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4%;
}

.section.special img {
  margin-bottom: 5%;
}