@charset "UTF-8";
/***********************************************
 import
 ***********************************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/***********************************************
 mediaQuery
 ***********************************************/
/***********************************************
 mixin
 ***********************************************/
/***********************************************
 color
 ***********************************************/
/***********************************************
 adobe font
 ***********************************************/
.en300 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en500 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en900 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

/***********************************************
 font
 ***********************************************/
/***********************************************
 form reset
 ***********************************************/
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/***********************************************
 common
 ***********************************************/
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  font-family: "小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

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

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

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

input::-moz-selection, textarea::-moz-selection {
  color: #000;
  background: #ccc;
}

input::selection,
textarea::selection {
  color: #000;
  background: #ccc;
}

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

*:focus, *:focus-visible,
*:after:focus,
*:after:focus-visible,
*:before:focus,
*:before:focus-visible {
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body.js-search-open {
  overflow: hidden;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

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

dd,
dl,
dt,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

main {
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

.en {
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

/***********************************************
 freespace
 ***********************************************/
.freespace {
  display: none;
}

/***********************************************
sp main navigation
***********************************************/
.sp-main-navigation {
  display: none;
}

.sp-search-menu {
  display: none;
}

#menu-toggle {
  display: none;
}

/***********************************************
 header
 ***********************************************/
.site-header .announcement-bar {
  background: #F2F2F2;
  padding: 11px 0;
}

.site-header .announcement-bar .announcement-bar-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header .announcement-bar .announcement-bar-text {
  font-size: 12px;
}

.site-header .announcement-bar .info-navigation {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.site-header .announcement-bar .info-navigation ul {
  display: flex;
}

.site-header .announcement-bar .info-navigation ul li {
  margin-right: 40px;
}

.site-header .announcement-bar .info-navigation ul li:last-child {
  margin-right: 0;
}

.site-header .announcement-bar .info-navigation ul li a {
  font-size: 10px;
}

.site-header .header-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.site-header .header-area .header-area-center {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 146px;
  margin: auto;
}

/***********************************************
 breadcrumb パンくずリスト
 ***********************************************/
.breadcrumb{
max-width:1100px;
  margin:0 auto;
  font-size:10px;
}
.sub{
  margin-bottom: 20px;
}

/***********************************************
 main navigation
 ***********************************************/
.main-navigation > ul {
  display: flex;
}

.main-navigation > ul > li {
  position: relative;
  margin-right: 20px;
}

.main-navigation > ul > li#brand-menu-item {
  position: static;
}

.main-navigation > ul > li#brand-menu-item > a {
  position: relative;
}

.main-navigation > ul > li#brand-menu-item > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
}

.main-navigation > ul > li:last-child {
  margin-right: 0;
}

.main-navigation > ul > li:hover > ul {
  display: block;
}

.main-navigation > ul > li:hover > ul#brand-sub-menu {
  display: flex;
}

.main-navigation > ul > li ul {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  background: #fff;
  padding: 20px 18px;
  min-width: 126px;
  z-index: 10;
}

.main-navigation > ul > li ul#brand-sub-menu {
  flex-wrap: wrap;
  min-width: 1100px;
  top: 70px;
}

.main-navigation > ul > li ul#brand-sub-menu li {
  margin-right: 60px;
  min-width: 100px;
  display: inline-block;
}

.main-navigation > ul > li ul li {
  margin-bottom: 10px;
}

.main-navigation > ul > li ul li:last-child {
  margin-bottom: 0;
}

.main-navigation > ul > li a {
  display: inline-block;
  font-size: 11px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/***********************************************
 site navigation
 ***********************************************/
.site-navigation ul {
  display: flex;
  align-items: center;
}

.site-navigation ul li {
  margin-right: 20px;
}

.site-navigation ul li:nth-child(3) {
  margin-right: 30px;
}

.site-navigation ul li.navi-icn {
  margin-right: 15px;
  text-align: center;
}

.site-navigation ul li.navi-icn .hdrnav_imgwrap {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  display: block;
}

.site-navigation ul li.navi-cart {
  position: relative;
}

.site-navigation ul li.navi-cart .cartAmount {
  position: absolute;
  top: 0;
  right: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 8px;
}

.site-navigation ul li:last-child {
  margin-right: 0;
}

.site-navigation ul li a {
  display: inline-block;
  font-size: 11px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity, z-index, visibility 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.js-search-open #overlay {
  z-index: 49;
  opacity: 1;
  visibility: visible;
}

/***********************************************
 search-drawer
 ***********************************************/
.search-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 100px 30px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 50;
}

.js-search-open .search-drawer {
  transform: translateX(0%);
}

.search-drawer .searchForm .searchForm__inner {
  display: flex;
  flex-wrap: wrap;
}

.search-drawer .searchForm .searchForm__area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #000;
}

.search-drawer .searchForm .searchForm-input {
  width: calc(100% - 50px);
  margin-right: 8px;
  font-size: 10px;
  padding: 5px;
  height: auto;
  border-radius: 0;
}

.search-drawer .searchForm .searchForm__submit {
  width: 42px;
}

.search-drawer .searchForm .searchForm__submit__button {
  margin: 30px auto 0;
  border: 1px solid #CACACA;
  text-align: center;
  width: 100%;
  font-size: 11px;
  min-height: 38px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/***********************************************
button
 ***********************************************/
.morebtn_wrap {
  text-align: center;
}

.morebtn_wrap .morebtn {
  border: 1px solid #CACACA;
  display: inline-block;
  padding: 14px 0;
  width: 216px;
  font-size: 13px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/***********************************************
feature
 ***********************************************/
.feature-sec {
  margin: 0 auto 70px;
}

.feature-sec .feature-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.feature-sec .feature-area .feature-item {
  width: 31.6666%;
  margin-right: 2.5%;
  margin-bottom: 3.5%;
}

.feature-sec .feature-area .feature-item:nth-child(3n) {
  margin-right: 0;
}

.feature-sec .feature-area .feature-item a {
  display: block;
}

.feature-sec .feature-area .feature-item a .feature-thumb {
  width: 100%;
  display: block;
  margin: 0 auto 15px;
}

.feature-sec .feature-area .feature-item a .feature-title {
  font-size: 12px;
}

/***********************************************
page
 ***********************************************/
.page-title {
  margin: 30px auto 40px;
  font-size: 17px;
  text-align: center;
}

.page-title span {
  display: block;
  text-align: center;
}

.page-title span.en {
  margin-bottom: 5px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/***********************************************
sec
 ***********************************************/
.sec .sec-title {
  margin: 0 auto 40px;
  font-size: 17px;
  text-align: center;
}

.sec .sec-title span {
  display: block;
  text-align: center;
}

.sec .sec-title span.en {
  margin-bottom: 5px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/***********************************************
item list
 ***********************************************/
.itemList {
  display: flex;
  flex-wrap: wrap;
}

.itemList .itemList__unit {
  position: relative;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.itemList .itemList__unit:nth-child(5n) {
  margin-right: 4%;
}
.itemList .itemList__unit:nth-child(4n) {
  margin-right: 0;
}

.itemList .itemList__unit.itemList__soldout .itemSoldout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000;
  z-index: 3;
}

.itemList .itemList__unit.itemList__soldout a {
  color: #979797;
}

.itemList .itemList__unit.itemList__soldout .itemImg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
}

.itemList .itemList__unit.itemList__soldout .itemImg img {
  opacity: 0.75;
}

.itemList .itemList__unit.itemList__soldout .itemPrice-sale .itemPrice.pred {
  color: #979797;
}

.itemList .itemList__unit.itemList__soldout .itemPrice-sale .itemPrice .pred {
  color: #979797;
}

.itemList .itemList__unit.itemList__soldout .itemPrice-sale .pred {
  color: #979797;
}

.itemList .itemList__unit.itemList__soldout .itemPrice-sale .pline:before {
  border-left: 5px solid #979797;
}

.itemList .itemList__unit .itemImg {
  position: relative;
  margin: 0 auto 15px;
  z-index: 3;
  /* 20221017 追記*/
  /*padding: 25px 0;*/
  /*background: #f6f6f6;*/
}

.itemList .itemList__unit .fav-item {
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 4;
}

.itemList .itemList__unit .fav-item button {
  padding: 0;
}

.itemList .itemList__unit .fav-item button .icn-fav-path {
  fill: none;
  stroke: #F8ABA6;
}

.itemList .itemList__unit .fav-item button.is-added .icn-fav-path {
  fill: #F8ABA6;
  stroke: #F8ABA6;
}

.itemList .itemList__unit a {
  display: block;
}

.itemList .itemList__unit a .itemCate {
  margin-bottom: 5px;
  font-size: 11px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.itemList .itemList__unit a .itemName {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.3em;
}

.itemList .itemList__unit a .itemPrice {
  display: inline-block;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}

.itemList .itemList__unit a .itemPrice span {
  font-size: 10px;
}

.itemList .itemList__unit a .itemPrice small {
  font-size: 13px;
}

.itemList .itemList__unit a .itemPrice-sale {
  letter-spacing: -0.015rem;
}

.itemList .itemList__unit a .itemPrice-sale .itemPrice.pred {
  display: inline-block;
  font-size: 15px;
  color: #850000;
}

.itemList .itemList__unit a .itemPrice-sale .pred {
  display: inline-block;
  font-size: 10px;
  color: #850000;
}

.itemList .itemList__unit a .itemPrice-sale .pline {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-size: 10px;
  text-decoration: line-through;
}

.itemList .itemList__unit a .itemPrice-sale .pline:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
  width: 5px;
  height: 5px;
  display: inline-block;
}

.itemList .itemList__unit .itemDetail {
  margin: 5px auto 0;
  display: flex;
  align-items: center;
}

.itemList .itemList__unit .itemDetail dd,
.itemList .itemList__unit .itemDetail dt {
  line-height: 1;
  display: inline-block;
  padding: 0 8px;
  font-size: 10px;
  color: #979797;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.itemList .itemList__unit .itemDetail dt {
  padding-left: 0;
  border-right: 1px solid #979797;
}

.item-notfound-text {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 13px;
}

/***********************************************
category
***********************************************/
.category-title,
.search-title {
  margin: 50px auto 60px;
  text-align: center;
  font-size: 17px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.category-title span,
.search-title span {
  display: block;
  text-align: center;
}

.category-title span.en,
.search-title span.en {
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.free_shipping {
    font-size: 10px;
    text-align: center;
    padding: 8px 0;
    background: #eaf3f4;
}

.sub-category-navigation {
  margin: 0 auto 70px;
}

.sub-category-navigation .sub-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sub-category-navigation .sub-category-list li {
  margin-bottom: 15px;
}

.sub-category-navigation .sub-category-list li:first-child a {
  border-left: 1px solid #CACACA;
}

.sub-category-navigation .sub-category-list li a {
  border-right: 1px solid #CACACA;
  padding: 4px 20px;
  display: block;
  font-size: 13px;
  text-align: center;
}

.category-header-navigation {
  margin: 0 auto 40px;
}

.category-header-navigation .category-header-navigation-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-footer-navigation {
  margin: 70px auto 40px;
}

.category-footer-navigation .category-footer-navigation-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-footer-navigation .category-footer-navigation-area .pager-navigation {
  width: 100%;
}

.category-footer-navigation .category-footer-navigation-area .pager-navigation span {
  display: inline-block;
  padding: 11px 80px;
}

.category-footer-navigation .category-footer-navigation-area .pager-navigation a {
  padding: 11px 80px;
  border: 1px solid #CACACA;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.product-recommend {
  margin: 0 auto 60px;
}

.product-withbuy {
  background: #F2F2F2;
  padding: 40px 0;
}

/***********************************************
footer
***********************************************/
.site-footer {
  padding-top: 50px;
}

.site-footer .inner {
  max-width: 100%;
}

.site-footer .footer-logo {
  width: 95px;
  margin: 0 auto 30px;
  text-align: center;
}

.site-footer .footer-navigation {
  margin: 0 auto 50px;
}

.site-footer .footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer .footer-navigation ul li {
  margin-right: 20px;
}

.site-footer .footer-navigation ul li:last-child {
  margin-right: 0;
}

.site-footer .footer-navigation ul li a {
  font-size: 10px;
}

.site-footer .copyright {
  padding: 11px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/***********************************************
pager
***********************************************/
.pager-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}

/***********************************************
sort
***********************************************/
.sort-navigation ul {
  display: flex;
  align-items: center;
}

.sort-navigation ul li {
  font-size: 11px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-right: 1px solid #CACACA;
  padding: 4px 16px;
  text-align: center;
}

.sort-navigation ul li a,
.sort-navigation ul li span {
  display: inline-block;
  font-size: 10px;
}

.sort-navigation ul li span {
  color: #999;
}

/***********************************************
guide page
 ***********************************************/
.guide-page .guide .guide-navigation {
  display: flex;
  flex-wrap: wrap;
}

.guide-page .guide .guide-navigation .guide-item {
  width: 31.6666%;
  margin-right: 2.5%;
  margin-bottom: 40px;
}

.guide-page .guide .guide-navigation .guide-item:nth-child(3n) {
  margin-right: 0;
}

.guide-page .guide .guide-navigation .guide-item h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
}

.guide-page .guide .guide-navigation .guide-item ul li a {
  display: inline-block;
  font-size: 13px;
}

.guide-page .guide .guide-area .faqWrap {
  margin-bottom: 30px;
}

.guide-page .guide .guide-area .faqWrap h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}

.guide-page .guide .guide-area .faqWrap dl {
  display: block;
  background: #fff;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.guide-page .guide .guide-area .faqWrap dl dt {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  color: #1B1B1B;
}

.guide-page .guide .guide-area .faqWrap dl dt:before {
  content: "";
  color: #459dc7;
}

.guide-page .guide .guide-area .faqWrap dl dt:after {
  content: "";
  display: block;
  right: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  border-top: 3px solid #aaa;
  border-left: 3px solid #aaa;
  transform: rotate(-135deg);
  transition: 0.15s;
}

.guide-page .guide .guide-area .faqWrap dl dt.open {
  transition: 0.15s;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.guide-page .guide .guide-area .faqWrap dl dt.open:after {
  transform: rotate(45deg);
}

.guide-page .guide .guide-area .faqWrap dl dd {
  display: none;
  font-size: 15px;
  line-height: 24px;
}

.guide-page .guide .guide-area .faqWrap dl dd i {
  font-size: 15px;
}

.guide-page .guide .guide-area .faqWrap dl dd:before {
  content: "";
  top: 0;
  color: #e05a73;
}

.guide-page .guide .guide-area .faqWrap dl dd,
.guide-page .guide .guide-area .faqWrap dl dt {
  padding-left: 36px;
  position: relative;
  text-align: left;
}

.guide-page .guide .guide-area .faqWrap dl dd:before,
.guide-page .guide .guide-area .faqWrap dl dt:before {
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

.guide-page .guide .guide-area .faqWrap.faqWrap--noJS dl dd {
  display: block;
}

.guide-page .guide .guide-area .faqWrap.faqWrap--noJS dl dt {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 16px;
  cursor: auto;
}

.guide-page .guide .guide-area .faqWrap.faqWrap--noJS dl dt:after {
  content: none;
}

.guide-page .guide .guide-area #toTop,
.guide-page .guide .guide-area .toDetailSearch {
  display: block;
  position: fixed;
  z-index: 995;
  bottom: 30px;
  right: 30px;
}

.guide-page .guide .guide-area #toTop a,
.guide-page .guide .guide-area .toDetailSearch a {
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  padding-top: 5px;
}

.guide-page .guide .guide-area #toTop a:hover,
.guide-page .guide .guide-area .toDetailSearch a:hover {
  opacity: 1;
}

.guide-page .guide .guide-area #toTop.toTop--circle a,
.guide-page .guide .guide-area .toDetailSearch.toTop--circle a {
  border-radius: 100px;
}

.guide-page .guide .guide-area #toTop.toTop--primary a,
.guide-page .guide .guide-area .toDetailSearch.toTop--primary a {
  background: #fff;
  color: #828282;
}

.guide-page .guide .guide-area #toTop.toTop--primary a:after,
.guide-page .guide .guide-area .toDetailSearch.toTop--primary a:after {
  border-color: #828282;
}

.guide-page .guide .guide-area #toTop a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  transform: rotate(-45deg);
  transform-origin: center;
}
/***********************************************
ポップアップバナー
 ***********************************************/
#calloutElm {
  position: fixed;
  bottom: 120px;
  right: 24px;
  max-width: 250px;
  z-index: 11;
}
.callout-container video {
    width: 100%;
}
.closebtn {
    position: absolute;
    top: -5px;
    right: 5px;
    color: white;
    font-size: 20px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.closebtn:hover {
  color: lightgrey;
}
/***********************************************
ポップアップバナーここまで
 ***********************************************/
/***********************************************
切替バナーちらつき防止
 ***********************************************/
.tbn_timer {
  display: none;
}
/***********************************************
 import sp
 ***********************************************/
@media (max-width: 1120px) and (min-width: 1060px) {/*メディアクエリ変更*/
  .inner {
    max-width: 90%;
  }
}

/***********************************************
メディアクエリ変更タブレットはspメニュー対応
  ***********************************************/
@media (max-width: 1059px)  {
  .sub{
  max-width:90%;
  }
  .inner {
    max-width: 90%;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  #main {
    margin-top: 65px;
    padding-top: 25px;
  }
 /***********************************************
  sp main navigation
  ***********************************************/
  .sp-main-navigation {
    display: block;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 150px;
    background: #fff;
    overflow: auto;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 10;
  }
  .is-open .sp-main-navigation {
    transform: translateX(0);
  }
  .sp-main-navigation a {
    font-size: 11px;
  }
  .sp-main-navigation .menu {
    width: 100%;
    border-top: 1px solid #C9C9C9;
  }
  .sp-main-navigation .menu > li {
    width: 100%;
  }
  .sp-main-navigation .menu > li a {
    position: relative;
    padding: 15px 0;
    display: block;
    background: #F1F1F1;
    text-align: center;
    border-bottom: 1px solid #C9C9C9;
  }
  .sp-main-navigation .menu > li a.navi-link:after, .sp-main-navigation .menu > li a.navi-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    background: #C9C9C9;
    transform-origin: center right;
  }
  .sp-main-navigation .menu > li a.navi-link:before {
    transform: rotate(-25deg);
  }
  .sp-main-navigation .menu > li a.navi-link:after {
    transform: rotate(25deg);
  }
  .sp-main-navigation .menu > li a.acc-toggle.active {
    background: #fff;
  }
  .sp-main-navigation .menu > li a.acc-toggle:after, .sp-main-navigation .menu > li a.acc-toggle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    background: #C9C9C9;
  }
  .sp-main-navigation .menu > li a.acc-toggle:before {
    width: 11px;
    height: 1px;
  }
  .sp-main-navigation .menu > li a.acc-toggle:after {
    right: calc(5% + 5px);
    width: 1px;
    height: 11px;
  }
  .sp-main-navigation .menu > li .sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sp-main-navigation .menu > li .sub-menu li {
    width: 50%;
  }
  .sp-main-navigation .menu > li .sub-menu li:nth-child(odd) a {
    border-right: 1px solid #C9C9C9;
  }
  .sp-main-navigation .menu > li .sub-menu li a {
    padding: 15px 0;
    display: block;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #C9C9C9;
  }
  .sp-main-navigation .sns-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .sp-main-navigation .sns-menu li {
    width: 50%;
  }
  .sp-main-navigation .sns-menu li:nth-child(odd) a {
    border-right: 1px solid #C9C9C9;
  }
  .sp-main-navigation .sns-menu li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #F1F1F1;
    border-bottom: 1px solid #C9C9C9;
  }
  .sp-main-navigation .info-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .sp-main-navigation .info-menu li {
    width: 50%;
  }
  .sp-main-navigation .info-menu li:nth-child(odd) a {
    border-right: 1px solid #C9C9C9;
  }
  .sp-main-navigation .info-menu li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #C9C9C9;
  }
  .sp-main-navigation .bnr-menu {
    margin: 20px auto;
  }
  .sp-main-navigation .bnr-menu li {
    max-width: 75%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .sp-main-navigation .bnr-menu li:last-child {
    margin-bottom: 0;
  }
  .sp-search-menu {
    width: 22px;
    display: block;
  }
  #menu-toggle {
    position: relative;
    display: block;
    margin-right: 10px;
    width: 24px;
    height: 20px;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    z-index: 3;
  }
  #menu-toggle span {
    display: block;
    background: #000;
    transition: 0.25s ease-in-out;
  }
  #menu-toggle #hamburger {
    position: absolute;
    top: 3px;
    height: 100%;
    width: 100%;
    transition: 0.25s ease-in-out;
  }
  #menu-toggle #hamburger span {
    position: relative;
    width: 24px;
    height: 1px;
    top: 0;
    right: 0;
    margin: 6px 0;
    transition: 0.25s ease-in-out;
  }
  #menu-toggle #hamburger span:nth-child(1) {
    margin-top: 0;
    transition-delay: 0.5s;
  }
  #menu-toggle #hamburger span:nth-child(2) {
    transition-delay: 0.625s;
  }
  #menu-toggle #hamburger span:nth-child(3) {
    margin-bottom: 0;
    transition-delay: 0.725s;
  }
  #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: 0.25s ease-in-out;
  }
  #menu-toggle #cross span:nth-child(1) {
    height: 0;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(60deg);
    transform-origin: center center;
  }
  #menu-toggle #cross span:nth-child(2) {
    width: 0;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(30deg);
    transform-origin: center center;
  }
  #menu-toggle.is-open {
    transition: 0.25s ease-in-out;
  }
  #menu-toggle.is-open #hamburger {
    transition: 0.25s ease-in-out;
  }
  #menu-toggle.is-open #hamburger span {
    width: 0;
    transition: 0.25s ease-in-out;
  }
  #menu-toggle.is-open #hamburger span:nth-child(1) {
    transition-delay: 0s;
  }
  #menu-toggle.is-open #hamburger span:nth-child(2) {
    transition-delay: 0.125s;
  }
  #menu-toggle.is-open #hamburger span:nth-child(3) {
    transition-delay: 0.25s;
  }
  #menu-toggle.is-open #cross {
    transition: 0.25s ease-in-out;
  }
  #menu-toggle.is-open #cross span:nth-child(1) {
    height: 24px;
    transition-delay: 0.625s;
  }
  #menu-toggle.is-open #cross span:nth-child(2) {
    width: 24px;
    transition-delay: 0.375s;
  }
  /***********************************************
   header
   ***********************************************/
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 20;
  }
  .site-header .inner {
    max-width: 90%;
  }
  .site-header .announcement-bar {
    padding: 7px 0;
  }
  .site-header .announcement-bar .announcement-bar-text {
    font-size: 9px;/*10px*/
    line-height: 1.5;
  }
  .site-header .announcement-bar .info-navigation {
    display: none;
  }
 .site-header .header-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
  }
  .site-header .header-area .header-area-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .site-header .header-area .header-area-center {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100px;
    margin: auto;
  }
  /***********************************************
   main navigation
   ***********************************************/
  .main-navigation {
    display: none;
  }
  /***********************************************
   site navigation
   ***********************************************/
  .site-navigation {
    position: relative;
    top: -2px;
  }
  .site-navigation ul {
    display: flex;
    align-items: center;
  }
  .site-navigation ul li {
    margin-right: 5px;
  }
  .site-navigation ul li:nth-child(3) {
    margin-right: 5px;
  }
  .site-navigation ul li.site-navi-menu {
    display: none;
  }
  .site-navigation ul li.navi-icn {
    margin-right: 5px;
    text-align: center;
  }
  .site-navigation ul li.navi-icn .hdrnav_imgwrap {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    display: block;
  }
  .site-navigation ul li.navi-icn a small {
    display: none;
  }
  .site-navigation ul li.navi-cart {
    position: relative;
  }
  .site-navigation ul li.navi-cart .cartAmount {
    position: absolute;
    top: 0;
    right: -5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 8px;
  }
  .site-navigation ul li:last-child {
    margin-right: 0;
  }
  .site-navigation ul li a {
    display: inline-block;
    font-size: 11px;
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity, z-index, visibility 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
  .js-search-open #overlay {
    z-index: 49;
    opacity: 1;
    visibility: visible;
  }
  /***********************************************
   search-drawer
   ***********************************************/
  .search-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 100px 30px;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 50;
  }
  .js-search-open .search-drawer {
    transform: translateX(0%);
  }
  .search-drawer .searchForm .searchForm__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .search-drawer .searchForm .searchForm__area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .search-drawer .searchForm .searchForm-input {
    width: calc(100% - 50px);
    margin-right: 8px;
    font-size: 10px;
    padding: 5px;
    height: auto;
    border-radius: 0;
    font-size: 16px;
  }
  .search-drawer .searchForm .searchForm-input::-moz-placeholder {
    font-size: 12px;
  }
  .search-drawer .searchForm .searchForm-input::placeholder {
    font-size: 12px;
  }
  .search-drawer .searchForm .searchForm__submit {
    width: 42px;
  }
  .search-drawer .searchForm .searchForm__submit img {
    display: block;
    width: 30px;
    max-width: 30px;
  }
  .search-drawer .searchForm .searchForm__submit__button {
    margin: 30px auto 0;
    border: 1px solid #CACACA;
    text-align: center;
    width: 100%;
    font-size: 11px;
    min-height: 38px;
  }
  
}

@media (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .inner {
    max-width: 100%;
  }
    
    
  /***********************************************
ポップアップバナー
 ***********************************************/
#calloutElm {
  bottom: 20px;
  left: 15px;
  max-width: 180px;
  z-index: 11;
}
.callout-container video {
    width: 100%;
}
.closebtn {
    top: -2px;
    right: -5px;
    color: white;
    font-size: 13px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
/***********************************************
ポップアップバナーここまで
 ***********************************************/
 
  /***********************************************
  button
   ***********************************************/
  .morebtn_wrap {
    text-align: center;
  }
  .morebtn_wrap .morebtn {
    border: 1px solid #CACACA;
    display: inline-block;
    padding: 14px 0;
    width: 216px;
    font-size: 13px;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  /***********************************************
  feature
   ***********************************************/
  .feature-sec {
    margin: 0 auto 70px;
  }
  .feature-sec .feature-area {
    display: flex;
    flex-flow: column;
    width: 90%;
    margin: 0 auto 50px;
  }
  .feature-sec .feature-area .feature-item {
    width: 100%;
    margin: 0 auto 30px;
  }
  .feature-sec .feature-area .feature-item:nth-child(3n) {
    margin: 0 auto 30px;
  }
  .feature-sec .feature-area .feature-item:last-child {
    margin: 0 auto;
  }
  .feature-sec .feature-area .feature-item a {
    display: block;
  }
  .feature-sec .feature-area .feature-item a .feature-thumb {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
  }
  .feature-sec .feature-area .feature-item a .feature-title {
    font-size: 10px;
  }
  /***********************************************
  page
   ***********************************************/
  .page-title {
    margin: 30px auto 40px;
    font-size: 17px;
    text-align: center;
  }
  .page-title span {
    display: block;
    text-align: center;
  }
  .page-title span.en {
    margin-bottom: 5px;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  /***********************************************
  sec
   ***********************************************/
  .sec .sec-title {
    margin: 0 auto 40px;
    font-size: 17px;
    text-align: center;
  }
  .sec .sec-title span {
    display: block;
    text-align: center;
  }
  .sec .sec-title span.en {
    margin-bottom: 5px;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  /***********************************************
  item list
   ***********************************************/
  .category-list .inner {
    max-width: 90%;
  }
  .itemList {
    display: flex;
    flex-wrap: wrap;
  }
  .itemList .itemList__unit {
    position: relative;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .itemList .itemList__unit:nth-child(5n) {
    margin-right: 5%;
  }
  .itemList .itemList__unit:nth-child(2n) {
    margin-right: 0;
  }
  .itemList .itemList__unit .fav-item {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 4;
  }
  .itemList .itemList__unit .fav-item button .icn-fav-path {
    fill: none;
    stroke: #F8ABA6;
  }
  .itemList .itemList__unit .fav-item button.is-added .icn-fav-path {
    fill: #F8ABA6;
    stroke: #F8ABA6;
  }
  .itemList .itemList__unit a {
    display: block;
  }
  .itemList .itemList__unit a .itemCate {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .itemList .itemList__unit a .itemName {
    font-size: 12px;
  }
  .itemList .itemList__unit a .itemPrice span {
    font-size: 11px;
  }
  .itemList .itemList__unit a .itemPrice small {
    font-size: 11px;
  }
  .itemList .itemList__unit .itemDetail {
    margin: 5px auto 0;
    display: flex;
    align-items: center;
  }
  .itemList .itemList__unit .itemDetail dd,
  .itemList .itemList__unit .itemDetail dt {
    line-height: 1;
    display: inline-block;
    padding: 0 8px;
    font-size: 8px;
  }
  .itemList .itemList__unit .itemDetail dt {
    padding-left: 0;
    border-right: 1px solid #979797;
  }
  .item-notfound-text {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 12px;
  }
  /***********************************************
  category
  ***********************************************/
  .category-title,
  .search-title {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 17px;
    max-width:90%;
  }
  .sub-category-navigation {
    margin: 0 auto 35px;
  }
  .sub-category-navigation .inner {
    max-width: 90%;
  }
  .sub-category-navigation .sub-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sub-category-navigation .sub-category-list li {
    width: 31.6666%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }
  .sub-category-navigation .sub-category-list li:nth-child(3n) {
    margin-right: 0;
  }
  .sub-category-navigation .sub-category-list li:nth-child(3n + 1) a {
    border-left: 1px solid #CACACA;
  }
  .sub-category-navigation .sub-category-list li a {
    padding: 8px 0;
    display: block;
    font-size: 11px;
    text-align: center;
  }
  .category-header-navigation {
    margin: 0 auto 40px;
  }
  .category-header-navigation .category-header-navigation-area {
    flex-flow: column;
    justify-content: center;
  }
  .category-footer-navigation {
    margin: 70px auto 40px;
  }
  .category-footer-navigation .category-footer-navigation-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category-footer-navigation .category-footer-navigation-area .pager-navigation {
    width: 100%;
    flex-wrap: wrap;
  }
  .category-footer-navigation .category-footer-navigation-area .pager-navigation p {
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
  }
  .category-footer-navigation .category-footer-navigation-area .pager-navigation span {
    display: inline-block;
    padding: 0;
  }
  .category-footer-navigation .category-footer-navigation-area .pager-navigation a {
    padding: 0;
    border: none;
  }
  .category-footer-navigation .category-footer-navigation-area .pager-navigation a,
  .category-footer-navigation .category-footer-navigation-area .pager-navigation span {
    width: 50%;
    min-height: 42px;
    border: none;
    display: block;
    padding: 12px 0;
    width: 50%;
    text-align: center;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
  }
  .category-footer-navigation .category-footer-navigation-area .pager-navigation a:nth-of-type(1),
  .category-footer-navigation .category-footer-navigation-area .pager-navigation span:nth-of-type(1) {
    border-right: 1px solid #CACACA;
  }
  .product-recommend {
    margin: 0 auto 60px;
  }
  .product-withbuy {
    background: #F2F2F2;
    padding: 40px 0;
  }
  /***********************************************
  footer
  ***********************************************/
  .site-footer .inner {
    max-width: 100%;
  }
  .site-footer .footer-logo {
    width: 95px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .site-footer .footer-navigation {
    margin: 0 auto;
    border-top: 1px solid #C9C9C9;
  }
  .site-footer .footer-navigation ul {
    display: block;
    width: 100%;
  }
  .site-footer .footer-navigation ul li {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #C9C9C9;
  }
  .site-footer .footer-navigation ul li:last-child {
    margin-right: 0;
  }
  .site-footer .footer-navigation ul li a {
    position: relative;
    padding: 12px 15px;
    width: 100%;
    display: block;
    font-size: 10px;
  }
  .site-footer .footer-navigation ul li a:after, .site-footer .footer-navigation ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    background: #C9C9C9;
    transform-origin: center right;
  }
  .site-footer .footer-navigation ul li a:before {
    transform: rotate(-25deg);
  }
  .site-footer .footer-navigation ul li a:after {
    transform: rotate(25deg);
  }
  .site-footer .copyright {
    padding: 11px;
    background: #F1F1F1;
    color: #000;
    text-align: center;
    font-size: 9px;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  /***********************************************
  pager
  ***********************************************/
  .pager-navigation {
    display: flex;
    justify-content: center;
    font-size: 10px;
    margin: 0 auto 25px;
  }
  /***********************************************
  sort
  ***********************************************/
  .sort-navigation {
    width: 100%;
  }
  .sort-navigation ul {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
  }
  .sort-navigation ul li {
    width: 33.3333%;
    font-size: 11px;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
    border-right: 1px solid #CACACA;
    padding: 0;
    text-align: center;
  }
  .sort-navigation ul li:nth-child(1) {
    display: none;
  }
  .sort-navigation ul li:last-child {
    border-right: none;
  }
  .sort-navigation ul li a,
  .sort-navigation ul li span {
    padding: 12px 0;
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .sort-navigation ul li span {
    background: #EDEDED;
    color: #000;
  }
  /***********************************************
  guide page
   ***********************************************/
  .guide-page .guide .guide-navigation {
    display: flex;
    justify-content: space-around;
  }
  .guide-page .guide .guide-navigation .guide-item {
    width: 40%;
  }
  .guide-page .guide .guide-navigation .guide-item:nth-child(3n) {
    margin-right: 2.5%;
  }
  .guide-page .guide .guide-navigation .guide-item h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 700;
  }
  .guide-page .guide .guide-navigation .guide-item ul li a {
    display: inline-block;
    font-size: 13px;
  }
  .guide-page .guide .guide-area{
    margin: 0 2% 0 2%;
    }
  .guide-page .guide .guide-area .faqWrap {
    margin-bottom: 30px;
  }
  .guide-page .guide .guide-area .faqWrap h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
  }
  .guide-page .guide .guide-area .faqWrap dl {
    display: block;
    background: #fff;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .guide-page .guide .guide-area .faqWrap dl dt {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    padding-right: 30px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    color: #1B1B1B;
  }
  .guide-page .guide .guide-area .faqWrap dl dt:before {
    content: "";
    color: #459dc7;
  }
  .guide-page .guide .guide-area .faqWrap dl dt:after {
    content: "";
    display: block;
    right: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    border-top: 3px solid #aaa;
    border-left: 3px solid #aaa;
    transform: rotate(-135deg);
    transition: 0.15s;
  }
  .guide-page .guide .guide-area .faqWrap dl dt.open {
    transition: 0.15s;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .guide-page .guide .guide-area .faqWrap dl dt.open:after {
    transform: rotate(45deg);
  }
  .guide-page .guide .guide-area .faqWrap dl dd {
    display: none;
    font-size: 15px;
    line-height: 24px;
  }
  .guide-page .guide .guide-area .faqWrap dl dd i {
    font-size: 15px;
  }
  .guide-page .guide .guide-area .faqWrap dl dd:before {
    content: "";
    top: 0;
    color: #e05a73;
  }
  .guide-page .guide .guide-area .faqWrap dl dd,
  .guide-page .guide .guide-area .faqWrap dl dt {
    padding-left: 36px;
    position: relative;
    text-align: left;
  }
  .guide-page .guide .guide-area .faqWrap dl dd:before,
  .guide-page .guide .guide-area .faqWrap dl dt:before {
    position: absolute;
    left: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
  }
  .guide-page .guide .guide-area .faqWrap.faqWrap--noJS dl dd {
    display: block;
  }
  .guide-page .guide .guide-area .faqWrap.faqWrap--noJS dl dt {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 16px;
    padding-bottom: 16px;
    cursor: auto;
  }
  .guide-page .guide .guide-area .faqWrap.faqWrap--noJS dl dt:after {
    content: none;
  }
  .guide-page .guide .guide-area #toTop,
  .guide-page .guide .guide-area .toDetailSearch {
    display: block;
    position: fixed;
    z-index: 995;
    bottom: 30px;
    right: 30px;
  }
  .guide-page .guide .guide-area #toTop a,
  .guide-page .guide .guide-area .toDetailSearch a {
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fff;
    padding-top: 5px;
  }
  .guide-page .guide .guide-area #toTop a:hover,
  .guide-page .guide .guide-area .toDetailSearch a:hover {
    opacity: 1;
  }
  .guide-page .guide .guide-area #toTop.toTop--circle a,
  .guide-page .guide .guide-area .toDetailSearch.toTop--circle a {
    border-radius: 100px;
  }
  .guide-page .guide .guide-area #toTop.toTop--primary a,
  .guide-page .guide .guide-area .toDetailSearch.toTop--primary a {
    background: #fff;
    color: #828282;
  }
  .guide-page .guide .guide-area #toTop.toTop--primary a:after,
  .guide-page .guide .guide-area .toDetailSearch.toTop--primary a:after {
    border-color: #828282;
  }
  .guide-page .guide .guide-area #toTop a:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    transform: rotate(-45deg);
    transform-origin: center;
  }
 
}
.itemNameS.discount-active::before {
  content: "\30AF\30FC\30DD\30F3\5BFE\8C61";
  font-size:10px;
  color: #fff;
  font-family: Arial, sans-serif;
  background-color: #F06060;
  padding: 1px 1px;
  border-radius: 4px;
}
/*.itemName::before{
  content: "\30AF\30FC\30DD\30F3\5BFE\8C61";
  font-size:10px;
  color: #fff;
  font-family: Arial, sans-serif;
  background-color: #F06060;
  padding: 1px 1px;
  border-radius: 4px;  
}*/
