@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Allison&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section--s {
  margin-bottom: 30px;
}

.section, .page__contact .contact--table,
.page__contact-partner .contact--table,
.page__contact-product .contact--table, #main .page__cart, .page__member, .page__member .send {
  margin-bottom: 70px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  color: #262626;
}

body:not(.home) {
  padding-top: 50px;
}

.hide-sp {
  display: none;
}

.hide-tab {
  display: none;
}

.hide-pc {
  display: none;
}

.show-sp {
  display: inline;
}

.show-tab {
  display: inline;
}

.show-pc {
  display: inline;
}

img {
  max-width: 100%;
}

.header,
#main,
.hero,
.footer {
  position: relative;
  z-index: 50;
}

#main {
  padding-bottom: 90px;
}

.header {
  z-index: 150;
}

.hero {
  z-index: 125;
}

input:-moz-read-only {
  background-color: #f3f3f3;
}

input:read-only {
  background-color: #f3f3f3;
}

.effect-surface {
  opacity: 0;
  transition: all 1000ms ease-out;
}

.effect-surface.show {
  opacity: 1;
}

.effect-surface.slide-to-up {
  transform: translateY(100px);
}

.effect-surface.slide-to-up.show {
  transform: translateY(0);
}

.effect-surface.slide-to-down {
  transform: translateY(-100px);
}

.effect-surface.slide-to-down.show {
  transform: translateY(0);
}

.effect-surface.slide-to-right {
  transform: translateX(-100px);
}

.effect-surface.slide-to-right.show {
  transform: translateX(0);
}

.effect-surface.slide-to-left {
  transform: translateX(100px);
}

.effect-surface.slide-to-left.show {
  transform: translateX(0);
}

.front--contents .header {
  background-color: transparent;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #222;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.open {
  background-color: #fff;
}

.header.open .header--btn {
  background-color: #222;
  opacity: 1;
  visibility: visible;
}

.header.open .toggler span {
  background-color: #222;
}

.header.open .btn--language select {
  border-color: #222;
}

.header.open .btn--cart svg #path02 {
  fill: #222;
}

.header__inner {
  display: flex;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
}

.header .logo {
  padding: 15px 0 5px;
  margin-left: 8px;
}

.header .logo a {
  display: flex;
  align-items: center;
}

.header .logo a img {
  width: auto;
  height: 30px;
}

.header--btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}

.header--btn .menu--form {
  max-width: 320px;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.header--btn .menu--form .search--field {
  border: 1px solid #aaa;
}

.header--btn .menu--home {
  display: none;
}

.header--btn .sp--menus {
  padding: 0 30px;
}

.header--btn .sp--menus .menu--texts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  padding: 30px 0;
}

.header--btn .sp--menus .menu--texts a {
  display: block;
  font-weight: normal;
  width: auto;
  border: none;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0;
}

.header--btn .sp--menus .header--mail {
  font-size: 16px;
}

.header--btn .sp--menus .header--mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  background-color: #fff;
  border-radius: 999px;
  max-width: 400px;
  padding: 0.5em 1.5em 0.5em 2.5em;
  margin-left: auto;
  margin-right: auto;
}

.header--btn .sp--menus .header--mail a .icon {
  width: 28px;
  margin-top: 2px;
  margin-right: 0.5em;
  margin-left: auto;
}

.header--btn .sp--menus .header--mail a .arrow {
  width: 30px;
  margin-left: auto;
}

.header--btn.btn--icons {
  margin-left: auto;
}

.header--btn a {
  display: block;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0.5em 0;
}

.header--btn a.menu--search {
  display: none;
}

.header--btn a .inner {
  display: flex;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.header--btn .icon {
  width: 34px;
  margin-right: 0.75em;
}

.header--btn.btn--mypage {
  margin-left: auto;
}

.header--btn.btn--cart .text_en {
  letter-spacing: 0.025em;
}

.header .btn--language {
  font-size: 12px;
  margin-top: 2px;
  margin-left: auto;
  position: relative;
}

.header .btn--language::after {
  display: block;
  content: '';
  width: 1.25em;
  background-image: url(../img/arrow_selectbox.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-top: 0.0625em;
  position: absolute;
  top: 0;
  right: 0.375em;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}

.header .btn--language select {
  color: #262626;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0.125em 1.375em 0.25em 0.75em;
  border-radius: 99px;
  position: relative;
  z-index: 50;
}

.header .btn--cart {
  margin: 2px 8px 0 6px;
}

.header .btn--cart a, .header .btn--cart img {
  display: block;
}

.header .btn--cart img {
  width: 28px;
}

.header .toggler {
  display: block;
  align-items: flex-start;
  width: 28px;
  background-clip: content-box;
  transition: all 300ms ease-out;
  margin-right: 8px;
}

.header .toggler span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  margin: 6px 0;
  transition: all 300ms ease-out;
  transform-origin: center;
}

.header .toggler span:first-child {
  margin-top: 0;
}

.header .toggler span:last-child {
  margin-bottom: 0;
}

.header .toggler.open span {
  margin: 0;
}

.header .toggler.open span:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
}

.header .toggler.open span:nth-child(2) {
  margin: 0;
  opacity: 0;
}

.header .toggler.open span:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg);
}

.hero {
  background-image: url(../img/contents_bottom.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 54px;
  padding-bottom: 54px;
  position: relative;
}

.hero--visual {
  border-bottom: 8px solid #cf1324;
}

.hero--visual img {
  display: block;
  width: 100vw;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero--text {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  margin-top: -100px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 130;
}

.hero--text .catch {
  font-size: 42px;
  line-height: 1.25;
  letter-spacing: 1px;
  text-indent: -15px;
  padding-left: 15px;
}

.hero--text .desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 0.5em;
}

.footer {
  background-color: #222;
  background-image: url(../img/contents_bottom.png);
  background-repeat: repeat-x;
  background-size: auto 54px;
  background-position: bottom;
  padding-top: 40px;
  padding-bottom: 54px;
}

.footer__inner {
  position: relative;
}

.footer__inner .scroll--top {
  position: absolute;
  right: 0;
  bottom: calc(100% - 15px);
}

.footer__inner .scroll--top img {
  width: 85px;
  height: auto;
}

.footer .footer--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.75em;
}

.footer .footer--menu a {
  margin-bottom: 1em;
}

.footer .footer--mail {
  margin-bottom: 36px;
  padding: 0 15px;
}

.footer .footer--mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  background-color: #fff;
  border-radius: 999px;
  max-width: 400px;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer--mail a .icon {
  margin-top: 2px;
  margin-right: 0.5em;
  margin-left: auto;
}

.footer .footer--mail a .arrow {
  margin-left: auto;
}

.footer .copy {
  font-size: 12px;
  text-align: center;
  margin-bottom: 1.75em;
}

.translate--modal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
}

.translate--modal.show {
  opacity: 1;
  pointer-events: auto;
}

.translate--modal .translate__inner {
  max-width: 280px;
  width: 75vw;
  background-color: #fff;
  padding: 1.5em 1em 0.5em;
}

.translate--modal .translate--label {
  font-size: 14px;
  font-weight: 700;
  margin-left: 1em;
  margin-bottom: 1em;
}

.translate--modal .gtranslate_wrapper {
  display: flex;
  flex-direction: column;
}

.translate--modal .gtranslate_wrapper a {
  margin: 0 1em 1em;
}

#main {
  padding-left: 15px;
  padding-right: 15px;
}

.search--field {
  display: block;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.search--field .field {
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding: 0.75em 4em 0.75em 2em;
}

.search--field .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.search--field .submit svg {
  width: 1.5em;
  height: auto;
}

.content--head {
  font-size: 24px;
  margin-bottom: 1.25em;
}

.content--head::before {
  display: block;
  content: '';
  height: 51px;
  background-image: url(../img/border.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  margin-left: -30px;
  margin-right: -30px;
}

.content--head h2 {
  text-align: center;
  letter-spacing: 0.25em;
  padding-left: 0.25em;
  margin-top: 0.5em;
}

.center--head {
  text-align: center;
  margin-bottom: 20px;
}

.center--head h2 {
  font-size: 28px;
  font-weight: 500;
}

.center--head p {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 300;
  font-size: 10px;
  margin-top: 0.75em;
}

.section--head {
  margin-bottom: 20px;
}

.section--head h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
}

.section--head h2::before, .section--head h2::after {
  display: block;
  content: '';
  width: 14px;
  height: 1px;
  margin-top: 4px;
}

.section--head h2::before {
  background-color: #e2af00;
  order: 1;
}

.section--head h2::after {
  background-color: #000;
  order: 2;
  margin-right: 12px;
}

.section--head h2 span {
  order: 3;
}

.section--head p {
  font-size: 10px;
  padding-left: 40px;
  margin-top: 1em;
}

/* 画面全体を覆う設定 */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* ぐるぐるの形 */
.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

/* 回転アニメーション */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.faq--categories {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--categories .category--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -8px;
}

.faq--categories .category--item {
  padding: 0 8px;
  margin-bottom: 12px;
}

.faq--categories .category--item a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.faq--categories .category--item a::before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 0.25em solid #cf1324;
  border-radius: 50%;
  margin-right: 0.5em;
}

.faq--intro {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 60px;
}

.faq--intro img {
  width: 60px;
  margin-bottom: 10px;
}

.faq--intro h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.faq--intro p {
  font-size: 12px;
}

.faq--lists {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--item {
  margin-bottom: 30px;
}

.faq--item__head {
  margin-bottom: 20px;
}

.faq--item__head h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.faq--item__head h3::before {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #cf1324;
  margin-right: 12px;
}

.faq--item__head h3 span {
  width: calc(100% - 42px);
}

.faq--box {
  margin-bottom: 20px;
}

.faq--box .question {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #cf1324;
  border-radius: 30px;
  padding: 10px 15px;
  margin-bottom: 0;
  cursor: pointer;
}

.faq--box .question::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  background-image: url(../img/icon_faq.png.webp);
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  padding-top: 1px;
}

.faq--box .question span {
  width: calc(100% - 45px);
}

.faq--box .answer {
  display: none;
  line-height: 1.5;
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 30px;
}

.pagination__wrapper {
  width: 100%;
  margin-top: 20px;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 2px 5px;
}

.pagination .page-numbers.current {
  background-color: #ffd564;
}

.pagination .next,
.pagination .prev {
  width: auto;
  background-color: transparent;
  margin: 0 6px 5px;
}

.archive__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -8px;
}

.archive__inner .post__item {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 24px;
}

.archive__inner .post__item a {
  display: block;
}

.archive__inner .post__item .thumb img {
  width: 100%;
  height: auto;
}

.archive__inner .post__item .texts {
  font-size: 12px;
}

.archive__inner .post__item .texts .date {
  font-size: 10px;
  margin: 1em 0 0.5em;
}

.archive__inner .post__item .texts .title {
  line-height: 1.4;
}

.post__inner {
  max-width: 800px;
  margin: 0 auto;
}

.post__inner .content {
  line-height: 1.875;
  padding-left: 20px;
}

.front--contents {
  color: #fff;
  background-color: #222;
}

.front--intro {
  background-image: url(../img/map_japan.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  margin-left: -10px;
  margin-right: -10px;
  padding: 14px 10px 20px;
}

.front--intro .form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.front--intro .en {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 300;
  color: #cf1324;
}

.front--intro .en::before, .front--intro .en::after {
  display: block;
  content: '';
  width: 1em;
  height: 1px;
  background-color: #cf1324;
}

.front--intro .en::before {
  margin-right: 0.75em;
}

.front--intro .en::after {
  margin-left: 0.75em;
}

.front--intro .ja {
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
  margin: 0.75em 0 1.25em;
}

.front--intro .desc {
  text-align: center;
  line-height: 1.75;
}

.front--feature .feature--box {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.front--feature .feature--box a {
  display: flex;
  flex-direction: column;
}

.front--feature .intro {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0.5em 0;
}

.front--feature .intro strong {
  color: #cf1324;
}

.front--feature .intro span::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 0.75em;
  background-color: #fff;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.front--feature .image {
  position: relative;
}

.front--feature .image::before, .front--feature .image::after {
  display: block;
  content: '';
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  z-index: 50;
}

.front--feature .image span {
  display: block;
  position: relative;
}

.front--feature .image span::before {
  display: block;
  content: '';
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.front--feature .image img {
  border-radius: 10px;
}

.front--feature .image .title {
  display: flex;
  align-items: center;
  position: absolute;
  height: calc(1.5em + 40px);
  z-index: 10;
}

.front--feature .feature01 .intro {
  text-align: right;
}

.front--feature .feature01 .image {
  padding-top: 10px;
  padding-left: 10px;
}

.front--feature .feature01 .image::before {
  border-radius: 10px 0 0 0;
  border-top: 2px solid #cf1324;
  border-left: 2px solid #cf1324;
  top: -2px;
  left: -2px;
}

.front--feature .feature01 .image::after {
  border-radius: 0 0 10px 0;
  border-right: 2px solid #cf1324;
  border-bottom: 2px solid #cf1324;
  right: 10px;
  bottom: 10px;
}

.front--feature .feature01 .image .title {
  justify-content: center;
  padding-right: 22px;
  left: 10px;
  right: 0;
  bottom: 0;
}

.front--feature .feature02 {
  padding-right: 10px;
  padding-bottom: 10px;
}

.front--feature .feature02 .image::before {
  border-radius: 10px 0 0 0;
  border-top: 2px solid #cf1324;
  border-left: 2px solid #cf1324;
  top: 10px;
  left: 10px;
}

.front--feature .feature02 .image::after {
  border-radius: 0 0 10px 0;
  border-right: 2px solid #cf1324;
  border-bottom: 2px solid #cf1324;
  right: -12px;
  bottom: -12px;
}

.front--feature .feature02 .image span::before {
  background: linear-gradient(to top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
}

.front--feature .feature02 .image .title {
  padding-left: 30px;
  top: 0;
  left: 0;
  right: 0;
}

.front--category .category--list__item {
  max-width: 348px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

.front--category .category--list__item a {
  display: block;
  font-size: 22px;
  position: relative;
}

.front--category .category--list__item .text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 0em;
  position: absolute;
  top: 0;
  left: 0;
}

.front--category .category--list__item .text::after {
  display: block;
  content: '';
  width: 41px;
  height: 100%;
  background-image: url("../img/arrow_white.png");
  background-repeat: no-repeat;
  background-position: center;
}

.front--brand .brand--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.front--brand .brand--list__item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 18px;
}

.front--brand .brand--list__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #222;
  background-color: #fff;
  aspect-ratio: 4/3;
  border-radius: 10px;
  padding: 1em 0;
}

.front--brand .brand--list__item img {
  max-width: 75%;
  margin: auto 0;
}

.front--brand .brand--list__item .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.front--brand .brand--list__item .text::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform-origin: center;
  transform: rotate(45deg);
  margin-top: 0.125em;
  margin-left: 0.25em;
}

.front--brand .items--list {
  margin-left: -15px;
  margin-right: -15px;
}

.front--brand .items--list .splide__slide {
  display: flex;
  align-items: center;
  width: 100px;
  text-align: center;
}

.front--brand .items--list .splide__slide img {
  max-width: 100%;
}

.page__privacy-policy {
  line-height: 1.75;
}

.page__privacy-policy .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__privacy-policy h2 {
  font-size: 20px;
  margin-top: 2em;
  margin-bottom: 0.25em;
}

.page__privacy-policy ul {
  list-style: disc;
  margin: 0.75em 0 1.5em;
  padding-left: 1.5em;
}

.page__tradelaw .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__tradelaw table {
  display: block;
  width: 100%;
  margin: 16px 0;
}

.page__tradelaw table tbody {
  display: block;
  width: 100%;
}

.page__tradelaw table tr {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
}

.page__tradelaw table th, .page__tradelaw table td {
  font-size: 14px;
  padding: 8px 12px;
}

.page__tradelaw table th,
.page__tradelaw table td:nth-child(1) {
  display: block;
  font-weight: 500;
  background-color: #f4fcff;
  width: 100%;
}

.page__tradelaw table th em,
.page__tradelaw table td:nth-child(1) em {
  font-size: 10px;
  font-style: normal;
  color: #da0000;
  margin-right: 6px;
}

.page__tradelaw table td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.page__contact .content,
.page__contact-partner .content,
.page__contact-product .content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page__contact input[type=email], .page__contact input[type=tel], .page__contact input[type=text],
.page__contact-partner input[type=email],
.page__contact-partner input[type=tel],
.page__contact-partner input[type=text],
.page__contact-product input[type=email],
.page__contact-product input[type=tel],
.page__contact-product input[type=text] {
  width: 100%;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 0 0 4px;
}

.page__contact select,
.page__contact-partner select,
.page__contact-product select {
  -moz-appearance: auto;
       appearance: auto;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 0 0 4px;
}

.page__contact .mwform-tel-field input[type=text],
.page__contact-partner .mwform-tel-field input[type=text],
.page__contact-product .mwform-tel-field input[type=text] {
  width: auto;
}

.page__contact textarea,
.page__contact-partner textarea,
.page__contact-product textarea {
  width: 100%;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 0 0 4px;
}

.page__contact .contact--table table,
.page__contact-partner .contact--table table,
.page__contact-product .contact--table table {
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
}

.page__contact .contact--table table tr,
.page__contact-partner .contact--table table tr,
.page__contact-product .contact--table table tr {
  display: flex;
  margin-bottom: 30px;
}

.page__contact .contact--table table th,
.page__contact-partner .contact--table table th,
.page__contact-product .contact--table table th {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: normal;
  width: 25%;
  line-height: 1.5;
  background-color: #f7fbfb;
  padding: 1em 0.5em;
}

.page__contact .contact--table table td,
.page__contact-partner .contact--table table td,
.page__contact-product .contact--table table td {
  display: flex;
  align-items: center;
  width: calc(75% - 20px);
  margin-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding: 1em 0.5em;
}

.page__contact .submit--btn,
.page__contact-partner .submit--btn,
.page__contact-product .submit--btn {
  display: flex;
  justify-content: center;
}

.page__contact .submit--btn input,
.page__contact-partner .submit--btn input,
.page__contact-product .submit--btn input {
  color: #fff;
  background-color: #ddd;
  width: 200px;
  text-align: center;
  padding: 16px 0;
  margin: 0 10px 15px;
}

.page__contact .submit--btn input[type=submit],
.page__contact-partner .submit--btn input[type=submit],
.page__contact-product .submit--btn input[type=submit] {
  background-color: #4e918d;
}

.page__shipping-form .contact--table {
  font-size: 14px;
  max-width: 1000px;
  margin: 0 auto;
}

.page__shipping-form .contact--table br {
  display: none;
}

.page__shipping-form .contact--table p {
  margin-bottom: 1.5em;
}

.page__shipping-form .contact--table label {
  display: flex;
  flex-wrap: wrap;
}

.page__shipping-form .contact--table .head {
  font-size: 1.5em;
  font-weight: bold;
  border-left: 4px solid #555;
  padding: 0.25em 0 0.25em 0.5em;
  margin-bottom: 0.75em;
}

.page__shipping-form .contact--table .title {
  font-weight: 500;
  width: 30%;
  line-height: 1.75;
  padding: 6px 0;
}

.page__shipping-form .contact--table .title br {
  display: inline;
}

.page__shipping-form .contact--table .title .caution {
  color: #c50404;
}

.page__shipping-form .contact--table .input-area {
  width: 70%;
}

.page__shipping-form .contact--table .input-area.zipcode {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.page__shipping-form .contact--table .input-area.zipcode input {
  font-size: 14px;
  width: 10em;
  margin-left: 0.75em;
}

.page__shipping-form .contact--table .input-area.address input {
  margin-top: 8px;
}

.page__shipping-form .contact--table .wpcf7-field-groups {
  border-top: 1px solid #ddd;
}

.page__shipping-form .contact--table .wpcf7-field-group {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding: 20px 0px calc(20px - 1em);
  margin: 0 auto 20px;
}

.page__shipping-form .contact--table .wpcf7-field-group .wpcf7-field-group-remove,
.page__shipping-form .contact--table .wpcf7-field-group .wpcf7-field-group-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #0072d7;
  border-radius: 9999px;
  padding-left: 1px;
  padding-bottom: 2px;
}

.page__shipping-form .contact--table .wpcf7-field-group .wpcf7-field-group-remove {
  font-size: 34px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-right: 8px;
}

.page__shipping-form .contact--table .wpcf7-field-group textarea {
  height: 10em;
}

.page__shipping-form .contact--table .wpcf7-submit {
  display: block;
  width: 280px;
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 1.5em;
  margin: 60px auto;
}

#confirm_table tbody {
  position: relative;
}

#confirm_table .提携店id,
#confirm_table .提携店コード {
  display: inline-block;
  opacity: 0;
  height: 0;
  border: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

.page__member table.customer_form {
  display: block;
}

.page__member table.customer_form tbody {
  display: block;
  position: relative;
}

.page__member table.customer_form tr {
  margin-bottom: 0;
}

.page__member table.customer_form tr td textarea {
  width: 100%;
  height: 6em;
  border: 1px solid #eee;
  padding: 8px 6px;
}

.page__member .customkey_company_id, .page__member .customkey_company_code,
.page__member #zipcode_row, .page__member #states_row,
.page__member #address1_row, .page__member #address2_row, .page__member #address3_row,
.page__member #tel_row, .page__member #fax_row {
  display: inline-block;
  opacity: 0;
  height: 0;
  border: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#delivery_table {
  position: relative;
}

#delivery_table > * {
  display: inline-block;
  opacity: 0;
  height: 0;
  border: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.welcome--content .btn--area {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.welcome--content .btn--area .btn--item {
  width: 100%;
  margin-bottom: 20px;
}

.welcome--content .btn--area a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #555;
  border-radius: 999px;
  padding: 1.5em 3em;
}

#main .page__cart .post .send {
  margin-bottom: 20px;
}

#main .page__cart h5 {
  color: #fff;
  background-color: #666;
  padding: 15px;
}

#main .page__cart #cart {
  max-width: 100%;
  overflow-x: scroll;
  padding-bottom: 20px;
}

#main .page__cart .usccart_navi {
  margin-bottom: 15px;
}

#main .page__cart .usccart_navi ol {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

#main .page__cart .usccart_navi ol .ucart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 50%;
  height: 40px;
  background-color: #ddd;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 5px;
  position: relative;
  z-index: 5;
  margin-bottom: 2px;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart, #main .page__cart .usccart_navi ol .ucart.usccart_customer, #main .page__cart .usccart_navi ol .ucart.usccart_delivery, #main .page__cart .usccart_navi ol .ucart.usccart_confirm {
  color: #fff;
  background: #cf1324;
  border-right: none;
  z-index: 10;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart, #main .page__cart .usccart_navi ol .ucart.usccart_customer, #main .page__cart .usccart_navi ol .ucart.usccart_delivery {
  color: #fff;
  background: #cf1324;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart::before, #main .page__cart .usccart_navi ol .ucart.usccart_customer::before, #main .page__cart .usccart_navi ol .ucart.usccart_delivery::before {
  display: block;
  content: '';
  border: 20px solid transparent;
  border-left: 10px solid #cf1324;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 15;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart::after, #main .page__cart .usccart_navi ol .ucart.usccart_customer::after, #main .page__cart .usccart_navi ol .ucart.usccart_delivery::after {
  display: block;
  content: '';
  border: 20px solid transparent;
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  z-index: 20;
}

#main .page__cart .usccart_navi ol .ucart:last-child {
  border-right: none;
}

#main .page__cart .upbutton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  margin-bottom: 5px;
  padding-right: 0;
}

#main .page__cart .upbutton input {
  font-size: 14px;
  background-color: #eee;
  padding: 12px 20px;
  border-radius: 3px;
  margin: 10px 0 10px 10px;
}

#main .page__cart table {
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}

#main .page__cart table th, #main .page__cart table td {
  font-size: 12px;
  min-width: 60px;
  border: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px 4px;
}

#main .page__cart table th em, #main .page__cart table td em {
  font-size: 12px;
  font-style: normal;
}

#main .page__cart table th img, #main .page__cart table td img {
  max-width: 100%;
  height: auto;
}

#main .page__cart table .num {
  width: 40px;
  text-align: center;
}

#main .page__cart table .thumbnail {
  width: 70px;
  text-align: center;
}

#main .page__cart table .quantity {
  width: 60px;
  text-align: center;
}

#main .page__cart table td.quantity {
  text-align: right;
}

#main .page__cart table .subtotal {
  width: 110px;
  text-align: right;
}

#main .page__cart table .aright {
  text-align: right;
}

#main .page__cart table .stock {
  width: 90px;
  text-align: center;
}

#main .page__cart table .action {
  width: 64px;
  text-align: center;
}

#main .page__cart table .action input {
  font-size: 14px;
  background-color: #eee;
  padding: 4px 12px;
  border-radius: 3px;
}

#main .page__cart table input,
#main .page__cart table textarea,
#main .page__cart table select {
  background-color: #fafafa;
  border: 1px solid #eee;
  padding: 8px 12px;
}

#main .page__cart table select {
  -moz-appearance: auto;
       appearance: auto;
}

#main .page__cart table .member_name {
  width: 32px;
}

#main .page__cart table.customer_form th {
  background-color: #f2f4f5;
}

#main .page__cart table.customer_form th em {
  color: #da0000;
}

#main .page__cart #inside-cart thead {
  background-color: #f2f4f5;
}

#main .page__cart #inside-cart .no_cart {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 100;
  color: #262626;
}

#main .page__cart #inside-cart .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #customer-info .send,
#main .page__cart #delivery-info .send,
#main .page__cart #info-confirm .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #delivery-info .customer_form dt {
  font-size: 12px;
  font-weight: normal;
}

#main .page__cart #info-confirm .confiem_notice,
#main .page__cart #info-confirm .currency_code {
  margin-bottom: 8px;
}

#main .page__cart #wc_confirm #cart_table thead {
  background-color: #f2f4f5;
}

#main .page__cart #wc_confirm #cart_table tr > *:last-child {
  display: none;
}

#main .page__cart #wc_confirm #cart_table .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #wc_confirm #confirm_table th {
  background-color: #f2f4f5;
}

#main .page__cart #wc_confirm #confirm_table h3 {
  font-size: 18px;
  color: #333;
}

#main .page__cart #wc_confirm #confirm_table .ttl {
  font-weight: 700;
  background-color: #ddd;
}

#main .page__cart #wc_confirm #confirm_table .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart .customer_form,
#main .page__cart .customer_form tbody {
  display: block;
}

#main .page__cart .customer_form tr {
  display: block;
  border-bottom: 1px solid #ddd;
}

#main .page__cart .customer_form th, #main .page__cart .customer_form td {
  width: 100%;
  border-bottom: none;
}

#main .page__cart .customer_form th {
  display: block;
  margin-top: 15px;
}

#main .page__cart .customer_form td {
  display: flex;
  flex-direction: column;
}

#main .page__cart .send {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

#main .page__cart .send input {
  color: #fff;
  background-color: #cf1324;
  padding: 16px 30px;
  margin: 0 10px 4px;
}

#main .page__cart .send input.continue_shopping_button, #main .page__cart .send input.back_cart_button, #main .page__cart .send input.back_to_customer_button, #main .page__cart .send input.back_to_delivery_button {
  color: #444;
  background-color: #ddd;
}

#main .page__cart .header_explanation,
#main .page__cart .footer_explanation {
  padding-top: 0;
}

#main #cart_completion {
  padding: 30px 0;
}

#main #cart_completion .completion__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main #cart_completion .completion__img::before, #main #cart_completion .completion__img::after {
  display: block;
  content: '';
  width: 120px;
  height: 2px;
  border-radius: 1px;
  background-color: #262626;
}

#main #cart_completion .completion__img::before {
  margin-right: 20px;
}

#main #cart_completion .completion__img::after {
  margin-left: 20px;
}

#main #cart_completion .completion__img svg {
  width: 80px;
  height: auto;
  fill: none;
  stroke: #68C314;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#main #cart_completion .completion__head {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

#main #cart_completion .completion__txt {
  text-align: center;
  line-height: 1.75;
  margin-top: 20px;
}

#main #cart_completion .back_to_top_button {
  background-color: #eaeaea;
  border-radius: 4px;
  padding: 20px 50px;
}

#escott-dialog .ui-dialog-titlebar {
  height: auto;
  padding: 10px 20px;
}

#escott-dialog .send {
  margin-top: 16px;
}

#escott-dialog .send input[type=button] {
  color: #fff;
  background-color: #cf1324;
  padding: 16px 30px;
  margin: 0 10px;
}

#escott-dialog #escott-token-form table th, #escott-dialog #escott-token-form table td {
  padding: 10px 16px;
}

#escott-dialog #escott-token-form input,
#escott-dialog #escott-token-form select {
  border: 1px solid #f1f1f1;
  line-height: 1.75;
  padding: 4px 6px;
}

#escott-dialog #escott-token-form select {
  padding: 4px 10px;
}

.page__member .error_message {
  font-size: 14px;
  font-weight: 500;
  color: #da0000;
  margin: 1.5em 0 0;
}

.page__member .member--head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 10px;
}

.page__member .member--head h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.page__member .member--head h3::before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.33em solid #fdca5e;
  background-color: transparent;
  margin-right: 6px;
}

.page__member .member--head .currency_code {
  margin-left: auto;
}

.page__member .container {
  max-width: 1000px;
}

.page__member .header_explanation li {
  font-size: 14px;
  margin-bottom: 4px;
}

.page__member table {
  width: 100%;
  margin: 16px 0;
}

.page__member table tbody {
  width: 100%;
}

.page__member table tr {
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 8px;
}

.page__member table th, .page__member table td {
  font-size: 14px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
}

.page__member table th {
  font-weight: 500;
  background-color: #f4fcff;
}

.page__member table th em {
  font-size: 10px;
  font-style: normal;
  color: #da0000;
  margin-right: 6px;
}

.page__member table td {
  flex-wrap: wrap;
  align-items: center;
}

.page__member table td .member_name,
.page__member table td .member_furigana {
  width: 40px;
}

.page__member table td input,
.page__member table td select {
  border: 1px solid #eee;
  padding: 8px 6px;
}

.page__member table td select {
  -moz-appearance: auto;
       appearance: auto;
  position: relative;
}

.page__member table td input[type=text], .page__member table td input[type=email], .page__member table td input[type=password] {
  width: 100%;
  margin-bottom: 4px;
}

.page__member table td input#name1, .page__member table td input#name2 {
  width: calc(100% - 40px);
}

.page__member table td input#name3, .page__member table td input#name4 {
  width: calc(100% - 40px);
}

.page__member table td input#zipcode {
  width: 6em;
  margin-right: 6px;
  margin-bottom: 0;
}

.page__member table td input#search_zipcode {
  margin-right: 6px;
}

.page__member table td input#address1, .page__member table td input#address2, .page__member table td input#address3 {
  width: 70%;
  margin-right: 6px;
}

.page__member table td input#tel, .page__member table td input#fax {
  width: 160px;
  margin-right: 6px;
}

.page__member table.customer_form {
  display: block;
}

.page__member table.customer_form tbody {
  display: block;
  width: 100%;
}

.page__member table.customer_form tr {
  display: block;
}

.page__member table.customer_form tr:not(:first-child) {
  border-top: none;
}

.page__member table.customer_form tr:last-child {
  margin-bottom: 10px;
}

.page__member table.customer_form th, .page__member table.customer_form td {
  display: block;
  width: 100%;
}

.page__member table.customer_form .space {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}

.page__member #memberinfo .member_submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
}

.page__member #memberinfo .member_submenu .member-edit,
.page__member #memberinfo .member_submenu .member-logout {
  width: 200px;
  padding: 0 10px;
}

.page__member #memberinfo .member_submenu .member-edit a,
.page__member #memberinfo .member_submenu .member-logout a {
  display: block;
  font-size: 12px;
  background-color: #fdca5e;
  text-align: center;
  border-radius: 4px;
  padding: 12px 10px;
}

.page__member #memberinfo .member_submenu .member-logout a {
  background-color: #eee;
}

.page__member #memberinfo table {
  margin: 0;
}

.page__member #memberinfo table tr {
  margin-bottom: 0;
}

.page__member .send {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.page__member .send input {
  margin: 0 10px 10px;
}

.page__member .send input[type=submit] {
  color: #fff;
  background-color: #fdca5e;
  border-radius: 4px;
  padding: 16px 48px;
}

.page__member .member-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f3f7f7;
  padding: 30px 15px;
}

.page__member .member-box form {
  width: 90%;
}

.page__member .member-box p {
  margin-bottom: 12px;
}

.page__member .member-box input {
  border: 1px solid #eee;
  padding: 8px 6px;
}

.page__member .member-box input[type=text], .page__member .member-box input[type=password] {
  background-color: #fff;
  width: 100%;
  margin-top: 8px;
}

.page__member .member-box input[type=submit] {
  border: none;
  color: #fff;
  background-color: #cf1324;
  border-radius: 4px;
  padding: 12px 40px;
  margin: 12px 0;
}

.page__member .member-box .nav {
  width: 90%;
}

.page__member .member-box .nav a {
  font-size: 14px;
}

.page__member .history-area {
  max-width: 100%;
  overflow-x: scroll;
}

.page__member .history-area .retail {
  min-width: 600px;
  margin: 0;
}

.page__member .history-area .retail .productname .skucode {
  font-size: 12px;
}

.page__member .upload-form__btn {
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
}

.page__member .upload-form__btn a {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #cf1324;
  border-radius: 8px;
  padding: 16px 24px;
  margin-left: auto;
}

.page__member .new-entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}

.page__member .new-entry a {
  display: inline-block;
  color: #fff;
  background-color: #cf1324;
  border-radius: 4px;
  padding: 12px 40px;
  margin-top: 10px;
}

.page__member .mem__completed p {
  text-align: center;
}

.page__member .mem__completed a {
  display: inline-block;
  color: #fff;
  background-color: #cf1324;
  border-radius: 4px;
  padding: 20px 40px;
  margin-top: 10px;
}

.page__member .mem__completed a.back_to_top_button {
  background-color: transparent;
  padding: 0;
}

#usces_history {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

#usces_history .exclude_cancel {
  margin-right: 0;
}

#usces_history .usce_period {
  display: flex;
  align-items: center;
  margin-left: 2em;
}

#usces_history .usce_period select {
  border: 1px solid #eee;
  padding: 8px 6px;
  -moz-appearance: auto;
       appearance: auto;
}

#history_head {
  min-width: 600px;
  margin: 0;
}

#history_head tr:last-child td {
  border-bottom: none;
}

.back {
  display: block;
  font-size: 14px;
  width: 200px;
  color: #fff;
  background: #525252;
  text-align: center;
  margin: 60px auto 90px;
  padding: 16px;
}

.product--intro {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 60px;
}

.product--intro img {
  width: 60px;
  margin-bottom: 10px;
}

.product--intro h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.product--intro p {
  font-size: 12px;
}

.product_info {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.product_info .thumb {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.product_info .thumb img {
  width: 100%;
  height: auto;
}

.product_info .thumb-wrapper {
  margin-bottom: 10px;
}

.product_info .thumb .swiper-button-next,
.product_info .thumb .swiper-button-prev {
  color: #262626;
}

.product_info .info {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 100%;
  padding: 0 10px;
}

.product_info .p_name {
  font-size: 24px;
  margin-bottom: 16px;
}

.product_info .detail {
  line-height: 1.75;
  margin-bottom: 20px;
}

.product_info form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.product_info .item-option {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 14px;
  width: 100%;
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 20px 15px 10px;
}

.product_info .item-option__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.25;
  margin-bottom: 10px;
}

.product_info .item-option__head {
  display: flex;
  align-items: center;
  width: 100%;
}

.product_info .item-option__head::before {
  display: block;
  content: '';
  width: 0.75em;
  height: 2px;
  background-color: #aaa;
  margin-right: 0.5em;
}

.product_info .item-option__head .opt-name {
  width: calc(100% - 1.25em);
}

.product_info .item-option__value {
  width: 100%;
  margin: 8px 0 6px 6px;
}

.product_info .item-option__value input,
.product_info .item-option__value select {
  height: 36px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 6px 8px;
}

.product_info .item-option__value select {
  -moz-appearance: auto;
       appearance: auto;
}

.product_info .p_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: auto;
  margin-bottom: 8px;
}

.product_info .p_price .discount {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #ff7e00;
  line-height: 1;
  padding: 4px 6px;
  margin-bottom: 4px;
}

.product_info .p_price .s_price {
  font-size: 30px;
  font-weight: 700;
  order: 1;
}

.product_info .p_price .s_price .normal_price {
  font-size: 14px;
  text-decoration: line-through;
}

.product_info .p_price .s_price .tax {
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
}

.product_info .p_price .stock {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #666;
  padding: 5px 14px 6px;
  margin-top: 10px;
  margin-right: 0;
  order: 2;
}

.product_info .select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  margin: 0 0 0 auto;
}

.product_info .select p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product_info .select p span {
  font-weight: 700;
}

.product_info .select p input {
  margin-top: 10px;
  padding: 6px 8px;
}

.product_info .select .skuquantity {
  width: 70px;
  text-align: right;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 6px 10px;
}

.product_info .cart_btn {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  width: 100%;
  margin-top: 20px;
}

.product_info .cart_btn .skubutton {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #cf1324;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  padding: 24px 20px;
}

.review--summary .glsr-summary-percentages {
  margin: 1em 0;
}

.review--summary .glsr-star {
  display: inline-block;
}

.category--head h2 {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -10px;
}

.products-list .product-item {
  width: 50%;
  padding: 0 10px;
}

.products-list .product-item .name {
  margin: 6px 0 4px;
}

.products-list .product-item .price {
  font-weight: 700;
  color: #c00;
}

.products-list .product-item .price .tax {
  font-size: 12px;
  font-style: normal;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .header {
    align-items: flex-start;
    height: 50px;
  }
  .hero--visual img {
    height: 100vh;
  }
  .hero--text {
    margin-top: -96px;
  }
  .hero--text .desc {
    font-size: 16px;
    margin-top: 0.75em;
  }
  .footer .footer--menu {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 1em;
    padding: 0 60px;
  }
  .footer .footer--menu a {
    margin: 0 1em 1em;
  }
  .footer .footer--mail a .icon {
    margin-top: 4px;
    margin-right: 1em;
  }
  .translate--modal .translate__inner {
    max-width: none;
    min-width: 512px;
    width: auto;
  }
  .translate--modal .gtranslate_wrapper {
    flex-direction: row;
  }
  .content--head::before {
    margin-left: 0;
    margin-right: 0;
  }
  .archive__inner {
    margin: 0 -15px;
  }
  .archive__inner .post__item {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .front--intro {
    margin: -50px 0 0;
    padding: 80px 0 120px;
  }
  .front--intro .form {
    display: none;
  }
  .front--feature__inner {
    display: flex;
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px;
  }
  .front--feature .feature--box {
    padding: 0 20px;
  }
  .front--feature .feature01 .intro {
    order: 2;
  }
  .front--feature .feature01 .image {
    order: 1;
  }
  .front--feature .feature02 .intro {
    text-align: right;
  }
  .front--feature .feature02 .image .title {
    justify-content: center;
    padding-left: 0;
  }
  .front--category .category--list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px;
  }
  .front--category .category--list__item {
    max-width: calc(348px + 24px * 2);
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 24px;
  }
  .front--brand .brand--list__item {
    width: 20%;
  }
  .page__privacy-policy h2 {
    font-size: 24px;
  }
  .page__tradelaw table {
    display: table;
  }
  .page__tradelaw table tbody {
    display: table-row-group;
  }
  .page__tradelaw table tr {
    display: table-row;
    margin-bottom: 0;
  }
  .page__tradelaw table th, .page__tradelaw table td {
    display: table-cell;
    padding: 12px;
  }
  .page__tradelaw table th,
  .page__tradelaw table td:nth-child(1) {
    display: table-cell;
    width: 30%;
    line-height: 34px;
  }
  .page__tradelaw table td {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
  }
  .page__contact .contact--table table td,
  .page__contact-partner .contact--table table td,
  .page__contact-product .contact--table table td {
    padding: 1em 1.5em;
  }
  .page__shipping-form .contact--table {
    font-size: 16px;
  }
  .page__shipping-form .contact--table .wpcf7-field-group {
    font-size: 14px;
    padding: 30px 30px calc(30px - 1em);
    margin: 0 auto 30px;
  }
  .page__shipping-form .contact--table .wpcf7-field-group .wpcf7-field-group-remove,
  .page__shipping-form .contact--table .wpcf7-field-group .wpcf7-field-group-add {
    font-size: 22px;
  }
  .page__shipping-form .contact--table .wpcf7-field-group .wpcf7-field-group-remove {
    font-size: 36px;
  }
  .page__shipping-form .contact--table .wpcf7-submit {
    width: 320px;
  }
  .page__member table.customer_form tr {
    display: flex;
    flex-wrap: wrap;
  }
  .page__member table.customer_form tr th {
    width: 30%;
  }
  .page__member table.customer_form tr td {
    width: 35%;
  }
  .page__member table.customer_form tr td[colspan="2"] {
    width: 70%;
  }
  .welcome--content .btn--area .btn--item {
    width: 50%;
    padding: 0 10px;
  }
  #main .page__cart .usccart_navi ol .ucart {
    width: 25%;
    margin-bottom: 0;
  }
  #main .page__cart table th, #main .page__cart table td {
    font-size: 14px;
    min-width: 80px;
    padding: 12px 12px;
  }
  #main .page__cart table input,
  #main .page__cart table textarea,
  #main .page__cart table select {
    margin: 0 12px;
  }
  #main .page__cart table.customer_form th {
    width: 220px;
  }
  #main .page__cart .customer_form,
  #main .page__cart .customer_form tbody {
    display: table;
    width: 100%;
  }
  #main .page__cart .customer_form tr {
    display: table-row;
    border-bottom: none;
  }
  #main .page__cart .customer_form th, #main .page__cart .customer_form td {
    width: auto;
    border-bottom: 1px solid #ddd;
  }
  #main .page__cart .customer_form th {
    display: table-cell;
    margin-top: 0;
  }
  #main .page__cart .customer_form td {
    display: table-cell;
  }
  .page__member .member--head {
    margin-top: 80px;
  }
  .page__member table tr {
    margin-bottom: 0;
  }
  .page__member table th, .page__member table td {
    padding: 12px;
  }
  .page__member table th {
    line-height: 34px;
  }
  .page__member table td {
    vertical-align: middle;
  }
  .page__member table td .member_name,
  .page__member table td .member_furigana {
    width: auto;
    margin-right: 6px;
  }
  .page__member table.customer_form {
    display: table;
  }
  .page__member table.customer_form tbody {
    display: table-row-group;
  }
  .page__member table.customer_form tr {
    display: table-row;
  }
  .page__member table.customer_form th, .page__member table.customer_form td {
    display: table-cell;
    width: auto;
  }
  .page__member .member-box {
    padding: 50px 40px;
  }
  .page__member .member-box form {
    width: auto;
  }
  .page__member .member-box input[type=text], .page__member .member-box input[type=password] {
    width: 500px;
  }
  .page__member .member-box .nav {
    width: 500px;
  }
  .page__member .history-area .retail .productname .skucode {
    font-size: 14px;
  }
  .page__member .new-entry {
    margin-top: 50px;
  }
  .page__member .new-entry a {
    margin-top: 20px;
  }
  .page__member .mem__completed a {
    margin-top: 20px;
  }
  .product_info .thumb {
    margin-bottom: 40px;
  }
  .product_info .p_name {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .product_info .detail {
    margin-bottom: 30px;
  }
  .product_info .item-option {
    max-width: calc(100% - 50px);
    margin-bottom: 30px;
    padding: 20px 30px 10px;
  }
  .product_info .item-option__box {
    flex-direction: row;
    align-items: center;
  }
  .product_info .item-option__head {
    width: 14em;
  }
  .product_info .item-option__value {
    width: calc(100% - 14em);
    margin: 0;
  }
  .product_info .select .skuquantity {
    width: 200px;
    text-align: center;
  }
  .product_info .cart_btn {
    margin-top: 30px;
  }
  .products-list .product-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1130px;
  }
  .section--s {
    margin-bottom: 50px;
  }
  .section, .page__contact .contact--table,
  .page__contact-partner .contact--table,
  .page__contact-product .contact--table, #main .page__cart, .page__member, .page__member .send {
    margin-bottom: 120px;
  }
  body:not(.home) {
    padding-top: 126px;
  }
  .hide-tab {
    display: inline;
  }
  .show-tab {
    display: none;
  }
  #main {
    padding-bottom: 150px;
  }
  .effect-surface.delay {
    transition: all 1000ms ease-out 300ms;
  }
  .front--contents .header__inner {
    padding: 48px 0 0;
  }
  .header {
    height: 126px;
  }
  .header__inner {
    padding: 30px 0 0;
  }
  .header .logo {
    margin-left: 0;
  }
  .header .logo a img {
    height: 45px;
  }
  .header--btn {
    flex-direction: row;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .header--btn .menu--form {
    display: none;
    position: absolute;
    top: 75%;
    right: -40px;
  }
  .header--btn .menu--home {
    display: block;
  }
  .header--btn .sp--menus {
    display: none;
  }
  .header--btn a {
    width: auto;
    border-bottom: none;
    padding: 0;
    margin: 0 14px;
  }
  .header--btn a.icon--menu {
    margin: 0 8px;
  }
  .header--btn a.menu--search {
    display: block;
  }
  .header--btn a .inner {
    width: auto;
    margin: 0;
  }
  .header--btn .icon {
    margin-right: 0;
  }
  .header--btn .icon.sp--icon {
    display: none;
  }
  .header--btn .text.pc--text {
    display: none;
  }
  .header--btn .text {
    display: block;
    font-size: 14px;
  }
  .header .btn--language {
    font-size: 18px;
    margin: 0 14px;
  }
  .header .btn--language::before {
    display: block;
    content: '';
    width: 22px;
    background-image: url(../img/icon_lang.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin-top: 0.0625em;
    position: absolute;
    top: 0;
    left: 1em;
    bottom: 0;
    z-index: 100;
    pointer-events: none;
  }
  .header .btn--language::after {
    right: 0.625em;
  }
  .header .btn--language select {
    padding: 0.375em 2em 0.5em 2.75em;
  }
  .header .btn--cart {
    display: none;
  }
  .header .toggler {
    display: none;
  }
  .hero {
    background-size: auto 64px;
    padding-bottom: 64px;
  }
  .hero--text {
    margin-top: -140px;
  }
  .hero--text .catch {
    font-size: 72px;
  }
  .hero--text .desc {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-left: 8px;
    margin-top: 0.75em;
  }
  .footer {
    background-size: auto 64px;
    padding-top: 60px;
    padding-bottom: 64px;
  }
  .footer__inner .scroll--top {
    right: -60px;
  }
  .footer__inner .scroll--top img {
    width: 120px;
  }
  .footer .footer--menu {
    margin-bottom: 1.5em;
  }
  .footer .copy {
    margin-bottom: 2em;
  }
  #main {
    padding-left: 0;
    padding-right: 0;
  }
  .content--head {
    font-size: 26px;
    margin-bottom: 2em;
  }
  .center--head {
    margin-bottom: 40px;
  }
  .center--head h2 {
    font-size: 36px;
  }
  .center--head p {
    font-size: 12px;
  }
  .section--head {
    margin-bottom: 40px;
  }
  .section--head h2 {
    font-size: 36px;
  }
  .section--head h2::before, .section--head h2::after {
    width: 21px;
    margin-top: 6px;
  }
  .section--head h2::after {
    margin-right: 18px;
  }
  .section--head p {
    font-size: 12px;
    padding-left: 60px;
  }
  .faq--categories .category--list {
    margin: 0 -15px;
  }
  .faq--categories .category--item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .faq--categories .category--item a {
    font-size: 16px;
  }
  .faq--item {
    margin-bottom: 50px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .archive__inner {
    margin: 0 -30px;
  }
  .archive__inner .post__item {
    width: calc(100% / 4);
    padding: 0 30px;
    margin-bottom: 80px;
  }
  .archive__inner .post__item .texts {
    font-size: 14px;
  }
  .archive__inner .post__item .texts .date {
    font-size: 12px;
  }
  .post__inner .content {
    padding: 0 30px;
  }
  .front--intro {
    margin-top: -80px;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 218px;
  }
  .front--intro .en {
    font-size: 36px;
  }
  .front--intro .en::before {
    margin-right: 1em;
  }
  .front--intro .en::after {
    margin-left: 1em;
  }
  .front--intro .ja {
    font-size: 24px;
  }
  .front--intro .desc {
    font-size: 22px;
  }
  .front--feature .feature--box {
    max-width: 532px;
  }
  .front--feature .intro {
    font-size: 32px;
  }
  .front--feature .image::after {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
  .front--feature .image .title {
    font-size: 18px;
    height: calc(1.5em + 54px);
  }
  .front--feature .feature01 .image {
    padding-top: 15px;
    padding-left: 15px;
  }
  .front--feature .feature01 .image::after {
    right: 15px;
    bottom: 15px;
  }
  .front--feature .feature02 .image::before {
    top: 15px;
    left: 15px;
  }
  .front--feature .feature02 .image::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    right: -17px;
    bottom: -17px;
  }
  .front--category .category--list__item {
    max-width: calc(348px + 24px * 2);
    width: calc(100% / 3);
  }
  .front--brand .brand--list__item a {
    font-size: 16px;
  }
  .front--brand .items--list {
    margin-left: 0;
    margin-right: 0;
  }
  .front--brand .items--list .splide__slide {
    width: 200px;
  }
  .page__tradelaw table {
    margin: 24px 0;
  }
  .page__contact .contact--table table,
  .page__contact-partner .contact--table table,
  .page__contact-product .contact--table table {
    font-size: 16px;
  }
  .page__contact .contact--table table th,
  .page__contact-partner .contact--table table th,
  .page__contact-product .contact--table table th {
    text-align: center;
    line-height: 44px;
  }
  #main .page__cart .post .send {
    margin-bottom: 30px;
  }
  #main .page__cart #cart {
    overflow: unset;
    padding-bottom: 0;
  }
  #main .page__cart .usccart_navi {
    margin-bottom: 10px;
  }
  #main .page__cart .upbutton {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #main .page__cart table {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #main .page__cart table th, #main .page__cart table td {
    min-width: unset;
  }
  #main .page__cart #delivery-info .customer_form dt {
    font-size: 14px;
  }
  #main .page__cart .send {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #main #cart_completion {
    padding: 60px 0;
  }
  #main #cart_completion .completion__head {
    font-size: 48px;
  }
  #main #cart_completion .completion__txt {
    font-size: 18px;
    margin-top: 30px;
  }
  .page__member table {
    margin: 24px 0;
  }
  .page__member #memberinfo .member_submenu .member-edit a,
  .page__member #memberinfo .member_submenu .member-logout a {
    font-size: 14px;
    padding: 14px 10px;
  }
  .page__member .upload-form__btn {
    margin-bottom: 50px;
  }
  .back {
    font-size: 16px;
    width: 280px;
    padding: 20px;
    margin: 90px auto 120px;
  }
  .product_info {
    display: flex;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .product_info .thumb {
    width: 45%;
    margin-bottom: 0;
  }
  .product_info .info {
    width: 50%;
    padding-left: 60px;
    padding-right: 0;
  }
  .category--head h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .products-list {
    margin: 0 -15px;
  }
  .products-list .product-item {
    width: 25%;
    padding: 0 15px;
  }
}

@media (min-width: 1600px) {
  .hide-pc {
    display: inline;
  }
  .show-pc {
    display: none;
  }
}

/*# sourceMappingURL=theme.css.map */
