@charset "UTF-8";
/*------------------------------
fs_original.css
Date: 2019-07-24
Author: TORIYAMA Yuko
-----------------------------*/
/* header
--------------------------------------------- */
.fs-l-page {
  padding-top: 74px;
}

.fs-preview-header {
  margin-bottom: 0;
}

.header-banner {
  background: #e6540b;
  height: 0;
  padding-top: 3.33333%;
  min-height: 30px;
}

.fs-l-header {
  position: fixed;
  width: 100%;
  height: 74px;
  top: 0;
  background: #FFF;
  z-index: 2;
}

body.fixed-header .fs-l-header {
  border-bottom: solid 1px #F5F5F5;
  background: rgba(255, 255, 255, 0.85);
}

.header-top-nav {
  display: none;
}

.fs-l-header__contents {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: flex;
}

.fs-l-header__contents .branding {
  width: 120px;
}

.fs-l-header__contents .branding .description {
  font-size: 10px;
}

.fs-l-header__contents .branding .fs-l-header__logo {
  width: 72px;
  position: relative;
}

.fs-l-header__contents .branding .fs-l-header__logo .fs-p-logo_2 {
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 58.33333%;
  background: url("../images/kururi_logo.png") no-repeat left top/contain;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.fs-l-header__contents .branding .fs-l-header__logo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fs-l-header__contents .header-right-menu {
  width: calc(100% - 120px);
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-l-header__contents .fs-p-drawerButton {
  line-height: 1;
}

.fs-l-header__contents .icon-nav {
  width: 100%;
  position: relative;
  z-index: 2;
}

.fs-l-header__contents .icon-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-l-header__contents .icon-nav > ul > li {
  padding: 4px;
}

.fs-l-header__contents .icon-nav > ul > li.amazon-pay {
  display: none;
}

.fs-l-header__contents .icon-nav > ul > li > a,
.fs-l-header__contents .icon-nav > ul > li > label {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0;
}

.fs-l-header__contents .icon-nav > ul > li > a:before,
.fs-l-header__contents .icon-nav > ul > li > label:before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3c3c3c;
  display: block;
  font-size: 30px;
}

.fs-l-header__contents .icon-nav > ul > li > a span,
.fs-l-header__contents .icon-nav > ul > li > label span {
  display: none;
}

.fs-l-header__contents .icon-nav > ul > li.favorite a:before {
  content: "\e919";
}

.fs-l-header__contents .icon-nav > ul > li.mypage a:before {
  content: "\e936";
}

.fs-l-header__contents .icon-nav > ul > li.fs-p-headerNavigation__viewCartButton a:before {
  content: "\e91e";
}

.fs-l-header__contents .icon-nav > ul > li.search label:before {
  content: "\e932";
}

.fs-l-header {
  padding-bottom: 8px;
}

.fs-l-header .gnavi {
  background: #F2F2F2;
  margin-top: 5px;
  width: 100%;
}

.fs-l-header .gnavi ul{
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 1200px;
}

.fs-l-header .gnavi li a{
  color: #7E7E7E;
  display: block;
  font-size: 13px;
  height: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  text-decoration: none;
}

.hotkeyword {
  width: 100%;
}

.hotkeyword .hotkeyword_search {
  margin: 2vw auto;
  width: 80vw;
}

.hotkeyword .hotkeyword_search form{
  border: 1px solid #CCC;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 3px 5px;
  width: 100%;
}

.hotkeyword .hotkeyword_search form .fs-p-searchForm__input{
  padding: 0;
  width: calc(100% - 2.2em);
}

.hotkeyword .hotkeyword_search form .fs-p-inputGroup__button{
  background: none;
}

.hotkeyword .hotkeyword_search form .fs-p-inputGroup__button:before{
  color: #3c3c3c;
  content: "\e932";
}

.hotkeyword .hotkeyword_word{
  margin: 0 5vw;
  padding: 0;
  overflow-x: scroll;
  white-space: nowrap;
  width: 90vw;
}

.hotkeyword .hotkeyword_word:after {
  content: "";
  display: table;
  clear: both;
}

.hotkeyword .hotkeyword_word a{
  background: #F5F5F5;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
}

.fs-l-header {
  padding-bottom: 0;
}

.fs-l-header .fs-p-inputGroup {
  width: 260px;
  background: #FFF;
  border-color: #CCC;
}

.fs-l-header .fs-p-inputGroup input {
  padding: 2px;
}

.fs-l-header .fs-p-inputGroup__button {
  background: #CCC;
  height: auto;
}

.fs-l-header .fs-p-inputGroup__button:before {
  content: "";
  color: #FFF;
  background: url("../images/icon_search_white.png") no-repeat center center/20px;
}

.fs-l-header .fs-l-header__utility :last-child {
  align-self: auto;
}

.fs-l-header .information {
  display: none;
}

/* pankuzu
--------------------------------------------- */
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0 0 0 8px;
  margin: 0 auto;
  font-size: 11px;
}

.fs-c-breadcrumb li,
.fs-c-breadcrumb li a {
  color: #AAA;
}

.fs-c-breadcrumb li:last-child {
  width: 12em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
}

.fs-c-breadcrumb li:before {
  font-size: 1rem;
  padding: 0 4px;
}

/* main
--------------------------------------------- */
.fs-l-main {
  margin-top: 0;
}

/* free phone
--------------------------------------------- */
.fs-p-phoneOrder {
  color: #AAA;
}

.fs-p-phoneOrder .fs-p-phoneOrder__phoneLabel {
  font-size: 12px;
}

.fs-p-phoneOrder .fs-p-phoneOrder__phoneNum {
  margin-left: 0;
}

.fs-p-phoneOrder .fs-p-phoneOrder__addition {
  font-size: 0.86em;
}

/* drawer info
--------------------------------------------- */
.fs-p-drawer {
  padding: 0;
  z-index: 3;
}

.fs-p-drawer .fs-p-drawer__buttonContainer {
  position: absolute;
  top: 4px;
  right: 0;
}

.fs-p-drawer .fs-p-drawer__buttonContainer .fs-p-drawerButton__icon {
  font-size: 2rem;
}

.fs-p-drawer .fs-p-drawer__buttonContainer .fs-p-drawerButton__label {
  display: none;
}

.fs-p-drawer .fs-clientInfo {
  padding: 12px 0 12px 8px;
}

.fs-p-drawer .fs-clientInfo .fs-l-header__welcomeMsg,
.fs-p-drawer .fs-clientInfo .fs-p-phoneOrder__phoneLabel {
  font-size: 1.2rem;
  padding-left: 0;
}

.fs-p-drawer .fs-clientInfo .fs-p-drawer__welcomeMsg {
  margin: 0;
}

.fs-p-drawer .fs-clientInfo .fs-p-drawer__loginLogout {
  padding: 10px;
}

.fs-p-drawer .fs-clientInfo .fs-p-phoneOrder {
  text-align: center;
}

.fs-p-drawer .fs-clientInfo .fs-p-memberInfo + .register {
  margin-top: 8px;
  display: none;
}

.fs-p-drawer .fs-clientInfo .fs-p-memberInfo + .register a {
  padding: 4px 12px 4px 20px;
  position: relative;
  color: #FFF;
  background: #3c3c3c;
  border-radius: 16px;
}

.fs-p-drawer .fs-clientInfo .fs-p-memberInfo + .register a:before {
  position: absolute;
  top: 32%;
  left: 12px;
  content: "";
  border: 4px solid transparent;
  border-right-width: 4px;
  border-left-color: transparent;
  border-right-width: 1px;
  border-left-color: currentColor;
  display: inline-block;
  height: 0;
  width: 0;
}

.fs-p-drawer .fs-clientInfo .fs-p-memberInfo.is-loggedIn--false + .register {
  display: block;
}

.k-sidebar {
  width: 260px;
}

.k-sidebar a,
.k-sidebar span {
  color: #3c3c3c;
  text-decoration: none;
  padding: 8px;
  display: block;
}

.k-sidebar a:hover {
  background-color: #f3f3f3;
}

.k-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.k-sidebar > ul > li {
  border-top: solid 1px #666;
  font-size: 1.2rem;
}

.k-sidebar > ul > li > span {
  padding: 8px;
  display: block;
  font-weight: bold;
  background: #F6F6F6;
}

.k-sidebar > ul > li > a {
  font-weight: bold;
  position: relative;
  background: #F6F6F6;
}

.k-sidebar > ul > li > a:after {
  position: absolute;
  top: 34%;
  right: 8px;
  content: "";
  border: 4px solid transparent;
  border-right-width: 4px;
  border-left-color: transparent;
  border-right-width: 1px;
  border-left-color: currentColor;
  display: inline-block;
  height: 0;
  width: 0;
}

.k-sidebar > ul > li.inquiry {
  border-bottom: dotted 1px #666;
  margin-bottom: 10px;
}

.k-sidebar > ul > li.inquiry li {
  text-align: center;
}

.k-sidebar > ul > li.inquiry li:first-child {
  width: 34%;
}

.k-sidebar > ul > li.inquiry li:first-child a {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.k-sidebar > ul > li.inquiry li:last-child {
  width: 66%;
}

.k-sidebar > ul > li.inquiry li:last-child span {
  padding: 6px 8px;
}

.k-sidebar > ul > li > ul {
  border-top: dotted 1px #666;
}

.k-sidebar > ul > li > ul.two-column {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.k-sidebar > ul > li > ul.two-column li {
  width: 50%;
}

.k-sidebar > ul > li > ul.two-column li:nth-child(odd) {
  border-right: dotted 1px #666;
}

.k-sidebar > ul > li > ul.two-column li:nth-child(n+3) {
  border-top: dotted 1px #666;
}

.k-sidebar > ul > li > ul.two-column li:nth-child(even):nth-last-child(2) {
  border-bottom: dotted 1px #666;
}

.k-sidebar > ul > li > ul.two-column li a {
  padding: 6px 8px;
}

.k-sidebar > ul > li > ul:not([class]) li:not([class]) a {
  position: relative;
}

.k-sidebar > ul > li > ul:not([class]) li:not([class]) a:after {
  position: absolute;
  top: 34%;
  right: 8px;
  content: "";
  border: 4px solid transparent;
  border-right-width: 4px;
  border-left-color: transparent;
  border-right-width: 4px;
  border-left-color: transparent;
  border-right-width: 1px;
  border-left-color: currentColor;
  display: inline-block;
  height: 0;
  width: 0;
}

.k-sidebar > ul li.dropdown {
  border-bottom: dotted 1px #666;
}

.k-sidebar > ul li.dropdown.store {
  border-bottom: none;
}

.k-sidebar > ul li.dropdown.store ul {
  background: #FFF;
}

.k-sidebar > ul li.dropdown.store ul a {
  font-weight: normal;
}

.k-sidebar > ul li.dropdown.store ul a:after {
  content: none !important;
}

.k-sidebar > ul li.dropdown > a {
  position: relative;
}

.k-sidebar > ul li.dropdown > a:after {
  position: absolute;
  top: 30%;
  right: 8px;
  speak: none;
  content: '+';
  width: 10px;
  height: 10px;
  font-weight: bold;
  line-height: 1;
  border: none;
}

.k-sidebar > ul li.dropdown.open > a:after {
  content: '-';
}

.k-sidebar > ul li.dropdown.open > ul {
  border-top: dotted 1px #666;
}

.k-sidebar > ul li.dropdown > ul {
  display: none;
  padding-left: 8px;
  background-color: #F6F6F6;
}

.k-sidebar > ul li.dropdown > ul > li > a {
  font-weight: bold;
}

.k-sidebar > ul li.dropdown > ul > li ul {
  padding-left: 32px;
}

.k-sidebar > ul li.dropdown > ul > li ul li a {
  position: relative;
  padding: 4px 0 4px 12px;
}

.k-sidebar > ul li.dropdown > ul > li ul li a:before {
  position: absolute;
  top: 34%;
  left: 0;
  content: "";
  border: 4px solid transparent;
  border-right-width: 4px;
  border-left-color: transparent;
  border-right-width: 1px;
  border-left-color: #999;
  display: inline-block;
  height: 0;
  width: 0;
}

.k-sidebar .amazon-pay {
  width: 200px;
  margin: 10px auto;
}

.k-sidebar .amazon-pay img {
  display: block;
  width: 100%;
}

.k-sidebar .cashless {
  width: 180px;
  margin: 0 auto 10px;
}

.k-sidebar .cashless img {
  display: block;
  vertical-align: bottom;
}

.k-sidebar .postage {
  width: 200px;
  margin: 0 auto 20px;
  border: solid 2px #CCC;
  padding: 0 8px 0 0;
}

.k-sidebar .postage span {
  display: inline;
  color: #E61211;
  font-size: 2.4rem;
  padding: 0;
}

.k-sidebar .postage a {
  display: block;
  padding: 8px 8px 0 8px;
  background: url("../images/postage.png") no-repeat right bottom;
}

.k-sidebar .postage img {
  vertical-align: bottom;
}

.k-sidebar .banner {
  width: 200px;
  margin: 0 auto 10px;
}

.k-sidebar .banner a {
  display: block;
  padding: 0;
}

.k-sidebar .banner img {
  display: block;
  vertical-align: bottom;
}

.k-sidebar .banners {
  width: 200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-sidebar .banners a {
  padding: 0;
}

.k-sidebar .banners a img {
  vertical-align: bottom;
}

.k-sidebar .followme {
  width: 200px;
  margin: 20px auto;
}

.k-sidebar .followme strong {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.k-sidebar .followme li {
  width: calc(25% - 4px);
  border: none;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.k-sidebar .followme li a {
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
  background: url("../images/icon_facebook.png") no-repeat center center/contain;
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=75;
  opacity: 0.75;
}

.k-sidebar .followme li a:after {
  border: none;
}

.k-sidebar .followme li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=60;
  opacity: 0.6;
}

.k-sidebar .followme li.twitter a {
  background-image: url("../images/icon_twitter.png");
}

.k-sidebar .followme li.instagram a {
  background-image: url("../images/icon_instagram.png");
}

.k-sidebar .followme li.line a {
  background-image: url("../images/icon_line.png");
}

.k-sidebar ul.tagcloud {
  text-align: center;
}

.k-sidebar ul.tagcloud li {
  border: none;
  display: inline-block;
  margin: 3px 0;
}

.k-sidebar ul.tagcloud li a {
  display: inline-block;
  padding: 3px 10px;
  background: #EEE;
  color: #666;
  border-radius: 5px;
  font-size: 1.2rem;
}

.k-sidebar ul.tagcloud li a:hover {
  background: #F5F5F5;
}

.fs-p-heading--lv2 {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 1.4rem;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: solid 2px #CCC;
}

.fs-p-heading--lv2 a {
  color: #3c3c3c;
  position: relative;
  padding-right: 1em;
}

.fs-p-heading--lv2 a:after {
  position: absolute;
  top: 34%;
  right: 0;
  content: "";
  border: 4px solid transparent;
  border-right-width: 4px;
  border-left-color: transparent;
  border-right-width: 1px;
  border-left-color: currentColor;
  display: inline-block;
  height: 0;
  width: 0;
}

/* dropdown search form
--------------------------------------------- */
.dropdown-search {
  position: relative;
}

.dropdown-search .button {
  margin: 0;
  padding: 0 0 0 10px;
  background: none;
  color: #666;
  cursor: pointer;
  width: 2.2em;
  height: 1em;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.dropdown-search .button:before {
  border: none;
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e932";
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  text-indent: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 5px;
}

.dropdown-search .dropdown-area {
  position: absolute;
  top: 100%;
  right: -40px;
  z-index: 3;
  display: none;
}

.dropdown-search .fs-p-searchForm {
  padding-top: 10px;
  border: solid 1px #CCC;
  padding: 20px;
  background: #FFF;
}

.dropdown-search .fs-p-searchForm:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 50px;
  top: -15px;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #CCC;
  border-left: 10px solid transparent;
}

.dropdown-search .fs-p-searchForm:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 50px;
  top: -12px;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #FFF;
  border-left: 10px solid transparent;
}

.dropdown-search .fs-p-searchForm input {
  font-size: 1.4rem;
  padding: 5px;
}

.dropdown-search ul {
  list-style: none;
  padding-left: 0;
  padding-top: 16px;
}

.dropdown-search ul li {
  display: inline-block;
}

.dropdown-search ul li a {
  display: inline-block;
  padding: 4px 0;
  margin: 0;
  color: #3790e8 !important;
  font-size: 0.86em;
}

.dropdown-search ul li a:before {
  border: none;
}

.dropdown-search ul li a:after {
  width: 1em;
  height: 1em;
  content: "/";
  color: #3c3c3c;
}

.dropdown-search .search-close {
  display: block;
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
  color: #3790e8 !important;
}

.fs-p-ctrlSearch:checked + .dropdown-area {
  display: block;
}

/* Global MEGA Menu
--------------------------------------------- */
.fs-p-headerNavBar {
  position: relative;
  border-bottom: none;
  display: none;
}

.fs-p-headerNavBar > ul,
.fs-p-headerNavBar > li {
  margin: 0;
  padding: 0;
}

.fs-p-headerNavBar ul {
  *zoom: 1;
  list-style: none;
}

.fs-p-headerNavBar ul:after {
  content: "";
  display: table;
  clear: both;
}

.fs-p-headerNavBar ul.kgnavi-nav {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-left: 8px;
  margin: 0 auto;
}

.fs-p-headerNavBar ul.kgnavi-nav a,
.fs-p-headerNavBar ul.kgnavi-nav span {
  color: #3c3c3c;
  display: block;
}

.fs-p-headerNavBar ul.kgnavi-nav a:hover,
.fs-p-headerNavBar ul.kgnavi-nav span:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=85;
  opacity: 0.85;
}

.fs-p-headerNavBar ul.kgnavi-nav > li > a,
.fs-p-headerNavBar ul.kgnavi-nav > li > span {
  flex-direction: row;
  padding: 8px 30px 8px 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.fs-p-headerNavBar ul.kgnavi-nav > li:hover .mega-menu {
  max-height: 9999px;
  opacity: 1;
  padding: 5px 0;
}

.fs-p-headerNavBar ul.kgnavi-nav > li.has-submenu > a:after,
.fs-p-headerNavBar ul.kgnavi-nav > li.has-submenu > span:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  display: inline-block;
  content: '';
  border: 4px solid transparent;
  border-top-color: currentColor;
  margin-top: 4px;
  margin-left: 4px;
}

.fs-p-headerNavBar .mega-menu {
  background: #FFF;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 1.2rem;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .2s ease-in;
  z-index: 999;
}

.fs-p-headerNavBar .mega-menu > ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1216px;
  margin: 0 auto 8px;
  padding: 0 8px 1em 8px;
  background: #FFF;
  padding: 0 8px;
}

.fs-p-headerNavBar .mega-menu > ul > li {
  width: calc( (100% / 5));
  padding: 0;
}

.fs-p-headerNavBar .mega-menu > ul > li ul {
  padding-left: 2em;
  padding-top: 1em;
}

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li, .fs-p-headerNavBar .mega-menu.nav-service > ul > li {
  width: 32.7%;
  margin: 0.3%;
  text-align: center;
}

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li a, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li a, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li a, .fs-p-headerNavBar .mega-menu.nav-service > ul > li a {
  display: block;
  background: url("../images/image_750x360.jpg") no-repeat left top/contain;
  padding-top: 48%;
}

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li.omo a, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li.omo a, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li.omo a, .fs-p-headerNavBar .mega-menu.nav-service > ul > li.omo a {
  background-image: url("../images/shop_omo.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li.tokyo a, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li.tokyo a, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li.tokyo a, .fs-p-headerNavBar .mega-menu.nav-service > ul > li.tokyo a {
  background-image: url("../images/shop_tokyo.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li.wanocoto a, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li.wanocoto a, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li.wanocoto a, .fs-p-headerNavBar .mega-menu.nav-service > ul > li.wanocoto a {
  background-image: url("../images/wanocoto.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li.ginza a, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li.ginza a, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li.ginza a, .fs-p-headerNavBar .mega-menu.nav-service > ul > li.ginza a {
  background-image: url("../images/shop_ginza.jpg");
}

/* この中に書かれたものは習うの項目になります。 */

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li.kitsuke a, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li.kitsuke a, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li.kitsuke a, .fs-p-headerNavBar .mega-menu.nav-service > ul > li.kitsuke a {
  background-image: url("../wanocoto/kitsuke.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li.yukata a, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li.yukata a, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li.yukata a, .fs-p-headerNavBar .mega-menu.nav-service > ul > li.yukata a {
  background-image: url("../wanocoto/yukata.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li.mizuhiki a, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li.mizuhiki a, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li.mizuhiki a, .fs-p-headerNavBar .mega-menu.nav-service > ul > li.mizuhiki a {
  background-image: url("../wanocoto/mizuhiki.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-shop > ul > li.tablesado a, .fs-p-headerNavBar .mega-menu.nav-blog > ul > li.tablesado a, .fs-p-headerNavBar .mega-menu.nav-brand > ul > li.tablesado a, .fs-p-headerNavBar .mega-menu.nav-service > ul > li.tablesado a {
  background-image: url("../wanocoto/tablesado.jpg");
}

/* ここまでに書かれたものは習うの項目になります。 */

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li {
  width: 24.4%;
}

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li.sub_omo a {
  background-image: url("../images/sub_omo.png");
}

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li.sub_tokyo a {
  background-image: url("../images/sub_tokyo.png");
}

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li.sub_osaka a {
  background-image: url("../images/sub_ohsaka.png");
}

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li.sub_photo-g a {
  background-image: url("../images/sub_photo-g.png");
}

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li.sub_sakigake a {
  background-image: url("../images/sub_sakigake.png");
}

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li.sub_styles a {
  background-image: url("../images/sub_styles.png");
}

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li.sub_wanocoto a {
  background-image: url("../images/sub_wanocoto.png");
}

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li.sub_kururinokoto a {
  background-image: url("../images/sub_Kururiscolumn.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-blog > ul > li.sub_ginza a {
  background-image: url("../images/sub_ginza.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li {
  width: 16%;
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li a {
  background: url("../images/image_300x200.jpg") no-repeat left top/contain;
  padding-top: 66.66667%;
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_kururi a {
  background-image: url("../images/brand_ttl_main.gif");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_styles a {
  background-image: url("../images/brand_styles-logo300_200.png");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_wanocoto a {
  background-image: url("../images/wanocoto2.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_mizuho a {
  background-image: url("../images/mizuho.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_yonezawa a {
  background-image: url("../images/brand_yonezawa.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_ren a {
  background-image: url("../images/brand_ren.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_oribaka a {
  background-image: url("../images/brand_oribaka.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_haku a {
  background-image: url("../images/brand_haku.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_erihide a {
  background-image: url("../images/brand_erihide.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_bumkogawa a {
  background-image: url("../images/brand_bumkogawa.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_tod a {
  background-image: url("../images/brand_tod.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_hario a {
  background-image: url("../images/brand_hario.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_people-tree a {
  background-image: url("../images/brand_people-tree.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_nangoo a {
  background-image: url("../images/brand_nangoo.png");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_torie a {
  background-image: url("../images/brand_torie.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_suu a {
  background-image: url("../images/brand_suu.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_otoduki a {
  background-image: url("../images/brand_otoduki.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_sanpoyoshi a {
  background-image: url("../images/brand_sanpoyoshi.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_wademodern a {
  background-image: url("../images/brand_WadeMo.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_nihonbashi_o a {
  background-image: url("../images/brand_nihonbashi.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_kuroki a {
  background-image: url("../images/brand_kuroki.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-brand > ul > li.sub_itoi a {
  background-image: url("../images/brand_itoi.jpg");
}


.fs-p-headerNavBar .mega-menu.nav-shop > ul > li {
  width: calc(25% - 0.6%);
}

.fs-p-headerNavBar .mega-menu.nav-service > ul > li.beginners a {
  background-image: url("../images/sub_beginner.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-service > ul > li.concierge a {
  background-image: url("../images/sub_concierge.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-service > ul > li.wearing a {
  background-image: url("../images/sub_kitsuke-service.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-service > ul > li.repair a {
  background-image: url("../images/sub_size.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-service > ul > li.aftercare a {
  background-image: url("../images/sub_aftercare.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul {
  flex-wrap: wrap;
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li {
  width: 240px;
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li a,
.fs-p-headerNavBar .mega-menu.nav-category > ul > li span {
  padding: 0.4em 0;
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li > a,
.fs-p-headerNavBar .mega-menu.nav-category > ul > li span {
  font-size: 1.2em;
  border-bottom: dotted 1px #AAA;
  font-weight: bold;
  margin-right: 1em;
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li {
  padding: 1px;
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li a {
  background: url("../images/image_300x300.jpg") no-repeat left center/contain;
  padding: 8% 0 8% 30%;
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_denim a {
  background-image: url("../images/sub_denim.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_wear a {
  background-image: url("../images/sub_wear.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_washable a {
  background-image: url("../images/sub_polyester.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_summer_kimono a {
  background-image: url("../images/sub_summer_kimono.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_silk a {
  background-image: url("../images/sub_silk.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_brc a {
  background-image: url("../images/sub_brc.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_formal a {
  background-image: url("../images/sub_formal.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_yukata a {
  background-image: url("../images/sub_yukata.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_coordinate a {
  background-image: url("../images/sub_coordinate.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_nagoya a {
  background-image: url("../images/sub_nagoya.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_hanhaba a {
  background-image: url("../images/sub_hanhaba.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_fabricobi a {
  background-image: url("../images/sub_fabricobi.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_fukuro_obi a {
  background-image: url("../images/sub_fukuro_obi.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_haori a {
  background-image: url("../images/sub_haori.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_obiage a {
  background-image: url("../images/sub_obiage.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_obijime a {
  background-image: url("../images/sub_obijime.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_obidome a {
  background-image: url("../images/sub_obidome.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_jyuban a {
  background-image: url("../images/sub_jyuban.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_bag a {
  background-image: url("../images/sub_bag.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_wazakka a {
  background-image: url("../images/sub_wazakka.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_tenugui a {
  background-image: url("../images/sub_tenugui.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_shugi a {
  background-image: url("../images/sub_shugi.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_ochaseki a {
  background-image: url("../images/sub_ochaseki.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_kurasi a {
  background-image: url("../images/sub_kurasi.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_bunko-gawa a {
  background-image: url("../images/sub_bunko-gawa.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_mens a {
  background-image: url("../images/sub_mens.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_shawl a {
  background-image: url("../images/sub_shawl.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_michiyuki a {
  background-image: url("../images/sub_michiyuki.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_kitsuke-komono a {
  background-image: url("../images/sub_kitsuke-komono.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_hakimono a {
  background-image: url("../images/sub_hakimono.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_kanzashi a {
  background-image: url("../images/sub_kanzashi.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_kasa a {
  background-image: url("../images/sub_kasa.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_sensu a {
  background-image: url("../images/sub_sensu.jpg");
}

.fs-p-headerNavBar .mega-menu.nav-category > ul > li li.sub_book a {
  background-image: url("../images/sub_book.jpg");
}

/* drawer menu
--------------------------------------------- */
.drawer-overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.fs-p-ctrlDrawer:checked ~ .drawer-overlay {
  display: block;
}

.fs-p-ctrlDrawer + .fs-p-drawer .k-sidebar .for-pc {
  display: block;
}

.fs-p-ctrlDrawer + .fs-p-drawer .k-sidebar .for-sp {
  display: none;
}

.fs-p-ctrlDrawer:checked + .fs-p-drawer .k-sidebar .for-pc {
  display: none;
}

.fs-p-ctrlDrawer:checked + .fs-p-drawer .k-sidebar .for-sp {
  display: block;
}

/* Page title
--------------------------------------------- */
.fs-c-heading--page {
  font-weight: bold;
  margin-top: 16px;
  color: #3c3c3c;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 20px;
  border: none;
}

/* top notice
--------------------------------------------- */
ul.top-notice {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-notice li {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 8px 0;
  border-bottom: dotted 1px #DDD;
  font-size: 1.2rem;
}

ul.top-notice li time {
  width: 9em;
  font-weight: bold;
}

ul.top-notice li p {
  width: calc( 100% - 8em);
  margin: 0;
}

ul.top-notice li:last-child {
  margin-bottom: 16px;
}

/* staff blog for toppage
--------------------------------------------- */
ul.staff-blog {
  list-style: none;
  margin: 0 0 0 -8px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

ul.staff-blog li {
  width: calc( 50% - 8px);
  margin: 0 0 0 8px;
  padding-bottom: 3%;
  font-size: 1.2rem;
  position: relative;
  overflow: hidden;
}

ul.staff-blog li a {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #3c3c3c;
}

ul.staff-blog li a:hover {
  text-decoration: none;
}

ul.staff-blog li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=90;
  opacity: 0.9;
}

ul.staff-blog li img {
  width: 100%;
  vertical-align: bottom;
}

ul.staff-blog li h2 {
  font-size: inherit;
  font-weight: bold;
  margin: 0.6em 0;
}

ul.staff-blog li .entry-meta {
  margin-top: auto;
}

ul.staff-blog li .entry-meta .media {
  padding: 0 2px;
  font-size: 0.9em;
  line-height: 1;
  border-radius: 2px;
  border: solid 1px #3c3c3c;
}

ul.staff-blog li h2,
ul.staff-blog li p,
ul.staff-blog li .entry-meta {
  padding-left: 2px;
  padding-right: 2px;
}

ul.staff-blog li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 0.6em 0;
}

ul.staff-blog li .entry-eyecatch {
  position: relative;
  overflow: hidden;
}

ul.staff-blog li i.new {
  position: absolute;
  top: -8px;
  left: -34px;
  width: 84px;
  height: 30px;
  padding: 18px 0 0 0;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  background: #584c9d;
  text-align: center;
  transform: rotate(-45deg);
}

ul.staff-blog li i.off {
  position: absolute;
  top: -4px;
  left: -30px;
  width: 84px;
  height: 30px;
  padding: 18px 0 0 0;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  background: #e2133d;
  text-align: center;
  transform: rotate(-45deg);
}

/* brand list for brand page
--------------------------------------------- */
ul.brand-list {
  list-style: none;
  margin: 0 0 0 -8px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

ul.brand-list li {
  width: calc( 50% - 8px);
  margin: 0 0 0 8px;
  padding-bottom: 8px;
  font-size: 1.2rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

ul.brand-list li a {
  color: #3c3c3c;
}

ul.brand-list li a:hover {
  text-decoration: none;
}

ul.brand-list li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=90;
  opacity: 0.9;
}

ul.brand-list li img {
  display: block;
  width: 100%;
}

/* category navigation for kururi and styles
--------------------------------------------- */
.category-more .has-submenu {
  padding-bottom: 20px;
  position: relative;
}

.category-more .has-submenu > span {
  padding: 4px 8px;
  display: inline-block;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: solid 1px #3c3c3c;
  border-radius: 2px;
}

.category-more .has-submenu > span:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  display: inline-block;
  content: '';
  border: 4px solid transparent;
  border-top-color: currentColor;
  margin-top: 4px;
  margin-left: 4px;
}

.category-more .has-submenu:hover > span {
  border-color: transparent;
}

.category-more .has-submenu:hover > ul {
  max-height: 9999px;
  opacity: 1;
}

.category-more .has-submenu > ul {
  background: #FFF;
  border: solid 1px #3c3c3c;
  max-height: 0;
  opacity: 0;
  font-size: 1.2rem;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 8px;
  margin: 0;
  transition: all .2s ease-in;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.category-more .has-submenu > ul:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #3c3c3c;
  border-left: 10px solid transparent;
}

.category-more .has-submenu > ul:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -12px;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #FFF;
  border-left: 10px solid transparent;
}

.category-more .has-submenu > ul > li {
  padding: 0;
}

.category-more .has-submenu > ul > li > span {
  display: block;
  font-size: 1.2em;
  border-bottom: dotted 1px #AAA;
  padding-bottom: 0.4em;
  margin-right: 1em;
  font-weight: bold;
}

.category-more .has-submenu > ul > li ul {
  padding: 8px 20px 20px 0;
  flex-wrap: wrap;
  list-style: none;
}

.category-more .has-submenu > ul > li ul > li a,
.category-more .has-submenu > ul > li ul > li span {
  padding: 4px 0;
}

.category-more .has-submenu > ul > li ul > li a,
.category-more .has-submenu > ul > li ul > li span {
  display: block;
  margin-right: 1em;
  color: #3c3c3c;
}

.fs-p-dateList > li {
  border-color: #F5F5F5;
  border-style: dotted;
}

.fs-p-dateList > li:first-child {
  border: none;
}

/* product detail page
--------------------------------------------- */
.fs-system-product {
  position: relative;
}

.fs-system-product .product-cart-link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1216px;
  position: fixed;
  bottom: 55px;
  left: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.fs-system-product .product-cart-link .button {
  background-color: rgba(192, 192, 192, 0.4);
  border-radius: 100%;
  text-indent: -999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  padding: 10px;
}

.fs-system-product .product-cart-link .button, .fs-system-product .product-cart-link .button:hover {
  text-decoration: none;
}

.fs-system-product .product-cart-link .button span {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.fs-system-product .product-cart-link .button::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91e";
  display: block;
  color: #3c3c3c;
  font-size: 24px;
  line-height: 1;
  text-indent: 0;
  text-align: center;
}

.fs-system-product table.products_spec {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.fs-system-product table.products_spec th {
  width: 25%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #eee;
}

.fs-system-product table.products_spec td {
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.fs-system-product .products_area {
  width: auto;
}

.fs-system-product .products_area .products_area_img {
  padding: 0;
}

.fs-system-product .products_area .products_area_img img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.fs-system-product .products_area .products_area_box {
  width: auto;
  padding: 0;
  margin: 0 auto;
}

.fs-system-product .products_area .products_area_copy,
.fs-system-product .products_area h2 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1.4;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.fs-system-product .products_area h3 {
  font-size: 1em;
  font-weight: bold;
}

.fs-system-product .products_area .products_area_text {
  font-size: 0.94em;
  padding: 10px;
  line-height: 1.8;
  margin: 1em 0 2em;
}

.fs-system-product .products_area table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.fs-system-product .products_area table td {
  vertical-align: top;
}

.fs-system-product .products_area table img {
  display: block;
  width: 90%;
  margin: 0 auto 5px;
}

.fs-p-banner--registration,
.fs-c-productPointDisplay {
  background: #666;
  padding: 6px 12px;
}

.fs-c-productNotice--outOfStock {
  background: #f2f2f2;
}

.fs-c-button--primary {
  background: #af2318;
  border-color: #af2318;
}

.fs-c-button--addReview--detail,
.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--inquiryAboutProduct {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background: #f2f2f2;
  color: #3c3c3c;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  padding: 6px 12px;
  text-align: center;
  -webkit-box-shadow: 0 0 2px #dfdfdf;
  -moz-box-shadow: 0 0 2px #dfdfdf;
  box-shadow: 0 0 2px #dfdfdf;
}

.fs-c-button--addReview--detail:before,
.fs-c-button--particular.fs-c-button--addToWishList--detail:before,
.fs-c-button--inquiryAboutProduct:before {
  font-size: 1.4rem;
  padding-right: 2px;
}

.fs-c-button--subscribeToArrivalNotice--variation {
  background: #888;
}

.fs-c-button--subscribeToArrivalNotice--variation,
.fs-c-button--addToCart--variation,
.fs-c-button--addToCart--detail {
  border-radius: 4px;
}

.fs-c-button--addReview--detail {
  font-size: 1.2rem;
}

.fs-c-button--addReview--detail:hover {
  text-decoration: none;
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  margin-bottom: 0;
}

.fs-c-button--inquiryAboutProduct span {
  font-size: 1.2rem;
}

.fs-c-button--inquiryAboutProduct:hover {
  text-decoration: none;
}

.fs-c-button--inquiryAboutProduct:before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
}

.fs-c-button--particular.fs-c-button--addToWishList--detail:after {
  content: "";
}

.fs-c-button--particular.fs-c-button--addToWishList--detail:before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  font-size: 1.4em;
}

.fs-c-productPostage {
  font-size: 1.2rem;
}

.fs-l-footer {
  background: #F5F5F5;
  border-color: #F5F5F5;
}

.fs-l-footer .fs-p-footerCopyright {
  background-color: #3c3c3c;
}

.fs-l-footer .fs-p-footerPageTop {
  position: fixed;
  bottom: 5px;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.fs-l-footer .fs-p-footerPageTop .fs-p-footerPageTop__link {
  background-color: rgba(192, 192, 192, 0.4);
  border-radius: 100%;
  text-indent: -999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  padding: 10px;
}

.fs-l-footer .fs-p-footerPageTop .fs-p-footerPageTop__link span {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.fs-l-footer .fs-p-footerPageTop .fs-p-footerPageTop__link::before {
  font-size: 24px;
  font-size: 24px;
  line-height: 1;
  text-indent: 0;
  text-align: center;
}

/* banners
--------------------------------------------- */
.banners ul {
  margin: 0 0 20px -8px;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.banners ul li {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 8px 8px;
  width: calc( 100% / 2 - 8px);
}

.banners ul li a {
  color: #3c3c3c;
  display: block;
}

.banners ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=85;
  opacity: 0.85;
}

.banners ul li img {
  display: block;
  margin: 0 auto 8px;
  vertical-align: bottom;
}

.banners ul.service li {
  width: calc( 100% / 2 - 8px);
  margin-left: 8px;
}

/* Top carousel pagination
--------------------------------------------- */
#fs_Top .fs-c-slick .slick-prev, #fs_Top .fs-c-slick .slick-next {
  background: none;
}

#fs_Top .fs-c-slick .slick-dots li {
  padding: 0 8px;
}

#fs_Top .fs-c-slick .slick-dots li button::before {
  font-size: 8px;
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=40;
  opacity: 0.4;
}

#fs_Top .fs-c-slick .slick-dots li.slick-active button::before {
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=100;
  opacity: 1;
}

/* Top productListCarousel cancel Carousel
--------------------------------------------- */
.fs-c-productListCarousel.show-grid {
  flex-wrap: wrap;
  overflow-x: auto;
}

.fs-c-productListCarousel.show-grid .slick-track {
  width: auto !important;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
}

.fs-c-productListCarousel.show-grid .slick-slide {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  height: auto;
  margin-bottom: 2%;
  width: calc(49.8%);
}

.fs-c-productListCarousel.show-grid .slick-slide > div {
  display: flex !important;
  height: 100%;
}

.fs-c-productListCarousel.show-grid .fs-c-productListCarousel__list__item {
  flex-basis: 210px;
  max-width: auto;
  font-size: 1.2rem;
  position: relative;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  margin-bottom: 3%;
  margin: 0 0 3% 8px;
  flex-basis: auto;
  max-width: none;
  min-width: auto;
}

.fs-c-productListCarousel.show-grid .fs-c-button--carousel--prev,
.fs-c-productListCarousel.show-grid .fs-c-button--carousel--next {
  display: none;
}

.fs-c-productListCarousel.show-grid .fs-c-productListItem__productName {
  font-size: 1.2rem;
  padding: 0 4px;
  margin-bottom: 0.6em;
}

.fs-c-productListCarousel.show-grid .fs-c-productListItem__prices {
  margin-top: auto;
  padding: 0 4px;
}

.fs-c-productListCarousel.show-grid .fs-c-buttonContainer {
  margin: 0;
  padding: 0;
}

/* product page Description tab on mobile
--------------------------------------------- */
.fs-p-productDescription--short .productDescription-tabs {
  margin: 16px 0;
  position: relative;
  height: 30px;
  border-bottom: solid 1px #CCC;
}

.fs-p-productDescription--short .productDescription-tabs span {
  position: absolute;
  left: 5px;
  top: 0;
  display: inline-block;
  cursor: pointer;
  background: #EEE;
  border: solid 1px #CCC;
  padding: 5px;
  font-weight: bold;
  width: 7em;
  height: 30px;
  text-align: center;
}

.fs-p-productDescription--short .productDescription-tabs span + span {
  left: calc(7em + 10px);
}

.fs-p-productDescription--short .productDescription-tabs span + span + span {
  left: calc(14em + 15px);
}

.fs-p-productDescription--short .productDescription-tabs span.active {
  background: #FFF;
  border-bottom: solid 1px #FFF;
  height: 32px;
  top: -2px;
}

.fs-p-productDescription--short.show-tab div.detail,
.fs-p-productDescription--short.show-tab div.size,
.fs-p-productDescription--short.show-tab div.cautions {
  display: none;
}

.fs-p-productDescription--short.show-tab div.detail.active,
.fs-p-productDescription--short.show-tab div.size.active,
.fs-p-productDescription--short.show-tab div.cautions.active {
  display: block;
}

.banner_cashless {
  display: block;
  margin: 3% auto !important;
}

.fs-c-documentArticle__heading {
  padding: 8px;
  font-size: 1.6rem;
}

.fs-c-documentColumn__heading {
  color: #666;
  border-color: #666;
  padding: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}

/* member benefits
--------------------------------------------- */
ol.customer-service-benefits {
  list-style: none;
  counter-reset: circle 0;
  /* カウンターの初期値を０にセット */
  margin: 0;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}

ol.customer-service-benefits > li {
  position: relative;
  margin: 0 0 1em;
  padding: 16px 16px 16px 72px;
  background: #F5F5F5;
  min-height: 66px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

ol.customer-service-benefits > li:before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 50px;
  height: 50px;
  background: #FFF;
  content: "";
  display: block;
  border-radius: 50%;
  line-height: 1;
}

ol.customer-service-benefits > li:after {
  content: counter(circle);
  counter-increment: circle 1;
  display: block;
  color: #AAA;
  position: absolute;
  top: 20px;
  left: 8px;
  width: 50px;
  height: 50px;
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

ol.customer-service-benefits > li strong {
  border-bottom: solid 1px #FFF;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

table.customer-servic-stage {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.customer-servic-stage thead {
  display: none;
}

table.customer-servic-stage thead th {
  padding: 8px;
}

table.customer-servic-stage tbody th,
table.customer-servic-stage tbody td {
  display: block;
  text-align: left;
  padding: 8px;
  border: none;
}

table.customer-servic-stage tbody td {
  padding-left: 2.2em;
  border-bottom: dotted 1px #b2b2b2;
}

table.customer-servic-stage tbody td span {
  display: block;
  width: 100%;
}

table.customer-servic-stage tbody td span:before {
  display: block;
  width: 100%;
  height: 1em;
  background: #EEE;
  content: '';
  margin-bottom: 4px;
}

table.customer-servic-stage tbody td span.rate-7 {
  width: calc(( 7 / 10 ) * 100%);
}

table.customer-servic-stage tbody td span.rate-5 {
  width: calc(( 5 / 10 ) * 100%);
}

table.customer-servic-stage tbody td span.rate-3 {
  width: calc(( 3 / 10 ) * 100%);
}

table.customer-servic-stage tbody td span.rate-1 {
  width: calc(( 1 / 10 ) * 100%);
}

table.customer-servic-stage tbody td span.coupon-2000 {
  width: calc(( 2000 / 3000 ) * 100%);
}

table.customer-servic-stage tbody td span.coupon-1000 {
  width: calc(( 1000 / 3000 ) * 100%);
}

table.customer-servic-stage tbody td span.coupon-500 {
  width: calc(( 500 / 3000 ) * 100%);
}

table.customer-servic-stage tbody td:before {
  content: attr(label);
  font-weight: bold;
  display: block;
  font-size: 0.9em;
  margin-left: -2em;
}

table.customer-servic-stage tbody tr.vip th {
  background: #584c9d;
  color: #FFF;
  font-weight: bold;
}

table.customer-servic-stage tbody tr.vip td:before {
  color: #584c9d;
}

table.customer-servic-stage tbody tr.vip td span:before {
  background: #584c9d;
}

table.customer-servic-stage tbody tr.diamond th {
  background: #666;
  color: #FFF;
  font-weight: bold;
}

table.customer-servic-stage tbody tr.diamond td:before {
  color: #666;
}

table.customer-servic-stage tbody tr.diamond td span:before {
  background: #666;
}

table.customer-servic-stage tbody tr.platinum th {
  background: #999;
  color: #FFF;
  font-weight: bold;
}

table.customer-servic-stage tbody tr.platinum td:before {
  color: #999;
}

table.customer-servic-stage tbody tr.platinum td span:before {
  background: #999;
}

table.customer-servic-stage tbody tr.gold th {
  background: #e6bf56;
  font-weight: bold;
}

table.customer-servic-stage tbody tr.gold td:before {
  color: #e6bf56;
}

table.customer-servic-stage tbody tr.gold td span:before {
  background: #e6bf56;
}

/* shipping pricw
--------------------------------------------- */
table.shipping-price {
  margin: 0 auto 24px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.shipping-price thead {
  display: none;
}

table.shipping-price thead th {
  padding: 8px;
}

table.shipping-price tbody th,
table.shipping-price tbody td {
  display: block;
  text-align: left;
  padding: 8px;
  border: none;
}

table.shipping-price tbody th {
  border-top: 1px solid #b2b2b2;
}

table.shipping-price tbody td {
  padding-left: 2.2em;
  border-top: dotted 1px #b2b2b2;
}

table.shipping-price tbody td:before {
  content: attr(label);
  display: inline-block;
  font-size: 0.9em;
  padding-right: 2em;
  width: 7em;
  text-align: right;
}

/* kururi_category_ranking
--------------------------------------------- */
.FS2_Recommend2_recommend h3 {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 16x;
}

.FS2_Recommend2_recommend ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 -8px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.FS2_Recommend2_recommend ul li {
  width: calc( 100% / 3 - 8px);
  margin: 0 0 0 8px;
  font-size: 1.2rem;
  position: relative;
  display: none;
}

.FS2_Recommend2_recommend ul li:nth-child(1), .FS2_Recommend2_recommend ul li:nth-child(2), .FS2_Recommend2_recommend ul li:nth-child(3) {
  display: block;
}

.FS2_Recommend2_recommend ul li a {
  display: block;
  color: #3c3c3c;
}

.FS2_Recommend2_recommend ul li img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 8px;
}

.FS2_Recommend2_recommend ul li:after {
  position: absolute;
  top: -10px;
  left: 5px;
  background: #FFF;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-weight: bold;
  font-size: 0.9em;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.FS2_Recommend2_recommend ul li:nth-child(1):after {
  background: #e6bf56;
  color: #FFF;
  content: "1";
}

.FS2_Recommend2_recommend ul li:nth-child(2):after {
  background: #999;
  color: #FFF;
  content: "2";
}

.FS2_Recommend2_recommend ul li:nth-child(3):after {
  background: #d5896b;
  color: #FFF;
  content: "3";
}

.FS2_Recommend2_recommend ul li:nth-child(4):after {
  border: solid 1px #DDD;
  content: "4";
}

.FS2_Recommend2_recommend ul li:nth-child(5):after {
  border: solid 1px #DDD;
  content: "5";
}

/* Browsing history
--------------------------------------------- */
.FS2_Recommend2_container_history h3 {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.FS2_Recommend2_container_history ul {
  padding: 0;
  margin: 0 0 0 -8px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.FS2_Recommend2_container_history ul li {
  width: calc( 100% / 5 - 8px);
  margin: 0 0 8px 8px;
}

.FS2_Recommend2_container_history ul li a {
  display: block;
}

.FS2_Recommend2_container_history ul li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* sub category nav
--------------------------------------------- */
nav.sub-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

nav.sub-category ul li {
  width: calc( (100% /2 ));
  margin: 0 -1px -1px 0;
}

nav.sub-category ul li a {
  display: block;
  font-size: 1.2rem;
  color: currentColor;
  padding: 4px 16px 4px 8px;
  text-align: center;
  border: solid 1px currentColor;
  border-collapse: collapse;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

nav.sub-category ul li a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

nav.sub-category ul li a:after {
  position: absolute;
  top: 34%;
  right: 8px;
  content: "";
  border: 4px solid transparent;
  border-right-width: 4px;
  border-left-color: transparent;
  border-right-width: 1px;
  border-left-color: currentColor;
  display: inline-block;
  height: 0;
  width: 0;
}

/* about tag for cart page
--------------------------------------------- */
#about_tag {
  margin: 24px auto 0;
  font-size: .9em;
  color: #888;
  display: none;
}

#about_tag h2 {
  color: #C00;
  border-bottom: dotted 1px #C00;
}

.fs-l-checkout__mainColumn #about_tag {
  border: dotted 1px #C00;
  padding: 16px;
}

.fs-body-checkout-amazon .fs-l-checkout__mainColumn #about_tag {
  display: block;
}

/* care on free page
--------------------------------------------- */
ul.care-index {
  list-style: none;
  margin: 8px 0 24px 8px;
  padding: 0;
}

ul.care-index li {
  padding: 0;
  border-bottom: dotted 1px #728496;
}

ul.care-index li:last-child {
  border: none;
}

ul.care-index li a {
  display: block;
  padding: 4px 0;
}

ul.care-index li a:before {
  content: "";
  border: 4px solid transparent;
  border-right-width: 4px;
  border-left-color: transparent;
  border-right-width: 1px;
  border-left-color: currentColor;
  display: inline-block;
  height: 0;
  width: 0;
  padding-right: 4px;
}

.fs-c-documentArticle.care h3,
.fs-c-documentArticle.free h3 {
  border-bottom: dotted 1px #3C3C3C;
  padding-bottom: 4px;
}

.fs-c-documentArticle.care ol + h3,
.fs-c-documentArticle.care ul + h3,
.fs-c-documentArticle.care p + h3,
.fs-c-documentArticle.free ol + h3,
.fs-c-documentArticle.free ul + h3,
.fs-c-documentArticle.free p + h3 {
  margin-top: 24px;
}

.fs-c-documentArticle.care ul li, .fs-c-documentArticle.care ol li,
.fs-c-documentArticle.free ul li,
.fs-c-documentArticle.free ol li {
  margin-bottom: 8px;
}

.attention {
  color: #e2133d;
}

/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (min-width: 660px) {
  ul.staff-blog li {
    width: calc( 25% - 8px);
  }
  ul.staff-blog.column-2 li {
    width: calc( 50% - 8px);
  }
  ul.brand-list li {
    width: calc( 20% - 8px);
  }
  .FS2_Recommend2_recommend ul {
    margin-left: -16px;
  }
  .FS2_Recommend2_recommend ul li {
    width: calc( 100% / 5 - 16px);
    margin-left: 16px;
    display: block;
  }
  .FS2_Recommend2_container_history ul li {
    width: calc( 100% / 10 - 8px);
  }
  nav.sub-category ul li {
    width: calc( (100% / 3 ));
  }
  .banners ul.store li {
    width: calc( 100% / 3 - 8px);
  }
  .banners ul.service li {
    width: calc( 100% / 4 - 8px);
  }
  .fs-p-productDescription--short .productDescription-tabs {
    display: none;
  }
  .fs-p-productDescription--short.show-tab div.detail,
  .fs-p-productDescription--short.show-tab div.size,
  .fs-p-productDescription--short.show-tab div.cautions {
    display: block;
  }
  .fs-c-productListCarousel.show-grid .slick-slide {
    width: calc(25%);
  }
  .banner_cashless {
    width: 80%;
  }
  .fs-system-product .products_area {
    width: auto;
  }
  .fs-system-product .products_area .products_area_img {
    padding: 0 8%;
  }
  .fs-system-product .products_area .products_area_box {
    padding: 0 10%;
  }
  .fs-system-product .products_area .products_area_copy,
  .fs-system-product .products_area h2 {
    font-size: 1.44em;
  }
  .fs-system-product .products_area .products_area_text {
    font-size: 0.94em;
    padding: 0 4%;
    line-height: 1.8;
  }
}

/* --- fs-c-productCarouselMainImage for PC --- */
@media screen and (min-width: 960px) {
  .fs-c-breadcrumb li:last-child {
    width: 30em;
  }
  .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__image > img {
    max-width: 100%;
    margin: 0 auto;
  }
  .fs-c-productCarouselMainImage .fs-c-slick .slick-slide {
    width: 548px;
  }
  .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    overflow-x: auto;
  }
  table.customer-servic-stage {
    width: auto;
    max-width: 100%;
  }
  table.customer-servic-stage thead {
    display: table-header-group;
  }
  table.customer-servic-stage tbody th,
  table.customer-servic-stage tbody td {
    display: table-cell;
    border: solid 1px #b2b2b2;
  }
  table.customer-servic-stage tbody td {
    padding-left: 8px;
  }
  table.customer-servic-stage tbody td:before {
    display: none;
  }
  table.shipping-price {
    width: auto;
    max-width: 100%;
    margin: 0 0 24px 0;
  }
  table.shipping-price thead {
    display: table-header-group;
  }
  table.shipping-price tbody th,
  table.shipping-price tbody td {
    display: table-cell;
    border: solid 1px #b2b2b2;
  }
  table.shipping-price tbody td {
    padding-left: 8px;
    text-align: right;
  }
  table.shipping-price tbody td:before {
    display: none;
  }
}

/* --- PCs --- */
@media screen and (min-width: 1200px) {
  .fs-l-page {
    padding-top: 0;
  }
  .fs-l-header {
    position: relative;
    height: auto;
    top: auto;
    z-index: 3;
  }
  .header-top-nav {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: flex;
  }
  .header-top-nav .fs-l-header__welcomeMsg {
    width: 260px;
    padding: 0;
  }
  .header-top-nav .fs-l-header__welcomeMsg .fs-p-memberInfo {
    display: none;
  }
  .header-top-nav .fs-p-headerUtilityMenu {
    width: calc(100% - 260px);
  }
  .header-top-nav .fs-p-headerUtilityMenu .fs-pt-menu a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    padding-left: 15px;
  }
  .fs-l-header__contents {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-l-header__contents .branding {
    width: calc(100% - 360px);
    padding: 0;
    padding-left: 24%;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fs-l-header__contents .branding .description {
    padding-right: 8px;
  }
  .fs-l-header__contents .branding .fs-l-header__logo {
    width: 120px;
  }
  .fs-l-header__contents .header-right-menu {
    width: 360px;
    padding: 0;
    display: block;
    /*	.information {
				text-align: right;
				@include display-flex;
				justify-content: flex-end;
				margin-top: 8px;
				line-height: 1;

				.fs-p-phoneOrder {
					width: calc( 100% - 40px - 60px );
				}

				.amazon-pay {
					padding-left: 4px;
					width: 50px;

					img {
						vertical-align:bottom;
					}
				}

				.cashless {
					padding-left: 4px;
					width: 78px;

					img {
						vertical-align:bottom;
					}
				}

			} */
  }
  .fs-l-header__contents .icon-nav > ul > li.amazon-pay {
    display: block;
    padding-right: 0;
    width: 50px;
  }
  .fs-l-header__contents .fs-l-header__drawerOpener {
    display: none;
  }
  .fs-p-headerNavBar {
    display: block;
    margin-top: -15px;
    background: transparent;
  }
  .fs-p-headerNavBar .fs-p-headerNavigation {
    max-width: 1200px;
  }
  .fs-p-headerNavBar .fs-p-headerNavigation ul.kgnavi-nav {
    padding-left: 0;
  }
  .fs-l-header__contents {
    max-width: 1200px;
    margin: 0 auto;
  }
  .gnavi {
    margin-top: 100px;
  }
  .gnavi ul{
    justify-content: center;
  }
  .gnavi li a{
    margin: 0 30px;
  }
  body.fixed-header {
    padding-top: 144px;
  }
  body.fixed-header .fs-l-header {
    position: fixed;
    top: -68px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    transition-duration: .7s;
    transition-property: top;
  }
  body.fixed-header .fs-l-header.show {
    top: 0;
  }
  body.fixed-header .fs-l-header .header-top-nav,
  body.fixed-header .fs-l-header .information {
    display: none;
  }
  body.fixed-header .fs-l-header .fs-l-header__contents {
    align-items: flex-start;
  }
  body.fixed-header .fs-l-header .fs-l-header__contents .branding {
    width: 240px;
    height: 62px;
    padding-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  body.fixed-header .fs-l-header .fs-l-header__contents .branding .fs-l-header__logo {
    width: 72px;
  }
  body.fixed-header .fs-l-header .fs-l-header__contents .icon-nav > ul > li {
    padding-top: 2px;
  }
  body.fixed-header .fs-l-header .header-right-menu {
    width: calc( 100% - 120px);
  }
  body.fixed-header .fs-l-header .fs-p-headerNavBar {
    margin-top: -8px;
  }
  body.fixed-header .fs-l-header .fs-p-headerNavBar ul.kgnavi-nav {
    width: calc( 100% - 136px);
    margin-left: 120px;
    margin-top: -24px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  body.fixed-header .fs-l-header .fs-p-headerNavBar ul.kgnavi-nav > li > a,
  body.fixed-header .fs-l-header .fs-p-headerNavBar ul.kgnavi-nav > li > span {
    padding: 4px 0 2px 30px;
  }
  body.fixed-header .gnavi {
    background: none;
    left: calc(50% - 400px);
    position: absolute;
    top: 8px;
    margin-top: 8px;
    width: auto;
    z-index: 4;
  }
  body.fixed-header .gnavi li a{
    color: #3c3c3c;
    margin: 0 15px;
  }
  .fs-p-drawer {
    z-index: 2;
  }
  .fs-p-drawer .fs-clientInfo {
    display: none;
  }
  .k-sidebar {
    width: 220px;
  }
  .k-sidebar a,
  .k-sidebar span {
    padding: 8px 0;
  }
  .k-sidebar ul {
    margin-bottom: 20px;
  }
  .k-sidebar > ul > li {
    border-top-style: dotted;
  }
  .k-sidebar > ul > li > span {
    padding: 8px 0;
    background: none;
  }
  .k-sidebar > ul > li > a {
    background: none;
  }
  .k-sidebar > ul > li > a:after {
    right: 0;
  }
  .k-sidebar > ul > li ul {
    border-top: dotted 1px #666;
    display: block;
    padding-top: 6px;
  }
  .k-sidebar > ul > li ul li {
    font-size: 1.2rem;
  }
  .k-sidebar > ul > li ul li a {
    padding: 6px 8px;
  }
  .k-sidebar > ul > li.inquiry {
    border-bottom: none;
  }
  .k-sidebar > ul > li.inquiry li:first-child, .k-sidebar > ul > li.inquiry li:last-child {
    width: 100%;
  }
  .k-sidebar > ul > li.inquiry li:first-child a,
  .k-sidebar > ul > li.inquiry li:first-child span, .k-sidebar > ul > li.inquiry li:last-child a,
  .k-sidebar > ul > li.inquiry li:last-child span {
    display: block;
    text-align: left;
  }
  .k-sidebar > ul > li ul.two-column {
    border-top: dotted 1px #666;
    display: block;
    padding-top: 6px;
  }
  .k-sidebar > ul > li ul.two-column li {
    width: 100%;
  }
  .k-sidebar > ul > li ul.two-column li:nth-child(odd), .k-sidebar > ul > li ul.two-column li:nth-child(even):nth-last-child(2), .k-sidebar > ul > li ul.two-column li:nth-child(n+3) {
    border: none;
  }
  .k-sidebar > ul > li ul:not([class]) li:not([class]) a:after {
    display: none;
  }
  nav.sub-category ul li {
    width: calc( (100% / 5 ));
  }
  body:not(#fs_Top) .fs-l-main {
    margin-top: 12px;
  }
  .fs-l-pageMain {
    max-width: 928px;
  }
  .fs-c-breadcrumb .fs-c-breadcrumb__list {
    max-width: 1200px;
    padding: 8px 0;
  }
  .fs-c-heading--page {
    margin-top: 0;
    padding-top: 0;
  }
  ul.staff-blog {
    margin-left: -16px;
  }
  ul.staff-blog li {
    width: calc( 33.33% - 16px);
    margin-left: 16px;
  }
  ul.staff-blog li h2,
  ul.staff-blog li p,
  ul.staff-blog li .entry-meta {
    padding-left: 4px;
    padding-right: 4px;
  }
  ul.staff-blog.column-2 li {
    width: calc( 50% - 16px);
  }
  .fs-c-productListCarousel.show-grid .slick-track {
    margin-left: -16px;
  }
  .fs-c-productListCarousel.show-grid .fs-c-productListCarousel__list__item {
    margin-left: 16px;
  }
}

/* for IE 11
--------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, ul.staff-blog li .entry-eyecatch {
    min-height: 0%;
  }
}



/* 【202303】top */
  
 .fs-top-heading-underline202209_sabtitle {
   text-align: center;
   margin: 30px auto 30px;
  }
  
  .fs-top-heading-underline202209_sabtitle h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin: 0px auto 0px;
  }
  
  .fs-top-heading-underline202209_sabtitle p{
    font-size: 11px;
  }

.fs-top-link-btn_202209 {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  display: block;
  max-width: 250px;
  width: calc(100% - 30px);
  margin: 15px auto 70px;
  padding: 15px 0;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  text-align: center;
  border: 1px solid #000;
}

.fs-top-link-btn_202209:hover{
    background-color:#000000;
    color: #FFFFFF;
}