@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  line-height: 2.0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
  color: #000;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
}

::selection {
  background-color: #ccc;
}

a img {
  -webkit-transition: 0.4s;
}
a img:hover {
  opacity: .7;
}

@media screen and (min-width: 1001px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .pc-only {
    display: none;
  }
}
/*
fs 表示切替用CSS
---------------------------------------*/
.fs-client-cart-count--0 {
  display: none !important;
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

/*
icons
---------------------------------------*/
.kn-c-icon {
  display: inline-block;
}

.kn-c-icon--home {
  background: url("https://kinenkan.itembox.design/item/icon-home-alt2.svg");
  background-size: 100%;
}

.kn-c-icon--login {
  background: url("https://kinenkan.itembox.design/item/icon-entrance.svg");
  background-size: 100%;
}

.kn-c-icon--cart {
  background: url("https://kinenkan.itembox.design/item/icon-cart.svg");
  background-size: 100%;
}

.kn-c-icon--menu-b {
  background: url("https://kinenkan.itembox.design/item/icon-hamburger.svg");
  background-size: 100%;
}

.kn-c-icon--menu-w {
  background: url("https://kinenkan.itembox.design/item/icon-hamburger-white.svg");
  background-size: 100%;
}

.kn-c-icon--guide {
  background: url("https://kinenkan.itembox.design/item/icon-book-opened.svg");
  background-size: 100%;
}

.kn-c-icon--down {
  background: url("https://kinenkan.itembox.design/item/icon-chevron-down.svg");
  background-size: 100%;
}

.kn-c-icon--left {
  background: url("https://kinenkan.itembox.design/item/icon-chevron-left.svg");
  background-size: 100%;
}

.kn-c-icon--right {
  background: url("https://kinenkan.itembox.design/item/icon-chevron-right.svg");
  background-size: 100%;
}

.kn-c-icon--up {
  background: url("https://kinenkan.itembox.design/item/icon-chevron-up.svg");
  background-size: 100%;
}

.kn-c-icon--logout {
  background: url("https://kinenkan.itembox.design/item/icon-exit.svg");
  background-size: 100%;
}

.kn-c-icon--fav {
  background: url("https://kinenkan.itembox.design/item/icon-favourite.svg");
  background-size: 100%;
}

.kn-c-icon--lock {
  background: url("https://kinenkan.itembox.design/item/icon-lock.svg");
  background-size: 100%;
}

.kn-c-icon--user {
  background: url("https://kinenkan.itembox.design/item/icon-person.svg");
  background-size: 100%;
}

.kn-c-icon--caution {
  background: url("https://kinenkan.itembox.design/item/icon-spam.svg");
  background-size: 100%;
}

.kn-c-icon--user {
  background: url("https://kinenkan.itembox.design/item/icon-person.svg");
  background-size: 100%;
}

.kn-c-icon--star {
  background: url("https://kinenkan.itembox.design/item/icon-star.svg");
  background-size: 100%;
}

.kn-c-icon--zoomin {
  background: url("https://kinenkan.itembox.design/item/icon-zoom-in.svg");
  background-size: 100%;
}

.kn-c-icon--zoomout {
  background: url("https://kinenkan.itembox.design/item/icon-zoom-out.svg");
  background-size: 100%;
}

.kn-c-icon--close {
  background: url("https://kinenkan.itembox.design/item/icon-close.svg");
  background-size: 100%;
}

.kn-c-icon--search {
  background: url("https://kinenkan.itembox.design/item/icon-search.svg");
  background-size: 100%;
}

/*
kn-l-header
---------------------------------------*/
.kn-l-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 1001px) {
  .kn-l-header {
    margin-bottom: 0px;
  }
}
/*
seachbox
---------------------------------------*/
.kn-p-seachbox {
  font-size: 1.4rem;
}

.kn-p-seachbox form {
  display: flex;
}

.kn-p-seachbox__input {
  font-size: 1.4rem;
  border: none;
  background-color: #f3f3f3;
  background-image: url("https://kinenkan.itembox.design/item/icon-search.svg");
  background-size: 20px 20px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding: 10px  10px 10px 35px !important;
  border-radius: 20px 0 0 20px !important;
}
.kn-p-seachbox__input:focus {
  border: none;
}
.kn-p-seachbox__input::placeholder {
  font-size: 12px;
}

.kn-p-seachbox__submit {
  border: none;
  background: #000;
  color: #fff;
  width: 6em;
  display: block;
  letter-spacing: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 0 20px 20px 0;
  padding-right: 10px;
}
.kn-p-seachbox__submit:hover {
  background: #000;
  color: #ccc !important;
  box-shadow: none;
}

.kn-l-header {
  font-family: 'Noto Sans JP', sans-serif;
}

/*
SP header
---------------------------------------*/
@media screen and (min-width: 1001px) {
  .sp-kn-header,
  .sp-kn-fixed-header {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .sp-kn-fixed-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.85);
    height: 60px;
  }

  .sp-kn-fixed-header__list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3%;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .sp-kn-fixed-header__list li {
    width: 25%;
    list-style: none;
  }

  .sp-kn-fixed-header__item {
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    color: #000 !important;
    font-size: 10px;
  }
  .sp-kn-fixed-header__item:hover {
    text-decoration: none;
  }

  .sp-kn-fixed-header__item--menu {
    background: #000;
    color: #fff !important;
    justify-content: center;
  }

  .sp-kn-icon-cart-count {
    display: inline-block;
    background: #ffa237;
    color: #fff;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    line-height: 22px;
    font-size: 10px;
    margin-left: 5px;
  }

  .sp-kn-fixed-header__item-icon {
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .sp-kn-fixed-header__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("https://kinenkan.itembox.design/item/icon-close.svg");
    background-size: 100%;
    width: 30px;
    height: 30px;
    z-index: 801;
  }

  .sp-kn-fixed-header__nav {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 5% 5% 5%;
    color: #fff;
    transition: left .5s, right .5s;
    backdrop-filter: blur(3px);
    z-index: 800;
  }

  .sp-kn-fixed-header__nav.is_open {
    display: block;
  }

  _::-webkit-full-page-media, _:future, :root .sp-kn-fixed-header__nav {
    background: rgba(255, 255, 255, 0.95);
  }

  .sp-kn-p-welcomeMsg {
    text-align: center;
    color: #000;
    margin: 30px auto;
  }

  .sp-kn-fixed-header__nav__utility {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .sp-kn-fixed-header__nav__utility__item {
    text-align: center;
    color: #000 !important;
    display: block;
    margin: 0 10px;
    font-size: 11px;
  }

  .sp-kn-fixed-header__nav__utility__icon {
    display: block;
    margin: 0 auto 5px auto;
    width: 30px;
    height: 30px;
  }

  .sp-kn-fixed-header__nav__category__1st {
    border-bottom: 1px solid #ccc;
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
  }
  .sp-kn-fixed-header__nav__category__1st li {
    border-top: 1px solid #ccc;
    position: relative;
  }
  .sp-kn-fixed-header__nav__category__1st li a {
    display: block;
    color: #000 !important;
    padding: 10px;
  }

  .sp-kn-fixed-header__nav__category__2nd {
    list-style: none;
  }
  .sp-kn-fixed-header__nav__category__2nd:before {
    content: '';
    background: url("https://kinenkan.itembox.design/item/icon-chevron-down.svg");
    background-position: center center;
    position: absolute;
    right: 5px;
    top: 8px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
  }
  .sp-kn-fixed-header__nav__category__2nd li {
    display: none;
    border-top: none;
    padding-left: 15px;
  }
  .sp-kn-fixed-header__nav__category__2nd li.is_open {
    display: block;
  }
  .sp-kn-fixed-header__nav__category__2nd li a {
    padding: 5px 1rem;
    color: #000 !important;
    font-size: 1.3rem;
  }

  .sp-kn-fixed-header__nav__category__2nd.is_open:before {
    content: '';
    background: url("https://kinenkan.itembox.design/item/icon-chevron-up.svg");
    background-position: center center;
  }

  .sp-kn-fixed-header__nav__teloder {
    margin: 30px auto;
    max-width: 80%;
    text-align: center;
  }
  .sp-kn-fixed-header__nav__teloder img {
    max-width: 200px;
  }

  .sp-kn-fixed-header__nav__search {
    margin: 20px auto;
  }

  /* header */
  .sp-kn-header {
    display: grid;
    padding: 20px 20px 0 20px;
    margin-top: 60px;
  }

  .sp-kn-header__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sp-kn-header__logo {
    width: 50%;
    max-width: 185px;
  }

  .sp-kn-header__telorder {
    width: 43%;
    max-width: 164px;
  }

  .sp-kn-header__search {
    margin: 15px auto;
    width: 100%;
  }

  .sp-kn-header__category__title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
  }

  .sp-kn-header__category__title:before,
  .sp-kn-header__category__title:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
  }

  .sp-kn-header__category__title:before {
    margin-right: 1rem;
  }

  .sp-kn-header__category__title:after {
    margin-left: 1rem;
  }

  .sp-kn-header__category__list {
    margin-top: 10px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #8db0b5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
  }
  .sp-kn-header__category__list li {
    width: 25%;
    display: block;
  }
  .sp-kn-header__category__list li a {
    width: 100%;
    display: block;
    color: #fff !important;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    line-height: 1.6rem;
    font-size: 11px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .sp-kn-header__category__list li:nth-child(4n) a {
    border-right: none;
  }
  .sp-kn-header__category__list li:nth-child(n+5) a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
/*
PC header
---------------------------------------*/
@media screen and (max-width: 1000px) {
  .pc-kn-header,
  .pc-kn-fixed-header,
  .pc-kn-gnav {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .pc-kn-fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 15px 3%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    animation: UpAnime 0.5s forwards;
  }

  .pc-kn-fixed-header.is_fixed {
    position: fixed;
    display: flex;
    top: 0;
    animation: DownAnime 0.5s forwards;
  }

  .pc-kn-fixed-header__left__category {
    position: relative;
    background: #f3f3f3;
    margin: 0 30px;
    height: 40px;
  }
  .pc-kn-fixed-header__left__category select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    height: 40px;
  }
  .pc-kn-fixed-header__left__category select::-ms-expand {
    display: none;
  }
  .pc-kn-fixed-header__left__category:before {
    position: absolute;
    top: 12px;
    right: 0.9em;
    width: 15px;
    height: 15px;
    padding: 0;
    content: '';
    background: url("https://kinenkan.itembox.design/item/icon-chevron-down.svg");
    background-size: 100%;
    pointer-events: none;
  }

  .pc-kn-fixed-header__iconmenu a {
    width: 80px;
    text-align: center;
    display: block;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
  }
  .pc-kn-fixed-header__iconmenu a:hover {
    text-decoration: none;
    opacity: .7;
  }

  .pc-kn-fixed-header__iconmenu__icon {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
  }

  .pc-kn-icon-cart-count {
    display: inline-block;
    background: #ffa237;
    color: #fff;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    line-height: 22px;
    font-size: 10px;
    margin-left: 0px;
  }

  .pc-kn-fixed-header__left {
    display: flex;
    max-width: 50%;
  }

  .pc-kn-fixed-header__right {
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
  }

  /* header */
  .pc-kn-header {
    width: 100%;
  }

  .pc-kn-header__inner {
    width: 96%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pc-kn-header__logo {
    width: 185px;
  }

  .pc-kn-header__searchbox {
    width: 270px;
    margin-left: 50px;
  }

  .pc-kn-header__utility {
    margin-left: auto;
  }
  .pc-kn-header__utility ul {
    display: flex;
    justify-content: right;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
  }

  .pc-kn-header__utility__item {
    width: 90px;
    font-weight: bold;
    color: #000 !important;
    display: block;
    font-size: 12px;
    text-align: center;
    list-style: none;
  }

  .pc-kn-header__utility__icon {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 26px;
  }

  .pc-kn-header__telorder {
    margin-left: 20px;
    width: 210px;
  }

  .pc-kn-gnav {
    width: 100%;
    position: relative;
  }

  .pc-kn-gnav-list__1st {
    width: 100%;
    background: #8db0b5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-inline-start: 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
  }

  .pc-kn-gnav-list__1st__item {
    position: static;
    width: 12.5%;
    list-style: none;
  }

  .pc-kn-gnav-list__1st__link {
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
    display: block;
    height: 60px;
    padding: 20px 10px;
    line-height: 1;
    position: relative;
    -webkit-transition: 0.4s;
    text-decoration: none;
  }
  .pc-kn-gnav-list__1st__link:visited {
    color: #fff !important;
  }
  .pc-kn-gnav-list__1st__link:hover {
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
  }
  .pc-kn-gnav-list__1st__link:after {
    content: '';
    height: 10px;
    position: absolute;
    top: 25px;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
  }

  .pc-kn-gnav-list__1st__link--line2 {
    padding: 10px 10px;
    line-height: 1.4;
  }

  .pc-kn-gnav-list__2nd {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(109, 130, 133, 0.9);
    padding: 10px 20vw;
    list-style: none;
    text-align: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  }

  .pc-kn-gnav-list__1st__item:hover .pc-kn-gnav-list__2nd {
    top: 60px;
    visibility: visible;
    opacity: 1;
    padding: 30px;
    animation: gnav-2nd .8s forwards;
  }

  .pc-kn-gnav-list__2nd li {
    margin: 10px;
    list-style: none;
  }

  .pc-kn-gnav-list__2nd a {
    padding: 10px 20px;
    width: 250px;
    display: inline-block;
    font-size: 1.2rem;
    background: #000;
    color: #fff !important;
  }
  .pc-kn-gnav-list__2nd a:hover {
    text-decoration: none !important;
    color: #ffa237 !important;
    background: #000;
  }
}
/*
hero
---------------------------------------*/
.kn-l-hero {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 50px;
  width: 100%;
  height: 500px;
  position: relative;
}
.kn-l-hero:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D1CCBB;
  width: 100%;
  height: 420px;
  animation: kn-l-hero 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.kn-hero {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

.kn-hero-title {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 5;
  width: 400px;
  max-width: 60%;
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  opacity: 0;
}

.kn-hero-img {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: -20px;
  z-index: 1;
  width: 500px;
  max-width: 80%;
}

.kn-hero-img:before {
  animation: kn-hero-img 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #D1CCBB;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes kn-hero-img {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 600px) {
  .kn-l-hero {
    height: 350px;
    margin-top: 20px;
  }
  .kn-l-hero:after {
    height: 280px;
    display: none;
  }

  .kn-hero-title {
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 5;
    width: 400px;
    max-width: 60%;
  }

  .kn-hero-img {
    right: 0;
    top: 0px;
    z-index: 1;
    width: 500px;
    max-width: 100%;
  }

  .kn-hero-img:before {
    animation: kn-hero-img 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #D1CCBB;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
/*
Banner area
---------------------------------------*/
.kn-l-topBanner {
  margin: 50px auto 120px auto;
}

.kn-pt-topBanner {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto 0 auto;
}
.kn-pt-topBanner .fs-pt-column__item {
  width: 100%;
}
.kn-pt-topBanner a {
  color: #000;
}
.kn-pt-topBanner .fs-pt-column__description {
  font-size: 1.2rem;
  line-height: 2rem;
}

@media screen and (max-width: 600px) {
  .kn-l-topBanner {
    margin: 0px auto 20px auto;
  }

  .kn-pt-topBanner {
    display: block;
    flex-wrap: wrap;
  }
  .kn-pt-topBanner .fs-pt-column__item {
    text-align: center;
    max-width: 100%;
  }
  .kn-pt-topBanner .fs-pt-column__heading {
    font-size: 1.6rem;
  }
  .kn-pt-topBanner .fs-pt-column__description {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
/*
feature
---------------------------------------*/
.kn-l-feature {
  margin: 120px auto;
}

@media screen and (max-width: 600px) {
  .kn-l-feature {
    margin: 60px auto;
  }
}
/*
pickup
---------------------------------------*/
.kn-l-pickup {
  margin: 120px auto;
}

@media screen and (max-width: 600px) {
  .kn-l-pickup {
    margin: 60px auto;
  }
}
/*
shop
---------------------------------------*/
.kn-l-shop {
  margin: 120px auto;
}

@media screen and (min-width: 1001px) {
  .kn-shops-list__item {
    background: rgba(141, 176, 181, 0.2);
    display: flex;
    width: 100%;
    max-width: 990px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin: 100px auto;
    color: #000 !important;
  }
  .kn-shops-list__item:hover {
    text-decoration: none;
  }

  .kn-shops-list__item__img {
    position: relative;
    top: -40px;
    left: 10px;
    width: 50%;
  }

  .kn-shops-list__item__text {
    padding: 40px;
    width: 50%;
  }

  .kn-shops-list__item--reverse {
    flex-direction: row-reverse;
  }
  .kn-shops-list__item--reverse .kn-shops-list__item__img {
    right: 10px;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .kn-l-shop {
    margin: 60px auto;
  }

  .kn-shops-list {
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
  }

  .kn-shops-list__item {
    margin-bottom: 35px;
    display: block;
  }

  .kn-shops-list__item__text {
    display: none;
  }
}
/*
carousel
---------------------------------------*/
.fs-c-productListCarousel a {
  color: #000 !important;
}

.fs-c-productName__copy {
  font-weight: normal;
  margin-bottom: 10px;
}

.fs-c-productName__name {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}

.fs-c-productPrice__main {
  font-size: 1.8rem;
  font-family: 'Roboto', cursive ,"Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
  margin-right: 5px;
}

.fs-c-productListCarousel__list__item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 250px;
  max-width: 250px;
  min-width: 250px;
  margin: 0 12px;
  position: relative;
}

.fs-c-button--addToCart--list,
.fs-c-button--viewProductDetail {
  color: #000 !important;
  border: 1px solid #000;
  padding: 2px 10px;
  font-size: 1.2rem;
}
.fs-c-button--addToCart--list:hover,
.fs-c-button--viewProductDetail:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
  text-decoration: none;
}

.fs-c-button--viewProductDetail:before,
.fs-c-button--addToCart--list:before {
  display: none;
}

.fs-c-button--removeFromWishList--icon,
.fs-c-button--addToWishList--icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  content: "\e919";
  color: #000000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "\e91a";
  color: #D45B5B;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-c-productListCarousel__list .fs-c-productList__list__item {
  position: relative;
  padding: 0;
  margin: 16px 8px;
  border-bottom: none;
}
.fs-c-productListCarousel__list .fs-c-productList__list__item form {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .fs-c-productListCarousel__list__item {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 100px;
    max-width: 100px;
    min-width: 100px;
    margin: 0 8px;
    position: relative;
  }

  .fs-c-productName__name {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .fs-c-productPrice__main {
    font-size: 1.2rem;
    font-family: 'Roboto', cursive ,"Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
    margin-right: 5px;
  }

  .fs-c-button--addToCart--list,
  .fs-c-button--viewProductDetail {
    padding: 2px 5px;
    font-size: 1.0rem;
  }

  .fs-c-productMark {
    display: none;
  }
}
/*
productList
---------------------------------------*/
.fs-c-productList .fs-c-productList__list__item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 30px;
}
.fs-c-productList .fs-c-productList__list__item form {
  display: flex;
  flex-direction: column;
  position: relative;
}
.fs-c-productList .kn-c-productListItem__button {
  margin-top: auto;
}
.fs-c-productList .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList .kn-c-productListItem__image {
  margin-bottom: 15px;
}
.fs-c-productList .fs-c-productListItem__outOfStock {
  border: none;
  background: #eee;
  color: #666;
  padding: 8px;
}
.fs-c-productList .fs-c-button--addToCart--list, .fs-c-productList .fs-c-button--viewProductDetail {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .fs-c-productList .fs-c-productList__list__item {
    padding: 10px;
  }
}
/*
footer
---------------------------------------*/
.kn-l-footer {
  background: rgba(141, 176, 181, 0.5);
  padding: 80px 0;
}
.kn-l-footer a {
  color: #000;
}
.kn-l-footer li {
  list-style: none !important;
}
.kn-l-footer ul {
  padding-inline-start: 0 !important;
}

.kn-l-footer__contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.kn-p-footer__logo__logo {
  width: 260px;
  margin-bottom: 40px;
  margin-left: 10px;
}

.kn-p-footer__logo__official {
  width: 300px;
  height: 66px;
  display: block;
  background-image: url("https://kinenkan.itembox.design/item/footer_link_official.png");
  background-size: 300px 66px;
  border: 1px solid #000;
  border-radius: 33px;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.0rem;
  text-indent: -10000px;
}
.kn-p-footer__logo__official:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.kn-footer-title {
  font-size: 1.8rem;
  font-family: 'Roboto', cursive ,"Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
  display: block;
}
.kn-footer-title:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #000;
  display: block;
  margin: 15px 0 30px 0;
}

.kn-footer-link {
  font-weight: bold;
}

.kn-p-footer__contact {
  max-width: 340px;
  width: 25%;
}

.kn-p-footer__sns {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.kn-l-footer__copyright {
  text-align: center;
  margin-top: 30px;
  font-family: 'Roboto', cursive ,"Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
}

@media screen and (max-width: 1000px) {
  .kn-l-footer {
    padding: 60px 0 80px 0;
    position: relative;
  }

  .kn-l-footer__contents {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .kn-p-footer__logo__logo {
    width: 200px;
    margin: 0 auto 20px auto;
  }

  .kn-p-footer__logo__official a {
    display: block;
    background: url("https://kinenkan.itembox.design/item/footer_link_official.png");
    background-size: 300px 66px;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.0rem;
  }

  .kn-p-footer__logo__sns {
    justify-content: center;
  }

  .kn-footer-title {
    font-size: 1.8rem;
    font-family: 'Roboto', cursive ,"Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
    display: block;
  }
  .kn-footer-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    margin: 15px 0 15px 0;
  }

  .kn-p-footer__category,
  .kn-p-footer__guide {
    margin: 40px auto 0 auto;
    max-width: 70%;
  }

  .kn-p-footer__guide .kn-footer-link li {
    width: 100%;
  }

  .kn-p-footer__contact {
    margin: 40px auto 0 auto;
    display: block;
    width: 70%;
    max-width: 340px;
    text-align: center;
  }
  .kn-p-footer__contact a {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .kn-footer-link {
    display: block;
  }
  .kn-footer-link li {
    width: 100%;
  }

  .kn-l-footer__copyright {
    text-align: center;
    margin-top: 40px;
    font-family: 'Roboto', cursive ,"Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 1.2rem;
  }

  .kn-p-footer__logo__official {
    width: 100%;
    height: 66px;
    display: block;
    background-image: url("https://kinenkan.itembox.design/item/footer_link_official.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #000;
    border-radius: 33px;
    padding: 5px 10px;
    margin-top: 30px;
    text-align: center;
    font-size: 1.0rem;
    text-indent: -10000px;
  }
}
/*
button
---------------------------------------*/
.kn-m-button {
  background: #575531;
  color: #fff !important;
  line-height: 1em;
  padding: 10px 40px;
  text-decoration: none;
  -webkit-transition: 0.4s;
}
.kn-m-button:hover {
  background: #3E9D7A;
  color: #fff;
  text-decoration: none;
}

/*
h2 title
---------------------------------------*/
.kn-m-title-h2 {
  text-align: center;
  margin-bottom: 50px;
}

.kn-m-title-h2__title {
  font-family: 'Roboto', cursive ,"Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  letter-spacing: 1rem;
}
.kn-m-title-h2__title:before, .kn-m-title-h2__title:after {
  content: '/';
  margin: 0 40px;
}

.kn-m-title-h2__sub {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 1rem;
}

@media screen and (max-width: 600px) {
  .kn-m-title-h2 {
    margin-bottom: 30px;
  }

  .kn-m-title-h2__title {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
  .kn-m-title-h2__title:before, .kn-m-title-h2__title:after {
    content: '/';
    margin: 0 20px;
  }

  .kn-m-title-h2__sub {
    margin-top: 10px;
    font-size: 1.2rem;
    letter-spacing: 1rem;
  }
}
  /*
sns
---------------------------------------*/
.kn-m-sns {
  display: flex;
}
.kn-m-sns li {
  margin: 10px;
  width: 40px;
}

    /*
pagetop
---------------------------------------*/
.kn-p-footer__pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 1001;
}

.kn-p-footer__pagetop {
  -webkit-transform: translateX(0);
}

.kn-p-footer__pagetop:before {
  content: '';
  position: absolute;
  width: 90%;
  top: 100%;
  left: 5%;
  height: 10px;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.3) 0%, transparent 80%);
  -webkit-transition-duration: 0.5s;
  opacity: 0;
}

.kn-p-footer__pagetop:hover {
  -webkit-transform: translateY(-10px);
}

.kn-p-footer__pagetop:hover:before {
  -webkit-transform: translateY(10px);
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .kn-p-footer__pagetop {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1001;
  }
  .kn-p-footer__pagetop img {
    width: 55px;
    height: auto;
  }
}
  /*
商品グループ
---------------------------------------*/
.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-subgroupList {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 8px 0;
  padding: 1px 0 0 1px;
}

.fs-c-subgroupList__item {
  flex-basis: auto;
  width: 24%;
  margin: .5%;
}
.fs-c-subgroupList__item a:after {
  display: none;
}

.fs-c-subgroupList__link, .fs-c-subgroupList__link:visited, .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  transition-duration: .2s;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
.fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:visited:hover, .fs-c-subgroupList__link:hover:hover, .fs-c-subgroupList__link:active:hover {
  background: rgba(141, 176, 181, 0.4);
  color: #000;
}

.fs-c-subgroupList__link {
  padding: 10px;
}

.fs-c-subgroupList__item {
  flex-grow: 0;
}

@media screen and (max-width: 600px) {
  .fs-c-subgroupList__link, .fs-c-subgroupList__link:visited, .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
    padding: 5px;
  }

  .fs-c-subgroupList__item {
    flex-basis: auto;
    margin: 5px 1%;
    width: 48%;
    font-size: 10px;
  }
}
.fs-c-productList__controller .fs-c-pagination__item.is-active {
  background: #000;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}

.fs-c-productList__list .fs-c-productPrice__main__label {
  font-size: 1.2rem;
}
.fs-c-productList__list .kn-mark-limited-park,
.fs-c-productList__list .kn-mark-limited-season,
.fs-c-productList__list .kn-mark-sale,
.fs-c-productList__list .kn-mark-new,
.fs-c-productList__list .kn-mark-pickup {
  font-size: 1.0rem;
  display: inline-block;
  border-radius: 0;
  margin: 5px;
  padding: 5px;
}
.fs-c-productList__list .kn-mark-limited-park {
  background-color: #3E9D7A;
  color: #fff;
}
.fs-c-productList__list .kn-mark-limited-season {
  background-color: #584C25;
  color: #fff;
}
.fs-c-productList__list .kn-mark-sale {
  background-color: #C26060;
  color: #fff;
}
.fs-c-productList__list .kn-mark-new {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.fs-c-productList__list .kn-mark-pickup {
  background-color: #333;
  color: #fff;
}

.fs-c-sortItems__list__item__label {
  display: inline-block;
  padding: 0px 8px;
}

.fs-c-sortItems__list__item.is-active {
  background-color: #eee;
  color: #000;
}

.fs-c-sortItems__label {
  margin-right: 10px;
}

  /*
商品詳細
---------------------------------------*/
@media screen and (min-width: 960px) {
  .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: calc(50% - 50px / 2) calc(50% - 50px / 2);
    grid-gap: 50px;
    margin: 0px auto 30px auto;
  }

  .fs-c-productReview {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 10px;
  }
}
.fs-l-productLayout .fs-c-productPrice__main__label {
  font-size: 1.2rem;
}
.fs-l-productLayout .fs-c-productMarks {
  margin-bottom: 30px;
}
.fs-l-productLayout .kn-mark-limited-park,
.fs-l-productLayout .kn-mark-limited-season,
.fs-l-productLayout .kn-mark-sale,
.fs-l-productLayout .kn-mark-new,
.fs-l-productLayout .kn-mark-pickup {
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 20px;
  margin: 5px 15px 5px 0;
  padding: 10px 1.5rem;
}
.fs-l-productLayout .kn-mark-limited-park {
  background-color: #3E9D7A;
  color: #fff;
}
.fs-l-productLayout .kn-mark-limited-season {
  background-color: #584C25;
  color: #fff;
}
.fs-l-productLayout .kn-mark-sale {
  background-color: #C26060;
  color: #fff;
}
.fs-l-productLayout .kn-mark-new {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.fs-l-productLayout .kn-mark-pickup {
  background-color: #333;
  color: #fff;
}
.fs-l-productLayout .kn-product-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 50px 0;
}
.fs-l-productLayout .kn-product-cart .fs-c-productQuantityAndWishlist {
  width: 60%;
}
.fs-l-productLayout .kn-product-cart .fs-c-button--addToWishList--detail .fs-c-button__label {
  display: none;
}
.fs-l-productLayout .kn-product-cart .fs-c-productActionButton {
  flex-shrink: 0;
  width: 35%;
}
.fs-l-productLayout .kn-product-cart .fs-c-variationAndActions {
  width: 100%;
}
.fs-l-productLayout .fs-c-productNameHeading__copy {
  display: block;
  margin-bottom: 10px;
}
.fs-l-productLayout .fs-c-productNameHeading__name {
  font-size: 2.4rem;
  margin: 20px 0;
  display: block;
}
.fs-l-productLayout .fs-c-productNumber {
  display: none;
}
.fs-l-productLayout .fs-c-productPrice--selling .fs-c-price__value {
  font-size: 3.0rem;
}
.fs-l-productLayout .fs-c-productPrice--member {
  background: #f3f3f3;
  padding: 5px;
}
.fs-l-productLayout .fs-c-productPrice--listed {
  line-height: 1.2;
}
.fs-l-productLayout .fs-c-productSalesPeriod {
  padding: 15px;
  margin-bottom: 20px;
}
.fs-l-productLayout .fs-c-variationCart--withImage > li {
  display: flex;
}
.fs-l-productLayout .fs-c-variationList__item__cart {
  padding: 0;
}
.fs-l-productLayout .fs-c-variationList__item__cart li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.fs-l-productLayout .fs-c-variationList__item__cart li:last-child {
  border-bottom: none;
}
.fs-l-productLayout .fs-c-button--removeFromWishList--icon, .fs-l-productLayout .fs-c-button--addToWishList--icon {
  position: relative;
  top: 0;
  right: 20px;
}
.fs-l-productLayout .fs-c-variationCart__wishlist {
  position: relative;
}
.fs-l-productLayout .fs-c-button--particular {
  background: #fff;
  border: none;
  color: #000;
  box-shadow: none;
}
.fs-l-productLayout .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  color: #D45B5B;
}
.fs-l-productLayout .fs-c-inquiryAboutProduct {
  text-align: right;
}
.fs-l-productLayout .fs-c-button--inquiryAboutProduct {
  color: #000;
  text-align: right;
  width: 100%;
  font-size: 1.2rem;
}
.fs-l-productLayout .fs-c-button--viewAllReviews,
.fs-l-productLayout .fs-c-button--addReview--detail {
  border: 1px solid #000;
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  padding: 8px;
  box-shadow: none;
}
.fs-l-productLayout .fs-c-button--viewAllReviews:hover,
.fs-l-productLayout .fs-c-button--addReview--detail:hover {
  text-decoration: none;
}
.fs-l-productLayout .fs-c-rating__value,
.fs-l-productLayout .fs-c-reviewStars::before {
  color: #f9b851;
}
.fs-l-productLayout .fs-c-productReview {
  margin: 30px auto;
}
.fs-l-productLayout .fs-c-productReview__aggregateRating,
.fs-l-productLayout .fs-c-productReview__reviewList {
  grid-column: 1 / 3;
}
.fs-l-productLayout .fs-c-aggregateRating__rating::before {
  margin-bottom: 10px;
}
.fs-l-productLayout .fs-c-reviewList__item {
  border: 1px solid #ccc;
  margin: 20px auto;
}
.fs-l-productLayout .fs-c-reviewList__item__body {
  border: none;
  padding: 0;
}
.fs-l-productLayout .fs-c-productThumbnail__image.is-active > img {
  border: 1px solid #666;
}
.fs-l-productLayout .fs-c-button--viewExtendedImage {
  color: #000;
}
.fs-l-productLayout .kn-product-inventory {
  background: #f3f3f3;
  padding: 20px;
}
.fs-l-productLayout .kn-product-inventory__title {
  text-align: center;
  font-size: 1.2em;
}
.fs-l-productLayout .kn-product-inventory__title:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
  margin: 15px auto;
}

.kn-sns-share {
  display: flex;
  margin: 20px auto;
  padding-inline-start: 0;
}
.kn-sns-share li {
  list-style: none;
  width: 40px;
  margin: auto 10px;
}

@media screen and (max-width: 600px) {
  .kn-sns-share {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .fs-l-productLayout .kn-product-cart {
    display: block;
    margin: 30px 0;
  }
  .fs-l-productLayout .kn-product-cart .fs-c-productQuantityAndWishlist {
    width: 100%;
  }
  .fs-l-productLayout .kn-product-cart .fs-c-productActionButton {
    width: 100%;
  }
  .fs-l-productLayout .kn-product-cart .fs-c-variationAndActions {
    width: 100%;
  }

  .fs-c-productActionButton .fs-c-button--addToCart--detail {
    width: 100%;
  }
}
  /*
mypage
---------------------------------------*/
.kn-mypage-logout {
  margin: 0 auto 30px auto;
  text-align: center;
}
.kn-mypage-logout a {
  display: inline-block;
  width: 200px;
  color: #fff !important;
  background: #000;
  text-align: center;
  margin: 0 auto;
  padding: 8px;
  border-radius: 30px;
}

@media screen and (min-width: 960px){
.fs-body-my-top .fs-l-account{
  justify-content: center;
}
}

  /*
future shop Overwrite 
---------------------------------------*/
.fs-body-closed .fs-c-heading--page {
  margin: 60px auto;
}

.fs-p-closed {
  padding: 5vw;
}

address {
  font-style: normal;
}

[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 {
  border-radius: 0;
  padding: 5px 10px;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

.fs-l-main {
  margin: 0 auto 100px auto;
  max-width: calc(1200px + 10%);
  padding: 8px 5%;
}

.fs-c-documentArticle__heading {
  background: #f3f3f3;
  color: #000;
  font-size: 1.8rem;
  padding: 30px 8px;
}

.fs-c-documentColumn__heading {
  border-width: 0 0 1px 0;
  padding-left: 0;
}

.fs-c-heading--page {
  border-bottom: none;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  margin: 60px auto;
  padding: 0;
  font-family: 'Roboto', cursive ,"Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 1rem;
}
.fs-c-heading--page:before, .fs-c-heading--page:after {
  content: '/';
  margin: 0 40px;
}

.fs-c-documentSubColumn,
.fs-c-specTable, .fs-c-specTable__headerCell,
.fs-c-specTable__dataCell,
.fs-c-postage__list > dt, .fs-c-postage__list > dd {
  border: 1px solid #ddd;
}

.fs-c-button--primary {
  padding: 1.5em 3em;
  box-shadow: none;
}

.fs-c-button--secondary {
  box-shadow: none;
}

.fs-c-button--standard {
  box-shadow: none;
}

.fs-p-linkButton {
  padding: 10px 15px;
}

.fs-c-subSection__title {
  padding-bottom: 10px;
}

.fs-body-login .fs-c-inputInformation__field {
  background: #f3f3f3;
}

.fs-c-breadcrumb__list {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.fs-p-announcement__title {
  background: #f3f3f3;
  color: #000;
  font-size: 1.6rem;
  padding: 15px 8px;
  text-align: center;
}

.fs-p-announcement,
.fs-c-featuredProduct,
.fs-c-wishlistProduct {
  margin: 60px auto;
}

.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 30px auto;
}
.fs-c-featuredProduct__title:before, .fs-c-featuredProduct__title:after,
.fs-c-wishlistProduct__title:before,
.fs-c-wishlistProduct__title:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
}
.fs-c-featuredProduct__title:before,
.fs-c-wishlistProduct__title:before {
  margin-right: 1em;
}
.fs-c-featuredProduct__title:after,
.fs-c-wishlistProduct__title:after {
  margin-left: 1em;
}

.fs-c-button--addAddressee,
.fs-c-button--cancel {
  padding: 1.5em 3em;
}

.fs-c-checkout-multiDestination__title {
  padding: 1.5rem 1rem;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  border: none;
  background: #f3f3f3;
  color: #000;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover {
  opacity: .7;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  color: #000;
}

.fs-p-accountInfo__header, .fs-p-accountInfo__currentPurchase {
  justify-content: center;
}

.fs-c-modal .fs-c-variationCart__wishlist {
  position: relative;
}

@media screen and (max-width: 600px) {
  .fs-l-main {
    margin: 0 auto 50px auto;
    padding: 8px 5%;
  }

  .fs-c-documentArticle__heading {
    background: #f3f3f3;
    color: #000;
    font-size: 1.6rem;
    padding: 20px 8px;
  }

  .fs-p-announcement__title {
    font-size: 1.4rem;
  }

  .fs-c-heading--page {
    line-height: 1.2;
    margin: 20px auto;
    font-size: 1.8rem;
    letter-spacing: .5rem;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .fs-c-heading--page:before, .fs-c-heading--page:after {
    content: '/';
    margin: 0 20px;
  }

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

  .fs-c-breadcrumb__list {
    width: 100%;
  }

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

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

  .fs-p-announcement,
  .fs-c-featuredProduct,
  .fs-c-wishlistProduct {
    margin: 50px auto;
  }

  .fs-c-accountService {
    justify-content: space-around;
  }

  .fs-c-breadcrumb {
    background: #f3f3f3;
    line-height: 1.4;
    font-size: 1.0rem;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .fs-l-main {
    margin: 0 auto 20px auto;
    padding: 8px 5%;
  }
}
/*
gaeden coming soon
---------------------------------------*/
.fs-l-main--garden .fs-c-productList {
  display: none;
}

.garden-comingsoon {
  text-align: center;
}

.garden-comingsoon__contact {
  max-width: 400px;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 20px;
  text-align: center;
}

/*
animation
---------------------------------------*/
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gnav-2nd {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fs-body-my-top .fs-l-account{
}
