@charset "UTF-8";
/* common
--------------------------------------------- */
:root {
  --nm-w-page: 1250px;
  --nm-p-page: 25px;
  --nm-p-contents: 15px;
  --nm-c-red: #ed5050;
  --nm-c-gray: #d5d5d5;
}

body {
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Original Yu Gothic", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
}

pre {
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Original Yu Gothic", "Yu Gothic", sans-serif;
}

img {
  vertical-align: top;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.pc-only {
  display: none;
}

/* ボタン系 */
.nm-btn-text {
  text-align: center;
}
.nm-btn-text a {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid var(--fs-color-subcolor2);
  line-height: 1;
}

/* 検索窓 */
.nm-search-form {
  max-width: var(--nm-w-page);
  margin: 0 auto;
}
.nm-search-form .fs-p-inputGroup {
  border: none;
  border-bottom: 1px solid var(--fs-color-subcolor2);
  background: none;
}
.nm-search-form .fs-p-searchForm__input {
  padding-right: 1em;
}
.nm-search-form .fs-p-searchForm__input:focus {
  border: none;
  box-shadow: none;
}
.nm-search-form button {
  border: none;
  background: none;
}
.nm-search-form button::after {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://nanohanamall.itembox.design/item/common/icon_search.png");
  background-size: cover;
  content: "";
}

/* リスト表示 */
.nm-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 8%;
  margin: 0;
  padding: 25px;
  list-style: none;
}
.nm-item-list li {
  position: relative;
}
.nm-item-list li span {
  display: block;
  text-align: center;
}
.nm-item-list li .nm-item-img {
  position: relative;
  padding-top: 100%;
}
.nm-item-list li .nm-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nm-item-list__cat li .nm-item-name {
  margin-top: 0.75em;
  font-size: 1.4rem;
}
.nm-item-list__cat li .nm-item-sub {
  font-size: 1rem;
}

/* 商品一覧の並び替え */
.nm-item-sort {
  position: relative;
}
.nm-item-sort select {
  position: absolute;
  top: -1.75em;
  right: 0;
  width: auto;
  padding: 0.25em 2em 0.25em 1em;
  border-color: var(--fs-color-subcolor1__font);
  border-radius: 0;
  background-color: transparent;
  font-size: inherit;
  text-align: center;
}
.nm-item-sort::after {
  position: absolute;
  top: -1.4em;
  right: 0.5em;
  color: var(--fs-color-subcolor1__font);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: -1;
  content: "\f078";
}

/* キャンペーン */
.nm-nontop-campaign {
  margin: 0 -25px;
}

.nm-nontop-campaign-body {
  position: relative;
  padding-bottom: var(--nm-p-page);
}
.nm-nontop-campaign-body::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-color: var(--fs-color-subcolor1);
  z-index: -1;
  content: "";
}

.swiper.nm-campaign-swiper {
  padding: 0 25px;
}
.swiper.nm-campaign-swiper .swiper-button-next {
  right: 5px;
  color: initial;
}
.swiper.nm-campaign-swiper .swiper-button-prev {
  left: 3px;
  color: initial;
}
.swiper.nm-campaign-swiper .swiper-button-next::after,
.swiper.nm-campaign-swiper .swiper-button-prev::after {
  font-size: 2rem;
}
.swiper.nm-campaign-swiper .swiper-button-disabled {
  display: none;
}

.nm-campaign-item {
  max-width: 320px;
  background-color: #fff;
}
.nm-campaign-item:last-of-type {
  margin-right: 0 !important;
}
.nm-campaign-item > a {
  display: block;
}

.nm-campaign-img {
  display: block;
  width: 100%;
}

.nm-campaign-tag {
  display: inline-block;
  margin: 15px var(--nm-p-page) 10px;
  padding: 3px 6px;
  background-color: var(--fs-color-font--main);
  color: #fff;
  font-size: 1rem;
}

.nm-campaign-tag__gray {
  background-color: var(--fs-color-subcolor2);
  color: #fff;
}

.nm-campaign-text {
  display: block;
  margin-top: -1.5em;
  padding: 0 var(--nm-p-page) var(--nm-p-page);
  font-size: 1.1rem;
  white-space: pre-line;
}

/* ブロックナビ カテゴリから探す、ご利用ガイドなど */
.nm-block-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 3%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nm-block-nav ul li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  background-color: var(--fs-color-subcolor1);
  font-weight: bold;
  text-align: center;
}

/* TOP　ブランドリスト */
.nm-block-nav-brand ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 2%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* TOP　ブランドリスト */
.nm-block-nav-brand ul li {
  border: solid 1px #DBDBDB;
}


/* 商品グループ独自コメント */
.nm-itemgroup-comment1 {
  margin-top: 50px;
}

.nm-itemgroup-comment1 .nm-item-list {
  padding: 0;
}

.nm-tag-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.nm-tag-links li a {
  display: block;
  margin: 0 0.75em 0.75em 0;
  padding: 0.5em 2em;
  border-radius: 2em;
  background-color: var(--fs-color-subcolor1);
  font-weight: bold;
}
.nm-tag-links li a::before {
  margin-right: 0.5em;
  content: "#";
}

@media screen and (min-width: 768px) {
  .nm-item-list__cat {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 3.3333333333%;
  }
  .nm-item-list__cat li .nm-item-img {
    padding-top: 75%;
  }
  .nm-item-list__cat li .nm-item-img img {
    object-fit: cover;
  }
  /* TOP　ブランドリスト */
  .nm-block-nav-brand ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 1em 1%;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --nm-p-contents: 25px;
  }
  body {
    font-size: 1.4rem;
  }
  .pc-only {
    display: block;
  }
  .smp-only {
    display: none;
  }
  .nm-item-list__cat li .nm-item-name {
    font-size: 1.6rem;
  }
  .nm-item-list__cat li .nm-item-sub {
    font-size: 1.2rem;
  }
  .swiper.nm-campaign-swiper .swiper-wrapper {
    margin: 0 auto;
  }
  .swiper.nm-campaign-swiper .swiper-button-next::after,
  .swiper.nm-campaign-swiper .swiper-button-prev::after {
    font-size: 2.5rem;
  }
  .nm-campaign-item {
    max-width: 375px;
  }
  .nm-campaign-tag {
    font-size: 1.1rem;
  }
  .nm-campaign-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1250px) {
  .nm-nontop-campaign {
    margin: 0 calc(600px - 50vw);
  }
}
/* header
--------------------------------------------- */
.nm-header-msg {
background: linear-gradient(90deg, #efc3bd 0%, #efc3bd 50%, #efafa7 50%, #efafa7 100%);
  color: var(--fs-color-maincolor__font);
  text-align: center;
  font-size: 1.1rem;
}

.nm-header-msg span {
  font-size: 1.5rem;
  font-weight: 600;
}

.nm-header-msg .smp-top {
 padding:1px 0px 1px 0px;
    background-color: #efafa7;
}
.nm-header-msg .smp-bottom {
 padding:3px 0px 3px 0px;
    background-color: #efc3bd;
}

.nm-header-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.nm-header-contents {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 5px calc(var(--nm-p-page) - 10px) 5px var(--nm-p-page);
}
.nm-header-contents .nm-logo {
  margin-right: auto;
}
.nm-header-contents .nm-logo img {
  width: 120px;
}

.nm-header-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nm-header-menu ul li {
  position: relative;
  padding: 7px;
}
.nm-header-menu ul li .fs-p-cartItemNumber.is-ready:not(.fs-client-cart-count--0) {
  top: -1px;
  right: -4px;
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.2rem;
}

.nm-header-menu ul li > a img,
.nm-header-menu ul li > label img,
.nm-header-contents .nm-menu-btn img {
  height: clamp(22px, 6vw, 25px);
}

.nm-menu-btn {
  padding: 10px;
}

@media screen and (min-width: 1200px) {
  .nm-header-block {
    margin-top: 10px;
  }
  .nm-header-contents {
    max-width: var(--nm-w-page);
    margin: 0 auto;
    padding: 10px var(--nm-p-page);
  }
  .nm-header-contents .nm-logo img {
    width: 150px;
  }
  .nm-header-menu ul li {
    padding: 10px;
  }
  .nm-header-menu ul li .fs-p-cartItemNumber.is-ready:not(.fs-client-cart-count--0) {
    top: 2px;
    right: 0;
  }
  .nm-header-search ::placeholder {
    text-align: right;
  }
  .nm-header-search .nm-search-form {
    padding: 0 var(--nm-p-page);
  }
  .nm-header-nav {
    max-width: var(--nm-w-page);
    margin: 0 auto;
    padding: 20px var(--nm-p-page);
  }
  .nm-header-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

/* ヘッダー帯バナー */
.nh-nm-header-fullbnr {
    text-align: center;
}

/* PC用背景色ここから */
.nh-nm-header-fullbnr,.msnw {
    background-color: #d7b988;
}
/* PC用背景色ここまで */


@media screen and (min-width: 768px) {
.smp-only768 {
    display: none;
}
}

@media screen and (max-width: 767px) {
.pc-only768 {
    display: none;
}
.nh-nm-header-fullbnr .pc-only768 img {
    object-fit: none;
}
}

/* header 2025-02-06
--------------------------------------------- */
.nm-header-contents {
  display: grid;
  grid-template-columns: 1fr auto auto;
  padding: 5px calc(var(--nm-p-page) - 10px) 2px;
}

.nm-header-center {
  grid-row: 2/3;
  grid-column: 1/4;
  padding-top: 2px;
  padding-bottom: 5px;
}
.nm-header-center .nm-search-form .fs-p-inputGroup {
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 4px 0 4px 2px;
}
.nm-header-center .nm-search-form .fs-p-searchForm__input {
  font-size: 16px;
  background-color: #f7f7f7;
}
.nm-header-center .nm-search-form button::after {
  width: 2em;
  height: 2em;
}

.nm-header-center input:-webkit-autofill,
.nm-header-center input:-webkit-autofill:hover,
.nm-header-center input:-webkit-autofill:focus {
  background-color: #f7f7f7 !important;
  box-shadow: 0 0 0 1000px rgb(247, 247, 247) inset !important;
}

@media screen and (max-width: 767px) {
  .nm-header-center {
    padding: 0 calc(var(--nm-p-page) - 10px) 12px;
  }
}
@media screen and (min-width: 768px) {
  .nm-header-contents {
    display: flex;
    padding-bottom: 5px;
    padding-left: var(--nm-p-page);
  }
  .nm-header-center .nm-search-form {
    width: 480px;
    flex-shrink: 0;
  }
  .nm-header-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6px 7px 6px 0;
  }
  .nm-header-center.smp-only768 {
    display: none;
  }
  .nm-header-center .nm-header-search {
    flex-shrink: 0;
  }
  .nm-header-keywords {
    overflow: hidden;
    white-space: nowrap;
    height: 30px;
    flex-shrink: 1;
  }
  .nm-header-keywords::before {
    float: right;
    display: inline-block;
    content: "";
    width: 5px;
    height: 30px;
  }
  .nm-header-keywords > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    height: 30px;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #f7f7f7;
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    color: #747474;
    line-height: 1;
  }
  .nm-header-center ~ .nm-header-menu,
  .nm-header-center ~ .fs-l-header__drawerOpener {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .nm-header-block {
    margin-top: 7px;
  }
  .nm-header-center .nm-search-form {
    width: 535px;
    padding-left: 10px;
    padding-right: 15px;
  }
  .nm-header-center .nm-search-form .fs-p-inputGroup {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .nm-header-center .nm-search-form .fs-p-searchForm__input {
    padding-left: 10px;
  }
  .nm-header-center .nm-header-search ::placeholder {
    text-align: left;
  }
  .nm-header-nav {
    padding-top: 8px;
  }
}

/* drawer, aside
--------------------------------------------- */
.nm-drawer {
  left: auto;
  right: 0;
  width: 90%;
  padding: 10px var(--nm-p-page) var(--nm-p-page);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
.nm-drawer a {
  color: #fff;
}
.nm-drawer .fs-p-welcomeMsg.is-loggedIn--false {
  display: none;
}
.nm-drawer .fs-p-drawerButton {
  margin-right: -10px;
  padding: 10px;
}
.nm-drawer .nm-search-form {
  margin-top: 1em;
}
.nm-drawer .nm-search-form .fs-p-inputGroup {
  border-color: #fff;
}
.nm-drawer .nm-search-form .fs-p-searchForm__input {
  background-color: transparent;
  color: #fff;
}
.nm-drawer .nm-search-form button::after {
  background-image: url("https://nanohanamall.itembox.design/item/common/icon_search_white.png");
}

.nm-drawer-close-btn {
  text-align: right;
}

.nm-drawer-head {
  margin-top: 3em;
}

.nm-drawer-btn {
  margin-top: 1.5em;
}
.nm-drawer-btn a {
  display: block;
  width: 100%;
  padding: 0.75em;
  border: 1px solid #fff;
  text-align: center;
}

.nm-drawer-btn--register.is-loggedIn--true {
  display: none;
}

.nm-drawer-btn--mypage.is-loggedIn--false {
  display: none;
}

.nm-drawer-btn-row {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
.nm-drawer-btn-row__icons {
  margin-top: 20px;
  justify-content: center;
}

.nm-drawer-bottom {
  margin-top: 50px;
}

/* カテゴリ部分 */
.nm-drawer .fs-p-sideMenu {
  margin-top: 25px;
}
.nm-drawer .fs-p-sideMenu * {
  transition: none;
}
.nm-drawer .fs-p-sideMenu a {
  margin: 0;
  padding: 0;
}
.nm-drawer .fs-p-sideMenu a:hover {
  background: none;
}
.nm-drawer .fs-p-sideMenu a::after, .nm-drawer .fs-p-sideMenu a::before {
  display: none;
}
.nm-drawer .fs-pt-menu__heading--lv1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
  border: none;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}
.nm-drawer .fs-pt-menu__heading--lv1::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.6em;
  content: "\f078";
}
.nm-drawer .fs-pt-menu__heading--lv1.open::after {
  content: "ー";
}
.nm-drawer .fs-pt-menu__heading--lv1.nochild::after {
  content: "\f054";
}
.nm-drawer .fs-pt-menu__heading--lv1 a {
  display: block;
  width: 100%;
}
.nm-drawer .fs-pt-menu--lv2 {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.nm-drawer .fs-pt-menu__item--lv2 + .fs-pt-menu__item--lv2 {
  margin: 0;
}
.nm-drawer .fs-pt-menu__heading--lv2 {
  padding: 0;
  border: none;
}

@media screen and (min-width: 1200px) {
  .nm-drawer {
    width: auto;
    background-color: #fff;
    color: inherit;
    z-index: 2;
    transform: translateX(0);
    transition: none;
  }
  .nm-drawer .nm-search-form {
    display: none;
  }
}
/* footer
--------------------------------------------- */
.fs-l-footer {
  margin-top: 40px;
  border-top: none;
  background-color: var(--fs-color-subcolor1);
}

.nm-footer-contents {
  padding: 30px var(--nm-p-contents) 20px;
}

.nm-footer-guide {
  display: grid;
  row-gap: 10px;
}

.nm-footer-contents h3 {
text-align: center;
    border-bottom: solid 1px #cecece;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}
.nm-footer-guide section ul {
  margin: 0;
  padding: 10px;
  list-style: none;
}
.nm-footer-guide section ul li b {
  font-weight: normal;
  font-size: 1.6rem;
}
.nm-footer-guide section ul li em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--nm-c-red);
}
.nm-footer-guide section ul li + li {
  margin-top: 15px;
}

.nm-footer-payment-image {
  margin-bottom: 10px;
}

.nm-footer-guide-link a {
  display: flex;
  justify-content: end;
  align-items: center;
}
.nm-footer-guide-link a::after {
  margin-left: 5px;
  color: var(--fs-color-maincolor);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  content: "\f054";
}

.nm-footer-shoplist {
  margin-top: 30px;
  padding: 20px 10px;
  background-color: #fff;
  line-height: 1.8;
  text-align: center;
}
.nm-footer-shoplist h2 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
}

.nm-footer-shoplist h2 img {
    width: 40%;
}

.nm-footer-shoplist dl {
  margin: 20px 0 0;
}
.nm-footer-shoplist dl dd {
  margin: 0;
}
.nm-footer-shoplist dl dd b {
  font-weight: normal;
  font-size: 1.6rem;
}
.nm-footer-shoplist dl > div + div {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--nm-c-gray);
}

.nm-footer-shoplist-link {
  margin-top: 10px;
}
.nm-footer-shoplist-link a {
  display: block;
  padding: 8px;
  border: 1px solid var(--nm-c-gray);
  text-align: center;
}

.nm-footer-shoplist-map::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f35d";
}

.nm-footer-shop-image {
  margin-top: 10px;
  text-align: center;
}

.nm-footer-sitenav {
  margin-top: 15px;
}
.nm-footer-sitenav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.nm-footer-sitenav ul li {
  margin: 5px 0;
  padding: 0 5px;
  border-right: 1px solid;
}
.nm-footer-sitenav ul li:last-of-type {
  border-right: none;
}

.nm-footer-bottom {
  padding: 25px 0 50px;
  background-color: #fff;
}
.nm-footer-bottom > div {
  display: flex;
  justify-content: center;
}
.nm-footer-bottom > div + div {
  margin-top: 15px;
}

.nm-footer-menu .nm-btn-text + .nm-btn-text {
  margin-left: 25px;
}

.nm-footer-icons a + a {
  margin-left: 15px;
}

.nm-footer-copy {
  font-size: 1rem;
}

.nm-footer-nav {
  font-size: 1rem;
}
.nm-footer-nav a {
  text-decoration: underline;
}
.nm-footer-nav a + a {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .nm-footer-shop-image img {
    width: 400px;
  }
  .nm-footer-guide {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
  }
  .fs-l-footer {
    margin-top: 80px;
  }
  .nm-footer-contents {
    max-width: var(--nm-w-page);
    margin: 0 auto;
  }
  .nm-footer-guide section ul {
    padding: 15px 10px;
  }
  .nm-footer-guide section ul li {
    padding: 5px 10px;
    border-left: 2px solid var(--nm-c-gray);
  }
  .nm-footer-shoplist {
    margin-top: 40px;
    padding: 30px;
  }
  .nm-footer-shoplist h2 img {
    width: 15%;
  }
  .nm-footer-shoplist dl {
    margin: 0;
  }
  .nm-footer-shoplist dl > div {
    display: grid;
    grid-template-columns: 250px 1fr;
  }
  .nm-footer-shoplist dl dt {
    font-size: 1.6rem;
    align-self: center;
  }
  .nm-footer-shoplist-link a {
    width: 360px;
    margin: auto;
  }
  .nm-footer-shop-image img {
    width: 400px;
  }
  .nm-footer-sitenav {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .nm-footer-bottom {
    padding: 30px 0 60px;
  }
  .nm-footer-icons a img {
    height: 40px;
  }
}

.nm-footer-guide section b {
    font-size: 1.6rem;
}
.nm-footer-guide .wrapper {
    display: flex;
    align-items: center;
}
.nm-footer-guide .item01 {
    width:90px;
    padding-right: 10px;
}
.nm-footer-guide .item02 {
    width: 70%;
}

/* shop
--------------------------------------------- */
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after,
.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: var(--fs-color-maincolor);
}

.fs-c-couponMessage__listItem__discount,
.fs-c-couponName__discount {
  background-color: var(--fs-color-maincolor);
}

/* フロートボタン */
.fs-p-scrollingCartButton {
  right: 1%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fs-p-scrollingCartButton a {
  display: block;
  padding: 8px;
  -webkit-tap-highlight-color: transparent;
}
.fs-p-scrollingCartButton .fs-p-scrollingCartButton__button {
  background-color: transparent;
  color: var(--fs-color-font--main);
}
.fs-p-scrollingCartButton .fs-p-cartItemNumber.is-ready:not(.fs-client-cart-count--0) {
  top: 0;
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.2rem;
}
.fs-p-scrollingCartButton .fs-p-scrollingCartButton__label {
  color: var(--fs-color-font--main);
}
.nm-p-toTopButton {
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nm-p-toTopButton > a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #c2c2c2;
  color: #fff;
}
.nm-p-toTopButton > a::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .nm-p-toTopButton > a {
    width: 70px;
    height: 40px;
  }
  .nm-p-toTopButton > a::after {
    margin-top: 14px;
  }
}
.nm-stage-coupon + .nm-login-coupon {
  display: none;
}
.nm-fixed-coupon {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 101;
  background-color: #fff;
}
.nm-fixed-coupon.__hidden {
  display: none;
}
.nm-fixed-coupon a img {
  width: 100%;
}
.nmCloseCouponButton {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  top: 0;
  left: calc(100% - 30px);
  transform: translateY(-50%);
}
.nm-fixed-coupon a + button {
  display: flex;
}
@media screen and (min-width: 768px) {
  .nm-fixed-coupon {
    bottom: 70px;
  }
  .nm-fixed-coupon a img {
    width: auto;
    box-shadow: 0 4px 5px 0 #d6d6d6;
  }
  .nmCloseCouponButton {
    left: 0;
    transform: translate(-40%, -40%);
  }
}

/* パンくず */
.fs-c-breadcrumb {
  padding: 5px 0;
  background-color: var(--fs-color-subcolor1);
}

.fs-c-breadcrumb:nth-of-type(n+2) {
  padding-top: 0;
}

.fs-c-breadcrumb__list {
  max-width: var(--nm-w-page);
  margin: 0 auto;
  padding: 0 var(--nm-p-page);
  color: var(--fs-color-subcolor1__font);
}
.fs-c-breadcrumb__list a {
  color: var(--fs-color-subcolor1__font);
}



/* その他ページ */
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  color: var(--fs-color-font--main);
}

.fs-c-documentColumn__heading {
  color: var(--fs-color-font--main);
  border-color: var(--fs-color-font--main);
}

.fs-c-list li::before {
  border-color: var(--fs-color-subcolor1__font);
}

/* サイドナビ、メイン */
.fs-l-main {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.fs-l-pageMain,
.fs-l-sideArea + .fs-l-pageMain {
  max-width: var(--nm-w-page);
  margin: 0 auto;
  padding: 0 var(--nm-p-page);
}

.fs-c-heading--page {
  margin: 50px 0;
  padding: 0;
  border-bottom: none;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (min-width: 1200px) {
  .fs-l-sideArea {
    display: none;
  }
}
/* ページネーション */
.fs-c-productList .fs-c-productList__controller {
  margin: 0;
}
.fs-c-productList .fs-c-productList__list + .fs-c-productList__controller {
  padding-top: 40px;
}
.fs-c-productList .fs-c-productList__controller > *,
.fs-c-productList .fs-c-staffList__controller > *,
.fs-c-productList .fs-c-coordinationList__controller > * {
  margin: 0;
}
.fs-c-productList .fs-c-listControl {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productList .fs-c-listControl__status {
  width: 100%;
}
.fs-c-productList .fs-c-productList__controller:first-of-type .fs-c-pagination {
  display: none;
}
.fs-c-productList .fs-c-pagination {
  order: -1;
  justify-content: center;
  width: 100%;
  margin: 0 0 30px;
}
.fs-c-productList a.fs-c-pagination__item,
.fs-c-productList span.fs-c-pagination__item.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 25px;
  height: 25px;
  margin-left: 1em;
  padding: 0;
  border: 1px solid var(--fs-color-subcolor1__font);
  border-radius: 50%;
  background-color: #fff;
  color: var(--fs-color-subcolor1__font);
  line-height: 1;
}
.fs-c-productList span.fs-c-pagination__item.is-active {
  background-color: var(--fs-color-subcolor1__font);
  color: #fff;
}
.fs-c-productList span.fs-c-pagination__item {
  flex: none;
  padding: 0 1em;
}
.fs-c-productList span.fs-c-pagination__item:not(.is-active) + .fs-c-pagination__item {
  margin-left: 0;
}
.fs-c-productList a.fs-c-pagination__item--prev,
.fs-c-productList a.fs-c-pagination__item--next {
  border: none;
}

/* 商品一覧 */
.fs-c-productName__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em;
  line-height: 1.5;
}

.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-productList {
  margin: 50px 0 0;
}

.fs-c-productListItem {
  position: relative;
  padding: 0;
  border-bottom: none;
}

.fs-c-productListCarousel__list__item {
  margin: 0 25px 0 0;
}

.fs-c-productListItem .fs-c-button--addToWishList--icon,
.fs-c-productListItem .fs-c-button--removeFromWishList--icon {
  padding: 8px;
}
.fs-c-productListItem .fs-c-button--addToWishList--icon::before {
  color: var(--fs-color-font--main);
}
.fs-c-productListItem .fs-c-button--removeFromWishList--icon::before {
  color: var(--fs-color-maincolor);
}
.fs-c-productListItem .fs-c-modal__close {
  padding: 0 0 0 3px;
}
.fs-c-productListItem .fs-c-modal__close::before {
  font-size: 1.6rem;
}
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productListItem .fs-c-productListItem__productName {
  font-size: inherit;
}
.fs-c-productListItem .fs-c-productMark__mark {
  margin: 0 5px 5px 0;
  padding: 5px;
  border-radius: 0;
  background-color: var(--nm-c-red);
  color: #fff;
  font-size: 1.2rem;
}
.fs-c-productListItem .fs-c-price__currencyMark {
  display: none;
}
.fs-c-productListItem .fs-c-productPrice__addon {
  display: none;
}
.fs-c-productListItem .fs-c-productPrice__main::after {
  font-size: 1.2rem;
  content: "円税込";
}
.fs-c-productListItem .fs-c-productPrice {
  line-height: 1.3;
}
.fs-c-productListItem .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productListItem .fs-c-price__value,
.fs-c-productListItem .fs-c-productPrice__main::after {
  color: var(--fs-color-font--main);
}
.fs-c-productListItem .fs-c-price__value {
  font-size: 1.6rem;
}
.fs-c-productListItem .nm-normal-price .fs-c-productPrice__main__label,
.fs-c-productListItem .nm-normal-price .fs-c-price__value,
.fs-c-productListItem .nm-normal-price .fs-c-productPrice__main::after,
.fs-c-productListItem .nm-sale-price .fs-c-productPrice__main__label,
.fs-c-productListItem .nm-sale-price .fs-c-price__value,
.fs-c-productListItem .nm-sale-price .fs-c-productPrice__main::after {
  color: var(--nm-c-red);
}
.fs-c-productListItem .nm-normal-price .fs-c-price__value,
.fs-c-productListItem .nm-sale-price .fs-c-price__value {
  font-size: 2rem;
}
.fs-c-productListItem .nm-sale-price .fs-c-productPrice__main__label {
  display: block;
  font-size: 1.2rem;
}
.fs-c-productListItem .fs-c-productListItem__control {
  padding: 0;
}
.fs-c-productListItem .fs-c-productListItem__outOfStock {
  position: absolute;
  top: 8px;
  left: 0;
  margin: 0;
  padding: 0.5em 0.75em 0.375em;
  border: none;
  background-color: #999;
  color: #fff;
}

.fs-c-productListItem .fs-c-button--addToWishList--icon,
.fs-c-productListItem .fs-c-button--removeFromWishList--icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .fs-c-productList__list__item .fs-c-button--addToWishList--icon,
  .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon {
    right: 10.3092783505%;
  }
  .fs-c-productList__list__item:nth-of-type(4n) .fs-c-button--addToWishList--icon, .fs-c-productList__list__item:nth-of-type(4n) .fs-c-button--removeFromWishList--icon {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .fs-c-productList__list__item .fs-c-button--addToWishList--icon,
  .fs-c-productList__list__item .fs-c-button--removeFromWishList--icon {
    right: 16.1290322581%;
  }
  .fs-c-productList__list__item:nth-of-type(4n) .fs-c-button--addToWishList--icon, .fs-c-productList__list__item:nth-of-type(4n) .fs-c-button--removeFromWishList--icon {
    right: 16.1290322581%;
  }
  .fs-c-productList__list__item:nth-of-type(5n) .fs-c-button--addToWishList--icon, .fs-c-productList__list__item:nth-of-type(5n) .fs-c-button--removeFromWishList--icon {
    right: 0;
  }
}
.fs-c-productList__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 8%;
  margin: 50px 0 20px;
}

@media screen and (min-width: 768px) {
  .fs-c-productList__list {
    grid-template-columns: repeat(3, 25.6613756614%) 1fr;
    gap: 50px 0;
    margin-bottom: 0;
    position: relative;
  }
  .fs-c-productList__list::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 1;
    content: "";
  }
  .fs-c-productList__list .fs-c-productListItem {
    padding: 0 10.3092783505% 50px 0;
    border-bottom: 1px solid var(--fs-color-subcolor2);
  }
  .fs-c-productList__list .fs-c-productListItem:nth-of-type(4n) {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .fs-c-productList__list {
    grid-template-columns: repeat(4, 20.6666666667%) 1fr;
  }
  .fs-c-productList__list .fs-c-productListItem {
    padding-right: 16.1290322581%;
  }
  .fs-c-productList__list .fs-c-productListItem:nth-of-type(4n) {
    padding-right: 16.1290322581%;
  }
  .fs-c-productList__list .fs-c-productListItem:nth-of-type(5n) {
    padding-right: 0;
  }
}
/* 商品グループのカテゴリ一覧 */
.fs-c-subgroupList__link::after {
  color: var(--fs-color-font--main);
}

/* カートボタン */
.fs-c-button--standard {
  border: 1px solid var(--fs-color-subcolor2);
  box-shadow: none;
}

/* お気に入りリスト、おすすめ商品 */
.fs-c-wishlistProduct,
.fs-c-featuredProduct {
  margin-top: 60px;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  margin: 0 0 30px;
  border: none;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .fs-c-wishlistProduct,
  .fs-c-featuredProduct {
    margin-top: 80px;
  }
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
}
/* カート画面 */
.fs-c-cartTable__product,
.fs-c-listedProductName__variation,
.fs-c-listedProductName__selection {
  font-size: 1.4rem;
}

.fs-c-cartTable__unitPrice {
  margin-top: 0.5em;
}

.fs-c-cartDiscountInfo__info {
  font-size: 1.6rem;
}

.fs-c-orderTotalTable {
  font-size: 1.4rem;
}

.fs-c-orderTotalTable__count td,
.fs-c-orderTotalTable__getPoint td {
  font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
  .fs-c-cartTable__dataCell--point::before,
  .fs-c-cartTable__dataCell--quantity::before,
  .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 1.2rem;
  }
  .fs-c-cartTable__productImage__image,
  .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    padding-right: 0;
  }
}
/* クーポン画面 */
.fs-c-couponName__name,
.fs-c-couponMessage__label,
.fs-c-couponMessage__listItem__name {
  color: var(--fs-color-font--main);
}

/* レビュー表示 */
.fs-c-reviewStars::before {
  color: #f5cc2c;
}

.fs-c-reviewer__status .fs-c-reviewerStatus {
  background-color: var(--fs-color-maincolor);
}

.fs-c-productReviewed__prices .fs-c-productPrice {
  display: none;
}
.fs-c-productReviewed__prices .fs-c-productPrice:last-of-type {
  display: flex;
}

.fs-c-reviewProduct__image {
  text-align: center;
}
.fs-c-reviewProduct__image a img {
  display: inline;
}

/* future ai recommend
--------------------------------------------- */
.fr3-item__productName {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em;
  line-height: 1.5;
}

.flywheel-recommend__frame .fr3-item__rank {
  background-color: var(--fs-color-font--main);
  color: #fff;
}

/* トップのRanking */
.nm-top-tab-content .flywheel-recommend__frame .fs-p-heading--lv2 {
  display: none;
}
.nm-top-tab-content .flywheel-recommend__frame .fr3-productListStatic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 8%;
  padding: 0;
}
.nm-top-tab-content .flywheel-recommend__frame .fr3-item__rankContainer {
  position: relative;
  height: 1em;
  z-index: 1;
}
.nm-top-tab-content .flywheel-recommend__frame .fr3-item__rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
}
.nm-top-tab-content .flywheel-recommend__frame .fr3-item__link {
  gap: 2em;
}
.nm-top-tab-content .flywheel-recommend__frame .fr3-item__productPrice {
  justify-content: center;
  margin-top: 20px;
}
.nm-top-tab-content .flywheel-recommend__frame .fr3-item__productPrice__price::after {
  content: "円 税込";
}
.nm-top-tab-content .flywheel-recommend__frame .fr3-item__productPrice__value {
  font-size: 1.6rem;
}
.nm-top-tab-content .flywheel-recommend__frame .fr3-item__productPrice__currencyMark {
  display: none;
}
.nm-top-tab-content .flywheel-recommend__frame .fr3-item__productPrice__addon {
  display: none;
}

@media screen and (min-width: 768px) {
  .nm-top-tab-content .flywheel-recommend__frame .fr3-productListStatic {
    grid-template-columns: repeat(4, 1fr);
    gap: 55px 4%;
  }
}
@media screen and (min-width: 1200px) {
  .nm-top-tab-content .flywheel-recommend__frame .fr3-productListStatic {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 3.3333333333%;
    max-width: var(--nm-w-page);
    margin: 0 auto;
    padding: 55px var(--nm-p-page) 0;
  }
}

/* 1200px幅のコンテンツエリア */
.nm-1200-contents {
  padding: 25px var(--nm-p-contents) 20px;
}

@media screen and (min-width: 1200px) {
  .nm-1200-contents {
    max-width: var(--nm-w-page);
    margin: 0 auto;
  }
}

/* 1200px幅のコンテンツエリア */
.nm-1200-contents {
  padding: 25px var(--nm-p-contents) 20px;
}

@media screen and (min-width: 1200px) {
  .nm-1200-contents {
    max-width: var(--nm-w-page);
    margin: 0 auto;
  }
}


/* レコメンドエリア */
.nm-recommend {
  margin-top: 40px;
}
.nm-recommend h2 {
  margin: 0 0 30px;
  font-size: 1.6rem;
  text-align: center;
}
.nm-recommend .fr3-item__productName {
  font-size: 1.2rem;
}
.nm-recommend section + section {
  margin-top: 40px;
}
.nm-recommend .fs-p-heading--lv2 {
  display: none;
}
.nm-recommend .fr3-productListCarousel {
  margin: 0 -10px;
}
.nm-recommend .fr3-productListCarousel__slides {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nm-recommend .fr3-productListCarousel__slides::-webkit-scrollbar {
  display: none;
}
.nm-recommend .fr3-productListCarousel__prevButton .fr3-productListCarousel__ButtonImage {
  transform: scale(1.5);
}
.nm-recommend .fr3-productListCarousel__nextButton .fr3-productListCarousel__ButtonImage {
  transform: rotate(180deg) scale(1.5);
}
.nm-recommend .fr3-item__productPrice {
  column-gap: 0;
}
.nm-recommend .fr3-item__productPrice__currencyMark {
  display: none;
}
.nm-recommend .fr3-item__productPrice__value {
  color: var(--nm-c-red);
  font-size: 2rem;
}
.nm-recommend .fr3-item__productPrice__value::after {
  font-size: 1.2rem;
  content: "円税込";
}
.nm-recommend .fr3-item__productPrice__addon {
  display: none;
}

@media screen and (min-width: 1200px) {
  .nm-recommend {
    margin-top: 80px;
  }
  .nm-recommend h2 {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
  .nm-recommend section + section {
    margin-top: 80px;
  }
  .nm-recommend .fr3-item__productName {
    font-size: 1.4rem;
  }
}

/* 追加レコメンドエリア */

.recommend_h2_none .fs-p-heading--lv2 {
  display: none;
}

.recommend_h2_none h2 {
  margin-bottom: 0px !important;
　padding-bottom:0px;
}

.title_2line h2 {
  font-size: 2rem !important;
  font-weight: 400 !important;
  border-bottom:none !important;

}
.title_2line h2 span {
  font-size: 1.4rem;
  display: block;
  margin-top: 6px;
  font-weight: normal;
}


.nm-recommend-defo {
}
.nm-recommend-defo h2 {
  text-align: center;
  border-bottom: solid 1px #c2c2c2;
  font-size: 1.8rem;
  padding-bottom: 30px;
  font-weight: 600;

}
.nm-recommend-defo .fr3-item__productName {
  font-size: 1.2rem;
}
.nm-recommend-defo .flywheel-recommend__frame {
  margin-top: 40px;
}
.nm-recommend-defo .fs-p-heading--lv2 {

}
.nm-recommend-defo .fr3-productListCarousel {
  padding: 5px;
}

@media screen and (min-width: 1200px) {
  .nm-recommend-defo .fr3-productListCarousel {
    max-width: var(--nm-w-page);
    margin: 0 auto;
  }
.title_2line h2 {
  font-size: 3rem !important;
  font-weight: 400 !important;
  border-bottom:none !important;

}
}


.nm-recommend-defo .fr3-productListCarousel__slides {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nm-recommend-defo .fr3-productListCarousel__slides::-webkit-scrollbar {
  display: none;
}
.nm-recommend-defo .fr3-productListCarousel__prevButton .fr3-productListCarousel__ButtonImage {
  transform: scale(1.5);
}
.nm-recommend-defo .fr3-productListCarousel__nextButton .fr3-productListCarousel__ButtonImage {
  transform: rotate(180deg) scale(1.5);
}
.nm-recommend-defo .fr3-item__productPrice {
  column-gap: 0;
}
.nm-recommend-defo .fr3-item__productPrice__currencyMark {
  display: none;
}
.nm-recommend-defo .fr3-item__productPrice__value {
  color: var(--nm-c-red);
  font-size: 2rem;
}
.nm-recommend-defo .fr3-item__productPrice__value::after {
  font-size: 1.2rem;
  content: "円税込";
}
.nm-recommend-defo .fr3-item__productPrice__addon {
  display: none;
}

@media screen and (min-width: 1200px) {
  .nm-recommend-defo {
  }
  .nm-recommend-defo h2 {
    margin-bottom: 50px;
    font-size: 2rem;
  }
  .nm-recommend-defo .flywheel-recommend__frame {
    margin-top: 80px;
  }
  .nm-recommend-defo .fr3-item__productName {
    font-size: 1.4rem;
  }
}



/* top
--------------------------------------------- */
.nm-top-main {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.nm-top-main .fs-l-pageMain {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.nm-top-pagelink {
  padding: 0 var(--nm-p-page);
  margin-bottom: 5px;
}
.nm-top-pagelink ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* メインビジュアル */
.nm-top-hero-swiper {
}
.nm-top-hero-swiper .swiper-slide img {
  width: 100%;
}
.nm-top-hero-swiper .swiper-slide span {
  display: block;
  padding-top: 1em;
  background-color: var(--fs-color-subcolor1);
  text-align: center;
}
.nm-top-hero-swiper .swiper-slide span a {
  text-decoration: underline;
}
.nm-top-hero-swiper .swiper-pagination.swiper-pagination-bullets {
  bottom: 40px;
  padding-left: 10px;
  text-align: left;
}
.nm-top-hero-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 8px !important;
  background-color: #d9d9d9;
  opacity: 1;
}
.nm-top-hero-swiper .swiper-pagination-bullet-active {
  background-color: #242424;
}
/* メインビジュアル 2025 */
.nm-top-carousel.fs-c-slick .slick-slide > div {
  font-size: 1px;
  line-height: 1;
}

.nm-top-carousel.fs-c-slick .slick-slide img {
  width: 100%;
  height: auto;
  max-width: calc(100vw + 1px);
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .nm-top-carousel .slick-arrow {
    position: absolute;
    bottom: 0;
    top: unset;
    width: 3.2vw;
    height: 3.2vw;
    border: none;
    background-color: transparent;
    color: transparent;
    font-size: 0;
  }
  .nm-top-carousel .slick-prev {
    left: 6.4vw;
  }
  .nm-top-carousel .slick-next {
    right: 6.4vw;
  }
  .nm-top-carousel .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.6vw;
    width: 2vw;
    height: 2vw;
    transform: rotate(45deg);
  }
  .nm-top-carousel .slick-prev::before {
    left: 0.6vw;
    border-bottom: 1px solid #2b2b2b;
    border-left: 1px solid #2b2b2b;
  }
  .nm-top-carousel .slick-next::before {
    right: 0.6vw;
    border-top: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
  }
  .nm-top-carousel .slick-dots {
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
    padding-bottom: 1.6vw;
  }
  .nm-top-carousel .slick-dots li {
    position: relative;
    width: 2.67vw;
    height: 2.67vw;
    margin: 0 2.13vw;
  }
  .nm-top-carousel .slick-dots li button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #cecece;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: 0.14s ease;
  }
  .nm-top-carousel .slick-dots li button::before {
    display: none;
  }
  .nm-top-carousel .slick-dots li.slick-active button {
    background-color: #242424;
  }
}
@media screen and (min-width: 768px) {
  .nm-top-carousel.fs-c-slick .slick-slide {
    width: 64vw;
    max-width: 760px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .nm-top-carousel.fs-c-slick .slick-slide > div {
    position: relative;
  }
  .nm-top-carousel.fs-c-slick .slick-slide > div::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
  .nm-top-carousel.fs-c-slick .slick-slide.slick-active > div::after {
    display: none;
  }
  .nm-top-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    bottom: unset;
    width: 10px;
    height: 20px;
    margin: -20px 0 0;
    padding: 0;
    border: none;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 9;
  }
  .nm-top-carousel .slick-prev {
    left: 50%;
    transform: translateX(-325px);
  }
  .nm-top-carousel .slick-next {
    right: 50%;
    transform: translateX(325px);
  }
  .nm-top-carousel .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
  }
  .nm-top-carousel .slick-prev::before {
    left: 3px;
    border-bottom: 1px solid #2b2b2b;
    border-left: 1px solid #2b2b2b;
  }
  .nm-top-carousel .slick-next::before {
    right: 3px;
    border-top: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
  }
  .nm-top-carousel .slick-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
  .nm-top-carousel .slick-dots li {
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 16px;
  }
  .nm-top-carousel .slick-dots li button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #cecece;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: 0.16s ease;
  }
  .nm-top-carousel .slick-dots li button::before {
    display: none;
  }
  .nm-top-carousel .slick-dots li.slick-active button {
    background-color: #242424;
  }
}
.nm-top-carousel-stage + .nm-top-carousel-noraml {
  display: none;
}

/* 検索窓 */
.nm-top-search {
  background-color: var(--fs-color-subcolor1);
  padding: 20px var(--nm-p-page);
}
.nm-top-search .nm-search-form .fs-p-inputGroup {
  padding: 0.25em;
  border: none;
  background-color: #fff;
}

/* お知らせ */
.nm-top-notice {
  margin-top: 10px;
  text-align: center;
}
.nm-top-notice a {
 
}
.nm-top-notice .nm-notice-list {
  margin-top:0px ;
  padding: 0;
}
.nm-top-notice .nm-notice-list li:not(:first-of-type) {
  display: none;
}
.nm-top-notice .nm-notice-list li div:not(h3) {
  display: none;
}
.nm-top-notice .nm-notice-list li h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
}

.nm-top-notice h3 span {
  font-size: 1.3rem;
  background-color: #efc2bd;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding:5px;
  margin-right: 5px;
  padding: 4px 8px ;
  font-weight: 900;
}
@media screen and (max-width: 1199px)  {
.nm-top-notice {
  padding-top: 10px ;
}
}

/* コンテンツ共通 */
.nm-top-content {
  padding: 45px 0;
}
.nm-top-content h2 {
  margin: 0 0 45px;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
}

/* TOPコラム */
.fs-pt-column__heading {
  font-weight: normal !important;
  font-size: 1.2rem !important;
  text-align: center;
  text-decoration:underline;
}
.fs-pt-column--2_smp {
 padding: 10px;
 max-width: var(--nm-w-page);
 margin: 0 auto;
}
.fs-pt-column--2_smp .fs-pt-column{
grid-template-columns:repeat(2, 1fr) !important;
}
@media screen and (min-width: 768px) {
  .fs-pt-column--2_smp .fs-pt-column--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
.fs-pt-column__heading {
  font-size: 1.4rem !important;
}
}

/* キャンペーン */
.nm-top-content__campaign .nm-top-content-body {
  position: relative;
  padding-bottom: var(--nm-p-page);
}
.nm-top-content__campaign .nm-top-content-body::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-color: var(--fs-color-subcolor1);
  z-index: -1;
  content: "";
}


/* キャンペーンTOP */
.nm-top-content__campaign02 .fs-pt-column__heading {
  text-decoration: none;
  text-align: left;
  padding: 0;
  font-size: 1.3rem !important;
}
.nm-top-content__campaign02 .fs-pt-column {
  grid-template-columns: repeat(2, 1fr);
}
.nm-top-content__campaign02 .nm-top-content-body {
  position: relative;
  padding-bottom: var(--nm-p-page);
}
.nm-top-content__campaign02 .nm-top-content-body::after {
  position: absolute;
  background-color: var(--fs-color-subcolor1);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background-color: #ffffff;
  z-index: -1;
  content: "";
}
.nm-top-content__campaign02 .fs-pt-column--4 {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .nm-top-content__campaign02 .fs-pt-column__heading {
    font-size: 1.4rem !important;
  }
  .nm-top-content__campaign02 .fs-pt-column {
    grid-template-columns: repeat(4, 1fr);
  }
  .nm-top-content__campaign02 .fs-pt-column--4 .fs-pt-column__heading {
    margin-top: 0px;
    padding: 8px 0;
    background-color: #ffffff;
    text-align: left;
  }
  .nm-top-content__campaign02 .nm-top-content-body .nm-item-list {
    max-width: var(--nm-w-page);
    margin: 0 auto;
  }
  .nm-top-content__campaign02 .nm-top-content__campaign .nm-top-content-body {
    padding-bottom: 35px;
  }
  .nm-top-content__campaign02 .nm-top-content__campaign .nm-top-content-body::after {
    height: 260px;
  }
}
@media screen and (min-width: 1831px) {
  .nm-top-content__campaign02 .fs-pt-column--4 .fs-pt-column__heading {
    margin-top: 0px;
    padding: 8px;
    text-align: center;
    font-size: 1.5rem !important;
  }
  .nm-top-content__campaign02 .fs-pt-column--4 {
    padding: 0 9%;
  }
  .nm-top-content__campaign02 .nm-top-content-body::after {
    background-color: var(--fs-color-subcolor1);
  }
}



/* タブ表示 */
.nm-top-tab {
  display: grid;
  grid-template: "tab1 tab2 tab3" 45px "content content content" auto/1fr auto 1fr;
}

.nm-top-tab > label {
  display: grid;
  place-content: center;
  width: 30vw;
  max-width: 115px;
  border: 1px solid transparent;
  border-bottom: none;
  background-color: var(--fs-color-subcolor1);
  text-align: center;
  transition: opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.nm-top-tab > label:first-of-type {
  grid-area: tab1;
  margin: 0 10px -1px auto;
}
.nm-top-tab > label:nth-of-type(2) {
  grid-area: tab2;
  margin-bottom: -1px;
}
.nm-top-tab > label:nth-of-type(3) {
  grid-area: tab3;
  margin: 0 auto -1px 10px;
}

.nm-top-tab > input {
  display: none;
}
.nm-top-tab > input:checked + label {
  border-color: var(--fs-color-subcolor2);
  background-color: #fff;
  z-index: 1;
}
.nm-top-tab > input:not(:checked) + label:hover {
  opacity: 0.7;
  cursor: pointer;
}

.nm-top-tab-content {
  grid-area: content;
  width: 100%;
  padding: 45px var(--nm-p-page) 60px;
  border-top: 1px solid var(--fs-color-subcolor2);
  z-index: 0;
}

.nm-top-tab-content > div {
  display: none;
}

#tab1:checked ~ .nm-top-tab-content > #content1,
#tab2:checked ~ .nm-top-tab-content > #content2,
#tab3:checked ~ .nm-top-tab-content > #content3 {
  display: block;
}

/* instagram */
.nm-top-content__instagram .nm-top-content-body {
  position: relative;
  padding-bottom: var(--nm-p-page);
}
.nm-top-content__instagram .nm-top-content-body::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: var(--fs-color-subcolor1);
  z-index: -1;
  content: "";
}

.nm-top-instagram-nav {
  max-width: var(--nm-w-page);
  margin: 0 auto;
  padding: 20px 25px 0;
  vertical-align: top;
  text-align: right;
}
.nm-top-instagram-nav * + * {
  margin-left: 16px;
}

/* 商品一覧 */
.nm-btn-text__top {
  margin-top: 30px;
}
.nm-btn-text__top a {
  width: 160px;
  padding: 3px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* トップ用フッター */
.fs-body-top .fs-l-footer {
  margin-top: 160px;
}

@media screen and (min-width: 768px) {
  .nm-top-hero-swiper {
    padding-bottom: 30px !important;
  }
  .nm-top-hero-swiper .swiper-slide picture {
    display: block;
    position: relative;
    padding-top: 38.88889%;
  }
  .nm-top-hero-swiper .swiper-slide picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nm-top-hero-swiper .swiper-slide span {
    padding-top: 30px;
    background-color: #fff;
  }
  .nm-top-hero-swiper .swiper-pagination.swiper-pagination-bullets {
    bottom: 5px;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .nm-top-notice {
    margin: 30px 0 20px;
  }
  .nm-top-content {
    padding: 65px 0;
  }
  .nm-top-content-body .nm-item-list {
    max-width: var(--nm-w-page);
    margin: 0 auto;
  }
  .nm-top-content__campaign .nm-top-content-body {
    padding-bottom: 35px;
  }
  .nm-top-content__campaign .nm-top-content-body::after {
    height: 360px;
  }
  .nm-top-content__instagram .nm-top-content-body {
    padding-bottom: 35px;
  }
  .nm-top-content__instagram .nm-top-content-body::after {
    height: 450px;
  }
  .nm-top-instagram-nav a img {
    height: 35px;
  }
  .nm-btn-text__top a {
    width: 180px;
  }
}
/* policy
--------------------------------------------- */
.nm-policypage section {
  font-size: 1.5rem!important;
  line-height: 1.8;
  margin:0;
}
.nm-policypage section + section {
  padding-top: 60px;
}
.nm-policypage h2 {
  margin: 0 0 20px 0;
  padding: 15px 0;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
  background-color:#fafafa;
}
.nm-policypage h2 span {
  padding-right: 0.5em;
}
.nm-policypage a {
  text-decoration: underline;
}
.nm-policypage ol,
.nm-policypage ul {
  padding: 0 0 0 1.5em;
  line-height:180%;
}
.nm-policypage table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.nm-policypage th,
.nm-policypage td {
  padding: 1em 0.5em;
  border: 1px solid;
  text-align: center;
    font-size: 1.2rem;
}
.nm-policypage tr:first-of-type th,
.nm-policypage tr:first-of-type td {
  padding: 0.5em;
}
.nm-policypage th {
  background-color: #fafafa;
}

@media screen and (min-width: 1200px) {
  .nm-policypage section {
  font-size: 1.5rem!important;
  line-height: 1.8;
  margin:0 160px;
  }
  .nm-policypage th,
  .nm-policypage td {
    font-size: 1.4rem;
  }
}


/* category
--------------------------------------------- */
/* curel */
.nm-curel-heading {
  display: grid;
  justify-content: center;
  gap: 15px;
}
.nm-curel-heading span {
  padding: 1em 2em;
  background-color: #00a7ba;
  color: #fff;
  font-size: 1.8rem;
}
.nm-curel-heading img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .nm-curel-heading {
    grid-template-columns: repeat(2, auto);
    margin-top: 70px;
  }
}
.nm-curel-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 30px 0 0;
  padding: 0;
}
.nm-curel-link-list li {
  position: relative;
  text-align: center;
  list-style: none;
}
.nm-curel-link-list li a {
  display: block;
  padding-bottom: 10px;
  border: 1px solid var(--fs-color-subcolor2);
  color: #00a7ba;
  font-size: 1.8rem;
  -webkit-tap-highlight-color: transparent;
}
.nm-curel-link-list li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  line-height: 1.2;
}
.nm-curel-link-list li::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 25px solid transparent;
  border-bottom: 25px solid #00a7ba;
  content: "";
}
.nm-curel-link-list li.--link02 a {
  color: #a4c70c;
}
.nm-curel-link-list li.--link02:after {
  border-bottom-color: #a4c70c;
}
.nm-curel-link-list li.--link03 a {
  color: #6a8290;
}
.nm-curel-link-list li.--link03:after {
  border-bottom-color: #6a8290;
}
.nm-curel-link-list li.--link04 a {
  color: #905bce;
}
.nm-curel-link-list li.--link04:after {
  border-bottom-color: #905bce;
}

@media screen and (min-width: 768px) {
  .nm-curel-link-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .nm-curel-link-list {
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
    margin-top: 70px;
  }
  .nm-curel-link-list li a {
    padding-bottom: 20px;
  }
}
.nm-curel-contents {
  margin-top: 50px;
  border-top: 10px solid #00a7ba;
  font-size: 1.6rem;
}
.nm-curel-contents + .nm-curel-contents {
  margin-top: 60px;
}

.nm-curel-contents-sub {
  margin-top: 15px;
  text-align: center;
}

.nm-curel-contents-heading {
  margin: 10px 0 0;
  color: #00a7ba;
  font-size: 3rem;
  text-align: center;
}

.nm-curel-contents-text {
  margin-top: 20px;
  padding: 1em 0.75em;
  background-color: rgba(0, 167, 186, 0.05);
}
.nm-curel-contents-text small {
  font-size: 1.2rem;
}

.nm-curel-contents-link {
  margin-top: 20px;
}

a.nm-curel-btn {
  display: block;
  padding: 18px;
  border-radius: 2px;
  background-color: #00a7ba;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.nm-curel-item-list {
  display: grid;
  gap: 40px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.nm-curel-item-list li .__imageblock {
  display: block;
  position: relative;
  padding-bottom: 25px;
  border: 1px solid var(--fs-color-subcolor2);
  text-align: center;
}
.nm-curel-item-list li .__imageblock .__icon {
  display: grid;
  place-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0069ba;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}
.nm-curel-item-list li .__imageblock .__name {
  margin: 0;
  color: #00a7ba;
  font-size: 2.2rem;
}
.nm-curel-item-list li .__imageblock .__name span {
  margin-right: 0.5em;
  font-size: 1.4rem;
}
.nm-curel-item-list li .__copy {
  display: inline-block;
  position: relative;
  margin: 20px 0 0;
  padding: 0 0.5em 0.5em;
  color: #838383;
  line-height: 1;
}
.nm-curel-item-list li .__copy::after {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  height: 1em;
  background-color: #feffa2;
  z-index: -1;
  content: "";
}
.nm-curel-item-list li .__props {
  display: flex;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.nm-curel-item-list li .__props li {
  padding: 0.5em;
  background-color: var(--fs-color-font--main);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.nm-curel-item-list li .__props li + li {
  margin-left: 0.5em;
}
.nm-curel-item-list li .__text {
  margin-top: 10px;
  font-size: 1.4rem;
}
.nm-curel-item-list li .__text small {
  font-size: 1.2rem;
}
.nm-curel-item-list li .__link {
  margin-top: 15px;
}

.nm-curel-contents.--contents02 {
  border-top-color: #a4c70c;
}
.nm-curel-contents.--contents02 .nm-curel-contents-heading {
  color: #a4c70c;
}
.nm-curel-contents.--contents02 .nm-curel-contents-text {
  background-color: rgba(173, 211, 9, 0.05);
}
.nm-curel-contents.--contents02 .nm-curel-item-list li .__name {
  color: #a4c70c;
}
.nm-curel-contents.--contents02 .nm-curel-item-list li .__link {
  background-color: #a4c70c;
}

.nm-curel-contents.--contents03 {
  border-top-color: #6a8290;
}
.nm-curel-contents.--contents03 .nm-curel-contents-heading {
  color: #6a8290;
  letter-spacing: -1px;
}
.nm-curel-contents.--contents03 .nm-curel-contents-text {
  background-color: #edf1f3;
}
.nm-curel-contents.--contents03 .nm-curel-item-list li .__name {
  color: #6a8290;
}
.nm-curel-contents.--contents03 .nm-curel-item-list li .__link {
  background-color: #6a8290;
}

.nm-curel-contents.--contents04 {
  border-top-color: #905bce;
}
.nm-curel-contents.--contents04 .nm-curel-contents-heading {
  color: #905bce;
}
.nm-curel-contents.--contents04 .nm-curel-contents-text {
  background-color: rgba(138, 86, 198, 0.05);
}
.nm-curel-contents.--contents04 .nm-curel-item-list li .__name {
  color: #905bce;
}
.nm-curel-contents.--contents04 .nm-curel-item-list li .__link {
  background-color: #905bce;
}

@media screen and (min-width: 768px) {
  .nm-curel-item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .nm-curel-contents {
    margin-top: 70px;
  }
  .nm-curel-contents + .nm-curel-contents {
    margin-top: 100px;
  }
  .nm-curel-contents-sub {
    margin-top: 25px;
    font-size: 2rem;
    text-align: left;
  }
  .nm-curel-contents-heading {
    font-size: 3.2rem;
    text-align: left;
  }
  .nm-curel-contents-text {
    margin-top: 25px;
    padding: 20px;
  }
  .nm-curel-contents-link {
    text-align: right;
  }
  .nm-curel-contents-link a.nm-curel-btn {
    display: inline-block;
    width: 370px;
  }
  a.nm-curel-btn {
    padding: 12px;
  }
  .nm-curel-item-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
  .nm-curel-item-list li .__name span {
    font-size: 1.6rem;
  }
  .nm-curel-item-list li .__props li {
    font-size: 1.4rem;
  }
  .nm-curel-contents.--contents03 .nm-curel-contents-heading {
    letter-spacing: 0;
  }
}


/* login
--------------------------------------------- */
.fs-c-subSection__title, .fs-c-loginForm .fs-c-linkedServiceLogin__title {
  font-weight: 600;
  text-align: center;
  border-bottom: none;
}
.fs-c-loginForm .fs-c-inputInformation__field {
  background: none;
  padding: 0;
}
.fs-c-loginForm .fs-c-fsLogin {
  background: rgba(126, 126, 126, 0.08);
  padding: 20px 20px;
}
.fs-c-loginForm .fs-c-inputInformation__field {
  margin: 0 auto;
}
.fs-c-loginForm .fs-c-fsLogin .fs-c-inputInformation__link {
  text-align: center;
  text-decoration: underline;
}
.fs-c-loginForm .fs-c-button--primary {
  font-size: 1.6rem;
  padding: 15px;
}
.fs-c-loginForm .fs-c-inputTable__headerCell {
  padding-bottom: 5px;
}
.fs-c-loginForm input {
  padding: 7px;
  font-size: 1.6rem !important;
}
.fs-c-loginForm .fs-c-newUsers__message {
  text-align: center;
  margin-bottom: 20px;
}
.fs-c-loginForm .fs-c-subSection {
  margin-bottom: 60px;
}
.fs-c-loginForm .fs-c-inputTable > tbody > tr + tr {
  margin-top: 16px;
}
.fs-c-loginForm .fs-c-inputInformation__button {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .fs-c-loginForm .fs-c-fsLogin {
    padding: 40px 30px;
  }
}

/* mypage
--------------------------------------------- */
.fs-p-accountInfo {
  padding: 16px;
}
.fs-p-accountInfo__body {
  margin: 12px 0;
  padding: 16px;
}
.fs-p-accountInfo__accountName__name {
  font-size: 1.6rem;
  font-weight: 600;
}
.fs-p-accountInfo__point__point {
  border-bottom: dotted 2px #cccccc;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.fs-p-accountInfo .logout {
  text-decoration: underline;
  text-align: right;
}
.fs-c-wishlistProduct, .fs-c-featuredProduct {
  margin-top: 50px;
}
.fs-c-accountService__page--accountDelete {
  height: 60px;
}

/* 会員規約
--------------------------------------------- */
@media screen and (min-width: 1200px) {
  .fs-p-memberAgreement {
    margin: 0 160px;
  }
}
.fs-p-memberAgreement .fs-c-documentColumn__heading {
  border: none;
  color: #191919;
}
.fs-p-memberAgreement .fs-c-documentColumn__heading {
  margin: 0 0 20px 0;
  padding: 15px 0;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fafafa;
}
.fs-p-memberAgreement .fs-c-orderedList > li::before {
  color: #191919;
}
.fs-c-orderedList > li .fs-c-orderedList {
  border-left: none;
}

.fs-p-memberAgreement .fs-c-orderedList {

}
