@charset "UTF-8";
/* ***** ***** ***** *****
 * Common
 */
@import url("https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC&family=Lexend:wght@100..900&display=swap");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Shippori Gothic B2 Bold";
  src: url("./ShipporiGothicB2-Bold.ttf") format("truetype");
  font-weight: bold;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ***** ***** ***** *****
 * デバッグ用
 */
.ec-debugModeAlert {
  display: none;
}

/* ***** ***** ***** *****
 * 基本パーツ
 */
html {
  width: 100%;
  scroll-behavior: unset !important;
  scroll-padding-top: var(--header-height);
  overflow-x: hidden;
}
html.is-inactive {
  overflow: hidden;
}

body {
  margin-top: var(--header-height, 137px);
  width: 100%;
  color: #002953;
  font-size: 15px;
  font-family: "Shippori Gothic B2 Bold", sans-serif;
  background: none;
}
@media screen and (max-width: 767px) {
  body {
    margin-top: var(--header-height, 114px);
  }
}

a,
button,
p,
ol,
ul,
dl,
dt,
dd,
input[type=search],
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=radio],
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style-type: none;
  outline: 0;
  text-decoration: none;
  -webkit-user-drag: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

select,
button {
  cursor: pointer;
}

select,
input[type=text],
input[type=password],
input[type=search],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  font-family: "Shippori Gothic B2 Bold";
}
select::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 41, 83, 0.3019607843);
  font-size: 15px;
}
select::placeholder, select::-webkit-input-placeholder,
input[type=text]::placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 41, 83, 0.3019607843);
  font-size: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
  padding: 0;
  font-weight: unset;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

i {
  pointer-events: none;
}

a[class*="--active"] {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  a[class*="--active"]:hover {
    text-decoration: underline;
  }
}

/* ***** ***** ***** *****
 * グローバル
 */
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

[class*=font-lexend] {
  font-family: Lexend, sans-serif;
  font-weight: 600;
}
[class*=font-lexend][class*="--m"] {
  font-weight: 600;
}
[class*=font-lexend][class*="--b"] {
  font-weight: 600;
}

.font-center {
  text-align: center;
}

[class*=font-text] {
  color: #002953;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  [class*=font-text] {
    font-size: 13px;
  }
}
[class*=font-text][class*="--light"] {
  color: #ffffff;
}
[class*=font-text][class*="--active"] {
  color: #0099c7;
}
[class*=font-text][class*="--blur"] {
  color: #b8bec4;
}
[class*=font-text][class*="--main"] {
  color: #e8473e;
}
[class*=font-text][class*="--48"] {
  font-size: 48px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  [class*=font-text][class*="--48"] {
    font-size: 28px;
  }
}
[class*=font-text][class*="--36"] {
  font-size: 36px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  [class*=font-text][class*="--36"] {
    font-size: 22px;
    line-height: 1.4;
  }
}
[class*=font-text][class*="--28"] {
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  [class*=font-text][class*="--28"] {
    font-size: 22px;
    line-height: 1.4;
  }
}
[class*=font-text][class*="--22"] {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  [class*=font-text][class*="--22"] {
    font-size: 18px;
  }
}
[class*=font-text][class*="--18"] {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  [class*=font-text][class*="--18"] {
    font-size: 15px;
  }
}
[class*=font-text][class*="--13"] {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  [class*=font-text][class*="--13"] {
    font-size: 11px;
  }
}
[class*=font-text][class*="--11"] {
  font-size: 11px;
}

[class*=font-lead] {
  color: #002953;
  font-size: 15px;
  line-height: 1.96;
}
@media screen and (max-width: 767px) {
  [class*=font-lead] {
    font-size: 13px;
  }
}
[class*=font-lead][class*="--light"] {
  color: #ffffff;
}
[class*=font-lead][class*="--active"] {
  color: #0099c7;
}
[class*=font-lead][class*="--main"] {
  color: #e8473e;
}
[class*=font-lead][class*="--17"] {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  [class*=font-lead][class*="--17"] {
    font-size: 17px;
  }
}
[class*=font-lead][class*="--13"] {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  [class*=font-lead][class*="--13"] {
    font-size: 11px;
  }
}

[class*=font-navi] {
  color: #002953;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  [class*=font-navi] {
    font-size: 13px;
  }
}
[class*=font-navi][class*="--light"] {
  color: #ffffff;
}
[class*=font-navi][class*="--active"] {
  color: #0099c7;
}
[class*=font-navi][class*="--13"] {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  [class*=font-navi][class*="--13"] {
    font-size: 11px;
  }
}
[class*=font-navi][class*="--10"] {
  font-size: 9px;
}

[class*=font-note] {
  color: rgba(0, 41, 83, 0.6);
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  [class*=font-note] {
    font-size: 11px;
  }
}
[class*=font-note][class*="--light"] {
  color: rgba(255, 255, 255, 0.6);
}
[class*=font-note][class*="--main"] {
  color: #e8473e;
}
[class*=font-note][class*="--18"] {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  [class*=font-note][class*="--18"] {
    font-size: 15px;
  }
}
[class*=font-note][class*="--15"] {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  [class*=font-note][class*="--15"] {
    font-size: 13px;
  }
}
[class*=font-note][class*="--13"] {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  [class*=font-note][class*="--13"] {
    font-size: 11px;
  }
}
[class*=font-note][class*="--11"] {
  font-size: 11px;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: unset;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:disabled, .btn.disabled {
  border: 0 !important;
  background-color: unset;
}
.btn.btn-default {
  padding: 23px;
  width: 280px;
  background-color: #002953;
}
@media (any-hover: hover) {
  .btn.btn-default:hover {
    background-color: #649679;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-default:active {
    background-color: #649679;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-default {
    width: 100%;
  }
}
.btn.btn-default-s {
  padding: 15px;
  background-color: #002953;
}
@media (any-hover: hover) {
  .btn.btn-default-s:hover {
    background-color: #649679;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-default-s:active {
    background-color: #649679;
  }
}
.btn.btn-main {
  padding: 23px;
  width: 280px;
  background-color: #e8473e;
}
@media (any-hover: hover) {
  .btn.btn-main:hover {
    background-color: #f58b3d;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-main:active {
    background-color: #f58b3d;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-main {
    width: 100%;
  }
}
.btn.btn-main-s {
  padding: 15px;
  background-color: #e8473e;
}
@media (any-hover: hover) {
  .btn.btn-main-s:hover {
    background-color: #f58b3d;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-main-s:active {
    background-color: #f58b3d;
  }
}
.btn.btn-cancel {
  padding: 23px;
  width: 280px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  background-color: #f5f7fa;
}
@media (any-hover: hover) {
  .btn.btn-cancel:hover {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-cancel:active {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-cancel {
    width: 100%;
  }
}
.btn.btn-cancel-s {
  padding: 15px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  background-color: #f5f7fa;
}
@media (any-hover: hover) {
  .btn.btn-cancel-s:hover {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-cancel-s:active {
    background-color: #ffffff;
  }
}
.btn.btn-simple {
  padding: 12px;
  color: #002953;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  background-color: #ffffff;
}
@media (any-hover: hover) {
  .btn.btn-simple:hover {
    border-color: #002953;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-simple:active {
    border-color: #002953;
  }
}
.btn.btn-addcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 12px 14px;
  background-color: #002953;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .btn.btn-addcart {
    padding: 8px;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .btn.btn-addcart:hover {
    background-color: #649679;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn-addcart:active {
    background-color: #649679;
  }
}
.btn.btn-addcart i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.btn-product_fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  color: #e8473e;
  font-size: 33px;
  border: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}

/*
 * ヘッダー
 */
.header__topmsg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 32px;
  width: 100%;
  height: 33px;
  background-color: #eff1f5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__topmsg {
    padding: 8px 20px;
    height: 26px;
  }
}

.header__bottommsg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 0;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  background-color: #002953;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__bottommsg {
    padding: 8px 20px;
    height: 32px;
  }
}
.header__bottommsg .topmsg__freeamount {
  font-size: 12px;
}

.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__navbar {
    padding: 8px 12px 8px 20px;
  }
}
.header__navbar .navbar__logo-large {
  width: 160px;
}
.header__navbar .navbar__logo {
  width: 40px;
}
@media screen and (max-width: 918px) {
  .header__navbar .navbar__logo-large {
    display: none !important;
  }
  .header__navbar .navbar__logo {
    display: block !important;
  }
}
.header__navbar .navbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .navbar__search-warp {
    margin-right: 16px;
  }
}
.navbar__search-warp form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 0 0;
  width: 294px;
  height: 38px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 999px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  overflow: hidden;
}
@media (any-hover: hover) {
  .navbar__search-warp form:hover, .navbar__search-warp form:focus {
    border-color: #002953;
  }
}
.navbar__search-warp .navbar__searchform-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 134px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.navbar__search-warp .navbar__searchform-select select {
  padding: 10px 28px 10px 15px;
  width: 100%;
  color: #002953;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.navbar__search-warp .navbar__searchform-select select::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 13px;
}
.navbar__search-warp .navbar__searchform-select select::placeholder, .navbar__search-warp .navbar__searchform-select select::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 13px;
}
.navbar__search-warp .navbar__searchform-select select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  padding: 3px 0 5px;
  width: 20px;
  height: 20px;
  font-size: 18.7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar__search-warp .navbar__searchform-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 10px;
  width: 118px;
  height: 20px;
  border-left: 1px solid rgba(0, 41, 83, 0.1490196078);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__search-warp .navbar__searchform-input input {
  padding: 0;
  width: 100%;
  color: #002953;
  font-size: 13px;
  border: 0;
  outline: 0;
}
.navbar__search-warp .navbar__searchform-input input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 13px;
}
.navbar__search-warp .navbar__searchform-input input::placeholder, .navbar__search-warp .navbar__searchform-input input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 13px;
}
.navbar__search-warp .navbar__searchform-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -31px;
  padding: 3px;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  outline: 0;
}

.navbar__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  gap: 9px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .navbar__nav-wrap {
    margin-right: 12px;
    gap: 10px;
  }
}
.navbar__nav-wrap .navbar__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #002953;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (any-hover: hover) {
  .navbar__nav-wrap .navbar__nav-link:hover {
    cursor: pointer;
  }
  .navbar__nav-wrap .navbar__nav-link:hover .navbar__nav-icon,
  .navbar__nav-wrap .navbar__nav-link:hover .navbar__nav-text {
    color: #649679;
  }
}
.navbar__nav-wrap .navbar__nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  font-size: 20px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .navbar__nav-wrap .navbar__nav-icon {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}
.navbar__nav-wrap .navbar__nav-icon--item {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .navbar__nav-wrap .navbar__nav-icon--item {
    font-size: 20px;
  }
}
.navbar__nav-wrap .navbar__nav-text {
  margin-top: 2px;
  letter-spacing: -1px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .navbar__nav-wrap .navbar__nav-text {
    font-size: 10px;
    letter-spacing: -0.45px;
  }
}
.navbar__nav-wrap .navbar__nav-text--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__nav-wrap .navbar__nav-text--item::after {
  content: "";
  display: block;
  border-radius: 2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #002953;
}

@media (any-hover: hover) {
  .navbar__cart-wrap:hover .navbar__cart-icon {
    color: #649679;
  }
}
.navbar__cart-wrap .navbar__cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 16px;
  border-radius: 23px;
  background-color: rgba(0, 41, 83, 0.0509803922);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .navbar__cart-wrap .navbar__cart-link {
    padding: 10px 12px;
  }
}
.navbar__cart-wrap .navbar__cart-link.is-active + .navbar__cart-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.navbar__cart-wrap .navbar__cart-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  color: #002953;
  font-size: 18px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .navbar__cart-wrap .navbar__cart-icon {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}
.navbar__cart-wrap .navbar__cart-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
  padding: 3px 4px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 999px;
  background-color: #e8473e;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__cart-wrap .navbar__cart-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 32px;
  padding: 24px 16px;
  width: 256px;
  max-height: calc(95dvh - var(--header-height));
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.1019607843));
          filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.1019607843));
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1500;
}
@media screen and (max-width: 767px) {
  .navbar__cart-wrap .navbar__cart-dropdown {
    right: 20px;
    width: calc(100vw - 40px);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.navbar__cart-wrap .navbar__cart-dropdown::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: 16px;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #d9dfe5;
  border-left: 12px solid transparent;
}
.navbar__cart-wrap .navbar__cart-dropdown::after {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  right: 16px;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #ffffff;
  border-left: 12px solid transparent;
}
.navbar__cart-wrap .navbar__cart-lists {
  width: 100%;
  overflow: hidden scroll;
}
.navbar__cart-wrap .navbar__cart-lists .cart__lists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 41, 83, 0.1490196078);
}
.navbar__cart-wrap .navbar__cart-lists .cart__lists-item + .cart__lists-item {
  margin-top: 24px;
}
.navbar__cart-wrap .navbar__cart-lists .cart__lists-image {
  width: 80px;
  height: 80px;
  background-color: #f5f7fa;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.navbar__cart-wrap .navbar__cart-lists .cart__lists-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar__cart-wrap .navbar__cart-lists .cart__lists-detail {
  margin-left: 16px;
  width: calc(100% - 80px - 16px);
}
.navbar__cart-wrap .navbar__cart-lists .cart__lists-heading {
  display: -webkit-box;
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .navbar__cart-wrap .navbar__cart-lists .cart__lists-heading {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.navbar__cart-wrap .navbar__cart-lists .cart__lists-price {
  margin-top: 8px;
  font-size: 13px;
}
.navbar__cart-wrap .navbar__cart-lists .cart__lists-others {
  margin-top: 12px;
}
.navbar__cart-wrap .navbar__cart-lists .cart__lists-others p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .navbar__cart-wrap .navbar__cart-lists .cart__lists-others {
    margin-top: 8px;
  }
}
.navbar__cart-wrap .navbar__cart-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .navbar__cart-wrap .navbar__cart-action {
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.navbar__cart-wrap .navbar__cart-action .cart__action-gocart {
  width: 100%;
  font-size: 15px;
}
.navbar__cart-wrap .navbar__cart-action .cart__action-cancel {
  margin-top: 8px;
  width: 100%;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .navbar__cart-wrap .navbar__cart-action .cart__action-cancel {
    margin-top: 12px;
  }
}

/*
 * フッター
 */
.footer__wrap {
  margin-top: 120px;
  background-color: #002953;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    margin-top: 96px;
  }
}
.footer__wrap .footer__guide {
  padding: 32px 0;
  background-color: #d2e3d9;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__guide {
    padding: 24px 0;
  }
}
.footer__wrap .footer__guide .guide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1130px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__guide .guide__inner {
    display: grid;
    justify-items: center;
    gap: 24px 14px;
    grid-template-columns: 1fr 1fr;
  }
}
.footer__wrap .footer__guide .footer__guide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 206px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}
@media (any-hover: hover) {
  .footer__wrap .footer__guide .footer__guide-item:hover {
    color: #649679;
  }
  .footer__wrap .footer__guide .footer__guide-item:hover .footer__guide-text {
    color: #649679;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__guide .footer__guide-item {
    width: 100%;
    min-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__wrap .footer__guide .footer__guide-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 99px;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__guide .footer__guide-icon {
    width: 40px;
    height: 40px;
  }
}
.footer__wrap .footer__guide .footer__guide-icon > i {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__guide .footer__guide-icon > i {
    font-size: 18px;
  }
}
.footer__wrap .footer__guide .footer__guide-text {
  margin-left: 8px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__guide .footer__guide-text {
    margin-top: 8px;
    margin-left: 0;
  }
}
.footer__wrap .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 96px 20px;
  width: 100%;
  max-width: 1130px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__inner {
    padding: 0 0 64px;
  }
}
.footer__wrap .footer__navi {
  max-width: 505px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__navi {
    width: 100%;
    max-width: unset;
  }
}
.footer__wrap .footer__navi-link {
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.footer__wrap .footer__navi-link:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.footer__wrap .footer__navi-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__navi-link a {
    padding: 17px 20px;
  }
}
@media (any-hover: hover) {
  .footer__wrap .footer__navi-link a:hover .footer__navi-linkicon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.footer__wrap .footer__navi-link a .footer__navi-linkicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__wrap .footer__navi-link a .footer__navi-linkicon > i {
  color: #ffffff;
  font-size: 13px;
}
.footer__wrap .footer__info {
  margin-left: 80px;
  max-width: 505px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__info {
    margin-top: 48px;
    margin-left: 0;
    width: 100%;
    max-width: unset;
  }
}
.footer__wrap .footer__info-title:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__info-title {
    text-align: center;
  }
}
.footer__wrap .footer__info-date {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__info-date {
    text-align: center;
  }
}
.footer__wrap .footer__info-content {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__info-content {
    padding: 0 20px;
  }
}
.footer__wrap .footer__info-content .content__item {
  display: block;
  position: relative;
  padding: 23px 40px 19px 24px;
  border: 1px solid #ffffff;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__info-content .content__item {
    padding: 20px 30px 15px 18px;
  }
}
@media (any-hover: hover) {
  .footer__wrap .footer__info-content .content__item:hover {
    background-color: rgba(255, 255, 255, 0.1019607843);
  }
  .footer__wrap .footer__info-content .content__item:hover .content__item-linkicon {
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
}
.footer__wrap .footer__info-content .content__item + .content__item {
  margin-top: 8px;
}
.footer__wrap .footer__info-content .content__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__wrap .footer__info-content .content__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__info-content .content__item-icon {
    margin-right: 0;
  }
}
.footer__wrap .footer__info-content .content__item-linkicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__wrap .footer__info-content .content__item-linkicon > i {
  color: #ffffff;
  font-size: 13px;
}
.footer__wrap .footer__othernavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  width: 100%;
  gap: 26px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__othernavi {
    margin-top: 48px;
    padding: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__wrap .footer__othernavi .footer__othernavi-link a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .footer__wrap .footer__othernavi .footer__othernavi-link a:hover {
    color: #ffffff;
    opacity: 1;
  }
}
.footer__wrap .footer__othernavi .footer__othernavi-linkicon {
  display: inline;
}
.footer__wrap .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__bottom {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__wrap .footer__SNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__SNS {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.footer__wrap .footer__SNS-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.footer__wrap .footer__SNS-icon {
  display: block;
  width: 40px;
  height: 40px;
}
.footer__wrap .footer__copyright {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__wrap .footer__copyright {
    margin-top: 24px;
  }
}

/*
 * トップ / 特集FV
 */
.block__top_specialFV .specialFV__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block__top_specialFV .specialFV__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block__top_specialFV .specialFV__inner .swiper {
  width: 100%;
  height: 100%;
}
.block__top_specialFV .specialFV__inner .swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}
.block__top_specialFV .specialFV__inner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__top_specialFV .specialFV__inner .specialFV__left {
  position: relative;
  width: 50%;
  padding-bottom: 35.1391%;
}
@media screen and (max-width: 767px) {
  .block__top_specialFV .specialFV__inner .specialFV__left {
    width: 100%;
    padding-bottom: 70.4%;
  }
}
.block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide:hover .swiper-slide-bg {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide:hover .content-icon {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 41, 83, 0.0509803922)), color-stop(35%, rgba(0, 41, 83, 0.1019607843)), to(rgba(0, 41, 83, 0.7019607843)));
  background: transparent linear-gradient(180deg, rgba(0, 41, 83, 0.0509803922) 0%, rgba(0, 41, 83, 0.1019607843) 35%, rgba(0, 41, 83, 0.7019607843) 100%);
  mix-blend-mode: multiply;
}
.block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide-content {
    padding: 24px;
  }
}
.block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide-content .content-text {
  margin-top: 16px;
  padding-right: 30px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide-content .content-text {
    margin-top: 12px;
    padding-right: 26px;
  }
}
.block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide-content .content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 48px;
  bottom: 48px;
  padding: 2px;
  width: 28px;
  height: 28px;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-slide-content .content-icon {
    right: 24px;
    bottom: 24px;
    margin-top: 12px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}
.block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 26px;
  bottom: unset;
  left: 26px;
  padding: 4px;
  width: unset;
  -webkit-filter: drop-shadow(0px 0px 5px black);
          filter: drop-shadow(0px 0px 5px black);
  gap: 8px;
  z-index: 10;
}
.block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-pagi .swiper-pagi-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__top_specialFV .specialFV__inner .specialFV__left .specialFV__left-inner .swiper-pagi .swiper-pagi-bullet.is-active {
  background-color: #ffffff;
}
.block__top_specialFV .specialFV__inner .specialFV__right {
  position: relative;
  padding-bottom: 35.1391%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .block__top_specialFV .specialFV__inner .specialFV__right {
    width: 100%;
    padding-bottom: 35.2%;
  }
}
.block__top_specialFV .specialFV__inner .specialFV__right .specialFV__right-inner {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
}
@media screen and (max-width: 767px) {
  .block__top_specialFV .specialFV__inner .specialFV__right .specialFV__right-inner {
    grid-template-rows: minmax(0, 1fr);
  }
}

/*
 * トップ / 特集バナー(大)
 */
.block__top_specialBanner {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .block__top_specialBanner:hover .specialbanner__bg img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media screen and (max-width: 767px) {
  .block__top_specialBanner {
    height: 320px;
  }
}
.block__top_specialBanner .specialbanner__bg {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 120%;
}
.block__top_specialBanner .specialbanner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__top_specialBanner .specialbanner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 48px;
  width: 100%;
  height: 480px;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .block__top_specialBanner .specialbanner__inner {
    height: 320px;
    padding: 24px;
  }
}
@media (any-hover: hover) {
  .block__top_specialBanner .specialbanner__inner:hover .specialbanner__icon {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.block__top_specialBanner .specialbanner__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 41, 83, 0.0509803922)), color-stop(35%, rgba(0, 41, 83, 0.1490196078)), to(rgba(0, 41, 83, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 41, 83, 0.0509803922) 0%, rgba(0, 41, 83, 0.1490196078) 35%, rgba(0, 41, 83, 0.8) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 2;
}
.block__top_specialBanner .specialbanner__inner .specialbanner__heading {
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .block__top_specialBanner .specialbanner__inner .specialbanner__heading p {
    font-size: 18px;
  }
}
.block__top_specialBanner .specialbanner__inner .specialbanner__content {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 3;
}
.block__top_specialBanner .specialbanner__inner .specialbanner__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 48px;
  bottom: 48px;
  padding: 2px;
  width: 28px;
  height: 28px;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .block__top_specialBanner .specialbanner__inner .specialbanner__icon {
    right: 24px;
    bottom: 24px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}

/*
 * トップ / 商品カテゴリ(大)
 */
.block__top_category_large {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .block__top_category_large {
    margin-top: 48px;
  }
}
.block__notice_alarm + .block__top_category_large {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .block__notice_alarm + .block__top_category_large {
    margin-top: 24px;
  }
}
.block__top_category_large .category_large__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  background-color: #002953;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__top_category_large .category_large__inner .category_large__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 80px 20px 64px;
  width: 100%;
  max-width: 1130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .block__top_category_large .category_large__inner .category_large__heading {
    padding: 48px 20px 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block__top_category_large .category_large__inner .category_large__title {
  max-width: 260px;
  text-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block__top_category_large .category_large__inner .category_large__content {
  margin-right: auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .block__top_category_large .category_large__inner .category_large__content {
    margin-top: 16px;
    padding-left: 0;
  }
}
.block__top_category_large .category_large__inner .category_large__list {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  max-width: 1130px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .block__top_category_large .category_large__inner .category_large__list {
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.block__top_category_large .category_large__inner .category_large__list .category_large__list-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 120px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block__top_category_large .category_large__inner .category_large__list .category_large__list-item {
    height: 96px;
  }
}
@media (any-hover: hover) {
  .block__top_category_large .category_large__inner .category_large__list .category_large__list-item:hover {
    cursor: pointer;
  }
  .block__top_category_large .category_large__inner .category_large__list .category_large__list-item:hover .category_large__item-image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .block__top_category_large .category_large__inner .category_large__list .category_large__list-item:hover:not(.has-child) .category_large__item-icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 41, 83, 0.0509803922)), color-stop(35%, rgba(0, 41, 83, 0.1490196078)), to(rgba(0, 41, 83, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 41, 83, 0.0509803922) 0%, rgba(0, 41, 83, 0.1490196078) 35%, rgba(0, 41, 83, 0.8) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 24px 44px 24px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .block__top_category_large .category_large__inner .category_large__list .category_large__item-heading {
    margin: 12px 32.5px 12px 12px;
  }
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .block__top_category_large .category_large__inner .category_large__list .category_large__item-icon {
    right: -20.5px;
  }
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list {
  display: none;
  background-color: #ffffff;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list,
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list-subMenu {
  border: none;
  width: 100%;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list-item,
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list-subMenu-item {
  background-color: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list-label,
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list-subMenu-label {
  padding: 16px 24px 16px 8px;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list {
  padding: 8px;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item {
  border: none;
  border-bottom: 1px solid rgba(0, 41, 83, 0.1490196078);
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item:last-child {
  border-bottom: none;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item:not(.has-child) > .category__list-label, .block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item:not(.has-child) > a > .category__list-label {
  position: relative;
  width: 100%;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item:not(.has-child) > .category__list-label::after, .block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item:not(.has-child) > a > .category__list-label::after {
  position: absolute;
  right: 10px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #002953;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item:not(.has-child):hover > .category__list-label::after, .block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item:not(.has-child):hover > a > .category__list-label::after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item.has-child > .category__list-label {
  position: relative;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item.has-child > .category__list-label::before, .block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item.has-child > .category__list-label::after {
  background-color: #002953;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
  right: 8px;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item.has-child > .category__list-label::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list .category__list-item.has-child.is-active > .category__list-label::after {
  opacity: 0;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list-subMenu {
  position: static;
  display: none;
  padding: 0 0 0 12px;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__item-list .category__list-subMenu .category__list-item {
  border-bottom: none;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__list-item.has-child .category_large__item-icon {
  background-color: #ffffff;
  border-radius: 50%;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__list-item.has-child .category_large__item-icon::before, .block__top_category_large .category_large__inner .category_large__list .category_large__list-item.has-child .category_large__item-icon::after {
  background-color: #002953;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__top_category_large .category_large__inner .category_large__list .category_large__list-item.has-child .category_large__item-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.block__top_category_large .category_large__inner .category_large__list .category_large__list-item.has-child.is-active .category_large__item-icon::after {
  opacity: 0;
}

/*
 * 重要なお知らせ
 */
.block__notice_alarm {
  margin: 48px 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .block__notice_alarm {
    margin: 24px 0;
  }
}
.block__notice_alarm .notice_alarm__wrap {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1130px;
}
.block__notice_alarm .notice_alarm__wrap .notice_alarm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  border: 1px solid #e8473e;
  background-color: rgba(232, 71, 62, 0.0509803922);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .block__notice_alarm .notice_alarm__wrap .notice_alarm__inner {
    padding: 24px 20px;
  }
}
.block__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-header {
  text-align: center;
}
.block__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-content {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-content {
    margin-top: 12px;
    text-align: left;
  }
}
.block__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list {
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .block__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list {
    margin-top: 12px;
  }
}
.block__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list li {
  position: relative;
  padding-left: 16px;
}
.block__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.block__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list li + li {
  margin-top: 8px;
}
.block__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list a {
  text-decoration: underline;
}

/*
 * TOPICS / トピックス
 */
.block__topic {
  margin: 48px 0;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block__topic {
    margin-top: 24px;
  }
}
.block__topic .topic__inner {
  margin: 0 auto;
  max-width: 1090px;
}
.block__topic .topic__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .block__topic .topic__heading {
    margin-bottom: 16px;
    height: 32px;
  }
}
.block__topic .topic__slide-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.block__topic .topic__slide-control .slide__control-prev,
.block__topic .topic__slide-control .slide__control-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .block__topic .topic__slide-control .slide__control-prev,
  .block__topic .topic__slide-control .slide__control-next {
    width: 32px;
    height: 32px;
  }
}
@media (any-hover: hover) {
  .block__topic .topic__slide-control .slide__control-prev:hover,
  .block__topic .topic__slide-control .slide__control-next:hover {
    border-color: #002953;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.block__topic .topic__slide-control .slide__control-prev:not(.slick-arrow),
.block__topic .topic__slide-control .slide__control-next:not(.slick-arrow) {
  display: none;
}
@media screen and (min-width: 768px) {
  .block__topic .topic__slide-control .slide__control-next:hover {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block__topic .topic__list:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  overflow: hidden;
}
.block__topic .topic__list .slick-list {
  margin-right: -13px;
  margin-left: -13px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .block__topic .topic__list .slick-list {
    margin-right: -4px;
    margin-left: -4px;
  }
}
.block__topic .topic__list .slick-track {
  margin-left: 0;
}
.block__topic .topic__list .slick-slide > div {
  margin-right: 13px;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .block__topic .topic__list .slick-slide > div {
    margin-right: 4px;
    margin-left: 4px;
  }
}
.block__topic .topic__list .topic__list-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  padding: 16px;
  width: 346px;
  height: 144px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block__topic .topic__list .topic__list-item {
    width: 334px;
    height: 120px;
  }
}
.block__topic .topic__list .topic__list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 41, 83, 0.0509803922)), color-stop(35%, rgba(0, 41, 83, 0.1490196078)), to(rgba(0, 41, 83, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 41, 83, 0.0509803922) 0%, rgba(0, 41, 83, 0.1490196078) 35%, rgba(0, 41, 83, 0.8) 100%);
  mix-blend-mode: multiply;
  z-index: 3;
}
@media (any-hover: hover) {
  .block__topic .topic__list .topic__list-item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .block__topic .topic__list .topic__list-item:hover .topic__item-icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block__topic .topic__list .topic__list-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.block__topic .topic__list .topic__list-item .topic__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 5;
}
.block__topic .topic__list .topic__list-item .topic__item-heading p {
  font-size: 15px;
}
.block__topic .topic__list .topic__list-item .topic__item-icon {
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.body__main-Top .block__topic {
  margin: 48px 0 0;
  padding: 64px 20px 96px;
  background-color: #f5f7fa;
}
@media screen and (max-width: 767px) {
  .body__main-Top .block__topic {
    margin-top: 0;
    padding: 32px 20px 48px;
  }
}

/*
 * NEW ITEM / 新着商品（自動取得）
 */
.block__newitem {
  margin: 96px 0 48px;
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block__newitem {
    margin: 48px 0 24px;
  }
}
.block__newitem .newitem__inner {
  margin: 0 auto;
  max-width: 1090px;
}
.block__newitem .newitem__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .block__newitem .newitem__heading {
    margin-bottom: 16px;
    height: 32px;
  }
}
.block__newitem .newitem__slide-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.block__newitem .newitem__slide-control .slide__control-prev,
.block__newitem .newitem__slide-control .slide__control-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .block__newitem .newitem__slide-control .slide__control-prev,
  .block__newitem .newitem__slide-control .slide__control-next {
    width: 32px;
    height: 32px;
  }
}
@media (any-hover: hover) {
  .block__newitem .newitem__slide-control .slide__control-prev:hover,
  .block__newitem .newitem__slide-control .slide__control-next:hover {
    border-color: #002953;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.block__newitem .newitem__slide-control .slide__control-prev:not(.slick-arrow),
.block__newitem .newitem__slide-control .slide__control-next:not(.slick-arrow) {
  display: none;
}
@media screen and (min-width: 768px) {
  .block__newitem .newitem__slide-control .slide__control-next:hover {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block__newitem .newitem__list:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  overflow: hidden;
}
.block__newitem .newitem__list .slick-list {
  margin-right: -13px;
  margin-left: -13px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .block__newitem .newitem__list .slick-list {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.block__newitem .newitem__list .slick-track {
  margin-left: 0;
}
.block__newitem .newitem__list .slick-slide > div {
  margin-right: 13px;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .block__newitem .newitem__list .slick-slide > div {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
.block__newitem .newitem__list .newitem__list-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (any-hover: hover) {
  .block__newitem .newitem__list .newitem__list-item:hover .newitem__item-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.block__newitem .newitem__list .newitem__list-item .newitem__item-image {
  width: 100%;
  background-color: #f5f7fa;
  overflow: hidden;
}
.block__newitem .newitem__list .newitem__list-item .newitem__item-image img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__newitem .newitem__list .newitem__list-item .newitem__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .block__newitem .newitem__list .newitem__list-item .newitem__item-heading {
    margin-top: 16px;
  }
}
.block__newitem .newitem__list .newitem__list-item .newitem__item-heading p:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block__newitem .newitem__list .newitem__list-item .newitem__item-heading p:first-child {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.block__newitem .newitem__list .newitem__list-item .newitem__item-price {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .block__newitem .newitem__list .newitem__list-item .newitem__item-price {
    margin-top: 12px;
  }
}

/*
 * PICK UP ITEMS / おすすめ商品
 */
.block__pickupitems {
  margin: 48px 0;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block__pickupitems {
    margin-top: 24px;
  }
}
.block__pickupitems .pickupitems__inner {
  margin: 0 auto;
  max-width: 1090px;
}
.block__pickupitems .pickupitems__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__heading {
    margin-bottom: 16px;
    height: 32px;
  }
}
.block__pickupitems .pickupitems__slide-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.block__pickupitems .pickupitems__slide-control .slide__control-prev,
.block__pickupitems .pickupitems__slide-control .slide__control-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__slide-control .slide__control-prev,
  .block__pickupitems .pickupitems__slide-control .slide__control-next {
    width: 32px;
    height: 32px;
  }
}
@media (any-hover: hover) {
  .block__pickupitems .pickupitems__slide-control .slide__control-prev:hover,
  .block__pickupitems .pickupitems__slide-control .slide__control-next:hover {
    border-color: #002953;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.block__pickupitems .pickupitems__slide-control .slide__control-prev:not(.slick-arrow),
.block__pickupitems .pickupitems__slide-control .slide__control-next:not(.slick-arrow) {
  display: none;
}
@media screen and (min-width: 768px) {
  .block__pickupitems .pickupitems__slide-control .slide__control-next:hover {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block__pickupitems .pickupitems__list:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  overflow: hidden;
}
.block__pickupitems .pickupitems__list .slick-list {
  margin-right: -13px;
  margin-left: -13px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__list .slick-list {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.block__pickupitems .pickupitems__list .slick-track {
  margin-left: 0;
}
.block__pickupitems .pickupitems__list .slick-slide > div {
  margin-right: 13px;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__list .slick-slide > div {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
.block__pickupitems .pickupitems__list .pickupitems__list-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  width: 253px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (any-hover: hover) {
  .block__pickupitems .pickupitems__list .pickupitems__list-item:hover .pickupitems__item-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__list .pickupitems__list-item {
    width: 160px;
  }
}
.block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-image {
  width: 100%;
  overflow: hidden;
}
.block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-image img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f5f7fa;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-comment {
  margin-top: 24px;
  padding-bottom: 4px;
  color: #649679;
  border-bottom: 1px solid #649679;
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-comment {
    margin-top: 16px;
  }
}
.block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-heading {
    margin-top: 12px;
  }
}
.block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-heading p:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-heading p:first-child {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-price {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__list .pickupitems__list-item .pickupitems__item-price {
    margin-top: 12px;
  }
}
.block__pickupitems .pickupitems__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .block__pickupitems .pickupitems__actions {
    margin-top: 32px;
  }
}
.block__pickupitems .pickupitems__actions .btn {
  font-size: 18px;
}

/*
 * NEWS / 新着情報
 */
.block__news {
  margin: 48px 0 0;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block__news {
    margin-top: 24px;
  }
}
.block__news .news__inner {
  margin: 0 auto;
  max-width: 1090px;
}
.block__news .news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .block__news .news__heading {
    margin-bottom: 16px;
    height: 32px;
  }
}
.block__news .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  border-bottom: 1px solid rgba(0, 41, 83, 0.1490196078);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__news .news__list .news__list-item {
  width: 100%;
  border-top: 1px solid rgba(0, 41, 83, 0.1490196078);
}
.block__news .news__list .news__list-item.is-active .news__list-closeBtn i:first-child {
  opacity: 0 !important;
}
.block__news .news__list .news__list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .block__news .news__list .news__list-heading {
    padding: 16px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block__news .news__list .news__list-heading .news__list-date {
  width: 96px;
}
.block__news .news__list .news__list-heading .news__list-title {
  margin-left: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block__news .news__list .news__list-heading .news__list-title {
    margin-left: 0;
    padding-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .block__news .news__list .news__list-heading .news__list-close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.block__news .news__list .news__list-heading .news__list-close .news__list-closeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__news .news__list .news__list-heading .news__list-close .news__list-closeBtn i {
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__news .news__list .news__list-heading .news__list-close .news__list-closeBtn i:first-child {
  opacity: 1;
}
.block__news .news__list .news__list-description {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .block__news .news__list .news__list-description .news__list-url:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .block__news .news__list .news__list-description {
    padding-bottom: 16px;
  }
}
.block__news .news__list-actions {
  margin-top: 32px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .block__news .news__list-actions {
    margin-top: 24px;
  }
}

/*
 * 商品一覧/カテゴリ別の情報
 */
.block__product_category_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f5f7fa;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .block__product_category_info {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block__product_category_info .info-image {
  position: relative;
  width: 50%;
  height: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-image {
    width: 100%;
    height: 220px;
  }
}
.block__product_category_info .info-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(89deg, rgba(0, 41, 83, 0) 0%, rgba(0, 41, 83, 0.1019607843) 76%, #002953 100%);
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-image::after {
    background-image: linear-gradient(179deg, rgba(0, 41, 83, 0) 0%, rgba(0, 41, 83, 0.1019607843) 76%, #002953 100%);
  }
}
.block__product_category_info .info-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block__product_category_info .info-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 64px;
  width: 50%;
  background-color: #002953;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-lead {
    width: 100%;
    padding: 32px 0 32px 20px;
  }
}
.block__product_category_info .info-lead-heading {
  display: grid;
  gap: 8px;
}
.block__product_category_info .info-lead-description {
  margin-top: 24px;
  padding-right: 20px;
  max-width: 501px;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-lead-description {
    margin-top: 16px;
    max-width: unset;
  }
}
@media (any-hover: hover) {
  .block__product_category_info .info-lead-link:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block__product_category_info .info-lead-link i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.block__product_category_info .info-content {
  margin-top: 64px;
  padding-bottom: 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content {
    margin-top: 48px;
    padding-bottom: 48px;
  }
}
.block__product_category_info .info-content-heading {
  padding-bottom: 12px;
  background-image: url("/html/template/claessens/assets/img/common/border_heading_blue.svg");
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: repeat-x;
  background-size: auto 4px;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-heading {
    padding-bottom: 8px;
  }
}
.block__product_category_info .info-content-heading:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-heading:not(:first-child) {
    margin-top: 48px;
  }
}
.block__product_category_info .info-content-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__product_category_info .info-content-lead:first-child {
  margin-top: 0;
}
.block__product_category_info .info-content-wrap {
  margin-top: 64px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1019607843);
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-wrap {
    margin-top: 48px;
    padding: 32px 18px;
  }
}
.block__product_category_info .info-content-wrap .content-wrap-link {
  display: inline-block;
  padding: 46px;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-wrap .content-wrap-link {
    padding: 32px 18px;
  }
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-wrap .content-wrap-title {
    display: grid;
    gap: 8px;
    justify-items: center;
  }
}
.block__product_category_info .info-content-wrap .content-wrap-lead {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-wrap .content-wrap-lead {
    margin-top: 16px;
  }
}
.block__product_category_info .info-content-wrap .content-grid {
  display: grid;
  margin-top: 32px;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-wrap .content-grid {
    margin-top: 24px;
    gap: 12px 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.block__product_category_info .info-content-wrap .content-grid .grid-item img {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 41, 83, 0.1019607843);
          box-shadow: 0px 3px 6px rgba(0, 41, 83, 0.1019607843);
}
.block__product_category_info .info-content-wrap .content-grid .grid-item .item-text {
  margin-top: 8px;
}
.block__product_category_info .info-content-wrap + .info-content-wrap {
  margin-top: 16px;
}
.block__product_category_info .info-content-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-gallery {
    margin-top: 32px;
    gap: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block__product_category_info .info-content-gallery .gallery-item {
  width: calc((100% - 52px) / 3);
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-gallery .gallery-item {
    width: calc(50% - 7px);
  }
}
.block__product_category_info .info-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  padding: 46px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1019607843);
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-row {
    margin-top: 48px;
    padding: 22px 18px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block__product_category_info .info-content-row .row-image {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-row .row-image {
    width: 100%;
  }
}
.block__product_category_info .info-content-row .row-content {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-row .row-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-row .row-content .row-content-title {
    text-align: center;
    margin-top: 24px;
  }
}
.block__product_category_info .info-content-row .row-content .row-content-lead {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-row .row-content .row-content-lead {
    margin-top: 16px;
  }
}
.block__product_category_info .info-content-row + .info-content-row {
  margin-top: 16px;
}
.block__product_category_info .info-content-alarm {
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-alarm {
    margin-top: 32px;
  }
}
.block__product_category_info .info-content-alarm .notice_alarm__wrap {
  margin: 0 auto;
  width: 100%;
}
.block__product_category_info .info-content-alarm .notice_alarm__wrap .notice_alarm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  border: 1px solid #e8473e;
  background-color: rgba(232, 71, 62, 0.0509803922);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-alarm .notice_alarm__wrap .notice_alarm__inner {
    padding: 24px 20px;
  }
}
.block__product_category_info .info-content-alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-header {
  text-align: center;
}
.block__product_category_info .info-content-alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .block__product_category_info .info-content-alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list {
    margin-top: 12px;
  }
}
.block__product_category_info .info-content-alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list li {
  position: relative;
  padding-left: 16px;
}
.block__product_category_info .info-content-alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.block__product_category_info .info-content-alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list li + li {
  margin-top: 8px;
}
.block__product_category_info .info-actions {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  background-color: #002953;
  cursor: pointer;
}
.block__product_category_info:not(.is-active) .info-actions .on-open {
  display: none;
}
.block__product_category_info:not(.is-active) .info-actions .on-close {
  display: block;
}
.block__product_category_info.is-active .info-actions .on-open {
  display: block;
}
.block__product_category_info.is-active .info-actions .on-close {
  display: none;
}
@media screen and (min-width: 768px) {
  .block__product_category_info.ci_ClaessensCanvas .info-lead .info-lead-description, .block__product_category_info.ci_ShinabeniyaPanel .info-lead .info-lead-description, .block__product_category_info.ci_WoodenFrame .info-lead .info-lead-description {
    letter-spacing: -0.75px;
  }
}
@media screen and (max-width: 767px) {
  .block__product_category_info.ci_StretchedCanvas .info-lead .info-lead-description, .block__product_category_info.ci_WrappedCanvas .info-lead .info-lead-description {
    letter-spacing: -0.65px;
  }
}

/*
 * カテゴリナビ
 */
.category__list,
.category__list-subMenu {
  background-color: #fff;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  width: 220px;
}
@media screen and (max-width: 767px) {
  .category__list,
  .category__list-subMenu {
    border: none;
    width: 100%;
  }
}
.category__list-item,
.category__list-subMenu-item {
  font-size: 13px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category__list-item a,
.category__list-subMenu-item a {
  display: block;
  width: 100%;
}
@media (any-hover: hover) {
  .category__list-item:hover,
  .category__list-subMenu-item:hover {
    cursor: pointer;
    background-color: rgba(0, 41, 83, 0.0509803922);
  }
}
.category__list-label,
.category__list-subMenu-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002953;
  padding: 5px 16px 5px 8px;
}
@media screen and (max-width: 767px) {
  .category__list-label,
  .category__list-subMenu-label {
    padding: 7px 16px 7px 8px;
  }
}
.category__list-image,
.category__list-subMenu-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.category__list-image img,
.category__list-subMenu-image img {
  width: 48px;
  height: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .category__list-image img,
  .category__list-subMenu-image img {
    width: 60px;
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .category__list .category__list-item {
    border: 1px solid rgba(0, 41, 83, 0.1490196078);
  }
}

.category__list-subMenu {
  left: 100%;
  top: 0px;
  position: absolute;
  display: none;
}
@media screen and (max-width: 767px) {
  .category__list-subMenu {
    position: static;
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .category__list-subMenu.is-active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .category__list-subMenu .category__list-item {
    border: none;
    border-bottom: 1px solid rgba(0, 41, 83, 0.1490196078);
  }
}
@media screen and (max-width: 767px) {
  .category__list-subMenu .category__list-item:last-child {
    border: none;
  }
}
.category__list-subMenu .category__list-label {
  padding: 13px 16px 13px 8px;
}
@media screen and (max-width: 767px) {
  .category__list-subMenu .category__list-label {
    padding: 12px 16px 12px 8px;
  }
}
@media screen and (max-width: 767px) {
  .category__list-subMenu .category__list-item:last-child .category__list-label, .category__list-subMenu .category__list-subMenu .category__list-item, .category__list-subMenu .category__list-subMenu .category__list-item .category__list-label {
    border-bottom: none;
  }
}

.navbar__dropdown-wrapper {
  display: none;
  height: calc(100vh - 94px);
  width: 660px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  z-index: 3001;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar__dropdown-wrapper::-webkit-scrollbar {
  display: none;
}
.navbar__dropdown-wrapper.is-active {
  display: block;
}

.navbar__dropdown {
  display: none;
  position: absolute;
  z-index: 3001;
}
.navbar__dropdown.is-active {
  display: block;
}
.navbar__dropdown .category__list-item.has-child > .category__list-label, .navbar__dropdown .category__list-item.has-child > a > .category__list-label,
.navbar__dropdown .category__list-subMenu-item.has-child > .category__list-label,
.navbar__dropdown .category__list-subMenu-item.has-child > a > .category__list-label {
  position: relative;
  width: 100%;
}
.navbar__dropdown .category__list-item.has-child > .category__list-label::after, .navbar__dropdown .category__list-item.has-child > a > .category__list-label::after,
.navbar__dropdown .category__list-subMenu-item.has-child > .category__list-label::after,
.navbar__dropdown .category__list-subMenu-item.has-child > a > .category__list-label::after {
  position: absolute;
  right: 10px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #002953;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .navbar__dropdown .category__list-item.has-child:hover > .category__list-label::after, .navbar__dropdown .category__list-item.has-child:hover > a > .category__list-label::after,
  .navbar__dropdown .category__list-subMenu-item.has-child:hover > .category__list-label::after,
  .navbar__dropdown .category__list-subMenu-item.has-child:hover > a > .category__list-label::after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.navbar__dropdown .category__list-item:not(.has-child) .category__list-label::after,
.navbar__dropdown .category__list-subMenu-item:not(.has-child) .category__list-label::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .navbar__nav-item.is-active .navbar__nav-link .navbar__nav-icon,
  .navbar__nav-item.is-active .navbar__nav-link .navbar__nav-text {
    color: #649679;
  }
}

/*
 * カテゴリナビ(PC)
 */
.block__category_pc .block__category_pc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 231px;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .block__category_pc .block__category_pc-list {
    width: 100%;
  }
}
.block__category_pc .block__category_pc-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  background-color: #f5f7fa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .block__category_pc .block__category_pc-item a:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block__category_pc .block__category_pc-item a img {
  width: 72px;
  height: 51px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block__category_pc .block__category_pc-item a p {
  margin-left: 12px;
  margin-right: auto;
  line-height: 1.2;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .block__category_pc .block__category_pc-item a p {
    font-size: 13px;
  }
}
.block__category_pc .block__category_pc-item a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .block__category_pc .block__category_pc-item a i {
    font-size: 13px;
  }
}

/*
 * 商品検索ボタン(SP)　/　レイアウトの#drawerで"カテゴリナビ(SP)"ブロックと合わせる必要
 */
.block__product-search-button_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  border: 2px solid #ffffff;
  background-color: #d2e3d9;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2000;
}
.block__product-search-button_sp > i {
  margin: 8px;
  color: #002953;
  font-size: 20px;
}

/*
 * カテゴリナビ(SP) #drawer 格納
 */
.block__category_sp {
  height: 100%;
  overflow-y: scroll;
}
.block__category_sp .navbar__search-warp form {
  padding: 0;
  width: 100%;
  height: unset;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__category_sp .navbar__search-warp .navbar__searchform-select {
  width: 100%;
}
.block__category_sp .navbar__search-warp .navbar__searchform-select select {
  padding: 0 8px 0 16px;
  height: 40px;
  font-size: 13px;
  background-color: transparent;
}
.block__category_sp .navbar__search-warp .navbar__searchform-select select + i {
  right: 12px;
}
.block__category_sp .navbar__search-warp .navbar__searchform-input {
  padding-left: 0;
  width: calc(100% - 16px - 8px);
  height: unset;
  border-top: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-left: 0;
}
.block__category_sp .navbar__search-warp .navbar__searchform-input input {
  height: 40px;
  font-size: 13px;
  background-color: transparent;
}
.block__category_sp .navbar__search-warp .navbar__searchform-submit {
  right: 0;
}
.block__category_sp .block__category_sp-wrap {
  margin-top: 25px;
}
.block__category_sp .block__category_sp-wrap .category__list-item:not(.has-child) > .category__list-label, .block__category_sp .block__category_sp-wrap .category__list-item:not(.has-child) > a > .category__list-label,
.block__category_sp .block__category_sp-wrap .category__list-subMenu-item:not(.has-child) > .category__list-label,
.block__category_sp .block__category_sp-wrap .category__list-subMenu-item:not(.has-child) > a > .category__list-label {
  position: relative;
  width: 100%;
}
.block__category_sp .block__category_sp-wrap .category__list-item:not(.has-child) > .category__list-label::after, .block__category_sp .block__category_sp-wrap .category__list-item:not(.has-child) > a > .category__list-label::after,
.block__category_sp .block__category_sp-wrap .category__list-subMenu-item:not(.has-child) > .category__list-label::after,
.block__category_sp .block__category_sp-wrap .category__list-subMenu-item:not(.has-child) > a > .category__list-label::after {
  position: absolute;
  right: 10px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #002953;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .block__category_sp .block__category_sp-wrap .category__list-item:not(.has-child):hover > .category__list-label::after, .block__category_sp .block__category_sp-wrap .category__list-item:not(.has-child):hover > a > .category__list-label::after,
  .block__category_sp .block__category_sp-wrap .category__list-subMenu-item:not(.has-child):hover > .category__list-label::after,
  .block__category_sp .block__category_sp-wrap .category__list-subMenu-item:not(.has-child):hover > a > .category__list-label::after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.block__category_sp .block__category_sp-wrap .category__list-item.has-child > .category__list-label,
.block__category_sp .block__category_sp-wrap .category__list-subMenu-item.has-child > .category__list-label {
  position: relative;
}
.block__category_sp .block__category_sp-wrap .category__list-item.has-child > .category__list-label::before, .block__category_sp .block__category_sp-wrap .category__list-item.has-child > .category__list-label::after,
.block__category_sp .block__category_sp-wrap .category__list-subMenu-item.has-child > .category__list-label::before,
.block__category_sp .block__category_sp-wrap .category__list-subMenu-item.has-child > .category__list-label::after {
  background-color: #002953;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
  right: 8px;
}
.block__category_sp .block__category_sp-wrap .category__list-item.has-child > .category__list-label::after,
.block__category_sp .block__category_sp-wrap .category__list-subMenu-item.has-child > .category__list-label::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.block__category_sp .block__category_sp-wrap .category__list-item.has-child.is-active > .category__list-label::after,
.block__category_sp .block__category_sp-wrap .category__list-subMenu-item.has-child.is-active > .category__list-label::after {
  opacity: 0;
}
.block__category_sp .block__category_sp-wrap .category__list-subMenu .category__list-subMenu {
  padding: 0 0 0 8px;
}
.block__category_sp .block__category_sp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  width: 100%;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__category_sp .block__category_sp-list li {
  width: 100%;
}
.block__category_sp .block__category_sp-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  background-color: #f5f7fa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__category_sp .block__category_sp-item a img {
  width: 72px;
  height: 51px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block__category_sp .block__category_sp-item a p {
  margin-left: 12px;
  margin-right: auto;
  line-height: 1.2;
  word-break: keep-all;
}
.block__category_sp .block__category_sp-item a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*
 * ページネーション
 */
.block__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block__pager .block__pager-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 0 3px 0 2px;
  min-width: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .block__pager .block__pager-item:hover {
    background-color: #f3f3f3;
  }
}
.block__pager .block__pager-item.ry {
  background-color: unset;
}
.block__pager .block__pager-item.active {
  background-color: #f3f3f3;
  pointer-events: none;
}
.block__pager .block__pager-item a {
  display: block;
  padding: 5px 10px;
}
.block__pager .block__pager-item + .block__pager-item {
  margin-left: 2px;
}

/* ***** ***** ***** *****
 * ページ共通パーツ
 */
.body__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.body__wrap .body__header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
  z-index: 1000;
}
.body__wrap .body__contentTop {
  width: 100%;
}
.body__wrap .body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.body__wrap .body__aside-left {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.body__wrap .body__aside-right {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.body__wrap .body__main {
  width: 100%;
  overflow: hidden;
}
.body__wrap .body__mainWithColumn {
  width: 75%;
}
.body__wrap .body__mainBetweenColumn {
  width: 50%;
}
.body__wrap .body__main-Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.body__wrap .body__contentBottom {
  width: 100%;
}

.body__drawer {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2000;
}
.body__drawer.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.body__drawer .body__drawer-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.body__drawer .body__drawer-overlay.is-active {
  background: rgba(0, 41, 83, 0.8);
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.body__drawer .body__drawer-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 8px;
  left: 45px;
  width: 42px;
  height: 42px;
  color: #002953;
  font-size: 18px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.body__drawer .body__drawer-close.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.body__drawer .body__drawer-content {
  position: absolute;
  top: 0;
  right: 0;
  padding: 26px 20px;
  width: calc(100% - 95px);
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1300;
}
.body__drawer .body__drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.body__pagetop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1000;
}
.body__pagetop-btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (any-hover: hover) {
  .body__pagetop-btn:hover svg:first-child {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .body__pagetop-btn:hover svg:last-child {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.body__pagetop-btn svg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.body__pagetop-btn svg:first-child {
  margin-bottom: 4px;
}

.bg-load-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2147483647;
}
.bg-load-overlay.active {
  opacity: 1;
}

/*
 * 各ページのメインから
 */
.main__wrap, .main__wrap-slim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main__wrap-slim {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1130px;
}

.main__header-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 160px;
  background-color: #f5f7fa;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .main__header-mv {
    height: 120px;
  }
}
.main__header-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-image: url("../img/common/header_mv_paint.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .main__header-mv::before {
    width: 80px;
    height: 80px;
  }
}

.form__inner {
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
.form__inner .form__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  .form__inner .form__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__inner .form__rows.min dt {
  height: unset;
}
.form__inner .form__rows dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .form__inner .form__rows dt {
    width: 100%;
    height: unset;
  }
}
.form__inner .form__rows dt .form__label-req {
  margin-left: 4px;
  color: #e8473e;
  vertical-align: top;
}
.form__inner .form__rows dd {
  display: grid;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .form__inner .form__rows dd {
    margin-top: 8px;
    width: 100%;
  }
}
.form__inner .form__rows .form__row-large {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
.form__inner .form__rows .form__row-half {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .form__inner .form__rows .form__row-half {
    gap: 14px;
  }
}
.form__inner .form__rows .form__row-medium {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}
.form__inner .form__rows .form__row-medium .form__item {
  width: 200px;
}
.form__inner .form__rows .form__row-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.form__inner .form__rows .form__row-small .form__item {
  margin: 0 16px 0 8px;
  width: 128px;
}
.form__inner .form__rows .form__row-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.form__inner .form__rows .form__row-free .form__item:not(:last-child) {
  margin-right: 12px;
}
.form__inner .form__rows .form__row-free .form__item:not(:first-child) {
  margin-left: 12px;
}
.form__inner .form__rows .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.form__inner .form__rows .form__item input[type=text],
.form__inner .form__rows .form__item input[type=number],
.form__inner .form__rows .form__item input[type=password],
.form__inner .form__rows .form__item input[type=tel],
.form__inner .form__rows .form__item input[type=email],
.form__inner .form__rows .form__item select {
  padding: 11px 12px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background-color: #ffffff;
  background-image: unset;
}
@media (any-hover: hover) {
  .form__inner .form__rows .form__item input[type=text]:hover, .form__inner .form__rows .form__item input[type=text]:focus,
  .form__inner .form__rows .form__item input[type=number]:hover,
  .form__inner .form__rows .form__item input[type=number]:focus,
  .form__inner .form__rows .form__item input[type=password]:hover,
  .form__inner .form__rows .form__item input[type=password]:focus,
  .form__inner .form__rows .form__item input[type=tel]:hover,
  .form__inner .form__rows .form__item input[type=tel]:focus,
  .form__inner .form__rows .form__item input[type=email]:hover,
  .form__inner .form__rows .form__item input[type=email]:focus,
  .form__inner .form__rows .form__item select:hover,
  .form__inner .form__rows .form__item select:focus {
    border-color: #002953;
  }
}
.form__inner .form__rows .form__item.error input[type=text][required],
.form__inner .form__rows .form__item.error input[type=number],
.form__inner .form__rows .form__item.error input[type=password][required],
.form__inner .form__rows .form__item.error input[type=tel][required],
.form__inner .form__rows .form__item.error input[type=email][required],
.form__inner .form__rows .form__item.error select[required] {
  border: 1px solid #e8473e;
}
.form__inner .form__rows .form__item-ziphelp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__inner .form__rows .form__item-select select {
  padding-right: 32px;
  color: #002953;
  font-size: 15px;
  line-height: 1.4;
}
.form__inner .form__rows .form__item-select select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__inner .form__rows .form__item-radio #entry_sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__inner .form__rows .form__item-radio input[type=radio] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 99px;
  background-color: #e1e1e1;
}
.form__inner .form__rows .form__item-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  margin: 2px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #002953;
}
.form__inner .form__rows .form__item-radio label:not(:last-child) {
  margin-right: 24px;
}
.form__inner .form__rows .form__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__inner .form__rows .form__item-icon > i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .form__inner .form__rows .form__item-icon > i {
    font-size: 18px;
  }
}

.page__header-heading {
  margin-top: 64px;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  .page__header-heading {
    margin-top: 32px;
  }
}

.page__inner {
  margin-top: 64px;
  width: 100%;
  max-width: 904px;
}
@media screen and (max-width: 767px) {
  .page__inner {
    margin-top: 32px;
  }
}

/*
 * TOPページ
 */
body.body__top .body__main {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body.body__top .body__main {
    margin-top: 24px;
  }
}
body.body__top .block__top_specialBanner {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  body.body__top .block__top_specialBanner {
    margin-bottom: 24px;
  }
}
body.body__top .top__shoppingguide {
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__top .top__shoppingguide {
    margin-top: 24px;
  }
}
body.body__top .top__shoppingguide .shoppingguide__inner {
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  body.body__top .top__shoppingguide .shoppingguide__inner {
    padding: 24px 0;
  }
}
body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 26px;
}
@media screen and (max-width: 767px) {
  body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}
body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 32px;
  width: 100%;
  background-color: #f5f7fa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-item {
    padding: 32px 24px;
  }
}
body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-item .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -64px;
  width: 64px;
  height: 64px;
  font-size: 27px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-item .item-icon {
    margin-top: -48px;
    width: 48px;
    height: 48px;
    font-size: 21px;
  }
}
body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-item .item-heading {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-item .item-heading {
    margin-top: 16px;
  }
}
body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-item .item-content {
  display: grid;
  margin-top: 16px;
  text-align: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-item .item-content {
    margin-top: 12px;
    gap: 16px;
  }
}
body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-actions {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-actions {
    margin-top: 24px;
  }
}
body.body__top .top__shoppingguide .shoppingguide__inner .shoppingguide-actions .btn {
  font-size: 18px;
}
body.body__top .top__corporatesite {
  margin-top: 48px;
  margin-bottom: 96px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__top .top__corporatesite {
    margin-top: 24px;
    margin-bottom: 48px;
    height: 240px;
  }
}
@media (any-hover: hover) {
  body.body__top .top__corporatesite:hover a .top__corporatesite-bg img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
body.body__top .top__corporatesite a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 360px;
  background-image: url("/html/template/claessens/assets/img/top/corporate site_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.body__top .top__corporatesite a {
    height: 240px;
    background-image: url("/html/template/claessens/assets/img/top/corporate site_bg_sp.png");
    background-size: cover;
  }
}
body.body__top .top__corporatesite-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.body__top .top__corporatesite-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.body__top .top__corporatesite-logo {
  margin-top: 16px;
  margin-right: 20px;
  width: 320px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.body__top .top__corporatesite-logo {
    margin-top: 8px;
    margin-right: 10px;
    width: 240px;
  }
}
body.body__top .top__corporatesite-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.body__top .top__corporatesite-title {
    margin-top: 16px;
  }
}
body.body__top .top__corporatesite-linkicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 3px 4px 5px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__top .top__corporatesite-linkicon {
    padding: unset;
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}

/*
 * 商品一覧ページ
 */
body.body__product .product__pankuzu {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__product .product__pankuzu {
    margin-top: 24px;
  }
}
body.body__product #product__pankuzu-form {
  display: none;
}
body.body__product .product__pankuzu-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body__product .product__pankuzu-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.body__product .product__pankuzu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__product .product__pankuzu-item:not(:first-child) {
  padding-left: 9px;
}
body.body__product .product__pankuzu-item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 41, 83, 0.1490196078);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.body__product .product__pankuzu-item:not(:last-child) {
  margin-right: 8px;
}
body.body__product .product__pankuzu-hr {
  margin: 16px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 41, 83, 0.1490196078);
}
body.body__product .product__pankuzu-hr:last-child {
  margin-bottom: 0;
}
body.body__product .product__pankuzu-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.body__product .product__pankuzu-select {
  position: relative;
}
body.body__product .product__pankuzu-select select {
  padding: 12px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background: none;
}
@media (any-hover: hover) {
  body.body__product .product__pankuzu-select select:hover, body.body__product .product__pankuzu-select select:focus {
    border-color: #002953;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  body.body__product .product__pankuzu-select select {
    padding: 10px;
  }
}
body.body__product .product__pankuzu-select select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 3px 0 5px;
  width: 20px;
  height: 20px;
  font-size: 18.7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.body__product .product__pankuzu-select .pankuzu__select--dispnum {
  width: 88px;
}
body.body__product .product__pankuzu-select .pankuzu__select--orderby {
  width: 160px;
}
body.body__product .product__pankuzu-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -32px;
  width: 100%;
}
body.body__product .product__shelf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.body__product .product__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  gap: 64px 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.body__product .product__main {
    gap: 32px 14px;
  }
}
body.body__product .product__main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 253px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__product .product__main-item {
    width: calc(50% - 7px);
  }
}
body.body__product .product__main-item a {
  display: block;
}
@media (any-hover: hover) {
  body.body__product .product__main-item a:hover .product__item-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.body__product .product__main-item a .product__item-image {
  background-color: #f5f7fa;
  overflow: hidden;
}
body.body__product .product__main-item a .product__item-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.body__product .product__main-item a .product__item-heading {
  display: -webkit-box;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.body__product .product__main-item a .product__item-heading {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
body.body__product .product__main-item .product__item-price {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.body__product .product__main-item .product__item-price {
    margin-top: 12px;
  }
}
body.body__product .product__main-item .product__item-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  body.body__product .product__main-item .product__item-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__product .product__main-item .product__item-form .product__form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-right: 8px;
  width: 173px;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__product .product__main-item .product__item-form .product__form-actions {
    margin-top: 16px;
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__product .product__main-item .product__item-form .product__form-select {
  position: relative;
}
body.body__product .product__main-item .product__item-form .product__form-select select {
  padding: 12px 12px 11px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background: none;
}
@media (any-hover: hover) {
  body.body__product .product__main-item .product__item-form .product__form-select select:hover, body.body__product .product__main-item .product__item-form .product__form-select select:focus {
    border-color: #002953;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body.body__product .product__main-item .product__item-form .product__form-select select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 3px 0 5px;
  width: 20px;
  height: 20px;
  font-size: 18.7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.body__product .product__main-item .product__item-form .product__form-input {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__product .product__main-item .product__item-form .product__form-input span {
  white-space: nowrap;
}
body.body__product .product__main-item .product__item-form .product__form-input input {
  margin-left: 8px;
  padding: 12px 12px 11px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background: none;
}
@media (any-hover: hover) {
  body.body__product .product__main-item .product__item-form .product__form-input input:hover, body.body__product .product__main-item .product__item-form .product__form-input input:focus {
    border-color: #002953;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body.body__product .product__main-item .product__item-form .product__form-submit {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__product .product__main-item .product__item-form .product__form-submit {
    margin-top: 8px;
    width: 100%;
  }
}
body.body__product .product__pager {
  margin-top: -64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__product .product__pager {
    margin-top: -32px;
  }
}
body.body__product .product__pager .block__pager {
  padding: 0;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  body.body__product .product__pager .block__pager {
    margin-top: 32px;
  }
}
body.body__product .product__other-category {
  margin-top: 96px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__product .product__other-category {
    margin-top: 48px;
  }
}
body.body__product .product__other-category .other__category-heading {
  text-align: center;
}
body.body__product .product__other-category .other__category-item {
  width: 253px;
}
@media screen and (max-width: 767px) {
  body.body__product .product__other-category .other__category-item {
    width: 100%;
  }
}
body.body__product .product__other-category .other__category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 51px;
  padding-right: 8px;
  background-color: #f5f7fa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  body.body__product .product__other-category .other__category-item a:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
body.body__product .product__other-category .other__category-item a p {
  margin-left: 12px;
  margin-right: auto;
  padding-right: 5px;
  line-height: 1.2;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  body.body__product .product__other-category .other__category-item a p {
    font-size: 13px;
  }
}
body.body__product .product__other-category .other__category-item a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.body__product .product__other-category .other__category-image {
  width: 72px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.body__product .product__other-category .other__category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.body__product .product__other-category .other__category-actions {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__product .product__other-category .other__category-actions {
    margin-top: 32px;
  }
}
body.body__product .other__category-list {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body.body__product .other__category-list {
    margin-top: 24px;
  }
}
@media (any-hover: hover) {
  body.body__product .other__category-list .category__list-item:hover {
    background-color: inherit;
  }
}
body.body__product .other__category-list .category__list-item:not(.has-child) > .category__list-label, body.body__product .other__category-list .category__list-item:not(.has-child) > a > .category__list-label {
  position: relative;
  width: 100%;
}
body.body__product .other__category-list .category__list-item:not(.has-child) > .category__list-label::after, body.body__product .other__category-list .category__list-item:not(.has-child) > a > .category__list-label::after {
  position: absolute;
  right: 10px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #002953;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  body.body__product .other__category-list .category__list-item:not(.has-child):hover > .category__list-label::after, body.body__product .other__category-list .category__list-item:not(.has-child):hover > a > .category__list-label::after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
body.body__product .other__category-list .category__list-item.has-child > .category__list-label {
  position: relative;
}
body.body__product .other__category-list .category__list-item.has-child > .category__list-label::before, body.body__product .other__category-list .category__list-item.has-child > .category__list-label::after {
  background-color: #002953;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
  right: 8px;
}
body.body__product .other__category-list .category__list-item.has-child > .category__list-label::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
body.body__product .other__category-list .category__list-item.has-child.is-active > .category__list-label::after {
  opacity: 0;
}
body.body__product .other__category-list .category__list-label {
  padding: 8px 24px 8px 8px;
}
body.body__product .other__category-list .category__list-image {
  width: auto;
}
body.body__product .other__category-list .category__list-image img {
  width: 60px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.body__product .other__category-list .category__list {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  max-width: 1130px;
  width: 100%;
  margin: 0 auto 48px;
  border: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  body.body__product .other__category-list .category__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4px;
  }
}
body.body__product .other__category-list .category__list > .category__list-item {
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
}
body.body__product .other__category-list .category__list-subMenu {
  display: none;
  position: static;
  padding: 0 8px;
  background-color: #ffffff;
  border: none;
  width: 100%;
}
body.body__product .other__category-list .category__list-subMenu > .category__list-item {
  border-bottom: 1px solid rgba(0, 41, 83, 0.1490196078);
}
body.body__product .other__category-list .category__list-subMenu > .category__list-item:last-child {
  border-bottom: none;
}
body.body__product .other__category-list .category__list-subMenu .category__list-label {
  padding: 13px 20px 13px 8px;
}
body.body__product .other__category-list .category__list-subMenu .category__list-subMenu {
  padding: 0 0 0 8px;
}
body.body__product .other__category-list .category__list-subMenu .category__list-subMenu .category__list-item {
  border-bottom: none;
}
body.body__product .product__aside {
  margin-right: 48px;
  width: 231px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__product .product__aside {
    margin-top: 48px;
    margin-right: 0;
    width: 100%;
  }
}
body.body__product .product__aside .other__category-list {
  margin-top: 0;
}
body.body__product .product__aside .other__category-list .category__list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4px;
}
body.body__product .product__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
body.body__product .product__modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 41, 83, 0.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__product .product__modal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  width: 532px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__product .product__modal-wrap {
    padding: 24px 16px;
    width: 100%;
  }
}
body.body__product .product__modal-close {
  margin-left: auto;
  width: 24px;
  cursor: pointer;
}
body.body__product .product__modal-close i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: #002953;
  font-size: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__product .product__modal-actions {
  display: grid;
  margin-top: 24px;
  padding: 0 6px;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  body.body__product .product__modal-actions {
    padding: 0;
    grid-template-columns: 1fr;
  }
}
body.body__product .product__narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 32px;
  font-size: 15px;
  gap: 4px 12px;
}
@media screen and (max-width: 767px) {
  body.body__product .product__narrow {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 13px;
  }
}
body.body__product .product__narrow-message {
  text-align: left;
  white-space: nowrap;
}
body.body__product .product__narrow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 4px;
}
body.body__product .product__narrow-list-item {
  display: block;
  background-color: rgba(0, 41, 83, 0.0509803922);
  text-align: center;
  border-radius: 24px;
  color: #002953;
  padding: 12px 16px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  body.body__product .product__narrow-list-item:hover {
    background-color: rgba(0, 41, 83, 0.1215686275);
  }
}

/*
 * 商品詳細ページ
 */
body.body__product__detail .productdetail__wrap {
  padding-top: 64px;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__wrap {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
body.body__product__detail .productdetail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body__product__detail .productdetail__gallery {
  width: 100%;
  max-width: 494px;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__gallery {
    max-width: unset;
  }
}
body.body__product__detail .productdetail__gallery .gallery__visual {
  margin-bottom: 0;
}
body.body__product__detail .productdetail__gallery .gallery__visual .slick-slide {
  width: 100%;
  padding: 1px;
  max-width: 494px;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__gallery .gallery__visual .slick-slide {
    width: 100%;
    max-width: unset;
  }
}
body.body__product__detail .productdetail__gallery .gallery__visual .slide-item {
  display: block !important;
  background-color: #f5f7fa;
}
body.body__product__detail .productdetail__gallery .gallery__visual img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.body__product__detail .productdetail__gallery .gallery__visual-dots {
  margin-top: 20px;
}
body.body__product__detail .productdetail__gallery .gallery__visual-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: unset;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.body__product__detail .productdetail__gallery .gallery__visual-dots .slick-dots li,
body.body__product__detail .productdetail__gallery .gallery__visual-dots .slick-dots button {
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: #b8bec4;
}
body.body__product__detail .productdetail__gallery .gallery__visual-dots .slick-dots li::before,
body.body__product__detail .productdetail__gallery .gallery__visual-dots .slick-dots button::before {
  display: none;
}
body.body__product__detail .productdetail__gallery .gallery__visual-dots .slick-dots .slick-active button {
  background-color: #0099c7;
}
body.body__product__detail .productdetail__gallery .gallery__navi {
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
body.body__product__detail .productdetail__gallery .gallery__navi .slide-thumb {
  width: 100%;
  background-color: #f5f7fa;
  cursor: pointer;
}
body.body__product__detail .productdetail__gallery .gallery__navi .slide-thumb.is-active {
  outline: 3px solid #0099c7;
  outline-offset: -3px;
}
body.body__product__detail .productdetail__gallery .gallery__navi img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.body__product__detail .productdetail__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 532px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__profile {
    margin-top: 36px;
    max-width: unset;
  }
}
body.body__product__detail .productdetail__profile-heading {
  padding-bottom: 32px;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__profile-heading {
    padding-bottom: 16px;
  }
}
body.body__product__detail .productdetail__profile-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body__product__detail .productdetail__profile-tags:empty {
  display: none;
}
body.body__product__detail .productdetail__profile-tags li {
  padding: 5px 8px;
  background-color: #f5f7f8;
  border: 1px solid #d7dadd;
  border-radius: 3px;
}
body.body__product__detail .productdetail__profile-price {
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__profile-price {
    margin-top: 16px;
    padding-bottom: 16px;
  }
}
body.body__product__detail .productdetail__profile-price .price__regular {
  margin-bottom: 8px;
}
body.body__product__detail .productdetail__profile-price .price__regular span + span {
  margin-left: 4px;
}
body.body__product__detail .productdetail__profile-price .price__sell span + span {
  margin-left: 4px;
}
body.body__product__detail .productdetail__profile-code {
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__profile-code {
    margin-top: 16px;
    padding-bottom: 16px;
  }
}
body.body__product__detail .productdetail__profile-category {
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__profile-category {
    margin-top: 16px;
    padding-bottom: 16px;
  }
}
body.body__product__detail .productdetail__profile-category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__product__detail .productdetail__profile-category li:not(:first-child) {
  margin-top: 8px;
}
body.body__product__detail .productdetail__profile-category a:not(:last-child) {
  margin-right: 8px;
}
body.body__product__detail .productdetail__profile-category a:not(:first-child) {
  position: relative;
  padding-left: 9px;
}
body.body__product__detail .productdetail__profile-category a:not(:first-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 41, 83, 0.1490196078);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.body__product__detail .productdetail__profile-actions {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__profile-actions {
    margin-top: 16px;
  }
}
body.body__product__detail .productdetail__profile-actions select {
  padding: 15px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  body.body__product__detail .productdetail__profile-actions select:hover, body.body__product__detail .productdetail__profile-actions select:focus {
    border-color: #002953;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body.body__product__detail .productdetail__profile-actions select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 3px 0 5px;
  width: 20px;
  height: 20px;
  font-size: 18.7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.body__product__detail .productdetail__profile-actions .profile__actions-select {
  position: relative;
  margin-bottom: 16px;
}
body.body__product__detail .productdetail__profile-actions .profile__actions-select .mb-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__product__detail .productdetail__profile-actions .profile__actions-select .mb-3 label {
  margin: 0 0 8px;
  white-space: nowrap;
}
body.body__product__detail .productdetail__profile-actions .profile__actions-select .mb-3 select {
  color: #002953;
}
body.body__product__detail .productdetail__profile-actions .profile__actions-select i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 8px;
  bottom: 18px;
  padding: 3px 0 5px;
  width: 16px;
  height: 16px;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.body__product__detail .productdetail__profile-actions .profile__actions-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__profile-actions .profile__actions-input {
    margin-top: -8px;
  }
}
body.body__product__detail .productdetail__profile-actions .profile__actions-input span {
  margin-right: 8px;
  white-space: nowrap;
}
body.body__product__detail .productdetail__profile-actions .profile__actions-input input {
  padding: 15px 12px;
  width: 64px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background: none;
}
@media (any-hover: hover) {
  body.body__product__detail .productdetail__profile-actions .profile__actions-input input:hover, body.body__product__detail .productdetail__profile-actions .profile__actions-input input:focus {
    border-color: #002953;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body.body__product__detail .productdetail__profile-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__profile-btn {
    margin-top: 16px;
  }
}
body.body__product__detail .productdetail__profile-btn > .btn {
  width: unset;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.body__product__detail .productdetail__profile-description {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .productdetail__profile-description {
    margin-top: 32px;
  }
}
body.body__product__detail .product__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
body.body__product__detail .product__modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 41, 83, 0.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__product__detail .product__modal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  width: 532px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .product__modal-wrap {
    padding: 24px 16px;
    width: 100%;
  }
}
body.body__product__detail .product__modal-close {
  margin-left: auto;
  width: 24px;
  cursor: pointer;
}
body.body__product__detail .product__modal-close i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: #002953;
  font-size: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__product__detail .product__modal-actions {
  display: grid;
  margin-top: 24px;
  padding: 0 6px;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  body.body__product__detail .product__modal-actions {
    padding: 0;
    grid-template-columns: 1fr;
  }
}

/*
 * ショッピングカート
 */
body.body__cart .cart__progress {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__progress {
    margin-top: 32px;
  }
}
body.body__cart .cart__inner {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__inner {
    margin-top: 32px;
  }
}
body.body__cart .cart__total {
  text-align: center;
}
body.body__cart .cart__form {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__form {
    margin-top: 32px;
  }
}
body.body__cart .cart__form-carts:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__form-carts:not(:first-child) {
    margin-top: 16px;
  }
}
body.body__cart .cart__form-carts + .cart__total {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__form-carts + .cart__total {
    margin-top: 32px;
  }
}
body.body__cart .cart__table {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__table {
    border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
  }
}
body.body__cart .cart__table .cart__table-header {
  display: table-row;
}
body.body__cart .cart__table .cart__table-header .header-label {
  display: table-cell;
  padding: 20px;
  text-align: center;
  background-color: #f4f3f0;
}
body.body__cart .cart__table .cart__table-row {
  display: table-row;
}
body.body__cart .cart__table .cart__table-row .row__col {
  display: table-cell;
  text-align: center;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
  vertical-align: middle;
}
body.body__cart .cart__table .cart__table-row .row__col.delete {
  width: 90px;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__table .cart__table-row .row__col.delete {
    width: 40px;
  }
}
body.body__cart .cart__table .cart__table-row .row__col.delete .delete-btn,
body.body__cart .cart__table .cart__table-row .row__col.delete .delete-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}
body.body__cart .cart__table .cart__table-row .row__col.content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__table .cart__table-row .row__col.content a {
    padding: 16px;
  }
}
body.body__cart .cart__table .cart__table-row .row__col.content a .content-image {
  width: 77px;
  height: 77px;
  background-color: #f5f7fa;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__table .cart__table-row .row__col.content a .content-image {
    width: 64px;
    height: 64px;
  }
}
body.body__cart .cart__table .cart__table-row .row__col.content a .content-image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
}
body.body__cart .cart__table .cart__table-row .row__col.content a .content-summary {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__table .cart__table-row .row__col.content a .content-summary {
    margin-left: 8px;
  }
}
body.body__cart .cart__table .cart__table-row .row__col.content a .content-name {
  word-break: break-word;
}
body.body__cart .cart__table .cart__table-row .row__col.content a .content-cate {
  margin-top: 8px;
}
body.body__cart .cart__table .cart__table-row .row__col.content a .content-cate + .content-cate {
  margin-top: 0;
}
body.body__cart .cart__table .cart__table-row .row__col.content a .content-unit {
  margin-top: 8px;
}
body.body__cart .cart__table .cart__table-row .row__col.content a .content-subtotal {
  margin-top: 8px;
}
body.body__cart .cart__table .cart__table-row .row__col.amount {
  width: 180px;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__table .cart__table-row .row__col.amount {
    width: 72px;
  }
}
body.body__cart .cart__table .cart__table-row .row__col.amount .amount-actions {
  margin-top: 8px;
}
body.body__cart .cart__table .cart__table-row .row__col.amount .amount-actions .amount-btn {
  display: inline-block;
  padding: 7px;
  width: 30px;
  height: 30px;
  border: 2px solid #b8bec4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__table .cart__table-row .row__col.amount .amount-actions .amount-btn {
    margin-left: 4px;
  }
}
body.body__cart .cart__table .cart__table-row .row__col.amount .amount-actions .amount-btn + .amount-btn {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__table .cart__table-row .row__col.amount .amount-actions .amount-btn + .amount-btn {
    margin-left: 4px;
  }
}
body.body__cart .cart__table .cart__table-row .row__col.amount .amount-actions .amount-icon {
  width: 12px;
}
body.body__cart .cart__table .cart__table-row .row__col.subtotal {
  width: 180px;
}
body.body__cart .cart__form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__form-actions {
    margin-top: 32px;
  }
}
body.body__cart .cart__form-actions span {
  vertical-align: middle;
}
body.body__cart .cart__form-actions span:last-child {
  vertical-align: sub;
}
body.body__cart .cart__form-actions .actions-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__cart .cart__form-actions .actions-btn {
    margin-top: 16px;
    width: 100%;
  }
}

.block__cart-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .block__cart-progress {
    gap: 5px;
  }
}
.block__cart-progress .progress-item {
  position: relative;
  width: 100%;
  max-width: 92px;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .block__cart-progress .progress-item {
    max-width: 64px;
  }
}
.block__cart-progress .progress-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 18px;
  width: calc(100% + 64px);
  height: 4px;
  background-color: #002953;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .block__cart-progress .progress-item:not(:last-child)::after {
    width: calc(100% + 5px);
    height: 2px;
  }
}
.block__cart-progress .progress-item.is-active .progress-number {
  background-color: #0099c7;
}
.block__cart-progress .progress-number {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #002953;
  vertical-align: middle;
}
.block__cart-progress .progress-label {
  margin-top: 8px;
}

.block__cart-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding: 8px;
  width: 100%;
  background-color: #e8473e;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__cart-warning .warning-img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

/*
 * 商品購入/ログイン
 */
body.body__shopping__login .shopping__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__shopping__login .shopping__login {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__shopping__login .shopping__login-form {
  margin: 64px auto 0;
  width: 100%;
  max-width: 718px;
}
@media screen and (max-width: 767px) {
  body.body__shopping__login .shopping__login-form {
    margin-top: 32px;
  }
}
body.body__shopping__login #login_shopping {
  padding: 64px;
  width: 100%;
  background-color: #f3f4f4;
}
@media screen and (max-width: 767px) {
  body.body__shopping__login #login_shopping {
    padding: 32px;
  }
}
body.body__shopping__login #login_shopping .login__form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__shopping__login #login_shopping .login__form-input input {
  padding: 12px 10px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
}
@media (any-hover: hover) {
  body.body__shopping__login #login_shopping .login__form-input input:hover, body.body__shopping__login #login_shopping .login__form-input input:focus {
    border: 1px solid #002953;
  }
}
body.body__shopping__login #login_shopping .login__form-checkbox {
  margin-top: 16px;
}
body.body__shopping__login #login_shopping .login__form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__shopping__login #login_shopping .login__form-actions {
    margin-top: 24px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__shopping__login #login_shopping .login__form-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__shopping__login #login_shopping .login__form-links {
    margin-top: 24px;
    margin-left: 0;
  }
}
body.body__shopping__login .shopping__login-guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px auto 0 26px;
  padding: 48px;
  width: 100%;
  max-width: 346px;
  background-color: #f3f4f4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__shopping__login .shopping__login-guest {
    margin: 16px auto 0;
    padding: 32px;
    max-width: unset;
  }
}
body.body__shopping__login .shopping__login-guest .login__guest-content {
  text-align: center;
}
body.body__shopping__login .shopping__login-guest .login__guest-actions {
  margin-top: 48px;
}
body.body__shopping__login .shopping__login-guest .login__guest-actions .btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__shopping__login .shopping__login-guest .login__guest-actions {
    margin-top: 24px;
  }
}

/*
 * 商品購入/お客様情報の入力(非会員)
 */
body.body__shopping.nonmember .form__actions-btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  width: 100%;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
 * 商品購入/ご注文手続き
 */
body.body__shopping .shopping__progress {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__shopping .shopping__progress {
    margin-top: 32px;
  }
}
body.body__shopping .ec-alert-warning {
  margin-top: 16px;
  margin-bottom: 0;
}
body.body__shopping .shopping__form {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__shopping .shopping__form {
    margin-top: 32px;
  }
}
body.body__shopping #shopping-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__shopping #shopping-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__shopping .shopping__form-detail {
  width: 718px;
}
@media screen and (max-width: 767px) {
  body.body__shopping .shopping__form-detail {
    width: 100%;
  }
}
body.body__shopping .shopping__form-detail .detail__headeing {
  padding: 12px;
  background-color: #f3f3f3;
}
body.body__shopping .shopping__form-detail .detail__headeing:not(:first-child) {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body.body__shopping .shopping__form-detail .detail__headeing:not(:first-child) {
    margin-top: 24px;
  }
}
body.body__shopping .shopping__form-detail .detail__customer {
  position: relative;
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__customer .detail__customer-change {
  position: absolute;
  right: 0;
}
body.body__shopping .shopping__form-detail .detail__customer .mod-button {
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__delivery {
  position: relative;
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-address {
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions {
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .form__item {
  position: relative;
  margin-left: 8px;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .form__item select {
  padding: 12px 10px;
  color: #002953;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .form__item select:hover, body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .form__item select:focus {
    border-color: #002953;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .form__item select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 3px 0 5px;
  width: 20px;
  height: 20px;
  font-size: 18.7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-provider label {
  margin-right: 8px;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-provider select {
  width: 200px;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-date,
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 8px;
  margin-right: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-date label,
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-time label {
  margin-right: 8px;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-date select,
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-time select {
  width: 120px;
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-time {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}
body.body__shopping .shopping__form-detail .detail__delivery .detail__delivery-actions .delivery__actions-edit {
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__payment {
  position: relative;
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__payment .form__item input[type=radio] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 99px;
  background-color: #e1e1e1;
}
body.body__shopping .shopping__form-detail .detail__payment .form__item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  margin: 2px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #002953;
}
body.body__shopping .shopping__form-detail .detail__payment .form__item label:not(:last-child) {
  margin-right: 24px;
}
body.body__shopping .shopping__form-detail .detail__payment .form__item + .form__item {
  margin-top: 12px;
}
body.body__shopping .shopping__form-detail .detail__point {
  position: relative;
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__point .form__item {
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__point .form__item input {
  padding: 12px 10px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
}
@media (any-hover: hover) {
  body.body__shopping .shopping__form-detail .detail__point .form__item input:hover, body.body__shopping .shopping__form-detail .detail__point .form__item input:focus {
    border: 1px solid #002953;
  }
}
body.body__shopping .shopping__form-detail .detail__contect {
  margin-top: 16px;
}
body.body__shopping .shopping__form-detail .detail__contect .form__item {
  width: 100%;
}
body.body__shopping .shopping__form-detail .detail__contect .form__item textarea {
  padding: 12px 10px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
}
@media (any-hover: hover) {
  body.body__shopping .shopping__form-detail .detail__contect .form__item textarea:hover, body.body__shopping .shopping__form-detail .detail__contect .form__item textarea:focus {
    border: 1px solid #002953;
  }
}
body.body__shopping .shopping__form-summary {
  margin-left: 26px;
  width: 346px;
}
@media screen and (max-width: 767px) {
  body.body__shopping .shopping__form-summary {
    margin-top: 32px;
    margin-left: 0;
    width: 100%;
  }
}
body.body__shopping .shopping__form-summary .summary__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__shopping .shopping__form-summary .summary__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 24px 0 0 0;
  height: 56px;
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  body.body__shopping .shopping__form-summary .summary__total {
    margin-top: 16px;
    padding-top: 16px;
    height: 40px;
  }
}
body.body__shopping .shopping__form-summary .summary__total-label,
body.body__shopping .shopping__form-summary .summary__total-price {
  -ms-flex-item-align: center;
      align-self: center;
}
body.body__shopping .shopping__form-summary .summary__total-taxLabel {
  margin-left: 4px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
body.body__shopping .shopping__form-summary .summary__paymentTotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  height: 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  body.body__shopping .shopping__form-summary .summary__paymentTotal {
    margin-bottom: 16px;
  }
}
body.body__shopping .shopping__form-summary .summary__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 8px;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__shopping .shopping__form-summary .summary__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__shopping .shopping__form-summary .summary__actions {
    margin-top: 16px;
  }
}
body.body__shopping .shopping__form-summary .summary__actions .btn {
  width: 100%;
}

/*
 * 商品購入/お届け先の指定
 */
body.body__shopping.shipping .shipping__add {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping .shipping__add {
    margin-bottom: 32px;
  }
}
body.body__shopping.shipping .shipping__add .shipping__add-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  text-align: center;
  background-color: #ff9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.body__shopping.shipping .shipping__add .shipping__add-warning:not(:first-child) {
  margin-top: 8px;
}
body.body__shopping.shipping .shipping__add .shipping__add-warning .warning-icon {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.body__shopping.shipping .shipping__form dt.form__item-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__shopping.shipping .shipping__form dt.form__item-radio input {
  margin: 0;
}
body.body__shopping.shipping .shipping__form .shipping__form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  width: 100%;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping .shipping__form .shipping__form-actions {
    margin-top: 32px;
  }
}

/*
 * 商品購入/お届け先の追加
 */
body.body__shopping.shipping__edit .shipping__edit-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__edit .shipping__edit-actions {
    margin-top: 32px;
  }
}

/*
 * 商品購入/お届け先の複数指定
 */
body.body__shopping.shipping__multiple .shipping__multiple-info {
  text-align: center;
}
body.body__shopping.shipping__multiple .shipping__multiple-new {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-new {
    margin-top: 32px;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form {
    margin-top: 16px;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner {
  padding-top: 32px;
  border-top-style: solid;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner {
    padding-top: 16px;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list:not(:first-child) {
    margin-top: 16px;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-item {
  background-color: #f4f3f0;
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions {
    margin-top: 0;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__rows {
  padding: 8px 0 0 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__rows {
    padding-top: 16px;
    row-gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free:first-child {
    width: 100%;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free:not(:first-child) {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free:not(:first-child) {
    margin-left: 0;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free:not(:first-child) .form__item {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free:not(:first-child) .form__item {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free .form__item-select {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free .form__item {
    margin-left: 0;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free .form__item select {
  width: 400px;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free .form__item select {
    width: 100%;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-actions .form__row-free .form__item input {
  width: 64px;
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-add {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .multiple_list-add {
    margin-top: 16px;
  }
}
body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .form__inner-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  width: 100%;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__shopping.shipping__multiple .shipping__multiple-form .form__inner .form__inner-actions {
    margin-top: 32px;
  }
}

/*
 * 商品購入/ご注文完了
 */
body.body__shopping.complete .complete__header {
  text-align: center;
}
body.body__shopping.complete .complete__content,
body.body__shopping.complete .complete__actions {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__shopping.complete .complete__content,
  body.body__shopping.complete .complete__actions {
    margin-top: 24px;
  }
}

/*
 * 新規会員登録(入力ページ)
 * 新規会員登録(確認ページ)
 */
body.body__regist .regist__form .form__inner {
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
body.body__regist .regist__form .form__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.body__regist .regist__form .form__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__regist .regist__form .form__rows.min dt {
  height: unset;
}
body.body__regist .regist__form .form__rows dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__regist .regist__form .form__rows dt {
    width: 100%;
    height: unset;
  }
}
body.body__regist .regist__form .form__rows dt .form__label-req {
  margin-left: 4px;
  color: #e8473e;
  vertical-align: top;
}
body.body__regist .regist__form .form__rows dd {
  display: grid;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  body.body__regist .regist__form .form__rows dd {
    margin-top: 8px;
    width: 100%;
  }
}
body.body__regist .regist__form .form__rows .form__row-large {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
body.body__regist .regist__form .form__rows .form__row-half {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  body.body__regist .regist__form .form__rows .form__row-half {
    gap: 14px;
  }
}
body.body__regist .regist__form .form__rows .form__row-medium {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}
body.body__regist .regist__form .form__rows .form__row-medium .form__item {
  width: 200px;
}
body.body__regist .regist__form .form__rows .form__row-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.body__regist .regist__form .form__rows .form__row-small .form__item {
  margin: 0 16px 0 8px;
  width: 128px;
}
body.body__regist .regist__form .form__rows .form__row-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.body__regist .regist__form .form__rows .form__row-free .form__item:not(:last-child) {
  margin-right: 12px;
}
body.body__regist .regist__form .form__rows .form__row-free .form__item:not(:first-child) {
  margin-left: 12px;
}
body.body__regist .regist__form .form__rows .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
body.body__regist .regist__form .form__rows .form__item input[type=text],
body.body__regist .regist__form .form__rows .form__item input[type=password],
body.body__regist .regist__form .form__rows .form__item input[type=tel],
body.body__regist .regist__form .form__rows .form__item input[type=email],
body.body__regist .regist__form .form__rows .form__item select {
  padding: 11px 12px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background-color: #ffffff;
}
@media (any-hover: hover) {
  body.body__regist .regist__form .form__rows .form__item input[type=text]:hover, body.body__regist .regist__form .form__rows .form__item input[type=text]:focus,
  body.body__regist .regist__form .form__rows .form__item input[type=password]:hover,
  body.body__regist .regist__form .form__rows .form__item input[type=password]:focus,
  body.body__regist .regist__form .form__rows .form__item input[type=tel]:hover,
  body.body__regist .regist__form .form__rows .form__item input[type=tel]:focus,
  body.body__regist .regist__form .form__rows .form__item input[type=email]:hover,
  body.body__regist .regist__form .form__rows .form__item input[type=email]:focus,
  body.body__regist .regist__form .form__rows .form__item select:hover,
  body.body__regist .regist__form .form__rows .form__item select:focus {
    border-color: #002953;
  }
}
body.body__regist .regist__form .form__rows .form__item.error input[type=text][required],
body.body__regist .regist__form .form__rows .form__item.error input[type=password][required],
body.body__regist .regist__form .form__rows .form__item.error input[type=tel][required],
body.body__regist .regist__form .form__rows .form__item.error input[type=email][required],
body.body__regist .regist__form .form__rows .form__item.error select[required] {
  border: 1px solid #e8473e;
}
body.body__regist .regist__form .form__rows .form__item-ziphelp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__regist .regist__form .form__rows .form__item-select select {
  padding-right: 32px;
}
body.body__regist .regist__form .form__rows .form__item-select select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__regist .regist__form .form__rows .form__item-radio #entry_sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__regist .regist__form .form__rows .form__item-radio input[type=radio] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 99px;
  background-color: #e1e1e1;
}
body.body__regist .regist__form .form__rows .form__item-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  margin: 2px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #002953;
}
body.body__regist .regist__form .form__rows .form__item-radio label:not(:last-child) {
  margin-right: 24px;
}
body.body__regist .regist__form .form__rows .form__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__regist .regist__form .form__rows .form__item-icon > i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.body__regist .regist__form .form__rows .form__item-icon > i {
    font-size: 18px;
  }
}
body.body__regist .regist__form .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__regist .regist__form .form__actions {
    margin-top: 32px;
  }
}
body.body__regist .regist__form .form__actions .form__actions-policy {
  margin: 0 auto;
}
body.body__regist .regist__form .form__actions .form__actions-policy input[type=checkbox] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body.body__regist .regist__form .form__actions .form__actions-policy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 3px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #002953;
  border-bottom: 2px solid #002953;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.body__regist .regist__form .form__actions .form__actions-btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px auto 0;
  width: 100%;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__regist .regist__form.confirm .form__rows dt {
  height: unset;
}
body.body__regist .regist__form.confirm .form__rows dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.body__regist .regist__form.confirm .form__actions-btngroup {
  margin-top: 0;
}
body.body__regist .regist__form .regist__form-confirm_msg {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  body.body__regist .regist__form .regist__form-confirm_msg {
    margin-bottom: 32px;
  }
}

/*
 * 新規会員登録(完了ページ)
 */
body.body__regist.complete .complete__header {
  text-align: center;
}
body.body__regist.complete .complete__content,
body.body__regist.complete .complete__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  text-align: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__regist.complete .complete__content,
  body.body__regist.complete .complete__actions {
    margin-top: 24px;
  }
}

/*
 * MYページナビ
 */
.block__mypage__nav {
  width: 100%;
}
.block__mypage__nav .mypage__nav-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block__mypage__nav .mypage__nav-info .info-logout {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (any-hover: hover) {
  .block__mypage__nav .mypage__nav-info .info-logout:hover {
    color: #649679;
  }
}
.block__mypage__nav .mypage__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #002953;
}
@media screen and (max-width: 767px) {
  .block__mypage__nav .mypage__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block__mypage__nav .mypage__nav-list .nav-item {
  width: 50%;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #002953;
}
.block__mypage__nav .mypage__nav-list .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  width: 100%;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .block__mypage__nav .mypage__nav-list .nav-item a {
    padding: 17px 20px;
  }
}
@media (any-hover: hover) {
  .block__mypage__nav .mypage__nav-list .nav-item a:hover {
    color: #0099c7;
  }
}

/*
 * MYページ/ログイン
 */
body.body__mypage__login .mypage__login {
  width: 100%;
}
body.body__mypage__login .mypage__login-form {
  margin: 64px auto 0;
  width: 100%;
  max-width: 718px;
}
@media screen and (max-width: 767px) {
  body.body__mypage__login .mypage__login-form {
    margin-top: 32px;
  }
}
body.body__mypage__login #login_mypage {
  padding: 64px;
  width: 100%;
  background-color: #f3f4f4;
}
@media screen and (max-width: 767px) {
  body.body__mypage__login #login_mypage {
    padding: 32px;
  }
}
body.body__mypage__login #login_mypage .login__form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__mypage__login #login_mypage .login__form-input input {
  padding: 12px 10px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
}
@media (any-hover: hover) {
  body.body__mypage__login #login_mypage .login__form-input input:hover, body.body__mypage__login #login_mypage .login__form-input input:focus {
    border: 1px solid #002953;
  }
}
body.body__mypage__login #login_mypage .login__form-checkbox {
  margin-top: 16px;
}
body.body__mypage__login #login_mypage .login__form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__mypage__login #login_mypage .login__form-actions {
    margin-top: 24px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__mypage__login #login_mypage .login__form-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__mypage__login #login_mypage .login__form-links {
    margin-top: 24px;
    margin-left: 0;
  }
}

.block__product-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .block__product-list-item {
    padding: 16px;
  }
}
.block__product-list-item:not(:last-child) {
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
.block__product-list-item .item__image {
  width: 74px;
  height: 74px;
  background-color: #f5f7fa;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .block__product-list-item .item__image {
    width: 64px;
    height: 64px;
  }
}
.block__product-list-item .item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.block__product-list-item .item__content {
  margin-left: 16px;
}
.block__product-list-item .item__content .item__content-cate {
  margin-top: 8px;
}
.block__product-list-item .item__content .item__content-cate + .item__content-cate {
  margin-top: 0;
}
.block__product-list-item .item__content .item__content-price {
  margin-top: 8px;
}
.block__product-list-item .item__content .item__content-price .price-quantity {
  margin-left: 4px;
}
.block__product-list-item .item__content .item__content-price .price-subtitle {
  margin-left: 16px;
}

/*
 * MYページトップ/ご注文履歴
 */
body.body__mypage .mypage__nav__block {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__mypage .mypage__nav__block {
    margin-top: 32px;
  }
}
body.body__mypage .mypage__history {
  width: 100%;
}
body.body__mypage .mypage__history .history-count {
  margin-top: 64px;
  padding-bottom: 32px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  body.body__mypage .mypage__history .history-count {
    margin-top: 32px;
    padding-bottom: 16px;
  }
}
body.body__mypage .mypage__history-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  body.body__mypage .mypage__history-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__mypage .mypage__history-order .order__info {
  padding: 24px 24px 28px;
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__mypage .mypage__history-order .order__info {
    padding: 16px 0;
    width: 100%;
    border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
  }
}
body.body__mypage .mypage__history-order .order__info .order__info-actions {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.body__mypage .mypage__history-order .order__info .order__info-actions {
    margin-top: 8px;
  }
}
body.body__mypage .mypage__history-order .order__detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*
 * MYページ/ご注文履歴詳細
 */
body.body__mypage.history .mypage__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__mypage.history .mypage__history-detail {
  width: 781px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-detail {
    width: 100%;
  }
}
body.body__mypage.history .mypage__history-detail .history__detail-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__mypage.history .mypage__history-detail .history__detail-info {
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-detail .history__detail-info {
    margin-top: 24px;
  }
}
body.body__mypage.history .mypage__history-detail .history__detail-info .detail__info-title {
  padding: 12px;
  width: 100%;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-detail .history__detail-info .detail__info-title {
    padding: 8px;
  }
}
body.body__mypage.history .mypage__history-detail .history__detail-info .detail__info-order {
  margin-top: 16px;
}
body.body__mypage.history .mypage__history-detail .history__detail-info .detail__info-order .block__product-list-item:first-child {
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
body.body__mypage.history .mypage__history-detail .history__detail-info .detail__info-order .detail__info-address {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-detail .history__detail-info .detail__info-order .detail__info-address {
    margin-top: 16px;
  }
}
body.body__mypage.history .mypage__history-detail .history__detail-info .detail__info-order .detail__info-delivery {
  margin-top: 16px;
}
body.body__mypage.history .mypage__history-detail .history__detail-info .detail__info-order .detail__info-delivery-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  gap: 8px 24px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-detail .history__detail-info .detail__info-order .detail__info-delivery-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__mypage.history .mypage__history-detail .detail__info-mail .mail-link {
  margin-top: 16px;
}
body.body__mypage.history .mypage__history-detail .detail__info-mail .mail-body {
  display: none;
}
body.body__mypage.history .mypage__history-summary {
  margin-left: 26px;
  padding: 24px;
  width: 346px;
  background-color: #f3f3f3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-summary {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
    padding: 16px;
  }
}
body.body__mypage.history .mypage__history-summary dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.body__mypage.history .mypage__history-summary dl:not(:first-child) {
  margin-top: 8px;
}
body.body__mypage.history .mypage__history-summary .history__summary-totalbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-summary .history__summary-totalbox {
    margin-top: 16px;
    padding-top: 16px;
  }
}
body.body__mypage.history .mypage__history-summary .history__summary-totalbox .summary__totalbox-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-summary .history__summary-totalbox .summary__totalbox-total {
    height: 28px;
  }
}
body.body__mypage.history .mypage__history-summary .history__summary-totalbox .totalbox-label {
  -ms-flex-item-align: center;
      align-self: center;
}
body.body__mypage.history .mypage__history-summary .history__summary-totalbox .totalbox-taxLabel {
  margin-left: 4px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
body.body__mypage.history .mypage__history-summary .history__summary-totalbox .summary__totalbox-taxRate {
  margin-top: 8px;
}
body.body__mypage.history .mypage__history-summary .history__summary-totalbox .summary__totalbox-payment {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-summary .history__summary-totalbox .summary__totalbox-payment {
    margin-top: 16px;
  }
}
body.body__mypage.history .mypage__history-summary .history__summary-totalbox .summary__totalbox-actions {
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history-summary .history__summary-totalbox .summary__totalbox-actions {
    margin-top: 16px;
  }
}
body.body__mypage.history .mypage__history-summary .history__summary-totalbox .summary__totalbox-actions .btn {
  width: 100%;
  font-size: 18px;
}
body.body__mypage.history .mypage__history-summary #ec-printBtnArea {
  margin-top: 8px;
  padding: 0 !important;
}
body.body__mypage.history .mypage__history-summary #ec-printBtnArea .ec-blockBtn {
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 64px;
  color: #002953;
  font-size: 18px;
  line-height: 64px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 0;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  body.body__mypage.history .mypage__history-summary #ec-printBtnArea .ec-blockBtn:hover {
    color: #002953;
    border-color: #002953;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  body.body__mypage.history .mypage__history-summary #ec-printBtnArea .ec-blockBtn:active {
    color: #002953;
    border-color: #002953;
    background-color: #ffffff;
  }
}
body.body__mypage.history .mypage__history-summary #ec-printBtnArea .ec-blockBtn + .ec-blockBtn {
  margin-top: 8px;
}
body.body__mypage.history .mypage__history-summary #ec-printBtnArea .mb-2 {
  margin-bottom: 0 !important;
}
body.body__mypage.history .mypage__history--actions {
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__mypage.history .mypage__history--actions {
    margin-top: 32px;
  }
}

/*
 * MYページトップ/お気に入り一覧
 */
body.body__mypage.favorite .mypage__favorite {
  width: 100%;
}
body.body__mypage.favorite .mypage__favorite .favorite-count {
  margin-top: 64px;
  padding-bottom: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__mypage.favorite .mypage__favorite .favorite-count {
    margin-top: 32px;
    padding-bottom: 16px;
  }
}
body.body__mypage.favorite .mypage__favorite-list {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  body.body__mypage.favorite .mypage__favorite-list {
    gap: 32px 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}
body.body__mypage.favorite .mypage__favorite-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__mypage.favorite .mypage__favorite-item .favorite__delete-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  z-index: 3;
}
body.body__mypage.favorite .mypage__favorite-item .favorite__delete-btn .delete-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 50%;
  background-color: #b8bec4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.favorite .mypage__favorite-item .favorite__delete-btn .delete-icon img {
  width: 16px;
  height: 16px;
}
@media (any-hover: hover) {
  body.body__mypage.favorite .mypage__favorite-item .favorite__product:hover .favorite__product-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
body.body__mypage.favorite .mypage__favorite-item .favorite__product .favorite__product-image {
  background-color: #f5f7fa;
  overflow: hidden;
}
body.body__mypage.favorite .mypage__favorite-item .favorite__product .favorite__product-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.body__mypage.favorite .mypage__favorite-item .favorite__product .favorite__product-heading {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.favorite .mypage__favorite-item .favorite__product .favorite__product-heading {
    margin-top: 16px;
  }
}
body.body__mypage.favorite .mypage__favorite-item .favorite__product .favorite__product-peice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.favorite .mypage__favorite-item .favorite__product .favorite__product-peice {
    margin-top: 12px;
  }
}
body.body__mypage.favorite .mypage__favorite-item .favorite__product .favorite__product-peice .price-tax-in {
  margin-left: 4px;
}
body.body__mypage.favorite .mypage__favorite-item .product__item-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  body.body__mypage.favorite .mypage__favorite-item .product__item-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-right: 8px;
  width: 173px;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-actions {
    margin-top: 16px;
    margin-right: 0;
    width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-select {
  position: relative;
}
body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-select select {
  padding: 12px 12px 11px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background: none;
}
@media (any-hover: hover) {
  body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-select select:hover, body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-select select:focus {
    border-color: #002953;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-select select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 3px 0 5px;
  width: 20px;
  height: 20px;
  font-size: 18.7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-input {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-input span {
  white-space: nowrap;
}
body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-input input {
  margin-left: 8px;
  padding: 12px 12px 11px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background: none;
}
@media (any-hover: hover) {
  body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-input input:hover, body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-input input:focus {
    border-color: #002953;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-submit {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__mypage.favorite .mypage__favorite-item .product__item-form .product__form-submit {
    margin-top: 8px;
    width: 100%;
  }
}
body.body__mypage.favorite .mypage__favorite-pager {
  margin-top: 64px;
}
body.body__mypage.favorite .product__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
body.body__mypage.favorite .product__modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 41, 83, 0.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.favorite .product__modal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  width: 532px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__mypage.favorite .product__modal-wrap {
    padding: 24px 16px;
    width: 100%;
  }
}
body.body__mypage.favorite .product__modal-close {
  margin-left: auto;
  width: 24px;
  cursor: pointer;
}
body.body__mypage.favorite .product__modal-close i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: #002953;
  font-size: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.favorite .product__modal-actions {
  display: grid;
  margin-top: 24px;
  padding: 0 6px;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  body.body__mypage.favorite .product__modal-actions {
    padding: 0;
    grid-template-columns: 1fr;
  }
}

/*
 * MYページトップ/会員情報編集(入力ページ)
 */
body.body__mypage.change .change__inner {
  width: 100%;
}
body.body__mypage.change .change__form .form__inner {
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
body.body__mypage.change .change__form .form__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.body__mypage.change .change__form .form__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__mypage.change .change__form .form__rows.min dt {
  height: unset;
}
body.body__mypage.change .change__form .form__rows dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__mypage.change .change__form .form__rows dt {
    width: 100%;
    height: unset;
  }
}
body.body__mypage.change .change__form .form__rows dt .form__label-req {
  margin-left: 4px;
  color: #e8473e;
}
body.body__mypage.change .change__form .form__rows dd {
  display: grid;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  body.body__mypage.change .change__form .form__rows dd {
    margin-top: 8px;
    width: 100%;
  }
}
body.body__mypage.change .change__form .form__rows .form__row-large {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
body.body__mypage.change .change__form .form__rows .form__row-half {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  body.body__mypage.change .change__form .form__rows .form__row-half {
    gap: 14px;
  }
}
body.body__mypage.change .change__form .form__rows .form__row-medium {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}
body.body__mypage.change .change__form .form__rows .form__row-medium .form__item {
  width: 200px;
}
body.body__mypage.change .change__form .form__rows .form__row-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.body__mypage.change .change__form .form__rows .form__row-small .form__item {
  margin: 0 16px 0 8px;
  width: 128px;
}
body.body__mypage.change .change__form .form__rows .form__row-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.body__mypage.change .change__form .form__rows .form__row-free .form__item:not(:last-child) {
  margin-right: 12px;
}
body.body__mypage.change .change__form .form__rows .form__row-free .form__item:not(:first-child) {
  margin-left: 12px;
}
body.body__mypage.change .change__form .form__rows .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
body.body__mypage.change .change__form .form__rows .form__item input[type=text],
body.body__mypage.change .change__form .form__rows .form__item input[type=password],
body.body__mypage.change .change__form .form__rows .form__item input[type=tel],
body.body__mypage.change .change__form .form__rows .form__item input[type=email],
body.body__mypage.change .change__form .form__rows .form__item select,
body.body__mypage.change .change__form .form__rows .form__item textarea {
  padding: 11px 12px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background-color: #ffffff;
}
@media (any-hover: hover) {
  body.body__mypage.change .change__form .form__rows .form__item input[type=text]:hover, body.body__mypage.change .change__form .form__rows .form__item input[type=text]:focus,
  body.body__mypage.change .change__form .form__rows .form__item input[type=password]:hover,
  body.body__mypage.change .change__form .form__rows .form__item input[type=password]:focus,
  body.body__mypage.change .change__form .form__rows .form__item input[type=tel]:hover,
  body.body__mypage.change .change__form .form__rows .form__item input[type=tel]:focus,
  body.body__mypage.change .change__form .form__rows .form__item input[type=email]:hover,
  body.body__mypage.change .change__form .form__rows .form__item input[type=email]:focus,
  body.body__mypage.change .change__form .form__rows .form__item select:hover,
  body.body__mypage.change .change__form .form__rows .form__item select:focus,
  body.body__mypage.change .change__form .form__rows .form__item textarea:hover,
  body.body__mypage.change .change__form .form__rows .form__item textarea:focus {
    border: 1px solid #002953;
  }
}
body.body__mypage.change .change__form .form__rows .form__item textarea {
  min-height: 120px;
}
body.body__mypage.change .change__form .form__rows .form__item.error input[type=text][required],
body.body__mypage.change .change__form .form__rows .form__item.error input[type=password][required],
body.body__mypage.change .change__form .form__rows .form__item.error input[type=tel][required],
body.body__mypage.change .change__form .form__rows .form__item.error input[type=email][required],
body.body__mypage.change .change__form .form__rows .form__item.error select[required] {
  border: 1px solid #e8473e;
}
body.body__mypage.change .change__form .form__rows .form__item-ziphelp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.change .change__form .form__rows .form__item-select select {
  padding-right: 32px;
}
body.body__mypage.change .change__form .form__rows .form__item-select select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.change .change__form .form__rows .form__item-radio #entry_sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.change .change__form .form__rows .form__item-radio input[type=radio] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 99px;
  background-color: #e1e1e1;
}
body.body__mypage.change .change__form .form__rows .form__item-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  margin: 2px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #002953;
}
body.body__mypage.change .change__form .form__rows .form__item-radio label:not(:last-child) {
  margin-right: 24px;
}
body.body__mypage.change .change__form .form__rows .form__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.change .change__form .form__rows .form__item-icon > i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.change .change__form .form__rows .form__item-icon > i {
    font-size: 18px;
  }
}
body.body__mypage.change .change__form .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__mypage.change .change__form .form__actions {
    margin-top: 32px;
  }
}
body.body__mypage.change .change__form .form__actions .form__actions-policy {
  margin: 0 auto;
}
body.body__mypage.change .change__form .form__actions .form__actions-policy input[type=checkbox] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body.body__mypage.change .change__form .form__actions .form__actions-policy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 3px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #002953;
  border-bottom: 2px solid #002953;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.body__mypage.change .change__form .form__actions .form__actions-btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__mypage.change .change__form.confirm .form__rows {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body.body__mypage.change .change__form.confirm .form__rows dt {
  height: unset;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.body__mypage.change .change__form.confirm .form__rows dd {
  display: block;
}
body.body__mypage.change .change__form .regist__form-confirm_msg {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.change .change__form .regist__form-confirm_msg {
    margin-bottom: 32px;
  }
}

/*
 * MYページ/会員情報編集(完了ページ)
 */
body.body__mypage.changecomplate .change__inner {
  margin-top: 64px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__mypage.changecomplate .change__inner {
    margin-top: 32px;
  }
}
body.body__mypage.changecomplate .mypage__changecomplate-content {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.changecomplate .mypage__changecomplate-content {
    margin-top: 24px;
  }
}
body.body__mypage.changecomplate .mypage__changecomplate-actions {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.changecomplate .mypage__changecomplate-actions {
    margin-top: 24px;
  }
}

/*
 * MYページ/お届け先一覧
 */
body.body__mypage.delivery .mypage__delivery {
  width: 100%;
}
body.body__mypage.delivery .mypage__delivery .delivery-count {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery .mypage__delivery .delivery-count {
    margin-top: 32px;
  }
}
body.body__mypage.delivery .delivery__inner {
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery .delivery__inner {
    margin-top: 16px;
  }
}
body.body__mypage.delivery .mypage__delivery-list {
  margin-top: 32px;
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery .mypage__delivery-list {
    margin-top: 16px;
  }
}
body.body__mypage.delivery .mypage__delivery-list .delivery__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
body.body__mypage.delivery .mypage__delivery-list .delivery__list-item .list__item-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 89px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery .mypage__delivery-list .delivery__list-item .list__item-remove {
    width: 48px;
  }
}
body.body__mypage.delivery .mypage__delivery-list .delivery__list-item .list__item-remove .remove-icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery .mypage__delivery-list .delivery__list-item .list__item-remove .remove-icon {
    width: 14px;
    height: 14px;
  }
}
body.body__mypage.delivery .mypage__delivery-list .delivery__list-item .list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.body__mypage.delivery .mypage__delivery-list .delivery__list-item .list__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 14px;
  width: 89px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*
 * MYページ/お届け先追加
 */
body.body__mypage.delivery.new .mypage__delivery-form .form__inner {
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows.min dt {
  height: unset;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows dt {
    width: 100%;
    height: unset;
  }
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows dt .form__label-req {
  margin-left: 4px;
  color: #e8473e;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows dd {
  display: grid;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows dd {
    margin-top: 8px;
    width: 100%;
  }
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-large {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-half {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-half {
    gap: 14px;
  }
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-medium {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-medium .form__item {
  width: 200px;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-small .form__item {
  margin: 0 16px 0 8px;
  width: 128px;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-free .form__item:not(:last-child) {
  margin-right: 12px;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__row-free .form__item:not(:first-child) {
  margin-left: 12px;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item input[type=text],
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item input[type=tel],
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item input[type=email],
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item select,
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item textarea {
  padding: 11px 12px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background-color: #ffffff;
}
@media (any-hover: hover) {
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item input[type=text]:hover, body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item input[type=text]:focus,
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item input[type=tel]:hover,
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item input[type=tel]:focus,
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item input[type=email]:hover,
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item input[type=email]:focus,
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item select:hover,
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item select:focus,
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item textarea:hover,
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item textarea:focus {
    border: 1px solid #002953;
  }
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item textarea {
  min-height: 120px;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item.error input[type=text][required],
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item.error input[type=password][required],
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item.error input[type=tel][required],
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item.error input[type=email][required],
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item.error select[required] {
  border: 1px solid #e8473e;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-ziphelp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-select select {
  padding-right: 32px;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-select select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-radio #entry_sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-radio input[type=radio] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 99px;
  background-color: #e1e1e1;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  margin: 2px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #002953;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-radio label:not(:last-child) {
  margin-right: 24px;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-icon > i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery.new .mypage__delivery-form .form__rows .form__item-icon > i {
    font-size: 18px;
  }
}
body.body__mypage.delivery.new .mypage__delivery-form .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery.new .mypage__delivery-form .form__actions {
    margin-top: 32px;
  }
}
body.body__mypage.delivery.new .mypage__delivery-form .form__actions .form__actions-policy {
  margin: 0 auto;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__actions .form__actions-policy input[type=checkbox] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body.body__mypage.delivery.new .mypage__delivery-form .form__actions .form__actions-policy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 3px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #002953;
  border-bottom: 2px solid #002953;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.body__mypage.delivery.new .mypage__delivery-form .form__actions .form__actions-btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__mypage.delivery.new .mypage__delivery-form.confirm .form__rows {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body.body__mypage.delivery.new .mypage__delivery-form.confirm .form__rows dt {
  height: unset;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.body__mypage.delivery.new .mypage__delivery-form.confirm .form__rows dd {
  display: block;
}
body.body__mypage.delivery.new .mypage__delivery-form .regist__form-confirm_msg {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery.new .mypage__delivery-form .regist__form-confirm_msg {
    margin-bottom: 32px;
  }
}
body.body__mypage.delivery.new .mypage__delivery-actions {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__mypage.delivery.new .mypage__delivery-actions {
    margin-top: 32px;
  }
}

/*
 * MYページ/退会手続き(入力ページ)
 */
body.body__mypage.withdraw .mypage__withdrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  body.body__mypage.withdraw .mypage__withdrow {
    margin-top: 32px;
  }
}
body.body__mypage.withdraw .mypage__withdrow-image {
  margin: 0 auto;
  width: 75px;
  height: 70px;
}
body.body__mypage.withdraw .mypage__withdrow-heading {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.withdraw .mypage__withdrow-heading {
    margin-top: 24px;
  }
}
body.body__mypage.withdraw .mypage__withdrow-lead {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.withdraw .mypage__withdrow-lead {
    margin-top: 24px;
  }
}
body.body__mypage.withdraw .mypage__withdrow-actions {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body.body__mypage.withdraw .mypage__withdrow-actions {
    margin-top: 24px;
  }
}

/*
 * MYページ/退会手続き(確認ページ)
 */
body.body__mypage.withdraw.confirm .mypage__withdrow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__mypage.withdraw.confirm .mypage__withdrow-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
 * MYページ/退会手続き(完了ページ)
 */
body.body__mypage.withdraw.complete .mypage__withdrow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__mypage.withdraw.complete .mypage__withdrow-heading {
  margin-top: 0;
}
body.body__mypage.withdraw.complete .mypage__withdrow-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
 * パスワード再発行(入力ページ)
 */
body.body__forgot .forgot__inner-lead {
  padding-bottom: 24px;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
body.body__forgot .forgot__inner-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  body.body__forgot .forgot__inner-form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__forgot .forgot__inner-form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__forgot .forgot__inner-form dl dt {
    width: 100%;
    height: unset;
  }
}
body.body__forgot .forgot__inner-form dl dt .form__label-req {
  margin-left: 4px;
  color: #e8473e;
  vertical-align: top;
}
body.body__forgot .forgot__inner-form dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  body.body__forgot .forgot__inner-form dl dd {
    margin-top: 8px;
  }
}
body.body__forgot .forgot__inner-form dl dd input[type=password],
body.body__forgot .forgot__inner-form dl dd input[type=email] {
  padding: 11px 12px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background-color: #ffffff;
}
@media (any-hover: hover) {
  body.body__forgot .forgot__inner-form dl dd input[type=password]:hover, body.body__forgot .forgot__inner-form dl dd input[type=password]:focus,
  body.body__forgot .forgot__inner-form dl dd input[type=email]:hover,
  body.body__forgot .forgot__inner-form dl dd input[type=email]:focus {
    border-color: #002953;
  }
}
body.body__forgot .forgot__inner-form dl dd input[type=password] + input,
body.body__forgot .forgot__inner-form dl dd input[type=email] + input {
  margin-top: 8px;
}
body.body__forgot .forgot__inner-form dl dd.error input[type=text][required],
body.body__forgot .forgot__inner-form dl dd.error input[type=password][required],
body.body__forgot .forgot__inner-form dl dd.error input[type=tel][required],
body.body__forgot .forgot__inner-form dl dd.error input[type=email][required],
body.body__forgot .forgot__inner-form dl dd.error select[required] {
  border: 1px solid #e8473e;
}
body.body__forgot .forgot__inner-form dl dd .form__item-errmsg {
  margin-top: 8px;
}
body.body__forgot .forgot__inner-actions {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__forgot .forgot__inner-actions {
    margin-top: 24px;
  }
}

/*
 * パスワード再発行(完了ページ)
 */
body.body__forgot.complete .forgot__inner-heading {
  text-align: center;
}
body.body__forgot.complete .forgot__inner-lead {
  margin-top: 48px;
  padding: 0;
  text-align: center;
  border: 0;
}
@media screen and (max-width: 767px) {
  body.body__forgot.complete .forgot__inner-lead {
    margin-top: 24px;
  }
}

/*
 * パスワード再発行(再設定ページ)
 */
body.body__forgot.reset .forgot__inner-form {
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
body.body__forgot.reset .forgot__inner-form .form__item-errmsg {
  margin-top: 8px;
}

/*
 * お問い合わせ(入力ページ)
 * お問い合わせ(確認ページ)
 */
body.body__contact .contact__description {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  body.body__contact .contact__description {
    margin-bottom: 32px;
  }
}
body.body__contact .contact__form .form__inner {
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
body.body__contact .contact__form .form__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.body__contact .contact__form .form__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__contact .contact__form .form__rows.min dt {
  height: unset;
}
body.body__contact .contact__form .form__rows dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__contact .contact__form .form__rows dt {
    width: 100%;
    height: unset;
  }
}
body.body__contact .contact__form .form__rows dt .form__label-req {
  margin-left: 4px;
  color: #e8473e;
}
body.body__contact .contact__form .form__rows dd {
  display: grid;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  body.body__contact .contact__form .form__rows dd {
    margin-top: 8px;
    width: 100%;
  }
}
body.body__contact .contact__form .form__rows .form__row-large {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
body.body__contact .contact__form .form__rows .form__row-half {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  body.body__contact .contact__form .form__rows .form__row-half {
    gap: 14px;
  }
}
body.body__contact .contact__form .form__rows .form__row-medium {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}
body.body__contact .contact__form .form__rows .form__row-medium .form__item {
  width: 200px;
}
body.body__contact .contact__form .form__rows .form__row-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.body__contact .contact__form .form__rows .form__row-small .form__item {
  margin: 0 16px 0 8px;
  width: 128px;
}
body.body__contact .contact__form .form__rows .form__row-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body.body__contact .contact__form .form__rows .form__row-free .form__item:not(:last-child) {
  margin-right: 12px;
}
body.body__contact .contact__form .form__rows .form__row-free .form__item:not(:first-child) {
  margin-left: 12px;
}
body.body__contact .contact__form .form__rows .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
body.body__contact .contact__form .form__rows .form__item input[type=text],
body.body__contact .contact__form .form__rows .form__item input[type=tel],
body.body__contact .contact__form .form__rows .form__item input[type=email],
body.body__contact .contact__form .form__rows .form__item select,
body.body__contact .contact__form .form__rows .form__item textarea {
  padding: 11px 12px;
  width: 100%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background-color: #ffffff;
}
@media (any-hover: hover) {
  body.body__contact .contact__form .form__rows .form__item input[type=text]:hover, body.body__contact .contact__form .form__rows .form__item input[type=text]:focus,
  body.body__contact .contact__form .form__rows .form__item input[type=tel]:hover,
  body.body__contact .contact__form .form__rows .form__item input[type=tel]:focus,
  body.body__contact .contact__form .form__rows .form__item input[type=email]:hover,
  body.body__contact .contact__form .form__rows .form__item input[type=email]:focus,
  body.body__contact .contact__form .form__rows .form__item select:hover,
  body.body__contact .contact__form .form__rows .form__item select:focus,
  body.body__contact .contact__form .form__rows .form__item textarea:hover,
  body.body__contact .contact__form .form__rows .form__item textarea:focus {
    border: 1px solid #002953;
  }
}
body.body__contact .contact__form .form__rows .form__item textarea {
  min-height: 120px;
}
body.body__contact .contact__form .form__rows .form__item.error input[type=text][required],
body.body__contact .contact__form .form__rows .form__item.error input[type=password][required],
body.body__contact .contact__form .form__rows .form__item.error input[type=tel][required],
body.body__contact .contact__form .form__rows .form__item.error input[type=email][required],
body.body__contact .contact__form .form__rows .form__item.error select[required] {
  border: 1px solid #e8473e;
}
body.body__contact .contact__form .form__rows .form__item-ziphelp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__contact .contact__form .form__rows .form__item-select select {
  padding-right: 32px;
}
body.body__contact .contact__form .form__rows .form__item-select select + i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__contact .contact__form .form__rows .form__item-radio #entry_sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__contact .contact__form .form__rows .form__item-radio input[type=radio] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 99px;
  background-color: #e1e1e1;
}
body.body__contact .contact__form .form__rows .form__item-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  margin: 2px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #002953;
}
body.body__contact .contact__form .form__rows .form__item-radio label:not(:last-child) {
  margin-right: 24px;
}
body.body__contact .contact__form .form__rows .form__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body__contact .contact__form .form__rows .form__item-icon > i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.body__contact .contact__form .form__rows .form__item-icon > i {
    font-size: 18px;
  }
}
body.body__contact .contact__form .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__contact .contact__form .form__actions {
    margin-top: 32px;
  }
}
body.body__contact .contact__form .form__actions .form__actions-policy {
  margin: 0 auto;
}
body.body__contact .contact__form .form__actions .form__actions-policy input[type=checkbox] {
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body.body__contact .contact__form .form__actions .form__actions-policy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 3px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #002953;
  border-bottom: 2px solid #002953;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.body__contact .contact__form .form__actions .form__actions-btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.body__contact .contact__form.confirm .form__rows {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body.body__contact .contact__form.confirm .form__rows dt {
  height: unset;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.body__contact .contact__form.confirm .form__rows dd {
  display: block;
}
body.body__contact .contact__form .regist__form-confirm_msg {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  body.body__contact .contact__form .regist__form-confirm_msg {
    margin-bottom: 32px;
  }
}

/*
 * お問い合わせ(完了ページ)
 */
body.body__contact.complete .complete__header {
  text-align: center;
}
body.body__contact.complete .complete__content,
body.body__contact.complete .complete__actions {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__contact.complete .complete__content,
  body.body__contact.complete .complete__actions {
    margin-top: 24px;
  }
}

/*
 * 特定商取引法に基づく表記
 */
body.body__tradelaw .tradelaw__inner .form__inner {
  border-top: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
body.body__tradelaw .tradelaw__inner .form__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  body.body__tradelaw .tradelaw__inner .form__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__tradelaw .tradelaw__inner .form__rows dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: unset;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__tradelaw .tradelaw__inner .form__rows dt {
    width: 100%;
  }
}
body.body__tradelaw .tradelaw__inner .form__rows dd {
  display: grid;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  body.body__tradelaw .tradelaw__inner .form__rows dd {
    margin-top: 8px;
    width: 100%;
  }
}

/*
 * ご注文からお届けまで
 */
body.body__how_to_order .how_to_order__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  padding-bottom: 32px;
  width: 100%;
  gap: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order .how_to_order__anchor {
    margin-top: 32px;
    gap: 14px;
  }
}
body.body__how_to_order .how_to_order__anchor .how_to_order__anchor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% - 19.5px);
  min-width: 160px;
  height: 44px;
  line-height: 1;
  word-break: keep-all;
  border-bottom: 1px solid #002953;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order .how_to_order__anchor .how_to_order__anchor-item {
    width: calc(50% - 7px);
    min-width: unset;
  }
}
@media (any-hover: hover) {
  body.body__how_to_order .how_to_order__anchor .how_to_order__anchor-item:hover i {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
body.body__how_to_order .how_to_order__anchor .how_to_order__anchor-item i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.body__how_to_order .how_to_order__row:nth-child(even) {
  background-color: #f5f7fa;
}
body.body__how_to_order .how_to_order__row:last-child .how_to_order__row-wrap {
  padding-bottom: 0;
}
body.body__how_to_order .how_to_order__row .how_to_order__row-wrap {
  margin: 0 auto;
  padding: 64px 20px;
  max-width: 1130px;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order .how_to_order__row .how_to_order__row-wrap {
    padding: 48px 20px;
  }
}
body.body__how_to_order .how_to_order__row .row-heading {
  text-align: center;
}
body.body__how_to_order .how_to_order__row .row-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 16px;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order .how_to_order__row .row-icon {
    margin-bottom: 10px;
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
body.body__how_to_order .how_to_order__row .row-content {
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order .how_to_order__row .row-content {
    margin-top: 32px;
  }
}
body.body__how_to_order .how_to_order__row .row-notice {
  background-color: #ffeeac;
}
body.body__how_to_order .how_to_order__row .row-content-link {
  display: block;
  margin-top: 16px;
}
body.body__how_to_order .how_to_order__row .row-content-link i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  body.body__how_to_order .how_to_order__row .row-content-link:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
body.body__how_to_order #Ordering_Flow .row-icon {
  padding: 7px 8px 5px 4px;
}
body.body__how_to_order #Ordering_Flow .row-content-step .step-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order #Ordering_Flow .row-content-step .step-heading {
    gap: 8px;
  }
}
body.body__how_to_order #Ordering_Flow .row-content-step .step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 67px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order #Ordering_Flow .row-content-step .step-num {
    width: 48px;
    height: 35px;
  }
}
body.body__how_to_order #Ordering_Flow .row-content-step .step-lead {
  margin-top: 12px;
}
body.body__how_to_order #Ordering_Flow .row-content-step .step-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order #Ordering_Flow .row-content-step .step-example {
    margin-top: 24px;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.body__how_to_order #Ordering_Flow .row-content-step .step-example .step-example-note {
  margin-top: 12px;
}
body.body__how_to_order #Ordering_Flow .row-content-step-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order #Ordering_Flow .row-content-step-arrow {
    margin-top: 24px;
  }
}
body.body__how_to_order #Ordering_Flow .row-content-step-arrow::after {
  content: "";
  display: block;
  border: 0;
  border-top: 16px solid #002953;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}
body.body__how_to_order #Ordering_Flow .row-content-step-arrow + .row-content-step {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order #Ordering_Flow .row-content-step-arrow + .row-content-step {
    margin-top: 24px;
  }
}
body.body__how_to_order #Shipping_COD_Charge .row-icon {
  padding: 8px 5px;
}
body.body__how_to_order #Delivery_Date .row-icon {
  padding: 6px 9px 7px 8px;
}
body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm {
  margin-top: 32px;
}
body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm .notice_alarm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  border: 1px solid #e8473e;
  background-color: rgba(232, 71, 62, 0.0509803922);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm .notice_alarm__inner {
    padding: 24px 20px;
  }
}
body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm .notice_alarm__inner .notice_alarm-header {
  text-align: center;
}
body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm .notice_alarm__inner .notice_alarm-list {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm .notice_alarm__inner .notice_alarm-list {
    margin-top: 12px;
  }
}
body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm .notice_alarm__inner .notice_alarm-list li {
  position: relative;
  padding-left: 16px;
}
body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm .notice_alarm__inner .notice_alarm-list li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm .notice_alarm__inner .notice_alarm-list li + li {
  margin-top: 8px;
}
body.body__how_to_order #Delivery_Date .how_to_order__notice_alarm .notice_alarm__inner .notice_alarm-list a {
  text-decoration: underline;
}
body.body__how_to_order #Payment_Method .row-icon {
  padding: 10px 7px 9px;
}
body.body__how_to_order #Payment_Method .row-content li {
  position: relative;
  padding-left: 32px;
  word-break: break-all;
}
body.body__how_to_order #Payment_Method .row-content li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body.body__how_to_order #Payment_Method .row-content li + li {
  margin-top: 16px;
}
body.body__how_to_order #Point .row-icon {
  padding: 8px 5px;
}
body.body__how_to_order #Corporations_Large_Orders .row-icon {
  padding: 8px 5px;
}

/*
 * 返品・交換について
 */
body.body__returns .returns__notice_alarm {
  margin: 0 0 -32px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  body.body__returns .returns__notice_alarm {
    margin: 0 0 -16px;
  }
}
body.body__returns .returns__notice_alarm .notice_alarm__wrap {
  margin: 0 auto;
  width: 100%;
}
body.body__returns .returns__notice_alarm .notice_alarm__wrap .notice_alarm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  border: 1px solid #e8473e;
  background-color: rgba(232, 71, 62, 0.0509803922);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.body__returns .returns__notice_alarm .notice_alarm__wrap .notice_alarm__inner {
    padding: 24px 20px;
  }
}
body.body__returns .returns__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-header {
  text-align: center;
}
body.body__returns .returns__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.body__returns .returns__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list {
    margin-top: 12px;
  }
}
body.body__returns .returns__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list li {
  position: relative;
  padding-left: 16px;
}
body.body__returns .returns__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body.body__returns .returns__notice_alarm .notice_alarm__wrap .notice_alarm__inner .notice_alarm-list li + li {
  margin-top: 8px;
}
body.body__returns .returns__heading:not(:first-child) {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  body.body__returns .returns__heading:not(:first-child) {
    margin-top: 48px;
  }
}
body.body__returns .returns__lead {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  body.body__returns .returns__lead {
    margin-top: 24px;
  }
}
body.body__returns .returns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  body.body__returns .returns__list {
    margin-top: 24px;
  }
}
body.body__returns .returns__list dt {
  width: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__returns .returns__list dt {
    width: 28px;
  }
}
body.body__returns .returns__list dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.body__returns .returns__list + .returns__list {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  body.body__returns .returns__list + .returns__list {
    margin-top: 12px;
  }
}

/*
 * よくあるご質問
 */
body.body__faq .faq__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  width: 100%;
  gap: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.body__faq .faq__anchor {
    margin-top: 32px;
    gap: 14px;
  }
}
body.body__faq .faq__anchor .faq__anchor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 5px;
  min-width: 160px;
  border-bottom: 1px solid #002953;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.body__faq .faq__anchor .faq__anchor-item {
    width: calc(50% - 7px);
    min-width: unset;
  }
}
@media (any-hover: hover) {
  body.body__faq .faq__anchor .faq__anchor-item:hover i {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
body.body__faq .faq__anchor .faq__anchor-item i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.body__faq .faq__heading {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  body.body__faq .faq__heading {
    margin-top: 48px;
  }
}
body.body__faq .faq__question {
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.body__faq .faq__question {
    margin-top: 24px;
  }
}
body.body__faq .faq__question .faq__question-item {
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
}
body.body__faq .faq__question .faq__question-item + .faq__question-item {
  margin-top: 16px;
}
body.body__faq .faq__question .faq__question-item.is-active .on-open {
  opacity: 1;
}
body.body__faq .faq__question .faq__question-item.is-active .on-close {
  opacity: 0;
}
body.body__faq .faq__question .faq__question-item:not(.is-active) .on-open {
  opacity: 0;
}
body.body__faq .faq__question .faq__question-item:not(.is-active) .on-close {
  opacity: 1;
}
body.body__faq .faq__question .faq__question-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body.body__faq .faq__question .faq__question-heading {
    padding: 24px 36px 24px 16px;
  }
}
body.body__faq .faq__question .faq__question-heading .on-open,
body.body__faq .faq__question .faq__question-heading .on-close {
  display: block;
  position: absolute;
  right: 32px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  body.body__faq .faq__question .faq__question-heading .on-open,
  body.body__faq .faq__question .faq__question-heading .on-close {
    right: 20px;
  }
}
body.body__faq .faq__question .faq__question-content {
  padding: 0 32px 32px;
}
@media screen and (max-width: 767px) {
  body.body__faq .faq__question .faq__question-content {
    padding: 0 16px 16px;
  }
}
body.body__faq .faq__question .faq__question-link {
  display: block;
  margin-top: 16px;
}

/*
 * エラーページ
 */
body.body__error {
  margin: 0;
}
body.body__error .body__header {
  display: block;
  position: relative;
  padding: 32px 32px 0 32px;
  width: 100%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media screen and (max-width: 767px) {
  body.body__error .body__header {
    padding: 20px 20px 0 20px;
  }
}
body.body__error .body__header .navbar__logo {
  width: 160px;
}
body.body__error .error__inner {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  body.body__error .error__inner {
    margin-top: 64px;
  }
}
body.body__error .error__header {
  text-align: center;
}
body.body__error .error__content,
body.body__error .error__actions {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__error .error__content,
  body.body__error .error__actions {
    margin-top: 24px;
  }
}
body.body__error .error__content .btn,
body.body__error .error__actions .btn {
  font-size: 18px;
}
body.body__error .error__footer {
  margin-top: 318px;
  padding-bottom: 34px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.body__error .error__footer {
    margin-top: 131px;
    padding-bottom: 32px;
  }
}

/* ***** ***** ***** *****
 * その他
 */
.ec-role {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1130px;
  color: #002953;
  font-size: 15px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

.ec-pageHeader h1 {
  margin: 64px 0 64px 0;
  padding: 0 0 16px 0;
  width: 100%;
  color: #002953;
  font-size: 28px;
  font-weight: unset;
  line-height: 1.3;
  border: 0;
  border-bottom: 1px solid rgba(0, 41, 83, 0.1490196078);
}
@media screen and (max-width: 767px) {
  .ec-pageHeader h1 {
    margin: 32px 0 32px 0;
    font-size: 22px;
    line-height: 1.4;
  }
}

.ec-blockBtn--cancel {
  display: block;
  margin: 0 auto;
  padding: 23px;
  width: 280px;
  height: unset;
  border-radius: 0;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  background-color: #f5f7fa;
  color: rgba(0, 41, 83, 0.6);
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .ec-blockBtn--cancel:hover {
    color: rgba(0, 41, 83, 0.6);
    border: 1px solid rgba(0, 41, 83, 0.1490196078);
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .ec-blockBtn--cancel:active {
    color: rgba(0, 41, 83, 0.6);
    border: 1px solid rgba(0, 41, 83, 0.1490196078);
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .ec-blockBtn--cancel {
    width: 100%;
  }
}

.other_page .body__wrap form {
  margin: 0 auto;
  max-width: 904px;
}
.other_page .body__wrap form .ec-label {
  margin: 0;
  color: #002953;
  font-size: 15px;
  line-height: 1.4;
}
.other_page .body__wrap form .form__label-req {
  margin-left: 4px;
  color: #e8473e;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: top;
}
.other_page .body__wrap form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px dotted rgba(0, 41, 83, 0.1490196078);
}
.other_page .body__wrap form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 186px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.other_page .body__wrap form dl dd {
  display: grid;
  margin: 0;
  padding: 0;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.other_page .body__wrap form .ec-halfInput,
.other_page .body__wrap form .ec-zipInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.other_page .body__wrap form .ec-halfInput input,
.other_page .body__wrap form .ec-zipInput input,
.other_page .body__wrap form .ec-input #card_SecCd {
  padding: 11px 12px;
  width: 50%;
  border: 1px solid rgba(0, 41, 83, 0.1490196078);
  border-radius: 3px;
  background-color: #ffffff;
  background-image: unset;
}
@media (any-hover: hover) {
  .other_page .body__wrap form .ec-halfInput input:hover,
  .other_page .body__wrap form .ec-halfInput input:focus,
  .other_page .body__wrap form .ec-zipInput input:hover,
  .other_page .body__wrap form .ec-zipInput input:focus,
  .other_page .body__wrap form .ec-input #card_SecCd:hover,
  .other_page .body__wrap form .ec-input #card_SecCd:focus {
    border-color: #002953;
  }
}
.other_page .body__wrap form .ec-halfInput input + input,
.other_page .body__wrap form .ec-zipInput input + input {
  margin-left: 26px;
}
.other_page .body__wrap form .ec-zipInput > span {
  margin: 0 8px 0 0;
  padding: 0;
}
.other_page .body__wrap form .ec-zipInput .ec-zipInputHelp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4px 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other_page .body__wrap form .ec-zipInput .ec-zipInputHelp .ec-zipInputHelp__icon {
  display: block;
  position: static;
  margin: 0;
}