@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, .page__contact .contact--table,
.page__upload-form .contact--table, #main .page__cart, .page__member, .page__member .send {
  margin-bottom: 70px;
}

html {
  scroll-padding-top: 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;
  padding-top: 70px;
}

.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;
}

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

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

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

.header .logo a img, .header .logo span img {
  width: 100px;
  order: 3;
}

.header .logo a::before, .header .logo a::after, .header .logo span::before, .header .logo span::after {
  display: block;
  content: '';
  width: 14px;
  height: 1px;
}

.header .logo a::before, .header .logo span::before {
  background-color: #63b0ec;
  order: 1;
}

.header .logo a::after, .header .logo span::after {
  background-color: #000;
  order: 2;
  margin-right: 10px;
}

.header--btn {
  margin-top: 4px;
  margin-left: 10px;
}

.header--btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #555;
}

.header--btn .icon {
  width: 26px;
}

.header--btn .text {
  display: none;
}

.header--btn .text_en {
  font-size: 10px;
  margin-top: 2px;
}

.header--btn.btn--guide {
  margin-left: auto;
  margin-right: 10px;
}

.header--btn.btn--guide a {
  font-weight: normal;
  color: #fff;
  background-color: #427aa5;
  border-color: #fff;
}

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

.header .toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-clip: content-box;
  margin-top: 6px;
  transition: all 300ms ease-out;
  margin-left: 15px;
}

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

.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);
}

.header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out;
  position: fixed;
  top: 67px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

.header .menu.open {
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.header .menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .menu ul li {
  margin-left: 1em;
  padding: 0.75em 0;
}

.global--info {
  background-color: #fbe5e5;
}

.global--info p {
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
  padding: 0.75em 0;
}

.hero {
  margin-bottom: 30px;
}

.hero__swiper {
  padding-bottom: 20px;
}

.hero__swiper .swiper-pagination-bullet-active {
  background-color: #888;
}

.hero .swiper-slide {
  width: auto;
}

.hero__item a {
  display: block;
}

.hero__item .image {
  margin-bottom: 8px;
}

.hero__item .image img {
  width: 100%;
  height: auto;
}

.hero__item .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.hero__item .more {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
  padding: 0 1em;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero__item .more::after {
  display: block;
  content: '';
  width: 4em;
  height: 4em;
  border: 1px dashed #555;
  border-radius: 2em;
  margin-left: 0.5em;
}

.hero__item .label {
  font-weight: 300;
  padding-bottom: 4px;
  margin-bottom: 8px;
  position: relative;
}

.hero__item .label::before, .hero__item .label::after {
  display: block;
  content: '';
  height: 1px;
  background-color: #555;
  position: absolute;
  bottom: 0;
}

.hero__item .label::before {
  width: calc(100% + 3.5em);
  left: 0;
}

.hero__item .label::after {
  width: 8px;
  right: -3.5em;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

.hero .texts {
  font-size: 14px;
  line-height: 1.75;
  padding: 0 10px;
}

.hero .texts .price--main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4px;
  padding: 4px 0 16px;
}

.hero .texts .normal-price {
  font-size: 13px;
  line-height: 1;
  padding: 0 0.5em 0 0.25em;
  margin-right: 1em;
  position: relative;
}

.hero .texts .normal-price::after {
  display: block;
  content: '';
  height: 1px;
  background-color: #262626;
  position: absolute;
  top: 50%;
  top: 50%;
  left: 0;
  right: 0;
}

.hero .texts .discount {
  display: block;
  font-size: 12px;
  color: #fff;
  background-color: #ff7e00;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 0.75em;
}

.hero .texts .sale-price {
  font-size: 14px;
  color: #ff0000;
}

.subhero__inner {
  background-color: #dfdfdf;
  text-align: center;
  padding: 40px 0;
}

.subhero h2 {
  font-size: 28px;
}

.subhero p {
  font-size: 12px;
  margin-top: 1em;
}

.subhero .breadcrumbs {
  font-size: 14px;
  margin-top: 20px;
}

.subhero .breadcrumbs .home {
  background-image: url(../img/icon_home.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
}

.footer--contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer--contact .link--form {
  max-width: 100%;
}

.footer--contact .link--form a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 460px;
  max-width: 100%;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 24px;
}

.footer--contact .link--form a img {
  width: auto;
  height: 14px;
  margin-right: 0.75em;
}

.footer--contact .tel--num {
  margin: 30px 0 40px;
}

.footer--contact .tel--num a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
}

.footer--contact .tel--num a img {
  margin-right: 0.25em;
  margin-top: 4px;
}

.footer--contact .tel--num p {
  font-size: 12px;
  margin-top: 0.5em;
}

.footer--contact .company--links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer--contact .company--links a {
  font-size: 14px;
  margin: 0 8px;
}

.footer {
  background-color: #000;
  padding: 30px;
}

.footer--company {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: right;
  margin-bottom: 40px;
}

.footer--company .logo {
  font-size: 24px;
  margin-bottom: 1em;
}

.footer--company .logo p {
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.25em;
  margin-bottom: 0.25em;
}

.footer--company .logo svg {
  fill: #fff;
  width: 180px;
  height: auto;
  margin-right: 12px;
}

.footer--company .desc {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.footer--sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--sns a {
  margin: 0 10px;
}

.footer--sns .sns_logo {
  width: 18px;
  height: auto;
}

.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;
}

.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;
}

.category--lineup .center--head {
  margin-bottom: 0;
}

.category--lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.category--lineup__item {
  width: 50%;
  padding: 0 10px;
  margin-top: 24px;
}

.category--lineup__item a {
  display: flex;
  align-items: center;
  font-size: 12px;
  border-bottom: 2px solid #262626;
  height: 5.5em;
}

.category--lineup__item a .image {
  width: 50px;
  padding: 0 8px 0 0;
}

.category--lineup__item a .image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.category--lineup__item a .text {
  width: calc(100% - 15px - 50px);
}

.category--lineup__item a .text .desc {
  font-size: 10px;
  margin-top: 0.5em;
}

.category--lineup__item a .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
}

.category--lineup__item a .arrow::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  transform-origin: center;
  transform: rotate(45deg);
}

.catch__inner {
  text-align: center;
  line-height: 1.75;
}

.catch .head {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1em;
}

.catch .detail {
  font-size: 14px;
}

.front--archive__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px;
}

.front--archive__item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 30px;
}

.front--archive__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
}

.front--archive__item .image {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}

.front--archive__item .image::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.front--archive__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.front--archive__item .title {
  width: 100%;
  line-height: 1.5;
  height: 3em;
}

.front--archive__item .price {
  line-height: 1;
  width: calc(100% - 20px);
}

.front--archive__item .price p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6px;
}

.front--archive__item .price .label {
  font-size: 10px;
  display: inline-block;
  width: 56px;
  color: #fff;
  background-color: #bebebe;
  text-align: center;
  padding: 4px 0;
  margin-right: 0.75em;
}

.front--archive__item .price em {
  font-size: 10px;
  font-style: normal;
  margin-left: -2px;
}

.front--archive__item .price .price_s .label {
  background-color: #ff7e00;
}

.front--archive__item .icon {
  width: 20px;
  margin-top: 4px;
}

.features--item {
  width: 100%;
  margin-bottom: 10px;
}

.features--item a {
  display: block;
  position: relative;
}

.features--item .thumb img {
  width: 100%;
  height: auto;
}

.features--item .texts {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 12px;
  text-align: right;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.features--item .texts .date {
  font-size: 10px;
  text-align: left;
  width: 30%;
  margin: 0 0 0.25em;
}

.features--item .texts .title {
  line-height: 1.4;
  width: 70%;
}

.front__login--information {
  margin-top: 70px;
}

.front__login--information .login--info__head {
  text-align: center;
}

.front__login--information .login--info__head .desc {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2em;
}

.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__upload-form .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__upload-form input[type=email],
.page__upload-form input[type=tel],
.page__upload-form input[type=text] {
  width: 100%;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 0 0 4px;
}

.page__contact select,
.page__upload-form 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__upload-form .mwform-tel-field input[type=text] {
  width: auto;
}

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

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

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

.page__contact .contact--table table th,
.page__upload-form .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__upload-form .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__upload-form .submit--btn {
  display: flex;
  justify-content: center;
}

.page__contact .submit--btn input,
.page__upload-form .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__upload-form .submit--btn input[type=submit] {
  background-color: #4e918d;
}

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

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

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

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

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

.guide--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;
}

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

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

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

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

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

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

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

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

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

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

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

.guide--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;
}

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

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

.page__shipping-form .shipping--intro {
  font-size: 14px;
  line-height: 1.75;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__shipping-form .shipping--intro .intro--message {
  font-size: 1.125em;
  font-weight: bold;
}

.page__shipping-form .shipping--intro .list__head {
  margin: 1em 0;
}

.page__shipping-form .shipping--intro .product--list__item {
  font-size: 12px;
  margin-bottom: 12px;
}

.page__shipping-form .shipping--intro .product--list__item .item__inner {
  display: flex;
  background-color: #f8f8f8;
  padding: 12px;
}

.page__shipping-form .shipping--intro .product--list__item .itemimg {
  width: 20%;
}

.page__shipping-form .shipping--intro .product--list__item .itemimg img {
  height: auto;
}

.page__shipping-form .shipping--intro .product--list__item .itemname {
  width: 80%;
  padding-left: 1em;
}

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

.page__shipping-form .p-country-name {
  display: none;
}

.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: 100%;
  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 .title.blank {
  padding: 0;
}

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

.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 .input-area input {
  margin-bottom: 0;
}

.page__shipping-form .contact--table .input-area input:-moz-read-only {
  cursor: auto;
  background-color: #f1f1f1;
}

.page__shipping-form .contact--table .input-area input:read-only {
  cursor: auto;
  background-color: #f1f1f1;
}

.page__shipping-form .contact--table .submit--area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.page__shipping-form .contact--table .submit--area input {
  display: block;
  width: 240px;
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 1.25em;
  margin: 0 20px 15px;
}

.page__shipping-form .contact--table .submit--area input.back--btn {
  color: #333;
  background-color: #eee;
}

.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;
}

#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: #000;
  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: #000;
}

#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 #000;
  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 .error_message {
  color: #da0000;
  line-height: 1.75;
  margin: 0.75em 0 1.25em;
}

#main .page__cart #delivery-form .hidden--form {
  display: none;
}

#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: #000;
  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;
}

#main #cart_completion .social-gift__area {
  background-color: #f5f5f5;
  max-width: 720px;
  margin: 50px auto;
  padding: 30px 15px;
}

#main #cart_completion .social-gift__area h3 {
  font-size: 18px;
  border-bottom: 1px dashed #333;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}

#main #cart_completion .social-gift__area p {
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

#main #cart_completion .social-gift__area p a {
  line-height: 1;
}

#main #cart_completion .social-gift__area p a:link {
  color: #0000EE;
  text-decoration: underline;
}

#main #cart_completion .social-gift__area p a:visited {
  color: #551A8B;
  text-decoration: underline;
}

#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: #000;
  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: #000;
  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: #000;
  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: #000;
  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: #000;
  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: 0 auto;
}

.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: #000;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  padding: 24px 20px;
}

.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;
  }
  html {
    scroll-padding-top: 120px;
  }
  body {
    padding-top: 120px;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .header {
    align-items: flex-end;
    height: 120px;
  }
  .header__inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .header .logo a img, .header .logo span img {
    width: 150px;
  }
  .header .logo a::before, .header .logo a::after, .header .logo span::before, .header .logo span::after {
    width: 21px;
  }
  .header--btn a {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    border: 1px solid #757575;
    border-radius: 26px;
    width: 120px;
    padding: 1.25em;
  }
  .header--btn .icon {
    display: none;
  }
  .header--btn .text {
    display: block;
  }
  .header--btn .text_en {
    display: none;
  }
  .header .toggler {
    display: none;
  }
  .header .menu {
    display: none;
  }
  .header .menu ul {
    flex-direction: row;
    justify-content: flex-end;
  }
  .hero {
    margin-bottom: 50px;
  }
  .hero__swiper {
    padding-bottom: 40px;
  }
  .hero__item .image {
    margin-bottom: 12px;
  }
  .hero__item .price {
    flex-direction: row;
  }
  .hero__item .more {
    margin-top: 0;
    margin-left: 0;
    order: 1;
    position: static;
  }
  .hero .texts {
    padding: 0;
    width: calc(100% - 138px);
    order: 2;
  }
  .hero .texts .price--main {
    margin-top: 4px;
    padding: 0;
  }
  .hero .texts .normal-price {
    font-size: 14px;
  }
  .hero .texts .discount {
    letter-spacing: 0.1em;
  }
  .hero .texts .sale-price {
    font-size: 16px;
  }
  .footer--company {
    align-items: flex-end;
    margin-bottom: 70px;
  }
  .footer--company .desc {
    text-align: right;
  }
  .footer--sns {
    justify-content: flex-end;
  }
  .archive__inner {
    margin: 0 -15px;
  }
  .archive__inner .post__item {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .category--lineup__list {
    justify-content: flex-start;
    max-width: none;
  }
  .category--lineup__item {
    width: calc(100% / 3);
  }
  .front--archive__item {
    width: 25%;
  }
  .features--list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -10px;
  }
  .features--item {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 0;
  }
  .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__upload-form .contact--table table td {
    padding: 1em 1.5em;
  }
  .page__shipping-form .shipping--intro {
    font-size: 16px;
  }
  .page__shipping-form .shipping--intro .product--list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -6px;
    margin-right: -6px;
  }
  .page__shipping-form .shipping--intro .product--list__item {
    font-size: 14px;
    width: 50%;
    padding: 0 6px;
  }
  .page__shipping-form .contact--table {
    font-size: 16px;
  }
  .page__shipping-form .contact--table .title {
    width: 30%;
  }
  .page__shipping-form .contact--table .input-area {
    width: 70%;
  }
  .page__shipping-form .contact--table .submit--area input {
    width: 300px;
  }
  .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;
  }
  #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;
  }
  #main #cart_completion .social-gift__area {
    padding: 30px;
  }
  #main #cart_completion .social-gift__area h3 {
    font-size: 20px;
  }
  #main #cart_completion .social-gift__area p {
    font-size: 14px;
  }
  .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: 1230px;
  }
  .section, .page__contact .contact--table,
  .page__upload-form .contact--table, #main .page__cart, .page__member, .page__member .send {
    margin-bottom: 120px;
  }
  html {
    scroll-padding-top: 170px;
  }
  body {
    padding-top: 170px;
  }
  .hide-tab {
    display: inline;
  }
  .show-tab {
    display: none;
  }
  #main {
    padding-bottom: 150px;
  }
  .header {
    height: 170px;
  }
  .header__inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .header--btn a {
    font-size: 14px;
    width: 200px;
  }
  .header--btn .text {
    font-size: 14px;
  }
  .global--info p {
    font-size: 14px;
  }
  .hero__item .more {
    font-size: 14px;
  }
  .hero .texts {
    width: calc(100% - 161px);
  }
  .subhero__inner {
    padding: 100px 0;
  }
  .subhero h2 {
    font-size: 36px;
  }
  .subhero .breadcrumbs {
    font-size: 16px;
    margin-top: 30px;
  }
  .footer--contact .link--form a {
    font-size: 16px;
    padding: 30px;
  }
  .footer--contact .link--form a img {
    height: 16px;
  }
  .footer--contact .tel--num {
    margin: 40px 0 50px;
  }
  .footer--contact .tel--num p {
    font-size: 14px;
  }
  .footer--contact .company--links a {
    font-size: 16px;
    margin: 0 12px;
  }
  .footer {
    padding: 50px;
  }
  .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;
  }
  .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;
  }
  .category--lineup__item {
    margin-top: 50px;
    padding: 0 24px;
  }
  .category--lineup__item a {
    font-size: 16px;
  }
  .category--lineup__item a .image {
    width: 80px;
    padding: 0 12px 0 8px;
  }
  .category--lineup__item a .text {
    width: calc(100% - 30px - 80px);
  }
  .category--lineup__item a .text .desc {
    font-size: 12px;
  }
  .category--lineup__item a .arrow {
    width: 30px;
  }
  .category--lineup__item a .arrow::after {
    width: 14px;
    height: 14px;
  }
  .catch .head {
    font-size: 30px;
  }
  .catch .detail {
    font-size: 18px;
  }
  .front--archive__list {
    margin: 0 -15px;
  }
  .front--archive__item {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .front--archive__item a {
    font-size: 14px;
  }
  .front--archive__item .price {
    width: calc(100% - 40px);
  }
  .front--archive__item .price .label {
    font-size: 12px;
  }
  .front--archive__item .price em {
    font-size: 12px;
  }
  .front--archive__item .icon {
    width: 30px;
    margin-right: 10px;
  }
  .features--list {
    margin: 0 -30px;
  }
  .features--item {
    width: calc(100% / 3);
    padding: 0 30px;
  }
  .features--item .texts {
    font-size: 14px;
  }
  .features--item .texts .date {
    font-size: 12px;
  }
  .front__login--information {
    margin-top: 120px;
  }
  .page__tradelaw table {
    margin: 24px 0;
  }
  .page__contact .contact--table table,
  .page__upload-form .contact--table table {
    font-size: 16px;
  }
  .page__contact .contact--table table th,
  .page__upload-form .contact--table table th {
    text-align: center;
    line-height: 44px;
  }
  .guide--categories .category--list {
    margin: 0 -15px;
  }
  .guide--categories .category--item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .guide--categories .category--item a {
    font-size: 16px;
  }
  .guide--item {
    margin-bottom: 50px;
  }
  #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: 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 */
