﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: 'Noto Sans JP'," 游ゴシック ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", " ヒラギノ角ゴ ProN", Meiryo, メイリオ , sans-serif;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding-top: 170px;
}

@media screen and (max-width: 1100px) {
  body {
    padding-top: 160px;
  }
}

h1, h2, h3, h4, h5 {
  line-height: 1.6;
}

.red {
  color: #f00;
}

/* マージン */
.sp-10{margin-top:-10px;}
.sp05{margin-top:5px;}
.sp10{margin-top:10px;}
.sp15{margin-top:15px;}
.sp20{margin-top:20px;}
.sp25{margin-top:25px;}
.sp30{margin-top:30px;}
.sp35{margin-top:35px;}
.sp40{margin-top:40px;}
.sp45{margin-top:45px;}
.sp50{margin-top:50px;}
.sp60{margin-top:60px;}
.sp80{margin-top:80px;}
.sp100{margin-top:100px;}

#fs_Checkout,
#fs_CheckoutWithAmazon {
  padding-top: 0 !important;
}

#fs_Checkout #k-header,
#fs_CheckoutWithAmazon #k-header {
  position: relative !important;
  height: auto !important;
}

#k-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 170px;
  background: #fff;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 1100px) {
  #k-header {
    height: auto;
  }
}

#k-header .header-inner {
  width: 1100px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #k-header .header-inner {
    width: auto;
    height: 60px;
  }
}

#k-header .header-inner .header-logo {
  margin: 0;
  padding: 40px 0 0;
  width: 120px;
}

@media screen and (max-width: 1100px) {
  #k-header .header-inner .header-logo {
    margin: 0 auto;
    padding: 10px 0 0;
  }
}

#k-header .header-inner .header-logo a:link, #k-header .header-inner .header-logo a:visited {
  color: #4b3c30;
  text-decoration: none;
}

#k-header .header-inner .header-logo a:hover, #k-header .header-inner .header-logo a:active {
  color: #4b3c30;
  text-decoration: none;
}

#k-header .header-inner .header-logo .img {
  width: 120px;
  height: auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: 3px;
}

#k-header .header-inner .header-logo .text {
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 2px;
  text-align: center;
  text-indent: -5px;
}

#k-header .header-inner .btn-cart {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

@media screen and (max-width: 1100px) {
  #k-header .header-inner .btn-cart {
    right: 10px;
  }
}

#k-header .header-inner .btn-cart a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  font-size: 1rem;
  line-height: 1.1em;
  letter-spacing: 0;
}

#k-header .header-inner .btn-cart a:link, #k-header .header-inner .btn-cart a:visited {
  color: #261f18;
  text-decoration: none;
}

#k-header .header-inner .btn-cart a:hover, #k-header .header-inner .btn-cart a:active {
  color: #261f18;
  text-decoration: none;
}

#k-header .header-inner .btn-cart a:hover span, #k-header .header-inner .btn-cart a:active span {
  animation: anime01 0.5s linear infinite;
}

#k-header .header-inner .btn-cart a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon-cart.png) no-repeat center center;
  display: block;
  background-size: 100% auto;
  margin: 0 auto;
  clear: both;
}

#k-header .header-inner .btn-cart a span {
  display: none;
}

#k-header .header-inner .btn-cart a span:not(.fs-client-cart-count--0) {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  right: -6px;
  top: -6px;
  background: #cc0000;
  padding: 4px 6px;
  color: #fff;
}

#k-header .header-inner .btn-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1100px) {
  #k-header .header-inner .btn-menu {
    display: block;
  }
}

#k-header .header-inner .btn-menu:before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 6px;
  background: #261f18;
  top: 5px;
  left: 10px;
  display: block;
  position: absolute;
  transition: transform 0.3s;
}

#k-header .header-inner .btn-menu:after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 6px;
  background: #261f18;
  top: 21px;
  left: 10px;
  display: block;
  position: absolute;
  transition: transform 0.3s;
}

#k-header .header-inner .btn-menu span {
  font-size: 1rem;
  line-height: 1.1em;
  letter-spacing: 0;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

#k-header .header-inner .btn-menu span:after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 6px;
  background: #261f18;
  top: -17px;
  left: 10px;
  display: block;
  position: absolute;
}

#k-header .header-inner .btn-menu.active:before {
  transform: rotate(-45deg);
  top: 15px;
}

#k-header .header-inner .btn-menu.active:after {
  transform: rotate(45deg);
  top: 15px;
}

#k-header .header-inner .btn-menu.active span:after {
  display: none;
}

@media screen and (max-width: 1100px) {
  #k-header #k-header-menu {
    position: fixed;
    top: 100px;
    z-index: 9999;
    pointer-events: none;
    background: rgba(38, 31, 24, 0.6);
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity 0.3s;
  }
  #k-header #k-header-menu.active {
    opacity: 1;
    pointer-events: inherit;
  }
}

@media screen and (max-width: 1100px) {
  #k-header .member-info {
    padding: 20px 10px;
  }
}

#k-header .member-info-navi {
  position: absolute;
  left: calc(50% + 50px);
  width: 440px;
  top: 25px;
}

@media screen and (max-width: 1100px) {
  #k-header .member-info-navi {
    position: relative;
    left: auto;
    width: auto;
    top: auto;
    margin-bottom: 20px;
  }
}

#k-header .member-info-navi ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1100px) {
  #k-header .member-info-navi ul {
    justify-content: space-between;
  }
}

#k-header .member-info-navi ul li {
  font-size: 1.4rem;
  line-height: 1.6em;
}

@media screen and (max-width: 1100px) {
  #k-header .member-info-navi ul li {
    width: calc(25% - 6px);
    font-size: 1rem;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 413px) {
  #k-header .member-info-navi ul li {
    width: calc(25% - 3px);
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1100px) {
  #k-header .member-info-navi ul li a {
    background: #fff;
    display: block;
    border-radius: 6px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 413px) {
  #k-header .member-info-navi ul li a {
    padding: 8px 0 6px;
  }
}

#k-header .member-info-navi ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 3px;
}

@media screen and (max-width: 1100px) {
  #k-header .member-info-navi ul li a:before {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }
}

#k-header .member-info-navi ul li a:link, #k-header .member-info-navi ul li a:visited {
  color: #4b3c30;
  text-decoration: none;
}

#k-header .member-info-navi ul li a:hover, #k-header .member-info-navi ul li a:active {
  color: #8ec641;
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  #k-header .member-info-navi ul li a:hover, #k-header .member-info-navi ul li a:active {
    text-decoration: none;
  }
}

#k-header .member-info-navi ul li.btn-login a:before {
  background-image: url(../img/icon-navi-login.png);
}

#k-header .member-info-navi ul li.btn-login.true {
  display: none;
}

#k-header .member-info-navi ul li.btn-logout a:before {
  background-image: url(../img/icon-navi-logout.png);
}

#k-header .member-info-navi ul li.btn-logout.false {
  display: none;
}

#k-header .member-info-navi ul li.btn-fav a:before {
  background-image: url(../img/icon-navi-fav.png);
}

#k-header .member-info-navi ul li.btn-guide a:before {
  background-image: url(../img/icon-navi-guide.png);
}

#k-header .member-info-navi ul li.btn-mypage a:before {
  background-image: url(../img/icon-navi-mypage.png);
}

#k-header .member-description {
  width: 440px;
  position: absolute;
  left: calc(50% + 50px);
  top: 70px;
}

@media screen and (max-width: 1100px) {
  #k-header .member-description {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
  }
}

#k-header .member-description .loginfalse-text {
  border: 1px solid #f1f2b6;
  background: #feffc0;
  text-align: center;
  padding: 8px 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}

@media screen and (max-width: 1100px) {
  #k-header .member-description .loginfalse-text {
    padding: 8px;
  }
}

#k-header .member-description .loginfalse-text.true {
  display: none;
}

#k-header .member-description .loginfalse-text a:link, #k-header .member-description .loginfalse-text a:visited, #k-header .member-description .loginfalse-text a:hover, #k-header .member-description .loginfalse-text a:active {
  color: #261f18;
}

#k-header .member-description .logintrue-text {
  border: 1px solid #fff;
  background: rgba(38, 31, 24, 0.9);
  text-align: center;
  padding: 8px;
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #fff600;
}

#k-header .member-description .logintrue-text.false {
  display: none;
}

#k-header .member-description .logintrue-text span {
  display: inline-block;
}

#k-header .member-description .logintrue-text span.member-name {
  margin-right: 10px;
}

#k-header .member-description .logintrue-text span.member-name a:link, #k-header .member-description .logintrue-text span.member-name a:visited, #k-header .member-description .logintrue-text span.member-name a:hover, #k-header .member-description .logintrue-text span.member-name a:active {
  color: #fff;
}

#k-header .important-notice,
#k-header .header-menu-inner {
  display: none;
}

@media screen and (max-width: 1100px) {
  #k-header .important-notice,
  #k-header .header-menu-inner {
    display: block;
    background: #fff;
  }
  #k-header .important-notice .ttl,
  #k-header .header-menu-inner .ttl {
    background: #4b3c30;
    margin: 0;
    padding: 5px;
    text-align: left;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 1100px) {
  #k-header #header-menu-feature .fs-c-subgroup {
    margin: 0;
    padding: 20px 10px;
  }
  #k-header #header-menu-feature .btn-wrap {
    text-align: center;
    padding-bottom: 20px;
  }
}

#k-header #header-menu-filtersearch .btn-wrap {
  padding-bottom: 120px;
}

#k-gnavi {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 2;
}

#k-gnavi ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  #k-gnavi ul {
    width: auto;
  }
}

#k-gnavi ul li {
  text-align: center;
  width: 33.3%;
  border-left: 1px solid #ccc;
}

#k-gnavi ul li:last-child {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 1100px) {
  #k-gnavi ul li:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 1100px) {
  #k-gnavi ul li:first-child {
    border-left: none;
  }
}

#k-gnavi ul li a {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 48px;
  transition: color 0.3s, background 0.3s;
}

@media screen and (max-width: 1100px) {
  #k-gnavi ul li a {
    font-size: 1.4rem;
    line-height: 38px;
  }
}

#k-gnavi ul li a:link, #k-gnavi ul li a:visited {
  text-decoration: none;
  color: #4b3c30;
}

#k-gnavi ul li a:hover, #k-gnavi ul li a:active {
  text-decoration: none;
  color: #fff;
}

#k-gnavi ul li.ladies a:hover {
  background: #f29c9f;
}

#k-gnavi ul li.ladies.active a:link, #k-gnavi ul li.ladies.active a:visited {
  background: #ffe5e6;
}

#k-gnavi ul li.mens a:hover {
  background: #3353de;
}

#k-gnavi ul li.mens.active a:link, #k-gnavi ul li.mens.active a:visited {
  background: #d9e0ff;
}

#k-gnavi ul li.kids a:hover {
  background: #ea8941;
}

#k-gnavi ul li.kids.active a:link, #k-gnavi ul li.kids.active a:visited {
  background: #ffdbc0;
}

#k-header-search {
  position: absolute;
  top: 15px;
  right: calc(50% - 30px);
  width: 420px;
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  #k-header-search {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    background: #f2e1ce;
    padding: 10px;
  }
}

#k-header-search .hotkeyword {
  margin: 10px 0 0;
}

@media screen and (max-width: 1100px) {
  #k-header-search .hotkeyword {
    display: none;
    margin: 5px 0 0;
  }
}

#k-header-search .hotkeyword dt {
  font-size: 1rem;
}

#k-header-search .hotkeyword dd li {
  margin: 0 2px 2px 0;
}

#k-header-search .hotkeyword dd a {
  padding: 2px 6px;
}

@media screen and (max-width: 1100px) {
  #k-header-search.focus .hotkeyword {
    display: block;
  }
}

#k-header-search button {
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../img/icon-search.png) no-repeat center center;
  background-size: 30px auto;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  right: 2px;
  top: 2px;
}

@media screen and (max-width: 1100px) {
  #k-header-search button {
    right: 10px;
    top: 12px;
  }
}

@keyframes anime01 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-3px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1100px) {
  .show-menu #k-wrapper {
    pointer-events: none;
  }
}

#k-mv {
  font-size: 0;
  line-height: 0;
  position: relative;
}

#k-mv ul {
  padding: 0;
  margin: 0;
  list-style: none;
  zoom: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

#k-mv ul.slick-initialized {
  opacity: 1;
}

#k-mv ul li {
  float: left;
  margin-right: 1px;
  outline: none;
}

#k-mv ul li a {
  outline: none;
}

#k-mv .slick-arrow {
  display: block;
  background: rgba(38, 31, 24, 0.5);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 100;
  transition: background 0.3s;
  border: none;
}

#k-mv .slick-arrow:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon-arrow-w.png) no-repeat center center;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#k-mv .slick-arrow:hover {
  background: #261f18;
}

#k-mv .slick-arrow.slick-next {
  right: calc(20% - 40px);
}

@media screen and (max-width: 1100px) {
  #k-mv .slick-arrow.slick-next {
    right: calc(15% - 40px);
  }
}

#k-mv .slick-arrow.slick-prev {
  left: calc(20% - 40px);
  transform: scale(-1, 1);
}

@media screen and (max-width: 1100px) {
  #k-mv .slick-arrow.slick-prev {
    left: calc(15% - 40px);
  }
}

#k-wrapper, .fs-l-main {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 60px 0;
}

@media screen and (max-width: 1100px) {
  #k-wrapper, .fs-l-main {
    padding: 20px 0;
    width: 100%;
    width: auto;
  }
}

#k-contents, .fs-l-pageMain {
  width: 860px;
  order: 1;
}

@media screen and (max-width: 1100px) {
  #k-contents, .fs-l-pageMain {
    width: 100%;
  }
}

#k-contents .contents, .fs-l-pageMain .contents {
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  #k-contents .contents, .fs-l-pageMain .contents {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}

#k-contents .contents .btn-wrap, .fs-l-pageMain .contents .btn-wrap {
  text-align: center;
}

#k-contents .k-contentslist .fs-pt-column__image img, .fs-l-pageMain .k-contentslist .fs-pt-column__image img {
  border: 1px solid #ccc;
}

@media screen and (max-width: 1100px) {
  #k-contents .k-contentslist .fs-pt-column__item:nth-child(n + 3), .fs-l-pageMain .k-contentslist .fs-pt-column__item:nth-child(n + 3) {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .fs-l-pageMain {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1100px) {
  .fs-body-product .fs-l-main {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .fs-body-product .fs-l-pageMain {
    padding: 0;
  }
}

#k-sub {
  width: 200px;
  order: 2;
  opacity: 0;
  transition: opacity 0.3s;
}

#k-sub.show {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  #k-sub {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #k-sub .twitter {
    overflow: hidden;
  }
  #k-sub .twitter iframe {
    max-height: 300px !important;
  }
}

@media screen and (max-width: 1100px) {
  #k-sub .sub-inner {
    display: block;
  }
}

#k-sub .sub-inner:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  #k-sub .sub-inner:not(:last-child) {
    margin-bottom: 20px;
  }
}

#k-sub .sub-inner h3 {
  border-bottom: 2px solid #4b3c30;
  font-size: 1.4rem;
  line-height: 1.6em;
  padding-bottom: 5px;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  #k-sub .sub-inner h3 {
    padding-left: 10px;
  }
}

#k-sub .sub-inner .fs-c-subgroup {
  margin: 0;
}

#k-sub .sub-inner .fs-c-subgroup .fs-c-subgroupList {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#k-sub .sub-inner .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
  margin: 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #cccccc;
  border-right: none !important;
}

#k-sub .sub-inner .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item:before {
  content: "";
  height: 100%;
  width: 40px;
  background: #fafafa;
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 1;
}

#k-sub .sub-inner .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  height: auto;
  position: absolute;
  left: 0;
  z-index: 2;
}

#k-sub .sub-inner .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image img {
  border: none;
}

#k-sub .sub-inner .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label {
  padding: 10px 10px 10px 50px;
  margin: 0;
}

#k-footer {
  background: #f2e8dc;
  border-top: 1px solid #e6dcd1;
}

#k-footer .footer-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 1100px) {
  #k-footer .footer-inner {
    width: auto;
  }
}

#k-footer .footer-inner .ttl {
  margin-top: 0;
  text-align: center;
}

#k-footer .footer-inner ul {
  border-top: 1px solid #d4cac1;
  border-left: 1px solid #d4cac1;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  #k-footer .footer-inner ul {
    border-left: none;
  }
}

#k-footer .footer-inner ul li {
  border-right: 1px solid #d4cac1;
  border-bottom: 1px solid #d4cac1;
  width: 20%;
  box-sizing: border-box;
  transition: inherit;
}

@media screen and (max-width: 1100px) {
  #k-footer .footer-inner ul li {
    width: 50%;
  }
  #k-footer .footer-inner ul li:nth-child(even) {
    border-right: none;
  }
}

#k-footer .footer-inner ul li a {
  display: block;
  padding: 10px 30px 10px 10px;
  margin: 0;
  position: relative;
  white-space: nowrap;
  transition: background-color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
}

#k-footer .footer-inner ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/icon-arrow-b.png) no-repeat center center;
  background-size: 100% auto;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

#k-footer .footer-inner ul li a:link, #k-footer .footer-inner ul li a:visited {
  color: #261f18;
}

#k-footer .footer-inner ul li a:hover, #k-footer .footer-inner ul li a:active {
  color: #261f18;
  background-color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

#k-footer #copyright {
  background: #4b3c30;
  font-size: 10px;
  line-height: 1.6em;
  padding: 10px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}

.fs-c-heading:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  display: none;
}

.fs-body-category-chara .fs-c-heading:before {
  display: inline-block;
  background-image: url(../img/icon-character.png);
}

.fs-body-category-brand .fs-c-heading:before {
  display: inline-block;
  background-image: url(../img/icon-brand.png);
}

.ttl {
  font-size: 2rem;
  line-height: 1.6em;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .ttl {
    text-align: center;
  }
}

.ttl:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.ttl.pt-a {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6em;
}

@media screen and (max-width: 1100px) {
  .ttl.pt-a {
    font-size: 2rem;
    line-height: 1.6em;
  }
}

.ttl.pt-a strong {
  color: #cc3000;
}

.ttl.pt-a:before {
  display: none;
}

.ttl.ttl-category:before {
  background-image: url(../img/icon-category.png);
}

.ttl.ttl-category-w:before {
  background-image: url(../img/icon-category-w.png);
}

.ttl.ttl-character:before {
  background-image: url(../img/icon-character.png);
}

.ttl.ttl-brand:before {
  background-image: url(../img/icon-brand.png);
}

.ttl.ttl-feature:before {
  background-image: url(../img/icon-feature.png);
}

.ttl.ttl-feature-w:before {
  background-image: url(../img/icon-feature-w.png);
}

.ttl.ttl-filtersearch:before {
  background-image: url(../img/icon-filtersearch.png);
}

.ttl.ttl-filtersearch-w:before {
  background-image: url(../img/icon-filtersearch-w.png);
}

.ttl.ttl-newitem:before {
  background-image: url(../img/icon-new.png);
}

.ttl.ttl-guide:before {
  background-image: url(../img/icon-guide.png);
}

.btn.pt-a {
  border: 2px solid #8ec641;
  text-align: center;
  display: inline-block;
  width: 380px;
  padding: 5px 0;
  color: #8ec641;
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  border-radius: 20px;
  transition: color 0.3s, background 0.3s;
  background: #fff;
}

@media screen and (max-width: 1100px) {
  .btn.pt-a {
    width: 90%;
  }
}

.btn.pt-a:link, .btn.pt-a:visited {
  color: #8ec641;
  text-decoration: none;
}

.btn.pt-a:hover, .btn.pt-a:active {
  color: #fff;
  text-decoration: none;
  background: #8ec641;
}

.btn-totop {
  position: fixed;
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 0;
  background-image: url(../img/icon-totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: rgba(38, 31, 24, 0.5);
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s, background-color 0.3s;
}

.btn-totop:hover {
  background-color: #261f18;
}

@media screen and (max-width: 1100px) {
  .scroll #k-header {
    height: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .scroll #k-header-search {
    opacity: 0;
    margin-top: -10px;
    transition: opacity 0.3s, margin-top 0.3s;
  }
}

.scroll .btn-totop {
  bottom: 60px;
  opacity: 1;
}

.scroll #footer-fix {
  bottom: -100px;
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  #category {
    padding: 0 !important;
  }
}

#character .fs-c-subgroupList__item:nth-child(n + 9) {
  display: none;
}

@media screen and (max-width: 1100px) {
  #brand {
    background: #fff9f2;
    padding: 40px 10px !important;
  }
}

#brand .fs-c-subgroupList__item:nth-child(n + 5) {
  display: none;
}

@media screen and (max-width: 1100px) {
  #filtersearch {
    padding: 0 !important;
  }
}

.filtersearch {
  background: #f2e1ce;
}

.filtersearch > dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.filtersearch > dl > dt {
  margin: 0;
  padding: 10px 0;
  width: 20%;
  text-indent: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .filtersearch > dl > dt {
    width: 30%;
  }
}

.filtersearch > dl > dt:nth-of-type(2),
.filtersearch > dl > dt:nth-of-type(4) {
  background: #f2e8dc;
}

.filtersearch > dl > dd {
  margin: 0;
  padding: 10px 10px 10px 0;
  width: 80%;
}

@media screen and (max-width: 1100px) {
  .filtersearch > dl > dd {
    width: 70%;
  }
}

.filtersearch > dl > dd:nth-of-type(2),
.filtersearch > dl > dd:nth-of-type(4) {
  background: #f2e8dc;
}

.filtersearch > dl > dd label {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.filtersearch > dl > dd label:last-child {
  margin-right: 0;
}

.filtersearch > dl > dd label span {
  display: inline-block;
  position: relative;
}

.filtersearch > dl > dd label span:before {
  content: "";
  border: 2px solid #e6dcd1;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  margin-right: 5px;
}

.filtersearch > dl > dd label span:after {
  content: "";
  background: #8ec641;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -6px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  opacity: 0;
}

.filtersearch > dl > dd label input:checked + span:after {
  opacity: 1;
}

.filtersearch > dl > dd label input:checked + span:before {
  border-color: #8ec641;
}

.filtersearch > dl > dd input[type="radio"] {
  display: none;
}

.filtersearch > dl > dd input[name="minprice"] {
  width: 8em;
  margin-right: 10px;
  background: #fcf5ed;
  border: 1px solid #e6dcd1;
}

@media screen and (max-width: 1100px) {
  .filtersearch > dl > dd input[name="minprice"] {
    width: 4em;
  }
}

.filtersearch > dl > dd input[name="maxprice"] {
  width: 8em;
  margin-left: 10px;
  background: #fcf5ed;
  border: 1px solid #e6dcd1;
}

@media screen and (max-width: 1100px) {
  .filtersearch > dl > dd input[name="maxprice"] {
    width: 4em;
  }
}

.filtersearch .btn-wrap {
  padding: 10px;
  text-align: center;
}

.search-keyword-input input[type="text"] {
  background: #fcf5ed;
  border: 1px solid #e6dcd1;
  padding: 10px 5px;
  font-size: 1.4rem;
  -webkit-appearance: none;
}

.hotkeyword {
  font-size: 1.2rem;
  line-height: 1.6em;
  zoom: 1;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .hotkeyword {
    margin: 10px 0 0;
  }
}

.hotkeyword dt {
  color: #cc3000;
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 1100px) {
  .hotkeyword dt {
    float: none;
    clear: both;
    margin: 0 0 5px;
  }
}

.hotkeyword dt:before {
  content: "";
  background: url(../img/icon-hotkeyword.png) no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}

.hotkeyword dd {
  zoom: 1;
  overflow: hidden;
  margin: 0;
}

.hotkeyword dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.hotkeyword dd ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.hotkeyword dd a {
  display: inline-block;
  border-radius: 10px;
  padding: 2px 10px;
  transition: color 0.3s, background 0.3s;
  font-size: 1rem;
  line-height: 1.6em;
}

.hotkeyword dd a:link, .hotkeyword dd a:visited {
  background: #fed0c2;
  color: #cc3000;
  text-decoration: none;
}

.hotkeyword dd a:hover, .hotkeyword dd a:active {
  background: #cc3000;
  color: #fff;
  text-decoration: none;
}

#newitem .fs-c-productList__list__item:nth-child(n + 5) {
  display: none;
}

#newitem .fs-c-productListItem__control {
  display: none;
}

.important-notice {
  border: 2px solid #cc0000;
  padding: 10px;
  background: #ffeeee;
  color: #cc0000;
}

.important-notice h2 {
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  padding: 0;
  margin: 0 0 5px;
}

.important-notice h2:before {
  content: "!";
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: #cc0000;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  color: #fff;
  text-align: center;
}

.important-notice p {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 0;
  margin: 0;
}

.category-ladies {
  border-color: #f29c9f !important;
}

.category-ladies .fs-c-subgroupList__item:before {
  background: #ffe5e6 !important;
}

.category-ladies .fs-c-subgroupList__link:hover {
  color: #f29c9f;
}

#sub-inner-ladies .fs-c-subgroupList__item:before {
  background: #ffe5e6 !important;
}

#sub-inner-ladies .fs-c-subgroupList__link:hover {
  color: #f29c9f;
}

.category-mens {
  border-color: #3353de !important;
}

.category-mens .fs-c-subgroupList__item:before {
  background: #d9e0ff !important;
}

.category-mens .fs-c-subgroupList__link:hover {
  color: #3353de;
}

#sub-inner-mens .fs-c-subgroupList__item:before {
  background: #d9e0ff !important;
}

#sub-inner-mens .fs-c-subgroupList__link:hover {
  color: #3353de;
}

.category-kids {
  border-color: #ea8941 !important;
}

.category-kids-girl {
  border-color: #ff3c74 !important;
}

.category-kids-girl .fs-c-subgroupList__item:before {
  background: #ffd8e3 !important;
}

.category-kids-girl .fs-c-subgroupList__link:hover {
  color: #ff3c74;
}

.category-kids-boy {
  border-color: #1eb988 !important;
}

.category-kids-boy .fs-c-subgroupList__item:before {
  background: #d2f1e7 !important;
}

.category-kids-boy .fs-c-subgroupList__link:hover {
  color: #1eb988;
}

.category-tab .tab {
  background: #e6e6e6;
  padding: 10px 10px 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}

.category-tab .tab.kids li {
  width: 49%;
}

.category-tab .tab li {
  width: 33.2%;
}

.category-tab .tab li a {
  opacity: 0.3;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6em;
  border-radius: 4px 4px 0 0;
  transition: opacity 0.3s;
}

.category-tab .tab li a:link, .category-tab .tab li a:visited {
  color: #fff;
}

.category-tab .tab li a:hover, .category-tab .tab li a:active {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.category-tab .tab li.active a {
  opacity: 1;
}

.category-tab .tab li.tab-ladies a {
  background: #f29c9f;
}

.category-tab .tab li.tab-mens a {
  background: #3353de;
}

.category-tab .tab li.tab-kids a {
  background: #ea8941;
}

.category-tab .tab li.tab-kids-girl a {
  background: #ff3c74;
}

.category-tab .tab li.tab-kids-boy a {
  background: #1eb988;
}

.category-tab .tab-contents-wrapper .tab-contents {
  border-top: 4px solid #ccc;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.category-tab .tab-contents-wrapper .tab-contents.active {
  display: block;
  opacity: 1;
}

.category-tab .tab-contents-wrapper .tab-contents .tab-sub-ttl {
  margin: 0;
  padding: 5px 5px 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6em;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 2px solid #ccc;
  background: #f2f2f2;
  color: #fff;
}

.category-tab .tab-contents-wrapper .tab-contents .tab-sub-ttl span {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 6px 6px 0 0;
  background: #ccc;
}

.category-tab .tab-contents-wrapper .tab-contents .tab-sub-ttl.boy {
  border-bottom-color: #1eb988;
}

.category-tab .tab-contents-wrapper .tab-contents .tab-sub-ttl.boy span {
  background: #1eb988;
}

.category-tab .tab-contents-wrapper .tab-contents .tab-sub-ttl.girl {
  border-bottom-color: #ff3c74;
}

.category-tab .tab-contents-wrapper .tab-contents .tab-sub-ttl.girl span {
  background: #ff3c74;
}

.category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup {
  margin: 0;
}

.category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList {
  border-left: 1px solid #cccccc;
}

.category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList:before,
.category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList:after {
  width: 25%;
}

@media screen and (max-width: 1100px) {
  .category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList:before,
  .category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList:after {
    width: 50%;
  }
}

.category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
  margin: 0;
  width: 25%;
  position: relative;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 1100px) {
  .category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
    width: 50%;
  }
}

.category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item:before {
  content: "";
  height: 100%;
  width: 40px;
  background: #fafafa;
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  height: auto;
  position: absolute;
  left: 0;
  z-index: 2;
}

.category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image img {
  border: none;
}

.category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label {
  padding: 10px 10px 10px 50px;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .category-tab .tab-contents-wrapper .tab-contents .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label {
    font-size: 1.2rem;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 1100px) {
  .bnrlist {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}

.bnrlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bnrlist ul li {
  font-size: 0;
  line-height: 0;
}

.bnrlist ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .bnrlist ul li {
    text-align: center;
  }
}

.linklist {
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .linklist {
    margin-bottom: 40px;
  }
}

.linklist ul {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 0;
}

.linklist ul li {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 25%;
  box-sizing: border-box;
  transition: inherit;
}

@media screen and (max-width: 1100px) {
  .linklist ul li {
    width: 50%;
  }
}

.linklist ul li a {
  display: block;
  padding: 10px 30px 10px 10px;
  margin: 0;
  position: relative;
  white-space: nowrap;
  transition: background-color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
}

.linklist ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/icon-arrow-b.png) no-repeat center center;
  background-size: 100% auto;
  right: 0;
  top: 50%;
  margin-top: -15px;
  transform: rotate(90deg);
}

.linklist ul li a:link, .linklist ul li a:visited {
  color: #261f18;
}

.linklist ul li a:hover, .linklist ul li a:active {
  color: #261f18;
  background-color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.toggledown {
  padding: 0;
  background: #fff9f2;
  border-top: 1px solid #e5e0da;
}

.toggledown > dt {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #e5e0da;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.toggledown > dt:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  width: 3px;
  height: 16px;
  background: #261f18;
  top: 50%;
  margin-top: -8px;
  border-radius: 4px;
  transition: 0.3s;
}

.toggledown > dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  width: 3px;
  height: 16px;
  background: #261f18;
  top: 50%;
  margin-top: -8px;
  border-radius: 4px;
  transform: rotate(-90deg);
  transition: 0.3s;
}

.toggledown > dt.active:before {
  transform: rotate(-45deg);
}

.toggledown > dt.active:after {
  transform: rotate(-134deg);
}

.toggledown > dd {
  display: none;
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px solid #e5e0da;
  background: #fff;
}

.block {
  zoom: 1;
  overflow: hidden;
}

.block:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}

.block p:first-child {
  margin-top: 0;
}

.image {
  font-size: 0;
  line-height: 0;
}

.image img {
  border: 1px solid #ccc;
}

.fleft {
  float: left;
  margin: 0 40px 20px 0;
  text-align: center;
  width: calc(50% - 40px);
}

.fleft.pt-b {
  width: calc(30% - 40px);
}

@media screen and (max-width: 1100px) {
  .fleft {
    float: none;
    clear: both;
    margin: 0 0 20px;
    width: auto;
  }
  .fleft.pt-b {
    float: left;
    margin: 0 20px 20px 0;
    width: calc(30% - 20px);
  }
}

.fright {
  float: right;
  margin: 0 0 20px 40px;
  text-align: center;
  width: calc(50% - 40px);
}

@media screen and (max-width: 1100px) {
  .fright {
    float: none;
    clear: both;
    margin: 0 0 20px;
    width: auto;
  }
}

.text {
  zoom: 1;
  overflow: hidden;
}

.btn-wrap {
  text-align: center;
}

.btn-wrap-two {
  text-align: center;
}

.btn-wrap-two .btn:first-child {
  margin-right: 20px;
}

.required:after {
  content: "※";
  color: #f00;
  font-weight: 500;
}

.caution {
  text-indent: -1em;
  padding-left: 1em;
}

/*Futureshop*/
/*FS 1カラム*/
#fs_Login #k-sub,
#fs_ShoppingCart #k-sub,
#fs_MyPageTop #k-sub,
#fs_MyWishList #k-sub,
#fs_MyOrders #k-sub,
#fs_MyReviews #k-sub,
#fs_MyAddressBook #k-sub,
#fs_NewAddress #k-sub,
#fs_EditPassword #k-sub,
#fs_MyAccountSettings #k-sub,
#fs_Register #k-sub,
#fs_WishListLogin #k-sub,
#fs_MyPoints #k-sub,
#fs_Checkout #k-sub,
#fs_ShoppingCartLogin #k-sub,
#fs_NewsletterSubscribe #k-sub,
#fs_CheckoutWithAmazon #k-sub,
#fs_CustomerDetails #k-sub {
  display: none;
}

#fs_Login .fs-l-pageMain,
#fs_ShoppingCart .fs-l-pageMain,
#fs_MyPageTop .fs-l-pageMain,
#fs_MyWishList .fs-l-pageMain,
#fs_MyOrders .fs-l-pageMain,
#fs_MyReviews .fs-l-pageMain,
#fs_MyAddressBook .fs-l-pageMain,
#fs_NewAddress .fs-l-pageMain,
#fs_EditPassword .fs-l-pageMain,
#fs_MyAccountSettings .fs-l-pageMain,
#fs_Register .fs-l-pageMain,
#fs_WishListLogin .fs-l-pageMain,
#fs_MyPoints .fs-l-pageMain,
#fs_Checkout .fs-l-pageMain,
#fs_ShoppingCartLogin .fs-l-pageMain,
#fs_NewsletterSubscribe .fs-l-pageMain,
#fs_CheckoutWithAmazon .fs-l-pageMain,
#fs_CustomerDetails .fs-l-pageMain {
  width: 1100px;
}

@media screen and (max-width: 1100px) {
  #fs_Login .fs-l-pageMain,
  #fs_ShoppingCart .fs-l-pageMain,
  #fs_MyPageTop .fs-l-pageMain,
  #fs_MyWishList .fs-l-pageMain,
  #fs_MyOrders .fs-l-pageMain,
  #fs_MyReviews .fs-l-pageMain,
  #fs_MyAddressBook .fs-l-pageMain,
  #fs_NewAddress .fs-l-pageMain,
  #fs_EditPassword .fs-l-pageMain,
  #fs_MyAccountSettings .fs-l-pageMain,
  #fs_Register .fs-l-pageMain,
  #fs_WishListLogin .fs-l-pageMain,
  #fs_MyPoints .fs-l-pageMain,
  #fs_Checkout .fs-l-pageMain,
  #fs_ShoppingCartLogin .fs-l-pageMain,
  #fs_NewsletterSubscribe .fs-l-pageMain,
  #fs_CheckoutWithAmazon .fs-l-pageMain,
  #fs_CustomerDetails .fs-l-pageMain {
    width: 100%;
  }
}

/*FS 見出し*/
.fs-c-heading {
  font-weight: 500;
  border-bottom: none;
}

@media screen and (min-width: 1100px) {
  .fs-c-heading {
    padding-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .fs-c-heading {
    padding: 0;
  }
}

.fs-c-documentArticle__heading {
  background: #f2f2f2;
  color: #261f18;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 500;
}

.fs-c-subSection__title {
  padding-bottom: 10px;
}

.fs-c-wishlistProduct__title {
  padding-bottom: 10px;
}

.fs-c-documentColumn__heading {
  padding: 10px;
}

/*FS コンテンツ*/
.fs-c-documentArticle {
  padding: 0;
}

.fs-c-documentArticle__content {
  padding: 0;
}

/*FS トピックパス*/
nav.fs-c-breadcrumb {
  padding-top: 10px;
}

div.fs-c-breadcrumb {
  display: none;
}

.fs-c-breadcrumb {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .fs-c-breadcrumb {
    width: auto;
  }
}

.fs-c-breadcrumb ol {
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4em;
}

@media screen and (max-width: 1100px) {
  .fs-c-breadcrumb ol {
    font-size: 1rem;
    line-height: 1.4em;
    padding: 0 10px;
  }
}

.fs-c-breadcrumb ol li {
  color: #808080;
}

.fs-c-breadcrumb ol li a:link, .fs-c-breadcrumb ol li a:visited {
  color: #808080;
  text-decoration: none;
}

.fs-c-breadcrumb ol li a:hover, .fs-c-breadcrumb ol li a:active {
  color: #8ec641;
  text-decoration: underline;
}

/*FS プレビューモードヘッダー削除*/
.fs-preview-header {
  display: none;
}

/*FS 子グループ一覧の指定*/
.fs-c-subgroup {
  margin: 20px 0;
}

.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-subgroupList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.fs-c-subgroupList:before {
  content: "";
  display: block;
  width: calc(25% - 15px);
  order: 1;
}

.fs-c-subgroupList:after {
  content: "";
  display: block;
  width: calc(25% - 15px);
}

.fs-c-subgroupList__item {
  flex-grow: inherit;
  flex-basis: inherit;
  margin-top: auto;
  margin-bottom: 20px;
  width: calc(25% - 15px);
}

@media screen and (max-width: 1100px) {
  .fs-c-subgroupList__item {
    width: calc(50% - 5px);
  }
}

@media screen and (min-width: 768px) {
  .fs-c-subgroupList__item {
    flex-basis: inherit;
    margin-left: 0;
    margin-top: auto;
  }
}

@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item {
    flex-basis: inherit;
    margin-left: 0;
    margin-top: auto;
  }
}

.fs-c-subgroupList__link {
  transition-property: inherit;
  transition-duration: inherit;
  transition-timing-function: inherit;
  transition-delay: inherit;
  background: none;
  border: none;
  color: inherit;
  display: block;
  height: auto;
  padding: 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.fs-c-subgroupList__link:visited, .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
  color: inherit;
  text-decoration: none;
}

.fs-c-subgroupList__link:hover {
  background: none;
  color: #665340;
}

.fs-c-subgroupList__link:hover .fs-c-subgroupList__image {
  opacity: 0.6;
}

.fs-c-subgroupList__link::after {
  display: none;
}

.fs-c-subgroupList__image {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-bottom: 10px;
  transition: opacity 0.3s;
}

.fs-c-subgroupList__image img {
  border: 1px solid #ccc;
}

.fs-c-subgroupList__label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.fs-c-subgroupList__comment {
  font-size: 1.2rem;
  line-height: 1.6em;
}

/*FS コラムリスト*/
.fs-pt-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fs-pt-column:before {
  content: "";
  display: block;
  order: 1;
  width: calc(25% - 15px);
}

@media screen and (max-width: 1100px) {
  .fs-pt-column:before {
    width: calc(50% - 5px);
  }
}

.fs-pt-column:after {
  content: "";
  display: block;
  width: calc(25% - 15px);
}

@media screen and (max-width: 1100px) {
  .fs-pt-column:after {
    width: calc(50% - 5px);
  }
}

.fs-pt-column__item {
  display: block;
  padding: 0;
  width: calc(25% - 15px);
}

@media screen and (max-width: 1100px) {
  .fs-pt-column__item {
    width: calc(50% - 5px);
  }
}

.fs-pt-column__item:after {
  content: "詳細を見る";
  border: 1px solid #8ec641;
  padding: 1px 10px;
  border-radius: 12px;
  display: inline-block;
  color: #8ec641;
  font-size: 1.2rem;
  line-height: 1.6em;
  transition: color 0.3s, background 0.3s;
}

.fs-pt-column__item:link, .fs-pt-column__item:visited {
  text-decoration: none;
}

.fs-pt-column__item:hover, .fs-pt-column__item:active {
  text-decoration: none;
}

.fs-pt-column__item:hover:after, .fs-pt-column__item:active:after {
  background: #8ec641;
  color: #fff;
}

.fs-pt-column__item .fs-pt-column__image {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}

.fs-pt-column__item .fs-pt-column__heading {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #261f18;
}

.fs-pt-column__item .fs-pt-column__description {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6em;
  color: #808080;
}

/*FS ボタン*/
.fs-c-button--primary {
  padding: 0.8em 1.6em;
}

.fs-c-button--secondary {
  padding: 0.8em 1.6em;
}

.fs-c-button--standard {
  padding: 0.8em 1.6em;
}

.fs-c-button--addToCart--list {
  background: #c10102;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2em;
  padding: 0.8em 1.6em;
}

.fs-c-button--addToCart--list:hover, .fs-c-button--addToCart--list:active {
  background: #c10102;
  color: #fff;
  text-decoration: none;
}

/*FS 商品一覧*/
.fs-c-productList__controller,
.fs-c-coordinationList__controller,
.fs-c-staffList__controller {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.fs-c-productList__controller:first-of-type {
  margin-bottom: 20px;
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-sortItems {
  border: none;
}

.fs-c-sortItems__label {
  border: none;
}

.fs-c-sortItems__label:after {
  content: "：";
}

@media screen and (max-width: 1100px) {
  .fs-c-sortItems__label {
    display: none;
  }
}

.fs-c-sortItems__list {
  border: none;
}

.fs-c-sortItems__list__item.is-active {
  background: #8ec641;
}

.fs-c-sortItems__list__item a, .fs-c-sortItems__list__item span {
  line-height: 1.6rem;
}

.fs-c-pagination__item.is-active {
  background: #8ec641;
}

@media screen and (max-width: 1100px) {
  .fs-c-listControl__status {
    font-size: 1.2rem;
    line-height: 1.6em;
  }
}

.fs-c-productList__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fs-c-productList__list:before {
  content: "";
  display: block;
  width: calc(25% - 15px);
  order: 1;
}

@media screen and (max-width: 1100px) {
  .fs-c-productList__list:before {
    width: calc(50% - 5px);
  }
}

.fs-c-productList__list:after {
  content: "";
  display: block;
  width: calc(25% - 15px);
}

@media screen and (max-width: 1100px) {
  .fs-c-productList__list:after {
    display: none;
  }
}

.fs-c-productList__list .fs-c-productName__copy,
.fs-c-productList__list .fs-c-productListItem__productDescription {
  display: none;
}

.fs-c-productList__list__item {
  border-bottom: none;
  padding: 0;
  width: calc(25% - 15px);
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .fs-c-productList__list__item {
    width: calc(50% - 5px);
  }
}

.fs-c-productListItem__productName {
  margin-bottom: 0;
}

.fs-c-productListItem__productName a:link, .fs-c-productListItem__productName a:visited {
  text-decoration: none;
}

.fs-c-productListItem__productName a:hover, .fs-c-productListItem__productName a:active {
  text-decoration: none;
}

.fs-c-productListItem__productName a .fs-c-productName__copy {
  color: #7f5f46;
  font-size: 1rem;
  line-height: 1.6em;
}

.fs-c-productListItem__productName a .fs-c-productName__name {
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #261f18;
}

.fs-c-productListItem__image img {
  border: 1px solid #cccccc;
  width: 100%;
  height: auto;
}

.fs-c-productListItem__productDescription {
  font-size: 1.2rem;
  line-height: 1.6em;
}

.fs-c-productPrice__main__label {
  font-size: 1.2rem;
  line-height: 1.6em;
}

.fs-c-productPrice__addon__label {
  font-size: 1rem;
  line-height: 1.6em;
}

.fs-c-productListItem__control .fs-c-button--viewProductDetail {
  font-size: 1.4rem;
  line-height: 1.6em;
}

.fs-body-category .fs-l-main .fs-c-subgroup {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }
}

.fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
.fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after {
  width: 25%;
}

@media screen and (max-width: 1100px) {
  .fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
  .fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after {
    width: 50%;
  }
}

.fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
  margin: 0;
  width: 25%;
  position: relative;
  margin-bottom: 10px;
  /*&:before{
						content: "";
						height: 100%;
						width: 40px;
						background: #fafafa;
						position: absolute;
						display: block;
						pointer-events: none;
						z-index: 1;
					}*/
}

@media screen and (max-width: 1100px) {
  .fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
    margin: 0;
    width: 50%;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}

.fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image {
  width: 40px;
  height: 40px;
  height: auto;
  float: left;
  left: 0;
  z-index: 2;
  margin-right: 10px;
  margin-bottom: 0;
}

.fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image img {
  border: none;
}

.fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label {
  padding: 10px;
  margin: 0;
  zoom: 1;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label {
    font-size: 1.2rem;
    line-height: 1.6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.fs-body-category .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image + .fs-c-subgroupList__label {
  padding-left: 0;
}

@media screen and (max-width: 1100px) {
  .fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList,
  .fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList,
  .fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList,
  .fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList {
    border: none;
  }
}

.fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
.fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after,
.fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
.fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after,
.fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
.fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after,
.fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
.fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after {
  width: calc(25% - 8px);
}

@media screen and (max-width: 1100px) {
  .fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
  .fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after,
  .fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
  .fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after,
  .fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
  .fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after,
  .fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList:before,
  .fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList:after {
    width: calc(50% - 5px);
  }
}

.fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item,
.fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item,
.fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item,
.fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
  width: calc(25% - 8px);
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item,
  .fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item,
  .fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item,
  .fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
    width: calc(50% - 5px);
    border: none;
  }
}

.fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image,
.fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image,
.fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image,
.fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image {
  width: 100%;
  height: auto;
  float: none;
  clear: both;
  margin-right: auto;
  margin-bottom: 10px;
}

.fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image img,
.fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image img,
.fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image img,
.fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image img {
  border: 1px solid #ccc;
}

.fs-body-category.fs-body-category-feature .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label,
.fs-body-category.fs-body-category-brand .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label,
.fs-body-category.fs-body-category-chara .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label,
.fs-body-category.category-pt-a .fs-l-main .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label {
  padding: 0;
}

/*FS ショッピングカート*/
.fs-c-cartTable__dataCell--action {
  white-space: nowrap;
}

/*FS 商品詳細*/
.fs-l-productLayout {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fs-l-productLayout .fs-l-productLayout__item--1 {
  width: calc(60% - 10px);
}

@media screen and (max-width: 1100px) {
  .fs-l-productLayout .fs-l-productLayout__item--1 {
    width: 100%;
  }
}

.fs-l-productLayout .fs-l-productLayout__item--2 {
  width: calc(40% - 10px);
}

@media screen and (max-width: 1100px) {
  .fs-l-productLayout .fs-l-productLayout__item--2 {
    width: 100%;
    padding: 0 10px;
  }
}

.fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .size-btn {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .size-btn {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }
}

.fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .size-btn a {
  border: 2px solid #8ec641;
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #8ec641;
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  border-radius: 20px;
  transition: color 0.3s, background 0.3s;
  background: #fff;
}

.fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .size-btn a:link, .fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .size-btn a:visited {
  color: #8ec641;
  text-decoration: none;
}

.fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .size-btn a:hover, .fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .size-btn a:active {
  color: #fff;
  text-decoration: none;
  background: #8ec641;
}

.fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .fs-c-inquiryAboutProduct {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 1100px) {
  .fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .fs-c-inquiryAboutProduct {
    width: calc(50% - 5px);
  }
}

.fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .fs-c-inquiryAboutProduct button {
  border: 2px solid #8ec641;
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #8ec641;
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  border-radius: 20px;
  transition: color 0.3s, background 0.3s;
  background: #fff;
}

.fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .fs-c-inquiryAboutProduct button:link, .fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .fs-c-inquiryAboutProduct button:visited {
  color: #8ec641;
  text-decoration: none;
}

.fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .fs-c-inquiryAboutProduct button:hover, .fs-l-productLayout .fs-l-productLayout__item--2 .btn-wrap .fs-c-inquiryAboutProduct button:active {
  color: #fff;
  text-decoration: none;
  background: #8ec641;
}

.item-slider {
  position: relative;
  transition: opacity 0.3s;
  opacity: 0;
}

.item-slider.slick-initialized {
  opacity: 1;
}

.item-slider .fs-c-productPlainImage {
  font-size: 0;
  line-height: 0;
  text-align: center;
  float: left;
  vertical-align: middle;
}

.item-slider .fs-c-productPlainImage img {
  border: 1px solid #cccccc;
  width: 100%;
  height: auto;
  display: inherit;
}

@media screen and (max-width: 1100px) {
  .item-slider .fs-c-productPlainImage img {
    border-left: none;
    border-right: none;
  }
}

.item-slider .slick-arrow {
  display: block;
  background: rgba(38, 31, 24, 0.5);
  position: absolute;
  top: 44%;
  margin-top: -15px;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 9998;
  transition: background 0.3s;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.item-slider .slick-arrow:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon-arrow-w.png) no-repeat center center;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.item-slider .slick-arrow:hover {
  background: #261f18;
}

.item-slider .slick-arrow.slick-next {
  right: -15px;
}

@media screen and (max-width: 1100px) {
  .item-slider .slick-arrow.slick-next {
    right: 5px;
  }
}

.item-slider .slick-arrow.slick-prev {
  left: -15px;
  transform: scale(-1, 1);
}

@media screen and (max-width: 1100px) {
  .item-slider .slick-arrow.slick-prev {
    left: 5px;
  }
}

.item-slider .draggable {
  overflow: hidden;
}

.item-slider .slick-dots {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.item-slider .slick-dots li {
  border-radius: 0;
  width: 10%;
  height: auto;
  margin: 0 !important;
  padding: 0;
  transition: opacity 0.3s;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.item-slider .slick-dots li img {
  opacity: 0.3;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .item-slider .slick-dots li {
    width: 12.5%;
  }
}

.item-slider .slick-dots li:hover img {
  opacity: 0.8;
}

.item-slider .slick-dots li.slick-active img {
  opacity: 1;
}

.item-slider .slick-dots li .thumb {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.item-slider .slick-dots li .thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-slider .slick-dots li .thumb span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.item-slider .slick-dots li:last-child {
  margin-right: auto !important;
}

@media screen and (max-width: 1100px) {
  .fs-l-productLayout__item-bottom {
    padding: 0 10px;
  }
}

.fs-c-productMainImage__expandButton {
  display: none;
}

.fs-c-productMainImage .fs-c-productMainImage__image img {
  border: 1px solid #ccc;
}

.fs-c-productThumbnail {
  display: flext;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
}

.fs-c-productThumbnail__image {
  width: calc(10% - 5px);
  margin: 0 0 5px 5px;
  flex-basis: auto;
  min-width: inherit;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.fs-c-productThumbnail__image img {
  border: 1px solid #ccc;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.fs-c-productThumbnail__image:hover img {
  opacity: 1;
}

.fs-c-productThumbnail__image.is-active > img {
  border-width: 1px;
  opacity: 1;
}

.fs-c-productNameHeading {
  margin-top: 0;
}

.fs-c-productNameHeading .fs-c-productNameHeading__copy {
  color: #7f5f46;
  font-size: 1.2rem;
  line-height: 1.6em;
  font-weight: 400;
  display: block;
}

.fs-c-productNameHeading .fs-c-productNameHeading__name {
  line-height: 1.6em;
}

.fs-p-productDescription--full {
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .fs-p-productDescription--full {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}

.fs-p-productDescription--full hr {
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

.fs-c-productNumber {
  border: none;
  padding: 0;
}

.fs-c-productPointDisplay {
  padding: 8px;
  color: #fff600;
  background: rgba(38, 31, 24, 0.9);
}

.fs-c-productReview__aggregateRating {
  width: 100%;
}

.fs-c-aggregateRating__rating::before {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 500;
}

.fs-c-productReview__reviewList {
  width: 100%;
}

.fs-c-productReview {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .fs-c-productReview {
    margin-bottom: 40px;
  }
}

.fs-c-productReview .fs-c-productReview__allReviews {
  width: calc(50% - 5px);
}

@media screen and (max-width: 1100px) {
  .fs-c-productReview .fs-c-productReview__allReviews {
    width: calc(60% - 5px);
  }
}

@media screen and (max-width: 413px) {
  .fs-c-productReview .fs-c-productReview__allReviews {
    width: 100%;
  }
}

.fs-c-productReview .fs-c-productReview__allReviews a {
  border: 2px solid #8ec641;
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #8ec641;
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  border-radius: 20px;
  transition: color 0.3s, background 0.3s;
  background: #fff;
}

.fs-c-productReview .fs-c-productReview__allReviews a:link, .fs-c-productReview .fs-c-productReview__allReviews a:visited {
  color: #8ec641;
  text-decoration: none;
}

.fs-c-productReview .fs-c-productReview__allReviews a:hover, .fs-c-productReview .fs-c-productReview__allReviews a:active {
  color: #fff;
  text-decoration: none;
  background: #8ec641;
}

.fs-c-productReview .fs-c-productReview__addReview {
  width: calc(50% - 5px);
}

@media screen and (max-width: 1100px) {
  .fs-c-productReview .fs-c-productReview__addReview {
    width: calc(40% - 5px);
  }
}

@media screen and (max-width: 413px) {
  .fs-c-productReview .fs-c-productReview__addReview {
    width: 100%;
  }
}

.fs-c-productReview .fs-c-productReview__addReview a {
  border: 2px solid #8ec641;
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #8ec641;
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  border-radius: 20px;
  transition: color 0.3s, background 0.3s;
  background: #fff;
}

.fs-c-productReview .fs-c-productReview__addReview a:link, .fs-c-productReview .fs-c-productReview__addReview a:visited {
  color: #8ec641;
  text-decoration: none;
}

.fs-c-productReview .fs-c-productReview__addReview a:hover, .fs-c-productReview .fs-c-productReview__addReview a:active {
  color: #fff;
  text-decoration: none;
  background: #8ec641;
}

.fs-c-reviewList__item:first-child {
  border: none !important;
}

.fs-c-reviewList__item:first-child .fs-c-reviewInfo__date,
.fs-c-reviewList__item:first-child .fs-c-reviewRating,
.fs-c-reviewList__item:first-child .fs-c-reviewList__item__body {
  margin-left: 10px;
  margin-right: 10px;
}

.fs-c-reviewList__item {
  border: none !important;
  padding: 0;
}

.fs-c-reviewList__item .fs-c-reviewer {
  padding: 10px;
  background: #fff9f2;
}

.fs-c-reviewList__item .fs-c-reviewer .fs-c-reviewer__name {
  margin-right: 10px;
  font-weight: 500;
}

.fs-c-reviewList__item .fs-c-reviewList__item__body {
  font-size: 1.4rem;
  line-height: 1.6em;
  border-radius: 4px;
}

.fs-p-snsArea {
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
  display: block;
}

.fs-p-snsArea ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  clear: both;
  text-align: center;
}

.fs-p-snsArea:before {
  content: "この商品をSNSでシェアする";
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: 500;
  display: block;
  clear: both;
  text-align: center;
}

.fs-p-snsArea li {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  margin: 0 7px;
}

.fs-p-snsArea li:first-child {
  margin-left: 0;
}

.fs-p-snsArea li:last-child {
  margin-right: 5px;
}

.fs-p-snsArea li iframe {
  margin: 0 !important;
}

.fs-c-returnedSpecialContract {
  display: none;
}

#giftwrapping {
  padding-bottom: 0;
  border-bottom: 0;
}

#giftwrapping .fs-c-documentArticle__heading {
  background: #fff9f2;
  border-top: 1px solid #e5e0da;
  border-bottom: 1px solid #e5e0da;
}

.fs-body-product-65127 #giftwrapping {
  display: none;
}

@media screen and (min-width: 1100px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .sp-hide {
    display: none;
  }
}

#popup {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 999999;
}

#popup #popup-inner #popup-inner-contents {
  width: 400px;
  height: 530px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -265px;
}

@media screen and (max-width: 1100px) {
  #popup #popup-inner #popup-inner-contents {
    width: 260px;
    height: 370px;
    margin-left: -130px;
    margin-top: -185px;
  }
}

#popup #popup-inner #popup-inner-contents img {
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#popup #popup-inner #popup-inner-contents .btn-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}

#popup #popup-inner #popup-inner-contents .btn-wrapper .btn {
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #b31500;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 1.4rem;
  transition: background 0.3s;
}

#popup #popup-inner #popup-inner-contents .btn-wrapper .btn:hover, #popup #popup-inner #popup-inner-contents .btn-wrapper .btn:active {
  background: #f00;
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  #popup #popup-inner #popup-inner-contents .btn-wrapper .btn {
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
}

#popup #popup-inner #popup-inner-contents .btn-wrapper .btn:last-child {
  background: #808080;
  margin-top: 10px;
}

#popup #popup-inner #popup-inner-contents .btn-wrapper .btn:last-child:hover, #popup #popup-inner #popup-inner-contents .btn-wrapper .btn:last-child:active {
  background: #999;
}

#popup #popup-inner .btn-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: 175px;
  margin-top: -285px;
  transition: transform 0.3s;
}

@media screen and (max-width: 1100px) {
  #popup #popup-inner .btn-close {
    margin-left: 105px;
    margin-top: -200px;
  }
}

#popup #popup-inner .btn-close:hover {
  transform: rotate(90deg);
}

#popup #popup-inner .btn-close:before {
  content: "";
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(45deg);
  background: #fff;
  border-radius: 4px;
}

#popup #popup-inner .btn-close:after {
  content: "";
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(-45deg);
  background: #fff;
  border-radius: 4px;
}

#footer-fix {
  pointer-events: none;
  width: 100%;
  background: rgba(157, 197, 91, 0.98);
  /*background: rgba(73,61,50,0.98);*/
  color: #fff600;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 9998;
  transition: opacity 0.3s, bottom 0.3s;
}

#footer-fix strong {
  color: #fff600;
}

.ft-block {
  zoom: 1;
  overflow: hidden;
}

.ft-block:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.ft-block p {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 1023px) {
  .ft-block p {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.ft-block p:first-child {
  margin-top: 0;
}

.ft-block p img {
  width: 100%;
  height: auto;
}

.ft-block h1:not(:first-child), .ft-block h2:not(:first-child), .ft-block h3:not(:first-child), .ft-block h4:not(:first-child), .ft-block h5:not(:first-child), .ft-block h6:not(:first-child) {
  margin-top: 2em;
}

.ft-block h1:not(:last-child), .ft-block h2:not(:last-child), .ft-block h3:not(:last-child), .ft-block h4:not(:last-child), .ft-block h5:not(:last-child), .ft-block h6:not(:last-child) {
  margin-bottom: 1.5em;
}

.ft-block h2 {
  padding: 0.6em;
  border-left: 5px solid #493d32;
  background: #f6f6f6;
  font-weight: 700;
}

.ft-block h3 {
  padding-bottom: 0.5em;
  padding: 0.6em;
  background: #f6f6f6;
}

.fs-c-heading.ft-ttl {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6em;
  text-align: left !important;
  padding-bottom: 1em;
  color: #493d32;
  border-bottom: 2px solid #493d32;
}

.eyecatch {
  font-size: 0;
  line-height: 0;
  text-align: center;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}

.eyecatch p {
  font-size: 1rem;
  line-height: 1.6em;
}

#feature .list .fs-c-subgroupList .fs-c-subgroupList__item {
  margin-top: 0;
}

#feature .list .fs-c-subgroupList .fs-c-subgroupList__item:nth-of-type(n + 5) {
  display: none;
}


/* メインビジュアルバグ回避 */
.js-on #k-mv .mv {
    display: none;
}

/* メインビジュアル時限設定用 */
.timerHidden{ display: none;}
.timerVisible{ display: block;}
