@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    body {
      min-width: 768px; } }
  @media print, screen and (max-width: 767px) {
    body {
      min-width: 2px; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/*================================================================
 *FILE					:_header.scss
 *DESCRIPTION   :ヘッダーパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* components
-----------------------------------------------------------------*/
.c-spNavArrow,
.fs-pt-menu__item--lv1 .fs-pt-menu__link--lv1 {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .c-spNavArrow::after,
    .fs-pt-menu__item--lv1 .fs-pt-menu__link--lv1::after {
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      content: "";
      width: 6px;
      height: 8px;
      margin-right: 2px;
      background-image: url(../svg/slider_arrow-b.svg);
      background-size: 6px 8px;
      background-repeat: no-repeat;
      background-position: center; } }
  @media print, screen and (max-width: 374px) {
    .c-spNavArrow::after,
    .fs-pt-menu__item--lv1 .fs-pt-menu__link--lv1::after {
      right: 15px; } }

.c-spNavToggle {
  position: relative;
  transition: background-color .3s ease; }
  @media print, screen and (max-width: 767px) {
    .c-spNavToggle.is-spChildOpen {
      background-color: #f8f8f8; } }
  @media print, screen and (max-width: 767px) {
    .c-spNavToggle.is-spChildOpen {
      background-color: #f8f8f8; } }
  @media print, screen and (max-width: 767px) {
    .c-spNavToggle::before, .c-spNavToggle::after {
      position: absolute;
      top: calc( 50% - 1px / 2);
      right: 30px;
      content: "";
      width: 10px;
      height: 1px;
      background-color: #6a6a6a; } }
  @media print, screen and (max-width: 374px) {
    .c-spNavToggle::before, .c-spNavToggle::after {
      right: 15px; } }
  @media print, screen and (max-width: 767px) {
    .c-spNavToggle::after {
      transform: rotate(90deg);
      transition: transform .2s ease; } }
  @media print, screen and (max-width: 767px) {
    .c-spNavToggle.is-spChildOpen::after {
      transform: rotate(0); } }

/*ヘッダーパーツ component
-----------------------------------------------------------------*/
/*ヘッダーパーツ style
-----------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  transition: background-color .3s ease, transform .3s ease; }
  [data-page="top"] #header {
    background-color: #ffffff; }
  [data-page="item_list"] #header,
  .fs-body-category #header {
    background-color: transparent; }
  @media print, screen and (min-width: 768px) {
    #header:hover {
      background-color: #ffffff; } }
  #header.is-spMenuOpen,
  .is-scrolled #header {
    background-color: #ffffff; }
  @media print, screen and (max-width: 767px) {
    .is-scrolled.has-information #header {
      transform: translateY(-31px); } }
  @media print, screen and (min-width: 768px) {
    .is-scrolled.has-information #header {
      transform: translateY(-39px); } }

.headerNews {
  opacity: 0;
  padding: 8px 40px;
  letter-spacing: .08em;
  line-height: 2.13;
  text-align: center;
  background-color: #efefef;
  overflow: hidden; }
  .headerNews.slick-initialized {
    opacity: 1; }
  @media print, screen and (max-width: 767px) {
    .headerNews {
      padding: 4px 15px;
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .headerNews {
      padding: 8px 40px;
      font-size: 11px; } }

.headerNews_node {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .08em;
  pointer-events: none; }
  @media print, screen and (max-width: 374px) {
    .headerNews_node {
      font-size: 10px; } }
  .headerNews_node.is-linked {
    pointer-events: auto;
    color: #539fc7; }

.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: auto; }
  @media print, screen and (max-width: 767px) {
    .headerInner {
      position: relative;
      height: 60px;
      padding: 0 15px; } }
  @media print, screen and (min-width: 768px) {
    .headerInner {
      min-width: 1024px;
      height: 80px;
      padding: 0 40px; } }

.headerLogo a {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .headerLogo a {
      transition: opacity .3s ease; }
      .headerLogo a:hover {
        opacity: .5; } }

@media print, screen and (max-width: 767px) {
  .headerLogo svg {
    width: 134px;
    height: 29px; } }

@media print, screen and (min-width: 768px) {
  .headerLogo svg {
    width: 174px;
    height: 37px; } }

@media print, screen and (max-width: 767px) {
  .headerNav {
    position: absolute;
    top: 100%;
    left: 101%;
    width: 100%;
    height: calc( 100vh - 60px);
    background-color: #ffffff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: left .3s ease;
    z-index: 1; } }

@media print, screen and (min-width: 768px) {
  .headerNav {
    height: inherit; } }

@media print, screen and (max-width: 767px) {
  .is-spMenuOpen .headerNav {
    left: 0; } }

@media print, screen and (max-width: 767px) {
  .has-information .headerNav {
    height: calc( 100vh - 91px); } }

@media print, screen and (max-width: 767px) {
  .is-scrolled.has-information .headerNav {
    height: calc( 100vh - 60px); } }

.headerNav_list {
  display: flex; }
  @media print, screen and (max-width: 767px) {
    .headerNav_list {
      flex-wrap: wrap;
      padding-bottom: 160px; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_list {
      height: inherit;
      align-items: center; } }

.headerNav_listNode {
  z-index: 10; }
  @media print, screen and (max-width: 767px) {
    .headerNav_listNode {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_listNode {
      display: flex;
      align-items: center;
      height: inherit;
      padding: 0 14px;
      padding: 0 1.1vw; } }
  @media screen and (min-width: 768px) and (max-width: 1130px) {
    .headerNav_listNode {
      padding: 0 10px; } }
  .headerNav_listNode-account svg {
    width: 15px;
    height: 17px;
    margin-right: 12px; }
  @media print, screen and (max-width: 767px) {
    .headerNav_listNode-wishlist {
      border-right: 1px solid #efefef; } }
  .headerNav_listNode-wishlist svg {
    width: 16px;
    height: 13px;
    margin-right: 12px; }
  .headerNav_listNode-search a {
    pointer-events: none; }
  .headerNav_listNode-search svg {
    width: 15px;
    height: 15px;
    margin-right: 12px; }

.headerNav_listNode_head {
  display: flex;
  align-items: center;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .headerNav_listNode_head {
      position: relative;
      cursor: pointer; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_listNode_head::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      width: 0;
      height: 1px;
      transition: width .3s ease;
      background-color: #000000; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_listNode_head:hover::after {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_listNode_head::after {
      bottom: auto;
      top: 63%; } }
  @media print, screen and (max-width: 767px) {
    .headerNav_listNode_head {
      height: 50px;
      padding: 0 30px;
      font-size: 13px;
      letter-spacing: .2em;
      font-weight: bold;
      border-bottom: 1px solid #efefef; }
      .headerNav_listNode:nth-of-type(1) .headerNav_listNode_head {
        border-top: 1px solid #efefef; } }
  @media print, screen and (max-width: 374px) {
    .headerNav_listNode_head {
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_listNode_head {
      height: 100%;
      font-size: 11px;
      letter-spacing: .2em;
      line-height: 1.2;
      cursor: pointer; } }
  @media screen and (min-width: 768px) and (max-width: 1130px) {
    .headerNav_listNode_head {
      font-size: 10px; } }

@media print, screen and (min-width: 1025px) {
  .headerNav_listNode:hover span.headerNav_listNode_head {
    font-weight: bold; } }

@media print, screen and (min-width: 1025px) {
  .headerNav_listNode:hover span.headerNav_listNode_head::after {
    width: 100%; } }

.headerNav_child {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .headerNav_child {
      position: absolute;
      background: #ffffff;
      width: 100%;
      left: 0;
      top: 100%;
      border-top: 1px solid #efefef;
      overflow-x: auto; } }

.headerNav_childBrand_head {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center; }

.headerNav_childInner {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  @media print, screen and (min-width: 768px) {
    .headerNav_childInner {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto repeat(4, 35px) auto repeat(3, 35px);
      min-width: 1024px;
      max-width: 1120px;
      padding: 48px 40px;
      margin: auto; } }
  .headerNav_child-items .headerNav_childInner {
    grid-template-rows: repeat(10, minmax(35px, auto)); }
  .headerNav_child-series .headerNav_childInner {
    grid-template-rows: repeat(9, minmax(35px, auto)); }

.headerNav_childHead {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .headerNav_childHead {
      display: block;
      padding: 13px 30px;
      font-weight: bold;
      border-bottom: 1px solid #efefef; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead {
      display: flex;
      align-items: center;
      max-width: 288px;
      margin-right: 20px; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.item-head-original, .headerNav_childHead.item-head-select, .headerNav_childHead.series-head-original, .headerNav_childHead.series-head-select {
      padding-bottom: 6px;
      font-size: 14px;
      font-weight: bold;
      border-bottom: 1px solid #efefef;
      margin-bottom: 10px; } }
  @media print, screen and (max-width: 767px) {
    .headerNav_childHead.item-noc, .headerNav_childHead.item-cku, .headerNav_childHead.item-kinto, .headerNav_childHead.item-onawa, .headerNav_childHead.item-amvel, .headerNav_childHead.series-noc, .headerNav_childHead.series-cku, .headerNav_childHead.series-kinto, .headerNav_childHead.series-onawa, .headerNav_childHead.series-amvel {
      font-weight: normal; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.item-all {
      grid-row: 1 / 2; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.item-sds {
      grid-row: 2 / 3; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.item-aac {
      grid-row: 3 / 4; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.item-noc {
      grid-row: 4 / 5; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.item-cku {
      grid-row: 5 / 6; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.item-kinto {
      grid-row: 6 / 7; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.item-onawa {
      grid-row: 7 / 8; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.item-amvel {
      grid-row: 8 / 9; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.series-sds {
      grid-row: 1 / 2; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.series-aac {
      grid-row: 2 / 3; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.series-noc {
      grid-row: 3 / 4; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.series-cku {
      grid-row: 4 / 5; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.series-kinto {
      grid-row: 5 / 6; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.series-onawa {
      grid-row: 6 / 7; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead.series-amvel {
      grid-row: 7 / 8; } }
  .headerNav_childHead a {
    display: inline-block; }

.headerNav_childHead_inner {
  display: flex;
  align-items: center; }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead_inner {
      position: relative;
      cursor: pointer; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead_inner::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      width: 0;
      height: 1px;
      transition: width .3s ease;
      background-color: #808080; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead_inner:hover::after {
      width: 100%; } }
  @media print, screen and (max-width: 767px) {
    .headerNav_childHead_inner {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childHead_inner {
      color: #808080; } }
  @media print, screen and (min-width: 768px) {
    .is-current .headerNav_childHead_inner {
      color: #000000;
      font-weight: bold;
      cursor: default; } }
  @media print, screen and (min-width: 768px) {
    .is-current .headerNav_childHead_inner::after {
      background-color: #000000;
      width: 100%; } }

.headerNav_childHead_innerRuby {
  font-size: 10px;
  font-weight: normal;
  padding-left: 4px;
  vertical-align: middle; }

@media print, screen and (max-width: 767px) {
  .headerNav_childList_wrapper {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .headerNav_childList_wrapper {
    display: none;
    grid-row: 1/9;
    grid-column: 2/3;
    width: 670px; } }

@media print, screen and (min-width: 768px) {
  .item-all + .headerNav_childList_wrapper,
  .series-sds + .headerNav_childList_wrapper {
    display: block; } }

.headerNav_childList {
  display: flex;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 768px) {
    .headerNav_childList + .headerNav_childList {
      margin-top: 48px; } }

@media print, screen and (max-width: 767px) {
  .headerNav_childList_node {
    width: 50%;
    border-bottom: 1px solid #efefef; } }

@media print, screen and (min-width: 768px) {
  .headerNav_childList_node {
    width: calc( (100% - 21%) / 3);
    padding-right: 25px; } }

@media print, screen and (min-width: 768px) {
  .headerNav_childList_node:nth-of-type(4n) {
    width: 18%; } }

@media print, screen and (max-width: 767px) {
  .headerNav_childList_node:nth-of-type(odd) {
    border-right: 1px solid #efefef; } }

.headerNav_childList_node:nth-of-type(odd).blank {
  border: none; }

@media print, screen and (min-width: 768px) {
  .headerNav_childList_node:nth-of-type(n+5) {
    margin-top: 20px; } }

.headerNav_childList_node a {
  display: inline-block;
  letter-spacing: .08em;
  line-height: 1.4; }
  @media print, screen and (min-width: 768px) {
    .headerNav_childList_node a {
      transition: opacity .3s ease; }
      .headerNav_childList_node a:hover {
        opacity: .5; } }
  @media print, screen and (max-width: 767px) {
    .headerNav_childList_node a {
      display: flex;
      align-items: center;
      height: 50px;
      padding: 0 30px;
      font-size: 11px; } }
  @media print, screen and (max-width: 374px) {
    .headerNav_childList_node a {
      padding: 0 30px 0 10px; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_childList_node a {
      display: inline-block;
      font-size: 12px;
      color: #6a6a6a; } }

.headerNav_childList_node.blank {
  padding: 0;
  margin: 0; }

.headerNav_child-brand .headerNav_childInner {
  display: block; }

.headerNav_child-brand .headerNav_childList_wrapper {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .headerNav_child-brand .headerNav_childList_wrapper {
      display: block; } }

@media print, screen and (min-width: 768px) {
  .headerNav_child-brand .headerNav_childList {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .headerNav_child-brand .headerNav_childList_node {
    width: 100%;
    border-right: none; } }

@media print, screen and (min-width: 768px) {
  .headerNav_child-brand .headerNav_childList_node {
    width: 213px;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  .headerNav_child-brand .headerNav_childList_node + .headerNav_childList_node {
    margin-left: 60px; } }

.headerNav_child-brand .headerNav_childList_node.newBrand {
  color: #adadad; }
  @media print, screen and (max-width: 767px) {
    .headerNav_child-brand .headerNav_childList_node.newBrand {
      display: flex;
      align-items: center;
      height: 50px;
      padding: 0 30px;
      font-size: 11px;
      letter-spacing: .08em; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_child-brand .headerNav_childList_node.newBrand {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 12px;
      line-height: 1.25;
      letter-spacing: 0.2em; } }

.headerNav_child-brand a {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .headerNav_child-brand a {
      transition: opacity .3s ease; }
      .headerNav_child-brand a:hover {
        opacity: .5; } }
  @media print, screen and (max-width: 767px) {
    .headerNav_child-brand a {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    .headerNav_child-brand a::after {
      content: none; } }

.headerNav_child-restock .headerNav_childInner {
  display: block; }

@media print, screen and (max-width: 767px) {
  .headerNav_child-restock .headerNav_childHead {
    padding: 0; } }

@media print, screen and (min-width: 768px) {
  .headerNav_child-restock .headerNav_childHead + .headerNav_childHead {
    margin-top: 22px; } }

.headerNav_child-restock .headerNav_childHead a {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .headerNav_child-restock .headerNav_childHead a::after {
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      content: "";
      width: 6px;
      height: 8px;
      margin-right: 2px;
      background-image: url(../svg/slider_arrow-b.svg);
      background-size: 6px 8px;
      background-repeat: no-repeat;
      background-position: center; } }
  @media print, screen and (max-width: 374px) {
    .headerNav_child-restock .headerNav_childHead a::after {
      right: 15px; } }
  @media print, screen and (max-width: 767px) {
    .headerNav_child-restock .headerNav_childHead a {
      display: block;
      padding: 19px 30px;
      font-size: 11px;
      font-weight: normal; } }

@media print, screen and (max-width: 767px) {
  .headerNav_brandName {
    font-size: 11px;
    display: flex;
    align-items: center; } }

@media print, screen and (min-width: 768px) {
  .headerNav_brandName {
    margin-top: 20px;
    display: block;
    font-size: 12px;
    letter-spacing: .2em;
    color: #adadad; } }

@media print, screen and (max-width: 767px) {
  .headerNav_brandLogo {
    display: flex;
    align-content: center;
    height: 100%; } }

@media print, screen and (min-width: 768px) {
  .headerControl {
    height: 100%; } }

.headerControl_list {
  display: flex; }
  @media print, screen and (max-width: 767px) {
    .headerControl_list {
      align-items: center; } }
  @media print, screen and (min-width: 768px) {
    .headerControl_list {
      height: inherit;
      align-items: baseline; } }

@media print, screen and (min-width: 768px) {
  .headerControl_list_node {
    height: inherit; } }

.headerControl_list_node svg {
  transition: opacity .3s ease; }

@media print, screen and (min-width: 768px) {
  .headerControl_list_node:hover svg {
    opacity: .5; } }

@media print, screen and (min-width: 768px) {
  .headerControl_list_node-account {
    position: relative; } }

.headerControl_list_nodeIcon {
  display: flex;
  align-items: center;
  height: inherit;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) {
    .headerControl_list_nodeIcon {
      padding: 0 16px; } }
  .headerControl_list_nodeIcon .icon-lens {
    width: 18px;
    height: 18px;
    fill: #2c2c2c; }
  .headerControl_list_nodeIcon .icon-user {
    width: 15px;
    height: 17px;
    fill: #2c2c2c; }
  .headerControl_list_nodeIcon .icon-arrow {
    width: 9px;
    height: 5px;
    margin-left: 8px;
    stroke: #2c2c2c; }
  @media print, screen and (min-width: 768px) {
    .headerControl_list_node-account:hover .headerControl_list_nodeIcon .icon-arrow {
      transform: rotate(180deg); } }
  .headerControl_list_nodeIcon .icon-bag {
    width: 16px;
    height: 19px;
    fill: #005d2a; }
  .headerControl_list_nodeIcon .icon-cart {
    width: 20px;
    height: 18px;
    fill: #005d2a; }
  @media print, screen and (min-width: 768px) {
    .headerControl_list_node-cart .headerControl_list_nodeIcon {
      padding-right: 0; } }

@media print, screen and (max-width: 767px) {
  .headerControl_list_node-account {
    display: none; } }

@media print, screen and (max-width: 767px) {
  .headerControl_list_node-search {
    padding-right: 18px; } }

@media print, screen and (max-width: 767px) {
  .headerControl_list_node-cart {
    padding-right: 18px; } }

.headerControl_list_node-cart .cartQty {
  display: flex;
  padding-left: 4px;
  color: #005d2a;
  font-size: 11px; }

.headerControl_list_node-cart a {
  display: flex;
  align-items: flex-end; }

.headerControl_list_node-menu {
  position: relative;
  width: 19px;
  height: 12px; }
  @media print, screen and (min-width: 768px) {
    .headerControl_list_node-menu {
      display: none; } }
  .headerControl_list_node-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2c2c2c;
    transition: transform .3s ease, opacity .3s ease; }
    .headerControl_list_node-menu span:nth-of-type(1) {
      top: 0; }
    .headerControl_list_node-menu span:nth-of-type(2) {
      top: 6px; }
    .headerControl_list_node-menu span:nth-of-type(3) {
      top: 12px; }
  .is-spMenuOpen .headerControl_list_node-menu span:nth-of-type(1) {
    transform: translateY(6px) rotate(45deg); }
  .is-spMenuOpen .headerControl_list_node-menu span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(-10px); }
  .is-spMenuOpen .headerControl_list_node-menu span:nth-of-type(3) {
    transform: translateY(-6px) rotate(-45deg); }

.headerNav_spLogo {
  padding: 40px 0 200px;
  text-align: center; }
  .headerNav_spLogo svg {
    width: 151px;
    height: 32px; }
  @media print, screen and (min-width: 768px) {
    .headerNav_spLogo {
      display: none; } }

@media print, screen and (min-width: 768px) {
  .fs-p-headerUtilityMenu {
    display: none;
    position: absolute;
    top: calc( 100% - 1px);
    left: -106px;
    width: 230px;
    background: #ffffff;
    z-index: 1; } }

@media print, screen and (max-width: 767px) {
  .fs-p-headerUtilityMenu__list .fs-pt-menu__item {
    border-bottom: 1px solid #efefef; } }

@media print, screen and (min-width: 768px) {
  .fs-p-headerUtilityMenu__list .fs-pt-menu__item {
    margin-bottom: 2px;
    background-color: #ffffff; } }

@media print, screen and (min-width: 768px) {
  .fs-p-headerUtilityMenu__list .fs-pt-menu__item:last-of-type {
    margin-bottom: 0; } }

.fs-p-headerUtilityMenu__list .fs-pt-menu__link {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8;
  display: inline-block;
  display: block; }
  @media print, screen and (min-width: 768px) {
    .fs-p-headerUtilityMenu__list .fs-pt-menu__link {
      transition: opacity .3s ease; }
      .fs-p-headerUtilityMenu__list .fs-pt-menu__link:hover {
        opacity: .5; } }
  @media print, screen and (max-width: 767px) {
    .fs-p-headerUtilityMenu__list .fs-pt-menu__link {
      position: relative;
      padding: 13px 30px; } }
  @media print, screen and (min-width: 768px) {
    .fs-p-headerUtilityMenu__list .fs-pt-menu__link {
      padding: 13px 26px;
      background-color: #f8f8f8; } }

.fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__logout {
  display: block; }
  .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__logout.is-loggedIn--false {
    display: none; }

.fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__login {
  display: none; }
  .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__login.is-loggedIn--false {
    display: block; }

.fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__register {
  display: none; }
  .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__register.is-loggedIn--false {
    display: block; }

.fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__mypage {
  display: block; }
  .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__mypage.is-loggedIn--false {
    display: none; }

@media print, screen and (max-width: 767px) {
  .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__wishlist {
    display: none; } }

.headerSearch {
  position: absolute;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #efefef;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .headerSearch {
      top: 100%;
      left: 100%;
      height: 100vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transition: left .3s ease; } }
  @media print, screen and (min-width: 768px) {
    .headerSearch {
      display: none;
      top: 100%;
      left: 0;
      min-width: 1024px; } }
  @media print, screen and (max-width: 767px) {
    .is-spSearchOpen .headerSearch {
      left: 0; } }
  .headerSearch form {
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .headerSearch form {
        display: grid;
        grid-template-columns: auto 63px 1fr;
        grid-template-rows: auto 1fr;
        max-width: 1120px;
        padding: 46px 40px;
        margin: auto; } }
  .headerSearch .poplink {
    width: 100% !important;
    margin: 0  !important; }
  .headerSearch .poplink_suggest {
    border-color: #efefef !important; }
    @media print, screen and (min-width: 768px) {
      .headerSearch .poplink_suggest {
        display: block !important;
        position: absolute;
        right: 40px;
        z-index: 1;
        top: 141px;
        width: 27.2%;
        padding: 10px; } }
    .headerSearch .poplink_suggest .word {
      padding: 10px 10px !important;
      color: #6a6a6a !important;
      font-size: 12px;
      cursor: pointer; }
    .headerSearch .poplink_suggest .highlighted {
      background-color: transparent !important; }
  .headerSearch .poplink_search {
    display: flex;
    border: none !important; }
    @media print, screen and (max-width: 767px) {
      .headerSearch .poplink_search {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    @media print, screen and (min-width: 768px) {
      .headerSearch .poplink_search {
        flex-wrap: wrap; } }
    .headerSearch .poplink_search .item {
      display: inline-block; }
      @media print, screen and (min-width: 768px) {
        .headerSearch .poplink_search .item {
          transition: opacity .3s ease; }
          .headerSearch .poplink_search .item:hover {
            opacity: .5; } }
      @media print, screen and (max-width: 767px) {
        .headerSearch .poplink_search .item {
          flex-shrink: 0;
          width: 140px;
          margin-right: 8px; } }
      @media print, screen and (min-width: 768px) {
        .headerSearch .poplink_search .item {
          width: calc( (100% - 120px) / 4) !important;
          margin-left: 40px;
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 768px) {
        .headerSearch .poplink_search .item:nth-of-type(2), .headerSearch .poplink_search .item:nth-of-type(6) {
          margin-left: 0; } }
      .headerSearch .poplink_search .item.hovered {
        background-color: #ffffff !important; }
      .headerSearch .poplink_search .item .title {
        font-size: 10px !important;
        margin-top: 10px; }
    .headerSearch .poplink_search .header {
      display: none; }
    .headerSearch .poplink_search .image_box {
      width: 100% !important;
      height: auto;
      display: inline !important;
      vertical-align: middle;
      text-align: center; }
    .headerSearch .poplink_search .item_left {
      float: none !important; }
    .headerSearch .poplink_search .item_right {
      margin: 0; }
    .headerSearch .poplink_search img {
      max-height: none !important;
      max-width: none !important;
      width: 100%; }
  .headerSearch .poplink_invisible {
    display: none; }

@media print, screen and (max-width: 767px) {
  .headerSearch_inner {
    padding-bottom: 150px; } }

@media print, screen and (max-width: 767px) {
  .headerSearch_searchArea {
    margin: 28px 32px 0; } }

@media print, screen and (min-width: 768px) {
  .headerSearch_searchArea {
    width: 100%;
    grid-column: 3/4;
    grid-row: 1/2; } }

@media print, screen and (max-width: 767px) {
  .headerSearch_suggestArea {
    margin: 0 30px; } }

@media print, screen and (min-width: 768px) {
  .headerSearch_suggestArea {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 672px;
    margin-top: 45px; } }

.headerSearch_inputArea {
  display: flex; }
  @media print, screen and (min-width: 768px) {
    .headerSearch_inputArea {
      margin-bottom: 40px; } }

.headerSearch_searchArea_head {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8;
  display: block;
  font-weight: bold; }
  @media print, screen and (max-width: 767px) {
    .headerSearch_searchArea_head {
      margin-bottom: 18px; } }
  @media print, screen and (min-width: 768px) {
    .headerSearch_searchArea_head {
      margin-bottom: 32px; } }

.headerSearch_input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 0;
  border: none;
  background: transparent;
  z-index: 1;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 40px;
  padding: 0 24px;
  background-color: #f8f8f8;
  font-size: 12px;
  letter-spacing: .08em;
  border-radius: 5px 0 0 5px; }
  .headerSearch_input[type="text"]::-ms-expand {
    display: none; }
  .headerSearch_input[type="text"]:focus {
    outline: none; }

.headerSearch_submit {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 0 5px 5px 0;
  background-color: #2c2c2c; }
  .headerSearch_submit::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../svg/header-search.svg);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center; }
  .headerSearch_submit input {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: 0;
    border: none;
    background: transparent;
    z-index: 1;
    outline: none;
    box-shadow: none; }
    .headerSearch_submit input::-ms-expand {
      display: none; }
    .headerSearch_submit input:focus {
      outline: none; }

@media print, screen and (max-width: 767px) {
  .headerSearch_recommend {
    margin: 28px 30px 0; } }

@media print, screen and (min-width: 768px) {
  .headerSearch_recommend {
    grid-column: 3/4;
    grid-row: 2/3; } }

.headerSearch_recommendHead {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8;
  display: block;
  margin-bottom: 26px;
  font-weight: bold; }

.headerSearch_recommendList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -18px; }

.headerSearch_recommendList_node {
  width: 50%;
  padding-right: 10px;
  margin-top: 18px;
  word-break: break-word; }
  .headerSearch_recommendList_node a {
    font-size: 12px;
    letter-spacing: .08em;
    color: #539fc7; }

.headerSearch_spHead {
  position: relative;
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8;
  display: flex;
  position: relative;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  font-weight: bold;
  background-color: #f8f8f8; }
  @media print, screen and (max-width: 767px) {
    .headerSearch_spHead::after {
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      content: "";
      width: 6px;
      height: 8px;
      margin-right: 2px;
      background-image: url(../svg/slider_arrow-b.svg);
      background-size: 6px 8px;
      background-repeat: no-repeat;
      background-position: center; } }
  @media print, screen and (max-width: 374px) {
    .headerSearch_spHead::after {
      right: 15px; } }
  @media print, screen and (min-width: 768px) {
    .headerSearch_spHead {
      display: none; } }
  @media print, screen and (max-width: 767px) {
    .headerSearch_spHead::after {
      left: 30px;
      right: auto;
      transform: translateY(-50%) rotate(180deg); } }
  .headerSearch_spHead span {
    padding-left: 22px; }

/*================================================================
 *FILE					:_footer.scss
 *DESCRIPTION   :フッターパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* components
-----------------------------------------------------------------*/
.c-brandlogo-sds {
  width: 121px;
  height: 74px; }

.c-brandlogo-aac {
  width: 150px;
  height: 74px; }

.c-brandlogo-noc {
  height: 74px; }

.c-brandlogo-cku {
  width: 90px;
  height: 58px; }

.c-brandlogo-kinto,
.c-brandlogo-onawa,
.c-brandlogo-amvel {
  height: 66px; }

.detailLogo [class^="c-brandlogo-"] {
  display: none; }

/*フッターパーツ component
-----------------------------------------------------------------*/
/*フッターパーツ style
-----------------------------------------------------------------*/
@media print, screen and (max-width: 767px) {
  #footer {
    padding-bottom: 40px;
    margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  #footer {
    padding-bottom: 48px;
    margin-top: 40px; } }

@media print, screen and (max-width: 767px) {
  #fs_Top #footer {
    margin-top: 64px; } }

@media print, screen and (min-width: 768px) {
  #fs_Top #footer {
    margin-top: 120px; } }

.footerBrands_wrapper {
  background-color: #f8f8f8; }
  @media print, screen and (max-width: 767px) {
    .footerBrands_wrapper {
      padding: 30px; } }
  @media print, screen and (min-width: 768px) {
    .footerBrands_wrapper {
      padding: 60px 40px 48px; } }

@media print, screen and (max-width: 767px) {
  .footerBrands {
    position: relative; }
    .footerBrands .slick-arrow {
      display: inline-block;
      top: 50%;
      transform: translateY(-50%);
      width: 29px;
      height: 29px;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 1001;
      width: 29px;
      filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); } }
    @media print, screen and (max-width: 767px) and (min-width: 768px) {
      .footerBrands .slick-arrow {
        transition: opacity .3s ease; }
        .footerBrands .slick-arrow:hover {
          opacity: .5; } }

@media print, screen and (max-width: 767px) {
      .footerBrands .slick-arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 9px;
        background-image: url(../svg/slider_arrow-b.svg);
        background-size: 5px 9px;
        background-repeat: no-repeat;
        background-position: center; }
    .footerBrands .slick-prev {
      left: -15px; }
      .footerBrands .slick-prev::before {
        transform: translate(-50%, -50%) rotate(180deg); }
    .footerBrands .slick-next {
      right: -15px; }
      .footerBrands .slick-next::before {
        transform: translate(-50%, -50%); } }

@media print, screen and (min-width: 768px) {
  .footerBrands {
    display: flex;
    justify-content: center; } }

.footerBrands_node {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media print, screen and (max-width: 767px) {
    .footerBrands_node + .footerBrands_node {
      margin-top: 40px; } }
  @media print, screen and (min-width: 768px) {
    .footerBrands_node + .footerBrands_node {
      margin-left: 12%; } }
  .footerBrands_node.newBrand {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: #adadad;
    letter-spacing: 0.2em; }
    @media print, screen and (max-width: 767px) {
      .footerBrands_node.newBrand {
        height: 100px;
        line-height: 1.5; } }
    @media print, screen and (min-width: 768px) {
      .footerBrands_node.newBrand {
        line-height: 1.25; } }

.footerBrands_nodeBrandsite {
  display: inline-block;
  display: block;
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 8px;
  letter-spacing: .08em;
  line-height: 1;
  text-align: center;
  color: #6a6a6a;
  margin-top: 10px; }
  @media print, screen and (min-width: 768px) {
    .footerBrands_nodeBrandsite {
      transition: opacity .3s ease; }
      .footerBrands_nodeBrandsite:hover {
        opacity: .5; } }

.footerBrands_nodeSns {
  margin-top: 7px; }

.footerBrands_nodeSns_inner {
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    .footerBrands_nodeSns_inner {
      margin-top: 10px; } }

.footerBrands_nodeSns_icon {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .footerBrands_nodeSns_icon {
      transition: opacity .3s ease; }
      .footerBrands_nodeSns_icon:hover {
        opacity: .5; } }
  .footerBrands_nodeSns_icon svg {
    fill: #6a6a6a; }
  .footerBrands_nodeSns_icon + .footerBrands_nodeSns_icon {
    margin-left: 30px; }
  .footerBrands_nodeSns_icon.instagram svg {
    width: 15px;
    height: 15px; }
  .footerBrands_nodeSns_icon.facebook svg {
    width: 6px;
    height: 15px; }
  .footerBrands_nodeSns_icon.twitter svg {
    width: 18px;
    height: 15px; }

.footerBrands_nodeLogo {
  display: inline-block;
  display: flex;
  align-items: center;
  height: 100px; }
  @media print, screen and (min-width: 768px) {
    .footerBrands_nodeLogo {
      transition: opacity .3s ease; }
      .footerBrands_nodeLogo:hover {
        opacity: .5; } }

@media print, screen and (max-width: 767px) {
  .footerNav {
    margin: 20px 30px 40px; } }

@media print, screen and (min-width: 768px) {
  .footerNav {
    display: grid;
    grid-template-columns: 28% 5% 19% 5% 19% 5% 19%;
    min-width: 1024px;
    max-width: 1120px;
    padding: 0 40px;
    margin: 60px auto 80px; } }

@media print, screen and (max-width: 767px) {
  .footerNav_block {
    border-bottom: 1px solid #efefef; } }

@media print, screen and (max-width: 767px) {
  .footerNav_block + .footerNav_block {
    margin-top: 3px; } }

@media print, screen and (min-width: 768px) {
  .footerNav_block.allitems {
    grid-column: 1/1; } }

@media print, screen and (min-width: 768px) {
  .footerNav_block.information {
    grid-column: 3/4; } }

@media print, screen and (min-width: 768px) {
  .footerNav_block.guide {
    grid-column: 5/6; } }

@media print, screen and (min-width: 768px) {
  .footerNav_block.service {
    grid-column: 7/8; } }

.footerNav_blockHead {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2em; }
  @media print, screen and (max-width: 767px) {
    .footerNav_blockHead {
      position: relative;
      display: flex;
      align-items: center;
      height: 50px; } }
  @media print, screen and (min-width: 768px) {
    .footerNav_blockHead {
      display: block;
      margin-bottom: 35px; } }
  @media print, screen and (max-width: 767px) {
    .footerNav_blockHead::before, .footerNav_blockHead::after {
      position: absolute;
      top: calc( 50% - 1px / 2);
      right: 0;
      content: "";
      width: 10px;
      height: 1px;
      background-color: #6a6a6a; } }
  @media print, screen and (max-width: 767px) {
    .footerNav_blockHead::after {
      transform: rotate(90deg);
      transition: transform .2s ease; } }
  .footerNav_blockHead.is-navOpen::after {
    transform: rotate(0); }

@media print, screen and (max-width: 767px) {
  .footerNav_blockList {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .footerNav_blockList {
    display: flex;
    flex-wrap: wrap; } }

.footerNav_blockList_node {
  letter-spacing: .08em;
  line-height: 1.5;
  color: #6a6a6a;
  margin-bottom: 16px; }
  @media print, screen and (max-width: 767px) {
    .footerNav_blockList_node {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .footerNav_blockList_node {
      font-size: 12px; } }
  .footerNav_blockList_node a {
    display: inline-block;
    display: inline-block; }
    @media print, screen and (min-width: 768px) {
      .footerNav_blockList_node a {
        transition: opacity .3s ease; }
        .footerNav_blockList_node a:hover {
          opacity: .5; } }
  @media print, screen and (min-width: 768px) {
    .footerNav_blockList_node {
      padding-right: 12px; } }
  .allitems .footerNav_blockList_node {
    width: 50%; }

.footerBottom {
  margin: auto; }
  @media print, screen and (max-width: 767px) {
    .footerBottom {
      text-align: center;
      margin: 0 30px; } }
  @media print, screen and (min-width: 768px) {
    .footerBottom {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: 1fr 1fr;
      min-width: 1024px;
      max-width: 1120px;
      padding: 0 40px; } }

.copylight {
  display: block;
  font-size: 10px;
  letter-spacing: .2em;
  color: #adadad; }
  @media print, screen and (max-width: 767px) {
    .copylight {
      margin-top: 26px; } }
  @media print, screen and (min-width: 768px) {
    .copylight {
      grid-column: 1/2;
      grid-row: 2/3;
      align-self: flex-end; } }

.corporateNav {
  display: flex; }
  @media print, screen and (max-width: 767px) {
    .corporateNav {
      justify-content: center;
      flex-wrap: wrap;
      line-height: 1.5; } }
  @media print, screen and (min-width: 768px) {
    .corporateNav {
      align-self: flex-end; } }

@media print, screen and (max-width: 767px) {
  .corporateNav_node {
    position: relative;
    font-size: 10px;
    letter-spacing: .08em;
    color: #6a6a6a; } }

@media print, screen and (min-width: 768px) {
  .corporateNav_node {
    letter-spacing: .08em;
    line-height: 1.5;
    color: #6a6a6a; } }
  @media print, screen and (min-width: 768px) and (max-width: 767px) {
    .corporateNav_node {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .corporateNav_node {
      font-size: 12px; } }

@media print, screen and (min-width: 768px) {
    .corporateNav_node a {
      display: inline-block;
      display: inline-block; } }
    @media print, screen and (min-width: 768px) and (min-width: 768px) {
      .corporateNav_node a {
        transition: opacity .3s ease; }
        .corporateNav_node a:hover {
          opacity: .5; } }

@media print, screen and (max-width: 767px) {
  .corporateNav_node + .corporateNav_node {
    padding-left: 20px; }
    .corporateNav_node + .corporateNav_node::before {
      position: absolute;
      left: 7px;
      content: "/"; } }

@media print, screen and (min-width: 768px) {
  .corporateNav_node + .corporateNav_node {
    padding-left: 40px; } }

[class^="fs-c-"] {
  padding: 0;
  margin: 0; }

@media print, screen and (min-width: 768px) {
  html {
    min-width: 1024px; } }

.c-pageTitle {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .2em;
  line-height: 1.72;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .c-pageTitle {
      padding: 18px 0 32px; } }
  @media print, screen and (min-width: 768px) {
    .c-pageTitle {
      padding: 30px 0 64px; } }

@media print, screen and (max-width: 767px) {
  .c-section + .c-section {
    margin-top: 84px; } }

@media print, screen and (min-width: 768px) {
  .c-section + .c-section {
    margin-top: 120px; } }

.c-sectionTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media print, screen and (max-width: 767px) {
    .c-sectionTitle {
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 768px) {
    .c-sectionTitle {
      margin-bottom: 60px; } }

.c-sectionTitle-en {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em; }

.c-sectionTitle-jp {
  display: block;
  font-size: 12px;
  letter-spacing: .08em; }
  @media print, screen and (max-width: 767px) {
    .c-sectionTitle-jp {
      margin-top: 14px; } }
  @media print, screen and (min-width: 768px) {
    .c-sectionTitle-jp {
      margin-top: 22px; } }

.fs-c-breadcrumb {
  text-align: center;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.2; }
  @media print, screen and (max-width: 767px) {
    .fs-c-breadcrumb {
      width: 100%;
      margin-top: 64px;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-breadcrumb {
      padding: 0 40px;
      margin-top: 120px; } }

.fs-c-breadcrumb__list {
  display: flex;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    .fs-c-breadcrumb__list {
      width: max-content;
      padding: 0 15px 10px; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-breadcrumb__list {
      padding: 0; } }
  .fs-c-breadcrumb__list li {
    display: flex; }

.fs-c-breadcrumb__listItem a {
  display: inline-block;
  color: #adadad; }
  @media print, screen and (min-width: 768px) {
    .fs-c-breadcrumb__listItem a {
      transition: opacity .3s ease; }
      .fs-c-breadcrumb__listItem a:hover {
        opacity: .5; } }

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem:before {
  content: " > ";
  padding: 0 6px;
  color: #adadad; }

@media print, screen and (max-width: 767px) {
  #fs-page-error-container,
  .fs-c-panelContainer {
    padding: 0 15px; } }

#fs-page-error-container .fs-c-panel,
.fs-c-panelContainer .fs-c-panel {
  padding: 10px 10px 10px 35px;
  margin-bottom: 30px; }
  #fs-page-error-container .fs-c-panel::before,
  .fs-c-panelContainer .fs-c-panel::before {
    top: 7px; }

#fs-page-error-container .fs-c-panel__contentList,
.fs-c-panelContainer .fs-c-panel__contentList {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8; }

#fs-page-error-container .fs-c-panel__contentList__item + .fs-c-panel__contentList__item,
.fs-c-panelContainer .fs-c-panel__contentList__item + .fs-c-panel__contentList__item {
  border: none; }

.buttonGotop {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 250px;
  height: 50px;
  margin: auto;
  border-color: #adadad;
  background-color: #ffffff;
  margin: 40px auto 0; }
  @media print, screen and (max-width: 767px) {
    .buttonGotop {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .buttonGotop:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }

.c-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px; }
  @media print, screen and (max-width: 767px) {
    .c-loading img {
      width: 50px; } }
  @media print, screen and (min-width: 768px) {
    .c-loading img {
      width: 40px; } }

/* --------------------------------------------------
  ポップアップバナー
 --------------------------------------------------*/
.c-popupbannar {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: opacity .3s ease, visibility .3s ease; }
  @media print, screen and (max-width: 767px) {
    .c-popupbannar {
      right: 14px;
      bottom: 10px;
      max-width: 260px; } }
  @media print, screen and (min-width: 768px) {
    .c-popupbannar {
      right: 40px;
      bottom: 30px;
      max-width: 312px; } }
  .c-popupbannar.is-active {
    opacity: 1;
    visibility: visible; }
  .c-popupbannar img {
    max-width: 100%; }

.c-popupbanner_close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transform: translate(50%, -50%); }
  @media print, screen and (min-width: 1025px) {
    .c-popupbanner_close {
      cursor: pointer; } }

.c-popupbanner_close_inner {
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  border-radius: 50%; }
  .c-popupbanner_close_inner::after, .c-popupbanner_close_inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 1px;
    height: 11px;
    background-color: #707070; }
  .c-popupbanner_close_inner::after {
    transform: translate(-50%, -50%) rotate(45deg); }
  .c-popupbanner_close_inner::before {
    transform: translate(-50%, -50%) rotate(-45deg); }

.c-popupbanner_link {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .c-popupbanner_link {
      transition: opacity .3s ease; }
      .c-popupbanner_link:hover {
        opacity: .5; } }

.ht {
  display: none; }

@media print, screen and (max-width: 767px) {
  [data-page="top"] .wrapper {
    margin-top: 91px; } }

@media print, screen and (min-width: 768px) {
  [data-page="top"] .wrapper {
    margin-top: 119px; } }

@media print, screen and (max-width: 767px) {
  [data-page="item_list"] .wrapper,
  .fs-body-category .wrapper {
    margin-top: 31px; } }

@media print, screen and (min-width: 768px) {
  [data-page="item_list"] .wrapper,
  .fs-body-category .wrapper {
    margin-top: 39px; } }

@media print, screen and (min-width: 768px) {
  .wrapper {
    min-width: 1024px; } }

.wp-wrapper {
  letter-spacing: 0.05em; }
  @media print, screen and (max-width: 767px) {
    .wp-wrapper {
      margin-top: 91px; } }
  @media print, screen and (min-width: 768px) {
    .wp-wrapper {
      margin-top: 119px; } }
