@charset "UTF-8";
html {
  width: 100%;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  background: linear-gradient(180deg, #F9FAFB 0%, #F7F9FA 100%);
  padding-top: 90px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 115px;
  }
}
body:not(.fs-body-category-feature) .fs-c-subgroup {
  margin: 0;
}
@media screen and (max-width: 768px) {
  body:not(.fs-body-category-feature) .fs-c-subgroup {
    margin: 0;
  }
}
body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-listControl {
  display: none;
}
body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 20px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList {
    grid-template-columns: 1fr;
  }
}
body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList__item {
  margin: 0;
}
body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList__link {
  border-color: #22AEC3;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  color: #22AEC3;
}
body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList__link:after {
  color: #22AEC3;
}
body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList__link:link, body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList__link:visited, body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList__link:hover, body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList__link:active {
  text-decoration: none;
  color: #22AEC3;
}
body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList__image {
  display: none;
}
body:not(.fs-body-category-feature) .fs-c-subgroup .fs-c-subgroupList__comment {
  display: none;
}
body.fs-body-category .jj-catlist {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.fs-body-category .jj-catlist {
    margin-bottom: 40px;
  }
}
body.fs-body-category-feature .fs-l-pageMain > .fs-c-productList {
  display: none;
}
body.fs-body-category-feature .fs-c-subgroup {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.fs-body-category-feature .fs-c-subgroup {
    margin-bottom: 40px;
    gap: 20px;
  }
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 20px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0;
  }
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__item {
  margin: 0;
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__link {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__link:after {
  display: none;
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__link:link, body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__link:visited, body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__link:hover, body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__link:active {
  text-decoration: none;
  color: #22AEC3;
}
@media (hover: hover) {
  body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__link:hover .fs-c-subgroupList__image img {
    animation: scaleUpSmall 0.4s ease-in-out;
  }
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__image {
  margin: 0 0 10px 0;
  border-radius: 4px;
  overflow: hidden;
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__image img {
  transition: transform 0.3s;
  aspect-ratio: 2/1;
  object-fit: cover;
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__label {
  color: #3A4145;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  align-self: flex-start;
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__comment {
  color: #5E666E;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
body.fs-body-category-feature .fs-c-subgroup .fs-c-subgroupList__comment br {
  display: none;
}

.jj-subgrouphead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .jj-subgrouphead {
    margin-bottom: 20px;
  }
}

.jj-sort {
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  line-height: 1.4em;
  display: none;
}
@media screen and (max-width: 768px) {
  .jj-sort {
    display: flex;
  }
}
.jj-sort img {
  transition: transform 0.3s;
}
.jj-sort.active img {
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .jj-sort__target {
    display: none;
    padding-bottom: 20px;
  }
}

.fs-l-main {
  padding: 0;
  max-width: 1080px;
}
@media screen and (max-width: 1180px) {
  .fs-l-main {
    max-width: calc(100vw - 60px);
  }
}

.fs-l-pageMain {
  max-width: calc(100vw - 120px);
}
@media screen and (max-width: 1180px) {
  .fs-l-pageMain {
    max-width: calc(100vw - 60px);
  }
}

#fs_Top .fs-l-main {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1180px) {
  #fs_ProductDetails .fs-l-main {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .fs-l-main {
    margin-top: 0;
  }
}

.jj-header {
  background: #EBEFF1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 60px 0;
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  gap: 40px;
  border-bottom: 1px solid #E0E7EB;
  z-index: 9999;
  transition: background 0.3s, height 0.3s;
}
@media screen and (min-width: 769px) {
  .jj-header.scroll {
    background: rgba(224, 231, 235, 0.6);
    backdrop-filter: blur(10px);
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .jj-header.scroll {
    background: rgba(224, 231, 235, 0.6);
    backdrop-filter: blur(10px);
  }
}
@media screen and (max-width: 1180px) {
  .jj-header {
    padding-left: 30px;
    padding-right: 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .jj-header {
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    flex-wrap: wrap;
    height: 115px;
    align-items: flex-start;
  }
}
.jj-header:after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #36C2D7 0%, #00DEFF 25%, #0FF 50%, #00DEFF 75%, #36C2D7 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.jj-header__logo {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1180px) {
  .jj-header__logo {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .jj-header__logo {
    width: 120px;
    order: 2;
    transform: translateX(20px) translateY(11px);
  }
}

.jj-mailmag {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jj-mailmag dt {
  padding: 0;
  margin: 0;
}
.jj-mailmag dd {
  padding: 0;
  margin: 0;
}
.jj-mailmag dd p {
  margin: 0 0 10px;
}
.jj-mailmag dd form {
  display: flex;
  gap: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 4px;
}
.jj-mailmag dd form input[type=text] {
  flex: 1;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding: 0 8px;
  border: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.jj-mailmag dd form button {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #F5F7F8;
  border: none;
  -webkit-appearance: none;
}
@media (hover: hover) {
  .jj-mailmag dd form button:hover img {
    animation: arrow-d 0.3s ease-in-out;
  }
}

.jj-footer {
  background: #3A4145;
  color: #C8CCD0;
  padding: 60px;
  border-top: 1px solid #5E666E;
}
@media screen and (max-width: 1180px) {
  .jj-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.jj-footer a:link, .jj-footer a:visited, .jj-footer a:hover, .jj-footer a:active {
  text-decoration: none;
  color: #F7F9FA;
}
@media (hover: hover) {
  .jj-footer a:hover, .jj-footer a:active {
    text-decoration: underline;
  }
}
.jj-footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  flex-wrap: wrap;
  gap: 60px 0;
}
@media screen and (max-width: 768px) {
  .jj-footer__top {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
}
.jj-footer__top > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .jj-footer__top > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .jj-footer__top > div {
    gap: 20px;
  }
}
.jj-footer__top > ul:not(.fs-pt-menu) {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .jj-footer__top > ul:not(.fs-pt-menu) {
    padding-bottom: 30px;
    border-bottom: 1px solid #5E666E;
  }
}
.jj-footer__top > ul:not(.fs-pt-menu) > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
}
.jj-footer__top > ul:not(.fs-pt-menu) ul {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1em;
}
.jj-footer__top .fs-pt-menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .jj-footer__top .fs-pt-menu:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #5E666E;
  }
}
@media screen and (max-width: 768px) {
  .jj-footer__top .fs-pt-menu {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
  }
}
.jj-footer__top .jj-link--subgroup {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .jj-footer__top .jj-link--subgroup {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .jj-footer__top .jj-link--subgroup {
    grid-template-columns: 1fr;
  }
}
.jj-footer__top dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .jj-footer__top dl {
    border-top: 1px solid #5E666E;
    gap: 0;
    margin-bottom: -30px;
  }
}
.jj-footer__top dl dt {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .jj-footer__top dl dt {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    padding: 30px 0;
  }
}
.jj-footer__top dl dt span {
  display: none;
}
@media screen and (max-width: 768px) {
  .jj-footer__top dl dt span {
    display: block;
    width: 14px;
    height: 14px;
    background: url(https://janjam.itembox.cloud/item/icon-arrow02.svg) no-repeat;
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
}
.jj-footer__top dl dt.is-active span {
  transform: rotate(270deg);
}
.jj-footer__top dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .jj-footer__top dl dd {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    opacity: 0;
  }
  .jj-footer__top dl dd .fs-pt-menu {
    min-height: 0;
    padding: 0;
    gap: 0;
  }
  .jj-footer__top dl dd .fs-pt-menu li a {
    padding: 18px 24px;
    gap: 8px;
  }
  .jj-footer__top dl dd .fs-pt-menu li a:before {
    content: "";
    width: 6px;
    height: 14px;
    background: url(https://janjam.itembox.cloud/item/icon-arrow03.svg) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    display: block;
  }
  .jj-footer__top dl dd .fs-pt-menu li:first-child {
    padding-top: 16px;
  }
  .jj-footer__top dl dd .fs-pt-menu li:last-child {
    padding-bottom: 16px;
  }
  .jj-footer__top dl dd.is-active {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-bottom: 30px;
  }
}
.jj-footer__bottom {
  padding-top: 60px;
  border-top: 1px solid #5E666E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .jj-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-top: 30px;
  }
}
.jj-footer__bottom .fs-pt-menu {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .jj-footer__bottom .fs-pt-menu {
    width: 100%;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #5E666E;
  }
}
.jj-footer__bottom .fs-pt-menu a {
  margin: inherit;
}
@media (hover: hover) {
  .jj-footer__bottom .fs-pt-menu a:hover, .jj-footer__bottom .fs-pt-menu a:active {
    text-decoration: underline;
  }
}
.jj-footer__bottom .fs-pt-menu__link {
  padding: 0;
  color: #C8CCD0;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 11px */
}
.jj-footer__bottom .fs-pt-menu__link:link, .jj-footer__bottom .fs-pt-menu__link:visited, .jj-footer__bottom .fs-pt-menu__link:hover, .jj-footer__bottom .fs-pt-menu__link:active {
  text-decoration: none;
  color: #C8CCD0;
}
.jj-footer__logo {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .jj-footer__logo {
    max-width: 50%;
    height: auto;
    margin: 0 auto;
  }
}
.jj-footer__copyright {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
}

.jj-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (hover: hover) {
  .jj-sns li a:hover img {
    animation: scaleUp 0.3s ease-in-out;
  }
}

.jj-notice {
  margin: 0 auto 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .jj-notice {
    order: 1;
    width: 100%;
    background: #F7F9FA;
    gap: 8px;
  }
}
.jj-notice dt {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 16px;
  border-right: 1px solid #C8CCD0;
  white-space: nowrap;
}
.jj-notice dt img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .jj-notice dt {
    font-size: 0;
    line-height: 0;
    padding-right: 0;
    border-right: 0;
    padding-left: 16px;
  }
}
.jj-notice dd {
  flex: 1;
  margin: 0;
  padding: 0;
}

.jj-ticker {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jj-ticker.fs-pt-list .fs-pt-list__item {
  height: 40px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .jj-ticker.fs-pt-list .fs-pt-list__item {
    font-size: 12px;
    line-height: 40px;
  }
}
.jj-ticker.fs-pt-list .fs-pt-list__link:link, .jj-ticker.fs-pt-list .fs-pt-list__link:visited, .jj-ticker.fs-pt-list .fs-pt-list__link:hover, .jj-ticker.fs-pt-list .fs-pt-list__link:active {
  text-decoration: underline;
  color: #3A4145;
}

.jj-nav {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  padding: 4px;
  border-radius: 4px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .jj-nav {
    order: 3;
    margin-right: 10px;
  }
}
.jj-nav.fs-pt-menu .fs-pt-menu__heading {
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  height: 40px;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
@media (hover: hover) {
  .jj-nav.fs-pt-menu .fs-pt-menu__heading:hover:before {
    animation: arrow-d 0.3s ease-in-out;
  }
  .jj-nav.fs-pt-menu .fs-pt-menu__heading:hover .fs-client-cart-count {
    animation: scaleUp 0.3s ease-in-out;
  }
}
.jj-nav.fs-pt-menu .fs-pt-menu__link {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  display: flex;
  gap: 4px;
  height: 40px;
  align-items: center;
  padding: 0 16px;
  white-space: nowrap;
}
@media (hover: hover) {
  .jj-nav.fs-pt-menu .fs-pt-menu__link:hover:before {
    animation: arrow-d 0.3s ease-in-out;
  }
}
.jj-nav__item--cart .fs-pt-menu__link {
  border-radius: 4px;
  background: #22AEC3;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.008px;
  position: relative;
}
.jj-nav__item--cart .fs-pt-menu__link:link, .jj-nav__item--cart .fs-pt-menu__link:visited, .jj-nav__item--cart .fs-pt-menu__link:hover, .jj-nav__item--cart .fs-pt-menu__link:active {
  text-decoration: none;
  color: #fff;
}
.jj-nav__item--cart .fs-pt-menu__link:before {
  content: "";
  width: 18px;
  height: 15px;
  display: block;
  background: url(https://janjam.itembox.cloud/item/icon-cart.svg) no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .jj-nav__item--cart .fs-pt-menu__link {
    width: 40px;
    padding: 0;
    justify-content: center !important;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    gap: 0;
    padding: 0 !important;
  }
  .jj-nav__item--cart .fs-pt-menu__link:before {
    position: relative;
    left: 3px;
  }
}
.jj-nav__item--cart .fs-pt-menu__link .fs-client-cart-count:not(.fs-client-cart-count--0) {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 1em !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #22AEC3;
  text-indent: 0 !important;
}
.jj-nav__item--cart .fs-pt-menu__link .fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}
@media screen and (max-width: 1180px) {
  .jj-nav__item--cart .fs-pt-menu__link .fs-client-cart-count {
    position: absolute;
    left: 4px;
    top: 4px;
  }
}
.jj-nav__item--menu .fs-pt-menu__heading {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 0.008px;
  padding: 0 16px;
  background: #3A4145;
}
.jj-nav__item--menu .fs-pt-menu__heading:before {
  content: "";
  width: 12px;
  height: 11px;
  display: block;
  background: url(https://janjam.itembox.cloud/item/icon-menu.svg) no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1180px) {
  .jj-nav__item--menu .fs-pt-menu__heading {
    width: 40px;
    padding: 0;
    justify-content: center !important;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    gap: 0;
  }
  .jj-nav__item--menu .fs-pt-menu__heading:before {
    position: relative;
    left: 2px;
  }
}
.jj-nav__item--search .fs-pt-menu__heading {
  padding: 0 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 0.007px;
  background: #F7F9FA;
}
.jj-nav__item--search .fs-pt-menu__heading:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(https://janjam.itembox.cloud/item/icon-search.svg) no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1180px) {
  .jj-nav__item--search .fs-pt-menu__heading {
    width: 40px;
    padding: 0;
    justify-content: center !important;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    gap: 0;
  }
  .jj-nav__item--search .fs-pt-menu__heading:before {
    position: relative;
    left: 2px;
  }
}
.jj-nav__item--fav .fs-pt-menu__link {
  background: #F7F9FA;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 0.007px;
}
.jj-nav__item--fav .fs-pt-menu__link:before {
  content: "";
  width: 14px;
  height: 13px;
  display: block;
  background: url(https://janjam.itembox.cloud/item/icon-fav.svg) no-repeat;
  background-position: center center;
}
.jj-nav__item--fav .fs-pt-menu__link:link, .jj-nav__item--fav .fs-pt-menu__link:visited, .jj-nav__item--fav .fs-pt-menu__link:hover, .jj-nav__item--fav .fs-pt-menu__link:active {
  text-decoration: none;
  color: #3A4145;
}
@media screen and (max-width: 1180px) {
  .jj-nav__item--fav .fs-pt-menu__link {
    width: 40px;
    padding: 0 !important;
    justify-content: center !important;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    gap: 0;
  }
  .jj-nav__item--fav .fs-pt-menu__link:before {
    position: relative;
    left: 2px;
  }
}

.slick-arrow {
  display: flex !important;
  width: 40px !important;
  height: 40px !important;
  flex-basis: 40px;
  min-width: 40px;
  padding: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 4px !important;
  border: 1px solid #FFF !important;
  background: rgba(34, 174, 195, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  z-index: 100 !important;
}
.slick-arrow:after {
  content: "";
  width: 9px !important;
  height: 15px !important;
  background: url(https://janjam.itembox.cloud/item/icon-arrow01.svg) no-repeat !important;
  background-position: center center !important;
}
.slick-arrow:before {
  content: "" !important;
  display: none;
}
@media (hover: hover) {
  .slick-arrow:hover:after {
    animation: arrow 0.3s ease-in-out;
  }
}
.slick-arrow.slick-prev {
  transform: scale(-1, 1) !important;
}

.jj-mv {
  position: relative;
  padding: 30px 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.jj-mv.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .jj-mv {
    padding: 20px 0;
    width: calc(100% + 26px);
    left: -13px;
  }
}
.jj-mv:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
}
.jj-mv .slick-list {
  max-width: 680px;
  overflow: inherit;
  margin: 0 auto;
}
.jj-mv .slick-slide {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .jj-mv .slick-slide {
    margin: 0 5px;
  }
}
.jj-mv .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
}
.jj-mv .slick-prev {
  left: 0;
}
.jj-mv .slick-next {
  right: 0;
}
.jj-mv.fs-pt-column .fs-pt-column__item {
  padding: 0;
  position: relative;
}
.jj-mv.fs-pt-column .fs-pt-column__item:link, .jj-mv.fs-pt-column .fs-pt-column__item:visited, .jj-mv.fs-pt-column .fs-pt-column__item:hover, .jj-mv.fs-pt-column .fs-pt-column__item:active {
  text-decoration: none;
}
.jj-mv.fs-pt-column .fs-pt-column__item:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: url(https://janjam.itembox.cloud/item/icon-arrow02.svg) no-repeat;
}
@media (hover: hover) {
  .jj-mv.fs-pt-column .fs-pt-column__item:hover:after {
    animation: arrow 0.3s ease-in-out;
  }
  .jj-mv.fs-pt-column .fs-pt-column__item:hover .fs-pt-column__image img {
    animation: scaleUpSmall 0.4s ease-in-out;
  }
}
.jj-mv.fs-pt-column .fs-pt-column__image {
  font-size: 0;
  line-height: 0;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .jj-mv.fs-pt-column .fs-pt-column__image {
    border-radius: 4px;
  }
}
.jj-mv.fs-pt-column .fs-pt-column__image:not(:last-child) {
  margin-bottom: 10px;
}
.jj-mv.fs-pt-column .fs-pt-column__heading {
  color: #3A4145;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  padding: 0 8px;
}
.jj-mv.fs-pt-column .fs-pt-column__heading:not(:last-child) {
  margin-bottom: 8px;
}
.jj-mv.fs-pt-column .fs-pt-column__description {
  color: #5E666E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  padding: 0 8px;
}

.jj-page__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .jj-page__header {
    gap: 10px;
  }
}
.jj-page__header:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .jj-page__header:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .jj-page__header--center {
    justify-content: center;
    flex-direction: column;
  }
}
.jj-page__header__title {
  color: #3A4145;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.014px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .jj-page__header__title {
    font-size: 22px;
    line-height: 1em;
  }
}
.jj-page__header__title-en {
  color: #C8CCD0;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
}
@media screen and (max-width: 768px) {
  .jj-page__header__title-en {
    font-size: 10px;
    line-height: 1em;
  }
}
.jj-page__header__title-en:empty {
  display: none;
}
.jj-page__header a {
  margin-left: auto;
}

.jj-sec {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jj-sec {
    padding: 40px 0;
  }
}
.jj-sec--pt0 {
  padding-top: 0;
}
.jj-sec:not(.jj-sec--pt0):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.jj-sec--dark {
  position: relative;
}
.jj-sec--dark:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #EBEFF1;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.jj-sec--dark2 {
  position: relative;
}
.jj-sec--dark2:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #3A4145;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  box-sizing: border-box;
  border-top: 1px solid #5E666E !important;
}
.jj-sec--dark3 {
  position: relative;
}
.jj-sec--dark3:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #5E666E;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  box-sizing: border-box;
  border-top: 1px solid #5E666E !important;
}
.jj-sec--search .jj-search-form input[type=text] {
  border: 1px solid #C8CCD0;
}
.jj-sec--feature .fs-c-subgroupList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 20px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .jj-sec--feature .fs-c-subgroupList {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .jj-sec--feature .fs-c-subgroupList {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0;
  }
}
.jj-sec--feature .fs-c-subgroupList__item {
  margin: 0;
}
.jj-sec--feature .fs-c-subgroupList__link {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.jj-sec--feature .fs-c-subgroupList__link:after {
  display: none;
}
.jj-sec--feature .fs-c-subgroupList__link:link, .jj-sec--feature .fs-c-subgroupList__link:visited, .jj-sec--feature .fs-c-subgroupList__link:hover, .jj-sec--feature .fs-c-subgroupList__link:active {
  text-decoration: none;
  color: #22AEC3;
}
@media (hover: hover) {
  .jj-sec--feature .fs-c-subgroupList__link:hover .fs-c-subgroupList__image img {
    animation: scaleUpSmall 0.4s ease-in-out;
  }
}
.jj-sec--feature .fs-c-subgroupList__image {
  margin: 0 0 10px 0;
  border-radius: 4px;
  overflow: hidden;
}
.jj-sec--feature .fs-c-subgroupList__image img {
  transition: transform 0.3s;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.jj-sec--feature .fs-c-subgroupList__label {
  color: #3A4145;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  align-self: flex-start;
}
.jj-sec--feature .fs-c-subgroupList__comment {
  color: #5E666E;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.jj-sec--feature .fs-c-subgroupList__comment br {
  display: none;
}
.jj-sec--light {
  position: relative;
}
.jj-sec--light:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.jj-sec--sns .jj-sns {
  justify-content: center;
}
.jj-sec__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .jj-sec__header {
    gap: 10px;
  }
}
.jj-sec__header:not(:last-child) {
  margin-bottom: 20px;
}
.jj-sec__header--center {
  flex-direction: column;
}
.jj-sec__header__title {
  color: #3A4145;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.014px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .jj-sec__header__title {
    font-size: 18px;
    line-height: 1em;
  }
}
.jj-sec__header__title--light {
  color: #fff;
}
.jj-sec__header__title-en {
  color: #C8CCD0;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
}
@media screen and (max-width: 768px) {
  .jj-sec__header__title-en {
    font-size: 10px;
    line-height: 1em;
  }
}
.jj-sec__header a {
  margin-left: auto;
}
.jj-sec__desc--center {
  text-align: center;
}

.jj-bnr.fs-pt-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
@media screen and (max-width: 768px) {
  .jj-bnr.fs-pt-column {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.jj-bnr.fs-pt-column a.fs-pt-column__item:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: url(https://janjam.itembox.cloud/item/icon-arrow02.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .jj-bnr.fs-pt-column a.fs-pt-column__item:after {
    display: none;
  }
}
.jj-bnr.fs-pt-column .fs-pt-column__item {
  padding: 0;
  position: relative;
}
.jj-bnr.fs-pt-column .fs-pt-column__item:link, .jj-bnr.fs-pt-column .fs-pt-column__item:visited, .jj-bnr.fs-pt-column .fs-pt-column__item:hover, .jj-bnr.fs-pt-column .fs-pt-column__item:active {
  text-decoration: none;
  color: #3A4145;
}
@media (hover: hover) {
  .jj-bnr.fs-pt-column .fs-pt-column__item:hover:after {
    animation: arrow 0.3s ease-in-out;
  }
  .jj-bnr.fs-pt-column .fs-pt-column__item:hover .fs-pt-column__image img {
    animation: scaleUpSmall 0.4s ease-in-out;
  }
}
.jj-bnr.fs-pt-column .fs-pt-column__image {
  font-size: 0;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
}
.jj-bnr.fs-pt-column .fs-pt-column__image:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .jj-bnr.fs-pt-column .fs-pt-column__image:not(:last-child) {
    margin-bottom: 0;
  }
}
.jj-bnr.fs-pt-column .fs-pt-column__heading {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .jj-bnr.fs-pt-column .fs-pt-column__heading {
    display: none;
  }
}
.jj-bnr.fs-pt-column .fs-pt-column__heading:not(:last-child) {
  margin-bottom: 8px;
}
.jj-bnr.fs-pt-column .fs-pt-column__description {
  color: #5E666E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .jj-bnr.fs-pt-column .fs-pt-column__description {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .jj-catlist {
    width: calc(100% + 4px);
    left: -2px;
  }
}
.jj-catlist .slick-list {
  overflow: inherit;
  margin: 0 auto;
}
.jj-catlist .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
}
.jj-catlist .slick-prev {
  left: 0;
}
.jj-catlist .slick-next {
  right: 0;
}
.jj-catlist__item {
  margin: 0 4px;
}
@media screen and (max-width: 768px) {
  .jj-catlist__item {
    margin: 0 2px;
  }
}
@media (hover: hover) {
  .jj-catlist__item:hover .jj-catlist__item__image img {
    animation: scaleUp 0.4s ease-in-out;
  }
}
.jj-catlist__item__image {
  font-size: 0;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #fff;
}
.jj-catlist__item__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.jj-catlist__item__image img {
  width: 64%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.jj-catlist__item__title {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
@media screen and (max-width: 1180px) {
  .jj-catlist__item__title {
    font-size: 11px;
    line-height: 1em;
  }
}
@media screen and (max-width: 768px) {
  .jj-catlist__item__title {
    font-size: 10px;
    line-height: 1em;
  }
}
.jj-catlist__item__title a:link, .jj-catlist__item__title a:visited, .jj-catlist__item__title a:hover, .jj-catlist__item__title a:active {
  text-decoration: none;
  color: #3A4145;
}
.jj-catlist:not(.jj-catlist--slider) {
  display: flex;
  gap: 8px;
}
.jj-catlist:not(.jj-catlist--slider) .jj-catlist__item {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .jj-catlist:not(.jj-catlist--slider) {
    display: grid;
    gap: 16px 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .jj-catlist:not(.jj-catlist--slider) {
    display: grid;
    gap: 16px 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.jj-btn--standard {
  color: #22AEC3;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #22AEC3;
  background: #FFF;
  padding: 8px;
  gap: 8px;
  box-sizing: border-box;
  width: fit-content;
  min-width: 114px;
  -webkit-appearance: none;
}
.jj-btn--standard:link, .jj-btn--standard:visited, .jj-btn--standard:hover, .jj-btn--standard:active {
  text-decoration: none;
}
.jj-btn--standard:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  right: 8px;
  bottom: 8px;
  background: url(https://janjam.itembox.cloud/item/icon-arrow02.svg) no-repeat;
}
@media (hover: hover) {
  .jj-btn--standard:hover:after {
    animation: arrow 0.3s ease-in-out;
  }
}
.jj-btn--large {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #22AEC3;
  border-radius: 4px;
  padding: 20px;
  gap: 8px;
  box-sizing: border-box;
  min-width: 300px;
  -webkit-appearance: none;
}
.jj-btn--large:link, .jj-btn--large:visited, .jj-btn--large:hover, .jj-btn--large:active {
  text-decoration: none;
  color: #fff;
}
.jj-btn--large:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  right: 8px;
  bottom: 8px;
  background: url(https://janjam.itembox.cloud/item/icon-arrow04.svg) no-repeat;
}
@media (hover: hover) {
  .jj-btn--large:hover:after {
    animation: arrow 0.3s ease-in-out;
  }
}
.jj-btn--large small {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
}
.jj-btn--search {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #22AEC3;
  border-radius: 4px;
  border: none;
  padding: 8px;
  gap: 8px;
  box-sizing: border-box;
  min-width: 114px;
  -webkit-appearance: none;
}
.jj-btn--search:link, .jj-btn--search:visited, .jj-btn--search:hover, .jj-btn--search:active {
  text-decoration: none;
  color: #fff;
}
.jj-btn--search:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  right: 8px;
  bottom: 8px;
  background: url(https://janjam.itembox.cloud/item/icon-search-white.svg) no-repeat;
}
@media (hover: hover) {
  .jj-btn--search:hover:after {
    animation: arrow-d 0.3s ease-in-out;
  }
}
.jj-btn--down {
  color: #22AEC3;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #22AEC3;
  background: #FFF;
  padding: 8px;
  gap: 8px;
  box-sizing: border-box;
  min-width: 114px;
  -webkit-appearance: none;
}
.jj-btn--down:link, .jj-btn--down:visited, .jj-btn--down:hover, .jj-btn--down:active {
  text-decoration: none;
}
.jj-btn--down:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  right: 8px;
  bottom: 8px;
  background: url(https://janjam.itembox.cloud/item/icon-down.svg) no-repeat;
}
@media (hover: hover) {
  .jj-btn--down:hover:after {
    animation: arrow-d 0.3s ease-in-out;
  }
}

.jj-bg {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
}

.jj-search {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(58, 65, 69, 0.7);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-110%);
}
@media screen and (max-width: 768px) {
  .jj-search {
    padding: 30px;
  }
}
.jj-search .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #fff;
}
.jj-search .fs-c-radio__radioMark {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .jj-search__size .fs-c-radio {
    width: 100%;
  }
}
.jj-search__close {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: -60px;
  top: 5px;
  cursor: pointer;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .jj-search__close {
    display: none;
  }
}
.jj-search__close:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  transform: rotate(45deg);
}
.jj-search__close:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .jj-search__close:hover {
    transform: rotate(90deg);
  }
}
.jj-search .jj-search-form input[type=text] {
  background: #F5F7F8;
}
.jj-search .jj-search-form dl dt {
  color: #C8CCD0;
}
.jj-search .jj-search-form dl dd {
  color: #F5F7F8;
}

.jj-search-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 630px;
  margin: 0 auto;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
}
.jj-search-form:not(:last-child) {
  border-bottom: 1px solid #5E666E;
  margin-bottom: 20px;
}
.jj-search-form input[type=text] {
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
}
.jj-search-form input[name=keyword] {
  height: 40px;
}
.jj-search-form input[name=minprice],
.jj-search-form input[name=maxprice] {
  height: 30px;
}
.jj-search-form dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 0;
  align-items: center;
  padding: 0 40px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .jj-search-form dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 10px;
  }
}
.jj-search-form dl dt {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  margin: 0;
  padding: 0;
  width: 100px;
}
.jj-search-form dl dd {
  width: calc(100% - 100px);
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  display: flex;
  justify-content: flex-start;
  gap: 20px 10px;
  flex-wrap: wrap;
  align-items: center;
}
.jj-search-form dl dd input[type=text] {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .jj-search-form dl dd {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .jj-search-form dl dd.jj-search__size {
    width: 100%;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .jj-search-form dl dd.jj-search__size:not(:last-child) {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .jj-search-form dl dd.jj-search__price, .jj-search-form dl dd.jj-search__sort {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .jj-search-form dl dd.jj-search__price:not(:last-child), .jj-search-form dl dd.jj-search__sort:not(:last-child) {
    padding-bottom: 10px;
  }
}

.jj-keyword {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .jj-keyword {
    gap: 16px;
  }
}
.jj-keyword dt {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  display: flex;
  justify-content: center;
}
.jj-keyword dd {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
}
.jj-keyword dd a {
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
}
.jj-keyword dd a:link, .jj-keyword dd a:visited, .jj-keyword dd a:hover, .jj-keyword dd a:active {
  text-decoration: none;
}
@media (hover: hover) {
  .jj-keyword dd a:hover {
    text-decoration: underline;
  }
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #22AEC3;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark:before {
  background: #22AEC3;
}
.fs-c-radio__radioMark {
  border-color: #C8CCD0;
}
.fs-c-radio__radioLabelText:after {
  line-height: 0;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #22AEC3;
  border-color: #22AEC3;
}

.jj-drawer {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: 300px;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #3A4145;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transform: translateX(110%);
}
.jj-drawer__inner {
  position: absolute;
  left: 0;
  top: 0;
  background: #3A4145;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
.jj-drawer__inner--cat {
  transform: translateX(100%);
  background: #23272A;
}
.jj-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  box-sizing: border-box;
  padding: 0 30px;
  border-bottom: 1px solid #5E666E;
}
.jj-drawer__return {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  gap: 10px;
  width: 100%;
  cursor: pointer;
}
.jj-drawer__return:before {
  content: "";
  width: 7px;
  height: 14px;
  background: url(https://janjam.itembox.cloud/item/icon-arrow03.svg) no-repeat;
  background-position: center center;
  display: block;
  transform: scale(-1, 1);
}
.jj-drawer__logo {
  font-size: 0;
  line-height: 0;
}
.jj-drawer__logo img {
  width: 120px;
  height: auto;
  transform: translateY(2px);
}
.jj-drawer__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.01px;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.jj-drawer__btn:link, .jj-drawer__btn:visited, .jj-drawer__btn:hover, .jj-drawer__btn:active {
  text-decoration: none;
  color: #fff;
}
.jj-drawer__btn:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (hover: hover) {
  .jj-drawer__btn:hover:before {
    animation: scaleUp 0.3s ease-in-out;
  }
  .jj-drawer__btn:hover .fs-client-cart-count {
    animation: scaleUp 0.3s ease-in-out;
  }
}
.jj-drawer__btn--login {
  background: #22AEC3;
}
.jj-drawer__btn--login:before {
  background-image: url(https://janjam.itembox.cloud/item/icon-member.svg);
}
.jj-drawer__btn--login.true {
  display: none;
}
.jj-drawer__btn--mypage {
  background: #22AEC3;
}
.jj-drawer__btn--mypage:before {
  background-image: url(https://janjam.itembox.cloud/item/icon-member.svg);
}
.jj-drawer__btn--mypage.false {
  display: none;
}
.jj-drawer__btn--cart {
  background: #22AEC3;
}
.jj-drawer__btn--cart:before {
  background-image: url(https://janjam.itembox.cloud/item/icon-cart.svg);
}
.jj-drawer__btn--cart .fs-client-cart-count:not(.fs-client-cart-count--0) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #FF7A45;
}
.jj-drawer__btn--cart .fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}
.jj-drawer__main {
  border-bottom: 1px solid #5E666E;
}
.jj-drawer__main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jj-drawer__main ul li {
  margin: 0;
  padding: 0;
}
.jj-drawer__link a {
  display: block;
  padding: 16px 30px;
}
.jj-drawer__link a:link, .jj-drawer__link a:visited, .jj-drawer__link a:hover, .jj-drawer__link a:active {
  text-decoration: none;
  color: #fff;
}
@media (hover: hover) {
  .jj-drawer__link a:hover {
    text-decoration: underline;
  }
}
.jj-drawer__maincat {
  cursor: pointer;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jj-drawer__maincat:after {
  content: "";
  width: 7px;
  height: 14px;
  background: url(https://janjam.itembox.cloud/item/icon-arrow03.svg) no-repeat;
  background-position: center center;
  display: block;
}
.jj-drawer__cat {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  padding: 20px 0;
}
.jj-drawer__cat:not(:last-child) {
  border-bottom: 1px solid #5E666E;
}
.jj-drawer__cat .fs-pt-menu {
  display: flex;
  flex-direction: column;
}
.jj-drawer__cat .fs-pt-menu a {
  margin: inherit;
  padding: 16px 30px;
}
.jj-drawer__cat .fs-pt-menu a:link, .jj-drawer__cat .fs-pt-menu a:visited, .jj-drawer__cat .fs-pt-menu a:hover, .jj-drawer__cat .fs-pt-menu a:active {
  text-decoration: none;
  color: #fff;
}
@media (hover: hover) {
  .jj-drawer__cat .fs-pt-menu a:hover {
    text-decoration: underline;
  }
}
.jj-drawer__cat .fs-pt-menu__link {
  padding: 0;
}
.jj-drawer__subcatmain a {
  display: block;
  padding: 10px 30px;
}
.jj-drawer__subcatmain a:link, .jj-drawer__subcatmain a:visited, .jj-drawer__subcatmain a:hover, .jj-drawer__subcatmain a:active {
  text-decoration: none;
  color: #fff;
}
.jj-drawer__subcat {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  padding: 20px 0;
}
.jj-drawer__subcat:not(:last-child) {
  border-bottom: 1px solid #5E666E;
}
.jj-drawer__subcat .fs-pt-menu {
  display: flex;
  flex-direction: column;
}
.jj-drawer__subcat .fs-pt-menu a {
  margin: inherit;
  padding: 10px 30px;
}
.jj-drawer__subcat .fs-pt-menu a:link, .jj-drawer__subcat .fs-pt-menu a:visited, .jj-drawer__subcat .fs-pt-menu a:hover, .jj-drawer__subcat .fs-pt-menu a:active {
  text-decoration: none;
  color: #fff;
}
@media (hover: hover) {
  .jj-drawer__subcat .fs-pt-menu a:hover {
    text-decoration: underline;
  }
}
.jj-drawer__subcat .fs-pt-menu__link {
  padding: 0;
}
.jj-drawer__page {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  padding: 20px 0;
  border-bottom: 1px solid #5E666E;
}
.jj-drawer__page .fs-pt-menu {
  display: flex;
  flex-direction: column;
}
.jj-drawer__page .fs-pt-menu a {
  margin: inherit;
  padding: 10px 30px;
}
.jj-drawer__page .fs-pt-menu a:link, .jj-drawer__page .fs-pt-menu a:visited, .jj-drawer__page .fs-pt-menu a:hover, .jj-drawer__page .fs-pt-menu a:active {
  text-decoration: none;
  color: #C8CCD0;
}
@media (hover: hover) {
  .jj-drawer__page .fs-pt-menu a:hover {
    text-decoration: underline;
  }
}
.jj-drawer__page .fs-pt-menu__link {
  padding: 0;
}
.jj-drawer__footer {
  padding: 20px 30px;
}
.jj-drawer__close {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  position: relative;
}
.jj-drawer__close:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  transform: rotate(45deg);
}
.jj-drawer__close:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .jj-drawer__close:hover {
    transform: rotate(90deg);
  }
}

@keyframes arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(8px);
    opacity: 0;
  }
  51% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes arrow-l {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-8px);
    opacity: 0;
  }
  51% {
    transform: translateX(8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes arrow-d {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 0;
  }
  51% {
    transform: translateY(-8px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes arrow-d02 {
  0% {
    transform: translateY(0) rotate(90deg);
    opacity: 1;
  }
  50% {
    transform: translateY(8px) rotate(90deg);
    opacity: 0;
  }
  51% {
    transform: translateY(-8px) rotate(90deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(90deg);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  51% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleUpSmall {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  51% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.jj-tab {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jj-tab__nav {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  background: #fff;
  padding: 4px 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .jj-tab__nav {
    overflow-x: auto;
  }
}
.jj-tab__nav__item {
  cursor: pointer;
  flex: 1;
  box-sizing: border-box;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .jj-tab__nav__item {
    min-width: 120px;
  }
}
.jj-tab__nav__item:not(:last-child) {
  border-right: 1px solid #C8CCD0;
}
.jj-tab__nav__item.active span {
  background: #3A4145;
  color: #fff;
}
.jj-tab__nav__item span {
  display: block;
  border-radius: 4px;
  background: #F7F9FA;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  white-space: nowrap;
}
@media screen and (max-width: 1180px) {
  .jj-tab__nav__item span {
    font-size: 12px;
    line-height: 1em;
  }
}
.jj-tab__contents__item {
  display: none;
  opacity: 0;
}
.jj-tab__contents__item.active {
  display: block;
}

.jj-itemsize {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.jj-itemsize:not(:last-child) {
  margin-bottom: 30px;
}
.jj-itemsize__unit {
  text-align: right;
  font-size: 10px;
  line-height: 1em;
}
.jj-itemsize__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jj-itemsize__table {
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: inherit;
  }
}
.jj-itemsize table {
  width: 100%;
  background: #C8CCD0;
  border-spacing: 1px;
  border-collapse: separate;
  table-layout: auto;
}
.jj-itemsize table thead tr th {
  padding: 8px;
  background: #EBEFF1;
  font-size: 12px;
  line-height: 1.2em;
}
.jj-itemsize table thead tr td {
  padding: 8px;
  background: #fff;
  line-height: 1.2em;
}
.jj-itemsize table tbody tr th {
  padding: 8px;
  background: #F7F9FA;
  font-size: 12px;
  line-height: 1.2em;
  white-space: nowrap;
}
.jj-itemsize table tbody tr td {
  padding: 8px;
  background: #fff;
  text-align: center;
  line-height: 1.2em;
  white-space: nowrap;
}

.jj-itemtab {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.jj-itemtab:not(:last-child) {
  margin-bottom: 40px;
}
.jj-itemtab__nav {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.jj-itemtab__nav__item {
  cursor: pointer;
  flex: 1;
  box-sizing: border-box;
  padding: 0;
}
.jj-itemtab__nav__item.active span {
  color: #3A4145;
}
.jj-itemtab__nav__item.active span:after {
  height: 2px;
  background: #3A4145;
}
.jj-itemtab__nav__item span {
  color: #C8CCD0;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: flex;
  padding: 10px 0;
  justify-content: center;
  position: relative;
}
@media (hover: hover) {
  .jj-itemtab__nav__item span:hover {
    color: #3A4145;
  }
}
.jj-itemtab__nav__item span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #C8CCD0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: background 0.3s;
}
.jj-itemtab__contents__item {
  display: none;
  opacity: 0;
}
.jj-itemtab__contents__item.active {
  display: block;
}

.jj-contents--light {
  color: #C8CCD0;
}
.jj-contents h1, .jj-contents h2, .jj-contents h3, .jj-contents h4, .jj-contents h5, .jj-contents h6 {
  margin: 0;
  line-height: 1.4em;
}
.jj-contents h1:not(:last-child), .jj-contents h2:not(:last-child), .jj-contents h3:not(:last-child), .jj-contents h4:not(:last-child), .jj-contents h5:not(:last-child), .jj-contents h6:not(:last-child) {
  margin-bottom: 0.5em;
}
.jj-contents h1:not(:first-child), .jj-contents h2:not(:first-child), .jj-contents h3:not(:first-child), .jj-contents h4:not(:first-child), .jj-contents h5:not(:first-child), .jj-contents h6:not(:first-child) {
  margin-top: 2em;
}
.jj-contents p {
  margin: 0;
  line-height: 2em;
}
.jj-contents p:not(:last-child) {
  margin-bottom: 1em;
}
.jj-contents ul, .jj-contents ol, .jj-contents dl {
  margin: 0;
  line-height: 2em;
}
.jj-contents ul:not(:last-child), .jj-contents ol:not(:last-child), .jj-contents dl:not(:last-child) {
  margin-bottom: 1em;
}
.jj-contents ul > li ul, .jj-contents ol > li ul, .jj-contents dl > li ul {
  margin-top: 1em;
}
.jj-contents strong > strong {
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  .jj-contents strong > strong {
    font-size: 120%;
  }
}
.jj-contents small {
  display: inline-block;
  line-height: 1.8em;
}
.jj-contents table {
  width: 100%;
  background: #C8CCD0;
  border-spacing: 1px;
  border-collapse: separate;
  table-layout: auto;
}
.jj-contents table thead tr th {
  padding: 8px;
  background: #EBEFF1;
  font-size: 12px;
  line-height: 1.2em;
}
.jj-contents table thead tr td {
  padding: 8px;
  background: #fff;
  line-height: 1.2em;
}
.jj-contents table tbody tr th {
  padding: 8px;
  background: #F7F9FA;
  font-size: 12px;
  line-height: 1.2em;
  white-space: nowrap;
}
.jj-contents table tbody tr td {
  padding: 8px;
  background: #fff;
  text-align: center;
  line-height: 1.2em;
}

.jj-productsummary:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .jj-productsummary:not(:last-child) {
    margin-bottom: 30px;
  }
}

.jj-cchip {
  max-width: 10px;
  margin: 0;
  display: none;
}

.jj-size {
  background: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
  border: 1px solid #EBEFF1;
  display: none;
}

.jj-mark {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 10px */
  padding: 4px;
  border-radius: 2px;
}
.jj-mark--new {
  color: #fff;
  background: #1DA2B6;
}
.jj-mark--deliveryfree {
  color: #fff;
  background: #28A772;
}
.jj-mark--new {
  color: #fff;
  background: #FF4B45;
}

.jj-marksize {
  display: none;
  flex-wrap: wrap;
  gap: 2px;
}
.jj-marksize .jj-size {
  display: inherit;
}

.jj-markcolor {
  display: none;
  flex-wrap: wrap;
  gap: 2px;
}
.jj-markcolor .jj-cchip {
  display: inherit;
}

.fs-pt-menu__item.jj-link-mypage.false {
  display: none;
}
.fs-pt-menu__item.jj-link-login.true {
  display: none;
}

.fs-l-main {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .fs-l-main {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.jj-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  box-sizing: border-box;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  .jj-item {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .jj-item {
    flex-direction: column;
  }
}
.jj-item__image {
  max-width: 516px;
}
@media screen and (max-width: 1180px) {
  .jj-item__image {
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .jj-item__image {
    max-width: 100vw;
    width: 100vw;
    margin-left: -30px;
  }
}
.jj-item__text {
  flex: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .jj-item__text {
    width: 100%;
    margin: 0;
  }
}
.jj-item__text .fs-c-productMarks:not(:last-child) {
  margin-bottom: 10px;
}
.jj-item__text .jj-ratingcount:not(:last-child) {
  margin-bottom: 10px;
}
.jj-item__text .jj-markcolor:not(:last-child) {
  margin-bottom: 10px;
}
.jj-item__text .jj-marksize:not(:last-child) {
  margin-bottom: 10px;
}

.jj-share {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .jj-share {
    gap: 10px;
    justify-content: center;
  }
}
.jj-share:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .jj-share:not(:last-child) {
    margin-bottom: 30px;
  }
}
.jj-share dt {
  margin: 0;
  padding: 0;
  color: #3A4145;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
}
.jj-share dd {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.jj-share dd a {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  align-items: center;
  border: 1px solid #3A4145;
  padding: 6px 10px;
  border-radius: 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  transition: background 0.3s;
}
.jj-share dd a:link, .jj-share dd a:visited, .jj-share dd a:hover, .jj-share dd a:active {
  text-decoration: none;
  color: #3A4145;
}
@media (hover: hover) {
  .jj-share dd a:hover img {
    animation: arrow-d 0.3s ease-in-out;
  }
}
.jj-share dd a img {
  max-height: 18px;
  width: auto;
}

.jj-apeal {
  color: #28A772;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.jj-apeal:not(:last-child) {
  margin-bottom: 10px;
}

.jj-slick {
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .jj-slick {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.jj-slick .fs-c-productListCarousel__ctrl {
  position: absolute;
  top: calc(50% - 20px);
}
.jj-slick .fs-c-productListCarousel__ctrl--prev {
  left: 0;
  transform: scale(-1, 1) !important;
}
.jj-slick .fs-c-productListCarousel__ctrl--next {
  right: 0;
}
.jj-slick .fs-c-productListCarousel__ctrl.slick-disabled {
  opacity: 1;
}
.jj-slick .fs-c-button--carousel:before {
  display: none;
}
.jj-slick .fs-c-productListCarousel__list {
  overflow: inherit;
}
.jj-slick .fs-c-productListCarousel__list .slick-list {
  overflow: inherit;
}
.jj-slick .fs-c-productListCarousel__list__item {
  width: auto !important;
  margin: 0 10px;
  flex-basis: inherit;
  max-width: inherit;
  min-width: inherit;
}
@media screen and (max-width: 768px) {
  .jj-slick .fs-c-productListCarousel__list__item {
    margin: 0 5px;
  }
}
.jj-unslick .fs-c-productListCarousel__list {
  overflow: inherit;
}
.jj-unslick .fs-c-productListCarousel__list .slick-list {
  overflow: inherit;
}
.jj-unslick .fs-c-productListCarousel__list__itemTrack {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 24px;
}
@media screen and (max-width: 1024px) {
  .jj-unslick .fs-c-productListCarousel__list__itemTrack {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .jj-unslick .fs-c-productListCarousel__list__itemTrack {
    gap: 32px 10px;
  }
}
.jj-unslick .fs-c-productListCarousel__list__item {
  margin: 0;
  flex-basis: inherit;
  max-width: inherit;
  min-width: inherit;
}
@media screen and (max-width: 768px) {
  .jj-unslick .fs-c-productListCarousel__list .slick-track > *:not(:last-child) {
    margin-right: 8px;
  }
}
.jj-unslick--pc4sp3 .fs-c-productListCarousel__list__itemTrack {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px 24px;
}
@media screen and (max-width: 1024px) {
  .jj-unslick--pc4sp3 .fs-c-productListCarousel__list__itemTrack {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .jj-unslick--pc4sp3 .fs-c-productListCarousel__list__itemTrack {
    gap: 32px 10px;
  }
}
.jj-unslick--pc5sp2 .fs-c-productListCarousel__list__itemTrack {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 24px;
}
@media screen and (max-width: 1024px) {
  .jj-unslick--pc5sp2 .fs-c-productListCarousel__list__itemTrack {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .jj-unslick--pc5sp2 .fs-c-productListCarousel__list__itemTrack {
    gap: 32px 10px;
  }
}

.fs-c-wishlistProduct {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct {
    padding: 40px 0;
  }
}
.fs-c-wishlistProduct:last-child {
  margin-bottom: -60px;
}
.fs-c-wishlistProduct + .jj-sec--dark:after {
  background: #fff;
}
.fs-c-wishlistProduct:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.fs-c-wishlistProduct__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.fs-c-wishlistProduct__header:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct__header {
    gap: 10px;
  }
}
.fs-c-wishlistProduct__header:after {
  content: "Recommend Items";
  color: #C8CCD0;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct__header:after {
    font-size: 10px;
    line-height: 1em;
  }
}
.fs-c-wishlistProduct__title {
  border: none;
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.014px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct__title {
    font-size: 18px;
    line-height: 1em;
  }
}

.fs-c-featuredProduct {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct {
    padding: 40px 0;
  }
}
.fs-c-featuredProduct:last-child {
  margin-bottom: -60px;
}
.fs-c-featuredProduct + .jj-sec--light:after {
  background: #EBEFF1;
}
.fs-c-featuredProduct:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #FFF;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.fs-c-featuredProduct__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.fs-c-featuredProduct__header:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__header {
    gap: 10px;
  }
}
.fs-c-featuredProduct__header:after {
  content: "Recommend Items";
  color: #C8CCD0;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__header:after {
    font-size: 10px;
    line-height: 1em;
  }
}
.fs-c-featuredProduct__title {
  border: none;
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.014px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__title {
    font-size: 18px;
    line-height: 1em;
  }
}

@media (hover: hover) {
  .fs-c-productListCarousel__list__item:hover .fs-c-productListItem__image img {
    animation: scaleUpSmall 0.4s ease-in-out;
  }
}
.fs-c-productListCarousel .fs-c-productListItem__imageContainer {
  margin-bottom: 10px;
}
.fs-c-productListCarousel .jj-markcolor:not(:last-child) {
  margin-bottom: 10px;
}
.fs-c-productListCarousel .jj-marksize:not(:last-child) {
  margin-bottom: 10px;
}

.jj-pcunslick .fs-c-productListCarousel__list,
.fs-c-featuredProduct .fs-c-productListCarousel__list,
.fs-c-wishlistProduct .fs-c-productListCarousel__list {
  overflow: inherit;
}
.jj-pcunslick .fs-c-productListCarousel__list .slick-list,
.fs-c-featuredProduct .fs-c-productListCarousel__list .slick-list,
.fs-c-wishlistProduct .fs-c-productListCarousel__list .slick-list {
  overflow: inherit;
}
.jj-pcunslick .fs-c-productListCarousel__list__itemTrack,
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
.fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 24px;
}
@media screen and (max-width: 1024px) {
  .jj-pcunslick .fs-c-productListCarousel__list__itemTrack,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .jj-pcunslick .fs-c-productListCarousel__list__itemTrack,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack {
    display: block;
  }
}
.jj-pcunslick .fs-c-productListCarousel__list__item,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item,
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
  margin: 0;
  flex-basis: inherit;
  max-width: inherit;
  min-width: inherit;
}
@media screen and (max-width: 768px) {
  .jj-pcunslick .fs-c-productListCarousel__list .slick-track > *:not(:last-child),
  .fs-c-featuredProduct .fs-c-productListCarousel__list .slick-track > *:not(:last-child),
  .fs-c-wishlistProduct .fs-c-productListCarousel__list .slick-track > *:not(:last-child) {
    margin-right: 8px;
  }
}

.jj-faq:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .jj-faq:not(:last-child) {
    margin-bottom: 40px;
  }
}
.jj-faq__item {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
}
.jj-faq__item:nth-of-type(even) {
  background: transparent;
}
.jj-faq__item dt {
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.jj-faq__item dt:before {
  content: "Q";
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #EBEFF1;
  border-radius: 2px;
}
.jj-faq__item dd {
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  gap: 10px;
}
.jj-faq__item dd:before {
  content: "A";
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #3A4145;
  color: #fff;
  border-radius: 2px;
}

.jj-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jj-center--sp {
    text-align: center !important;
  }
}

.jj-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .jj-right--sp {
    text-align: right !important;
  }
}

.jj-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .jj-left--sp {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) {
  .jj-hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .jj-hide--sp {
    display: none;
  }
}

.jj-mb:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .jj-mb:not(:last-child) {
    margin-bottom: 30px;
  }
}

.jj-bg--platina {
  background: #B1B5C1 !important;
  color: #fff;
}
.jj-bg--gold {
  background: #E89D05 !important;
  color: #fff;
}
.jj-bg--diamond {
  background: #6E9DA6 !important;
  color: #fff;
}
.jj-bg--vip {
  background: #3A4145 !important;
  color: #fff;
}

.jj-member-rank__lead:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .jj-member-rank__lead:not(:last-child) {
    margin-bottom: 30px;
  }
}
.jj-member-rank__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1px;
}
.jj-member-rank__list .slick-list {
  overflow: inherit;
}
@media screen and (max-width: 980px) {
  .jj-member-rank__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .jj-member-rank__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.jj-member-rank__list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .jj-member-rank__list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.jj-member-rank__detail {
  display: flex;
  flex-direction: column;
  gap: 1px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 980px) {
  .jj-member-rank__detail:first-child {
    grid-column: 1/-1;
  }
}
.jj-member-rank__detail__title {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #EBEFF1;
  text-align: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .jj-member-rank__detail__title {
    min-height: inherit;
    padding: 16px 0;
  }
}
.jj-member-rank__detail__title div {
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28px */
}
@media screen and (max-width: 768px) {
  .jj-member-rank__detail__title div {
    font-size: 18px;
    line-height: 1em;
  }
}
.jj-member-rank__detail__title h2 {
  margin: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 10px */
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.jj-member-rank__detail__title--regular h2 img {
  mix-blend-mode: difference;
}
.jj-member-rank__detail__title--platina {
  background: #B1B5C1;
  color: #fff;
}
.jj-member-rank__detail__title--gold {
  background: #E89D05;
  color: #fff;
}
.jj-member-rank__detail__title--diamond {
  background: #6E9DA6;
  color: #fff;
}
.jj-member-rank__detail__title--vip {
  background: #3A4145;
  color: #fff;
}
.jj-member-rank__detail__terms {
  background: #fff;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .jj-member-rank__detail__terms {
    min-height: inherit;
    padding: 16px 0;
  }
}
.jj-member-rank__detail__terms h3 {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
  margin: 0;
}
.jj-member-rank__detail__terms div {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}
@media screen and (max-width: 768px) {
  .jj-member-rank__detail__terms div {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.jj-member-rank__detail__benefits {
  background: #FFFAE5;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .jj-member-rank__detail__benefits {
    min-height: 120px;
  }
}
.jj-member-rank__detail__benefits h3 {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
  margin: 0;
  letter-spacing: 2px;
}
.jj-member-rank__detail__benefits div {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  color: #FF7A45;
}
@media screen and (max-width: 768px) {
  .jj-member-rank__detail__benefits div {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.jj-member-rank__btnwrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.jj-member-rank__btnwrap:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .jj-member-rank__btnwrap {
    gap: 10px;
    flex-direction: column;
  }
}
.jj-member-rank__main:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .jj-member-rank__main:not(:last-child) {
    margin-bottom: 40px;
  }
}

.jj-rank-no {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #3A4145;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  border-radius: 50%;
  z-index: 100;
  pointer-events: none;
}
.jj-rank-no--1 {
  background: rgba(232, 157, 5, 0.9);
  color: #fff;
}
.jj-rank-no--2 {
  background: rgba(148, 157, 160, 0.9);
  color: #fff;
}
.jj-rank-no--3 {
  background: rgba(167, 86, 11, 0.9);
  color: #fff;
}

.jj-rm-ranking .slick-list,
.jj-rm-checked .slick-list {
  overflow: inherit;
}
@media screen and (max-width: 768px) {
  .jj-rm-ranking .slick-list,
  .jj-rm-checked .slick-list {
    max-width: 70%;
  }
}
.jj-rm-ranking .slick-arrow,
.jj-rm-checked .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
}
.jj-rm-ranking .slick-arrow.slick-prev,
.jj-rm-checked .slick-arrow.slick-prev {
  left: 0;
}
.jj-rm-ranking .slick-arrow.slick-next,
.jj-rm-checked .slick-arrow.slick-next {
  right: 0;
}
.jj-rm-ranking .slick-arrow.slick-disabled,
.jj-rm-checked .slick-arrow.slick-disabled {
  opacity: 0;
}
.jj-rm-ranking .slick-track,
.jj-rm-checked .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.jj-rm-ranking .slick-slide:not(:last-child),
.jj-rm-checked .slick-slide:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .jj-rm-ranking .slick-slide:not(:last-child),
  .jj-rm-checked .slick-slide:not(:last-child) {
    margin-right: 10px;
  }
}

.jj-feature__mv {
  font-size: 0;
  line-height: 0;
}
.jj-feature__mv img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.jj-feature__contents {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1180px) {
  .jj-feature__contents {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .jj-feature__contents {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.jj-feature__contents__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 0;
  line-height: 0;
  order: 1;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .jj-feature__contents__image {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .jj-feature__contents__image {
    max-width: 100%;
    order: 2;
    gap: 10px;
  }
}
.jj-feature__contents__image img {
  max-width: 516px;
  max-height: 516px;
}
@media screen and (max-width: 1180px) {
  .jj-feature__contents__image img {
    max-width: 100%;
    max-height: inherit;
  }
}
.jj-feature__contents__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jj-feature__contents__header > h1 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  margin: 0;
}
.jj-feature__contents__header > h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  margin: 0;
}
@media screen and (max-width: 768px) {
  .jj-feature__contents__header > h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.jj-feature__contents__text {
  order: 2;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .jj-feature__contents__text {
    order: 1;
  }
}
.jj-feature__contents__text:before {
  content: "Feature";
  color: #EBEFF1;
  font-family: Montserrat;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 12px */
  display: block;
  transform: translateX(-10px);
  letter-spacing: -0.05em;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .jj-feature__contents__text:before {
    font-size: 60px;
    line-height: 80%;
    transform: translateX(-4px);
    letter-spacing: 0;
  }
}
.jj-feature__contents__body {
  max-width: 516px;
}
@media screen and (max-width: 768px) {
  .jj-feature__contents__body {
    max-width: 100%;
  }
}
.jj-feature__contents__btn {
  display: flex;
  justify-content: flex-start;
}
.jj-feature__contents__fixed {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .jj-feature__contents__fixed {
    gap: 20px;
  }
}

.jj-acountInfo__logout {
  margin-right: auto;
}

.jj-guide {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.jj-guide__index ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 20px;
}
@media screen and (max-width: 1180px) {
  .jj-guide__index ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .jj-guide__index ul {
    grid-template-columns: 1fr;
  }
}
.jj-guide__index ul li a {
  color: #22AEC3;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #22AEC3;
  background: #FFF;
  padding: 16px 8px;
  gap: 8px;
  box-sizing: border-box;
  min-width: 114px;
  -webkit-appearance: none;
}
.jj-guide__index ul li a:link, .jj-guide__index ul li a:visited, .jj-guide__index ul li a:hover, .jj-guide__index ul li a:active {
  text-decoration: none;
}
.jj-guide__index ul li a:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  right: 8px;
  bottom: 8px;
  background: url(https://janjam.itembox.cloud/item/icon-down.svg) no-repeat;
}
@media (hover: hover) {
  .jj-guide__index ul li a:hover:after {
    animation: arrow-d 0.3s ease-in-out;
  }
}
.jj-guide__item {
  border-top: 1px solid #C8CCD0;
  padding-top: 40px;
}

.jj-contact {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .jj-contact {
    gap: 20px;
  }
}
.jj-contact__message {
  display: none;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
.jj-contact__message--complete {
  background: #28A772;
  color: #fff;
}
.jj-contact__message--error {
  background: #FF4B45;
  color: #fff;
}
.jj-contact__required {
  color: #FF4B45;
}
.jj-contact__desc__note {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 20px;
}
.jj-contact__desc__note:not(:first-child) {
  margin-top: 2em;
}

.jj-popup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  max-width: 450px;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: transform 0.8s;
}
.jj-popup.active {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .jj-popup {
    max-width: 55%;
  }
}
.jj-popup > a {
  display: block;
}
.jj-popup > a:link, .jj-popup > a:visited, .jj-popup > a:hover, .jj-popup > a:active {
  text-decoration: none;
}
@media (hover: hover) {
  .jj-popup > a:hover .jj-popup__image img {
    animation: scaleUpSmall 0.3s ease-in-out;
  }
  .jj-popup > a:hover .jj-popup__text:after {
    animation: arrow 0.3s ease-in-out;
  }
}
.jj-popup__image {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.jj-popup__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.jj-popup__text {
  position: relative;
  padding: 16px 24px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jj-popup__text:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  right: 8px;
  bottom: 8px;
  background: url(https://janjam.itembox.cloud/item/icon-arrow02.svg) no-repeat;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
.jj-popup__title {
  color: #3A4145;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}
.jj-popup__desc {
  color: #5E666E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}
.jj-popup__close {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: transform 0.3s;
  border-radius: 50%;
  background: #F7F9FA;
}
.jj-popup__close:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #3A4145;
  position: absolute;
  left: calc(50% - 8px);
  top: 50%;
  transform: rotate(45deg);
}
.jj-popup__close:after {
  content: "";
  width: 16px;
  height: 1px;
  background: #3A4145;
  position: absolute;
  left: calc(50% - 8px);
  top: 50%;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .jj-popup__close:hover {
    transform: rotate(90deg);
  }
}

.fs-p-messageBoard {
  background: #fff;
  border-radius: 8px;
  border-color: #3A4145;
}
.fs-p-messageBoard:first-child {
  margin-top: 24px;
}

.jj-checklist {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin: 0;
  align-items: center;
  width: fit-content;
}
.jj-checklist--light {
  background: #F7F9FA;
  padding: 24px;
  border-radius: 4px;
}
@media screen and (max-width: 413px) {
  .jj-checklist--light {
    padding: 0;
    background: none;
  }
}
.jj-checklist--dark {
  background: #EBEFF1;
  padding: 24px;
  border-radius: 4px;
}
@media screen and (max-width: 413px) {
  .jj-checklist--dark {
    padding: 0;
    background: none;
  }
}
.jj-checklist--center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.jj-checklist--l {
  font-size: 16px;
  line-height: 1.2em;
  gap: 8px;
}
.jj-checklist li {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jj-checklist li {
    gap: 4px;
  }
}
.jj-checklist li:before {
  content: "";
  background: url(https://janjam.itembox.cloud/item/icon-check.svg) no-repeat center center;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

/*futureshop デフォルト*/
.fs-c-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
  padding: 8px 5px;
}

.fs-c-dropdown__menu {
  padding-top: 8px;
  padding-bottom: 8px;
}

.fs-c-inputInformation__field {
  margin-top: 0;
  margin-bottom: 0;
}
.fs-c-inputInformation__field:not(:last-child) {
  margin-bottom: 20px;
}
.fs-c-inputInformation__link {
  text-align: center;
}

.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  margin: 0;
  padding-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .fs-c-subSection__title,
  .fs-c-linkedServiceLogin__title {
    text-align: center;
  }
}
.fs-c-subSection__title:not(:last-child),
.fs-c-linkedServiceLogin__title:not(:last-child) {
  margin-bottom: 20px;
}
.fs-c-subSection__message,
.fs-c-linkedServiceLogin__message {
  margin: 0;
}
.fs-c-subSection__message:not(:last-child),
.fs-c-linkedServiceLogin__message:not(:last-child) {
  margin-bottom: 10px;
}

.fs-c-buttonContainer--inquiryAboutProduct, .fs-c-buttonContainer--send, .fs-c-buttonContainer--confirmRegister {
  padding: 0;
  margin: 0;
}
.fs-c-buttonContainer--inquiryAboutProduct:not(:last-child), .fs-c-buttonContainer--send:not(:last-child), .fs-c-buttonContainer--confirmRegister:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-buttonContainer--inquiryAboutProduct:not(:last-child), .fs-c-buttonContainer--send:not(:last-child), .fs-c-buttonContainer--confirmRegister:not(:last-child) {
    margin-bottom: 30px;
  }
}
.fs-c-buttonContainer--viewAllReviews {
  padding: 0;
}
.fs-c-buttonContainer--viewAllReviews:not(:last-child) {
  margin-bottom: 10px;
}
.fs-c-buttonContainer--addReview--detail {
  padding: 0;
}
.fs-c-buttonContainer--login {
  margin-top: 0;
}

.fs-c-button--primary {
  padding: 8px;
  box-shadow: none;
}
.fs-c-button--primary.fs-c-button--addToCart--variation {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #22AEC3 !important;
}
@media screen and (max-width: 768px) {
  .fs-c-button--primary.fs-c-button--purchaseHere {
    width: 100%;
    padding: 16px 8px;
  }
}
.fs-c-button--primary.fs-c-button--login, .fs-c-button--primary.fs-c-button--memberRegister {
  width: 100%;
  max-width: 450px;
  min-height: 45px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-c-button--primary.fs-c-button--addToCart--detail {
  max-width: 100%;
  width: 100%;
  padding: 16px 8px;
  background: #22AEC3 !important;
}
.fs-c-button--standard {
  padding: 8px;
  box-shadow: none;
}
.fs-c-button--secondary {
  padding: 8px;
  box-shadow: none;
}
.fs-c-button--particular {
  padding: 8px;
  box-shadow: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  padding: 8px;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon:before {
  color: #FF4B45;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon:before {
  color: #FF4B45;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail:after {
  color: #FF4B45;
  margin-left: 0;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail:after {
  color: #FF4B45;
  margin-left: 0;
}
.fs-c-button--plain.fs-c-button--viewMoreImage {
  padding: 0;
  font-size: 16px;
  line-height: 0;
}
.fs-c-button--plain.fs-c-button--viewAllReviews, .fs-c-button--plain.fs-c-button--addReview--detail {
  font-weight: 500;
}
.fs-c-button--plain.fs-c-button--inquiryAboutProduct {
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  padding: 0;
}

.fs-c-accountService {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fs-c-accountService {
    grid-template-columns: 1fr 1fr;
  }
}
.fs-c-accountService__page {
  flex-basis: inherit;
  margin: 0;
}
.fs-c-accountService__page--accountDelete {
  grid-column: 1/-1;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  border-color: #22AEC3;
  color: #fff;
  background: #22AEC3;
  border-radius: 4px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label:before {
  color: #fff;
}

.fs-c-documentArticle {
  padding: 0;
}
.fs-c-documentArticle__heading {
  background: #3A4145;
  padding: 8px;
}
.fs-c-documentArticle__content {
  padding: 0;
}

.fs-c-specTable {
  background: #fff;
}
.fs-c-specTable thead tr th {
  background: #EBEFF1;
}
.fs-c-specTable tbody tr th {
  background: #F7F9FA;
}
.fs-c-breadcrumb {
  background: #5E666E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fs-c-breadcrumb + .fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding-top: 0;
}
.fs-c-breadcrumb__list {
  width: 100%;
  max-width: calc(100vw - 120px);
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #EBEFF1;
}
@media screen and (max-width: 1180px) {
  .fs-c-breadcrumb__list {
    max-width: calc(100vw - 60px);
  }
}
.fs-c-breadcrumb__listItem a:link, .fs-c-breadcrumb__listItem a:visited {
  text-decoration: none;
  color: #EBEFF1;
}
.fs-c-breadcrumb__listItem a:hover, .fs-c-breadcrumb__listItem a:active {
  text-decoration: underline;
  color: #FFF;
}

.fs-c-noResultMessage:first-child {
  margin-top: 0;
}
.fs-c-noResultMessage:last-child {
  margin-bottom: 0;
}

.fs-c-productList {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fs-c-productList:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .fs-c-productList:not(:last-child) {
    margin-bottom: 40px;
  }
}
.fs-c-productList__controller {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller {
    justify-content: center;
    gap: 8px;
    border-top: 1px solid #C8CCD0;
    border-bottom: 1px solid #C8CCD0;
    padding: 8px 0;
  }
}
.fs-c-productList__list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
@media screen and (max-width: 1024px) {
  .fs-c-productList__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list {
    gap: 40px 10px;
  }
}
.fs-c-productList__list--pc4sp1-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list--pc4sp1-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .fs-c-productList__list--pc4sp1-3 > *:first-child {
    grid-column: 1/-1;
  }
}
.fs-c-productList__list__item {
  padding: 0;
  border-bottom: none;
  position: relative;
}
@media (hover: hover) {
  .fs-c-productList__list__item:hover .fs-c-productListItem__image img {
    animation: scaleUpSmall 0.4s ease-in-out;
  }
}

.fs-c-sortItems {
  border: none;
  margin: 0;
}
.fs-c-sortItems__label {
  display: none;
}
.fs-c-sortItems__list {
  border-left: none;
}
.fs-c-sortItems__list__item.is-active {
  background: #3A4145;
}
@media screen and (max-width: 768px) {
  .fs-c-sortItems__list__item__label {
    padding: 4px 6px;
    font-size: 10px;
  }
}

.fs-c-listControl {
  font-size: 10px;
  line-height: 1.5em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-listControl {
    align-items: center;
  }
}

.fs-c-price {
  font-family: Montserrat;
  font-weight: 600;
}

.fs-c-productListItem form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fs-c-productListItem__imageContainer {
  margin-bottom: 8px;
}
.fs-c-productListItem__image {
  overflow: hidden;
  border-radius: 4px;
}
.fs-c-productListItem__image img {
  width: 100%;
  height: auto;
}
.fs-c-productListItem__productName {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.fs-c-productListItem__productName a:link, .fs-c-productListItem__productName a:visited {
  text-decoration: none;
  color: #3A4145;
}
.fs-c-productListItem__productName a:hover, .fs-c-productListItem__productName a:active {
  text-decoration: underline;
  color: #3A4145;
}
.fs-c-productListItem__productDescription {
  margin: 8px 0 0;
  color: #3A4145;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__productDescription {
    font-size: 10px;
    line-height: 1.8em;
  }
}
.fs-c-productListItem__prices .fs-c-productPrice {
  font-size: 11px;
  color: #5E666E;
}
.fs-c-productListItem__prices .fs-c-productPrice--selling {
  font-size: 16px;
}
.fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon {
  font-size: 10px;
}
.fs-c-productListItem__preorderMessage {
  font-size: 10px;
  line-height: 1.5em;
}
.fs-c-productListItem__salesPeriod {
  margin: 8px 0 0;
}
.fs-c-productListItem__outOfStock {
  margin: 8px 0 0;
}
.fs-c-productListItem__salesPeriodNotice {
  border: none;
  background: #3A4145;
  padding: 8px;
  font-size: 10px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
.fs-c-productListItem__lowInStock {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px;
  font-size: 10px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
.fs-c-productListItem__outOfStock {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px;
  font-size: 10px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
.fs-c-productListItem__numberOfStock {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px;
  font-size: 10px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
.fs-c-productListItem__control {
  padding: 0;
  font-size: 12px;
  line-height: 1.5em;
}
.fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
}
.fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
}
.fs-c-productListItem__control > *:last-child {
  margin-left: inherit;
}

.fs-c-productMark {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  align-items: center;
}
.fs-c-productName__copy {
  display: none;
  line-height: 1.5em;
}

.fs-c-productNameHeading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.fs-c-productNameHeading:not(:first-child) {
  margin-top: 10px;
}
.fs-c-productNameHeading:not(:last-child) {
  margin-bottom: 10px;
}
.fs-c-productNameHeading__copy {
  font-weight: 500;
}
.fs-c-productNameHeading__name {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
}
@media screen and (max-width: 768px) {
  .fs-c-productNameHeading__name {
    font-size: 22px;
    line-height: 1.3em;
  }
}

.fs-c-variationAndActions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.fs-c-variationAndActions:not(:last-child) {
  margin-bottom: 30px;
}
.fs-c-variationAndActions__variationLabel {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
}
.fs-c-variationList__item__title {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  padding: 10px;
  background: #EBEFF1;
}
.fs-c-variationList__item__image > img {
  max-width: 80px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .fs-c-variationList__item__image > img {
    max-width: 50px;
  }
}
.fs-c-variationList__item__cart {
  padding: 0 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .fs-c-variationList__item__cart {
    padding-left: 10px;
  }
}

.fs-c-variationCart > li {
  gap: 10px;
}
.fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 2em 188px;
}
@media screen and (max-width: 768px) {
  .fs-c-variationCart--withImage > li {
    grid-template-columns: auto 1fr 2em 128px;
  }
}

.fs-c-productPrices--productDetail {
  margin: 0;
}
.fs-c-productPrices--productDetail:not(:last-child) {
  margin-bottom: 10px;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 28px;
  line-height: 1em;
}

.fs-c-productPrice--listed {
  text-decoration: line-through;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling * {
  color: #FF4B45;
}
.fs-c-productNumber {
  border-color: #EBEFF1;
  color: #5E666E;
  margin: 0;
  font-size: 10px;
  line-height: 1em;
}
.fs-c-productNumber:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-productNumber:not(:last-child) {
    margin-bottom: 30px;
  }
}
.fs-c-productNumber__label {
  font-weight: 400;
}
.fs-c-productNumber__number {
  font-weight: 400;
}

.fs-c-productReview__aggregateRating .fs-c-reviewStars:before {
  font-size: 30px;
}

.fs-c-rating {
  display: flex;
  justify-content: flex-start;
}
.fs-c-rating__value {
  margin-left: 4px;
  color: #3A4145;
  font-family: Montserrat;
  font-weight: 500;
}

.fs-c-aggregateRating__rating:before {
  color: #3A4145;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 18px */
}
.fs-c-aggregateRating__count {
  font-size: 10px;
  line-height: 1em;
  transform: translateY(-8px) translateX(2px);
}

.fs-c-reviewStars:before {
  letter-spacing: -0.1em;
  color: #FF7A45;
}

.fs-c-reviewList:not(:last-child) {
  margin-bottom: 30px;
}
.fs-c-reviewList__item {
  padding: 30px 10px;
  border-color: #C8CCD0;
}
.fs-c-reviewList__item:first-child {
  border-color: #C8CCD0;
}
.fs-c-reviewList__item__body {
  border-color: #fff;
  background: #fff;
  border-radius: 4px;
}

.fs-c-reviewInfo__reviewer {
  gap: 8px;
}

.fs-c-continueShopping {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .fs-c-continueShopping {
    margin-bottom: 40px;
  }
}

.fs-body-cart .fs-c-estimatedDeliveryDate {
  padding: 10px;
  font-size: 12px;
  line-height: 1.5em;
}
.fs-body-cart .fs-c-estimatedDeliveryDate:not(:last-child) {
  margin-bottom: 0px;
}
.fs-body-cart .fs-c-estimatedDeliveryDate:before {
  display: none;
}

@media screen and (min-width: 769px) {
  .fs-body-register .jj-page__header,
  .fs-body-login .jj-page__header,
  .fs-body-review-login .jj-page__header,
  .fs-body-newsletter-subscribe .jj-page__header,
  .fs-body-newsletter-unsubscribe .jj-page__header,
  .fs-body-cart-login .jj-page__header,
  .fs-body-customerDetails .jj-page__header,
  .fs-body-forgotPassword .jj-page__header,
  .fs-body-register-verification .jj-page__header,
  .fs-body-register-success .jj-page__header,
  .fs-body-notfound .jj-page__header {
    justify-content: center;
    flex-direction: column;
  }
}

.fs-body-cart-login .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  padding: 20px 30px 30px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart-login .fs-c-inputInformation__field,
  .fs-body-login .fs-c-inputInformation__field,
  .fs-body-forgotPassword .fs-c-inputInformation__field,
  .fs-body-newsletter-subscribe .fs-c-inputInformation__field {
    padding: 20px;
  }
}
.fs-body-cart-login .fs-c-loginForm,
.fs-body-login .fs-c-loginForm,
.fs-body-forgotPassword .fs-c-loginForm,
.fs-body-newsletter-subscribe .fs-c-loginForm {
  justify-content: center;
}

.fs-c-estimatedDeliveryDate {
  background: #fff;
  border: 1px solid #EBEFF1;
  font-size: 1em;
  line-height: 1.5em;
  padding: 10px 10px 10px 75px;
  position: relative;
}
.fs-c-estimatedDeliveryDate.is-hidden {
  display: none !important;
}
.fs-c-estimatedDeliveryDate:before {
  content: "";
  width: 65px;
  height: calc(100% - 20px);
  border-right: 1px solid #EBEFF1;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(https://janjam.itembox.cloud/item/icon-delivery.svg);
  background-size: 45px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.fs-c-estimatedDeliveryDate:not(:last-child) {
  margin-bottom: 40px;
}
.fs-c-estimatedDeliveryDate__info__date {
  color: #FF4B45;
  font-weight: 700;
}

.fs-c-photoswipe.pswp {
  z-index: 9999;
}

.fs-c-productNotice {
  padding: 10px 8px;
}

.fs-c-productCarouselMainImage__carousel .slick-arrow {
  top: calc(50% - 20px);
  -webkit-transform: none;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .fs-c-productCarouselMainImage__carousel:hover .slick-arrow:not(.slick-disabled) {
    opacity: 1;
  }
}
.fs-c-productCarouselMainImage__image > img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: auto;
}
.fs-c-productCarouselMainImage__image__caption {
  background: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  line-height: 1.5em;
  padding: 4px;
}
.fs-c-productCarouselMainImage__expandButton {
  padding: 0;
}
.fs-c-productCarouselMainImage__thumbnailList {
  margin: 0;
  overflow: inherit;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 10px;
  }
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 12vw;
  }
}
.fs-c-productCarouselMainImage__thumbnail {
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .fs-c-productCarouselMainImage__thumbnail:hover .fs-c-productCarouselMainImage__thumbnail__caption {
    opacity: 1;
    transform: translateY(0);
  }
}
.fs-c-productCarouselMainImage__thumbnail__img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-color: transparent;
  border-radius: 4px;
}
.fs-c-productCarouselMainImage__thumbnail__caption {
  font-size: 8px;
  line-height: 1.2em;
  position: absolute;
  top: calc(100% + 1px);
  left: -50%;
  width: 200%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  padding: 2px;
  text-align: center;
  border-radius: 4px;
  transform: translateY(4px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 100;
}
.fs-c-productCarouselMainImage__thumbnail__caption:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent; /* 三角形の左半分の斜辺（幅） */
  border-right: 4px solid transparent; /* 三角形の右半分の斜辺（幅） */
  border-bottom: 4px solid rgba(0, 0, 0, 0.5);
}

.fs-p-accountInfo {
  background: #EBEFF1;
  padding: 16px;
  border-radius: 4px;
}
.fs-p-accountInfo__header {
  margin-bottom: 8px;
  gap: 4px 10px;
  flex-wrap: wrap;
}
.fs-p-accountInfo__body {
  padding: 16px;
  margin: 0;
  border-radius: 4px;
}
.fs-p-accountInfo__point__point__available__number {
  color: #FF7A45;
}
.fs-p-accountInfo__accountRank__rank {
  display: inline-block;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1em;
  border-radius: 20px;
  background: #fff;
}
.fs-p-accountInfo__accountRank__rank[data-rank=レギュラー会員] {
  background: #fff;
}
.fs-p-accountInfo__accountRank__rank[data-rank=ゴールド会員] {
  background: #E89D05;
  color: #fff;
}
.fs-p-accountInfo__accountRank__rank[data-rank=プラチナ会員] {
  background: #B1B5C1;
  color: #fff;
}
.fs-p-accountInfo__accountRank__rank[data-rank=ダイヤモンド会員] {
  background: #6E9DA6;
  color: #fff;
}
.fs-p-accountInfo__accountRank__rank[data-rank=ブイアイピー会員] {
  background: #3A4145;
  color: #fff;
}
.fs-p-accountInfo__accountRank__rank:empty {
  display: none;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #FF7A45;
}

.fs-c-linkService.is-linked .fs-c-linkService__status__label {
  color: #FF7A45;
}

.fs-c-productMarks:empty {
  display: none;
}

.fs-c-productActionButton {
  padding-bottom: 30px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .fs-c-productActionButton {
    justify-content: center;
  }
}

/* future review */
.frv:not(:last-child) {
  margin-bottom: 10px;
}

.frv-c-starRating {
  color: #FF7A45 !important;
}

.frv-c-averageRating {
  align-items: center;
}
.frv-c-averageRating__starRating .frv-c-starRating {
  font-size: 1.4em;
}
.frv-c-averageRating__ratingValue__value {
  margin-left: 4px;
  color: #3A4145;
  font-family: Montserrat;
  font-weight: 500;
}
.frv-c-averageRating__count__value {
  font-size: 11px;
  line-height: 1em;
}
.frv-c-averageRating__link {
  font-size: 12px;
  line-height: 1em;
}

.frv-c-reviewCard {
  background: #fff;
  border-radius: 4px;
}

.frv-c-pagination__button.-selected {
  background-color: #3A4145 !important;
}

.fs-c-couponAppliedCondition__notice,
.fs-c-couponExpiration__notice,
.fs-c-linkService.is-linked .fs-c-linkService__status__label,
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number,
.fs-p-accountInfo__point__point__available__number {
  color: #FF7A45;
}

.fs-c-couponMessage__listItem__discount,
.fs-c-couponName__discount {
  background: #FF7A45;
}

.fs-c-productPointDisplay:not(:last-child) {
  margin-bottom: 8px;
  background: #FF7A45;
}

.fs-c-variationMatrix__row__variationName {
  font-size: 10px;
  line-height: 1.2em;
  margin: 0;
}
.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
  background: #22AEC3;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #22AEC3;
}
