@charset "UTF-8";
/* ==========================================================================
   setting
   ========================================================================== */
/* breakpoint
   ----------------------------------------------------------------- */
/* color
   ----------------------------------------------------------------- */
/**
 * palette
 */
/* font
   ----------------------------------------------------------------- */
/**
 * font style
 */
/**
 * size
 */
/* function
   ----------------------------------------------------------------- */
/* mixin
   ----------------------------------------------------------------- */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ==========================================================================
   base
   ========================================================================== */
/* Reset（Add original）
   ----------------------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

dt {
  font-weight: normal;
}

input[type=radio],
input[type=checkbox],
label {
  cursor: pointer;
}

/* Base
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  a, label, button, [type=button], [type=reset], [type=submit] {
    transition: opacity 0.3s ease-out;
  }
  a:hover, label:hover, button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover {
    opacity: 0.6;
  }
}

body {
  width: 100%;
  position: relative;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}
body.is-fixed {
  overflow-y: hidden;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  body {
    font-weight: normal;
    min-width: 1240px;
  }
}

label {
  line-height: 24px;
}

input[type=radio], input[type=checkbox] {
  margin-right: 7px;
}
input[type=text], input[type=tel], input[type=day], input[type=email], input[type=password] {
  background: #fff;
  padding: 15px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 2px;
}
input[type=text]:disabled, input[type=tel]:disabled, input[type=day]:disabled, input[type=email]:disabled, input[type=password]:disabled {
  border-color: rgba(230, 230, 230, 0.5);
  background: rgba(230, 230, 230, 0.4);
}
input[type=text].errorPart, input[type=tel].errorPart, input[type=day].errorPart, input[type=email].errorPart, input[type=password].errorPart {
  border: solid 2px #e60012 !important;
}
input[type=radio] {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
input[type=radio]:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 18px;
  height: 18px;
  background: #ccc;
  border-radius: 50%;
}
input[type=radio]:checked:after {
  background: #ec676d;
}
input[type=radio]:checked:before {
  border: 1px solid #ec676d;
}
input[type=checkbox] {
  width: 24px;
  height: 24px;
  position: relative;
}
input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 14px;
  z-index: 2;
  margin: auto;
  transform: rotate(45deg) translate(-1px, -1px);
}
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
input[type=checkbox]:checked:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  input {
    font-size: 1rem;
  }
  input[type=text], input[type=tel], input[type=email], input[type=password] {
    padding: 11px 18px;
  }
  input[type=radio] {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  input[type=radio]:before {
    width: 20px;
    height: 20px;
  }
  input[type=radio]:after {
    width: 10px;
    height: 10px;
    top: 6px;
    left: 5px;
  }
  input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  input[type=checkbox]:before {
    width: 7px;
    height: 14px;
  }
  input[type=checkbox]:after {
    content: "";
    width: 18px;
    height: 18px;
  }
}

textarea {
  background: #fff;
  padding: 3.4666666667vw 4.8vw;
  border: solid 1px #ccc;
  border-radius: 2px;
}
textarea:disabled {
  border-color: rgba(215, 202, 183, 0.5);
  background: rgba(255, 255, 255, 0.3);
}
textarea.errorPart {
  border: solid 2px #e60012 !important;
}
@media screen and (min-width: 768px) {
  textarea {
    padding: 11px 18px;
  }
}

::placeholder {
  color: #AFAEAD;
}

select {
  background: #fff url(/ec/shop/images/common/icon-select-arrow.png) no-repeat right center;
  background-position: right 15px top 21px;
  background-size: 15px 9px;
  padding: 10px 35px 10px 10px;
  border: solid 1px #ccc;
  height: 50px;
  border-radius: 2px;
}
select.errorPart {
  border: solid 2px #e60012 !important;
}
@media screen and (min-width: 768px) {
  select {
    padding: 11px 35px 11px 15px;
  }
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=radio]:focus:not(:focus-visible),
input[type=checkbox]:focus:not(:focus-visible),
input.hint,
input.nohint {
  outline: none;
}

.errorPart label {
  background: #f7eded !important;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* ==========================================================================
   l-header
   ========================================================================== */
.l-header {
  position: relative;
  color: #000;
}
.l-header .l-header__head {
  /* text-align: center;
  height: 40px;
  background-color: #ccc;
  padding: 10px; */
}
.l-header__body {
  background-color: #fff;
  padding: 20px 0 8px 0;
}
.l-header__body.fixed {
  width: 100%;
  box-shadow: 0 3px 6px rgba(49, 49, 49, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.l-header__body.fixed .l-header__search-button {
  display: block;
  font-size: 0.9rem;
  margin-right: 12px;
}
.l-header__body.fixed .l-header__search-button img {
  width: 25px;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  margin: 0 auto 10px 10px;
  width: 170px;
}
.l-header__logo img {
  width: 100%;
}
.l-header__search-button {
  display: none;
}
.l-header__nav {
  display: flex;
  position: relative;
}
.l-header__nav p {
  font-size: 0.5625rem;
  letter-spacing: -1px;
  margin-top: 2px;
}
.l-header__nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__login {
  margin-right: 6px;
}
.l-header__login img {
  width: 20px;
}
.l-header__cart {
  margin-right: 15px;
}
.l-header__cart img {
  width: 26px;
  margin-top: 2px;
}
.l-header__cart a {
  position: relative;
}
.l-header__cart p {
  margin: 1px -5px 0 0;
}
.l-header__cart .goodsCountIcon {
  position: absolute;
  font-size: 9px;
  background: #ec676d;
  color: #fff;
  border-radius: 8px;
  top: -5px;
  right: -10px;
  line-height: 1.2;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
}
.l-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  padding: 25px 15px 50px;
  transform: translateX(100vw);
  transition: transform 0.4s ease-out, opacity 0.4s;
  overflow: auto;
  z-index: 120;
}
.l-header__menu.is-header-active {
  transform: translateX(0);
}
.l-header__menu .l-header__member {
  margin-bottom: 30px;
}
.l-header__menu .l-header__member a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #ec676d;
  width: 100%;
  padding: 15px 0;
  flex-direction: inherit;
}
.l-header__menu .l-header__member img {
  width: 31px;
  margin-right: 10px;
}
.l-header__menu .l-header__member p {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
.l-header__menu .l-header__guide {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.l-header__menu .l-header__guide a {
  display: block;
  font-size: 16px;
}
.l-header__menu .l-header__guide a:first-of-type {
  border-right: 1px solid #ccc;
  padding-right: 25px;
}
.l-header__menu .l-header__guide a:last-of-type {
  padding-left: 25px;
}
.l-header__menu .l-header__guide img {
  width: 20px;
  margin: 0 12px -2px 0;
}
.l-header__menu .l-side span[freeAreaKey=sidemenu] {
  display: none;
}
.l-header__menu-btn {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  z-index: 10;
}
.l-header__menu-btn p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35px;
}
.l-header__menu-btn span {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 2px;
  background: #AFAEAD;
}
.l-header__menu-btn span:nth-of-type(1) {
  top: 3px;
}
.l-header__menu-btn span:nth-of-type(2) {
  top: 11px;
}
.l-header__menu-btn span:nth-of-type(3) {
  top: 19px;
}
.l-header__menu-btn span:last-of-type {
  top: 23px;
  width: 35px;
  background-color: #fff;
  margin-top: 3px;
}
.l-header__list {
  margin-top: 35px;
}
.l-header__list a {
  display: block;
  margin: 20px 0;
  border: solid 1px #AFAEAD;
  padding: 4.8vw;
  text-align: center;
  color: #333;
}
.l-header__close {
  display: block;
  width: 120px;
  height: 50px;
  bottom: inherit;
  z-index: 500;
  border: 1px solid #ec676d;
  border-radius: 2px;
  margin: 50px auto 80px;
  right: 0;
  left: 0;
  position: relative;
}
.l-header__close::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/ec/shop/images/header/close.png) no-repeat;
  top: 17px;
  left: 25px;
  background-size: contain;
}
.l-header__close::after {
  content: "閉じる";
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 17px;
  color: #ec676d;
}
.l-header__back {
  background: #0C0802;
  opacity: 0.7;
  width: 100vh;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 2;
}
.l-header__search {
  background: #F4F4F4;
  position: relative;
}
.l-header__search__inner {
  display: flex;
  padding: 10px;
}
.l-header__search__form {
  width: calc(100% - 115px);
  font-size: 0.875rem;
}
.l-header__search #search {
  padding: 13px;
  border-radius: 2px 0 0 2px;
  border-right: none;
}
.l-header__search input#search::placeholder {
  font-size: 13px;
  color: #999;
}
.l-header__search__button {
  background-color: #fff;
  background-image: url("../images/header/search.png") no-repeat;
  border: solid 1px #ccc;
  border-left: none;
  width: 40px;
  object-fit: contain;
  padding: 0 15px 0 5px;
  box-sizing: border-box;
}
.l-header__search__button__detail {
  display: block;
  background-color: #929a9f;
  height: 45px;
  width: 75px;
  border-radius: 2px;
  color: #fff;
  margin-left: 5px;
  font-size: 14px;
  line-height: 45px;
  padding: 0 8px;
  text-align: center;
}
.l-header__search .hint,
.l-header__search .nohint {
  border-right: none;
}
.l-header__search input {
  height: 45px;
}
.l-header__category {
  background-color: #F4F4F4;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__body {
    padding: 12px 0 13px 0;
  }
  .l-header__body.fixed .l-header__search-button {
    display: none;
  }
  .l-header__logo {
    min-width: 200px;
    max-width: 240px;
    width: 15%;
    margin: 0 auto 3px 20px;
    padding-right: 20px;
    box-sizing: initial;
  }
  .l-header__logo img {
    will-change: opacity;
  }
  .l-header__search {
    background: #fff;
  }
  .l-header__search .hint,
  .l-header__search .nohint {
    width: 100%;
  }
  .l-header__search #search {
    padding: 11px 15px;
    font-size: 14px;
  }
  .l-header__search__button {
    padding: 0 15px 0 12px;
    width: 50px;
  }
  .l-header__search__button__detail {
    width: 80px;
    padding: 0 12px;
    display: none;
  }
  .l-header__guide {
    margin: 0 35px 0 16px;
    display: flex;
    flex-direction: column;
  }
  .l-header__guide a {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
  }
  .l-header__guide a:hover {
    text-decoration: underline;
  }
  .l-header__guide li {
    white-space: nowrap;
  }
  .l-header__guide li a {
    display: flex;
    align-items: center;
  }
  .l-header__guide li:first-of-type a {
    margin-bottom: 5px;
  }
  .l-header__guide img {
    width: 20px;
    margin-right: 6px;
  }
  .l-header__nav {
    margin-top: 2px;
  }
  .l-header__nav p {
    color: #000;
    font-size: 10px;
    white-space: nowrap;
    margin-top: 4px;
  }
  .l-header__login {
    display: flex;
  }
  .l-header__login img {
    width: 28px;
  }
  .l-header__login ul {
    display: flex;
  }
  .l-header__login--logout {
    margin: 0 18px 0 0;
  }
  .l-header__login--logout img {
    width: 29px;
    height: 33px;
  }
  .l-header__login--logout p {
    margin-top: 7px;
  }
  .l-header__login--login {
    margin: 1px 18px 0 6px;
  }
  .l-header__login--login img {
    width: 29px;
    height: 32px;
  }
  .l-header__login--login p {
    margin-top: 7px;
  }
  .l-header__login p:hover {
    text-decoration: underline;
  }
  .l-header__member--member {
    margin: 1px 11px 0 0;
  }
  .l-header__member--member p {
    margin-top: 12px;
  }
  .l-header__member--member img {
    width: 27px;
    height: 27px;
  }
  .l-header__member--registration {
    margin: 1px 5px 0 0;
  }
  .l-header__member--registration p {
    margin-top: 7px;
  }
  .l-header__member--registration img {
    width: 35px;
    height: 32px;
  }
  .l-header__cart {
    margin: 1px 20px 0 0;
  }
  .l-header__cart img {
    width: 31px;
    height: 28px;
    margin: 0;
  }
  .l-header__cart p {
    margin: 7px 0 0 0;
  }
  .l-header__cart p span {
    display: inline;
  }
  .l-header__cart p:hover {
    text-decoration: underline;
  }
  .l-header__cart .goodsCountIcon {
    right: 12px;
    top: -4px;
    border-radius: 9px;
    line-height: 0;
    padding: 0px 4px 2px;
    min-width: 18px;
    min-height: 18px;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  .l-header__cart .goodsCountIcon {
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu-btn {
    display: none;
  }
  .l-header__category ul {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
    padding: 10px 0;
  }
  .l-header__category li a {
    color: #333;
    display: block;
    border-right: 1px solid #ccc;
  }
  .l-header__category li a:hover {
    text-decoration: underline;
  }
  .l-header__category li a p {
    margin: 5px 40px;
    font-size: 17px;
    font-weight: bold;
  }
  .l-header__category li:last-of-type a {
    border-right: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__search {
    max-width: 495px;
    width: 100%;
  }
  .l-header__search .hint,
  .l-header__search .nohint {
    width: 340px;
  }
  .l-header__search #search {
    border-right: none;
    padding: 9px 15px 12px;
    max-width: 340px;
    width: calc(100% - 135px);
  }
  .l-header__search input#search::placeholder {
    font-size: 14px;
  }
  .l-header__search__button {
    padding: 0 15px 0 12px;
    width: 50px;
    transition: opacity 0.3s ease-out;
  }
  .l-header__search__button__detail {
    display: block;
    width: 80px;
    padding: 0 1%;
    font-size: clamp(10px, 1.2vw, 14px);
  }
  .l-header__nav {
    margin-top: 5px;
  }
  .l-header__nav p {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
  }
  .l-header__nav li:hover p {
    text-decoration: underline;
  }
  .l-header__cart p {
    margin: 10px 0 0 0;
  }
  .l-header__cart:hover p {
    text-decoration: underline;
  }
  .l-header__guide {
    margin: 0 35px 0 16px;
    display: flex;
    flex-direction: initial;
    min-width: 250px;
  }
  .l-header__guide a {
    font-size: 14px;
    color: #333;
  }
  .l-header__guide a:hover {
    text-decoration: underline;
  }
  .l-header__guide li {
    white-space: nowrap;
  }
  .l-header__guide li:first-of-type {
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    border-right: 1px solid #ccc;
  }
  .l-header__guide li:first-of-type a {
    margin: 0;
  }
}

#d_header_order .wrap {
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
}
#d_header_order .wrap img {
  width: 168px;
}
#d_header_order .wrap #d_h_order p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #d_header_order .wrap {
    padding: 25px 30px;
  }
  #d_header_order .wrap img {
    width: 232px;
    will-change: opacity;
  }
  #d_header_order .wrap #d_h_order p {
    font-size: 24px;
  }
}

.obi img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .obi img {
    width: 1200px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   l-footer
   ========================================================================== */
/* l-footer
   ----------------------------------------------------------------- */
.l-footer {
  color: #000;
}
.l-footer .l-main__inner {
  margin: 0 15px;
}
.l-footer__info li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}
.l-footer__info li a {
  display: block;
  padding: 20px 0;
}
.l-footer__info li p {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.l-footer__info li p::after {
  content: "";
  background: url("/ec/shop/images/footer/arrow.png") no-repeat;
  position: absolute;
  top: 35%;
  right: 0;
  width: 7px;
  height: 10px;
  background-size: contain;
}
.l-footer__info li span.icon {
  width: 23px;
  margin-right: 15px;
  text-align: center;
}
.l-footer__info li:first-of-type img {
  width: 23px;
  margin-top: 4px;
}
.l-footer__info li:nth-of-type(2) img {
  width: 14px;
  margin-top: 4px;
}
.l-footer__info li:nth-of-type(3) img {
  width: 19px;
}
.l-footer__info li:nth-of-type(4) img {
  width: 20px;
  margin-top: 4px;
}
.l-footer__main {
  background: #F4F4F4;
  width: 100%;
}
.l-footer__main-shop {
  padding: 35px 0 23px;
  border-bottom: 1px solid #e6e6e6;
}
.l-footer__main-shop .l-footershop {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__main-shop .l-footershop a {
  font-weight: bold;
}
.l-footer__main-shop .l-footershop__official {
  width: 100%;
  margin-bottom: 35px;
}
.l-footer__main-shop .l-footershop__official a {
  display: flex;
  align-items: center;
}
.l-footer__main-shop .l-footershop__official .logo {
  width: 90px;
  margin-right: 25px;
}
.l-footer__main-shop .l-footershop__official p {
  position: relative;
  border-bottom: 1px solid #333;
  color: #333;
  padding-bottom: 2px;
}
.l-footer__main-shop .l-footershop__official p::after {
  content: "";
  background: url("/ec/shop/images/footer/icon-another.png") no-repeat;
  position: absolute;
  width: 18px;
  height: 15px;
  background-size: contain;
  top: 2px;
  right: -25px;
}
.l-footer__main-shop .l-footershop__list {
  margin-right: 20px;
  font-size: 15px;
  margin-bottom: 15px;
}
.l-footer__main-shop .l-footershop__list:not(:last-of-type) a {
  position: relative;
}
.l-footer__main-shop .l-footershop__list:not(:last-of-type) a::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #D7D7D7;
  right: -10px;
  top: 6px;
}
.l-footernav {
  padding-top: 30px;
}
.l-footernav:last-of-type {
  padding: 20px 0 25px;
  border-bottom: 1px solid #e6e6e6;
}
.l-footernav__title {
  font-weight: bold;
  margin-bottom: 18px;
}
.l-footernav__list {
  display: flex;
  flex-wrap: wrap;
}
.l-footernav__list__item {
  margin-right: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #000;
}
.l-footernav__list__item:not(:last-of-type) a {
  position: relative;
}
.l-footernav__list__item:not(:last-of-type) a::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #D7D7D7;
  right: -10px;
  top: 6px;
}
.l-footernav__button {
  padding: 35px 0;
}
.l-footernav__inquiry-button {
  margin-bottom: 40px;
}
.l-footernav__inquiry-button a {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  align-items: center;
}
.l-footernav__inquiry-button img {
  width: 41px;
  margin-right: 10px;
}
.l-footernav__inquiry-button p {
  font-size: 15px;
}
.l-footernav__inquiry-button p span {
  font-size: 17px;
}
.l-footernav__sns ul {
  display: flex;
  justify-content: center;
}
.l-footernav__sns li {
  width: 40px;
}
.l-footernav__sns li img {
  width: 100%;
}
.l-footernav__sns li.insta {
  margin-right: 25px;
}
.l-footer__bottom {
  background: #92999F;
  color: #fff;
  padding: 20px;
}
.l-footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__bottom ul li {
  margin-right: 20px;
  margin-bottom: 10px;
}
.l-footer__bottom ul li a {
  font-size: 15px;
}
.l-footer__bottom ul li:not(:last-of-type) a {
  position: relative;
}
.l-footer__bottom ul li:not(:last-of-type) a::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #fff;
  right: -10px;
  top: 6px;
}
.l-footer__copyright {
  display: block;
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
}
.l-footer__order {
  background-color: #f4f4f4;
  padding: 20px 18px;
  text-align: center;
}
.l-footer__order img {
  width: 100%;
  max-width: 400px;
}
.l-footer__order .l-footer__copyright {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__order {
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-footer__order img {
    width: 400px;
  }
  .l-footer__order .l-footer__copyright {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer a:hover {
    text-decoration: underline;
  }
  .l-footer .l-main__inner {
    margin: 0 auto;
    display: flex;
    width: calc(100% - 60px);
    max-width: 1200px;
  }
  .l-footer .l-main__inner .ajaxFreeArea {
    width: 81%;
  }
  .l-footer__info {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-footer__info ul {
    display: flex;
    width: 100%;
    font-size: 0;
  }
  .l-footer__info li {
    margin: 10px 0;
  }
  .l-footer__info li a {
    display: block;
    padding: 13px 60px;
  }
  .l-footer__info li span.icon {
    width: auto;
    margin-right: 18px;
  }
  .l-footer__info li:not(:last-of-type) {
    border-bottom: none;
    border-right: 1px dashed #ccc;
    margin-right: 5.3%;
    padding-right: 5.3%;
  }
  .l-footer__info li:first-of-type a {
    padding: 18px 0 13px;
  }
  .l-footer__info li:first-of-type img {
    width: 35px;
    margin: 0 0 -2px;
  }
  .l-footer__info li:nth-of-type(2) a {
    padding: 17px 0 9px;
  }
  .l-footer__info li:nth-of-type(2) img {
    width: 16px;
    margin-top: 2px;
  }
  .l-footer__info li:nth-of-type(3) a {
    padding: 13px 0;
  }
  .l-footer__info li:nth-of-type(3) img {
    width: 21px;
    margin: 0 1px 4px 0;
  }
  .l-footer__info li:last-of-type {
    border-right: none;
  }
  .l-footer__info li:last-of-type a {
    padding: 13px 0;
  }
  .l-footer__info li:last-of-type img {
    width: 28px;
    margin: 3px 0 0 3px;
  }
  .l-footer__info li p {
    font-size: 17px;
    color: #333;
    white-space: nowrap;
  }
  .l-footer__info li p::after {
    display: none;
  }
  .l-footer__main {
    font-size: 15px;
    color: #333;
  }
  .l-footer__main a::after {
    display: none;
  }
  .l-footer__main-shop {
    max-width: 230px;
    width: 19%;
    padding: 60px 0 40px;
  }
  .l-footer__main-shop .l-footershop {
    display: block;
    border-right: 1px solid #e6e6e6;
  }
  .l-footer__main-shop .l-footershop a {
    font-weight: normal;
  }
  .l-footer__main-shop .l-footershop__official {
    margin-bottom: 30px;
    width: 80%;
  }
  .l-footer__main-shop .l-footershop__official a {
    display: block;
  }
  .l-footer__main-shop .l-footershop__official a img {
    margin-bottom: 40px;
  }
  .l-footer__main-shop .l-footershop__official a p {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    height: 31px;
  }
  .l-footer__main-shop .l-footershop__official a p::after {
    top: 3px;
  }
  .l-footer__main-shop .l-footershop__list {
    margin-bottom: 15px;
  }
  .l-footer .footer_main {
    width: 81%;
  }
  .l-footer__main-nav {
    display: flex;
    padding: 50px 0 45px;
    justify-content: space-between;
    max-width: 970px;
    width: 100%;
  }
  .l-footernav__list {
    display: block;
  }
  .l-footernav__list__item {
    margin: 0 0 15px;
  }
  .l-footernav__wrapper {
    display: flex;
    justify-content: space-between;
    width: 73%;
    height: 360px;
    padding-inline: 6.5%;
    margin-right: 6.5%;
    border-right: 1px solid #e6e6e6;
    gap: 9%;
  }
  .l-footernav:first-of-type, .l-footernav:nth-of-type(2), .l-footernav:nth-of-type(3) {
    min-width: 18%;
    padding-top: 8px;
    border-bottom: none;
  }
  .l-footernav__title {
    margin-bottom: 27px;
    font-size: 16px;
    white-space: nowrap;
  }
  .l-footernav__button {
    padding: 10px 0 0;
    width: 22%;
  }
  .l-footernav__inquiry-button {
    margin-bottom: 30px;
  }
  .l-footernav__inquiry-button a {
    display: block;
    width: 100%;
    min-height: 120px;
    border-radius: 4px;
    padding: 15px 5px;
  }
  .l-footernav__inquiry-button img {
    width: 48px;
    margin: 0 auto 6px;
  }
  .l-footernav__inquiry-button p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
  }
  .l-footernav__inquiry-button p span {
    font-size: 18px;
    font-weight: 500;
    display: block;
  }
  .l-footernav__sns li {
    width: 32px;
  }
  .l-footernav__sns li .insta {
    margin-right: 20px;
  }
  .l-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 25px 30px 20px;
  }
  .l-footer__bottom ul li {
    margin-bottom: 0;
    margin-right: 50px;
  }
  .l-footer__bottom ul li:not(:last-of-type) a::after {
    right: -25px;
  }
  .l-footer__copyright {
    font-size: 12px;
    margin: 0;
  }
}

/* l-pagetop
   ----------------------------------------------------------------- */
.l-pagetop {
  display: none;
  z-index: 999;
}
.l-pagetop__link {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D7CAB7;
  opacity: 1;
  color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-pagetop__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 45%;
  background: #fff;
  transition: 0.3s ease 0s;
}
.l-pagetop__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 32%;
  right: 0;
  left: 0;
  margin: auto;
  width: 31%;
  height: 31%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s ease 0s;
}
.l-pagetop__link:hover {
  background-color: #9C7A4C;
}
.l-pagetop__link:hover::before {
  top: 24%;
  height: 51%;
}
.l-pagetop__link:hover::after {
  top: 26%;
}
.l-pagetop.is-pagetop-active {
  position: fixed;
  right: 20px;
  bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-pagetop__link {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .l-pagetop.is-pagetop-active {
    right: 40px;
    bottom: 40px;
  }
}

/* ==========================================================================
   l-side
   ========================================================================== */
.l-main__inner.--side {
  display: flex;
  flex-direction: column;
}
.l-main__inner.--side .l-main__inner--small {
  order: 1;
}
.l-main__inner.--side .sidemenu {
  order: 2;
}
@media screen and (min-width: 768px) {
  .l-main__inner.--side {
    flex-direction: row;
  }
  .l-main__inner.--side .l-main__inner--small {
    order: 2;
  }
  .l-main__inner.--side .sidemenu {
    width: 230px;
    order: 1;
    margin-right: 50px;
  }
}

@media screen and (min-width: 768px) {
  #sidemenuPageItems {
    margin: 55px 0 40px;
  }
}

.l-side .categoryLevel1 {
  padding: 15px;
  display: block;
  background-color: #929a9f;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.l-side .categoryLevel1 a {
  align-items: flex-start;
}
.l-side .categoryLevel1.parentCategory::after {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: sans-serif;
  content: "";
  background: url(../../images/common/category_close-sp.gif) no-repeat center right;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.l-side .categoryLevel1.parentCategory span {
  padding: 14px 15px;
  display: block;
  font-size: 16px;
}
.l-side .categoryLevel1.parentCategory.open::after {
  background: url(../../images/common/category_open-sp.gif) no-repeat center right;
  width: 12px;
  height: 2px;
  margin-top: 5px;
}
.l-side .categoryLevel2 {
  position: relative;
  background-color: #F4F4F4;
  border-bottom: 1px solid #ccc;
}
.l-side .categoryLevel2 a {
  display: block;
  font-size: 16px;
  padding: 14px 15px;
}
.l-side .categoryLevel2.parentCategory::after {
  position: absolute;
  top: 19px;
  right: 20px;
  font-family: sans-serif;
  content: "";
  background: url(../../images/common/category_close-sp.gif) no-repeat center right;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.l-side .categoryLevel2.parentCategory span {
  padding: 14px 45px 14px 15px;
  display: block;
  font-size: 16px;
}
.l-side .categoryLevel2.parentCategory.open::after {
  background: url(../../images/common/category_open-sp.gif) no-repeat center right;
  width: 12px;
  height: 2px;
  margin-top: 5px;
}
.l-side .categoryLevel3 {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.l-side .categoryLevel3 a {
  display: block;
  font-size: 15px;
  padding: 14px 15px;
}
.l-side .categoryLevel3.parentCategory.open {
  border-bottom: none;
}
.l-side .categoryLevel3.parentCategory::after {
  position: absolute;
  top: 19px;
  right: 20px;
  font-family: sans-serif;
  content: "";
  background: url(../../images/common/category_close-sp.gif) no-repeat center right;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.l-side .categoryLevel3.parentCategory span {
  padding: 14px 45px 14px 15px;
  display: block;
  font-size: 15px;
}
.l-side .categoryLevel3.parentCategory.open {
  border-bottom: 1px solid #ccc;
}
.l-side .categoryLevel3.parentCategory.open::after {
  background: url(../../images/common/category_open-sp.gif) no-repeat center right;
  width: 12px;
  height: 2px;
  margin-top: 3px;
}
.l-side .categoryLevel2.parentCategory.open + .categoryLevel3.parentCategory {
  border-bottom: 1px solid #ccc;
}
.l-side li.wrap {
  border-bottom: none;
}
.l-side li.wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.l-side li.wrap ul li:nth-of-type(even) {
  border-right: none;
}
.l-side li.wrap ul li:last-of-type {
  /* border-bottom: none; */
}
.l-side li.wrap ul li:nth-last-of-type(2) {
  /* border-bottom: none; */
}
.l-side li.wrap + li {
  border-top: 1px solid #ccc;
  margin-top: -1px;
}
.l-side .categoryLevel3.parentCategory.open + li.wrap {
  /* border-bottom: 1px solid #ccc;  */
}
.l-side .categoryLevel4.last {
  width: 100%;
}
.l-side .categoryLevel4 {
  font-size: 15px;
  width: 50%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 14px 15px;
}
.l-side .sidemenuFreeArea {
  display: block;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .l-side {
    width: 230px;
    margin-bottom: 110px;
  }
  .l-side .categoryLevel1 {
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 15px 0;
    display: block;
    background-color: #fff;
    color: #333;
    margin-top: 35px;
  }
  .l-side .categoryLevel1:hover {
    text-decoration: underline;
  }
  .l-side .categoryLevel1.parentCategory::after {
    display: none;
  }
  .l-side .categoryLevel1 a {
    padding: 0;
  }
  .l-side .categoryLevel1 span:hover {
    text-decoration: underline;
  }
  .l-side .categoryLevel1.parentCategory span {
    padding: 0 30px 0 0;
  }
  .l-side .categoryLevel1.parentCategory:hover {
    cursor: pointer;
    background: url("../../images/common/category_close.gif") right 0 top 6px no-repeat;
  }
  .l-side .categoryLevel1.parentCategory.open {
    background: url("../../images/common/category_open.gif") right 0 top 12px no-repeat;
  }
  .l-side .categoryLevel1 + .categoryLevel2 {
    padding: 25px 0 10px;
  }
  .l-side .categoryLevel2 + .categoryLevel1,
  .l-side .categoryLevel3 + .categoryLevel1,
  .l-side .categoryLevel4 + .categoryLevel1,
  .l-side .wrap + .categoryLevel1 {
    margin-top: 35px;
  }
  .l-side .categoryLevel2 {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: none;
  }
  .l-side .categoryLevel2.parentCategory::after {
    display: none;
  }
  .l-side .categoryLevel2 a {
    padding: 0;
  }
  .l-side .categoryLevel2 a:hover {
    text-decoration: underline;
  }
  .l-side .categoryLevel2 span:hover {
    text-decoration: underline;
  }
  .l-side .categoryLevel2.parentCategory span {
    padding: 0 30px 0 0;
  }
  .l-side .categoryLevel2 span:hover {
    cursor: pointer;
    background: url("../../images/common/category_close.gif") right center no-repeat;
  }
  .l-side .categoryLevel2.open span {
    background: url("../../images/common/category_open.gif") right center no-repeat;
  }
  .l-side .categoryLevel2 + .categoryLevel3 {
    border-top: 1px solid #ccc;
  }
  .l-side .categoryLevel2.parentCategory.open + .categoryLevel3.parentCategory {
    border-bottom: none;
  }
  .l-side .categoryLevel3 {
    border-bottom: none;
    position: relative;
  }
  .l-side .categoryLevel3.parentCategory::after {
    display: none;
  }
  .l-side .categoryLevel3 span:hover {
    cursor: pointer;
  }
  .l-side .categoryLevel3.parentCategory:hover {
    background: url("../../images/common/category_close.gif") right center no-repeat;
  }
  .l-side .categoryLevel3.parentCategory.open:hover {
    background: none;
  }
  .l-side .categoryLevel3.open span {
    background: url("../../images/common/category_open.gif") right center no-repeat;
  }
  .l-side .categoryLevel3 {
    padding: 10px 0;
    border-bottom: none;
  }
  .l-side .categoryLevel3.parentCategory::after {
    display: none;
  }
  .l-side .categoryLevel3.parentCategory span {
    padding: 0 30px 0 20px;
    display: block;
    position: relative;
  }
  .l-side .categoryLevel3.parentCategory span::before {
    content: "・";
    color: #ccc;
    position: absolute;
    left: 0;
  }
  .l-side .categoryLevel3.parentCategory span:hover {
    text-decoration: underline;
  }
  .l-side .categoryLevel3.parentCategory.open {
    border-bottom: none;
  }
  .l-side .categoryLevel3.parentCategory.open + li.wrap {
    border-bottom: none;
  }
  .l-side .categoryLevel3 a {
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
  }
  .l-side .categoryLevel3 a::before {
    content: "・";
    color: #999;
    left: 0;
    position: absolute;
  }
  .l-side .categoryLevel3 a:hover {
    text-decoration: underline;
  }
  .l-side .categoryLevel3.all {
    width: 100%;
    border: none;
    padding: 10px 0;
  }
  .l-side .categoryLevel4 {
    background-color: #f5f5f5;
    width: 100%;
    border: none;
    padding: 0;
  }
  .l-side .categoryLevel4 a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    padding: 10px 15px;
  }
  .l-side .categoryLevel4 a:hover {
    text-decoration: underline;
  }
  .l-side .categoryLevel4:nth-last-of-type(even) {
    border-right: none;
  }
  .l-side .categoryLevel4:last-of-type {
    border-right: none;
  }
  .l-side .categoryLevel4.parentCategory {
    padding: 10px 15px;
    cursor: pointer;
  }
  .l-side .categoryLevel4.parentCategory:hover {
    text-decoration: underline;
  }
  .l-side li.wrap ul li:first-of-type {
    padding-top: 7px;
  }
  .l-side li.wrap ul li:last-of-type {
    padding-bottom: 7px;
  }
  .l-side li.wrap + li {
    border-top: none;
    margin-top: 0;
  }
  .l-side .sidemenuFreeArea {
    margin: 0;
  }
}

/* ==========================================================================
   l-main
   ========================================================================== */
/* .l-main {

  &--alternately {
    background: s.$palette-beige;
  }


  // breakpoint
  @include s.breakpoint(s) {


  }

} */
/* l-main
   ----------------------------------------------------------------- */
.l-main {
  overflow: hidden;
}
.l-main__inner--wide {
  width: 100%;
}
.l-main--alternately {
  background: rgba(240, 237, 236, 0.8);
}
.l-main--alternately + .l-section--alternately {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-main__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .l-main__inner.--side {
    display: flex;
    justify-content: space-between;
  }
  .l-main__inner--wide {
    width: calc(100% - 60px);
    max-width: 1428px;
  }
  .l-main__inner--small {
    width: 920px;
  }
}

/* c-breadcrumb
   ----------------------------------------------------------------- */
.c-breadcrumb {
  border-bottom: 1px solid #F4F4F4;
  padding: 15px 10px 10px;
  color: #ccc;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}
.c-breadcrumb a {
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.c-breadcrumb span:last-of-type {
  color: #ccc;
}
.c-breadcrumb span:last-of-type a {
  color: #ccc;
}
.c-breadcrumb #goTopPage {
  color: #ec676d;
  font-weight: 500;
}
.c-breadcrumb a:last-of-type {
  color: #ccc;
}
.c-breadcrumb span a:last-of-type {
  color: #000;
}
.c-breadcrumb__mark {
  padding: 0 8px 6px;
  font-size: 10px;
  display: inline;
}
.c-breadcrumb__list {
  font-size: 2.6666666667vw;
  color: #444;
}
.c-breadcrumb__list > span {
  color: #AFAEAD;
}
.c-breadcrumb__list > span a {
  color: #444;
  transition: 0.3s ease 0s;
}
.c-breadcrumb__list > span a:hover {
  opacity: 0.7;
}
.c-breadcrumb__button {
  margin-top: 10px;
}
.c-breadcrumb__button a {
  padding: 1.0666666667vw;
  font-size: 2.6666666667vw;
  border-color: #AFAEAD;
  color: #5E5E5E;
}
.c-breadcrumb__button a:hover {
  background: #AFAEAD;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    padding: 29px 25px 24px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
  }
  .c-breadcrumb__mark {
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 10px;
  }
  .c-breadcrumb__list {
    font-size: 0.875rem;
    margin-right: 190px;
  }
  .c-breadcrumb__button {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-breadcrumb__button a {
    padding: 5px 17px;
    font-size: 1rem;
  }
}

/* news
   ----------------------------------------------------------------- */
.p-news .l-main__inner--small {
  margin: 20px 15px 75px;
}
.p-news .l-main__inner--small p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-news .l-main__inner--small {
    margin: 50px 0 80px;
  }
}

/* special
   ----------------------------------------------------------------- */
.special--side .l-main__inner--small {
  margin: 20px 0 75px;
}
@media screen and (min-width: 768px) {
  .special--side .l-main__inner--small {
    margin: 50px 0 150px;
  }
}

.special--noneside .p-special--noneside__inner {
  margin: 20px 0 75px;
}
@media screen and (min-width: 768px) {
  .special--noneside .p-special--noneside__inner {
    max-width: 100%;
    width: 100%;
    margin: 50px auto 150px;
  }
}

.error #d_container {
  padding: 0 20px;
  margin: 80px auto;
  text-align: center;
}
.error .text_1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.error .text_2 {
  text-align: left;
  line-height: 1.9;
}
.error .c-button.--gray {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .error .text_1 {
    margin-bottom: 40px;
  }
  .error .text_2 {
    text-align: center;
  }
  .error #d_container {
    margin-bottom: 150px;
  }
}

/* ==========================================================================
   l-goods
   ========================================================================== */
@media screen and (min-width: 768px) {
  #other-images {
    margin-bottom: 50px;
  }
}

.c-goods__title {
  color: #000;
  font-size: 25px;
  margin: 30px 20px;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-goods__title {
    font-size: 30px;
    margin: 40px auto;
  }
}

/* l-goods
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-goods .l-main__inner.column {
    margin-top: 100px;
  }
}
.l-goods .c-page_back a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 15px 15px 0;
}
.l-goods .c-page_back img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.l-goods .c-page_back p {
  border-bottom: 1px solid #ec676d;
  color: #ec676d;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-goods #isViewFreeTextPC {
    width: 1200px;
    margin: 0 auto;
  }
}
.l-goods .goods_free_text {
  margin: 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .l-goods .goods_free_text {
    width: 1200px;
    margin: 0 auto 30px;
  }
}
.l-goods .c-event__title {
  margin: 30px 20px 20px;
  padding: 9px 10px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .l-goods .c-event__title {
    margin: 0 auto 30px;
    padding: 10px 20px;
  }
}
.l-goods h5 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-goods h5 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.l-goods .goods_outline, .l-goods .goods_price, .l-goods .goods_number, .l-goods .goods_id, .l-goods .goods_symbol, .l-goods .Note1, .l-goods .Note2, .l-goods .Note3, .l-goods .Note4, .l-goods .Note5, .l-goods .Note6, .l-goods .Note7, .l-goods .Note8, .l-goods .Note9, .l-goods .Note10, .l-goods .Note11, .l-goods .Note12, .l-goods .Note13, .l-goods .Note14, .l-goods .Note15, .l-goods .Note16, .l-goods .howpayment {
  font-size: 15px;
  padding: 15px 0;
  line-height: 1.9;
  border-top: 1px solid #e6e6e6;
  margin: 0 20px;
  display: block;
}
.l-goods .goods_outline:empty, .l-goods .goods_price:empty, .l-goods .goods_number:empty, .l-goods .goods_id:empty, .l-goods .goods_symbol:empty, .l-goods .Note1:empty, .l-goods .Note2:empty, .l-goods .Note3:empty, .l-goods .Note4:empty, .l-goods .Note5:empty, .l-goods .Note6:empty, .l-goods .Note7:empty, .l-goods .Note8:empty, .l-goods .Note9:empty, .l-goods .Note10:empty, .l-goods .Note11:empty, .l-goods .Note12:empty, .l-goods .Note13:empty, .l-goods .Note14:empty, .l-goods .Note15:empty, .l-goods .Note16:empty, .l-goods .howpayment:empty {
  display: none;
}
.l-goods .goods_outline a, .l-goods .goods_price a, .l-goods .goods_number a, .l-goods .goods_id a, .l-goods .goods_symbol a, .l-goods .Note1 a, .l-goods .Note2 a, .l-goods .Note3 a, .l-goods .Note4 a, .l-goods .Note5 a, .l-goods .Note6 a, .l-goods .Note7 a, .l-goods .Note8 a, .l-goods .Note9 a, .l-goods .Note10 a, .l-goods .Note11 a, .l-goods .Note12 a, .l-goods .Note13 a, .l-goods .Note14 a, .l-goods .Note15 a, .l-goods .Note16 a, .l-goods .howpayment a {
  color: #ec676d;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-goods .goods_outline, .l-goods .goods_price, .l-goods .goods_number, .l-goods .goods_id, .l-goods .goods_symbol, .l-goods .Note1, .l-goods .Note2, .l-goods .Note3, .l-goods .Note4, .l-goods .Note5, .l-goods .Note6, .l-goods .Note7, .l-goods .Note8, .l-goods .Note9, .l-goods .Note10, .l-goods .Note11, .l-goods .Note12, .l-goods .Note13, .l-goods .Note14, .l-goods .Note15, .l-goods .Note16, .l-goods .howpayment {
    font-size: 16px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.l-goods .seibo {
  color: #ec676d;
  font-size: 15px;
  font-weight: bold;
}
.l-goods .seibo span {
  color: #333;
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-goods .seibo {
    font-size: 16px;
  }
}
.l-goods .goods_number {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .l-goods .goods_number {
    font-size: 18px;
  }
}
.l-goods .c-goods__icon {
  display: flex;
  flex-wrap: wrap;
}
.l-goods .c-goods__icon img {
  margin-right: 5px;
  margin-bottom: 5px;
  width: auto;
  height: 18px;
}
.l-goods .c-goods__icon--info, .l-goods .c-goods__icon--normal {
  display: block;
  width: 100%;
  margin: 0 20px 0;
}
.l-goods .c-goods__icon--info:empty, .l-goods .c-goods__icon--normal:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-goods .c-goods__icon--info, .l-goods .c-goods__icon--normal {
    width: auto;
  }
}
.l-goods .c-goods__icon--normal {
  margin: 0 20px 5px;
}
@media screen and (min-width: 768px) {
  .l-goods .c-goods__icon--info {
    margin: 0;
  }
  .l-goods .c-goods__icon--normal {
    margin: 0 0 15px;
  }
  .l-goods .c-goods__icon img {
    height: 24px;
    width: auto;
  }
}
.l-goods .c-goods__brand {
  font-weight: bold;
  font-size: 16px;
  margin: 0 20px 9px;
  line-height: 1.5;
}
.l-goods .c-goods__brand:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-goods .c-goods__brand {
    margin: 0 auto;
    font-size: 18px;
  }
}
.l-goods .goodsTtl {
  font-size: 18px;
  padding: 0 0 15px;
  line-height: 1.5;
  margin: 0 20px 0;
}
@media screen and (min-width: 768px) {
  .l-goods .goodsTtl {
    margin: 8px auto 0;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .l-goods .goods_id {
    width: 100%;
  }
}
.l-goods .c-goods__name {
  font-size: 18px;
  color: #000;
  overflow-wrap: break-word;
  word-break: break-all;
}
.l-goods .c-goods__name span {
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-goods .c-goods__name span {
    font-size: 22px;
  }
}
.l-goods .goods_outline {
  line-height: 1.8;
}
.l-goods .goods_outline:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-goods .goods_outline {
    font-size: 16px;
  }
}
.l-goods .goods_price {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
.l-goods .goods_price .retail_price_sale {
  color: #e60012;
}
.l-goods .howpayment {
  line-height: 1.9;
}
.l-goods .nocancel, .l-goods .noreturn {
  background-color: #f4f4f4;
  font-size: 15px;
  padding: 15px;
  line-height: 1.9;
  margin: 0 20px 15px;
  display: block;
}
.l-goods .nocancel:empty, .l-goods .noreturn:empty {
  display: none;
}
.l-goods .nocancel span, .l-goods .noreturn span {
  font-weight: bold;
}
.l-goods .nocancel h6, .l-goods .noreturn h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-goods .nocancel, .l-goods .noreturn {
    margin: 0 auto;
    padding: 20px;
  }
  .l-goods .nocancel h6, .l-goods .noreturn h6 {
    font-size: 16px;
  }
}
.l-goods .Note12 table {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.l-goods .Note12 tr {
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.l-goods .Note12 tr:first-of-type {
  border-top: none;
}
.l-goods .Note12 th {
  font-weight: normal;
  display: block;
  padding: 0 30px 0 0;
  width: 140px;
}
.l-goods .Note12 td {
  padding: 8px 5px;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .l-goods .Note12 tr {
    margin: 0 20px;
  }
  .l-goods .Note12 th {
    padding: 0 30px 0 0;
    width: 155px;
  }
  .l-goods .Note12 td {
    padding: 10px 0;
  }
}
.l-goods .Note13 h5:last-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-goods .Note13 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-goods .Note14 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-goods .Note15 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-goods .Note16 {
    width: 100%;
  }
}
.l-goods .itemConditionDetail .storeReceiveOnly {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", arial, sans-serif;
  color: #ec676d;
  border: 1px solid #ec676d;
  padding: 3px 0;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-goods .itemConditionDetail .storeReceiveOnly {
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 30px;
  }
}
.l-goods .receiveplace {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eacac5;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-goods .receiveplace {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 17px;
  }
}
.l-goods .storeSelect {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ec676d;
}
.l-goods .storeSelect .lead {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-goods .storeSelect {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.l-goods .c-item__price__currency {
  font-size: 18px;
  font-weight: normal;
}
.l-goods .rawmaterials {
  padding: 25px 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid #e6e6e6;
  margin: 0 20px;
}
.l-goods .rawmaterials p {
  margin-bottom: 5px;
}
.l-goods .rawmaterials ul {
  display: flex;
  flex-wrap: wrap;
}
.l-goods .rawmaterials img {
  height: 25px;
  margin: 0 10px 5px 0;
}
@media screen and (min-width: 768px) {
  .l-goods .rawmaterials {
    margin: 0 auto;
    padding: 20px 0 10px;
  }
  .l-goods .rawmaterials p {
    margin: 0 0 10px;
  }
  .l-goods .rawmaterials img {
    margin: 0 10px 10px 0;
  }
}
.l-goods .info_detail_wrap {
  background-color: #f7eded;
  padding: 30px 20px;
  margin-top: 10px;
}
.l-goods .info_detail_wrap dl {
  margin-bottom: 30px;
  border-bottom: 1px dashed #eacac5;
}
@media screen and (min-width: 768px) {
  .l-goods .info_detail_wrap dl {
    margin-bottom: 30px;
  }
}
.l-goods .info_detail_wrap dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-goods .info_detail_wrap dt {
    font-size: 17px;
  }
}
.l-goods .info_detail_wrap dd {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-goods .info_detail_wrap dd {
    margin-bottom: 30px;
  }
}
.l-goods .info_detail_wrap select {
  width: 100%;
}
.l-goods .info_detail_wrap input#optionValue {
  width: 100%;
}
.l-goods .info_detail_wrap .detail_border dt {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .l-goods .info_detail_wrap .detail_border dl {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  .l-goods .info_detail_wrap .detail_border dt {
    margin: 0;
    width: 105px;
    margin-right: 15px;
  }
  .l-goods .info_detail_wrap .detail_border dd {
    width: 360px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-goods .info_detail_wrap {
    padding: 45px 40px;
    margin-top: 25px;
  }
}
.l-goods #nameFlgDisplayBtn dl {
  display: flex;
  align-items: center;
}
.l-goods #nameFlgDisplayBtn dt {
  margin: 0 20px 40px 0;
}
@media screen and (min-width: 768px) {
  .l-goods #nameFlgDisplayBtn dt {
    margin: 0 20px 60px 0;
  }
}
.l-goods .inputBtnDesign input[type=radio] {
  display: none;
}
.l-goods .inputBtnDesign {
  display: flex;
  align-items: center;
}
.l-goods .info_detail.radio dl dd .inputBtnDesign label {
  background-color: #ccc;
  color: #fff;
  width: 100px;
  height: 45px;
  font-size: 15px;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-right: 0px;
  line-height: 45px;
  cursor: pointer;
}
.l-goods .inputBtnDesign .switch-off, .l-goods .inputBtnDesign .switch-on {
  width: 80px;
  height: 40px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  color: #fff;
  background-color: #ccc;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .l-goods .inputBtnDesign .switch-off, .l-goods .inputBtnDesign .switch-on {
    font-size: 20px;
    width: 130px;
    height: 60px;
    line-height: 60px;
  }
}
.l-goods .inputBtnDesign input[type=radio]:checked + #naireOn .switch-off {
  background-color: #ec676d;
  color: #fff;
}
.l-goods .inputBtnDesign input[type=radio]:checked + #naireOff .switch-on {
  background-color: #ec676d;
  color: #fff;
}
.l-goods .link__noshi {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin: 18px 0 0;
}
.l-goods .link__noshi a {
  margin-left: 30px;
  border-bottom: 1px solid #000;
}
.l-goods .link__noshi::before {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/goods/noshi.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .l-goods .link__noshi {
    font-size: 15px;
    margin: 20px 0 10px;
  }
}
.l-goods .info_detail.insertNameBox input {
  width: 100%;
}
.l-goods .info_detail.insertNameBox p {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .l-goods .info_detail.insertNameBox p {
    font-size: 18px;
  }
}
.l-goods .info_detail.insertNameBox .insertNameRadio label {
  display: flex;
  margin-bottom: 10px;
}
.l-goods .info_detail.insertNameBox .insertNameRadio input {
  width: 20px;
  margin-right: 15px;
}
.l-goods .info_detail.insertNameBox .insertNameRadio input::before {
  width: 20px;
  height: 20px;
}
.l-goods .info_detail.insertNameBox .insertNameRadio input::after {
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
}
.l-goods .info_detail.insertNameBox .naireInput input {
  width: 100%;
}
.l-goods .info_detail.insertNameBox .naireInput dl:last-of-type dd {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-goods .info_detail.insertNameBox .naireInput {
    margin-top: 25px;
  }
  .l-goods .info_detail.insertNameBox .naireInput dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .l-goods .info_detail.insertNameBox .naireInput dl:last-of-type {
    margin-bottom: 0;
  }
  .l-goods .info_detail.insertNameBox .naireInput dt {
    margin: 0;
  }
  .l-goods .info_detail.insertNameBox .naireInput dd {
    margin: 0;
  }
  .l-goods .info_detail.insertNameBox .naireInput input {
    width: 330px;
  }
  .l-goods .info_detail.insertNameBox .naireInput #naireNormal dl {
    flex-direction: column;
    align-items: baseline;
  }
  .l-goods .info_detail.insertNameBox .naireInput #naireNormal dl dt {
    margin-bottom: 15px;
  }
  .l-goods .info_detail.insertNameBox .naireInput #naireFreeInput dl {
    flex-direction: column;
    align-items: baseline;
  }
  .l-goods .info_detail.insertNameBox .naireInput #naireFreeInput dl dt {
    margin-bottom: 15px;
  }
  .l-goods .info_detail.insertNameBox .naireInput #naireFreeInput dl dd {
    width: 100%;
  }
  .l-goods .info_detail.insertNameBox .naireInput #naireFreeInput dl dd textarea {
    height: 150px;
  }
}
.l-goods .link__naire {
  font-size: 14px;
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin: 18px 0 0;
}
@media screen and (min-width: 768px) {
  .l-goods .link__naire {
    font-size: 15px;
    margin-top: 20px;
  }
}
.l-goods .insertNameBox > div {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-goods .insertNameBox > div {
    padding: 40px 30px;
  }
}
.l-goods .insertNameBox {
  border-bottom: 1px dashed #eacac5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.l-goods .insertNameBox dl {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-goods .insertNameBox {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.l-goods .beforeCartIn {
  margin: 0 auto;
}
.l-goods #buttonType {
  display: none;
}
.l-goods .consent {
  border-bottom: 1px dashed #eacac5;
  font-size: 15px;
  margin: 0 auto 30px;
}
.l-goods .consent .consent__check {
  background-color: #fff;
  text-align: center;
  margin: 0 auto 30px;
  padding: 15px;
}
.l-goods .consent .consent__check p {
  text-align: left;
}
.l-goods .consent .consent__check label {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-goods .consent input[type=checkbox] {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: none;
  margin-top: 2px;
}
.l-goods .consent input[type=checkbox]::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 7px;
  height: 14px;
}
.l-goods .consent input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 50%;
}
.l-goods .consent input[type=checkbox]:checked::before {
  width: 7px;
  height: 14px;
}
.l-goods .consent input[type=checkbox]:checked::after {
  background: #ec676d;
}
@media screen and (min-width: 768px) {
  .l-goods .consent {
    margin: 0 auto 30px;
    font-size: 16px;
  }
  .l-goods .consent .consent__check {
    padding: 30px;
    margin: 0 auto 30px;
  }
  .l-goods .consent .consent__check label {
    margin-top: 25px;
  }
}
.l-goods .cartin.counselingButton {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.l-goods .cartin.counselingButton::before {
  content: "";
  background: url(/ec/shop/images/goods/cart_white.png) no-repeat;
  position: absolute;
  width: 25px;
  height: 22px;
  background-size: contain;
  top: 20px;
  left: 50px;
  z-index: 2;
}
.l-goods .cartin.counselingButton img {
  position: absolute;
  width: 25px;
  height: 22px;
  top: 20px;
  left: 50px;
  z-index: 2;
}
.l-goods .cartin.counselingButton:empty::before {
  display: none;
}
.l-goods .cartin.counselingButton input {
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .l-goods .cartin.counselingButton {
    width: 360px;
  }
  .l-goods .cartin.counselingButton::before {
    width: 34px;
    height: 30px;
    top: 25px;
    left: 80px;
  }
  .l-goods .cartin.counselingButton img {
    width: 34px;
    height: 30px;
    top: 25px;
    left: 80px;
  }
  .l-goods .cartin.counselingButton input {
    padding-left: 55px;
  }
}
.l-goods #cancelImpossibleAgreeArea .cartin.counselingButton .c-button:disabled {
  opacity: 1;
  background-color: #f4c5c6;
}
.l-goods .c-button.--pink {
  width: 300px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.l-goods .c-button.--pink input {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-goods .c-button.--pink {
    width: 360px;
    height: 80px;
  }
  .l-goods .c-button.--pink input {
    font-size: 22px;
    line-height: 80px;
    padding-left: 40px;
  }
  .l-goods .c-button.--pink::before {
    width: 34px;
    height: 30px;
    top: 25px;
    left: 70px;
  }
}
.l-goods #cartInResulut {
  display: flex;
  justify-content: center;
  margin: 0 0 35px;
}
.l-goods #cartInResulut p {
  font-size: 20px;
  font-weight: bold;
  color: #ec676d;
}
.l-goods #cartInResulut img {
  width: 23px;
  margin-right: 10px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .l-goods #cartInResulut p {
    font-size: 22px;
  }
  .l-goods #cartInResulut img {
    width: 34px;
  }
}
.l-goods .afterCartInBtn {
  width: 300px;
  margin: 0 auto;
}
.l-goods .afterCartInBtn:last-of-type {
  margin-top: 20px;
}
.l-goods .afterCartInBtn a {
  display: block;
  border: 1px solid #ec676d;
  background-color: #fff;
  color: #ec676d;
  width: 300px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.l-goods .afterCartInBtn a#goCart::after {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/goods/cart.png) no-repeat;
  width: 20px;
  height: 18px;
  background-size: contain;
  left: 10px;
  top: 26px;
}
.l-goods .afterCartInBtn a#goCart::before {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/cart/arrow__keep.png) no-repeat;
  width: 7px;
  height: 11px;
  background-size: contain;
  right: 10px;
  top: 30px;
}
.l-goods .afterCartInBtn a#goSelectMoreGoodsUrl::before {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/cart/arrow__keep.png) no-repeat;
  width: 7px;
  height: 11px;
  background-size: contain;
  right: 10px;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .l-goods .afterCartInBtn {
    width: 360px;
  }
  .l-goods .afterCartInBtn a {
    width: 360px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
  .l-goods .afterCartInBtn a#goCart {
    padding-left: 20px;
  }
  .l-goods .afterCartInBtn a#goCart::after {
    width: 25px;
    height: 22px;
    left: 30px;
    top: 30px;
  }
  .l-goods .afterCartInBtn a#goCart::before {
    width: 8px;
    height: 13px;
    right: 30px;
    top: 35px;
  }
  .l-goods .afterCartInBtn a#goSelectMoreGoodsUrl {
    padding-left: 30px;
  }
  .l-goods .afterCartInBtn a#goSelectMoreGoodsUrl::before {
    width: 8px;
    height: 13px;
    transform: rotate(180deg);
    left: 88px;
    top: 35px;
  }
}
.l-goods .info_detail_cannnotbuy {
  background: rgb(249, 240, 238);
  padding: 40px;
}
.l-goods .info_detail_cannnotbuy:empty {
  display: none;
}
.l-goods p.soldout {
  background-color: #ccc;
  color: #fff;
  width: 300px;
  height: 60px;
  border-radius: 2px;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-goods p.soldout span {
  display: block;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .l-goods p.soldout {
    width: 360px;
    height: 80px;
    font-size: 22px;
    margin: 0 auto;
  }
  .l-goods p.soldout span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .l-goods .info_dtail_bottom {
    margin: 20px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-goods__about {
  margin: 25px auto 0;
  display: flex;
  justify-content: flex-end;
}
.l-goods__about a {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-right: 40px;
  position: relative;
}
.l-goods__about a::after {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/goods/arrow_gray.png) no-repeat;
  width: 9px;
  height: 15px;
  background-size: contain;
  right: -20px;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .l-goods__about {
    margin: 0;
  }
}
.l-goods__button--cart {
  width: 300px;
  margin: 35px auto 25px;
}
.l-goods__button--cart a {
  display: block;
  color: #ec676d;
  font-size: 16px;
  border-radius: 2px;
  font-weight: bold;
  border: 1px solid #ec676d;
  height: 50px;
  width: 300px;
  line-height: 50px;
  text-align: center;
  position: relative;
  padding-left: 35px;
}
.l-goods__button--cart a::before {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/goods/cart.png) no-repeat;
  width: 19px;
  height: 16px;
  background-size: contain;
  left: 90px;
  top: 17px;
}
@media screen and (min-width: 768px) {
  .l-goods__button--cart {
    width: 220px;
    margin: 0;
  }
  .l-goods__button--cart a {
    width: 220px;
  }
  .l-goods__button--cart a::before {
    width: 25px;
    height: 22px;
    left: 45px;
    top: 17px;
  }
}
.l-goods #d_socialmedia {
  margin: 0 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.l-goods #d_socialmedia a {
  display: block;
}
.l-goods #d_socialmedia a:not(:last-of-type) {
  margin: 0 20px 0 0;
}
.l-goods #d_socialmedia a img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .l-goods #d_socialmedia {
    margin: 0 0 65px;
    justify-content: flex-start;
  }
  .l-goods #d_socialmedia a img {
    width: 26px;
    height: 26px;
  }
}
.l-goods .c-stockstatus {
  margin: 35px auto 45px;
}
@media screen and (min-width: 768px) {
  .l-goods .c-stockstatus {
    margin: 70px 0 80px;
  }
}
.l-goods .c-stockstatus h4 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin: 0 20px 10px 20px;
}
@media screen and (min-width: 768px) {
  .l-goods .c-stockstatus h4 {
    font-size: 22px;
    margin: 0 auto 25px;
  }
}
.l-goods .c-stockstatus__inner {
  width: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .l-goods .c-stockstatus__inner {
    scrollbar-width: none;
    overflow-x: visible;
  }
}
.l-goods .c-stockstatus__table table {
  min-width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-goods .c-stockstatus__table table::-webkit-scrollbar {
  display: none;
}
.l-goods .c-stockstatus__table table th {
  text-align: center;
  white-space: nowrap;
  padding: 10px 5px;
  font-size: 15px;
  background: #f4f4f4;
  border-left: 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .l-goods .c-stockstatus__table table th {
    font-size: 16px;
  }
}
.l-goods .c-stockstatus__table table td {
  text-align: center;
  white-space: nowrap;
  padding: 10px 12px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.l-goods .c-stockstatus__table table td.type {
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .l-goods .c-stockstatus__table table td {
    font-size: 16px;
    padding: 20px 7px;
  }
  .l-goods .c-stockstatus__table table td.type {
    max-width: 150px;
  }
}
.l-goods .c-item__inner:nth-of-type(odd) {
  padding-right: 15px;
}
.l-goods .c-item__inner:nth-of-type(even) {
  padding-left: 0;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .l-goods .itemunit .c-title__goodsdetail {
    width: 1200px;
    margin: 0 auto 40px;
  }
}
.l-goods #d_related {
  padding-top: 45px;
  border-top: 5px solid #F4F4F4;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .l-goods #d_related {
    padding-top: 75px;
    margin-bottom: 75px;
  }
}
.l-goods #d_recommended {
  padding-top: 45px;
  border-top: 5px solid #F4F4F4;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .l-goods #d_recommended {
    padding-top: 75px;
    margin-bottom: 75px;
  }
}
.l-goods #d_foot_mark {
  margin-bottom: 75px;
  padding-top: 45px;
  border-top: 5px solid #F4F4F4;
}
@media screen and (min-width: 768px) {
  .l-goods #d_foot_mark {
    padding-top: 75px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .l-goods {
    /* #d_photo {
    	margin-bottom: 10px;
    	background-size: cover;
    	overflow: hidden;
    	position: relative;

    	img {
    		display: block;
    		width: 518px;
    		height: 518px;
    	}

    	.zoom {
    		position: relative;
    		cursor: pointer;
    	}

    	.zoom {
    		&::after {
    			content: url(/ec/shop/images/goods/zoom_image_m.png);
    			position: absolute;
    			top: 0;
    			left: 0;
    		}
    	}
    } */
  }
  .l-goods .l-main__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-goods .l-main__inner.column {
    flex-direction: column;
  }
  .l-goods .l-upperpart {
    position: relative;
    margin-bottom: 50px;
  }
  .l-goods .l-upperpart .c-page_back {
    position: absolute;
    right: 30px;
    top: 7px;
  }
  .l-goods .c-item__inner {
    padding: 30px 38px 30px 0;
    width: 247px;
  }
  .l-goods .c-item__inner:nth-of-type(2n+1) {
    padding-right: 38px;
  }
  .l-goods .c-item__inner:nth-of-type(4n) {
    width: 247px;
  }
  .l-goods .c-item__inner:nth-of-type(5n) {
    width: 209px;
  }
  .l-goods #d_photo_box {
    max-width: 560px;
    width: 46.5%;
  }
  .l-goods__basic {
    max-width: 560px;
    width: 46.5%;
  }
  .l-goods__detail {
    width: 560px;
  }
  .l-goods #d_goods_detail .infoAdd .imgBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* スクロールバー非表示 */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-goods #d_goods_detail .infoAdd .imgBox div.thmbContainer {
    width: 80px;
    margin: 0 8px 10px 0;
  }
  .l-goods #d_goods_detail .infoAdd .imgBox div.thmbContainer span {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    margin-top: 5px;
  }
  .l-goods #d_goods_detail .infoAdd .imgBox div.thmbContainer div {
    border: 1px solid #e6e6e6;
    background-color: #EEEEEE;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
  }
  .l-goods #d_goods_detail .infoAdd .imgBox div.thmbContainer.selected div {
    border: 1px solid #333333;
  }
  .l-goods #d_goods_detail .infoAdd .imgBox div.thmbContainer:nth-of-type(6n) {
    margin: 0 0 10px 0;
  }
  .l-goods #d_goods_detail .infoAdd .imgBox img.last {
    padding: 0;
  }
  .l-goods #d_goods_detail .infoAdd .imgBox::-webkit-scrollbar {
    display: none;
  }
  .l-goods #d_goods_detail .main-image-name {
    margin: 0;
    display: block;
    text-align: right;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .l-goods #d_goods_detail .main-image-name:empty::after {
    content: "　";
  }
  .l-goods #zoom_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 100px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
  }
  .l-goods #zoom_bg #zoom_container {
    max-width: 900px;
    max-height: 900px;
    width: calc(100vh - 50px);
    height: calc(100vh - 50px);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-goods #zoom_bg #zoom_container #zoom_image {
    display: block;
    height: 100%;
  }
  .l-goods #zoom_bg #zoom_container #zoom_image img {
    max-width: 900px;
    max-height: 900px;
    width: 100%;
    height: 100%;
    border: 50px solid #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .l-goods #zoom_bg #zoom_container #zoom_info {
    display: block;
    color: #333333;
    margin-top: -33px;
  }
  .l-goods #zoom_bg .zoom_next,
  .l-goods #zoom_bg .zoom_prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 60px;
    height: 60px;
    color: #fff;
    z-index: 100;
  }
  .l-goods #zoom_bg .zoom_next {
    right: 0;
  }
  .l-goods #zoom_bg .zoom_prev {
    left: 0;
  }
  .l-goods #zoom_bg .zoom_close {
    position: absolute;
    top: 0;
    right: -70px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #000000;
  }
  .l-goods #zoom_bg .zoom_close::before, .l-goods #zoom_bg .zoom_close::after {
    content: "";
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-goods #zoom_bg .zoom_close::before {
    transform: rotate(45deg);
  }
  .l-goods #zoom_bg .zoom_close::after {
    transform: rotate(-45deg);
  }
  .l-goods #zoom_bg .zoom_next img,
  .l-goods #zoom_bg .zoom_prev img,
  .l-goods #zoom_bg .zoom_close img {
    width: 60px;
    height: 60px;
  }
  .l-goods .counselingWindowContainer, .l-goods .inquiryAttention {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent, .l-goods .counselingWindowContainer .inquiryAttent, .l-goods .inquiryAttention .counselingWindowContent, .l-goods .inquiryAttention .inquiryAttent {
    width: 1060px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-goods .counselingWindowContainer .counselingWindowContent form, .l-goods .counselingWindowContainer .inquiryAttent form, .l-goods .inquiryAttention .counselingWindowContent form, .l-goods .inquiryAttention .inquiryAttent form {
    padding: 40px;
    max-height: 80vh;
    overflow-y: scroll;
    transform: translateZ(0); /* retina対策 */
  }
  .l-goods .counselingWindowContainer .counselingWindowContent h3, .l-goods .counselingWindowContainer .inquiryAttent h3, .l-goods .inquiryAttention .counselingWindowContent h3, .l-goods .inquiryAttention .inquiryAttent h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1;
    padding: 0 0 25px;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent p, .l-goods .counselingWindowContainer .inquiryAttent p, .l-goods .inquiryAttention .counselingWindowContent p, .l-goods .inquiryAttention .inquiryAttent p {
    padding: 20px 30px;
    font-weight: bold;
    font-size: 15px;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .error, .l-goods .counselingWindowContainer .inquiryAttent .error, .l-goods .inquiryAttention .counselingWindowContent .error, .l-goods .inquiryAttention .inquiryAttent .error {
    background: #fef2f4;
    color: #e40011;
    margin-bottom: 40px;
    text-align: left;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .error:empty, .l-goods .counselingWindowContainer .inquiryAttent .error:empty, .l-goods .inquiryAttention .counselingWindowContent .error:empty, .l-goods .inquiryAttention .inquiryAttent .error:empty {
    margin-bottom: 0;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .question, .l-goods .counselingWindowContainer .inquiryAttent .question, .l-goods .inquiryAttention .counselingWindowContent .question, .l-goods .inquiryAttention .inquiryAttent .question {
    background: url(../../images/common/bg.gif);
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .alert, .l-goods .counselingWindowContainer .inquiryAttent .alert, .l-goods .inquiryAttention .counselingWindowContent .alert, .l-goods .inquiryAttention .inquiryAttent .alert {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .inputUnit, .l-goods .counselingWindowContainer .inquiryAttent .inputUnit, .l-goods .inquiryAttention .counselingWindowContent .inputUnit, .l-goods .inquiryAttention .inquiryAttent .inputUnit {
    margin-bottom: 30px;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .inputUnit label, .l-goods .counselingWindowContainer .inquiryAttent .inputUnit label, .l-goods .inquiryAttention .counselingWindowContent .inputUnit label, .l-goods .inquiryAttention .inquiryAttent .inputUnit label {
    font-size: 15px;
    margin: 0 10px;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .btnUnit, .l-goods .counselingWindowContainer .inquiryAttent .btnUnit, .l-goods .inquiryAttention .counselingWindowContent .btnUnit, .l-goods .inquiryAttention .inquiryAttent .btnUnit {
    border-top: 1px solid #e0e0e0;
    padding: 50px 0 40px;
    padding-bottom: 0;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .btnUnit .btn button, .l-goods .counselingWindowContainer .inquiryAttent .btnUnit .btn button, .l-goods .inquiryAttention .counselingWindowContent .btnUnit .btn button, .l-goods .inquiryAttention .inquiryAttent .btnUnit .btn button {
    width: 150px;
    height: 60px;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .btnUnit span, .l-goods .counselingWindowContainer .inquiryAttent .btnUnit span, .l-goods .inquiryAttention .counselingWindowContent .btnUnit span, .l-goods .inquiryAttention .inquiryAttent .btnUnit span {
    display: inline-block;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #e0e0e0;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .btnUnit span:last-of-type, .l-goods .counselingWindowContainer .inquiryAttent .btnUnit span:last-of-type, .l-goods .inquiryAttention .counselingWindowContent .btnUnit span:last-of-type, .l-goods .inquiryAttention .inquiryAttent .btnUnit span:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .l-goods .counselingWindowContainer .counselingWindowContent .zoom_close, .l-goods .counselingWindowContainer .inquiryAttent .zoom_close, .l-goods .inquiryAttention .counselingWindowContent .zoom_close, .l-goods .inquiryAttention .inquiryAttent .zoom_close {
    position: absolute;
    top: 0;
    right: -70px;
  }
  .l-goods .counselingWindowContainer .zoom_close, .l-goods .inquiryAttention .zoom_close {
    position: absolute;
    top: -70px;
    right: -20px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #000000;
    cursor: pointer;
    transition: opacity 0.3s ease 0s;
  }
  .l-goods .counselingWindowContainer .zoom_close:hover, .l-goods .inquiryAttention .zoom_close:hover {
    opacity: 0.7;
  }
  .l-goods .counselingWindowContainer .zoom_close::before, .l-goods .counselingWindowContainer .zoom_close::after, .l-goods .inquiryAttention .zoom_close::before, .l-goods .inquiryAttention .zoom_close::after {
    content: "";
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-goods .counselingWindowContainer .zoom_close::before, .l-goods .inquiryAttention .zoom_close::before {
    transform: rotate(45deg);
  }
  .l-goods .counselingWindowContainer .zoom_close::after, .l-goods .inquiryAttention .zoom_close::after {
    transform: rotate(-45deg);
  }
  .l-goods .counselingWindowContainer .zoom_next img,
  .l-goods .counselingWindowContainer .zoom_prev img,
  .l-goods .counselingWindowContainer .zoom_close img, .l-goods .inquiryAttention .zoom_next img,
  .l-goods .inquiryAttention .zoom_prev img,
  .l-goods .inquiryAttention .zoom_close img {
    width: 60px;
    height: 60px;
  }
}

.goodslist .c-item {
  border-bottom: 1px solid #e6e6e6;
}
.goodslist .c-item .c-item__inner:nth-child(3), .goodslist .c-item .c-item__inner:nth-child(4) {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .goodslist .c-item .c-item__inner {
    border-bottom: none;
  }
}
.goodslist .noitem {
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 400;
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .goodslist .noitem {
    font-size: 22px;
    line-height: 42px;
    margin: 80px auto;
  }
}

.delivery_store_note {
  margin: 0 0 30px;
  border-bottom: 1px dashed #eacac5;
  padding-bottom: 30px;
}
.delivery_store_note p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .delivery_store_note p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.delivery_store_icon {
  margin: 0 auto;
  display: flex;
}
.delivery_store_icon .button {
  margin: 10px 20px 0 0;
  width: calc(50% - 10px);
}
.delivery_store_icon .button:last-of-type {
  margin-right: 0;
}
.delivery_store_icon .noselect {
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  background-color: #ec676d;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.delivery_store_icon a {
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .delivery_store_icon {
    margin: 0;
  }
  .delivery_store_icon .noselect {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .delivery_store_icon a {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
}

/* ブランドページ */
.d_brand_top .mainvisual img {
  width: 100%;
}
.d_brand_top .counseling img {
  width: 100%;
}
.d_brand_top .brand-item-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
}
.d_brand_top .brand-item-list li {
  margin-bottom: 10px;
  width: calc(50% - 5px);
  display: flex;
}
.d_brand_top .brand-item-list li:not(:nth-child(2n)) {
  margin-right: 10px;
}
.d_brand_top .brand-item-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ec676d;
  color: #ec676d;
  padding: 10px 15px 10px 10px;
  width: 100%;
  position: relative;
}
.d_brand_top .brand-item-list li a ::after {
  content: "";
  background: url(/ec/shop/images/common/arrow--pink.png) no-repeat;
  background-size: contain;
  /* transform: rotate(180deg); */
  position: absolute;
  width: 7px;
  height: 12px;
  right: 10px;
  top: 40%;
}
.d_brand_top .selleritem {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px 80px;
}
.d_brand_top .recommend .c-item__unit {
  flex-wrap: initial;
}
@media screen and (min-width: 768px) {
  .d_brand_top .brand-item-list ul {
    margin: 0 auto;
  }
  .d_brand_top .brand-item-list li {
    margin-bottom: 10px;
    width: 222px;
  }
  .d_brand_top .brand-item-list li:not(:nth-child(4n)) {
    margin-right: 10px;
  }
  .d_brand_top .brand-item-list li a {
    display: block;
    text-align: center;
    border: 1px solid #ec676d;
    color: #ec676d;
    padding: 10px;
    width: 222px;
  }
  .d_brand_top .selleritem {
    margin: 0 auto 150px;
  }
}

#d_guide.inc_pop {
  min-width: 100%;
}

/* ==========================================================================
   _c-parts
   ========================================================================== */
.inputError {
  margin: 0 15px 30px;
  border: 1px solid #e60012;
  padding: 15px;
  font-size: 15px;
  line-height: 1.5;
  color: #e60012;
}
.inputError span {
  color: #e60012;
}
@media screen and (min-width: 768px) {
  .inputError {
    width: 1200px;
    margin: 0 auto 40px;
    font-size: 16px;
    padding: 15px 20px;
  }
}

/* freearea
   ----------------------------------------------------------------- */
.freearea {
  display: block;
  margin: 0 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .freearea {
    width: 1200px;
    margin: 0 auto;
  }
}

/* c-button
   ----------------------------------------------------------------- */
.c-button {
  text-align: center;
  transition: 0.6s ease 0s;
}
.c-button:hover {
  text-decoration: none;
  cursor: pointer;
}
.c-button:disabled {
  opacity: 0.3;
}
.c-button.--pink {
  margin: 0 auto;
  background-color: #ec676d;
  border-radius: 2px;
  position: relative;
  font-size: 20px;
  color: #fff;
}
.c-button.--pink a {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-button.--pink {
    font-size: 22px;
  }
  .c-button.--pink input, .c-button.--pink a {
    font-size: 22px;
  }
}
.c-button.--white {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  font-size: 20px;
  color: #ec676d;
  border: 1px solid #ec676d;
}
.c-button.--white a, .c-button.--white input {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-button.--white {
    font-size: 22px;
  }
  .c-button.--white:hover {
    transition: opacity 0.3s ease-out;
    opacity: 0.8;
  }
}
.c-button.--gray {
  margin: 0 auto;
  background-color: #92999f;
  border-radius: 2px;
  position: relative;
  font-size: 20px;
  color: #fff;
  width: 300px;
  height: 70px;
  line-height: 70px;
}
.c-button.--gray a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-button.--gray {
    font-size: 22px;
  }
  .c-button.--gray:hover {
    transition: opacity 0.3s ease-out;
    opacity: 0.8;
  }
  .c-button.--gray a:hover {
    transition: opacity 0.3s ease-out;
    opacity: 0.8;
  }
}
.c-button.--cart::before {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/goods/cart.png) no-repeat;
  background-size: contain;
}
.c-button.--next::after {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/common/arrow.svg) no-repeat;
  background-size: contain;
}
.c-button.--prev::before {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/common/arrow.svg) no-repeat;
  background-size: contain;
}
.c-button--fill {
  background: #9C7A4C;
  color: #fff;
  outline: 1px solid #9c7a4c;
  outline-offset: -1px;
}
.c-button--fill:hover:not(:disabled) {
  background: #000;
  outline: 1px solid rgba(156, 122, 76, 0.7);
}
.c-button--line {
  background: inherit;
  border: solid 1px #9C7A4C;
  color: #9C7A4C;
}
.c-button--line:hover {
  background: #000;
  color: #fff;
}
.c-button--size100pct {
  width: 100%;
}
.c-button--size280, .c-button--size320, .c-button--size400 {
  width: 100%;
}
.c-button--blank span {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
.c-button--blank span svg {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 47%;
  right: 0;
  transform: translateY(-50%);
  fill: #F0EDEC;
  transition: 0.6s ease 0s;
}
@media screen and (min-width: 768px) {
  .c-button--size280 {
    max-width: 280px;
  }
  .c-button--size320 {
    width: 320px;
  }
  .c-button--size400 {
    width: 400px;
  }
  .c-button.--pink {
    font-size: 22px;
  }
}

.c-button--unit {
  border-top: 3px solid #F4F4F4;
  margin: 50px auto 75px;
  padding: 50px 0 0;
}
.c-button--unit .c-button--next {
  margin: 0 auto 15px;
  width: 300px;
  position: relative;
}
.c-button--unit .c-button--next:empty {
  display: none;
}
.c-button--unit .c-button--next input {
  background-color: #ec676d;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  width: 300px;
  height: 70px;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px 0 0;
  background-image: url(/ec/shop/images/common/arrow--white.png);
  background-position: right 20px top 30px;
  background-repeat: no-repeat;
  background-size: 7px 12px;
}
.c-button--unit .c-button--prev {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.c-button--unit .c-button--prev a, .c-button--unit .c-button--prev input {
  display: block;
  border-radius: 2px;
  border: 1px solid #ec676d;
  color: #ec676d;
  font-size: 20px;
  position: relative;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  line-height: 70px;
  width: 100%;
  padding: 0 0 0 20px;
  background-image: url(/ec/shop/images/common/arrow_prev--pink.png);
  background-position: 20px 31px;
  background-repeat: no-repeat;
  background-size: 7px 12px;
}
.c-button--unit .c-button--prev:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-button--unit {
    border-top: 5px solid #F4F4F4;
    margin: 80px auto 150px;
    padding: 80px 0 0;
  }
  .c-button--unit > div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: inherit;
    justify-content: center;
  }
  .c-button--unit .prev {
    margin-right: 50px;
    order: 1;
  }
  .c-button--unit .next {
    order: 2;
  }
  .c-button--unit .c-button--next {
    width: 360px;
    margin: 0;
  }
  .c-button--unit .c-button--next input {
    font-size: 22px;
    width: 360px;
    height: 80px;
    line-height: 80px;
    padding: 0 10px 0 0;
    background-position: right 30px top 35px;
    background-size: 9px 15px;
  }
  .c-button--unit .c-button--next::after {
    width: 9px;
    height: 15px;
    top: 35px;
    right: 30px;
  }
  .c-button--unit .c-button--prev {
    width: 360px;
  }
  .c-button--unit .c-button--prev a, .c-button--unit .c-button--prev input {
    font-size: 22px;
    width: 360px;
    height: 80px;
    line-height: 80px;
    background-position: 30px 35px;
    background-size: 9px 15px;
    padding: 0 0 0 25px;
  }
  .c-button--unit .c-button--prev.cart a, .c-button--unit .c-button--prev.cart input {
    padding-left: 50px;
  }
  .c-button--unit .c-button--prev.cart a::after, .c-button--unit .c-button--prev.cart input::after {
    width: 28px;
    height: 25px;
    left: 90px;
    top: 27px;
  }
}

/* c-title
   ----------------------------------------------------------------- */
.c-title {
  font-size: 25px;
  color: #000;
  margin: 25px 20px 30px;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 30px;
    width: 1200px;
    margin: 50px auto 40px;
  }
}
.c-title--login {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-title--login {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
  }
}
.c-title--small {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0 20px 15px;
}
@media screen and (min-width: 768px) {
  .c-title--small {
    width: 1200px;
    margin: 0 auto 30px;
    font-size: 22px;
    color: #333;
  }
}
.c-title__goodsdetail {
  font-size: 23px;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-title__goodsdetail {
    font-size: 30px;
  }
}

/* c-link
   ----------------------------------------------------------------- */
.c-link {
  position: relative;
  display: inline-block;
}
.c-link.--border a, .c-link.--border input {
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 0 3px 0;
}
.c-link.--arrow::after {
  content: "";
  background: url(/ec/shop/images/common/arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
}
.c-link.--arrow--down {
  transform: rotate(90deg);
}
.c-link:hover::after {
  transform: scale(1, 1);
}
.c-link--footer::after {
  background: #D9D9D9;
}
.c-link--header::after {
  background: rgba(240, 237, 236, 0.7);
}
.c-link--line {
  display: inline;
  transition: opacity 0.6s ease 0s;
}
.c-link--line:link {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.c-link--line:hover {
  opacity: 0.7;
}

/* c-heading
   ----------------------------------------------------------------- */
.c-heading {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", serif;
  font-weight: 300;
  font-size: 6.4vw;
  margin: 4vw 0 8vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: 400;
    margin: 12px 0 50px;
    text-align: center;
  }
}

/* c-heading-middle
   ----------------------------------------------------------------- */
.c-heading-middle {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", serif;
  font-weight: 300;
  font-size: 6.9333333333vw;
  color: #000;
  margin: 10.6666666667vw 0;
  line-height: 1.4;
  text-align: center;
}
.c-heading-middle__sub {
  display: block;
  color: #9C7A4C;
  font-family: "Century Gothic", "Didact Gothic", sans-serif;
  font-size: 3.4666666667vw;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .c-heading-middle {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    margin: 55px 0;
  }
  .c-heading-middle__sub {
    font-size: 0.9375rem;
    margin-top: 8px;
  }
}

/* c-transition
   ----------------------------------------------------------------- */
.c-transition {
  margin: 16vw 0 26.6666666667vw;
  text-align: center;
}
.c-transition a,
.c-transition input {
  font-size: 4.8vw;
  margin: 0 auto;
  padding: 4.2666666667vw 2.6666666667vw;
}
.c-transition__button + .c-transition__button {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .c-transition {
    margin: 100px 0 200px;
    display: flex;
    justify-content: center;
  }
  .c-transition--pc-reverse {
    flex-direction: row-reverse;
  }
  .c-transition a,
  .c-transition input {
    font-size: 1.25rem;
    padding: 20px 70px;
  }
  .c-transition__button {
    margin: 0 30px;
  }
  .c-transition__button + .c-transition__button {
    margin-top: 0;
  }
}

/* c-banner
   ----------------------------------------------------------------- */
.c-banner a {
  transition: 0.6s ease 0s;
}
.c-banner a:hover {
  opacity: 0.8;
}

/* c-input-error
   ----------------------------------------------------------------- */
.c-input-error {
  margin-bottom: 8vw;
}
.c-input-error__list {
  border: solid 1px #9C7A4C;
  padding: 2.6666666667vw;
}
.c-input-error__list li {
  color: #9C7A4C;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", arial, sans-serif;
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.4;
  text-align: left;
  padding: 0.8vw 0;
  text-indent: -15px;
  margin-left: 15px;
}
.c-input-error__list li:before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .c-input-error {
    margin-bottom: 50px;
  }
  .c-input-error__list {
    padding: 14px 22px;
  }
  .c-input-error__list li {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: min(2.4vw, 1.25rem);
    padding: 5px 0;
    text-indent: -20px;
    margin-left: 20px;
  }
}

.input_confirm dd.diff {
  background: #FFCC88 !important;
  padding: 10px;
}
.input_confirm dd.diff:empty {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .input_confirm dd.diff {
    padding: 30px 20px;
  }
  .input_confirm dd.diff:empty {
    padding: 40px 20px;
  }
}

/* c-list-disc
   ----------------------------------------------------------------- */
.c-list-disc li {
  padding-left: 4vw;
  text-indent: -4vw;
}
.c-list-disc li::before {
  content: "・";
}

.input_confirm {
  background-color: #fff;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.input_confirm dl:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
.input_confirm dl:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.input_confirm dl:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.input_confirm dl.only {
  padding: 20px 0 20px;
}
.input_confirm dt {
  padding: 18px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.input_confirm dd {
  padding: 0 0 18px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .input_confirm {
    padding: 0;
  }
  .input_confirm dl {
    display: flex;
    align-items: center;
  }
  .input_confirm dt {
    padding: 30px 0;
  }
  .input_confirm dd {
    padding: 30px 0;
  }
}

/* page_nation
   ----------------------------------------------------------------- */
.c-page_nation {
  width: 100%;
  margin: 35px auto 75px;
}
.c-page_nation .count {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 2px;
}
.c-page_nation__prev {
  background: url("/ec/shop/images/button/page_back_o.gif") no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.c-page_nation__next {
  background: url("/ec/shop/images/button/page_next_o.gif") no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.c-page_nation table {
  margin: 0 auto;
}
.c-page_nation table tr {
  display: flex;
  align-items: center;
}
.c-page_nation table td {
  padding: 0 15px;
  line-height: 135%;
  letter-spacing: -0.5em;
  white-space: nowrap;
  font-size: 17px;
  display: flex;
}
.c-page_nation table td span {
  padding: 0 15px;
  zoom: 100%;
  display: inline-block;
  letter-spacing: normal;
  color: #ccc;
  border-right: 1px solid #b5b5b5;
  line-height: 1;
  height: 18px;
  font-size: 20px;
  vertical-align: top;
}
.c-page_nation table td span:last-child {
  border-right: none;
}
.c-page_nation table td a {
  padding: 0 15px;
  color: #333;
  zoom: 100%;
  display: inline-block;
  letter-spacing: normal;
  text-decoration: none;
  border-right: 1px solid #b5b5b5;
  line-height: 1;
  height: 18px;
  font-size: 20px;
  vertical-align: top;
}
.c-page_nation table td a:last-child {
  border-right: none;
}
.c-page_nation p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}
.c-page_nation p span {
  font-weight: bold;
  font-size: 20px;
  padding: 0 3px;
}
.c-page_nation table th img {
  width: 40px;
  height: 40px;
}
.c-page_nation table td a :first-of-type {
  border-left: none;
}
@media screen and (min-width: 768px) {
  .c-page_nation {
    margin: 50px 0 150px;
    position: relative;
    width: 840px;
  }
}
.c-page_nation .c-page_nation table td {
  padding: 0 30px;
}
.c-page_nation p {
  font-size: 18px;
  margin-bottom: 30px;
}
.c-page_nation p span {
  font-size: 24px;
}

#d_complete_unit {
  background-color: #f9f0ee;
  padding: 42px 20px;
}
@media screen and (min-width: 768px) {
  #d_complete_unit {
    padding: 80px 30px;
  }
}

.top-info {
  margin: 0 20px 30px;
  line-height: 1.7;
}
.top-info .must {
  display: block;
  color: #e60012;
}
@media screen and (min-width: 768px) {
  .top-info {
    margin: 0 auto 50px;
  }
}

.thanks_1 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .thanks_1 {
    font-size: 24px;
  }
}

.thanks_2 {
  line-height: 1.7;
  font-size: 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .thanks_2 {
    text-align: center;
  }
}

.alertWindowContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alertWindowContent {
  width: 90%;
  background: #fff;
  padding: 50px 10px;
  margin: 150px auto;
  position: relative;
}
.alertWindowContent::before {
  content: "";
  background: url(/ec/shop/images/goods/close.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 40px;
  height: 40px;
  right: -15px;
  top: -20px;
}
.alertWindowContent h3 {
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  margin-bottom: 28px;
}
.alertWindowContent .alert__info {
  font-size: 15px;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .alertWindowContent {
    width: 1100px;
    padding: 70px 0 100px;
  }
  .alertWindowContent::before {
    content: "";
    width: 45px;
    height: 45px;
    right: -20px;
    top: -20px;
    cursor: pointer;
  }
  .alertWindowContent h3 {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .alertWindowContent .alert__info {
    font-size: 17px;
    margin-bottom: 70px;
  }
}

.alertWindowInner #counselingErrorMessages {
  border: 1px solid #e60012;
  margin: 0 0 20px;
  padding: 10px;
}
.alertWindowInner #counselingErrorMessages p {
  color: #e60012;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .alertWindowInner #counselingErrorMessages {
    padding: 10px 15px;
    margin: 0 20px 20px;
  }
}
.alertWindowInner ul {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}
.alertWindowInner li {
  margin: 0;
  padding: 0;
  width: 130px;
  height: 60px;
}
.alertWindowInner li:first-child {
  margin-right: 20px;
}
.alertWindowInner li button {
  height: 60px;
  border-radius: 2px;
  font-size: 16px;
  transition: opacity 0.2s ease-out;
  padding: 0 10px;
  text-align: center;
}
.alertWindowInner li .next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 1.4;
  width: auto;
  font-size: 16px;
  width: 130px;
}
.alertWindowInner li .--gray {
  background-color: #ccc;
}
.alertWindowInner li .c-button {
  line-height: 1.4;
  font-size: 16px;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 130px;
}
@media screen and (min-width: 768px) {
  .alertWindowInner li {
    height: 80px;
    width: 200px;
  }
  .alertWindowInner li:first-child {
    margin-right: 50px;
  }
  .alertWindowInner li button {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  .alertWindowInner li .next {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    width: 200px;
  }
  .alertWindowInner li .prev {
    width: 200px;
  }
  .alertWindowInner li .c-button {
    font-size: 20px;
    height: 80px;
    line-height: 80px;
    width: 200px;
  }
}

.zoom_close {
  position: absolute;
  top: -20px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: url(/ec/shop/images/goods/close.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .zoom_close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: url(/ec/shop/images/goods/close.png) no-repeat;
    background-size: contain;
  }
  .zoom_close:hover {
    opacity: 1;
  }
}

.header_close::before {
  content: "";
  background: url(/ec/shop/images/goods/close.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 40px;
  height: 40px;
  right: -15px;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .header_close:hover {
    opacity: 1;
  }
  .header_close::before {
    content: "";
    width: 45px;
    height: 45px;
    right: -20px;
    top: -20px;
  }
}

@media screen and (min-width: 768px) {
  .pop_guide {
    margin: 20px;
  }
  .pop_guide .l-block__inner {
    width: auto;
  }
  .pop_guide .l-title__block h3 {
    width: auto;
  }
}

/* ==========================================================================
   _c-form
   ========================================================================== */
/* c-form-input
   ----------------------------------------------------------------- */
.c-form-input {
  padding-bottom: 5.3333333333vw;
}
.c-form-input__mail {
  width: 100%;
  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb;
}
.c-form-input__mail tr {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.c-form-input__mail th {
  margin-bottom: 13px;
}
.c-form-input__mail input[type=email] {
  width: 100%;
}
.c-form-input__mail .must {
  background-color: #ec676d;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 5px 2px;
  margin: 0px 10px 2px 0;
  vertical-align: middle;
  display: inline-block;
}
.c-form-input__mail .retype {
  color: #e60012;
  font-size: 15px;
  margin: 18px auto 15px;
}
.c-form-input__mail .notes {
  font-size: 15px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .c-form-input__mail tr {
    flex-direction: initial;
    align-items: center;
  }
  .c-form-input__mail th {
    width: 190px;
    margin-right: 60px;
    position: relative;
  }
  .c-form-input__mail .must {
    position: absolute;
    right: 0;
  }
  .c-form-input__mail input[type=email] {
    width: 500px;
  }
  .c-form-input__mail .retype {
    font-size: 14px;
    margin: 18px 0;
  }
  .c-form-input__mail .notes {
    font-size: 14px;
    margin: 0;
    display: inline-block;
  }
}
.c-form-input__inner {
  margin: 0 20px;
}
.c-form-input__inner .must {
  background-color: #ec676d;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 1px 5px 2px;
  margin: 0px 10px 2px 0;
  vertical-align: middle;
  display: inline-block;
}
.c-form-input__inner .retype {
  color: #e60012;
  font-size: 15px;
  margin: 18px auto 15px;
}
.c-form-input__inner dl:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 25px;
  margin: 0 auto 25px;
}
.c-form-input__inner dl:first-of-type {
  border-top: 1px solid #e6e6e6;
  padding: 25px 0 25px;
}
.c-form-input__inner dl:last-of-type {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 25px;
}
.c-form-input__inner dl.only {
  padding: 25px 0 25px;
}
.c-form-input__inner dl.zipcode {
  border: none;
  padding: 0;
}
.c-form-input__inner dl.zipcode .c-link {
  font-size: 14px;
  margin-top: 20px;
}
.c-form-input__inner dl.zipcode .c-link::after {
  top: 3px;
  right: -20px;
  width: 15px;
  height: 15px;
}
.c-form-input__inner dl.groupNameBlock .c-link {
  font-size: 14px;
  margin-top: 20px;
}
.c-form-input__inner dl.groupNameBlock .c-link::after {
  top: 3px;
  right: -20px;
  width: 15px;
  height: 15px;
}
.c-form-input__inner .group .c-link {
  font-size: 14px;
  margin-top: 20px;
}
.c-form-input__inner .group .c-link::after {
  top: 3px;
  right: -20px;
  width: 15px;
  height: 15px;
}
.c-form-input__inner .notes {
  font-size: 15px;
  margin-top: 10px;
}
.c-form-input__inner dt {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.c-form-input__inner dt .note {
  display: block;
  font-weight: normal;
  font-size: 15px;
  margin-top: 3px;
  line-height: 1.6;
}
.c-form-input__inner dd .note {
  font-size: 15px;
  margin-top: 10px;
  display: block;
}
.c-form-input__inner .w100 {
  width: 100%;
}
.c-form-input__inner .w70 {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .c-form-input__inner {
    margin: 0 auto;
  }
  .c-form-input__inner dt {
    font-size: 16px;
    margin: 0 22px 0 0;
  }
  .c-form-input__inner dt .note {
    font-size: 14px;
    margin-top: 8px;
  }
  .c-form-input__inner .notes {
    margin-top: 0;
  }
  .c-form-input__inner .retype {
    font-size: 14px;
    margin: 18px 0;
  }
  .c-form-input__inner dl.zipcode .c-link.--border {
    margin: 0 0 0 35px;
  }
  .c-form-input__inner dl.groupNameBlock .c-link {
    margin: 0 0 0 35px;
  }
  .c-form-input__inner .prefecture select {
    width: 200px;
  }
  .c-form-input__inner .group .c-link {
    margin: 0 0 0 35px;
  }
}
.c-form-input__icon {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 3.2vw;
  background: #9C7A4C;
  line-height: 1;
  margin-right: 10px;
  padding: 4px 5px;
}
.c-form-input__content {
  margin-top: 15px;
}
.c-form-input__content--row {
  display: flex;
  align-items: center;
}
.c-form-input__radio {
  display: table;
  padding-top: 3px;
  margin-bottom: 15px;
}
.c-form-input__radio input[type=radio],
.c-form-input__radio span {
  display: table-cell;
}
.c-form-input__radio input[type=radio] {
  width: 31px;
}
.c-form-input__title {
  margin-right: 10px;
  white-space: nowrap;
}
.c-form-input__subtitle {
  margin: 0 10px;
}
.c-form-input__selectbox label {
  display: flex;
  align-items: center;
  width: 70%;
  margin-right: 10px;
}
.c-form-input__selectbox label span {
  width: 90%;
}
.c-form-input__selectbox input[type=text],
.c-form-input__selectbox input[type=tel] {
  width: 28%;
}
.c-form-input__selectbox input.c-form-input--size-ss {
  width: 25%;
}
.c-form-input__selectbox input[type=day] {
  width: 19%;
}
.c-form-input__selectbox input[type=radio] {
  width: 24px;
}
.c-form-input__selectbox + .c-form-input__selectbox {
  margin-top: 20px;
}
.c-form-input__name {
  display: flex;
  align-items: center;
}
.c-form-input__name input {
  width: 70%;
}
.c-form-input__name select {
  width: calc(30% - 5px);
  margin-left: 5px;
}
.c-form-input__gender select {
  width: 55%;
}
@media screen and (min-width: 768px) {
  .c-form-input__gender select {
    width: 200px;
  }
}
.c-form-input__address {
  margin-left: 20px;
}
.c-form-input__address dl + dl {
  margin-top: 30px;
}
.c-form-input__zipcode--wrap .ziperror {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form-input__zipcode--wrap {
    flex-wrap: wrap;
  }
  .c-form-input__zipcode--wrap .ziperror {
    width: 100%;
  }
}
.c-form-input__zipcode {
  display: flex;
  align-items: center;
}
.c-form-input__zipcode button {
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  background-color: #777;
  padding: 15px 10px;
  border-radius: 2px;
  height: 50px;
}
.c-form-input__zipcode input[type=tel] {
  width: 29%;
}
@media screen and (min-width: 768px) {
  .c-form-input__zipcode button {
    padding: 15px 20px;
    margin-left: 30px;
  }
}
.c-form-input--normal, .c-form-input--size-m {
  width: 100%;
}
.c-form-input--size-s {
  width: 29.8%;
}
.c-form-input--size-ss {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .c-form-input {
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 1.125rem;
  }
  .c-form-input__inner dl {
    display: flex;
    align-items: center;
  }
  .c-form-input__inner dt {
    width: 250px;
    margin-right: 50px;
    position: relative;
  }
  .c-form-input__inner dt .must {
    position: absolute;
    right: 0;
    font-size: 13px;
    padding: 1px 5px 2px;
    margin: 0;
  }
  .c-form-input__inner dd {
    display: flex;
    align-items: center;
  }
  .c-form-input__inner dd .note {
    font-size: 14px;
    margin-top: 10px;
  }
  .c-form-input__inner dd .notes {
    font-size: 14px;
    margin: 0 0 0 30px;
  }
  .c-form-input__inner dd.name, .c-form-input__inner dd.furigana {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-form-input__inner input {
    width: 400px;
  }
  .c-form-input__selectbox input[type=tel] {
    width: 110px;
  }
  .c-form-input__group {
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-form-input__group2 {
    margin: 80px 0 30px;
    text-align: center;
  }
  .c-form-input__heading {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: 1.125rem;
    width: 24%;
    max-width: 225px;
    position: relative;
  }
  .c-form-input__icon {
    display: inline-block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 4px 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-form-input__content {
    margin-top: 0;
    width: 72%;
    max-width: 700px;
  }
  .c-form-input__radio {
    margin-bottom: 20px;
  }
  .c-form-input__selectbox label {
    width: 82%;
  }
  .c-form-input__selectbox input[type=text] {
    width: 90px;
    margin-right: 10px;
  }
  .c-form-input__selectbox input[type=radio] {
    width: 18px;
    top: 0;
  }
  .c-form-input__selectbox + .c-form-input__selectbox {
    margin-top: 20px;
  }
  .c-form-input__address {
    margin: 0;
  }
  .c-form-input__address dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-form-input__address dd + dt {
    margin-top: 30px;
  }
  .c-form-input__address dt {
    width: 20%;
    max-width: 115px;
    margin-right: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .c-form-input__address dd {
    width: 78%;
    max-width: 585px;
  }
  .c-form-input__zipcode input[type=button] {
    margin-left: 25px;
    padding: 12px 14px;
  }
  .c-form-input__zipcode input[type=tel] {
    width: 100px;
  }
  .c-form-input--size-m {
    max-width: 460px;
  }
  .c-form-input--size-s {
    max-width: 150px;
  }
  .c-form-input--size-ss {
    max-width: 150px;
  }
}

.aboutPassword {
  font-size: 15px;
  margin-bottom: 10px;
}

.passwordView {
  margin-top: 5px;
}
.passwordView input {
  width: 25px;
  height: 25px;
  border-radius: 13px;
  border: none;
}
.passwordView input[type=checkbox]::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 12px;
}
.passwordView input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #ccc;
  border-radius: 50%;
}
.passwordView input[type=checkbox]:checked::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.passwordView input[type=checkbox]:checked::after {
  background: #ec676d;
}
@media screen and (min-width: 768px) {
  .passwordView input {
    width: 20px;
    height: 20px;
  }
  .passwordView input[type=checkbox]::before {
    width: 5px;
    height: 10px;
  }
  .passwordView input[type=checkbox]::after {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
}

/* p-input-comfirm
   ----------------------------------------------------------------- */
.p-input-comfirm.c-form-input {
  padding-top: 4vw;
  padding-bottom: 0;
}
.p-input-comfirm .c-form-input__group {
  margin: 6.6666666667vw 0;
  padding-bottom: 8vw;
}
.p-input-comfirm .c-form-input__group:not(:last-child) {
  border-bottom: solid 1px rgba(215, 202, 183, 0.5);
}
.p-input-comfirm .c-form-input__content {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-input-comfirm.c-form-input {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .p-input-comfirm .c-form-input__group {
    margin: 40px 0;
    padding-bottom: 40px;
    justify-content: center;
  }
  .p-input-comfirm .c-form-input__heading {
    width: 50%;
    max-width: 50%;
    padding-left: 10%;
    padding-right: 3%;
  }
  .p-input-comfirm .c-form-input__content {
    margin-left: 0;
    width: 50%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .p-input-comfirm .c-form-input__heading {
    padding-left: 25%;
  }
}

/* c-complete
   ----------------------------------------------------------------- */
.c-complete {
  margin: 20vw 0;
}
.c-complete__heading {
  margin-bottom: 6.6666666667vw;
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", serif;
  font-weight: 400;
  font-size: 5.8666666667vw;
  color: #9C7A4C;
}
.c-complete__text {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
.c-complete__list {
  margin-bottom: 6.6666666667vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .c-complete {
    margin: 95px 0;
  }
  .c-complete__heading {
    margin-bottom: 25px;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
  }
  .c-complete__text {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .c-complete__text + .c-complete__list {
    margin-top: -10px;
  }
  .c-complete__list {
    margin-bottom: 20px;
    font-size: 0.875rem;
    text-align: center;
  }
}

textarea {
  resize: vertical;
  width: 100%;
}
@media screen and (min-width: 768px) {
  textarea.c-form-input--normal {
    width: 600px;
    height: 170px;
  }
  textarea.c-form-input--full {
    width: 700px;
    height: 170px;
  }
}/*# sourceMappingURL=style.css.map */