@charset "utf-8";

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "\200B";
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "MyHiragino";
  src: local("HiraginoSans-W3"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN");
}
@font-face {
  font-family: "MyHiragino";
  font-weight: bold;
  src: local("HiraginoSans-W6"), local("ヒラギノ角ゴ ProN W6"), local("Hiragino Kaku Gothic ProN W6");
}
@font-face {
  font-family: "MyHiragino";
  font-weight: 800;
  src: local("HiraginoSans-W8"), local("ヒラギノ角ゴ StdN"), local("Hiragino Kaku Gothic StdN");
}
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  html.ov-hidden {
    height: 100%;
    overflow: hidden;
  }
}

body {
  position: relative;
  font-family: "MyHiragino", Arial, YuGothic, "Yu Gothic M", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  height: 100%;
  color: #000000;
  font-size: 1.6rem;
}
body .badge {
  width: 42px;
  height: 42px;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

p {
  margin: -4px 0;
  line-height: 1.5;
  text-align: left;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}
#Detail > img, #main-column > img, #main-column b > b img, #main-column-full > img {
  position: absolute;
  width: 1px;
  height: 1px;
}

/* [icons] 商品アイコン群
-----------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-feature-article-info .icons, #itemDetail-wrap #itemDetail-cont .itemOutline .icons {
    padding: 0 16px;
  }
}
.p-feature-article-info .icons .ico_itemType, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType {
  list-style-type: none;
  display: flex;
  margin: 0 -1px;
  padding: 0;
}
.p-feature-article-info .icons .ico_itemType li, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType li {
  margin: 0 1px;
}
.p-feature-article-info .icons .ico_itemType li span, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType li span {
  display: inline-block;
  padding: 8px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-feature-article-info .icons .ico_itemType li span, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType li span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .p-feature-article-info .icons .ico_itemType li span, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType li span {
    padding: 8px 3px;
  }
}
.p-feature-article-info .icons .ico_itemType li img[src*="/hpgen/HPB/theme/img/rank"], #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType li img[src*="/hpgen/HPB/theme/img/rank"] {
  display: none;
}
.p-feature-article-info .icons .ico_itemType .icon-joon, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType .icon-joon {
  background-color: #e34d7b;
}
.p-feature-article-info .icons .ico_itemType .icon-reizo, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType .icon-reizo {
  background-color: #2135a0;
}
.p-feature-article-info .icons .ico_itemType .icon-reito, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType .icon-reito {
  background-color: #2490b1;
}
.p-feature-article-info .icons .ico_itemType .icon-gentei, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType .icon-gentei {
  background-color: #0e7c30;
}
.p-feature-article-info .icons .ico_itemType .icon-yoyaku, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType .icon-yoyaku {
  background-color: #eeb300;
}
.p-feature-article-info .icons .ico_itemType .icon-soryo, #itemDetail-wrap #itemDetail-cont .itemOutline .icons .ico_itemType .icon-soryo {
  background-color: #b13324;
}

/* [itemOutline_h1] カート内商品名
-----------------------------------------------*/
.p-feature-article-info h2,
.p-feature-article-info h3,
.p-feature-article-info h4, #itemDetail-wrap #itemDetail-cont .itemOutline h1 {
  display: flex;
  margin-top: 24px;
  color: #000000;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-feature-article-info h2,
.p-feature-article-info h3,
.p-feature-article-info h4, #itemDetail-wrap #itemDetail-cont .itemOutline h1 {
    padding: 0 16px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-feature-article-info h2 .icon-new,
.p-feature-article-info h3 .icon-new,
.p-feature-article-info h4 .icon-new, #itemDetail-wrap #itemDetail-cont .itemOutline h1 .icon-new {
  display: block;
  min-width: 42px;
  width: 42px;
  height: 42px;
  margin: 3px 6px 0 0;
  background: url("/assets/img/shared/icon_new_2x.png") center top/cover no-repeat;
}

/* [itemOutline_price] カート内料金
-----------------------------------------------*/
.p-feature-article-dx-sale table.price, .p-feature-article-info > table.price, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price {
  margin: 26px 0 0;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price, .p-feature-article-info > table.price, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price {
    margin-top: 16px;
  }
}
.p-feature-article-dx-sale table.price tbody, .p-feature-article-info > table.price tbody, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tbody, .p-feature-article-info > table.price tbody, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tbody tr.price, .p-feature-article-info > table.price tbody tr.price, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.price {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0;
    padding: 0;
  }
}
.p-feature-article-dx-sale table.price tbody tr.price th, .p-feature-article-info > table.price tbody tr.price th, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.price th,
.p-feature-article-dx-sale table.price tbody tr.price td,
.p-feature-article-info > table.price tbody tr.price td,
#itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.price td {
  padding: 0;
}
.p-feature-article-dx-sale table.price tbody tr.price th, .p-feature-article-info > table.price tbody tr.price th, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.price th {
  padding-top: 2px !important;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tbody tr.price th, .p-feature-article-info > table.price tbody tr.price th, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.price th {
    width: 76px !important;
  }
}
.p-feature-article-dx-sale table.price tbody tr.price td, .p-feature-article-info > table.price tbody tr.price td, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.price td {
  width: 252px;
  color: #b13324;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tbody tr.price td, .p-feature-article-info > table.price tbody tr.price td, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.price td {
    width: inherit;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tbody tr.rg_price, .p-feature-article-info > table.price tbody tr.rg_price, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.rg_price {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tbody tr.rg_price th, .p-feature-article-info > table.price tbody tr.rg_price th, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.rg_price th {
    width: 76px !important;
  }
}
.p-feature-article-dx-sale table.price tbody tr.rg_price td, .p-feature-article-info > table.price tbody tr.rg_price td, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.rg_price td {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tbody tr.rg_price td, .p-feature-article-info > table.price tbody tr.rg_price td, #itemDetail-wrap #itemDetail-cont .itemOutline > table.price tbody tr.rg_price td {
    width: inherit;
  }
}

/* [itemOutline_info-table] カート内商品情報テーブル
-----------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price, .p-feature-article-info table, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr, .p-feature-article-info table tr, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 0;
    padding: 0 16px;
  }
}
.p-feature-article-dx-sale table.price tr th, .p-feature-article-info table tr th, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr th,
.p-feature-article-dx-sale table.price tr td,
.p-feature-article-info table tr td,
#itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td {
  padding: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr th, .p-feature-article-info table tr th, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr th,
.p-feature-article-dx-sale table.price tr td,
.p-feature-article-info table tr td,
#itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td {
    width: 100%;
    padding: 0;
  }
}
.p-feature-article-dx-sale table.price tr th, .p-feature-article-info table tr th, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr th {
  width: 132px !important;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6875;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr th, .p-feature-article-info table tr th, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr th {
    width: 100% !important;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.p-feature-article-dx-sale table.price tr th .required, .p-feature-article-info table tr th .required, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr th .required {
  margin-left: 5px;
  color: #b13324;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr th .required, .p-feature-article-info table tr th .required, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr th .required {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}
.p-feature-article-dx-sale table.price tr td, .p-feature-article-info table tr td, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr td, .p-feature-article-info table tr td, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.p-feature-article-dx-sale table.price tr td .option_parts, .p-feature-article-info table tr td .option_parts, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td .option_parts,
.p-feature-article-dx-sale table.price tr td .quantity,
.p-feature-article-info table tr td .quantity,
#itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td .quantity {
  position: relative;
  width: 100%;
  height: 28px;
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr td .option_parts, .p-feature-article-info table tr td .option_parts, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td .option_parts,
.p-feature-article-dx-sale table.price tr td .quantity,
.p-feature-article-info table tr td .quantity,
#itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td .quantity {
    height: 44px;
    line-height: 1.7333333333;
  }
}
.p-feature-article-dx-sale table.price tr td div + .option_parts, .p-feature-article-info table tr td div + .option_parts, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td div + .option_parts {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr td div + .option_parts, .p-feature-article-info table tr td div + .option_parts, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td div + .option_parts {
    margin-top: 8px;
  }
}
.p-feature-article-dx-sale table.price tr td input.option_parts, .p-feature-article-info table tr td input.option_parts, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td input.option_parts {
  min-height: 58px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr td input.option_parts, .p-feature-article-info table tr td input.option_parts, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td input.option_parts {
    min-height: 88px;
    font-size: 1.6rem;
  }
}
.p-feature-article-dx-sale table.price tr td.quantity, .p-feature-article-info table tr td.quantity, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td.quantity {
  font-size: 1.8rem;
  line-height: 1.7222222222;
}
.p-feature-article-dx-sale table.price tr td.quantity input, .p-feature-article-info table tr td.quantity input, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td.quantity input {
  width: 80px;
  height: 28px;
  margin-right: 16px;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr td.quantity input, .p-feature-article-info table tr td.quantity input, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr td.quantity input {
    width: 100px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr.option_zaiko, .p-feature-article-info table tr.option_zaiko, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr.option_zaiko {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
}
.p-feature-article-dx-sale table.price tr.option_zaiko th, .p-feature-article-info table tr.option_zaiko th, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr.option_zaiko th,
.p-feature-article-dx-sale table.price tr.option_zaiko td,
.p-feature-article-info table tr.option_zaiko td,
#itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr.option_zaiko td {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr.option_zaiko th, .p-feature-article-info table tr.option_zaiko th, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr.option_zaiko th {
    width: 76px !important;
  }
}
.p-feature-article-dx-sale table.price tr.option_zaiko td, .p-feature-article-info table tr.option_zaiko td, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr.option_zaiko td {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tr.option_zaiko td, .p-feature-article-info table tr.option_zaiko td, #itemDetail-wrap #itemDetail-cont .itemOutline > table tbody tr.option_zaiko td {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}

/* [item-list] 商品リスト共通スタイル（「../project/list-page」より）
-----------------------------------------------*/
#ranking .ranking .column-set, .recommend .column-set, #itemList_wrap #itemList .column-set, .c-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -12px 0;
}
@media screen and (max-width: 768px) {
  #ranking .ranking .column-set, .recommend .column-set, #itemList_wrap #itemList .column-set, .c-item-list {
    margin: 18px -4px 0;
  }
}
#ranking .ranking .column-set .column4, .recommend .column-set .column4, #itemList_wrap #itemList .column-set .column4, .c-item-list .column4,
#ranking .ranking .column-set .column5,
.recommend .column-set .column5,
#itemList_wrap #itemList .column-set .column5,
.c-item-list .column5 {
  width: calc((100% / 4) - 24px);
  margin: 32px 12px 0;
}
@media screen and (max-width: 768px) {
  #ranking .ranking .column-set .column4, .recommend .column-set .column4, #itemList_wrap #itemList .column-set .column4, .c-item-list .column4,
#ranking .ranking .column-set .column5,
.recommend .column-set .column5,
#itemList_wrap #itemList .column-set .column5,
.c-item-list .column5 {
    width: calc((100% / 2) - 8px);
    margin: 16px 4px 0;
  }
}
@media screen and (min-width: 769px) {
  #ranking .ranking .column-set .column4:nth-of-type(-n+4), .recommend .column-set .column4:nth-of-type(-n+4), #itemList_wrap #itemList .column-set .column4:nth-of-type(-n+4), .c-item-list .column4:nth-of-type(-n+4),
#ranking .ranking .column-set .column5:nth-of-type(-n+4),
.recommend .column-set .column5:nth-of-type(-n+4),
#itemList_wrap #itemList .column-set .column5:nth-of-type(-n+4),
.c-item-list .column5:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #ranking .ranking .column-set .column4:nth-of-type(-n+2), .recommend .column-set .column4:nth-of-type(-n+2), #itemList_wrap #itemList .column-set .column4:nth-of-type(-n+2), .c-item-list .column4:nth-of-type(-n+2),
#ranking .ranking .column-set .column5:nth-of-type(-n+2),
.recommend .column-set .column5:nth-of-type(-n+2),
#itemList_wrap #itemList .column-set .column5:nth-of-type(-n+2),
.c-item-list .column5:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
#ranking .ranking .column-set .column4 h2, .recommend .column-set .column4 h2, #itemList_wrap #itemList .column-set .column4 h2, .c-item-list .column4 h2,
#ranking .ranking .column-set .column4 h3,
.recommend .column-set .column4 h3,
#itemList_wrap #itemList .column-set .column4 h3,
.c-item-list .column4 h3,
#ranking .ranking .column-set .column5 h2,
.recommend .column-set .column5 h2,
#itemList_wrap #itemList .column-set .column5 h2,
.c-item-list .column5 h2,
#ranking .ranking .column-set .column5 h3,
.recommend .column-set .column5 h3,
#itemList_wrap #itemList .column-set .column5 h3,
.c-item-list .column5 h3 {
  position: relative;
  margin-top: 16px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  #ranking .ranking .column-set .column4 h2, .recommend .column-set .column4 h2, #itemList_wrap #itemList .column-set .column4 h2, .c-item-list .column4 h2,
#ranking .ranking .column-set .column4 h3,
.recommend .column-set .column4 h3,
#itemList_wrap #itemList .column-set .column4 h3,
.c-item-list .column4 h3,
#ranking .ranking .column-set .column5 h2,
.recommend .column-set .column5 h2,
#itemList_wrap #itemList .column-set .column5 h2,
.c-item-list .column5 h2,
#ranking .ranking .column-set .column5 h3,
.recommend .column-set .column5 h3,
#itemList_wrap #itemList .column-set .column5 h3,
.c-item-list .column5 h3 {
    margin-top: 12px;
    padding-left: 22px;
  }
}
#ranking .ranking .column-set .column4 h2 a, .recommend .column-set .column4 h2 a, #itemList_wrap #itemList .column-set .column4 h2 a, .c-item-list .column4 h2 a,
#ranking .ranking .column-set .column4 h3 a,
.recommend .column-set .column4 h3 a,
#itemList_wrap #itemList .column-set .column4 h3 a,
.c-item-list .column4 h3 a,
#ranking .ranking .column-set .column5 h2 a,
.recommend .column-set .column5 h2 a,
#itemList_wrap #itemList .column-set .column5 h2 a,
.c-item-list .column5 h2 a,
#ranking .ranking .column-set .column5 h3 a,
.recommend .column-set .column5 h3 a,
#itemList_wrap #itemList .column-set .column5 h3 a,
.c-item-list .column5 h3 a {
  display: block;
  color: #472f25;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #ranking .ranking .column-set .column4 h2 a, .recommend .column-set .column4 h2 a, #itemList_wrap #itemList .column-set .column4 h2 a, .c-item-list .column4 h2 a,
#ranking .ranking .column-set .column4 h3 a,
.recommend .column-set .column4 h3 a,
#itemList_wrap #itemList .column-set .column4 h3 a,
.c-item-list .column4 h3 a,
#ranking .ranking .column-set .column5 h2 a,
.recommend .column-set .column5 h2 a,
#itemList_wrap #itemList .column-set .column5 h2 a,
.c-item-list .column5 h2 a,
#ranking .ranking .column-set .column5 h3 a,
.recommend .column-set .column5 h3 a,
#itemList_wrap #itemList .column-set .column5 h3 a,
.c-item-list .column5 h3 a {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
#ranking .ranking .column-set .column4 h2:before, .recommend .column-set .column4 h2:before, #itemList_wrap #itemList .column-set .column4 h2:before, .c-item-list .column4 h2:before,
#ranking .ranking .column-set .column4 h3:before,
.recommend .column-set .column4 h3:before,
#itemList_wrap #itemList .column-set .column4 h3:before,
.c-item-list .column4 h3:before,
#ranking .ranking .column-set .column5 h2:before,
.recommend .column-set .column5 h2:before,
#itemList_wrap #itemList .column-set .column5 h2:before,
.c-item-list .column5 h2:before,
#ranking .ranking .column-set .column5 h3:before,
.recommend .column-set .column5 h3:before,
#itemList_wrap #itemList .column-set .column5 h3:before,
.c-item-list .column5 h3:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("/assets/img/shared/icon_arrow-r.svg") center top/cover no-repeat;
}
#ranking .ranking .column-set .column4 h2:hover a, .recommend .column-set .column4 h2:hover a, #itemList_wrap #itemList .column-set .column4 h2:hover a, .c-item-list .column4 h2:hover a,
#ranking .ranking .column-set .column4 h3:hover a,
.recommend .column-set .column4 h3:hover a,
#itemList_wrap #itemList .column-set .column4 h3:hover a,
.c-item-list .column4 h3:hover a,
#ranking .ranking .column-set .column5 h2:hover a,
.recommend .column-set .column5 h2:hover a,
#itemList_wrap #itemList .column-set .column5 h2:hover a,
.c-item-list .column5 h2:hover a,
#ranking .ranking .column-set .column5 h3:hover a,
.recommend .column-set .column5 h3:hover a,
#itemList_wrap #itemList .column-set .column5 h3:hover a,
.c-item-list .column5 h3:hover a {
  opacity: 1;
  color: #b13324;
}
#ranking .ranking .column-set .column4 h2:hover:before, .recommend .column-set .column4 h2:hover:before, #itemList_wrap #itemList .column-set .column4 h2:hover:before, .c-item-list .column4 h2:hover:before,
#ranking .ranking .column-set .column4 h3:hover:before,
.recommend .column-set .column4 h3:hover:before,
#itemList_wrap #itemList .column-set .column4 h3:hover:before,
.c-item-list .column4 h3:hover:before,
#ranking .ranking .column-set .column5 h2:hover:before,
.recommend .column-set .column5 h2:hover:before,
#itemList_wrap #itemList .column-set .column5 h2:hover:before,
.c-item-list .column5 h2:hover:before,
#ranking .ranking .column-set .column5 h3:hover:before,
.recommend .column-set .column5 h3:hover:before,
#itemList_wrap #itemList .column-set .column5 h3:hover:before,
.c-item-list .column5 h3:hover:before {
  background-image: url("/assets/img/shared/icon_arrow-r--red.svg");
}
#ranking .ranking .column-set .column4 .itemThumb-wrap, .recommend .column-set .column4 .itemThumb-wrap, #itemList_wrap #itemList .column-set .column4 .itemThumb-wrap, .c-item-list .column4 .itemThumb-wrap,
#ranking .ranking .column-set .column5 .itemThumb-wrap,
.recommend .column-set .column5 .itemThumb-wrap,
#itemList_wrap #itemList .column-set .column5 .itemThumb-wrap,
.c-item-list .column5 .itemThumb-wrap {
  position: relative;
}
#ranking .ranking .column-set .column4 .itemThumb-wrap .badge, .recommend .column-set .column4 .itemThumb-wrap .badge, #itemList_wrap #itemList .column-set .column4 .itemThumb-wrap .badge, .c-item-list .column4 .itemThumb-wrap .badge,
#ranking .ranking .column-set .column5 .itemThumb-wrap .badge,
.recommend .column-set .column5 .itemThumb-wrap .badge,
#itemList_wrap #itemList .column-set .column5 .itemThumb-wrap .badge,
.c-item-list .column5 .itemThumb-wrap .badge {
  position: absolute;
  top: 0;
  left: 0;
}

/* [product-info] 商品情報テーブル
-----------------------------------------------*/
.product-info, .c-table-brown {
  margin-top: 80px;
}
.product-info > table > tbody > tr, .c-table-brown > table > tbody > tr {
  border: 1px solid #a58b55;
}
@media screen and (max-width: 768px) {
  .product-info > table > tbody > tr, .c-table-brown > table > tbody > tr {
    display: block;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .product-info > table > tbody > tr:first-of-type, .c-table-brown > table > tbody > tr:first-of-type {
    border-top: 1px solid #a58b55;
  }
}
.product-info > table > tbody > tr > th, .c-table-brown > table > tbody > tr > th,
.product-info > table > tbody > tr > td,
.c-table-brown > table > tbody > tr > td {
  padding: 12px 16px 12px 11px;
  color: #000000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product-info > table > tbody > tr > th, .c-table-brown > table > tbody > tr > th,
.product-info > table > tbody > tr > td,
.c-table-brown > table > tbody > tr > td {
    display: block;
    padding: 4px 12px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.product-info > table > tbody > tr > th, .c-table-brown > table > tbody > tr > th {
  min-width: 122px;
  background-color: #f1ede3;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .product-info > table > tbody > tr > td, .c-table-brown > table > tbody > tr > td {
    padding: 12px;
  }
}
.product-info + p, .c-table-brown + p {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .product-info + p, .c-table-brown + p {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.product-info + p > span, .c-table-brown + p > span {
  font-weight: bold;
}

/* [title] PC・SP：28px・茶色・テキスト上部に装飾あり
-----------------------------------------------*/
#ranking .ranking h2, .recommend h2, #news .news h2, #recommend .pickup h2, .c-title-1 {
  position: relative;
  margin: -7px 0;
  padding-top: 57px;
  color: #b13324;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
#ranking .ranking h2:before, .recommend h2:before, #news .news h2:before, #recommend .pickup h2:before, .c-title-1:before {
  content: "";
  position: absolute;
  top: 7px;
  left: calc(50% - 19.5px);
  width: 39px;
  height: 24px;
  background: url("/assets/img/shared/icon_title.svg") center top/cover no-repeat;
}

/**
 * Layout
**/
/* [layout] main要素
-----------------------------------------------*/
.l-main {
  overflow: hidden;
  padding-top: 149px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 66.3px;
  }
}
.l-main--cart {
  overflow: hidden !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .l-main--cart {
    padding-top: 66.3px !important;
  }
}
@media screen and (min-width: 769px) {
  .l-main--cart .cart-section {
    width: 1200px;
    margin: 0 auto;
  }
}

/* [layout] 最大幅1280px・左右40pxアキ
-----------------------------------------------*/
.l-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-container--knowledge, .l-container--sp-narrow {
    overflow: hidden;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-container--sp-narrow {
    overflow: inherit;
  }
}
@media screen and (max-width: 768px) {
  .l-container--guide {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-container--narrow {
  max-width: 1080px;
}

/* [layout] 幅768pxのコンテンツ
-----------------------------------------------*/
.l-container-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 768px;
}
.l-container-inner--knowledge {
  position: relative;
}
.l-container-inner--knowledge:before, .l-container-inner--knowledge:after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  bottom: 20px;
  background: center top/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .l-container-inner--knowledge:before, .l-container-inner--knowledge:after {
    width: 200px;
    height: 200px;
  }
}
.l-container-inner--knowledge:before {
  left: -155px;
  background-image: url("/assets/img/shared/mark_akagigyu.svg");
}
@media screen and (max-width: 768px) {
  .l-container-inner--knowledge:before {
    left: -100px;
    bottom: 15px;
  }
}
.l-container-inner--knowledge:after {
  right: -155px;
  background-image: url("/assets/img/shared/mark_akagiwagyu.svg");
}
@media screen and (max-width: 768px) {
  .l-container-inner--knowledge:after {
    right: -100px;
    bottom: 15px;
  }
}
.l-container-inner--narrow {
  max-width: 690px;
}

/* [layout] ヘッダー内商品カテゴリー一覧
-----------------------------------------------*/
.l-header-nav-contents {
  position: relative;
  width: 100%;
}
.l-header-nav-contents__container {
  opacity: 0;
  height: 0;
  padding: 0 40px;
  transition-duration: 0.2s;
}
.l-header-nav-contents__container.open {
  opacity: 1;
  min-height: 550px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 40px 64px;
}
.l-header-nav-contents__inner {
  max-width: 1000px;
  margin: 0 auto;
  visibility: hidden;
}
.open .l-header-nav-contents__inner {
  visibility: visible;
}

/* [layout] SP：グロナビ
-----------------------------------------------*/
.l-gnav {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-gnav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    padding-top: 64px;
  }
}
.l-gnav.open {
  display: block;
  -webkit-animation: gnavOpen 0.35s;
          animation: gnavOpen 0.35s;
}
@-webkit-keyframes gnavOpen {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes gnavOpen {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.l-gnav__inner {
  padding-bottom: 61px;
}

/* [layout] トップお知らせ
-----------------------------------------------*/
.l-top-news {
  background-color: #472f25;
}
.l-top-news__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 9px 40px;
}
@media screen and (max-width: 768px) {
  .l-top-news__inner {
    padding: 12px 16px 16px;
  }
}

/* [layout] トップお知らせ
-----------------------------------------------*/
.l-wrapping {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-wrapping {
    padding-top: 56px;
  }
}
#itemDetail-wrap .l-wrapping {
  display: block;
}

/* [layout] 商品一覧
-----------------------------------------------*/
.l-category-main {
  overflow: hidden;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-category-main {
    margin-top: 56px;
    margin-bottom: 80px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* [layout] 赤城牛・赤城和牛の愉しみ方/鳥山畜産食品のお約束
-----------------------------------------------*/
.l-knowledge {
  overflow: hidden;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("/assets/img/shared/bg_knowledge.svg") left top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .l-knowledge {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: url("/assets/img/shared/bg_knowledge_sp.svg");
  }
}

/* [layout] 赤城牛あかみ倶楽部
-----------------------------------------------*/
.l-club {
  margin-top: 120px;
  min-height: 400px;
  padding: 40px 0;
  background: url("/assets/img/shared/bg_club@2x.png") center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .l-club {
    min-height: 420px;
    margin-top: 80px;
    background-image: url("/assets/img/shared/bg_club_sp@2x.png");
  }
}
#news + .l-club, .l-knowledge + .l-club {
  margin-top: 0;
}
.l-club--header {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .l-club--header {
    margin-top: 0;
  }
}

/* [layout] お買い物ガイド
-----------------------------------------------*/
.l-guide {
  margin-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-guide {
    margin-top: 80px;
    padding-bottom: 24px;
  }
}

/* [layout] 下層タイトル
-----------------------------------------------*/
.l-lower-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1ede3;
  padding-top: 40px;
  padding-bottom: 50px;
  min-height: 232px;
}
@media screen and (max-width: 768px) {
  .l-lower-title {
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 195px;
  }
}

/* [layout] aside（鳥山畜産食品について・ご利用ガイドのボタン群）
-----------------------------------------------*/
.l-aside-links {
  background-color: #f1ede3;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .l-aside-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-aside-links--bg-color {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-aside-links--bg-color {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.l-aside-links__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.l-aside-links__row > .col {
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-aside-links__row > .col {
    width: 100%;
  }
  .l-aside-links__row > .col:not(:first-child) {
    padding-top: 27px;
  }
}

/* [layout] 商品詳細 レビュー
-----------------------------------------------*/
.l-review {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-review {
    margin-top: 60px;
  }
}
.l-review > section {
  margin-top: 44px;
}
.l-review > section:first-of-type {
  margin-top: 0;
}

/* [layout] 箱型パーツ
-----------------------------------------------*/
.l-box {
  padding: 120px 0;
  background-color: #f1ede3;
}
@media screen and (max-width: 768px) {
  .l-box {
    padding: 80px 0;
  }
}

/* [layout] flex汎用スタイル
-----------------------------------------------*/
.l-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media screen and (max-width: 768px) {
  .l-flex {
    display: block;
    margin: 0;
  }
}
.l-flex > * {
  width: calc(50% - 60px);
  margin: 40px 30px 0;
}
@media screen and (max-width: 768px) {
  .l-flex > * {
    width: 100%;
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-flex > *:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-flex > *:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

/* [layout] 背景色スタイル(上下120pxアキ)
-----------------------------------------------*/
.l-bg {
  background-color: #f1ede3;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .l-bg {
    padding: 80px 0;
  }
}
.l-bg--md {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-bg--md {
    padding: 24px 0;
  }
}
.l-bg--xl {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-bg--xl {
    padding: 56px 0;
  }
}
.l-bg--lg {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .l-bg--lg {
    padding: 40px 0;
  }
}

/* [layout] コンテンツ部分の兄弟要素
-----------------------------------------------*/
#wrapper + div {
  font-size: 0;
}

/* [layout] gapルール用クラス
-----------------------------------------------*/
.l-gap--xxl {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-gap--xxl {
    margin-top: 80px;
  }
}

.l-gap--xl {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-gap--xl {
    margin-top: 56px;
  }
}

.l-gap--lg {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .l-gap--lg {
    margin-top: 40px;
  }
}

.l-gap--md {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-gap--md {
    margin-top: 24px;
  }
}

.l-gap--sm {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l-gap--sm {
    margin-top: 16px;
  }
}

.l-gap--xs {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-gap--xs {
    margin-top: 8px;
  }
}

.l-gap--xxs {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .l-gap--xxs {
    margin-top: 4px;
  }
}

/* [layout] 回り込みレイアウト
-----------------------------------------------*/
.l-row-float {
  overflow: hidden;
}
.l-row-float .l-col-6 {
  display: inline;
}
.l-row-float .l-col-6 > * {
  display: inline;
}
.l-row-float .l-col-image {
  margin-bottom: 24px;
  max-width: 490px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-row-float .l-col-image {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
.l-row-float .l-col-image--left {
  float: left;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .l-row-float .l-col-image--left {
    float: none;
    margin-right: 0;
  }
}
.l-row-float .l-col-image--right {
  float: right;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .l-row-float .l-col-image--right {
    float: none;
    margin-left: 0;
  }
}

/* [layout] ボタン横並び
-----------------------------------------------*/
.two-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 16px;
}

.two-buttons a {
  margin: 0;
}

/**
 * Header
**/
/* [header] ヘッダー
-----------------------------------------------*/
.l-header__container {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header__container {
    border-bottom: 1px solid #f1ede3;
  }
}
@media screen and (max-width: 768px) {
  .l-header__container.open {
    border-bottom: none;
  }
}
.l-header__inner {
  display: flex;
  align-items: flex-start;
  padding: 8px 0 0 24px;
}
@media screen and (max-width: 1159px) {
  .l-header__inner {
    padding: 8px 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    align-items: center;
    padding: 0 6px 0 16px;
  }
}
.l-header__logo {
  display: flex;
}
@media screen and (max-width: 1159px) {
  .l-header__logo {
    min-width: 181px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 150px;
    min-width: inherit;
  }
}
.l-header__menu {
  display: flex;
  margin-left: auto;
}
.l-header__sp-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 64px;
}
.l-header__sp-item > div {
  margin: 0 auto;
}
.l-header__sp-item > div img {
  display: block;
  width: 28px;
  height: auto;
  margin: 0 auto 8px;
}
.l-header__sp-item p {
  width: 100%;
  color: #472f25;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  text-align: center;
}
.l-header__sp-item--menu .close {
  display: none;
}
.l-header__sp-item--menu.open .open {
  display: none;
}
.l-header__sp-item--menu.open .close {
  display: block;
  margin-top: 5px;
}
.l-header__sp-item--menu.open .close img {
  width: 12px;
  margin-bottom: 18px;
}
.l-header__links-wrapper {
  margin-left: auto;
}
.l-header__links01 {
  display: flex;
  justify-content: flex-end;
  margin: 0 -8px;
  padding-right: 24px;
}
@media screen and (max-width: 1159px) {
  .l-header__links01 {
    justify-content: start;
    margin: 0 -5px;
    padding-left: 0;
    padding-right: 16px;
  }
}
.l-header__link {
  list-style: none;
  margin: 0 8px;
  line-height: 1.5;
}
@media screen and (max-width: 1159px) {
  .l-header__link {
    margin: 0 5px;
  }
}
.l-header__link a {
  color: #472f25;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1159px) {
  .l-header__link a {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.l-header__link:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: -2.8px;
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #472f25;
  border-right: 1px solid #472f25;
  vertical-align: middle;
}
@media screen and (max-width: 1159px) {
  .l-header__link:before {
    margin-top: -1px;
    margin-right: 0;
  }
}
.l-header__link:hover a {
  opacity: 1;
  color: #b13324;
  -webkit-text-decoration: underline solid #b13324;
          text-decoration: underline solid #b13324;
}
.l-header__links02 {
  display: flex;
  margin-top: 7px;
}
.l-header__search {
  height: 48px;
}
.l-header__search form {
  background-color: #f1ede3;
}
.l-header__button {
  display: flex;
  max-height: 48px;
  margin: 0 -0.5px;
}
.l-header__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 155.5px;
  width: 100%;
  margin: 0 0.5px;
  padding: 17px 2px;
  background-color: #472f25;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (max-width: 1159px) {
  .l-header__button a {
    min-width: 129.5px;
  }
}
.l-header__button a:hover {
  opacity: 1;
  background-color: #b13324;
}
.l-header__navs {
  display: flex;
  margin: 0 -0.5px;
  padding-top: 1px;
  background-color: #f1ede3;
}
.l-header__nav {
  cursor: pointer;
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 59px;
  margin: 0 0.5px 1px;
  padding: 10px;
  background-color: #fff;
  color: #472f25;
  font-size: 1.4rem;
  letter-spacing: 1.12px;
  line-height: 1.4;
  text-align: center;
}
.l-header__nav:hover {
  opacity: 1;
  color: #b13324;
}
.l-header__nav i {
  margin: -1px 8px 0 0;
}
.l-header__nav.open {
  margin-bottom: 0;
  color: #b13324;
}
.l-header__nav--02, .l-header__nav--03 {
  flex: inherit;
  display: block;
  min-width: 154.5px;
  width: 154.5px;
  font-size: 1.3rem;
  letter-spacing: normal;
  line-height: 1.6;
}
@media screen and (max-width: 1159px) {
  .l-header__nav--02, .l-header__nav--03 {
    max-width: 110px;
    min-width: inherit;
    width: 100%;
    flex: auto;
  }
}
.l-header__nav--02 i,
.l-header__nav--02 span, .l-header__nav--03 i,
.l-header__nav--03 span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1159px) {
  .l-header__nav--03 {
    max-width: 108px;
  }
}

/**
 * Footer
**/
/* [footer] フッター全体
-----------------------------------------------*/
.l-footer {
  margin: 0 auto;
  padding: 64px 32px 16px;
  background-color: #472f25;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 0;
    padding: 40px 16px 16px;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
.l-footer__inner > div,
.l-footer__inner > a {
  margin-right: 18px;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner > div,
.l-footer__inner > a {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__logo {
  flex: 1;
  max-width: 365px;
  min-width: 300px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    display: flex;
    justify-content: center;
    flex: inherit;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
  }
}
.l-footer__bottom {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 0 63px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    display: block;
    margin-top: 40px;
    padding: 0;
  }
}
.l-footer__link {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    text-align: center;
  }
}
.l-footer__link:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: -2.8px;
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.l-footer__link:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer__copyright {
  margin-left: auto;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.88px;
  line-height: 1.4545454545;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 24px;
  }
}
.l-footer__copyright > p {
  text-align: center;
}

/* [footer] 各種お問合せ
-----------------------------------------------*/
.l-footer-contact {
  max-width: 792px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer-contact {
    max-width: inherit;
    margin-top: 40px;
  }
}
.l-footer-contact__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}
.l-footer-contact__inner {
  display: flex;
  align-items: center;
  margin: 0 -16px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer-contact__inner {
    display: block;
    margin: 0;
    padding-top: 16px;
  }
}
.l-footer-contact__inner > div {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .l-footer-contact__inner > div {
    padding: 0;
  }
}
.l-footer-contact__detail {
  color: #fff;
}
.l-footer-contact__detail .text-1 {
  margin: -11px 0;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 768px) {
  .l-footer-contact__detail .text-1 {
    margin: -10.5px 0;
    font-size: 1.5rem;
    line-height: 2.4;
    letter-spacing: 1.2px;
  }
}
.l-footer-contact__detail .text-2 {
  margin: -10px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .l-footer-contact__detail .text-2 {
    margin: -10.5px 0;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 1.44px;
  }
}
.l-footer-contact__detail .text-3 {
  pointer-events: none;
  margin: -6px 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 768px) {
  .l-footer-contact__detail .text-3 {
    pointer-events: inherit;
    margin: -6px 0;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 1.92px;
  }
}

/**
 * Text
**/
/* [text] PC・SP：18px・黒
-----------------------------------------------*/
.c-text-1 {
  margin: -7px 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .c-text-1 {
    line-height: 1.5555555556;
  }
}

/* [text] PC・SP：18px・白
-----------------------------------------------*/
.c-text-2 {
  margin: -6.5px 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  letter-spacing: 1.44px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-text-2 {
    line-height: 1.5555555556;
    letter-spacing: normal;
  }
}

/* [text] PC：14px・黒、SP：13px
-----------------------------------------------*/
.c-text-3 {
  margin: -3.5px 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-text-3 {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.c-text-3--02 {
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .c-text-3--02 {
    margin: -5px 0;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

/* [text] PC：16px、SP：15px
-----------------------------------------------*/
.c-text-4 {
  margin: -6px 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c-text-4 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

/* [text] 赤字アンダーライン テキストリンク
-----------------------------------------------*/
.c-text-link {
  text-decoration: underline;
  color: #b13324;
}
.c-text-link:hover {
  text-decoration: none;
}

/**
 * Title
**/
.c-title-1--large {
  margin: -8px 0;
  padding-top: 0;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-1--large {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.c-title-1--large:before {
  content: none;
}
.c-title-1 .small {
  display: block;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .c-title-1 .small {
    margin: -3px 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.c-title-1--font-large {
  margin: -8px 0;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-1--font-large {
    padding-top: 40px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.c-title-1--font-large .small {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-title-1--font-large .small {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.0555555556;
  }
}
@media screen and (max-width: 768px) {
  .c-title-1--smaller {
    margin: -6px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.c-title-1--no-icon {
  padding-top: 0;
}
.c-title-1--no-icon:before {
  content: none;
}

/* [title] PC：20px・黒・太字、SP：18px
-----------------------------------------------*/
.c-title-2 {
  margin: -5px 0;
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title-2 {
    margin: -4px 0;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

/* [title] PC・SP：28px・白
-----------------------------------------------*/
.c-title-3 {
  margin: -4px 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.2857142857;
  letter-spacing: 5.6px;
  text-align: center;
}

/* [title] PC・SP：18px・茶色
-----------------------------------------------*/
.c-title-4 {
  margin: -7px 0;
  color: #472f25;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.c-title-4--black {
  color: #000000;
}

/* [title] PC：16px・茶色・太字、SP：15px
-----------------------------------------------*/
.c-title-5 {
  margin: -6px 0;
  color: #472f25;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c-title-5 {
    margin: -5px 0;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

/* [title] PC・SP：18px・白・太字
-----------------------------------------------*/
.c-title-6 {
  margin: -7px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7777777778;
}

/* [title]
-----------------------------------------------*/
.c-title-tategaki {
  display: flex;
  flex-direction: column-reverse;
  display: block;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  color: #472f25;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-title-tategaki {
    display: block;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-text-orientation: inherit;
            text-orientation: inherit;
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
}
.is-ie .c-title-tategaki {
  margin-left: -10px;
}

/* [title]
-----------------------------------------------*/
.c-title-8 {
  position: relative;
  margin: -6px 0;
  color: #b13324;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
}
.c-title-8:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  left: -8px;
  width: 39px;
  height: 24px;
  background: url("/assets/img/shared/icon_title.svg") center top/cover no-repeat;
}
.c-title-8 .small {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
.l-header .c-title-8 {
  white-space: nowrap;
}

/* [title] PC：28px・赤文字, SP：24px
-----------------------------------------------*/
.c-title-9 {
  margin: -10px 0;
  color: #b13324;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title-9 {
    margin: -6px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

/* [title] PC：32px・黒文字, SP：
-----------------------------------------------*/
.c-title-10 {
  margin: -8px 0;
  color: #000000;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-10 {
    margin: -7px 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.c-title-10--small {
  margin: -6px 0;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-10--small {
    margin: -5px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-title-10--large {
  margin: -10.5px 0;
  font-size: 4.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-10--large {
    margin: -8px 0;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

/* [title] 左にリングアイコン
-----------------------------------------------*/
.c-title-11 {
  display: flex;
  margin: -10px 0;
  color: #b13324;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .c-title-11 {
    margin: -6px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.c-title-11:before {
  content: "";
  display: block;
  background: url(../img/shared/icon_ring.svg) no-repeat center center/100% auto;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-title-11:before {
    margin-top: 6px;
    width: 24px;
    height: 24px;
  }
}

/* [title] PC：42px, SP：
-----------------------------------------------*/
.c-title-xxl {
  margin: -10.5px 0;
  font-size: 4.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-xxl {
    margin: -8px 0;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

/* [title] 貂明朝
-----------------------------------------------*/
.c-title-mincho {
  font-family: ten-mincho, serif;
  font-weight: 400;
}

@-moz-document url-prefix() {
  .c-title-mincho {
    font-family: ten-mincho, serif;
    font-weight: 400;
    background: #b13324;
    text-shadow: none !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .c-title-mincho--black {
    background: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .c-title-mincho--white {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .c-title-mincho--gold {
    background: #a58b55;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/* [title] PC：20px・白文字, SP：18px、背景色・画像あり
-----------------------------------------------*/
.userreview > h2,
.realtimeorders > h2 {
  position: relative;
  padding: 15px 47px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .userreview > h2,
.realtimeorders > h2 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.userreview > h2:before,
.realtimeorders > h2:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 24px;
  width: 15px;
  height: 50px;
  background: center top/cover no-repeat;
}

.userreview > h2 {
  background-color: #b13324;
}
.userreview > h2:before {
  background-image: url("/assets/img/SHOP/icon_review@2x.png");
}

.realtimeorders > h2 {
  background-color: #a58b55;
}
.realtimeorders > h2:before {
  background-image: url("/assets/img/SHOP/icon_orders@2x.png");
}

/* [title] PC：32px, SP：28px、強調テキスト＋タイトル
-----------------------------------------------*/
.c-title-obi {
  display: flex;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title-obi {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-title-obi .lead,
.c-title-obi .text {
  margin: -8px 0;
  padding: 20px 0 32px 0;
  font-size: 3.2rem;
  line-height: 1.5;
}
.c-title-obi .lead {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 219px;
  margin: 0 40px 0 0;
  padding: 0 40px;
  background-color: #b13324;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title-obi .lead {
    min-width: inherit;
    margin: 0;
    padding: 9px 32px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .c-title-obi .text {
    display: block;
    width: 100%;
    margin: -6px 0;
    padding: 24px 0;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
.c-title-obi .underline {
  display: inline;
  padding-bottom: 6px;
  background: linear-gradient(transparent 92%, #b13324 0%);
}
@media screen and (max-width: 768px) {
  .c-title-obi .underline {
    padding-bottom: 1px;
    background: linear-gradient(transparent 94.1%, #b13324 0%);
  }
}
.c-title-obi .text-wrapper {
  padding: 20px 0 32px 0;
}
.c-title-obi .text-wrapper .text {
  padding: 0;
}
.c-title-obi .text-wrapper .note {
  margin: -6px 0;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title-obi .text-wrapper .text,
.c-title-obi .text-wrapper .note {
    margin: -4.5px 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.c-title-obi--reverse .lead {
  background-color: #a58b55;
}
.c-title-obi--reverse .underline {
  background: linear-gradient(transparent 92%, #a58b55 0%);
}
@media screen and (max-width: 768px) {
  .c-title-obi--reverse .underline {
    background: linear-gradient(transparent 94.1%, #a58b55 0%);
  }
}

/**
 * Button
**/
/* [button]
-----------------------------------------------*/
.c-button {
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 296px;
  width: 100%;
  padding: 22px 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #472f25;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  text-align: center;
}
.c-button:hover {
  opacity: 1;
  background-color: #b13324;
}
.c-button--white {
  background-color: #fff;
  color: #472f25;
  font-weight: bold;
}
.c-button--white:hover {
  color: #fff;
}
.c-button--large {
  display: inline-flex;
  max-width: 100%;
  min-width: 296px;
  width: auto;
  min-height: 68px;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .c-button--large {
    display: flex;
    max-width: 296px;
    min-width: inherit;
    width: 100%;
    min-height: inherit;
    padding: 22px 2px;
  }
}

/* [button] 囲み + 文章
-----------------------------------------------*/
.c-button-section {
  position: relative;
  display: block;
  background-color: #fff;
  border: 2px solid #472f25;
  border-radius: 6px;
  padding: 40px 56px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-button-section {
    padding: 40px 34px;
  }
}
.c-button-section > i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-button-section > i {
    right: 13px;
  }
}
.c-button-section > i svg {
  fill: #472f25;
}
.c-button-section:hover {
  opacity: 1;
  border-color: #b13324;
}
.c-button-section:hover * {
  color: #b13324;
}
.c-button-section:hover > i svg {
  fill: #b13324;
}

/**
 * Icon
**/
/* [icon]
-----------------------------------------------*/
.svg-icon_wallet-dims,
.svg-icon_credit-dims,
.svg-icon_period-dims,
.svg-icon_cancel-dims,
.svg-icon_delivery-dims,
.svg-icon_appoint-dims,
.svg-icon_calendar-dims {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  fill: none;
}

.svg-icon_menu-dims {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  fill: none;
}

.svg-icon_arrow-r-dims {
  width: 10px;
  height: 17.5px;
  vertical-align: middle;
  fill: none;
}

.svg-icon_arrow-r--c-b-dims {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: none;
}

.svg-icon_cart-dims,
.svg-icon_mypage-dims {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/**
 * List
**/
/* [list] 数字付きリスト
-----------------------------------------------*/
.c-list-1 {
  counter-reset: list-count;
  word-break: break-all;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-list-1 {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
.c-list-1 li {
  position: relative;
  padding-top: 14px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-list-1 li {
    padding-top: 10px;
  }
}
.c-list-1 li:first-of-type {
  padding-top: 0;
}
.c-list-1 li:before {
  position: absolute;
  left: 0px;
  margin-top: 1px;
  content: counter(list-count) ".";
  counter-increment: list-count;
  font-weight: bold;
}
.c-list-1 .text-red {
  color: #b13324;
  font-weight: bold;
}

/* [list] 箇条書きリスト
-----------------------------------------------*/
.c-list-2 {
  padding-left: 16px;
}
.c-list-2 li {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-list-2 li {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.c-list-2--note {
  margin-top: 8px;
  padding-left: 0;
  list-style-type: none;
}
.c-list-2--note li {
  position: relative;
  padding-left: 14px;
}
.c-list-2--note li:before {
  position: absolute;
  content: "※";
  left: 0;
  margin-top: 1px;
}
.c-list-2--dot {
  padding-left: 0;
  list-style-type: none;
}
.c-list-2--dot li {
  position: relative;
  padding-left: 1em;
}
.c-list-2--dot li:before {
  position: absolute;
  content: "・";
  left: 0;
  margin-top: 1px;
}

/* [list] 下線付きリスト
-----------------------------------------------*/
.c-list-3 {
  margin: 0;
}
.c-list-3 > div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(177, 51, 36, 0.3);
  color: #b13324;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .c-list-3 > div {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.c-list-3 > div:first-of-type > dt,
.c-list-3 > div:first-of-type > dd {
  padding-top: 0;
}
.c-list-3 > div dt,
.c-list-3 > div dd {
  padding: 6px 0;
}
.c-list-3 > div dt {
  flex: 1;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .c-list-3 > div dt {
    flex: 1;
    width: 100%;
    padding-right: 10px;
  }
}
.c-list-3 > div dd {
  min-width: 60px;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-list-3 > div dd {
    min-width: 59px;
  }
}

/* [list] 複数カラムリスト
-----------------------------------------------*/
.c-list-columns {
  display: flex;
  margin: 0 -32px;
}
@media screen and (max-width: 768px) {
  .c-list-columns {
    display: block;
    margin: 0;
  }
}
.c-list-columns dl {
  position: relative;
  display: flex;
  width: 50%;
  margin: 0 24px;
  color: #b13324;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-list-columns dl {
    display: block;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-list-columns dl:not(:first-of-type) {
    margin-top: 8px;
    padding-top: 8px;
  }
}
.c-list-columns dl:not(:first-of-type):before {
  content: "";
  position: absolute;
  left: -24px;
  width: 1px;
  height: 100%;
  background-color: #b13324;
}
@media screen and (max-width: 768px) {
  .c-list-columns dl:not(:first-of-type):before {
    left: inherit;
    top: 0;
    width: 100%;
    height: 1px;
  }
}
.c-list-columns dt,
.c-list-columns dd {
  margin: 0 8px;
}
.c-list-columns dt {
  width: 62px;
}
@media screen and (max-width: 768px) {
  .c-list-columns dt {
    width: 100%;
  }
}
.c-list-columns dd {
  flex: 1;
}
.c-list-columns ol {
  padding-left: 0;
  list-style-type: none;
}

/**
 * Item List
**/
/* [item-list] 商品リスト 4カラム
-----------------------------------------------*/
.c-item-list {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-item-list {
    justify-content: flex-start;
  }
}
.c-item-list .column4 .price {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-item-list .column4 .price {
    margin-top: 2px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c-item-list .column4 .price .selling_price,
.c-item-list .column4 .price .taxin,
.c-item-list .column4 .price span {
  color: #b13324;
}

/**
 * Table
**/
/* [table] テーブル共通スタイル（「../project/product-page」より）
-----------------------------------------------*/
.table tr, .c-table tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .table tr, .c-table tr {
    display: block;
  }
}
.table th, .c-table th,
.table td,
.c-table td {
  padding: 12px 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table th, .c-table th,
.table td,
.c-table td {
    display: block;
    padding: 3px 12px;
  }
}
.table th, .c-table th {
  min-width: 86px;
  background-color: #b13324;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .table th, .c-table th {
    text-align: left;
  }
}
.table td, .c-table td {
  background-color: #f1ede3;
  color: #b13324;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .table td, .c-table td {
    padding: 12px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

/* [table] テーブル
-----------------------------------------------*/
.c-table {
  width: 100%;
}

/* [table] 茶色テーブル
-----------------------------------------------*/
.c-table-brown {
  margin-top: 0;
}
.c-table-brown table,
.c-table-brown table > tbody > tr > td {
  width: 100%;
}

/* [table] 赤色テーブル
-----------------------------------------------*/
.c-table-red {
  background-color: #fff;
}
.c-table-red table {
  width: 100%;
}
.c-table-red tbody > tr th,
.c-table-red tbody > tr td {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c-table-red tbody > tr th,
.c-table-red tbody > tr td {
    padding: 16px 12px;
  }
}
.c-table-red tbody > tr th {
  width: 144px;
  background-color: rgba(177, 51, 36, 0.1);
  color: #b13324;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .c-table-red tbody > tr th {
    width: 114px;
  }
}

/**
 * Search
**/
/* [search] 検索バー
-----------------------------------------------*/
@media screen and (max-width: 1159px) {
  .p-search {
    width: 100%;
  }
}
.p-search__inner {
  position: relative;
}
.p-search__inner input {
  width: 369px;
  height: 48px;
  padding: 1px 24px 0 !important;
  background-color: #f1ede3;
  border: none;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1159px) {
  .p-search__inner input {
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .p-search__inner input {
    max-width: inherit;
    width: 100%;
  }
}
.p-search__inner button {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 24px;
  width: 20px;
  height: 20px;
  background: url("/assets/img/shared/icon_search.svg") center top/cover no-repeat;
  border: none;
}

/**
 * Gnav
**/
/* [gnav] SP：ナビゲーション
-----------------------------------------------*/
.p-gnav__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  padding: 20px 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1ede3;
  border-top: 1px solid #472f25;
  color: #472f25;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.p-gnav__close span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.p-gnav__close span:before, .p-gnav__close span:after {
  display: block;
  content: "";
  position: absolute;
  top: 55%;
  left: 55%;
  width: 16px;
  height: 2px;
  margin: -8% 0 0 -42%;
  background: #472f25;
}
.p-gnav__close span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-gnav__close span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/**
 * Top Page
**/
/* [top] スライド表示
-----------------------------------------------*/
.p-top-slider {
  overflow: hidden;
  position: relative;
  background-color: #f1ede3;
}
.p-top-slider__main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 480px;
}
.p-top-slider__main .swiper-slide-active img,
.p-top-slider__main .swiper-slide-duplicate-active img,
.p-top-slider__main .swiper-slide-prev img {
  display: block;
  height: 100%;
  -webkit-animation: zoomUp 12s linear;
          animation: zoomUp 12s linear;
}
@media screen and (min-width: 769px) {
  .p-top-slider__inner {
    overflow: hidden;
    height: 100%;
  }
}
.p-top-slider__lead {
  position: absolute;
  top: calc((120 / 1295) * 100vw);
  right: 0;
  left: 0;
  z-index: 10;
  max-width: 950px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 1280px) {
  .p-top-slider__lead {
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-slider__lead {
    max-width: 700px;
    top: calc((20 / 375) * 100vw);
    padding: 0 38px;
  }
}
.p-top-slider__wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1280px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-slider__wrapper {
    min-width: inherit;
    max-height: inherit;
  }
}
.p-top-slider__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  max-height: 250px;
  height: calc((250 / 1295) * 100vw);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.p-top-slider__slide {
  overflow: hidden;
  height: 100%;
  max-height: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-slider__slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    font-family: "object-fit: cover; object-position: top;";
  }
}
.p-top-slider__thumb-container {
  position: relative;
  z-index: 50;
  overflow: hidden;
  margin-top: -42px;
}
.p-top-slider__thumb {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-width: 884px;
  margin: 0 auto;
  padding: 16px 40px;
}
@media screen and (max-width: 768px) {
  .p-top-slider__thumb {
    padding: 16px;
  }
}
.p-top-slider__thumb-slide {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 16px;
  background-color: #fff;
  border-radius: 50%;
}
.p-top-slider__thumb-slide.current {
  position: relative;
  background-color: #b13324;
}
.p-top-slider__thumb-current {
  display: block;
  position: absolute;
  top: 16px;
  left: 48px;
  z-index: 10;
  max-width: 118px;
  width: 100%;
  max-height: 44.25px;
  height: calc(100% - 32px);
  border: 0px solid #b13324;
}
@media screen and (max-width: 768px) {
  .p-top-slider__thumb-current {
    display: none;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/* [top] トップお知らせ
-----------------------------------------------*/
.p-top-news__inner {
  display: flex;
  align-items: center;
  margin: 0 -9px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.p-top-news__lead, .p-top-news__item {
  margin: 0 9px;
}
@media screen and (max-width: 768px) {
  .p-top-news__lead, .p-top-news__item {
    margin: 0;
  }
}
.p-top-news__lead {
  min-width: 75px;
}
.p-top-news__lead p {
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .p-top-news__lead p {
    margin: 0;
    line-height: 1.6666666667;
  }
}
.p-top-news__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-news__item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__item dt,
.p-top-news__item dd {
    display: inline;
  }
}
.p-top-news__item dt {
  min-width: 116px;
}
.p-top-news__item dd {
  width: 100%;
  margin: 0;
}
.p-top-news__item dd a {
  display: block;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-news__item dd a {
    display: inline;
  }
}
.p-top-news__item dd a:hover {
  opacity: 1;
  text-decoration: underline;
}

/**
 * Recommended
**/
/* [recommended] 季節のおすすめ商品
-----------------------------------------------*/
#recommend {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #recommend {
    margin: 80px 0;
  }
}
#recommend .badge {
  display: none;
}
#recommend .pickup {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #recommend .pickup h2 {
    margin: -7px 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
#recommend .pickup .column-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 80px;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  #recommend .pickup .column-set {
    display: block;
    margin: 32px auto 0;
  }
}
#recommend .pickup .column-set .column5 {
  width: calc((100% / 4) - 40px);
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  #recommend .pickup .column-set .column5 {
    max-width: 270px;
    width: 100%;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #recommend .pickup .column-set .column5:first-of-type {
    margin-top: 0;
  }
}
#recommend .pickup .column-set .column5:nth-of-type(n+5) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #recommend .pickup .column-set .column5:nth-of-type(n+5) {
    margin-top: 32px;
  }
}
#recommend .pickup .column-set .column5.is-hidden {
  display: none;
}
#recommend .pickup .column-set .column5 .itemThumb-wrap .itemThumb a {
  pointer-events: none;
}
#recommend .pickup .column-set .column5 .itemThumb-wrap .itemThumb a .item-list-span-img {
  width: 270px;
  height: 270px;
}
#recommend .pickup .column-set .column5 .itemThumb-wrap .itemThumb a .item-list-span-img img {
  cursor: initial;
  border-radius: 100%;
}
#recommend .pickup .column-set .column5 .itemThumb-wrap .itemThumb a:hover {
  opacity: 1;
}
#recommend .pickup .column-set .column5 h3 {
  position: relative;
  margin-top: 16px;
  padding-left: 24px;
}
#recommend .pickup .column-set .column5 h3 a {
  display: block;
  color: #472f25;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #recommend .pickup .column-set .column5 h3 a {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
#recommend .pickup .column-set .column5 h3:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/assets/img/shared/icon_arrow-r.svg") center top/cover no-repeat;
}
#recommend .pickup .column-set .column5 h3:hover a {
  opacity: 1;
  color: #b13324;
}
#recommend .pickup .column-set .column5 h3:hover:before {
  background-image: url("/assets/img/shared/icon_arrow-r--red.svg");
}
#recommend .pickup .column-set .column5 .inner-catch {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #recommend .pickup .column-set .column5 .inner-catch {
    display: none;
  }
}
#recommend .c-button {
  cursor: pointer;
  display: none;
}
#recommend .c-button.is-more, #recommend .c-button.is-close {
  display: block;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #recommend .c-button.is-more, #recommend .c-button.is-close {
    margin-top: 32px;
  }
}

/**
 * News
**/
/* [news] お知らせ
-----------------------------------------------*/
#news {
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1ede3;
}
@media screen and (max-width: 768px) {
  #news {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
#news .news {
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  #news .news {
    padding-right: 16px;
    padding-left: 16px;
  }
}
#news .news .news-contents {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #news .news .news-contents {
    margin-top: 40px;
  }
}
#news .news .news-contents .news-box {
  margin: 16px 0 0;
}
#news .news .news-contents .news-box > dd {
  margin: 0;
}

.p-news {
  display: flex;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-news {
    display: block;
  }
}
.p-news:first-of-type {
  padding-top: 0;
}
.p-news dt,
.p-news dd {
  margin: -7px 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 1.44px;
}
.p-news dt {
  width: 140px;
  color: #b13324;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .p-news dt {
    padding: 0;
  }
}
.p-news dd {
  flex: 1;
  margin: -7px 0;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-news dd {
    padding: 16px 0 0;
  }
}
.p-news dd > a {
  color: #472f25;
}
.p-news dd > a:hover {
  opacity: 1;
  color: #b13324;
  -webkit-text-decoration: underline solid #b13324;
          text-decoration: underline solid #b13324;
}

/**
 * Club
**/
/* [club] 赤城牛あかみ倶楽部
-----------------------------------------------*/
.p-club__lead {
  max-width: 46px;
  margin: 0 auto;
}

/**
 * Guide
**/
/* [guide] お買い物ガイド
-----------------------------------------------*/
.p-guide {
  display: flex;
  margin-right: -22.5px;
  margin-left: -22.5px;
}
@media screen and (max-width: 768px) {
  .p-guide {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-guide__col1 {
  width: 100%;
  margin: 0 22.5px;
}
@media screen and (max-width: 768px) {
  .p-guide__col1 {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__col1:first-of-type .p-guide__item:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__col1:last-of-type .p-guide__item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header .p-guide__col1:last-of-type .p-guide__item:last-of-type {
    padding-bottom: 22px;
  }
}
.p-guide__inner {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-guide__inner {
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .is-open .p-guide__inner {
    opacity: 1;
    height: auto;
    padding-top: 24px;
  }
}
.p-guide__item {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-guide__item {
    margin-top: 0;
    padding: 22px 16px;
    border-bottom: 1px solid #472f25;
  }
}
.p-guide__item:first-of-type {
  margin-top: 0;
}
.p-guide__item p {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-guide__item p {
    margin-top: 16px;
  }
}
.p-guide__item p:first-of-type {
  margin-top: 0;
}
.l-header .p-guide__item p:first-of-type {
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .p-guide__item.is-open {
    padding-bottom: 24px;
  }
}
.p-guide__title {
  padding-bottom: 5px;
  border-bottom: 1px solid #472f25;
}
@media screen and (max-width: 768px) {
  .p-guide__title {
    cursor: pointer;
    position: relative;
    padding-right: 12px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__title:before, .p-guide__title:after {
    content: "";
    display: block;
    background-color: #472f25;
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__title:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .is-open .p-guide__title:before {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .is-open .p-guide__title:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.p-guide__title .text {
  vertical-align: middle;
}
.l-header .p-guide__title {
  font-weight: bold;
  white-space: nowrap;
}

/**
 * Category
**/
/* [category] PC：ヘッダー内商品一覧
-----------------------------------------------*/
.p-category-header {
  position: relative;
}
.p-category-header__toggle {
  margin-bottom: 16px;
  text-align: right;
}
.p-category-header__toggle span {
  cursor: pointer;
  display: inline-block;
  color: #472f25;
  font-size: 1.6rem;
  line-height: 1.3;
}
.p-category-header__toggle span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: 0 8px 0 8px;
  background: url("/assets/img/shared/icon_close.svg") center top/cover no-repeat;
}
.p-category-header__toggle span:hover {
  color: #b13324;
}
.p-category-header__toggle span:hover:after {
  background-image: url("/assets/img/shared/icon_close--red.svg");
}
.p-category-header__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-category-header__inner--01 {
  margin: 0 -25px;
}
.p-category-header__inner--02 {
  margin: 40px -12.5px 0;
}
.p-category-header__item {
  cursor: pointer;
  display: block;
  position: relative;
  max-width: 300px;
  width: calc((100% / 3) - 50px);
  margin: 0 25px;
}
.p-category-header__inner--02 .p-category-header__item {
  width: calc((100% / 5) - 25px);
}
.p-category-header__item:hover {
  opacity: 1;
}
.p-category-header__item:hover img {
  opacity: 0.7;
}
.p-category-header__item:hover .p-category-header__name {
  opacity: 1;
  color: #b13324;
}
.p-category-header__inner--02 .p-category-header__item {
  max-width: 180px;
  margin: 32px 12.5px 0;
}
.p-category-header__inner--02 .p-category-header__item:nth-of-type(-n+5) {
  margin-top: 0;
}
.p-category-header__name {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #472f25;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-category-header__inner--02 .p-category-header__name {
  padding: 0 7px 2px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-category-header__name > p {
  display: inline-block;
  margin: -4px 0;
  padding: 5px 0 0 5px;
}
.p-category-header__inner--02 .p-category-header__name > p {
  padding-top: 8px;
}

/* [category] SP：グロナビ内商品一覧
-----------------------------------------------*/
.p-category-sp {
  padding: 0;
}
.p-category-sp__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 50px;
  list-style-type: none;
  background-color: #472f25;
  border-bottom: 1px solid #fff;
}
.p-category-sp__item:last-of-type {
  border-bottom: none;
}
.p-category-sp__item a {
  position: relative;
  width: 100%;
  padding: 11px 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  text-align: center;
  white-space: nowrap;
}
.p-category-sp__item a:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/shared/icon_arrow-r--c@2x.png") center top/cover no-repeat;
}

/* [category] 商品一覧
-----------------------------------------------*/
.p-category-main__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-category-main__inner--01 {
  margin: 0 -2px;
}
@media screen and (max-width: 768px) {
  .p-category-main__inner--01 {
    display: block;
    margin-right: 0 auto;
  }
}
.p-category-main__inner--02, .p-category-main__inner--03 {
  margin: 0 -12px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-category-main__inner--02, .p-category-main__inner--03 {
    margin: 0 -4px;
    padding: 0;
  }
}
.p-category-main__item {
  position: relative;
  width: calc((100% / 3) - 4px);
  margin: 0 2px;
}
@media screen and (max-width: 768px) {
  .p-category-main__item {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-category-main__item:first-of-type {
    margin-top: 0;
  }
}
.p-category-main__inner--02 .p-category-main__item {
  width: calc((100% / 4) - 24px);
  margin: 24px 12px 0;
}
@media screen and (max-width: 768px) {
  .p-category-main__inner--02 .p-category-main__item {
    width: calc((100% / 2) - 8px);
    margin: 16px 4px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-category-main__inner--02 .p-category-main__item:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-category-main__inner--02 .p-category-main__item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.p-category-main__inner--03 .p-category-main__item {
  width: calc((100% / 2) - 24px);
  margin: 24px 12px 0;
}
@media screen and (max-width: 768px) {
  .p-category-main__inner--03 .p-category-main__item {
    width: calc((100% / 2) - 8px);
    margin: 16px 4px 0;
  }
}
.p-category-main__inner--03 .p-category-main__item:nth-of-type(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-category-main__item {
    width: 100%;
  }
}
.p-category-main__image {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
}
.p-category-main__inner--01 .p-category-main__image img {
  min-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: top;";
}
@media screen and (max-width: 768px) {
  .p-category-main__inner--01 .p-category-main__image img {
    min-height: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
    font-family: "object-fit: inherit;";
  }
}
.p-category-main__image:hover {
  opacity: 1;
  color: #b13324;
}
.p-category-main__image:hover img {
  display: block;
  opacity: 0.7;
  -webkit-animation: zoomUp 3s linear;
          animation: zoomUp 3s linear;
}
.p-category-main__image:hover .p-category-main__name h3 {
  color: #b13324;
}
.p-category-main__image:hover .p-category-main__name .svg-icon_arrow-r--c-b-dims {
  color: #b13324;
}
.p-category-main__name {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  min-height: 226px;
  padding: 44px 46px 70px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .p-category-main__name {
    top: inherit;
    bottom: 0;
    min-width: 146px;
    width: auto;
    min-height: inherit;
    padding: 18px 44px 18px 30px;
  }
}
.p-category-main__inner--02 .p-category-main__name, .p-category-main__inner--03 .p-category-main__name {
  display: flex;
  top: inherit;
  bottom: 0;
  min-height: 46px;
  padding: 10px 16px 2px;
}
@media screen and (max-width: 768px) {
  .p-category-main__inner--02 .p-category-main__name, .p-category-main__inner--03 .p-category-main__name {
    padding: 6px 10px 4px;
  }
}
.p-category-main__inner--02 .p-category-main__name {
  width: 100%;
}
.p-category-main__inner--03 .p-category-main__name {
  max-width: 282px;
  width: calc((100% / 2) - 12px);
}
@media screen and (max-width: 768px) {
  .p-category-main__inner--03 .p-category-main__name {
    max-width: inherit;
    width: 100%;
  }
}
.p-category-main__name h3 {
  position: relative;
}
.p-category-main__inner--02 .p-category-main__name h3, .p-category-main__inner--03 .p-category-main__name h3 {
  padding: 0 0 0 7px;
  color: #472f25;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-category-main__inner--02 .p-category-main__name h3, .p-category-main__inner--03 .p-category-main__name h3 {
    margin-top: 5px;
    line-height: 1.25;
  }
}
.p-category-main__name h3:before, .p-category-main__name h3:after {
  content: "";
  position: absolute;
  left: -1px;
  width: 40px;
  height: 3px;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .p-category-main__name h3:before, .p-category-main__name h3:after {
    width: 3px;
    height: 40px;
  }
}
.is-ie .p-category-main__name h3:before, .is-ie .p-category-main__name h3:after {
  left: 5px;
}
.p-category-main__name h3:before {
  top: -27px;
  background-color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-category-main__name h3:before {
    top: -4px;
    left: -14px;
  }
}
.p-category-main__name h3:after {
  top: -20px;
  background-color: #a58b55;
}
@media screen and (max-width: 768px) {
  .p-category-main__name h3:after {
    top: -4px;
    left: -7px;
  }
}
.p-category-main__inner--02 .p-category-main__name h3:before, .p-category-main__inner--02 .p-category-main__name h3:after, .p-category-main__inner--03 .p-category-main__name h3:before, .p-category-main__inner--03 .p-category-main__name h3:after {
  content: none;
}
.p-category-main__name i {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-category-main__name i {
    margin-top: 6px;
  }
}
.p-category-main__name .svg-icon_arrow-r--c-b-dims {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 24px;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: #472f25;
  fill: #472f25;
}
@media screen and (max-width: 768px) {
  .p-category-main__name .svg-icon_arrow-r--c-b-dims {
    bottom: 20px;
    right: 12px;
    left: inherit;
  }
}
.p-category-main__inner--02 .p-category-main__name .svg-icon_arrow-r--c-b-dims, .p-category-main__inner--03 .p-category-main__name .svg-icon_arrow-r--c-b-dims {
  position: relative;
  right: 0;
  bottom: 2px;
  width: 20px;
  height: 20px;
}
.p-category-main__text p {
  padding: 24px 40px 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-category-main__text p {
    padding: 16px 0 0;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/* [category] コンテンツ内：商品カテゴリ一覧
-----------------------------------------------*/
.p-category-header--aside .p-category-header__inner--01 {
  margin: 0 -25.1px;
}
@media screen and (max-width: 768px) {
  .p-category-header--aside .p-category-header__inner--01 {
    margin: 0;
  }
}
.p-category-header--aside .p-category-header__inner--02 {
  margin: 40px -12.5px 0;
}
@media screen and (max-width: 768px) {
  .p-category-header--aside .p-category-header__inner--02 {
    margin: 0;
  }
}
.p-category-header--aside .p-category-header__item {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .p-category-header--aside .p-category-header__item {
    margin: 0;
    padding: 0 8px;
    width: 100%;
  }
  .p-category-header--aside .p-category-header__item:not(:first-child) {
    margin-top: 16px;
  }
}
.p-category-header--aside .p-category-header__inner--02 .p-category-header__item {
  max-width: inherit;
  margin: 32px 12.5px 0;
  width: calc((100% / 5) - 25px);
}
@media screen and (max-width: 768px) {
  .p-category-header--aside .p-category-header__inner--02 .p-category-header__item {
    margin: 16px 0 0;
    padding: 0 8px;
    width: 50%;
    height: 180px;
  }
  .p-category-header--aside .p-category-header__inner--02 .p-category-header__item img {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover; object-position: top;";
  }
}
@media screen and (min-width: 769px) {
  .p-category-header--aside .p-category-header__inner--02 .p-category-header__item:nth-of-type(-n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-category-header--aside .p-category-header__name {
    left: 8px;
    right: 8px;
    width: auto;
  }
}

/**
 * Links
**/
/* [links] SP：リンク一覧
-----------------------------------------------*/
.p-links {
  background-color: #f1ede3;
}
.p-links__inner {
  padding: 0;
}
.p-links__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 50px;
  list-style-type: none;
  border-bottom: 1px solid #472f25;
}
.p-links__item a {
  position: relative;
  width: 100%;
  padding: 16px;
  color: #472f25;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7777777778;
  text-align: left;
  white-space: nowrap;
}
.p-links__item a:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 16px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/shared/icon_arrow-r.svg") center top/cover no-repeat;
}
.p-links__item:first-of-type a {
  padding-top: 3px;
}

/**
 * Anchor Links
**/
/* [anchor-links] アンカーリンクリスト
-----------------------------------------------*/
.p-anchor-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -25px;
}

.p-anchor-link {
  display: inline-flex;
  margin-top: 25px;
  margin-left: -1px;
  border-right: 1px solid #472f25;
  border-left: 1px solid #472f25;
  padding: 0 20px;
  color: #472f25;
}
@media screen and (max-width: 768px) {
  .p-anchor-link {
    display: flex;
    justify-content: center;
    margin-left: 0;
    border: none;
  }
}
.p-anchor-link > span {
  flex: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-anchor-link > i {
  margin-left: 9px;
  -webkit-transform: rotate(90deg) scale(0.7);
          transform: rotate(90deg) scale(0.7);
}
.p-anchor-link:hover {
  opacity: 1;
  color: #b13324;
}
.p-anchor-link:hover i {
  fill: #b13324;
}

/**
 * Offer
**/
/* [offer] SP：特別オファーバナー
-----------------------------------------------*/
.p-offer {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 141px;
  padding: 0 0 7px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b13324;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8666666667;
  text-align: center;
}
.p-offer:before, .p-offer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-offer:before {
  top: -15px;
  left: 15px;
  width: 126px;
  height: 15px;
  background-color: #b13324;
  border: none;
}
.p-offer:after {
  top: -15px;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #a58b55 transparent;
}
.p-offer--product {
  background-color: #000;
}
.p-offer--product:before {
  background-color: #000;
}
.p-offer:hover {
  opacity: 1;
}

/**
 * Product
**/
/* [product] 商品詳細
-----------------------------------------------*/
#itemDetail-wrap {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
#itemDetail-wrap #itemDetail-cont {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont {
    display: block;
    margin: 0;
  }
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap {
  flex: 1;
  position: relative;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb-main {
  max-width: 832px;
  width: calc(100vw - 438px);
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb-main {
    max-width: inherit;
    width: 100%;
  }
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb-main .zoomItemPic {
  cursor: default;
  display: block;
  position: relative;
  width: 100%;
  max-height: 500px;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb-main .zoomItemPic:hover {
  opacity: 1;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb-main .zoomItemPic .mainImg {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: top;";
  max-height: 500px;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb {
  max-width: 100%;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  max-width: 832px;
  width: calc(100vw - 438px);
  margin: 16px 0 0;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb ul {
    width: calc(100% + 8px);
    margin: 16px -4.5px 0;
    padding: 0 16px;
  }
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
  cursor: pointer;
  width: 116px;
  height: auto;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
    width: 80px;
    margin: 0 4.5px;
  }
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb ul li img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: top;";
  max-height: 70px;
  min-height: 100%;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb ul li.current {
  position: relative;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb ul li.current:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 3px #b13324;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .catchCopy {
  position: absolute;
  top: 28px;
  max-width: 832px;
  width: calc(100vw - 438px);
  padding: 0 30px;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemThumb-wrap .catchCopy {
    top: 16px;
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .catchCopy span {
  position: relative;
  z-index: 1;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .catchCopy:before, #itemDetail-wrap #itemDetail-cont .itemThumb-wrap .catchCopy:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
  width: 100%;
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .catchCopy:before {
  top: -24px;
  height: 80px;
  background-color: rgba(71, 47, 37, 0.6);
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemThumb-wrap .catchCopy:before {
    top: -12px;
  }
}
#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .catchCopy:after {
  top: 56px;
  height: 40px;
  opacity: 0.6;
  background-image: linear-gradient(to top, rgba(71, 47, 37, 0), #472f25);
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemThumb-wrap .catchCopy:after {
    top: 68px;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline {
  position: absolute;
  top: 191px;
  right: 0;
  width: 384px;
  margin-right: 12px;
}
@media screen and (min-width: 1280px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline {
    right: calc(50% - 612px);
  }
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline {
    position: inherit;
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline > table {
  width: 100%;
}
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline > table.spec {
    margin-top: 16px;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr:nth-last-of-type(2) {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr:nth-last-of-type(2) {
    padding-top: 16px;
    padding-bottom: 0;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr:nth-last-of-type(3) th,
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr:nth-last-of-type(3) td {
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr:nth-last-of-type(3) th,
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr:nth-last-of-type(3) td {
    padding-bottom: 0;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date {
    flex-wrap: nowrap;
    margin-top: 0;
    padding-bottom: 16px;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date th,
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date td {
  padding: 0 0 16px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date th,
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date td {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date th {
    width: 76px !important;
  }
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date td {
    flex: 1;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date + tr {
  border-bottom: 1px solid #d9d9d9;
}
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date + tr th,
#itemDetail-wrap #itemDetail-cont .itemOutline > table.spec tr.date + tr td {
  padding-bottom: 16px;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline .cartArea {
    margin-top: 20px;
    padding: 0 16px;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea div input {
  max-width: 100%;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation {
  display: block;
  width: 100%;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody {
  display: block;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr.t-variation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  max-width: 100%;
  width: 100%;
  margin: 0 -0.5px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7142857143;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr.t-variation th {
  display: block;
  margin: 0 0.5px;
  background-color: #f1ede3;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr.t-variation th {
    width: 100% !important;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr.t-variation th:last-of-type {
  display: none;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr td {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: center;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr td:last-of-type {
  display: block;
  width: 100%;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr td input,
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr td img {
  margin-top: 16px;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr td input {
  max-width: 384px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr td input {
    max-width: inherit;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr td .selling_price,
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr td .taxin {
  color: #b13324;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation tbody tr td .selling_price {
  font-weight: bold;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation.column2 tr th {
  width: calc(100% / 2) !important;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation.column2 tr td {
  width: calc(100% / 2);
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation.column3 tr th {
  width: calc(100% / 3) !important;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation.column3 tr td {
  width: calc(100% / 3);
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation.column4 tr th {
  width: calc(100% / 4) !important;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation.column4 tr td {
  width: calc(100% / 4);
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cartArea .variation.column4 tr td:nth-of-type(2) {
  text-align: left;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .gift_link,
#itemDetail-wrap #itemDetail-cont .itemOutline .cancel {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline .gift_link,
#itemDetail-wrap #itemDetail-cont .itemOutline .cancel {
    padding: 0 16px;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline .gift_link:before,
#itemDetail-wrap #itemDetail-cont .itemOutline .cancel:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url("/assets/img/shared/icon_arrow-r--white.svg") center top/cover no-repeat;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .gift_link a,
#itemDetail-wrap #itemDetail-cont .itemOutline .cancel a {
  color: #472f25;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline .gift_link a,
#itemDetail-wrap #itemDetail-cont .itemOutline .cancel a {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline .gift_link:hover a,
#itemDetail-wrap #itemDetail-cont .itemOutline .cancel:hover a {
  opacity: 1;
  color: #b13324;
  text-decoration: underline;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .gift_link {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  #itemDetail-wrap #itemDetail-cont .itemOutline .gift_link {
    margin-top: 27px;
  }
}
#itemDetail-wrap #itemDetail-cont .itemOutline .cancel {
  margin-top: 20px;
}
#itemDetail-wrap #itemDetail-cont .itemOutline .snsArea,
#itemDetail-wrap #itemDetail-cont .itemOutline .review_txt {
  display: none;
}
#itemDetail-wrap .description {
  max-width: 832px;
  width: calc(100vw - 438px);
  margin-top: 40px;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description {
    width: 100%;
    margin-top: 56px;
    padding: 0 16px;
  }
}
#itemDetail-wrap .description .introduction {
  margin-top: 80px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction {
    margin-top: 56px;
  }
}
#itemDetail-wrap .description .introduction:first-of-type {
  margin-top: 0;
}
#itemDetail-wrap .description .introduction h2 {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#itemDetail-wrap .description .introduction h3 {
  margin-bottom: 6px;
  color: #b13324;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
#itemDetail-wrap .description .introduction p {
  margin-bottom: 32px;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction p {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
#itemDetail-wrap .description .introduction p:last-of-type {
  margin-bottom: 0;
}
#itemDetail-wrap .description .introduction img {
  margin-bottom: 24px;
}
#itemDetail-wrap .description .introduction .buttonArea {
  display: flex;
  justify-content: center;
  margin: 40px -12px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction .buttonArea {
    display: block;
    margin: 20px 0 0;
  }
}
#itemDetail-wrap .description .introduction .buttonArea .c-button {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction .buttonArea .c-button {
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction .buttonArea .c-button:first-of-type {
    margin-top: 0;
  }
}
#itemDetail-wrap .description .introduction .table tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction .table tr {
    display: block;
  }
}
#itemDetail-wrap .description .introduction .table th,
#itemDetail-wrap .description .introduction .table td {
  padding: 12px 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction .table th,
#itemDetail-wrap .description .introduction .table td {
    display: block;
    padding: 3px 12px;
  }
}
#itemDetail-wrap .description .introduction .table th {
  min-width: 86px;
  background-color: #b13324;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction .table th {
    text-align: left;
  }
}
#itemDetail-wrap .description .introduction .table td {
  background-color: #f1ede3;
  color: #b13324;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .introduction .table td {
    padding: 12px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
#itemDetail-wrap .description .point-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper {
    margin-top: 56px;
  }
}
#itemDetail-wrap .description .point-wrapper h2 {
  margin-bottom: 24px;
  color: #000000;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#itemDetail-wrap .description .point-wrapper .point {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point {
    margin-top: 56px;
  }
}
#itemDetail-wrap .description .point-wrapper .point h3 {
  display: flex;
  margin-bottom: 24px;
  color: #b13324;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point h3 {
    display: block;
    margin-bottom: 16px;
  }
}
#itemDetail-wrap .description .point-wrapper .point h3 .wrapper {
  display: flex;
  align-items: start;
  margin-right: 24px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point h3 .wrapper {
    justify-content: center;
  }
}
#itemDetail-wrap .description .point-wrapper .point h3 .marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  min-height: 100px;
  padding: 16px;
  border-style: solid;
  border-color: #b13324;
  border-width: 0 2px 2px 0;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point h3 .marker {
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    padding: 6px;
  }
}
#itemDetail-wrap .description .point-wrapper .point h3 .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point h3 .title {
    font-size: 1.1rem;
    letter-spacing: 1.1px;
  }
}
#itemDetail-wrap .description .point-wrapper .point h3 .number {
  font-family: ten-mincho, serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 4.2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point h3 .number {
    font-size: 2.8rem;
    letter-spacing: 2.8px;
  }
}
#itemDetail-wrap .description .point-wrapper .point h3 .text {
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point h3 .text {
    display: block;
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
#itemDetail-wrap .description .point-wrapper .point p {
  margin-bottom: 16px;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point p {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
#itemDetail-wrap .description .point-wrapper .point img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point img {
    margin-bottom: 16px;
  }
}
#itemDetail-wrap .description .point-wrapper .point .col-2 {
  display: flex;
  margin: 0 -12px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point .col-2 {
    display: block;
    margin: 0;
  }
}
#itemDetail-wrap .description .point-wrapper .point .col-2 > div {
  width: calc((100% / 2) - 12px);
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point .col-2 > div {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .point-wrapper .point .col-2 > div:last-of-type {
    margin-bottom: 0;
  }
}
#itemDetail-wrap .description .point-wrapper .point .col-2 > div > img {
  margin-bottom: 0;
}
#itemDetail-wrap .description .point-wrapper .point:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #itemDetail-wrap .description .table-padding {
    width: 100%;
  }
}
#itemDetail-wrap .description iframe {
  width: 100%;
}
#itemDetail-wrap .description table {
  width: 100%;
}

@-moz-document url-prefix() {
  #itemDetail-wrap .description .point-wrapper .point h3 .number {
    background: #b13324;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/* [product] 商品情報テーブル
-----------------------------------------------*/
/* [product] 関連商品
-----------------------------------------------*/
.recommend {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 0;
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 40px 16px 64px;
  }
}
@media screen and (max-width: 768px) {
  .recommend h2 {
    margin: -6px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.recommend .column-set {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .recommend .column-set {
    margin-top: 24px;
  }
}
.recommend .column-set .column5 .price {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .recommend .column-set .column5 .price {
    margin-top: 2px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.recommend .column-set .column5 .price .selling_price,
.recommend .column-set .column5 .price .taxin {
  color: #b13324;
}

/**
 * Breadcrumb
**/
/* [breadcrumb] パンくずリスト
-----------------------------------------------*/
#bread-crumb {
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 7px 60px;
}
@media screen and (max-width: 768px) {
  #bread-crumb {
    overflow-x: scroll;
    flex-wrap: wrap;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 12px 16px;
    border-style: solid;
    border-color: #d9d9d9;
    border-width: 1px 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 768px) {
  #bread-crumb:before, #bread-crumb:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #f1ede3;
    bottom: 0;
    width: 100vw;
  }
}
#bread-crumb:before {
  left: 0;
}
#bread-crumb:after {
  right: 0;
}
#bread-crumb #bread-crumb-listTop ol,
#bread-crumb .bread-crumb-listCate ol {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #bread-crumb #bread-crumb-listTop ol,
#bread-crumb .bread-crumb-listCate ol {
    display: block;
  }
}
#bread-crumb #bread-crumb-listTop ol li,
#bread-crumb .bread-crumb-listCate ol li {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  #bread-crumb #bread-crumb-listTop ol li,
#bread-crumb .bread-crumb-listCate ol li {
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  #bread-crumb #bread-crumb-listTop ol li:first-of-type,
#bread-crumb .bread-crumb-listCate ol li:first-of-type {
    padding-top: 0;
  }
}
#bread-crumb #bread-crumb-listTop ol li a,
#bread-crumb .bread-crumb-listCate ol li a {
  color: #472f25;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
#bread-crumb #bread-crumb-listTop ol li a:hover,
#bread-crumb .bread-crumb-listCate ol li a:hover {
  opacity: 1;
  color: #b13324;
  text-decoration: underline;
}
#bread-crumb #bread-crumb-listTop ol li a:hover:before,
#bread-crumb .bread-crumb-listCate ol li a:hover:before {
  opacity: 1;
  color: #472f25;
  text-decoration: none;
}
#bread-crumb #bread-crumb-listTop ol li:before, #bread-crumb #bread-crumb-listTop ol li:after {
  content: none;
}
#bread-crumb #bread-crumb-listTop ol li:before, #bread-crumb #bread-crumb-listTop ol li:after {
  content: ">";
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  color: #472f25;
  vertical-align: middle;
}
#bread-crumb #bread-crumb-listTop ol li:first-of-type:before, #bread-crumb #bread-crumb-listTop ol li:first-of-type:after {
  content: none;
}
#bread-crumb #bread-crumb-listTop ol li:first-of-type a:before, #bread-crumb #bread-crumb-listTop ol li:first-of-type a:after {
  content: none;
}
#bread-crumb #bread-crumb-listTop ol li:last-of-type:after {
  content: none;
}
#bread-crumb #bread-crumb-listTop ol li a:after {
  content: ">";
  display: inline-block;
  width: 16px;
  margin-top: -2.8px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #bread-crumb #bread-crumb-listTop {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #bread-crumb .bread-crumb-listCate {
    width: 100%;
    margin-top: 20px;
  }
}
#bread-crumb .bread-crumb-listCate:last-of-type {
  display: none;
}
#bread-crumb .bread-crumb-listCate ol {
  margin: 0;
}
#bread-crumb .bread-crumb-listCate ol:before {
  content: "｜";
  display: inline-block;
  color: #d9d9d9;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 0;
  margin-left: 13px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #bread-crumb .bread-crumb-listCate ol:before {
    content: none;
  }
}
#bread-crumb .bread-crumb-listCate ol li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #bread-crumb .bread-crumb-listCate ol li {
    padding-top: 0;
  }
}
#bread-crumb .bread-crumb-listCate ol li a {
  display: inline-block;
}
#bread-crumb .bread-crumb-listCate ol li a:before {
  content: ">";
  display: inline-block;
  width: 16px;
  margin-top: -2.8px;
  margin-right: -2px;
  margin-left: 13px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #bread-crumb .bread-crumb-listCate ol li a:before {
    margin-left: 0;
  }
}
#bread-crumb .bread-crumb-listCate:nth-last-of-type(2) ol li a:after {
  content: none;
}
#bread-crumb.bread-crumb--list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #bread-crumb.bread-crumb--list {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #bread-crumb.bread-crumb--list #bread-crumb-listTop > ol > li {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #bread-crumb.bread-crumb--list #bread-crumb-listTop > ol > li:first-of-type {
    display: block;
  }
}
#bread-crumb.bread-crumb--list #bread-crumb-listTop > ol > li:before {
  width: 16px;
  margin-top: -2.8px;
  margin-right: -2px;
  margin-left: 13px;
}
@media screen and (max-width: 768px) {
  #bread-crumb.bread-crumb--list #bread-crumb-listTop > ol > li:before {
    margin-left: 0;
  }
}
#bread-crumb.bread-crumb--list #bread-crumb-listTop > ol > li:after {
  content: none;
}
#bread-crumb.bread-crumb--list #bread-crumb-listTop > ol > li a:after {
  content: none;
}
@media screen and (min-width: 769px) {
  .cart-article #bread-crumb:before, .cart-article #bread-crumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100vw;
    border-bottom: 1px solid #f1ede3;
  }
  .cart-article #bread-crumb:before {
    left: 0;
  }
  .cart-article #bread-crumb:after {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .cart-article #bread-crumb .cart-section {
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  #bread-crumb.bread-crumb--lower {
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .breadcrumb-border {
    position: relative;
    display: block;
    border-top: 1px solid #f1ede3;
    top: 40px;
    right: 0;
    left: 0;
    width: 100vw;
  }
}

/**
 * Wrapping
**/
/* [wrapping] 【無料】ギフトラッピング・のしについて
-----------------------------------------------*/
.p-wrapping {
  padding: 40px;
  background-color: #f1ede3;
}
@media screen and (max-width: 768px) {
  .p-wrapping {
    padding: 24px;
  }
}
.p-wrapping__title {
  color: #b13324;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-wrapping__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-wrapping__text {
  margin-top: 24px;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .p-wrapping__text {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.p-wrapping__image {
  max-width: 712px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-wrapping__image {
    margin-top: 16px;
  }
}
.p-wrapping__note {
  margin-top: 16px;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .p-wrapping__note {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}

/**
 * Calendar
**/
/* [calendar]
-----------------------------------------------*/
.calbase_rakuten {
  width: 100% !important;
  margin-top: 4px;
  border: none !important;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .calbase_rakuten {
    margin: 0 auto !important;
  }
}
.calbase_rakuten table {
  table-layout: fixed;
}
.calbase_rakuten > tbody > tr .caltitle_rakuten {
  display: none;
}
.calbase_rakuten > tbody > tr > td > table {
  width: 100%;
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td {
  display: flex;
  align-items: flex-start;
  margin: 0 -12px;
  text-align: left;
}
@media screen and (max-width: 1159px) {
  .calbase_rakuten > tbody > tr > td > table > tbody > tr > td {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .calbase_rakuten > tbody > tr > td > table > tbody > tr > td {
    display: block;
  }
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .calframe_rakuten {
  width: 230px;
  margin: 0 12px;
}
@media screen and (max-width: 1159px) {
  .calbase_rakuten > tbody > tr > td > table > tbody > tr > td .calframe_rakuten {
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 1159px) {
  .calbase_rakuten > tbody > tr > td > table > tbody > tr > td .calframe_rakuten:first-of-type {
    margin-top: 0;
  }
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .calframe_rakuten > tbody .weektitle_rakuten > td {
  padding: 1px 0;
  background-color: #f1ede3;
  font-size: 1.4rem;
  font-weight: bold;
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .calframe_rakuten > tbody .weektitle_rakuten > td:first-of-type {
  color: #b13324 !important;
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .calframe_rakuten > tbody > tr > th {
  padding: 5px 0 3px;
  background-color: #f1ede3;
  font-size: 1.4rem;
  font-weight: bold;
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .calframe_rakuten > tbody > tr > td {
  padding: 1px 0;
  font-size: 1.4rem;
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .calframe_rakuten > tbody > tr .event1day_rakuten {
  color: #fff !important;
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .event_rakuten {
  width: 100%;
  margin: 16px 0 0 1em;
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .event_rakuten > tbody {
  display: flex;
  width: 100%;
  margin: 0 -8px;
}
@media screen and (max-width: 1159px) {
  .calbase_rakuten > tbody > tr > td > table > tbody > tr > td .event_rakuten > tbody {
    display: block;
    margin: 0;
  }
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .event_rakuten > tbody > tr {
  margin: 0 8px;
}
@media screen and (max-width: 1159px) {
  .calbase_rakuten > tbody > tr > td > table > tbody > tr > td .event_rakuten > tbody > tr {
    display: block;
    margin: 6px 0 0;
  }
}
.calbase_rakuten > tbody > tr > td > table > tbody > tr > td .event_rakuten > tbody > tr > td {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 1159px) {
  .calbase_rakuten > tbody > tr > td > table > tbody > tr > td .event_rakuten > tbody > tr > td {
    font-size: 1.3rem;
  }
}

/**
 * Modal
**/
/* [p-modal] Modalベース
-----------------------------------------------*/
.p-modal {
  visibility: hidden;
}
.p-modal.is-open {
  visibility: visible;
}

.p-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.is-open .p-modal__overlay {
  opacity: 1;
}

.p-modal__container {
  position: relative;
  background-color: #fff;
  padding: 30px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 640px;
  max-height: 100vh;
  width: 100%;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.p-modal__close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * List Page
**/
/* [list-page] ヘッダーエリア
-----------------------------------------------*/
.header_area .p-list-introduction {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header_area .p-list-introduction {
    display: block;
  }
}
.header_area .p-list-introduction__kv {
  max-width: 600px;
  width: calc((600 / 1280) * 100vw);
}
@media screen and (max-width: 768px) {
  .header_area .p-list-introduction__kv {
    max-width: inherit;
    width: 100vw;
    margin: 0 -16px;
  }
}
@media screen and (max-width: 768px) {
  .header_area .p-list-introduction__kv img {
    width: 100vw;
  }
}
.header_area .p-list-introduction__text {
  position: relative;
  z-index: 10;
  max-width: 630px;
  width: calc((630 / 1280) * 100vw);
  margin: 44px 0 0 -30px;
  padding: 50px 60px;
  background-color: rgba(241, 237, 227, 0.9);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .header_area .p-list-introduction__text {
    position: relative;
    z-index: 10;
    max-width: inherit;
    width: 100%;
    margin: -30px auto 0;
    padding: 50px 24px;
  }
}
.header_area .p-list-introduction__text .c-title-1 {
  color: #000000;
  text-align: left;
}
.header_area .p-list-introduction__text p {
  margin-top: 24px;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .header_area .p-list-introduction__text p {
    margin-top: 20px;
  }
}
.header_area .p-list-introduction__text--02 {
  max-width: inherit;
  width: 100%;
  margin: -30px 0 0;
  padding: 40px 0 40px 55px;
}
@media screen and (max-width: 768px) {
  .header_area .p-list-introduction__text--02 {
    margin-top: 0;
    padding: 24px 0 24px 44px;
  }
}
.header_area .p-list-introduction__text--02 .c-title-1 {
  z-index: 10;
}
.header_area .p-list-introduction__text--02 .c-title-1:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -55px;
  width: 39px;
  height: 24px;
  background: url("/assets/img/shared/icon_title.svg") center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .header_area .p-list-introduction__text--02 .c-title-1:before {
    top: 10px;
    left: -44px;
  }
}
.header_area .p-list-introduction__text--02:before, .header_area .p-list-introduction__text--02:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(241, 237, 227, 0.9);
}
.header_area .p-list-introduction__text--02:before {
  left: 0;
}
.header_area .p-list-introduction__text--02:after {
  right: 0;
}

/* [list-page] 商品一覧メイン
-----------------------------------------------*/
#itemList_wrap {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #itemList_wrap {
    margin-top: 56px;
  }
}
#itemList_wrap > section {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #itemList_wrap > section {
    margin-bottom: 14px;
  }
}
#itemList_wrap #itemList {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #itemList_wrap #itemList {
    padding: 0 16px;
  }
}
#itemList_wrap #itemList h1 {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.2857142857;
}
@media screen and (max-width: 768px) {
  #itemList_wrap #itemList h1 {
    justify-content: center;
  }
}
#itemList_wrap #itemList h1:before, #itemList_wrap #itemList h1:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url("/assets/img/shared/icon_border.svg") center top/cover no-repeat;
}
#itemList_wrap #itemList h1:before {
  margin-right: 8px;
}
#itemList_wrap #itemList h1:after {
  margin-left: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#itemList_wrap #itemList .column-set .column4 .price {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #itemList_wrap #itemList .column-set .column4 .price {
    margin-top: 2px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#itemList_wrap #itemList .column-set .column4 .price .selling_price,
#itemList_wrap #itemList .column-set .column4 .price .taxin {
  color: #b13324;
}
#itemList_wrap #itemList .column-set .column4 .out-of-stock {
  display: inline-block;
  margin: 12px 0 0 24px;
  padding: 2px 4px;
  background-color: #d9d9d9;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #itemList_wrap #itemList .column-set .column4 .out-of-stock {
    margin: 8px 0 0 22px;
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
}

/* [list-page] ページネーション
-----------------------------------------------*/
#pager-top,
#pager-bm {
  display: flex;
  margin-top: 34px;
  padding-top: 10px;
  border-top: 1px solid #f1ede3;
}
@media screen and (max-width: 768px) {
  #pager-top,
#pager-bm {
    display: block;
    margin-top: 10px;
  }
}
#pager-top .selectbox,
#pager-bm .selectbox {
  display: none;
}
#pager-top .quantity,
#pager-bm .quantity {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  #pager-top .quantity,
#pager-bm .quantity {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
#pager-top .pagerlist,
#pager-bm .pagerlist {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #pager-top .pagerlist,
#pager-bm .pagerlist {
    padding-top: 6px;
  }
}
#pager-top .pagerlist > ul,
#pager-bm .pagerlist > ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  height: 20px;
  margin: 0 -6px;
}
@media screen and (max-width: 768px) {
  #pager-top .pagerlist > ul,
#pager-bm .pagerlist > ul {
    justify-content: space-around;
    margin: 0;
    padding-left: 0;
    height: 44px;
  }
}
#pager-top .pagerlist > ul > li,
#pager-bm .pagerlist > ul > li {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  #pager-top .pagerlist > ul > li,
#pager-bm .pagerlist > ul > li {
    margin: 0;
  }
}
#pager-top .pagerlist > ul > li.selected,
#pager-bm .pagerlist > ul > li.selected {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5px;
  background-color: #f1ede3;
  color: #472f25;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  #pager-top .pagerlist > ul > li.selected,
#pager-bm .pagerlist > ul > li.selected {
    padding: 0 17px;
  }
}
@media screen and (max-width: 320px) {
  #pager-top .pagerlist > ul > li.selected,
#pager-bm .pagerlist > ul > li.selected {
    font-size: 1.2rem;
  }
}
#pager-top .pagerlist > ul > li > a,
#pager-bm .pagerlist > ul > li > a {
  color: #472f25;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  #pager-top .pagerlist > ul > li > a,
#pager-bm .pagerlist > ul > li > a {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
@media screen and (max-width: 320px) {
  #pager-top .pagerlist > ul > li > a,
#pager-bm .pagerlist > ul > li > a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #pager-top .pagerlist > ul > li > a.number,
#pager-bm .pagerlist > ul > li > a.number {
    padding: 0 17px;
  }
}
#pager-top .pagerlist > ul > li > a:hover,
#pager-bm .pagerlist > ul > li > a:hover {
  opacity: 1;
  color: #b13324;
  text-decoration: underline;
}

#pager-top.column-set--none {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  border: none;
}
@media screen and (max-width: 768px) {
  #pager-top.column-set--none {
    padding: 0 16px;
  }
}
#pager-top.column-set--none > section {
  width: 100%;
}

#pager-bm {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #pager-bm {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* [list-page] 「赤城和牛・赤城牛とは」リンク
-----------------------------------------------*/
.p-list-link {
  display: none;
  position: absolute;
  top: 0;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .p-list-link {
    position: relative;
    right: inherit;
    margin-top: 24px;
  }
}
.p-list-link__logo {
  width: 238px;
}
@media screen and (max-width: 768px) {
  .p-list-link__logo {
    margin: 0 auto;
  }
}
.p-list-link__text {
  display: block;
  margin-top: 8px;
  color: #472f25;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-list-link__text {
    text-align: center;
  }
}
.p-list-link__text:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -2.8px;
  margin-right: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #472f25;
  border-right: 2px solid #472f25;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-list-link__text:before {
    border-width: 2px 2px 0 0;
  }
}
.p-list-link__text:hover {
  opacity: 1;
  color: #b13324;
  text-decoration: underline;
}

/**
 * QA
**/
/* [p-qa] Q&A
-----------------------------------------------*/
.p-qa {
  margin: 0;
}
.p-qa > div:not(first-child) {
  margin-top: 50px;
}
.p-qa dt {
  display: flex;
  align-items: stretch;
}
.p-qa dt > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #472f25;
  width: 36px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.p-qa dt > .text {
  flex: 1;
  background-color: #F1EDE3;
  margin: 0;
  padding: 3px 18px;
  font-weight: bold;
}
.p-qa dd {
  margin: 30px 0 0;
}

/**
 * Page about-akagigyu
**/
/* [p-about-akagigyu] キービジュアル
-----------------------------------------------*/
.p-about-akagigyu-kv {
  position: relative;
  background: url("/assets/img/hpgen/HPB/entries/1/kv_bg@2x.jpg") no-repeat center center/cover;
  padding: 100px 0 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-kv {
    display: block;
    padding: 50px 0;
  }
}
.p-about-akagigyu-kv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.p-about-akagigyu-kv__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.p-about-akagigyu-kv__title > .logo {
  display: block;
  margin: 0 auto;
}
.p-about-akagigyu-kv__title > .logo > .logo-akagigyu {
  width: 268px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-kv__title > .logo > .logo-akagigyu {
    width: 110px;
  }
}
.p-about-akagigyu-kv__title > .logo > .logo-akagiwagyu {
  margin-left: 1em;
  width: 354px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-kv__title > .logo > .logo-akagiwagyu {
    width: 150px;
  }
}
.p-about-akagigyu-kv__title > .text {
  text-shadow: 0px 0px 10px #472F25;
  display: block;
  margin-top: 15px;
  color: #fff;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-kv__title > .text {
    margin-top: 10px;
    font-size: 2.5rem;
  }
}
.p-about-akagigyu-kv__lead {
  position: relative;
  z-index: 3;
  display: inline-block;
  text-shadow: 0px 0px 10px #472F25;
  margin-top: 50px;
  padding: 13px 30px;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-kv__lead {
    margin-top: 25px;
    padding: 8px 26px;
    font-size: 1.8rem;
  }
}
.p-about-akagigyu-kv__lead:before, .p-about-akagigyu-kv__lead:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-width: 2px;
  border-style: solid;
  width: 13px;
}
.p-about-akagigyu-kv__lead:before {
  left: 0;
  border-color: #fff transparent #fff #fff;
}
.p-about-akagigyu-kv__lead:after {
  right: 0;
  border-color: #fff #fff #fff transparent;
}

.p-about-akagigyu-scene {
  position: relative;
  z-index: 3;
}
.p-about-akagigyu-scene__title {
  font-size: 3.2rem;
  line-height: 1.3125;
  color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-scene__title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-about-akagigyu-scene__row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-scene__row {
    display: block;
  }
}
.p-about-akagigyu-scene__row > .text-col {
  padding: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-scene__row > .text-col {
    width: 100%;
  }
}
.p-about-akagigyu-scene__row > .image-col {
  width: calc(60000% / 1200);
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-scene__row > .image-col {
    margin-top: 40px;
    width: 100%;
  }
}
.p-about-akagigyu-scene--1 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-scene--1 {
    margin-top: 45px;
  }
}
.p-about-akagigyu-scene--1 .text-col {
  padding: 0 42px 0 100px;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-scene--1 .text-col {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-scene--1 .text-col {
    padding: 0;
  }
}
.p-about-akagigyu-scene--1 .p-about-akagigyu-scene__title {
  padding-left: 100px;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-scene--1 .p-about-akagigyu-scene__title {
    padding-left: 0;
  }
}
.p-about-akagigyu-scene--2 .text-col {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 64px calc(9800% / 1200) 0 42px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-scene--2 .text-col {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-scene--2 .p-about-akagigyu-scene__title {
    margin-top: 24px;
    text-align: center;
  }
}

.p-about-akagigyu-scene__bg {
  position: relative;
  z-index: 1;
  background: url("/assets/img/hpgen/HPB/entries/1/scene_bg@2x.jpg") no-repeat center center/cover;
  margin: -60px 0 -120px;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-scene__bg {
    margin: -40px 0 -50px;
    height: 162px;
  }
}

/* [p-about-akagigyu] 研究
-----------------------------------------------*/
.p-about-akagigyu-kenkyu {
  background: #f1ede3 url("/assets/img/hpgen/HPB/entries/1/kenkyu_bg@2x.jpg") no-repeat center bottom/100% auto;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 350px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-kenkyu {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-kenkyu__inner {
    padding: 0 16px;
  }
}

/* [p-about-akagigyu] シェフ
-----------------------------------------------*/
.p-about-akagigyu-member__row {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -36px 0;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-member__row {
    margin: 44px -18px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__row {
    margin: 4px -18px 0;
  }
}
.p-about-akagigyu-member__row > .col {
  padding: 64px 36px 0;
  width: 33.333%;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-member__row > .col {
    padding: 36px 18px 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__row > .col {
    width: 100%;
  }
}

.p-about-akagigyu-member__item {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__item {
    display: flex;
    align-items: flex-start;
  }
}
.p-about-akagigyu-member__item > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__item > img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    width: 100px;
  }
}
.p-about-akagigyu-member__item:before, .p-about-akagigyu-member__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 5;
  height: 185px;
  width: 2px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__item:before, .p-about-akagigyu-member__item::after {
    height: 64px;
  }
}
.p-about-akagigyu-member__item:before {
  left: 32px;
  background-color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__item:before {
    left: 11px;
  }
}
.p-about-akagigyu-member__item:after {
  left: 36px;
  background-color: #A58B55;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__item:after {
    left: 15px;
  }
}
.p-about-akagigyu-member__item > .prof {
  position: absolute;
  bottom: 0;
  background-color: rgba(71, 47, 37, 0.7);
  padding: 13px 10px 15px;
  width: 100%;
  min-height: 135px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__item > .prof {
    position: relative;
    flex: 1;
    background-color: rgba(177, 51, 36, 0.9);
    text-align: left;
    padding: 10px;
    min-height: 100px;
  }
}
.p-about-akagigyu-member__item > .prof > .name {
  display: block;
}
.p-about-akagigyu-member__item > .prof .name-text1 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__item > .prof .name-text1 {
    font-size: 1.8rem;
  }
}
.p-about-akagigyu-member__item > .prof .name-text2 {
  font-size: 1.4rem;
}
.p-about-akagigyu-member__item > .prof > .company {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__item > .prof > .company {
    margin-top: 5px;
  }
}
.p-about-akagigyu-member__item > .prof > .role {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-member__item > .prof > .role {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}
@media screen and (min-width: 769px) {
  .p-about-akagigyu-member__item:hover > img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .p-about-akagigyu-member__item:hover .prof {
    background-color: rgba(177, 51, 36, 0.9);
  }
}

/* [p-about-akagigyu] 実績
-----------------------------------------------*/
.p-about-akagigyu-jisseki {
  background: rgba(255, 255, 255, 0.9);
  margin: -250px auto 0;
  padding: 120px 0 120px;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-jisseki {
    margin: -150px 13px 0;
    padding: 80px 0;
  }
}
.p-about-akagigyu-jisseki__inner {
  padding: 0 105px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-jisseki__inner {
    padding: 0 24px;
  }
}
.p-about-akagigyu-jisseki__icon {
  display: inline-block;
  width: 110px;
}
.p-about-akagigyu-jisseki__row {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px 0;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-jisseki__row {
    margin-top: 40px;
  }
}
.p-about-akagigyu-jisseki__row:first-of-type {
  margin-top: 0;
}
.p-about-akagigyu-jisseki__col {
  padding: 0 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-jisseki__col {
    margin-top: 40px;
    width: 100%;
  }
}
.p-about-akagigyu-jisseki__col--w100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-jisseki__col:first-of-type {
    margin-top: 0;
  }
}
.p-about-akagigyu-jisseki__box {
  position: relative;
  padding-bottom: 24px;
}
.p-about-akagigyu-jisseki__box:before, .p-about-akagigyu-jisseki__box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 50%;
}
.p-about-akagigyu-jisseki__box::before {
  background-color: #b13324;
  left: 0;
}
.p-about-akagigyu-jisseki__box::after {
  background-color: #A58B55;
  right: 0;
}

.p-about-akagigyu-jisseki__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-about-akagigyu-jisseki__title:before, .p-about-akagigyu-jisseki__title:after {
  content: "";
  display: block;
  height: 2px;
  min-width: 1.1em;
  flex: 1;
}
.p-about-akagigyu-jisseki__title::before {
  background-color: #b13324;
}
.p-about-akagigyu-jisseki__title::after {
  background-color: #A58B55;
}
.p-about-akagigyu-jisseki__title > span {
  display: block;
  margin: 0 0.5em;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-jisseki__title > span {
    margin: 0 0.3em;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.p-about-akagigyu-jisseki__text {
  margin: 24px 0 -6px;
  padding: 0 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-jisseki__text {
    padding: 0;
  }
}

/* [p-about-akagigyu] 魅力
-----------------------------------------------*/
.p-about-akagigyu-miryoku {
  background: url("/assets/img/hpgen/HPB/entries/1/miryoku_bg@2x.jpg") no-repeat center top/cover;
  padding: 120px 16px 170px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-miryoku {
    padding: 80px 16px 110px;
  }
}
.p-about-akagigyu-miryoku__text {
  text-shadow: 0px 0px 6px #FFFFFF;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-miryoku__text {
    font-size: 1.8rem;
  }
}

/* [p-about-akagigyu] ポイント
-----------------------------------------------*/
.p-about-akagigyu-point__container {
  background-color: #F1EDE3;
  width: 100%;
}

.p-about-akagigyu-point {
  display: flex;
  flex-wrap: wrap;
}
.p-about-akagigyu-point__title {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point__title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

.p-about-akagigyu-point--01,
.p-about-akagigyu-point--03 {
  margin: 0 -22px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--01,
.p-about-akagigyu-point--03 {
    padding: 0 16px;
  }
}
.p-about-akagigyu-point--01 > .point__image-col,
.p-about-akagigyu-point--03 > .point__image-col {
  padding: 0 22px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--01 > .point__image-col,
.p-about-akagigyu-point--03 > .point__image-col {
    padding: 0 16px;
    width: 100%;
  }
}
.p-about-akagigyu-point--01 > .point__image-col img,
.p-about-akagigyu-point--03 > .point__image-col img {
  margin-top: -40px;
}
.p-about-akagigyu-point--01 > .point__text-col,
.p-about-akagigyu-point--03 > .point__text-col {
  margin-top: 80px;
  padding: 0 22px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--01 > .point__text-col,
.p-about-akagigyu-point--03 > .point__text-col {
    margin-top: 40px;
    padding: 0 16px;
    width: 100%;
  }
}

.p-about-akagigyu-point--02 {
  position: relative;
  z-index: 2;
  margin: 80px 0 0;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-point--02 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--02 {
    margin: 56px 0 0;
  }
}
.p-about-akagigyu-point--02 > .point__image-col-1 {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-point--02 > .point__image-col-1 {
    flex: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--02 > .point__image-col-1 {
    position: relative;
    width: 100%;
  }
}
.p-about-akagigyu-point--02 > .point__image-col-1 .image01 {
  display: block;
  text-align: right;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-point--02 > .point__image-col-1 .image01 {
    text-align: left;
  }
}
.p-about-akagigyu-point--02 > .point__image-col-1 .image01 img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: inherit;
  width: 280px;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-point--02 > .point__image-col-1 .image01 img {
    position: relative;
    right: inherit;
    left: 110px;
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--02 > .point__image-col-1 .image01 img {
    left: 140px;
  }
}
.p-about-akagigyu-point--02 > .point__image-col-1 .image02 {
  display: block;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-point--02 > .point__image-col-1 .image02 {
    position: relative;
    left: -56px;
    margin-top: -120px;
    width: 148px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--02 > .point__image-col-1 .image02 {
    left: -30px;
  }
}
.p-about-akagigyu-point--02 > .point__image-col-1 .image02 img {
  position: absolute;
  top: 255px;
  right: 215px;
  max-width: inherit;
  width: 180px;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-point--02 > .point__image-col-1 .image02 img {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
  }
}
.p-about-akagigyu-point--02 > .point__image-col-2 {
  margin-top: 120px;
  margin-bottom: -40px;
  width: calc(27600% / 1080);
  text-align: left;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-point--02 > .point__image-col-2 {
    position: relative;
    right: 0px;
    margin-top: 40px;
    margin-bottom: -20px;
    margin-left: auto;
    text-align: center;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--02 > .point__image-col-2 {
    right: -40px;
  }
}
.p-about-akagigyu-point--02 > .point__image-col-2 img {
  max-width: inherit;
  width: 450px;
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-point--02 > .point__image-col-2 img {
    width: 100%;
  }
}
.p-about-akagigyu-point--02 > .point__text-col {
  margin-top: 120px;
  margin-bottom: 80px;
  padding: 0 24px;
  width: calc(57000% / 1080);
}
@media screen and (max-width: 1159px) {
  .p-about-akagigyu-point--02 > .point__text-col {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 16px;
    width: 100%;
  }
}

.p-about-akagigyu-point--03__container {
  position: relative;
  z-index: 1;
  background-color: #F0F0F2;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--03__container {
    padding-bottom: 80px;
  }
}

.p-about-akagigyu-point--03 .point__text-col {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--03 .point__text-col {
    margin-top: 0;
    padding: 0 16px;
  }
}
.p-about-akagigyu-point--03 .point__image-col {
  width: calc(50200% / 1080);
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--03 .point__image-col {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-about-akagigyu-point--03 .p-about-akagigyu-point__title {
    margin-top: 80px;
  }
}

/**
 * Page about-company
**/
/* [p-about-company] section
-----------------------------------------------*/
.p-about-company-section {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-about-company-section {
    padding: 80px 0;
  }
}
.p-about-company-section--keiei {
  background: url("/assets/img/hpgen/HPB/entries/3/keiei_bg.svg") no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .p-about-company-section--keiei {
    background-image: url("/assets/img/hpgen/HPB/entries/3/keiei_bg_sp.svg");
    background-size: 100% auto;
  }
}
.p-about-company-section--challenge {
  background: #f1ede3 url("/assets/img/hpgen/HPB/entries/3/challenge_bg@2x.jpg") no-repeat center bottom/100% auto;
  padding-bottom: 370px;
}
@media screen and (max-width: 768px) {
  .p-about-company-section--challenge {
    padding-bottom: 160px;
  }
}
.p-about-company-section__title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-about-company-section__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-about-company-section__inner {
  max-width: 872px;
}

/* [p-about-company] 3カラムのこころざし
-----------------------------------------------*/
.p-about-company__kokorozashi {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-company__kokorozashi {
    display: block;
  }
}
.p-about-company__kokorozashi > * {
  position: relative;
  margin: 0 20px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-about-company__kokorozashi > * {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-about-company__kokorozashi > *:not(:first-child) {
    margin-top: 25px;
  }
}
.p-about-company__kokorozashi > *:before, .p-about-company__kokorozashi > *:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 50%;
}
.p-about-company__kokorozashi > *:before {
  left: 0;
  background-color: #b13324;
}
.p-about-company__kokorozashi > *:after {
  right: 0;
  background-color: #A58B55;
}

/* [p-about-company] ビジョン・ミッション・バリュー
-----------------------------------------------*/
.p-about-company-rinen {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-about-company-rinen:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-about-company-rinen:not(:first-child) {
    margin-top: 40px;
  }
}
.p-about-company-rinen > h4 {
  width: 170px;
  color: #b13324;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-about-company-rinen > h4 {
    width: 100%;
  }
}
.p-about-company-rinen > h4 > strong {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-about-company-rinen > h4 > strong {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-about-company-rinen > h4 > span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 3.6px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-about-company-rinen > h4 > span {
    font-size: 1.1rem;
    letter-spacing: 3.3px;
  }
}
.p-about-company-rinen > p {
  flex: 1;
  position: relative;
  margin: 0;
  padding-left: 120px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-about-company-rinen > p {
    padding-top: 60px;
    padding-left: 0;
  }
}
.p-about-company-rinen > p::before, .p-about-company-rinen > p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  height: 3px;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .p-about-company-rinen > p::before, .p-about-company-rinen > p::after {
    top: 16px;
    left: 50%;
    height: 25px;
    width: 3px;
  }
}
.p-about-company-rinen > p::before {
  background-color: #b13324;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media screen and (max-width: 768px) {
  .p-about-company-rinen > p::before {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
.p-about-company-rinen > p::after {
  background-color: #A58B55;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .p-about-company-rinen > p::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

/* [p-about-company] 会社概要
-----------------------------------------------*/
.p-about-company__company-row {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about-company__company-row {
    margin-top: 56px;
  }
}
.p-about-company__company-row > .image-col {
  max-width: 336px;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .p-about-company__company-row > .image-col {
    max-width: inherit;
    width: 100%;
  }
}
.p-about-company__company-row > .text-col {
  flex: 1;
}

.p-about-company__company-detail {
  margin: 0;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-company__company-detail {
    margin-top: 24px;
    padding-left: 0;
  }
}
.p-about-company__company-detail > dt {
  font-size: 2.4rem;
  line-height: 1;
}
.p-about-company__company-detail > dd {
  margin-left: 0;
}

/**
 * Page Recipe
**/
/* [p-recipe] ヘッダーエリア
-----------------------------------------------*/
.p-recipe-introduction {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-recipe-introduction {
    display: block;
    margin-top: 0;
  }
}
.p-recipe-introduction__kv {
  max-width: 600px;
  width: calc((600 / 1280) * 100vw);
}
@media screen and (max-width: 768px) {
  .p-recipe-introduction__kv {
    max-width: inherit;
    width: 100vw;
    margin: 0 -16px;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-introduction__kv img {
    width: 100vw;
  }
}
.p-recipe-introduction__text {
  position: relative;
  z-index: 10;
  max-width: 630px;
  width: calc((630 / 1280) * 100vw);
  margin: 44px 0 0 -30px;
  padding: 74px 60px;
  background-color: rgba(241, 237, 227, 0.9);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-recipe-introduction__text {
    position: relative;
    z-index: 10;
    max-width: inherit;
    width: 100%;
    margin: -30px auto 0;
    padding: 50px 24px;
  }
}
.p-recipe-introduction__text .c-title-1 {
  color: #000000;
  text-align: left;
}
.p-recipe-introduction__text p {
  margin-top: 24px;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .p-recipe-introduction__text p {
    margin-top: 20px;
  }
}

/* [p-recipe] レシピ一覧
-----------------------------------------------*/
.p-recipe-list__title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.2857142857;
}
@media screen and (max-width: 768px) {
  .p-recipe-list__title {
    justify-content: center;
  }
}
.p-recipe-list__title:before, .p-recipe-list__title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url("/assets/img/shared/icon_border.svg") center top/cover no-repeat;
}
.p-recipe-list__title:before {
  margin-right: 8px;
}
.p-recipe-list__title:after {
  margin-left: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-recipe-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -12px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-recipe-list {
    margin: 24px -4px 80px;
  }
}
.p-recipe-list > li {
  padding: 24px 12px 0;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-recipe-list > li {
    padding: 16px 4px 0;
    width: 50%;
  }
}
.p-recipe-list > li > a {
  display: block;
}
.p-recipe-list > li > a:hover {
  opacity: 1;
}
.p-recipe-list > li > a:hover img {
  opacity: 0.7;
}
.p-recipe-list > li > a:hover .p-recipe-list__name {
  color: #b13324;
}
.p-recipe-list > li > a:hover .p-recipe-list__name:before {
  background-image: url("/assets/img/shared/icon_arrow-r--red.svg");
}
.p-recipe-list__name {
  position: relative;
  display: block;
  margin-top: 16px;
  padding-left: 24px;
  color: #472f25;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-recipe-list__name {
    margin-top: 8px;
    padding-left: 22px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.p-recipe-list__name:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("/assets/img/shared/icon_arrow-r.svg") center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-recipe-list__name:before {
    top: 2px;
  }
}
.p-recipe-list--detail {
  margin-top: -25px;
}
.p-recipe-list--detail > li {
  padding-top: 25px;
  width: 50%;
}

/**
 * Recipe Detail
**/
/* [recipe-detail] 商品詳細
-----------------------------------------------*/
.p-recipe-detail-wrapper {
  position: relative;
}

.p-recipe-detail {
  margin-bottom: 80px;
  max-width: 792px;
  width: calc(79200% / 1200);
}
@media screen and (max-width: 768px) {
  .p-recipe-detail {
    width: 100%;
    margin-bottom: 56px;
  }
}

.p-recipe-detail__main {
  position: relative;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail__main {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.p-recipe-detail__main__title {
  position: absolute;
  left: 0;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 21px 40px 21px 70px;
  font-size: 3rem;
  line-height: 1.5;
  color: #472f25;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail__main__title {
    bottom: 20px;
    padding: 15px 24px 15px 38px;
    font-size: 2rem;
  }
}
.p-recipe-detail__main__title::before, .p-recipe-detail__main__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  bottom: 24px;
  width: 3px;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail__main__title::before, .p-recipe-detail__main__title::after {
    top: 10px;
    bottom: 10px;
  }
}
.p-recipe-detail__main__title::before {
  background-color: #b13324;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail__main__title::before {
    left: 12px;
  }
}
.p-recipe-detail__main__title::after {
  background-color: #A58B55;
  left: 46px;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail__main__title::after {
    left: 18px;
  }
}

/* [recipe-detail-material] 材料
-----------------------------------------------*/
.p-recipe-detail-material {
  overflow: hidden;
}
.p-recipe-detail-material__title {
  background-color: #472f25;
  padding: 8px 16px;
  color: #fff;
  font-size: 1.8rem;
}
.p-recipe-detail-material__title > .text-2 {
  font-weight: normal;
}

.p-recipe-detail-material__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0;
  list-style: none;
}
.p-recipe-detail-material__list > li {
  padding: 0 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-material__list > li {
    width: 100%;
  }
}
.p-recipe-detail-material__list > li > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #472f25;
  padding: 16px 0 16px calc(20px + 0.15em);
}
.p-recipe-detail-material__list > li > div > .text {
  flex: 1;
}
.p-recipe-detail-material__list > li > div > .amount {
  width: 60px;
  text-align: right;
}
.p-recipe-detail-material__list > li > div::before {
  content: "・";
  position: absolute;
  top: 16px;
  left: 0;
}

/* [recipe-detail-chef] シェフ
-----------------------------------------------*/
.p-recipe-detail-chef {
  display: flex;
  background-color: #f1ede3;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-chef {
    display: block;
  }
}
.p-recipe-detail-chef__image-col {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-chef__image-col {
    margin: 0 auto;
  }
}
.p-recipe-detail-chef__text-col {
  flex: 1;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-chef__text-col {
    padding-top: 24px;
    padding-left: 0;
  }
}
.p-recipe-detail-chef__title {
  color: #b13324;
  font-size: 1.8rem;
  line-height: 1.7222222222;
}

/* [recipe-detail-step] ステップ
-----------------------------------------------*/
.p-recipe-detail-step {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-step {
    display: block;
  }
}

.p-recipe-detail-step__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  background: #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 14px 16px 18px;
  border-style: solid;
  border-color: #b13324;
  border-width: 0 2px 2px 0;
  color: #b13324;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-step__icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    padding: 4px 6px 8px;
    width: 60px;
    height: 60px;
  }
}
.p-recipe-detail-step__icon .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-step__icon .text {
    font-size: 1.1rem;
    letter-spacing: 1.1px;
  }
}
.p-recipe-detail-step__icon .number {
  font-family: ten-mincho, serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 4.2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-step__icon .number {
    font-size: 2.8rem;
    letter-spacing: 2.8px;
  }
}

.p-recipe-detail-step__text {
  flex: 1;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-step__text {
    display: block;
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.p-recipe-detail-step__row {
  display: flex;
  margin: 0 -12px;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-step__row {
    display: block;
    margin: 0;
  }
}
.p-recipe-detail-step__row > div {
  width: calc((100% / 2) - 12px);
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-step__row > div {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-step__row > div:last-of-type {
    margin-bottom: 0;
  }
}

/* [recipe-detail-list] 右カラム一覧レイアウト
-----------------------------------------------*/
.p-recipe-detail-list {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 40px;
  max-width: 424px;
  width: calc(42400% / 1200);
}
@media screen and (max-width: 768px) {
  .p-recipe-detail-list {
    position: relative;
    padding: 0;
    max-width: inherit;
    width: auto;
  }
}

/**
 * Free Page
**/
/* [free-page] フリーページ全体
-----------------------------------------------*/
#Journal .journal-cont > p {
  display: none;
}

/**
 * Default
**/
/* [default] 特定商取引法の表示・個人情報の取り扱いについて
-----------------------------------------------*/
section #guide p {
  font-size: 1.44rem;
  line-height: 175%;
  margin: 5px 0 10px;
}

section #guide .guide01 {
  padding-bottom: 10px;
}

section #guide .guide01 h2 {
  background: none;
  border-bottom: 1px dotted #6B6B6B;
  border-top: none;
  height: 2.3em;
  line-height: 2.3em;
  padding: 0;
  font-size: 1.76rem;
  margin-bottom: 10px;
}

section #guide .guide01 ul {
  font-size: 1.44rem;
  list-style-type: disc;
  margin-top: 10px;
}

section #guide .inner {
  overflow: hidden;
  margin-bottom: 10px;
}

section #guide .inner .fL {
  float: left;
  width: auto;
  margin-right: 20px;
  max-width: 350px;
}

section #guide .inner .fR {
  float: right;
  width: auto;
  max-width: 350px;
}

section #guide .chart .ttlShop {
  font-size: 1.28rem;
  font-weight: bold;
  border: none;
  margin: 15px 0 0;
}

section #guide table {
  line-height: 120%;
  border-top: 1px solid #CCC;
  table-layout: fixed;
}

section #guide table th {
  background-color: #EEE;
  border-top: 1px solid #CCC;
  color: #2B2B2B;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 20px;
  width: 100px;
}

section #guide table td {
  font-size: 1.2rem;
  border-top: 1px solid #CCC;
  padding: 15px 20px;
  width: 530px;
}

section #guide table tr:last-child {
  border-bottom: 1px solid #CCC;
}

#shopGuide_wrap section #guide table td {
  width: 50%;
}

section #guide table th.shopGuidePointClass {
  width: 50%;
}

section #guide .sps-shoppingGuide-rankList table th,
section #guide .sps-shoppingGuide-rankList table td {
  box-sizing: border-box;
  width: 33%;
  padding: 15px 10px;
}

section #guide .sps-shoppingGuide-rankList table th:nth-child(2),
section #guide .sps-shoppingGuide-rankList table td:nth-child(2) {
  width: 34%;
}

section #guide ul {
  margin: 0px 40px;
}

section #guide ul li {
  list-style-type: square;
}

section #guide ol {
  margin: 0px 40px;
}

section #guide ol li {
  list-style-type: decimal;
}

/*追記*/
#guide > h1 {
  margin: 40px 0;
}

/* [default] サイトマップ
-----------------------------------------------*/
section#document_wrap h2 {
  background: none;
  border-bottom: 1px dotted #6B6B6B;
  border-top: none;
  font-size: 1.36rem;
  font-weight: bold;
  height: 3em;
  line-height: 3em;
  margin: 0 0 20px;
  padding: 0;
}

section#document_wrap h3 {
  font-size: 1.2rem;
}

section #document li {
  font-size: 1.2rem;
  font-size: 1.2rem;
}

section #document .txt-list01 {
  padding-bottom: 30px;
}

section #document .txt-list01 li.c1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 25px 0 0;
}

section #document .txt-list02 {
  padding-bottom: 10px;
  overflow: hidden;
}

section #document .txt-list02 h3 {
  font-weight: bold;
}

section #document .txt-list02 section.tree00 {
  float: left;
  padding: 0 35px 20px 0;
  width: 156px;
}

section #document .txt-list02 ul.tree01 {
  padding: 0 0 0 12px;
  overflow: hidden;
}

section #document .txt-list02 ul.tree01 li.c2 {
  padding: 0 0 0 14px;
  margin: 0 0 0 3px;
  font-size: 1.2rem;
  font-size: 1.2rem;
}

section #document .txt-list02 ul.tree01 li.c3 {
  padding: 0 0 0 28px;
  margin: 0 0 0 3px;
  font-size: 1.2rem;
  font-size: 1.2rem;
}

section #document .txt-list02 ul.tree01 li.c4 {
  padding: 0 0 0 42px;
  margin: 0 0 0 3px;
  font-size: 1.2rem;
  font-size: 1.2rem;
}

section #document .txt-list02 ul.tree01 ul.tree02 li.c5 {
  padding: 0 0 0 56px;
  margin: 0 0 0 3px;
  font-size: 1.2rem;
  font-size: 1.2rem;
}

section #document .txt-list02 ul.tree01 li.sp1 {
  float: left;
  padding: 0 0 0 14px;
  margin: 0 0 0 3px;
  font-size: 1.2rem;
  font-size: 1.2rem;
}

section #document .txt-list02 ul.tree01 li.sp2 {
  float: left;
  padding: 0 0 0 2px;
  font-size: 1.2rem;
  font-size: 1.2rem;
}

section #document .txt-list02 ul.tree01 li.sp3 {
  float: left;
  padding: 0 0 0 2px;
  font-size: 1.2rem;
  font-size: 1.2rem;
}

section #document .txt-list02 ul.tree01 ul.tree02 li.c5 a {
  display: inline;
  *display: inline;
  *zoom: 1;
  padding: 0 10px 0 0;
  font-size: 1.76rem;
  font-size: 1.2rem;
}

section #document .txt-list02 ul.iB {
  padding: 5px 0 0 12px;
  float: left;
  line-height: 120%;
}

section #document .txt-list02 ul.iB li {
  padding: 0 10px 0 0;
  float: left;
}

section #document .txt-list03 {
  padding-bottom: 30px;
  overflow: hidden;
}

section #document .txt-list03 section.tree00 {
  float: left;
  padding: 0 35px 0 0;
  width: 156px;
}

section #document .txt-list03 ul.tree01 li {
  padding: 0 0 0 7px;
  margin: 0 0 0 5px;
  background: url(/hpgen/HPB/theme/img/ico_list01.gif) no-repeat left center;
}

#contact div.caution {
  margin-bottom: 15px;
}

#contact div.caution p {
  color: #d51414;
  font-size: 1.12rem;
  line-height: 145%;
}

#formArea_cc #contact form {
  margin-top: 30px;
}

#contents-pop #contact {
  width: auto;
  margin: 10px 20px;
}

/* [default] カートページ
-----------------------------------------------*/
.cart-article ul.option_style li {
  font-size: 1.2rem;
}
.cart-article #contact .mainFrame .mainCont #selectaddressee div.layoutp3 table.layoutp3 tbody td label {
  font-size: 1.36rem;
}
.cart-article #contact #selectaddressee table.layoutp3 label div .note_nextp {
  font-size: 1.2rem;
}
.cart-article #contact table td input {
  font-size: 1.6rem;
}
.cart-article #contact select {
  font-size: 1.6rem;
}
.cart-article #contact table td textarea {
  font-size: 1.6rem;
}
.cart-article #contact #cartNewmem table td textarea {
  font-size: 1.3rem;
}
.cart-article span.sps-required {
  font-size: 1.2rem;
}

/**
 * Price Range
**/
/* [price-range] PC：ヘッダー内価格別
-----------------------------------------------*/
.p-price-range {
  position: relative;
}
.p-price-range__toggle {
  margin-bottom: 16px;
  text-align: right;
}
.p-price-range__toggle span {
  cursor: pointer;
  display: inline-block;
  color: #472f25;
  font-size: 1.6rem;
  line-height: 1.3;
}
.p-price-range__toggle span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: 0 8px 0 8px;
  background: url("/assets/img/shared/icon_close.svg") center top/cover no-repeat;
}
.p-price-range__toggle span:hover {
  color: #b13324;
}
.p-price-range__toggle span:hover:after {
  background-image: url("/assets/img/shared/icon_close--red.svg");
}
.p-price-range__inner {
  list-style-type: none;
}
.p-price-range__item {
  cursor: pointer;
  border-bottom: 1px solid #f1ede3;
}
.p-price-range__item:first-of-type {
  border-top: 1px solid #f1ede3;
}
.p-price-range__item a {
  display: block;
  padding: 24px 0;
  color: #472f25;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}
.p-price-range__item a i {
  margin: -1px 6px 0 0;
}
.p-price-range__item a i .svg-icon_arrow-r--c-b-dims {
  width: 20px;
  height: 20px;
}
.p-price-range__item:hover a {
  opacity: 1;
  color: #b13324;
}

/* [price-range] SP：グロナビ内商品一覧
-----------------------------------------------*/
.p-category-sp {
  padding: 0;
}
.p-category-sp__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 50px;
  list-style-type: none;
  background-color: #472f25;
  border-bottom: 1px solid #fff;
}
.p-category-sp__item:last-of-type {
  border-bottom: none;
}
.p-category-sp__item a {
  position: relative;
  width: 100%;
  padding: 11px 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  text-align: center;
  white-space: nowrap;
}
.p-category-sp__item a:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/shared/icon_arrow-r--c@2x.png") center top/cover no-repeat;
}

/**
 * Mypage
**/
/* [mypage] SP：マイページ
-----------------------------------------------*/
.p-mypage {
  display: flex;
  justify-content: center;
  margin: 8px 16px;
  padding: 1.5px;
  background-color: #472f25;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
.p-mypage .svg-icon_mypage-dims {
  margin: -1px 3px 0 0;
  fill: #fff;
}

/**
 * UserReview
**/
/* [userreview]
-----------------------------------------------*/
.userreview {
  padding-bottom: 24px;
  border: 1px solid #b13324;
}
@media screen and (max-width: 768px) {
  .userreview {
    padding-bottom: 16px;
  }
}
.userreview h2 {
  position: relative;
  padding: 15px 47px;
  background-color: #b13324;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .userreview h2 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.userreview h2:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 24px;
  width: 15px;
  height: 50px;
  background: url("/assets/img/SHOP/icon_review@2x.png") center top/cover no-repeat;
}
.userreview .userreview_list {
  display: block;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .userreview .userreview_list {
    padding: 0 12px;
  }
}
.userreview .userreview_list:first-of-type {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .userreview .userreview_list:first-of-type {
    margin-top: 16px;
  }
}
.userreview .userreview_list:first-of-type tbody {
  padding-top: 0;
}
.userreview .userreview_list tbody {
  display: block;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #999;
}
.userreview .userreview_list tbody tr {
  display: block;
  width: 100%;
}
.userreview .userreview_list tbody tr .userreview_user,
.userreview .userreview_list tbody tr .userreview_date,
.userreview .userreview_list tbody tr .userreview_rate {
  font-size: 1.2rem;
  line-height: 1.5;
}
.userreview .userreview_list tbody tr .userreview_date {
  margin-left: auto;
  text-align: right;
}
.userreview .userreview_list tbody tr .userreview_rate {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.userreview .userreview_list tbody tr .userreview_rate img {
  width: 15px;
  height: 15px;
}
.userreview .userreview_list tbody tr .reviewBox_item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .userreview .userreview_list tbody tr .reviewBox_item {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.userreview .userreview_list tbody tr:first-of-type {
  display: flex;
}
.userreview .userreview_list tbody tr:nth-of-type(2) {
  margin-top: 6px;
}
.userreview .userreview_list tbody tr:nth-of-type(3) {
  margin-top: 12px;
}
.userreview .more {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 18px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .userreview .more {
    padding: 0 12px;
  }
}
.userreview .more a {
  color: #472f25;
  font-size: 1.6rem;
  line-height: 1.6875;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .userreview .more a {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.userreview .more a:hover {
  opacity: 1;
  color: #b13324;
  text-decoration: underline;
}
.userreview .more:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url("/assets/img/shared/icon_arrow-r--white.svg") center top/cover no-repeat;
}

/**
 * RealTimeOrders
**/
/* [realtimeorders]
-----------------------------------------------*/
.realtimeorders {
  background-color: #f1ede3;
}
.realtimeorders iframe {
  overflow-y: hidden;
}

/**
 * Ranking
**/
/* [ranking] ピックアップ商品
-----------------------------------------------*/
#ranking {
  background-color: #f1ede3;
}
#ranking .ranking {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  #ranking .ranking {
    padding: 40px 16px 64px;
  }
}
@media screen and (max-width: 768px) {
  #ranking .ranking h2 {
    margin: -6px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#ranking .ranking .column-set {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #ranking .ranking .column-set {
    margin-top: 24px;
  }
}

/**
 * Review Page
**/
/* [review-page]
-----------------------------------------------*/
.p-review-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-review-list {
    margin-top: 16px;
  }
}
.p-review-list h1 {
  position: relative;
  padding-left: 30px;
  color: #b13324;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-review-list h1 {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
.p-review-list h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 50px;
  background: url("/assets/img/shared/icon_ribbon@2x.png") center top/cover no-repeat;
}
.p-review-list--detail .pageNav_top {
  margin: 24px 0 16px;
}
@media screen and (max-width: 320px) {
  .p-review-list--detail .pageNav_top .pageR select {
    width: 220px;
  }
}
.p-review-list--detail .rating {
  padding: 16px 0;
}

/* [review-page] レビュー一覧/レビュー一覧（商品毎）共通スタイル
-----------------------------------------------*/
.pageNav_top,
.pageNav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 16px 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #999999;
}
.pageNav_top .pageL,
.pageNav_top .pageR,
.pageNav .pageL,
.pageNav .pageR {
  width: 100%;
}
.pageNav_top .pageL,
.pageNav .pageL {
  margin: 16px -3px 0;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .pageNav_top .pageL,
.pageNav .pageL {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
@media screen and (max-width: 768px) {
  .pageNav_top .pageL .pagination,
.pageNav .pageL .pagination {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.pageNav_top .pageL .pagination a,
.pageNav_top .pageL .pagination strong,
.pageNav .pageL .pagination a,
.pageNav .pageL .pagination strong {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  .pageNav_top .pageL .pagination a,
.pageNav_top .pageL .pagination strong,
.pageNav .pageL .pagination a,
.pageNav .pageL .pagination strong {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .pageNav_top .pageL .pagination a.number,
.pageNav_top .pageL .pagination strong.number,
.pageNav .pageL .pagination a.number,
.pageNav .pageL .pagination strong.number {
    padding: 0 18px;
  }
}
.pageNav_top .pageL .pagination a,
.pageNav .pageL .pagination a {
  color: #472f25;
}
@media screen and (max-width: 768px) {
  .pageNav_top .pageL .pagination a,
.pageNav .pageL .pagination a {
    padding: 0 5px;
  }
}
.pageNav_top .pageL .pagination strong,
.pageNav .pageL .pagination strong {
  padding: 3px 6px;
  background-color: #f1ede3;
  font-weight: normal;
}
.pageNav_top .pageR,
.pageNav .pageR {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pageNav_top .pageR,
.pageNav .pageR {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    text-align: left;
  }
}
.pageNav_top .pageR select,
.pageNav .pageR select {
  width: 145px;
  height: 28px;
  border: 1px solid #707070;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .pageNav_top .pageR select,
.pageNav .pageR select {
    max-width: 276px;
    width: 100%;
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .pageNav_top {
    margin-top: 24px;
  }
}

.pageNav {
  height: 100% !important;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pageNav .pageL {
  display: flex;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .pageNav .pageL {
    display: block;
  }
}
.pageNav .pageL form {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .pageNav .pageL form {
    margin-top: 24px;
  }
}
.pageNav .pageL form img {
  width: auto;
}

.rating .btnMore,
#itemBox .btnMore {
  width: 100%;
  text-align: right;
}
.rating .btnMore a,
#itemBox .btnMore a {
  display: inline-block;
  color: #472f25;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .rating .btnMore a,
#itemBox .btnMore a {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.rating .btnMore a:hover,
#itemBox .btnMore a:hover {
  opacity: 1;
  color: #b13324;
  text-decoration: underline;
}
.rating .btnMore a:before,
#itemBox .btnMore a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-top: 2px;
  background: url("/assets/img/shared/icon_arrow-r--white.svg") center top/cover no-repeat;
}
.rating .btnMore img,
#itemBox .btnMore img {
  width: auto;
}

/* [review-page] レビュー一覧
-----------------------------------------------*/
.rating {
  padding: 24px 0;
  border-bottom: 1px solid #707070;
}
.rating:first-of-type {
  padding-top: 0;
}
.rating .reviewBox {
  display: flex;
  margin: 0 -12px;
}
@media screen and (max-width: 768px) {
  .rating .reviewBox {
    margin: 0;
  }
}
.rating .reviewBox .tmb,
.rating .reviewBox .reviewTxt {
  width: 100%;
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .rating .reviewBox .tmb,
.rating .reviewBox .reviewTxt {
    margin: 0;
  }
}
.rating .reviewBox .tmb {
  max-width: 140px;
  width: 100%;
  height: 140px;
}
.rating .reviewBox .reviewTxt .ttlArea h2 {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .rating .reviewBox .reviewTxt .ttlArea h2 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 768px) {
  .rating .reviewBox .reviewTxt .ttlArea {
    display: flex !important;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .rating .reviewBox .reviewTxt .ttlArea .tmb,
.rating .reviewBox .reviewTxt .ttlArea h2 {
    margin: 0 4px;
  }
}
.rating .reviewBox .reviewTxt .postInfo {
  display: flex;
}
.rating .reviewBox .reviewTxt .postInfo span {
  font-size: 1.2rem;
  line-height: 1.5;
}
.rating .reviewBox .reviewTxt .postInfo span:last-of-type {
  margin-left: auto;
}
.rating .reviewBox .reviewTxt ul {
  display: flex;
  list-style-type: none;
  margin-top: 8px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .rating .reviewBox .reviewTxt ul {
    margin-top: 4px;
  }
}
.rating .reviewBox .reviewTxt ul:before {
  content: "おすすめ度：";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.rating .reviewBox .reviewTxt ul li {
  max-width: 15px;
  width: 100%;
  height: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.rating .reviewBox .reviewTxt p {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .rating .reviewBox .reviewTxt p {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
@media screen and (max-width: 768px) {
  .rating .btnMore {
    margin-top: 16px;
  }
}
.rating .reviewBox_item .postInfo {
  display: flex;
}
.rating .reviewBox_item .postInfo span {
  font-size: 1.2rem;
  line-height: 1.5;
}
.rating .reviewBox_item .postInfo span:last-of-type {
  margin-left: auto;
}
.rating .reviewBox_item ul {
  display: flex;
  list-style-type: none;
  margin-top: 6px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .rating .reviewBox_item ul {
    margin-top: 4px;
  }
}
.rating .reviewBox_item ul:before {
  content: "おすすめ度：";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.rating .reviewBox_item ul li {
  max-width: 15px;
  width: 100%;
  height: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.rating .reviewBox_item p {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .rating .reviewBox_item p {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}

/* [review-page] レビュー一覧（商品毎）
-----------------------------------------------*/
#itemBox {
  display: flex;
  flex-wrap: wrap;
}
#itemBox .btnMore,
#itemBox h2,
#itemBox .review_txt {
  width: 100%;
}
#itemBox .btnMore {
  order: 1;
}
@media screen and (max-width: 768px) {
  #itemBox .btnMore {
    float: none !important;
    position: inherit !important;
    top: 0 !important;
    margin-top: 30px;
    padding-bottom: 0 !important;
  }
}
#itemBox h2,
#itemBox .review_txt {
  position: relative;
  z-index: 10;
  background-color: #f1ede3;
}
#itemBox h2:before, #itemBox h2:after,
#itemBox .review_txt:before,
#itemBox .review_txt:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #f1ede3;
  width: 100vw;
  height: 100%;
}
#itemBox h2:before,
#itemBox .review_txt:before {
  left: 0;
}
#itemBox h2:after,
#itemBox .review_txt:after {
  right: 0;
}
#itemBox h2 {
  order: 2;
  margin-top: 16px;
  padding: 24px 40px 8px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #itemBox h2 {
    padding: 16px 0 8px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
#itemBox .review_txt {
  order: 3;
  padding: 0 40px 24px;
}
@media screen and (max-width: 768px) {
  #itemBox .review_txt {
    padding: 0 0 16px;
  }
}
#itemBox .review_txt img {
  width: auto;
}

/**
 * Other Page
**/
/* [p-other] その他ページ
-----------------------------------------------*/
.p-other {
  max-width: 792px;
  width: calc(79200% / 1200);
}
@media screen and (max-width: 768px) {
  .p-other {
    width: 100%;
  }
}
.p-other__wrapper {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-other__wrapper {
    margin-top: 0;
  }
}
.p-other__header {
  position: relative;
  padding: 60px 64px;
  background-color: rgba(241, 237, 227, 0.9);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-other__header {
    padding: 40px 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
}
.p-other__header .c-title-1 {
  color: #000000;
  text-align: left;
}
.p-other__header p {
  margin-top: 24px;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .p-other__header p {
    margin-top: 20px;
  }
}
.p-other__contents {
  margin-top: 40px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-other__contents {
    margin-top: 24px;
    padding: 0;
  }
}
.p-other__product-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-other__product-list {
    margin-top: 24px;
  }
}
.p-other__product-list > ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 768px) {
  .p-other__product-list > ul {
    margin: 18px -4px 0;
  }
}
.p-other__product-list > ul > li {
  width: calc((100% / 3) - 24px);
  margin: 32px 12px 0;
}
@media screen and (max-width: 768px) {
  .p-other__product-list > ul > li {
    width: calc((100% / 2) - 8px);
    margin: 24px 4px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-other__product-list > ul > li:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-other__product-list > ul > li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.p-other__product-list > ul > li h2 {
  position: relative;
  margin-top: 16px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .p-other__product-list > ul > li h2 {
    margin-top: 12px;
    padding-left: 22px;
  }
}
.p-other__product-list > ul > li h2 a {
  display: block;
  color: #472f25;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-other__product-list > ul > li h2 a {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.p-other__product-list > ul > li h2:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("/assets/img/shared/icon_arrow-r.svg") center top/cover no-repeat;
}
.p-other__product-list > ul > li h2:hover a {
  opacity: 1;
  color: #b13324;
}
.p-other__product-list > ul > li h2:hover:before {
  background-image: url("/assets/img/shared/icon_arrow-r--red.svg");
}
.p-other__product-list > ul > li .price {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-other__product-list > ul > li .price {
    margin-top: 2px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-other__product-list > ul > li .price .selling_price,
.p-other__product-list > ul > li .price .taxin {
  color: #b13324;
}

/* [p-other-list] 右カラム一覧レイアウト
-----------------------------------------------*/
.p-other-list {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 40px;
  max-width: 424px;
  width: calc(42400% / 1200);
}
@media screen and (max-width: 768px) {
  .p-other-list {
    position: relative;
    max-width: inherit;
    width: auto;
    margin: 56px 0 80px;
    padding: 0;
  }
}
.p-other-list > ul {
  list-style-type: none;
  padding: 0;
}
.p-other-list > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid #f1ede3;
}
.p-other-list > ul > li:first-of-type {
  padding-top: 0;
}
.p-other-list > ul > li > a {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #472f25;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-other-list > ul > li > a {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.p-other-list > ul > li > a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("/assets/img/shared/icon_arrow-r.svg") center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-other-list > ul > li > a:before {
    top: 2px;
  }
}
.p-other-list > ul > li > a:hover {
  opacity: 1;
  color: #b13324;
}
.p-other-list > ul > li > a:hover:before {
  background-image: url("/assets/img/shared/icon_arrow-r--red.svg");
}

/**
 * Feature Article Page
**/
/* [p-feature-article-kv] KV
-----------------------------------------------*/
.p-feature-article-kv {
  position: relative;
  width: 100%;
  height: 650px;
  background: url("/assets/img/hpgen/HPB/entries/16/img_main@2x.jpg") no-repeat center center/cover;
  padding: 32px 40px 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv {
    height: 286px;
    padding: 16px 16px;
    background-image: url("/assets/img/hpgen/HPB/entries/16/img_main_sp@2x.jpg");
  }
}
.p-feature-article-kv__text {
  text-shadow: 0px 3px 0 #472F25;
  display: block;
  margin: -11.5px 0;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.4791666667;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv__text {
    margin: -7px 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv__text--lg-sp {
    margin: -9px 0;
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.p-feature-article-kv__text .underline {
  display: inline;
  padding-bottom: 10px;
  background: linear-gradient(transparent 92%, #a58b55 0%);
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv__text .underline {
    padding-bottom: 0;
    background: linear-gradient(transparent 94.1%, #a58b55 0%);
  }
}
.p-feature-article-kv__text .underline--red {
  background: linear-gradient(transparent 92%, #b13324 0%);
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv__text .underline--red {
    background: linear-gradient(transparent 94.1%, #b13324 0%);
  }
}
.p-feature-article-kv:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 610px;
  height: 650px;
  background: url("/assets/img/hpgen/HPB/entries/16/img_titile_202208_pc@2x.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv:before {
    top: inherit;
    bottom: 0;
    width: 187px;
    height: 199px;
    background-image: url("/assets/img/hpgen/HPB/entries/16/img_titile_202208_sp@2x.png");
  }
}
.p-feature-article-kv:after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 40px;
  width: 138px;
  height: 151px;
  background: url("/assets/img/hpgen/HPB/entries/shared/icon_akagigyu@2x.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv:after {
    width: 70px;
    height: 76px;
    bottom: 16px;
    left: 16px;
  }
}
.p-feature-article-kv--akagiwagyu:after {
  background-image: url("/assets/img/hpgen/HPB/entries/shared/icon_akagiwagyu@2x.png");
}
.p-feature-article-kv--202209 {
  background-image: url("/assets/img/hpgen/HPB/entries/17/img_main@2x.jpg");
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv--202209 {
    background-image: url("/assets/img/hpgen/HPB/entries/17/img_main_sp@2x.jpg");
  }
}
.p-feature-article-kv--202209:before {
  width: 330px;
  background-image: url("/assets/img/hpgen/HPB/entries/17/img_titile_202209@2x.png");
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv--202209:before {
    width: 130px;
    height: 286px;
    background-image: url("/assets/img/hpgen/HPB/entries/17/img_titile_202209_sp@2x.png");
  }
}
.p-feature-article-kv--202209:after {
  content: none;
}
.p-feature-article-kv--202210 {
  background-image: url("/assets/img/hpgen/HPB/entries/18/img_main@2x.jpg");
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv--202210 {
    background-image: url("/assets/img/hpgen/HPB/entries/18/img_main_sp@2x.jpg");
  }
}
.p-feature-article-kv--202210:before {
  width: 420px;
  background-image: url("/assets/img/hpgen/HPB/entries/18/img_titile_202210@2x.png");
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv--202210:before {
    width: 130px;
    height: 200px;
    background-image: url("/assets/img/hpgen/HPB/entries/18/img_titile_202210_sp@2x.png");
  }
}
.p-feature-article-kv--202211 {
  background-image: url("/assets/img/hpgen/HPB/entries/19/img_main@2x.jpg");
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv--202211 {
    background-image: url("/assets/img/hpgen/HPB/entries/19/img_main_sp@2x.jpg");
  }
}
.p-feature-article-kv--202211:before {
  width: 330px;
  background-image: url("/assets/img/hpgen/HPB/entries/19/img_titile_202211@2x.png");
}
@media screen and (max-width: 768px) {
  .p-feature-article-kv--202211:before {
    width: 130px;
    height: 286px;
    background-image: url("/assets/img/hpgen/HPB/entries/19/img_titile_202211_sp@2x.png");
  }
}

/* [p-feature-article-main-product] メイン商品紹介
-----------------------------------------------*/
.p-feature-article-main-product {
  display: flex;
  margin-right: calc(24px / -2);
  margin-left: calc(24px / -2);
}
@media screen and (max-width: 768px) {
  .p-feature-article-main-product {
    display: block;
    margin: 0;
  }
}
.p-feature-article-main-product__itemOutline, .p-feature-article-main-product__text {
  margin: 0 calc(24px / 2);
}
@media screen and (max-width: 768px) {
  .p-feature-article-main-product__itemOutline, .p-feature-article-main-product__text {
    margin: 0;
  }
}
.p-feature-article-main-product__text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-feature-article-main-product__text {
    margin-top: 24px;
  }
}

/* [p-feature-article-info] 商品情報
-----------------------------------------------*/
.p-feature-article-info {
  max-width: 486px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-info {
    max-width: inherit;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-info .icons {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-info h2,
.p-feature-article-info h3,
.p-feature-article-info h4 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-info > table.price tbody {
    padding: 0;
  }
}
.p-feature-article-info .c-button {
  max-width: 384px;
}

/* [p-feature-article-column] コラム
-----------------------------------------------*/
.p-feature-article-column {
  position: relative;
  display: flex;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column {
    display: block;
  }
}
.p-feature-article-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column:before {
    width: 100%;
    height: 62px;
  }
}
.p-feature-article-column__image {
  position: relative;
  max-width: 180px;
  padding: 64px 16px 0;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column__image {
    max-width: inherit;
    padding: 0 8px;
  }
}
.p-feature-article-column__image img {
  position: relative;
  z-index: 10;
  width: 148px;
  height: 148px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column__image img {
    width: 120px;
    height: 120px;
  }
}
.p-feature-article-column__image:before, .p-feature-article-column__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 8px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column__image:before, .p-feature-article-column__image:after {
    top: inherit;
    right: 0;
    bottom: inherit;
    left: 0;
    width: 100%;
    height: 8px;
  }
}
.p-feature-article-column__image:before {
  left: calc(50% - 14px);
  background-color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column__image:before {
    top: calc(50% - 8px);
    left: 0;
  }
}
.p-feature-article-column__image:after {
  right: calc(50% - 14px);
  background-color: #a58b55;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column__image:after {
    right: 0;
    top: calc(50% + 8px);
  }
}
.p-feature-article-column__inner {
  flex: 1;
  padding: 64px 120px 64px 24px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column__inner {
    padding: 24px 16px 40px;
  }
}
.p-feature-article-column dl {
  margin: 0;
}
.p-feature-article-column__item {
  margin: 0;
  padding: 16px 0 8px;
  border-bottom: 1px solid #b13324;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column__item {
    padding: 16px 0 8px;
  }
}
.p-feature-article-column__item:first-of-type {
  padding-top: 0;
}
.p-feature-article-column__item dd {
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .p-feature-article-column__item dd {
    margin-top: 4px;
  }
}

/* [p-feature-article-product] 商品紹介2カラム
-----------------------------------------------*/
.p-feature-article-product {
  display: flex;
  margin-right: calc(24px / -2);
  margin-left: calc(24px / -2);
}
@media screen and (max-width: 768px) {
  .p-feature-article-product {
    display: block;
  }
}
.p-feature-article-product > div {
  margin: 0 calc(24px / 2);
}
@media screen and (max-width: 768px) {
  .p-feature-article-product > div:nth-of-type(n+2) {
    margin-top: 24px;
  }
}
.p-feature-article-product__about {
  max-width: 486px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-product__about {
    max-width: inherit;
  }
}

/* [p-feature-article-gallery] 商品紹介ギャラリー
-----------------------------------------------*/
.p-feature-article-gallery {
  flex: 1;
}
.p-feature-article-gallery__top picture {
  display: block;
}
.p-feature-article-gallery__top > img,
.p-feature-article-gallery__top > picture {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-gallery__top > img,
.p-feature-article-gallery__top > picture {
    margin-top: 8px;
  }
}
.p-feature-article-gallery__top > img:first-child,
.p-feature-article-gallery__top > picture:first-child {
  margin-top: 0;
}
.p-feature-article-gallery__lower {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-gallery__lower {
    margin-top: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
}
.p-feature-article-gallery__lower > div {
  position: relative;
  width: calc(50% - 12px);
}
.p-feature-article-gallery__lower > div .text {
  position: absolute;
  right: 12px;
  bottom: 8px;
  left: 16px;
  margin: -5px 0;
  color: #fff;
  text-shadow: 2px 3px 6px #472f25;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .p-feature-article-gallery__lower > div .text {
    right: 6px;
    bottom: 4px;
    left: 6px;
    margin: -1px 0;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.p-feature-article-gallery__lower--col-3 {
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  row-gap: 3px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-gallery__lower--col-3 {
    margin-top: 16px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
}
.p-feature-article-gallery__lower--col-3 > div {
  width: calc((100% / 3) - 3px);
}
@media screen and (max-width: 768px) {
  .p-feature-article-gallery__lower--col-3 > div {
    width: calc((100% / 2) - 8px);
  }
}

/* [p-feature-article-line-gallery] 横並びギャラリー
-----------------------------------------------*/
.p-feature-article-line-gallery {
  display: flex;
  flex-wrap: wrap;
}
.p-feature-article-line-gallery > div {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-feature-article-line-gallery > div {
    width: 50%;
  }
}
.p-feature-article-line-gallery > div .text {
  position: absolute;
  right: 12px;
  bottom: 16px;
  left: 16px;
  margin: -5px 0;
  color: #fff;
  text-shadow: 2px 3px 6px #472f25;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .p-feature-article-line-gallery > div .text {
    right: 6px;
    bottom: 8px;
    left: 6px;
    margin: -1px 0;
    font-size: 1rem;
    line-height: 1.2;
  }
}

/**
 * Feature Article DX Page
**/
/* [p-feature-article-dx-kv] KV
-----------------------------------------------*/
.p-feature-article-dx-kv {
  position: relative;
  width: 100%;
  height: 650px;
  background: url("/assets/img/hpgen/HPB/entries/20/img_main@2x.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-kv {
    height: 381px;
    background-image: url("/assets/img/hpgen/HPB/entries/20/img_main_sp@2x.png");
  }
}
.p-feature-article-dx-kv__text {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-kv__text > span {
    display: flex;
    justify-content: flex-start;
    margin: 0 -5px;
  }
}
.p-feature-article-dx-kv__text .img {
  display: block;
  width: 273px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-kv__text .img {
    width: 78px;
    height: 81px;
    margin: 0 5px;
  }
}
.p-feature-article-dx-kv__text .text {
  display: block;
  text-shadow: 0px 3px 0 #472F25;
  display: block;
  margin: 12.5px 0 -11.5px;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.4791666667;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-kv__text .text {
    flex: 1;
    margin: -6px 5px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-feature-article-dx-kv:before, .p-feature-article-dx-kv:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-feature-article-dx-kv:before {
  left: 0;
  max-width: 1090px;
  width: calc((1090 / 1280) * 100vw);
  height: 122px;
  background-image: url("/assets/img/hpgen/HPB/entries/20/deco_202212_01_right@2x.png");
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-kv:before {
    width: 475px;
    height: 53px;
  }
}
.p-feature-article-dx-kv:after {
  right: 0;
  max-width: 190px;
  width: calc((190 / 1280) * 100vw);
  height: 18px;
  background-image: url("/assets/img/hpgen/HPB/entries/20/deco_202212_01_left@2x.png");
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-kv:after {
    display: none;
  }
}
.p-feature-article-dx-kv__inner {
  position: relative;
  padding: 40px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-kv__inner {
    padding: 16px;
  }
}
.p-feature-article-dx-kv__inner:before, .p-feature-article-dx-kv__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
}
.p-feature-article-dx-kv__inner:before {
  width: 275px;
  left: 0;
  background-color: rgba(71, 47, 37, 0.8);
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-kv__inner:before {
    width: 100%;
    top: 0;
    height: 73px;
  }
}
.p-feature-article-dx-kv__inner:after {
  width: 365px;
  left: 275px;
  background-image: linear-gradient(to right, rgba(71, 47, 37, 0.8) 58%, rgba(71, 47, 37, 0));
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-kv__inner:after {
    top: 73px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom, rgba(71, 47, 37, 0.8) 80%, rgba(71, 47, 37, 0));
  }
}

/* [p-feature-article-dx-main-product] メイン商品紹介
-----------------------------------------------*/
.p-feature-article-dx-main-product {
  display: flex;
  margin-right: calc(48px / -2);
  margin-left: calc(48px / -2);
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-main-product {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-main-product__header {
    display: flex;
    margin: 0 -6px;
  }
}
.p-feature-article-dx-main-product__image, .p-feature-article-dx-main-product__info {
  margin: 0 48px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-main-product__image, .p-feature-article-dx-main-product__info {
    margin: 0;
  }
}
.p-feature-article-dx-main-product__image {
  width: 138px;
  height: 138px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-main-product__image {
    width: 70px;
    height: 70px;
    margin: 0 6px;
  }
}
.p-feature-article-dx-main-product__title {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-main-product__title {
    margin: -7px 6px;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.5;
  }
}

/* [p-feature-article-dx-introduction] セット商品詳細紹介
-----------------------------------------------*/
.p-feature-article-dx-introduction {
  position: relative;
}
.p-feature-article-dx-introduction:before {
  content: "";
  position: absolute;
  top: -73px;
  right: 0;
  width: 880px;
  height: 73px;
  background: url("/assets/img/hpgen/HPB/entries/20/deco_202212_02_left@2x.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction:before {
    top: -31px;
    width: 375px;
    height: 31px;
  }
}
.p-feature-article-dx-introduction__item {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
  background-color: #472f25;
}
.p-feature-article-dx-introduction__item:nth-of-type(2n) .p-feature-article-dx-introduction__visible {
  flex-direction: row-reverse;
}
.p-feature-article-dx-introduction__item:nth-of-type(2n) .p-feature-article-dx-introduction__image {
  right: 0;
  left: inherit;
}
.p-feature-article-dx-introduction__item:nth-of-type(2n) .p-feature-article-dx-introduction__text {
  margin-right: auto;
  margin-left: 0;
  padding: 80px 0 80px 40px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__item:nth-of-type(2n) .p-feature-article-dx-introduction__text {
    padding: 16px;
  }
}
.p-feature-article-dx-introduction__item:nth-of-type(2n) .p-feature-article-dx-introduction__text:before {
  right: inherit;
  left: inherit;
  right: -250px;
  background-image: linear-gradient(to left, rgba(71, 47, 37, 0) 25%, #472f25 75%);
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__item:nth-of-type(2n) .p-feature-article-dx-introduction__text:before {
    right: 0;
    background-image: linear-gradient(to bottom, rgba(71, 47, 37, 0) 25%, #472f25 75%);
  }
}
.p-feature-article-dx-introduction__visible {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__visible {
    display: block;
  }
}
.p-feature-article-dx-introduction__visible:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc((640 / 1280) * 100vw);
  height: 140px;
  background-image: linear-gradient(to bottom, rgba(71, 47, 37, 0) 25%, #472f25 75%);
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__visible:before {
    content: none;
  }
}
.p-feature-article-dx-introduction__item--01 .p-feature-article-dx-introduction__visible:before {
  top: 458px;
}
.p-feature-article-dx-introduction__item--02 .p-feature-article-dx-introduction__visible:before {
  top: 433px;
}
.p-feature-article-dx-introduction__item--03 .p-feature-article-dx-introduction__visible:before {
  top: 434px;
}
.p-feature-article-dx-introduction__item--04 .p-feature-article-dx-introduction__visible:before {
  top: 381px;
}
.p-feature-article-dx-introduction__item--05 .p-feature-article-dx-introduction__visible:before {
  top: 379px;
}
.p-feature-article-dx-introduction__item--06 .p-feature-article-dx-introduction__visible:before {
  top: 322px;
}
.p-feature-article-dx-introduction__image {
  position: absolute;
  top: 0;
  left: 0;
  flex: 1;
  width: calc((640 / 1280) * 100vw);
  background: no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__image {
    position: relative;
    width: 100%;
  }
}
.p-feature-article-dx-introduction__item--01 .p-feature-article-dx-introduction__image {
  height: 598px;
  background-image: url("/assets/img/hpgen/HPB/entries/20/img_rose@2x.jpg");
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__item--01 .p-feature-article-dx-introduction__image {
    height: 352px;
  }
}
.p-feature-article-dx-introduction__item--02 .p-feature-article-dx-introduction__image {
  height: 573px;
  background-image: url("/assets/img/hpgen/HPB/entries/20/img_negi@2x.jpg");
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__item--02 .p-feature-article-dx-introduction__image {
    height: 335px;
  }
}
.p-feature-article-dx-introduction__item--03 .p-feature-article-dx-introduction__image {
  height: 574px;
  background-image: url("/assets/img/hpgen/HPB/entries/20/img_shiitake@2x.jpg");
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__item--03 .p-feature-article-dx-introduction__image {
    height: 336px;
  }
}
.p-feature-article-dx-introduction__item--04 .p-feature-article-dx-introduction__image {
  height: 521px;
  background-image: url("/assets/img/hpgen/HPB/entries/20/img_shirataki@2x.jpg");
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__item--04 .p-feature-article-dx-introduction__image {
    height: 305px;
  }
}
.p-feature-article-dx-introduction__item--05 .p-feature-article-dx-introduction__image {
  height: 519px;
  background-image: url("/assets/img/hpgen/HPB/entries/20/img_udon@2x.jpg");
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__item--05 .p-feature-article-dx-introduction__image {
    height: 304px;
  }
}
.p-feature-article-dx-introduction__item--06 .p-feature-article-dx-introduction__image {
  height: 462px;
  background-image: url("/assets/img/hpgen/HPB/entries/20/img_warisita@2x.jpg");
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__item--06 .p-feature-article-dx-introduction__image {
    height: 270px;
  }
}
.p-feature-article-dx-introduction__accordion {
  position: relative;
  padding: 80px 40px;
}
.p-feature-article-dx-introduction__text {
  position: relative;
  width: calc((730 / 1280) * 100vw);
  margin-left: auto;
  background-color: #472f25;
  padding: 80px 40px 80px 0;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__text {
    width: 100%;
    margin-top: -170px;
    margin-left: inherit;
    padding: 16px;
    background-color: unset;
  }
}
.p-feature-article-dx-introduction__text > div,
.p-feature-article-dx-introduction__text > h3 {
  position: relative;
  z-index: 1;
}
.p-feature-article-dx-introduction__text:before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 320px;
  left: -250px;
  background-image: linear-gradient(to right, rgba(71, 47, 37, 0) 25%, #472f25 75%);
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__text:before {
    width: 100%;
    height: 376px;
    top: -170px;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(71, 47, 37, 0) 25%, #472f25 75%);
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__text .c-title-1--large {
    margin: -5px 0;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.5;
  }
}
.p-feature-article-dx-introduction__lead, .p-feature-article-dx-introduction__detail {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-feature-article-dx-introduction__lead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__lead {
    padding: 24px 16px;
  }
}
.p-feature-article-dx-introduction__lead > p {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.p-feature-article-dx-introduction__lead button {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  background-color: unset;
  border: none;
}
.p-feature-article-dx-introduction__lead button:hover .text {
  color: #b13324;
}
.p-feature-article-dx-introduction__lead button:hover .plus:before,
.p-feature-article-dx-introduction__lead button:hover .plus:after {
  background-color: #b13324;
}
.p-feature-article-dx-introduction__lead .plus {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  transition-duration: 0.3s;
}
.p-feature-article-dx-introduction__lead .plus:before, .p-feature-article-dx-introduction__lead .plus:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #a58b55;
}
.p-feature-article-dx-introduction__lead .plus:before {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-feature-article-dx-introduction__lead .plus:after {
  top: calc(50% + 2px);
  margin-top: -2px;
}
.p-feature-article-dx-introduction__item.is-open .p-feature-article-dx-introduction__lead .plus {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-feature-article-dx-introduction__detail {
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 0;
  height: 0;
  margin: -80px 40px 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__detail {
    margin: -16px 16px 0;
  }
}
.p-feature-article-dx-introduction__item.is-open .p-feature-article-dx-introduction__detail {
  opacity: 1;
  height: auto;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__item.is-open .p-feature-article-dx-introduction__detail {
    padding-top: 16px;
  }
}
.p-feature-article-dx-introduction__detail-inner {
  padding: 0 24px 24px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__detail-inner {
    padding: 0 16px 16px;
  }
}
.p-feature-article-dx-introduction__detail-inner > div {
  padding: 40px 64px;
  border: 2px solid rgba(165, 139, 85, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__detail-inner > div {
    padding: 24px 16px;
  }
}
.p-feature-article-dx-introduction__detail-inner > div > div:not(:first-of-type) {
  border-top: 1px solid #a58b55;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-introduction__detail-inner > div > div:not(:first-of-type) {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.p-feature-article-dx-introduction__detail-inner > div a:hover {
  opacity: 1;
  color: #b13324;
  -webkit-text-decoration: underline solid #b13324;
          text-decoration: underline solid #b13324;
}

/* [p-feature-article-dx-set] セット内容
-----------------------------------------------*/
.p-feature-article-dx-set {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-set {
    display: block;
  }
}
.p-feature-article-dx-set:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #472f25;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-set:before {
    bottom: 50%;
    left: inherit;
    width: 100%;
    height: 1px;
  }
}
.p-feature-article-dx-set > dl {
  width: 282px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-set > dl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-set > dl:not(:first-of-type) {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.p-feature-article-dx-set > dl > dd {
  margin-left: 0;
}
.p-feature-article-dx-set__title,
.p-feature-article-dx-set ul > li {
  color: #000;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.7777777778;
}

/* [p-feature-article-dx-note] 注意表記
-----------------------------------------------*/
.p-feature-article-dx-note {
  letter-spacing: 0;
}

/* [p-feature-article-dx-attention] 注意表記
-----------------------------------------------*/
.p-feature-article-dx-attention {
  padding: 24px 30px;
  background-color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-attention {
    padding: 16px;
  }
}

/* [p-feature-article-dx-cook] 美味しい料理のポイント
-----------------------------------------------*/
.p-feature-article-dx-cook {
  position: relative;
  padding: 140px 100px 120px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook {
    z-index: -2;
    padding: 100px 16px 56px;
    background-color: #472f25;
  }
}
.p-feature-article-dx-cook:before, .p-feature-article-dx-cook:after {
  content: "";
  position: absolute;
}
.p-feature-article-dx-cook:before {
  top: 80px;
  left: calc(50% - 30.5px);
  width: 61px;
  height: 20px;
  background: url("/assets/img/hpgen/HPB/entries/20/icon_deco_s.svg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook:before {
    top: 58px;
  }
}
.p-feature-article-dx-cook:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/assets/img/hpgen/HPB/entries/20/img_point_bg@2x.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook:after {
    height: 580px;
    background-image: url("/assets/img/hpgen/HPB/entries/20/img_point_bg_sp@2x.png");
  }
}
.p-feature-article-dx-cook__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.p-feature-article-dx-cook__content {
  display: flex;
  margin: 0 -12px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook__content {
    display: block;
    margin: 0 -9px;
  }
}
.p-feature-article-dx-cook__item {
  display: flex;
  width: calc(50% + 24px);
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook__item {
    width: 100%;
  }
}
.p-feature-article-dx-cook__item .c-title-1 {
  margin: -6px 0;
  padding-top: 0;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook__item .c-title-1 {
    margin: -5px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-feature-article-dx-cook__marker, .p-feature-article-dx-cook__text {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook__marker, .p-feature-article-dx-cook__text {
    margin: 0 9px;
  }
}
.p-feature-article-dx-cook__marker p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 78px;
  height: calc(100% + 12px);
  padding: 16px;
  background-color: #a58b55;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook__marker p {
    width: 61px;
    height: calc(100% + 11px);
    padding: 6px;
  }
}
.p-feature-article-dx-cook__marker p .title,
.p-feature-article-dx-cook__marker p .number {
  color: #fff;
}
.p-feature-article-dx-cook__marker p .title {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook__marker p .title {
    font-size: 1.1rem;
    letter-spacing: 1.1px;
  }
}
.p-feature-article-dx-cook__marker p .number {
  font-family: ten-mincho, serif;
  font-size: 4.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook__marker p .number {
    font-size: 2.8rem;
    letter-spacing: 2.8px;
  }
}
.p-feature-article-dx-cook__text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-cook__text {
    margin-top: 8px;
  }
}

/* [p-feature-article-dx-recipe] おすすめレシピ
-----------------------------------------------*/
.p-feature-article-dx-recipe__title {
  padding: 24px;
  background-color: #a58b55;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-recipe__title .c-title-1 {
    margin: -6px 0;
    padding-top: 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-feature-article-dx-recipe__content {
  padding: 40px 100px 64px;
  background-color: #f1ede3;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-recipe__content {
    padding: 24px 16px;
  }
}
.p-feature-article-dx-recipe__content > div {
  max-width: 1080px;
  margin: 0 auto;
}
.p-feature-article-dx-recipe__item {
  display: flex;
  align-items: flex-start;
  margin: 0 -12px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-recipe__item {
    display: block;
    margin: 0;
  }
}
.p-feature-article-dx-recipe__item > img,
.p-feature-article-dx-recipe__item > div {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-recipe__item > img,
.p-feature-article-dx-recipe__item > div {
    margin-right: 0;
    margin-left: 0;
  }
}
.p-feature-article-dx-recipe__item > img {
  width: 384px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-recipe__item > img {
    width: 100%;
  }
}
.p-feature-article-dx-recipe__item > div {
  margin-top: 16px;
}
.p-feature-article-dx-recipe__lead {
  margin: -6px 0;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-recipe__lead {
    margin: -5px 0;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.5;
  }
}

/* [p-feature-article-dx-sale] 限定販売
-----------------------------------------------*/
.p-feature-article-dx-sale {
  display: flex;
  margin: 0 -12px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale {
    display: block;
    margin: 0;
  }
}
.p-feature-article-dx-sale > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: calc(50% - 24px);
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale > div {
    width: 100%;
    margin: 0;
  }
}
.p-feature-article-dx-sale > div .c-title-10--small {
  margin: -4px 0;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4444444444;
}
.p-feature-article-dx-sale__button {
  margin-top: auto;
}
.p-feature-article-dx-sale__button .c-button {
  max-width: 384px;
}
.p-feature-article-dx-sale table.price {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-sale table.price tbody {
    padding: 0;
  }
}

/* [p-feature-article-dx-guide] フロートボタン
-----------------------------------------------*/
.p-feature-article-dx-guide {
  cursor: pointer;
  position: fixed;
  top: 190px;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 49px;
  padding: 24px 16px;
  border: 3px solid #a58b55;
  border-right: none;
  border-radius: 6px 0px 0px 6px;
  background-color: #fff;
  color: #472f25;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-guide {
    top: 91px;
    right: -49px;
    padding: 16px;
    transition-duration: 0.3s;
  }
}
.p-feature-article-dx-guide > span {
  display: flex;
}
.p-feature-article-dx-guide > span i {
  display: flex;
  align-items: center;
  margin-top: 8px;
  line-height: 1;
}
.p-feature-article-dx-guide:hover {
  opacity: 1;
  color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-guide.is-show {
    right: 0;
  }
}
.p-feature-article-dx-guide .c-text-1 {
  letter-spacing: 2.5px;
}
@media screen and (max-width: 768px) {
  .p-feature-article-dx-guide .c-text-1 {
    letter-spacing: 1px;
    margin: -1px 0;
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: 2px;
  }
}

/**
 * Feature Article Block Meat Page
**/
/* [p-block-meat-kv] KV
-----------------------------------------------*/
.p-block-meat-kv {
  position: relative;
  width: 100%;
  height: 600px;
  background: url("/assets/img/hpgen/HPB/entries/21/img_main@2x.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv {
    height: 422px;
    background-image: url("/assets/img/hpgen/HPB/entries/21/img_main_sp@2x.jpg");
  }
}
.p-block-meat-kv:before, .p-block-meat-kv:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
}
.p-block-meat-kv:before {
  width: 281px;
  left: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000);
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv:before {
    width: 100%;
    height: 49px;
    background-image: none;
    background-color: #000;
  }
}
.p-block-meat-kv:after {
  width: 386px;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv .c-title-1 {
    margin: -2.5px 0;
    font-size: 2rem;
    line-height: 1.25;
  }
}
.p-block-meat-kv__inner {
  position: relative;
  height: 100%;
}
.p-block-meat-kv__inner:before, .p-block-meat-kv__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.p-block-meat-kv__inner:before {
  top: 0;
  height: 219px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv__inner:before {
    width: 100%;
    top: 0;
    height: 180px;
  }
}
.p-block-meat-kv__inner:after {
  bottom: 0;
  height: 256px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv__inner:after {
    top: inherit;
    bottom: 49px;
    width: 100%;
    height: 105px;
  }
}
.p-block-meat-kv__inner > div {
  height: 100%;
  padding: 64px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv__inner > div {
    padding: 32px 40px;
  }
}
.p-block-meat-kv .lead {
  color: #fff;
}
.p-block-meat-kv .title-wrapper {
  display: flex;
  justify-content: center;
}
.p-block-meat-kv .title {
  position: relative;
}
.p-block-meat-kv .title:before, .p-block-meat-kv .title:after {
  content: "";
  position: absolute;
  top: calc(50% - 80px);
  width: 60px;
  height: 160px;
  border-style: solid;
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv .title:before, .p-block-meat-kv .title:after {
    top: calc(50% - 53px);
    width: 40px;
    height: 106px;
  }
}
.p-block-meat-kv .title:before {
  left: -100px;
  border-width: 1px 0 1px 5px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv .title:before {
    left: -66px;
    border-left-width: 3.3px;
  }
}
.p-block-meat-kv .title:after {
  right: -100px;
  border-width: 1px 5px 1px 0;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv .title:after {
    right: -66px;
    border-right-width: 3.3px;
  }
}
.p-block-meat-kv .title .main-text {
  font-size: 6.8rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv .title .main-text {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv .title .english {
    font-size: 1.2rem;
  }
}
.p-block-meat-kv .point {
  position: absolute;
  right: 133px;
  bottom: 40px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: calc((200 / 1280) * 100vw);
  max-height: 200px;
  height: calc((200 / 1280) * 100vw);
  background: url("/assets/img/hpgen/HPB/entries/21/img_circle_gold.svg") center center/cover no-repeat;
  font-size: min(1.71875vw, 22px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kv .point {
    right: 20px;
    bottom: 24px;
    max-width: 140px;
    width: calc((140 / 375) * 100vw);
    max-height: 140px;
    height: calc((140 / 375) * 100vw);
    font-size: min(3.466666667vw, 13px);
  }
}

/* [p-block-meat-introduction] 導入部分
-----------------------------------------------*/
@media screen and (max-width: 768px) {
  .p-block-meat-introduction .c-title-xxl {
    margin: -7px 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

/* [p-block-meat-gallery] 3種類のブロック肉紹介
-----------------------------------------------*/
.p-block-meat-gallery {
  position: relative;
}
.p-block-meat-gallery__title {
  position: relative;
  z-index: 2;
  width: 704px;
  margin: 0 auto -28px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__title {
    width: 100%;
    margin-bottom: -43px;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__title .c-title-1 {
    margin: -3px 0;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.p-block-meat-gallery__title:before, .p-block-meat-gallery__title:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-color: #a58b55;
  border-radius: 50%;
}
.p-block-meat-gallery__title:before {
  left: calc(-12px + 40px);
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__title:before {
    left: calc(-12px + 24px);
  }
}
.p-block-meat-gallery__title:after {
  right: calc(-12px + 40px);
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__title:after {
    right: calc(-12px + 24px);
  }
}
.p-block-meat-gallery__title > div {
  position: relative;
  padding: 16px;
  background-color: #a58b55;
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__title > div {
    margin: 0 24px;
  }
}
.p-block-meat-gallery__title > div:before, .p-block-meat-gallery__title > div:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.p-block-meat-gallery__title > div:before {
  left: -4px;
}
.p-block-meat-gallery__title > div:after {
  right: -4px;
}
.p-block-meat-gallery__inner {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__inner {
    display: block;
  }
}
.p-block-meat-gallery__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  background: center center/cover no-repeat;
}
.p-block-meat-gallery__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: calc((214 / 1280) * 100vw);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 57%);
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__item:before {
    height: calc((108 / 375) * 100vw);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 100%);
  }
}
.p-block-meat-gallery__image {
  position: relative;
}
.p-block-meat-gallery__image img {
  min-height: 427px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__image img {
    min-height: 324px;
  }
}
.p-block-meat-gallery__text {
  position: absolute;
  z-index: 1;
  margin: 0 64px 110px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__text {
    margin: 40px 16px;
  }
}
.p-block-meat-gallery__lead {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  background-color: #472f25;
  border-radius: 20px;
}
.p-block-meat-gallery__name {
  color: #fff;
}
.p-block-meat-gallery__phrase {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -80px;
  padding: 0 64px 40px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-block-meat-gallery__phrase {
    margin-top: -1px;
    padding: 0 16px 24px;
  }
}

/* [p-block-meat-about] 赤城牛ってどんなお肉？
-----------------------------------------------*/
.p-block-meat-about {
  position: relative;
  display: flex;
  justify-content: center;
}
.p-block-meat-about__typo {
  position: absolute;
  top: -20.5px;
  width: 100%;
  font-size: 7rem;
  line-height: 1.3;
  opacity: 0.15;
}
@media screen and (max-width: 768px) {
  .p-block-meat-about__typo {
    top: -6px;
    left: 16px;
    font-size: 3.4rem;
    line-height: 1.1176470588;
  }
}
.p-block-meat-about__typo > p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-block-meat-about__typo > p {
    text-align: left;
  }
}
.p-block-meat-about__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -16px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-about__inner {
    display: block;
    margin: 0;
  }
}
.p-block-meat-about__header, .p-block-meat-about__text {
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-about__header, .p-block-meat-about__text {
    margin: 0 auto;
  }
}
.p-block-meat-about__header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 256px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-block-meat-about__header {
    width: 200px;
    height: 200px;
  }
}
.p-block-meat-about__text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-block-meat-about__text {
    margin-top: 40px;
  }
}

/* [p-block-meat-kind] 和牛と国産牛とは？
-----------------------------------------------*/
.p-block-meat-kind {
  background-color: rgba(177, 51, 36, 0.8);
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind .l-container--narrow {
    max-width: 1280px;
    padding: 0;
  }
}
.p-block-meat-kind__typo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((130 / 1280) * 100vw);
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__typo {
    height: calc((199 / 375) * 100vw);
  }
}
.p-block-meat-kind__typo:before {
  content: "";
  position: absolute;
  width: calc((1044 / 1280) * 100vw);
  height: calc((130 / 1280) * 100vw);
  background: url("/assets/img/hpgen/HPB/entries/21/img_kind_bg@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__typo:before {
    width: calc((344 / 375) * 100vw);
    height: calc((199 / 375) * 100vw);
    background-image: url("/assets/img/hpgen/HPB/entries/21/img_kind_bg_sp@2x.png");
  }
}
.p-block-meat-kind__header {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__header {
    display: block;
    margin: 0 auto;
  }
}
.p-block-meat-kind__header > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__header > div {
    display: block;
    margin: 0 auto;
  }
}
.p-block-meat-kind__header > div > div {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__header > div > div {
    margin: 0 auto;
  }
}
.p-block-meat-kind__header > div > div:nth-of-type(n+2) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__header > div > div:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__header .c-title-1 {
    margin: -6px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-block-meat-kind__header--01 .c-title-1 {
  letter-spacing: 7px;
}
.p-block-meat-kind__gallery {
  display: flex;
  gap: 0 2px;
  margin: 0 1px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__gallery {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__gallery > div {
    margin: 1px auto 0;
  }
}
.p-block-meat-kind__conclusion {
  padding: 24px;
  border: 2px solid #b13324;
}
@media screen and (max-width: 768px) {
  .p-block-meat-kind__conclusion .c-title-2 {
    margin: -5px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}

/* [p-block-meat-feature] 赤城牛の特徴
-----------------------------------------------*/
.p-block-meat-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 64px 24px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-feature {
    display: block;
    margin: 0 auto;
  }
}
.p-block-meat-feature__item {
  display: flex;
  justify-content: center;
  width: 50%;
  width: calc(50% + 12px);
  margin: 0 -12px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-feature__item {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.p-block-meat-feature__item--w100 {
  width: calc(100% + 24px);
}
@media screen and (max-width: 768px) {
  .p-block-meat-feature__item--w100 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-feature__item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.p-block-meat-feature__image, .p-block-meat-feature__text {
  width: 50%;
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-feature__image, .p-block-meat-feature__text {
    width: 100%;
    margin: 0 auto;
  }
}
.p-block-meat-feature__item--w100 .p-block-meat-feature__image, .p-block-meat-feature__item--w100 .p-block-meat-feature__text {
  width: 100%;
}
.p-block-meat-feature__image {
  max-width: 282px;
  width: 100%;
  height: 198px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-feature__image {
    max-width: inherit;
    height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-feature__text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-feature__text .c-title-1 {
    margin: -6px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

/* [p-block-meat-devise] 赤城牛モモブロックの工夫
-----------------------------------------------*/
.p-block-meat-devise {
  position: relative;
}
.p-block-meat-devise:before, .p-block-meat-devise:after {
  content: "";
  position: absolute;
  width: 100%;
}
.p-block-meat-devise:before {
  top: 0;
  height: 774px;
  background: url("/assets/img/hpgen/HPB/entries/21/img_rb_recipe_bg@2x.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-block-meat-devise:before {
    height: 311px;
    background-image: url("/assets/img/hpgen/HPB/entries/21/img_rb_recipe_bg_sp@2x.png");
  }
}
.p-block-meat-devise:after {
  top: 301px;
  height: 510px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 57%);
}
@media screen and (max-width: 768px) {
  .p-block-meat-devise:after {
    top: 119px;
    height: 325px;
  }
}
.p-block-meat-devise__inner {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 -60px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-devise__inner {
    display: block;
    margin: 0 auto;
  }
}
.p-block-meat-devise__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 480px;
  width: 50%;
  margin: 0 60px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-devise__item {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-devise__item:nth-of-type(n+2) {
    margin-top: 56px;
    padding: 56px 0 0;
  }
}
.p-block-meat-devise__item:nth-of-type(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 1px;
  height: 510px;
  background-color: #a58b55;
}
@media screen and (max-width: 768px) {
  .p-block-meat-devise__item:nth-of-type(n+2):before {
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.p-block-meat-devise__item > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.p-block-meat-devise__image {
  width: 214px;
  height: 214px;
  margin: 0 auto;
}

/* [p-block-meat-movie] 動画ギャラリー
-----------------------------------------------*/
.p-block-meat-movie {
  display: flex;
  justify-content: center;
  margin: 0 -60px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-movie {
    display: block;
    margin: 0 auto;
  }
}
.p-block-meat-movie__item {
  max-width: 480px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 60px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-movie__item {
    max-width: inherit;
    margin: 0 auto;
  }
}
.p-block-meat-movie__item iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-block-meat-movie__item:nth-of-type(n+2) {
    margin-top: 56px;
  }
}

/* [p-block-meat-variation] 料理のバリエーション
-----------------------------------------------*/
.p-block-meat-variation {
  display: flex;
  flex-wrap: wrap;
  max-width: 1172px;
  gap: 40px 52px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-variation {
    display: block;
    max-width: inherit;
  }
}
.p-block-meat-variation__item {
  position: relative;
  width: calc(50% - (52px / 2));
}
@media screen and (max-width: 768px) {
  .p-block-meat-variation__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-block-meat-variation__item:nth-of-type(n+2) {
    margin-top: 24px;
  }
}
.p-block-meat-variation__title {
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .p-block-meat-variation__title {
    top: 16px;
    left: 16px;
  }
}
.p-block-meat-variation__text {
  position: relative;
  max-width: 511px;
  width: 100%;
  margin: -80px -24px 0 auto;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-block-meat-variation__text {
    max-width: inherit;
    margin: -24px -16px 0 24px;
    padding: 24px;
  }
}

/**
 * Feature Article Home Yakiniku Page
**/
/* [components] ページ内共通
-----------------------------------------------*/
.c-home-yakiniku-title {
  text-align: center;
}
.c-home-yakiniku-title h2 {
  position: relative;
  display: inline-block;
  margin: -10.5px 0;
  font-size: 4.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-home-yakiniku-title h2 {
    margin: -7px 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.c-home-yakiniku-title h2:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 91px;
  height: 56px;
  background: url("/assets/img/hpgen/HPB/entries/22/icon_lead.svg") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .c-home-yakiniku-title h2:before {
    top: -35px;
    right: -24px;
    width: 60px;
    height: 37px;
  }
}

.c-home-yakiniku-list .title,
.c-home-yakiniku-list .list li {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.c-home-yakiniku-list .title {
  color: #a58b55;
  font-weight: bold;
}
.c-home-yakiniku-list p,
.c-home-yakiniku-list .list {
  color: #fff;
}
.c-home-yakiniku-list .list {
  margin-top: 6px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-home-yakiniku-list .list {
    margin-top: 0;
  }
}
.c-home-yakiniku-list--black ul.list,
.c-home-yakiniku-list--black ol.list {
  color: #000;
}
.c-home-yakiniku-list ul.list {
  padding-left: 1em;
}
.c-home-yakiniku-list ul.list li::marker {
  color: #a58b55;
}
.c-home-yakiniku-list ol.list {
  list-style: none;
  padding-left: 0;
}
.c-home-yakiniku-list ol.list li {
  padding-left: calc(1em + 5px);
  text-indent: calc(-1em - 5px);
}
.c-home-yakiniku-list ol.list li span {
  margin-right: 5px;
  color: #a58b55;
  font-weight: bold;
}

/* [p-home-yakiniku-kv] KV
-----------------------------------------------*/
.p-home-yakiniku-kv {
  position: relative;
  width: 100%;
  height: 650px;
  background: url("/assets/img/hpgen/HPB/entries/22/img_main@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kv {
    height: 100%;
    min-height: 585px;
    background-position: bottom;
    background-image: url("/assets/img/hpgen/HPB/entries/22/img_main_sp@2x.png");
  }
}
.p-home-yakiniku-kv__content {
  width: 730px;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .p-home-yakiniku-kv__content {
    position: absolute;
    right: calc((550 / 1280) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kv__content {
    width: 100%;
    height: clamp(396px, calc((396 / 375) * 100vw), 485px);
  }
}
.p-home-yakiniku-kv__content > div {
  width: 100%;
  height: 100%;
  padding: 76px 126px 20px 60px;
  background: url("/assets/img/hpgen/HPB/entries/22/bg_map@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kv__content > div {
    padding: 24px 28px 36px;
    background-position: bottom;
    background-image: url("/assets/img/hpgen/HPB/entries/22/bg_map_sp@2x.png");
  }
}
@media screen and (min-width: 1280px) {
  .p-home-yakiniku-kv:before {
    content: "";
    position: absolute;
    right: calc(((550 / 1280) * 100vw) + 730px);
    width: 100%;
    height: 100%;
    background-color: #000;
  }
}
.p-home-yakiniku-kv__title p,
.p-home-yakiniku-kv__title h1 {
  color: #fff;
  text-align: center;
}
.p-home-yakiniku-kv__title h1 {
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 7.2px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kv__title h1 {
    font-size: 5.6rem;
    letter-spacing: 4.48px;
  }
}
.p-home-yakiniku-kv__title p {
  margin: -7px 0;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kv__title p {
    margin: -5px 0;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
.p-home-yakiniku-kv__map {
  position: relative;
  z-index: 1;
  width: 543px;
  height: 295px;
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kv__map {
    max-width: 320px;
    width: 100%;
    height: 174px;
    margin: 40px auto 0;
  }
}
.p-home-yakiniku-kv__map .icon {
  position: absolute;
  top: -60px;
  left: -20px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #a58b55;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kv__map .icon {
    top: -33px;
    left: -12px;
    width: 76px;
    height: 76px;
  }
}
.p-home-yakiniku-kv__map .icon p {
  margin: -4px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kv__map .icon p {
    margin: -2px 0;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    letter-spacing: 1.12px;
  }
}

/* [p-home-yakiniku-nav] コンテンツへのページ内リンク群
-----------------------------------------------*/
.p-home-yakiniku-nav {
  position: relative;
  z-index: 10;
  padding: 34px 0;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-nav {
    padding: 40px 0;
  }
}
.p-home-yakiniku-nav__links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-left: 414px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-nav__links {
    display: block;
    margin-left: 53px;
  }
}
.p-home-yakiniku-nav__links:before {
  content: "";
  position: absolute;
  top: calc(50% - 27px);
  left: -414px;
  width: 374px;
  height: 54px;
  background: url("/assets/img/hpgen/HPB/entries/22/text_content.svg") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-nav__links:before {
    top: calc(50% - 18px);
    left: -163px;
    width: 258px;
    height: 37px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-home-yakiniku-nav__links li {
  position: relative;
  list-style: none;
  width: 216px;
  margin: -1.8px 0 -1.8px 14px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-nav__links li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-nav__links li:not(:first-of-type) {
    margin-top: 30px;
  }
}
.p-home-yakiniku-nav__links li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -14px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b13324;
  border-right: 1px solid #b13324;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  line-height: inherit;
}

/* [p-home-yakiniku-part] 部位ごとの特長と焼き方
-----------------------------------------------*/
.p-home-yakiniku-part:not(:first-of-type) {
  margin-top: 80px;
}
.p-home-yakiniku-part__image {
  position: relative;
  width: 100vw;
  height: 320px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__image {
    z-index: 20;
    height: 309px;
  }
}
.p-home-yakiniku-part__image > div {
  position: absolute;
  width: 100%;
  height: 320px;
  background: #302b2c center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__image > div {
    display: flex;
    align-items: flex-end;
    right: inherit;
    height: 100%;
  }
}
.p-home-yakiniku-part--01 .p-home-yakiniku-part__image > div {
  background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part01@2x.png");
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part--01 .p-home-yakiniku-part__image > div {
    background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part01_sp@2x.png");
  }
}
.p-home-yakiniku-part--02 .p-home-yakiniku-part__image > div {
  background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part02@2x.png");
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part--02 .p-home-yakiniku-part__image > div {
    background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part02_sp@2x.png");
  }
}
.p-home-yakiniku-part--03 .p-home-yakiniku-part__image > div {
  background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part03@2x.png");
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part--03 .p-home-yakiniku-part__image > div {
    background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part03_sp@2x.png");
  }
}
.p-home-yakiniku-part--04 .p-home-yakiniku-part__image > div {
  background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part04@2x.png");
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part--04 .p-home-yakiniku-part__image > div {
    background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part04_sp@2x.png");
  }
}
.p-home-yakiniku-part--05 .p-home-yakiniku-part__image > div {
  background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part05@2x.png");
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part--05 .p-home-yakiniku-part__image > div {
    background-image: url("/assets/img/hpgen/HPB/entries/22/bg_part05_sp@2x.png");
  }
}
@media screen and (min-width: 1280px) {
  .p-home-yakiniku-part__illust-wrapper {
    position: absolute;
    top: 0;
    left: calc((707 / 1280) * 100vw);
  }
}
.p-home-yakiniku-part__illust {
  position: relative;
  width: 546px;
  height: 100%;
  margin-left: auto;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__illust {
    width: min(100%, 344px);
    height: auto;
    margin: 0 auto;
    padding-right: 0;
  }
}
.p-home-yakiniku-part__illust:before, .p-home-yakiniku-part__illust:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__illust:before, .p-home-yakiniku-part__illust:after {
    content: none;
  }
}
.p-home-yakiniku-part__illust:before {
  left: -170px;
  width: 300px;
  background-image: linear-gradient(to right, rgba(48, 43, 44, 0), #302b2c 89%);
}
.p-home-yakiniku-part__illust:after {
  left: 126px;
  width: 100%;
  background-color: #302b2c;
}
.p-home-yakiniku-part__illust img {
  position: relative;
  z-index: 10;
}
.p-home-yakiniku-part__title {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  width: 612px;
  height: 78px;
  margin-top: -78px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__title {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 16px;
    padding-left: 14px;
  }
}
.p-home-yakiniku-part__title h3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  color: #b13324;
  margin: -10.5px 0;
  font-size: 4.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__title h3 {
    margin: -8px 0;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.p-home-yakiniku-part__title h3:before {
  content: "";
  position: absolute;
  top: -10.5px;
  left: -24px;
  z-index: 1;
  width: 6px;
  height: 100%;
  background-color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__title h3:before {
    left: -14px;
  }
}
.p-home-yakiniku-part__title:before, .p-home-yakiniku-part__title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__title:before, .p-home-yakiniku-part__title:after {
    bottom: inherit;
    top: -30px;
  }
}
.p-home-yakiniku-part__title:before {
  height: 78px;
  background-color: rgba(241, 237, 227, 0.8);
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__title:before {
    height: 90px;
    margin: 0 calc(50% - 50vw);
    background-color: unset;
    background-image: linear-gradient(to bottom, rgba(241, 237, 227, 0), #f1ede3 57%);
  }
}
.p-home-yakiniku-part__title:after {
  height: 64px;
  background-image: linear-gradient(to bottom, rgba(241, 237, 227, 0), #f1ede3 57%);
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__title:after {
    height: 90px;
    margin: 0 calc(50% - 50vw);
    background-color: #302B2C;
  }
}
.p-home-yakiniku-part__lead {
  margin: -6px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__lead {
    margin: -5px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-home-yakiniku-part__text {
  margin-top: 24px;
}
.p-home-yakiniku-part__text p, .p-home-yakiniku-part__product-lead p {
  margin: -7px 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.p-home-yakiniku-part__text p:not(:first-of-type), .p-home-yakiniku-part__product-lead p:not(:first-of-type) {
  margin-top: 24px;
}
.p-home-yakiniku-part__product-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__product-wrapper {
    margin-top: 32px;
  }
}
.p-home-yakiniku-part__product {
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__product {
    display: block;
  }
}
.p-home-yakiniku-part__product:not(:first-of-type) {
  margin-top: 40px;
}
.p-home-yakiniku-part__product .p-feature-article-info {
  flex: 1;
  max-width: inherit;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__product .p-feature-article-info {
    margin-top: 24px;
  }
}
.p-home-yakiniku-part__product .set {
  display: flex;
  gap: 0 8px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__product .set {
    display: block;
    margin-top: 16px;
  }
}
.p-home-yakiniku-part__product .set h5,
.p-home-yakiniku-part__product .set p {
  margin: -7px 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__product .set h5,
.p-home-yakiniku-part__product .set p {
    margin: -6px 0;
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.p-home-yakiniku-part__product .set p {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .p-home-yakiniku-part__product .set p .small {
    margin: -8px 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-home-yakiniku-part__product-image {
  max-width: 588px;
  width: calc((588 / 1200) * 100vw);
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part__product-image {
    max-width: inherit;
    width: 100%;
  }
}

.p-home-yakiniku-part-link {
  overflow: hidden;
  position: relative;
  height: 280px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part-link {
    height: 100%;
    padding: 120px 12px 16px;
  }
}
.p-home-yakiniku-part-link:before, .p-home-yakiniku-part-link:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.p-home-yakiniku-part-link:before {
  left: 0;
  z-index: 2;
  width: 900px;
  background: url("/assets/img/hpgen/HPB/entries/22/bg_banner_sukiyaki@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part-link:before {
    width: 100%;
    background-image: url("/assets/img/hpgen/HPB/entries/22/bg_banner_sukiyaki_sp@2x.png");
  }
}
.p-home-yakiniku-part-link:after {
  z-index: 1;
  width: 100%;
  background-color: #453633;
}
.p-home-yakiniku-part-link__inner {
  position: relative;
  z-index: 10;
  max-width: 548px;
  margin-left: auto;
  padding: 40px 82px;
  background-color: rgba(222, 217, 205, 0.9);
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part-link__inner {
    padding: 24px 12px;
  }
}
.p-home-yakiniku-part-link__inner > p {
  margin: -5px 0;
  font-size: 3.2rem;
  line-height: 1.3125;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-part-link__inner > p {
    margin: -6px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-home-yakiniku-part-link__inner .c-button {
  max-width: 384px;
}

/* [p-home-yakiniku-kitchenware] 調理器具による違い
-----------------------------------------------*/
.p-home-yakiniku-kitchenware__title {
  position: relative;
  margin-right: 40px;
  padding: 16px 0;
  background-color: #a58b55;
}
.p-home-yakiniku-kitchenware__title h3 {
  margin: -8px 0;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kitchenware__title h3 {
    margin: -7px 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-home-yakiniku-kitchenware__title:before, .p-home-yakiniku-kitchenware__title:after {
  content: "";
  position: absolute;
}
.p-home-yakiniku-kitchenware__title:before {
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #a58b55;
}
.p-home-yakiniku-kitchenware__title:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #302b2c;
}
.p-home-yakiniku-kitchenware__title .triangle {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #a58b55;
}
.p-home-yakiniku-kitchenware__inner {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kitchenware__inner {
    margin-top: 24px;
  }
}
.p-home-yakiniku-kitchenware__lead h4 {
  margin: -6px 0;
  color: #a58b55;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kitchenware__lead h4 {
    margin: -8px 0;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-home-yakiniku-kitchenware__content {
  display: flex;
  margin-top: 24px;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kitchenware__content {
    display: block;
  }
}
.p-home-yakiniku-kitchenware__illust {
  width: 384px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kitchenware__illust {
    width: 100%;
  }
}
.p-home-yakiniku-kitchenware__text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-kitchenware__text {
    margin-top: 24px;
  }
}
.p-home-yakiniku-kitchenware__text p {
  margin: -12.4444444444px 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}

/* [p-home-yakiniku-measure] 部屋のにおい対策
-----------------------------------------------*/
.p-home-yakiniku-measure {
  position: relative;
  background: url("/assets/img/hpgen/HPB/entries/22/bg_measure@2x.jpg") center/cover no-repeat;
  background-attachment: fixed;
}
.p-home-yakiniku-measure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 89%, #fff);
}
.p-home-yakiniku-measure__speech {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 40px 64px;
  border-radius: 20px;
  background-color: rgba(222, 217, 205, 0.8);
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__speech {
    width: 100%;
    padding: 24px 18px;
  }
}
.p-home-yakiniku-measure__speech p {
  margin: -7px 0;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__speech p {
    margin: -5px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-home-yakiniku-measure__speech:before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: calc(50% - 21px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 21px 0 21px;
  border-color: rgba(222, 217, 205, 0.8) transparent transparent transparent;
}
.p-home-yakiniku-measure__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__inner {
    display: block;
  }
}
.p-home-yakiniku-measure__card {
  width: calc(50% - 12px);
  padding: 24px 24px 32px;
  border-style: solid;
  border-color: #b13324;
  border-width: 0 1px 1px 0;
  -webkit-backdrop-filter: blur(9.9px);
          backdrop-filter: blur(9.9px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card {
    width: 100%;
    padding: 16px 12px 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card:not(:first-of-type) {
    margin-top: 24px;
  }
}
.p-home-yakiniku-measure__card h3 {
  display: flex;
  gap: 0 24px;
  margin: -3px 0 21px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card h3 {
    margin-bottom: 13px;
    gap: 0 16px;
  }
}
.p-home-yakiniku-measure__card h3 .wrapper {
  display: flex;
  align-items: start;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card h3 .wrapper {
    justify-content: center;
  }
}
.p-home-yakiniku-measure__card h3 .marker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 139px;
  height: 76px;
  gap: 0 8px;
  padding: 0 24px 24px 16px;
  border-style: solid;
  border-color: #b13324;
  border-width: 0 1px 1px 0;
  color: #b13324;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card h3 .marker {
    width: 104px;
    height: 72px;
    gap: 0 6px;
    padding: 10px 16px 16px 2px;
  }
}
.p-home-yakiniku-measure__card h3 .title {
  flex: 1;
  margin: -3.6px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card h3 .title {
    margin: -1px 0;
    font-size: 2rem;
    letter-spacing: 1.1px;
  }
}
.p-home-yakiniku-measure__card h3 .number {
  font-family: ten-mincho, serif;
  font-size: 6.8rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card h3 .number {
    font-size: 6rem;
  }
}
.p-home-yakiniku-measure__card h3 .text {
  margin: -6px 0;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card h3 .text {
    display: block;
    margin: -2.5px 0;
    font-size: 2rem;
    line-height: 1.25;
  }
}
.p-home-yakiniku-measure__card p {
  margin: -7px 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.p-home-yakiniku-measure__card-inner {
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card-inner {
    display: block;
  }
}
.p-home-yakiniku-measure__card-image {
  max-width: 188px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-measure__card-image {
    max-width: inherit;
    margin-top: 24px;
  }
}

/* [p-home-yakiniku-point] さらにおいしく食べるコツ
-----------------------------------------------*/
.p-home-yakiniku-point {
  padding: 80px 0 40px;
  border-bottom: 1px solid #a58b55;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point {
    padding: 56px 0 32px;
  }
}
.p-home-yakiniku-point:first-of-type {
  padding-top: 0;
}
.p-home-yakiniku-point__header {
  display: flex;
  align-items: center;
  gap: 0 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__header {
    display: block;
  }
}
.p-home-yakiniku-point__lead {
  display: flex;
  justify-content: center;
  width: 282px;
  height: 282px;
  background: center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__lead {
    margin: 0 auto;
  }
}
.p-home-yakiniku-point--01 .p-home-yakiniku-point__lead {
  background-image: url("/assets/img/hpgen/HPB/entries/22/bg_point01@2x.png");
}
.p-home-yakiniku-point--02 .p-home-yakiniku-point__lead {
  background-image: url("/assets/img/hpgen/HPB/entries/22/bg_point02@2x.png");
}
.p-home-yakiniku-point--03 .p-home-yakiniku-point__lead {
  background-image: url("/assets/img/hpgen/HPB/entries/22/bg_point03@2x.png");
}
.p-home-yakiniku-point__lead h3 {
  margin: 56px 0 -8px;
  margin-top: 64px;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
.p-home-yakiniku-point__text {
  flex: 1;
  color: #fff;
  margin: -6px 0;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__text {
    margin: 35px 0 -5px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-home-yakiniku-point__advice h4 {
  position: relative;
  margin-left: 26px;
  font-weight: bold;
}
.p-home-yakiniku-point__advice h4:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -26px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #a58b55;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__advice h4:before {
    top: 6px;
  }
}
.p-home-yakiniku-point__advice p {
  margin: -7px 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.p-home-yakiniku-point__recipe-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  border-bottom: 1px solid #a58b55;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe-wrapper {
    display: block;
  }
}
.p-home-yakiniku-point__recipe-wrapper:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe-wrapper:not(:last-of-type) {
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
}
.p-home-yakiniku-point__recipe-wrapper:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.p-home-yakiniku-point__recipe-wrapper > div:first-of-type {
  max-width: 768px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe-wrapper > div:first-of-type {
    max-width: inherit;
  }
}
.p-home-yakiniku-point__recipe-wrapper .p-home-yakiniku-point__recipe {
  gap: 0 40px;
}
.p-home-yakiniku-point__recipe-wrapper .p-home-yakiniku-point__recipe .c-home-yakiniku-list {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-home-yakiniku-point__recipe-wrapper .p-home-yakiniku-point__recipe .c-home-yakiniku-list:first-of-type {
    max-width: 244px;
  }
}
@media screen and (min-width: 769px) {
  .p-home-yakiniku-point__recipe-wrapper .p-home-yakiniku-point__recipe .c-home-yakiniku-list:nth-of-type(2) {
    max-width: 488px;
  }
}
.p-home-yakiniku-point__recipe-title {
  display: flex;
  align-items: center;
  gap: 0 22px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe-title {
    display: block;
  }
}
.p-home-yakiniku-point__recipe-title h4 {
  padding: 6px 24px;
  background-color: #a58b55;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe-title h4 {
    margin: -5px 0;
    padding: 8px 12px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-home-yakiniku-point__recipe-title p {
  flex: 1;
  margin: -3px 0;
  color: #a58b55;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe-title p {
    margin: 11px 0 -5px;
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-home-yakiniku-point__recipe {
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe {
    display: block;
  }
}
.p-home-yakiniku-point__recipe .c-home-yakiniku-list:first-of-type {
  max-width: 462px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe .c-home-yakiniku-list:first-of-type {
    max-width: inherit;
  }
}
.p-home-yakiniku-point__recipe .c-home-yakiniku-list:nth-of-type(2) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe .c-home-yakiniku-list:nth-of-type(2) {
    margin-top: 24px;
  }
}
.p-home-yakiniku-point__recipe .c-home-yakiniku-list p {
  margin: -7px 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe .c-home-yakiniku-list p {
    margin: -5px 0;
    line-height: 1.5555555556;
  }
}
.p-home-yakiniku-point__recipe-image {
  width: 386px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-point__recipe-image {
    width: 100%;
    margin-top: 24px;
  }
}

/* [p-home-yakiniku-finish] 〆も焼肉店風にしたいなら
-----------------------------------------------*/
.p-home-yakiniku-finish {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-finish {
    display: block;
  }
}
.p-home-yakiniku-finish__image {
  max-width: 600px;
  width: calc((1200 / 600) * 100vw);
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-finish__image {
    max-width: inherit;
    width: 100%;
  }
}
.p-home-yakiniku-finish__content {
  margin-top: 40px;
  margin-left: -32px;
  padding: 40px 56px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-finish__content {
    margin: 0 auto;
    padding: 32px 24px;
  }
}
.p-home-yakiniku-finish__content h3 {
  margin: -8px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #a58b55;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-finish__content h3 {
    margin: -7px 0;
    padding-bottom: 10px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-home-yakiniku-finish__content p {
  margin: -7px 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.p-home-yakiniku-finish__recipe {
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-finish__recipe {
    display: block;
  }
}
.p-home-yakiniku-finish__recipe .c-home-yakiniku-list {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-finish__recipe .c-home-yakiniku-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-yakiniku-finish__recipe .c-home-yakiniku-list:not(:first-of-type) {
    margin-top: 24px;
  }
}

/* [p-feature-article-recommend--home-yakiniku] お買い上げはこちら
-----------------------------------------------*/
.p-feature-article-recommend--home-yakiniku .c-item-list {
  justify-content: flex-start;
}

.u-position--absolute {
  position: absolute;
}

.u-weight--normal {
  font-weight: normal;
}

.u-weight--bold {
  font-weight: bold;
}

.u-color--key {
  color: #472f25;
}

.u-color--default {
  color: #000000;
}

.u-color--key-red {
  color: #b13324;
}

.u-color--white {
  color: #fff;
}

.u-color--gold {
  color: #a58b55;
}

.u-color--black {
  color: #000;
}

.u-txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-max-width--col6 {
  max-width: 432px;
  width: 100%;
}

.u-max-width--col2 {
  max-width: 277px;
  width: 100%;
}

.u-depth--default {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media print {
  .u-depth--default {
    box-shadow: none !important;
  }
}

.u-depth--lg {
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.16);
}
@media print {
  .u-depth--lg {
    box-shadow: none !important;
  }
}

.u-border--bottom {
  border-bottom: 2px solid #F2EEE5;
}

@media screen and (min-width: 769px) {
  .u-border-lg--bottom {
    border-bottom: 2px solid #F2EEE5;
  }
}
.u-border--top {
  border-top: 1px solid #472f25;
}

.u-border--hover {
  position: relative;
}
.u-border--hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 0px solid #472f25;
}
.u-border--hover:hover:after {
  border-width: 2px;
}

.u-bg--gold {
  background-color: #a58b55;
}

.u-bg--key-red {
  background-color: #b13324;
}

.u-bg--black {
  background-color: #000;
}

.u-bg--black-02 {
  background-color: #302b2c;
}

.u-bg--color-light {
  background-color: #f1ede3;
}

/* [utility] ページ内リンク header位置調整
-----------------------------------------------*/
.u-anchor-content {
  position: relative;
  z-index: -1;
  display: block;
  margin-top: -149px;
  padding-top: 149px;
}
@media screen and (max-width: 768px) {
  .u-anchor-content {
    margin-top: -66.3px;
    padding-top: 66.3px;
  }
}

/* margin */
.u-mt--none {
  margin-top: 0 !important;
}

.u-mb--none {
  margin-bottom: 0 !important;
}

.u-ml--none {
  margin-left: 0 !important;
}

.u-mr--none {
  margin-right: 0 !important;
}

.u-mt--xxs {
  margin-top: 8px !important;
}

.u-mb--xxs {
  margin-bottom: 8px !important;
}

.u-ml--xxs {
  margin-left: 8px !important;
}

.u-mr--xxs {
  margin-right: 8px !important;
}

.u-mt--xs {
  margin-top: 16px !important;
}

.u-mb--xs {
  margin-bottom: 16px !important;
}

.u-ml--xs {
  margin-left: 16px !important;
}

.u-mr--xs {
  margin-right: 16px !important;
}

.u-mt--sm {
  margin-top: 24px !important;
}

.u-mb--sm {
  margin-bottom: 24px !important;
}

.u-ml--sm {
  margin-left: 24px !important;
}

.u-mr--sm {
  margin-right: 24px !important;
}

.u-mt--md {
  margin-top: 40px !important;
}

.u-mb--md {
  margin-bottom: 40px !important;
}

.u-ml--md {
  margin-left: 40px !important;
}

.u-mr--md {
  margin-right: 40px !important;
}

.u-mt--lg {
  margin-top: 64px !important;
}

.u-mb--lg {
  margin-bottom: 64px !important;
}

.u-ml--lg {
  margin-left: 64px !important;
}

.u-mr--lg {
  margin-right: 64px !important;
}

.u-mt--xl {
  margin-top: 80px !important;
}

.u-mb--xl {
  margin-bottom: 80px !important;
}

.u-ml--xl {
  margin-left: 80px !important;
}

.u-mr--xl {
  margin-right: 80px !important;
}

.u-mt--xxl {
  margin-top: 120px !important;
}

.u-mb--xxl {
  margin-bottom: 120px !important;
}

.u-ml--xxl {
  margin-left: 120px !important;
}

.u-mr--xxl {
  margin-right: 120px !important;
}

@media screen and (min-width: 769px) {
  .u-mt-lg--none {
    margin-top: 0 !important;
  }

  .u-mb-lg--none {
    margin-bottom: 0 !important;
  }

  .u-ml-lg--none {
    margin-left: 0 !important;
  }

  .u-mr-lg--none {
    margin-right: 0 !important;
  }

  .u-mt-lg--xxs {
    margin-top: 8px !important;
  }

  .u-mb-lg--xxs {
    margin-bottom: 8px !important;
  }

  .u-ml-lg--xxs {
    margin-left: 8px !important;
  }

  .u-mr-lg--xxs {
    margin-right: 8px !important;
  }

  .u-mt-lg--xs {
    margin-top: 16px !important;
  }

  .u-mb-lg--xs {
    margin-bottom: 16px !important;
  }

  .u-ml-lg--xs {
    margin-left: 16px !important;
  }

  .u-mr-lg--xs {
    margin-right: 16px !important;
  }

  .u-mt-lg--sm {
    margin-top: 24px !important;
  }

  .u-mb-lg--sm {
    margin-bottom: 24px !important;
  }

  .u-ml-lg--sm {
    margin-left: 24px !important;
  }

  .u-mr-lg--sm {
    margin-right: 24px !important;
  }

  .u-mt-lg--md {
    margin-top: 40px !important;
  }

  .u-mb-lg--md {
    margin-bottom: 40px !important;
  }

  .u-ml-lg--md {
    margin-left: 40px !important;
  }

  .u-mr-lg--md {
    margin-right: 40px !important;
  }

  .u-mt-lg--lg {
    margin-top: 64px !important;
  }

  .u-mb-lg--lg {
    margin-bottom: 64px !important;
  }

  .u-ml-lg--lg {
    margin-left: 64px !important;
  }

  .u-mr-lg--lg {
    margin-right: 64px !important;
  }

  .u-mt-lg--xl {
    margin-top: 80px !important;
  }

  .u-mb-lg--xl {
    margin-bottom: 80px !important;
  }

  .u-ml-lg--xl {
    margin-left: 80px !important;
  }

  .u-mr-lg--xl {
    margin-right: 80px !important;
  }

  .u-mt-lg--xxl {
    margin-top: 120px !important;
  }

  .u-mb-lg--xxl {
    margin-bottom: 120px !important;
  }

  .u-ml-lg--xxl {
    margin-left: 120px !important;
  }

  .u-mr-lg--xxl {
    margin-right: 120px !important;
  }
}
/* padding */
.u-pt--none {
  padding-top: 0 !important;
}

.u-pb--none {
  padding-bottom: 0 !important;
}

.u-pl--none {
  padding-left: 0 !important;
}

.u-pr--none {
  padding-right: 0 !important;
}

.u-pt--xxs {
  padding-top: 8px !important;
}

.u-pb--xxs {
  padding-bottom: 8px !important;
}

.u-pl--xxs {
  padding-left: 8px !important;
}

.u-pr--xxs {
  padding-right: 8px !important;
}

.u-pt--xs {
  padding-top: 16px !important;
}

.u-pb--xs {
  padding-bottom: 16px !important;
}

.u-pl--xs {
  padding-left: 16px !important;
}

.u-pr--xs {
  padding-right: 16px !important;
}

.u-pt--sm {
  padding-top: 24px !important;
}

.u-pb--sm {
  padding-bottom: 24px !important;
}

.u-pl--sm {
  padding-left: 24px !important;
}

.u-pr--sm {
  padding-right: 24px !important;
}

.u-pt--md {
  padding-top: 40px !important;
}

.u-pb--md {
  padding-bottom: 40px !important;
}

.u-pl--md {
  padding-left: 40px !important;
}

.u-pr--md {
  padding-right: 40px !important;
}

.u-pt--lg {
  padding-top: 64px !important;
}

.u-pb--lg {
  padding-bottom: 64px !important;
}

.u-pl--lg {
  padding-left: 64px !important;
}

.u-pr--lg {
  padding-right: 64px !important;
}

.u-pt--xl {
  padding-top: 80px !important;
}

.u-pb--xl {
  padding-bottom: 80px !important;
}

.u-pl--xl {
  padding-left: 80px !important;
}

.u-pr--xl {
  padding-right: 80px !important;
}

.u-pt--xxl {
  padding-top: 120px !important;
}

.u-pb--xxl {
  padding-bottom: 120px !important;
}

.u-pl--xxl {
  padding-left: 120px !important;
}

.u-pr--xxl {
  padding-right: 120px !important;
}

@media screen and (min-width: 769px) {
  .u-pt-lg--none {
    padding-top: 0 !important;
  }

  .u-pb-lg--none {
    padding-bottom: 0 !important;
  }

  .u-pl-lg--none {
    padding-left: 0 !important;
  }

  .u-pr-lg--none {
    padding-right: 0 !important;
  }

  .u-pt-lg--xxs {
    padding-top: 8px !important;
  }

  .u-pb-lg--xxs {
    padding-bottom: 8px !important;
  }

  .u-pl-lg--xxs {
    padding-left: 8px !important;
  }

  .u-pr-lg--xxs {
    padding-right: 8px !important;
  }

  .u-pt-lg--xs {
    padding-top: 16px !important;
  }

  .u-pb-lg--xs {
    padding-bottom: 16px !important;
  }

  .u-pl-lg--xs {
    padding-left: 16px !important;
  }

  .u-pr-lg--xs {
    padding-right: 16px !important;
  }

  .u-pt-lg--sm {
    padding-top: 24px !important;
  }

  .u-pb-lg--sm {
    padding-bottom: 24px !important;
  }

  .u-pl-lg--sm {
    padding-left: 24px !important;
  }

  .u-pr-lg--sm {
    padding-right: 24px !important;
  }

  .u-pt-lg--md {
    padding-top: 40px !important;
  }

  .u-pb-lg--md {
    padding-bottom: 40px !important;
  }

  .u-pl-lg--md {
    padding-left: 40px !important;
  }

  .u-pr-lg--md {
    padding-right: 40px !important;
  }

  .u-pt-lg--lg {
    padding-top: 64px !important;
  }

  .u-pb-lg--lg {
    padding-bottom: 64px !important;
  }

  .u-pl-lg--lg {
    padding-left: 64px !important;
  }

  .u-pr-lg--lg {
    padding-right: 64px !important;
  }

  .u-pt-lg--xl {
    padding-top: 80px !important;
  }

  .u-pb-lg--xl {
    padding-bottom: 80px !important;
  }

  .u-pl-lg--xl {
    padding-left: 80px !important;
  }

  .u-pr-lg--xl {
    padding-right: 80px !important;
  }

  .u-pt-lg--xxl {
    padding-top: 120px !important;
  }

  .u-pb-lg--xxl {
    padding-bottom: 120px !important;
  }

  .u-pl-lg--xxl {
    padding-left: 120px !important;
  }

  .u-pr-lg--xxl {
    padding-right: 120px !important;
  }
}
/* font */
.u-txt--left {
  text-align: left !important;
}

.u-txt--center {
  text-align: center !important;
}

.u-txt--right {
  text-align: right !important;
}

.u-txt--justify {
  text-align: justify !important;
}

@media screen and (min-width: 769px) {
  .u-txt-lg--left {
    text-align: left !important;
  }

  .u-txt-lg--center {
    text-align: center !important;
  }

  .u-txt-lg--right {
    text-align: right !important;
  }

  .u-txt-lg--justify {
    text-align: justify !important;
  }
}
.u-txt--ib {
  display: inline-block;
}

.u-txt--super {
  vertical-align: super;
  font-size: 0.5em;
}

.u-font_size--xs {
  font-size: 1.6rem !important;
}

.u-font_size--sm {
  font-size: 2rem !important;
}

.u-font_size--md {
  font-size: 2.4rem !important;
}

.u-font_size--lg {
  font-size: 2.8rem !important;
}

.u-font_size--xl {
  font-size: 3.2rem !important;
}

@media screen and (max-width: 768px) {
  .u-font_size-sp--xs {
    font-size: 1.5rem !important;
  }

  .u-font_size-sp--sm {
    font-size: 1.8rem !important;
  }

  .u-font_size-sp--md {
    font-size: 2rem !important;
  }

  .u-font_size-sp--lg {
    font-size: 2.4rem !important;
  }

  .u-font_size-sp--xl {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-font_size-lg--xs {
    font-size: 1.6rem !important;
  }

  .u-font_size-lg--sm {
    font-size: 2rem !important;
  }

  .u-font_size-lg--md {
    font-size: 2.4rem !important;
  }

  .u-font_size-lg--lg {
    font-size: 2.8rem !important;
  }

  .u-font_size-lg--xl {
    font-size: 3.2rem !important;
  }
}
/*-- サイズ指定など ------------------*/
.u-width--12 {
  width: 100%;
}

.u-width--11 {
  width: 91.66666667%;
}

.u-width--10 {
  width: 83.33333333%;
}

.u-width--9 {
  width: 75%;
}

.u-width--8 {
  width: 66.66666667%;
}

.u-width--7 {
  width: 58.33333333%;
}

.u-width--6 {
  width: 50%;
}

.u-width--5 {
  width: 41.66666667%;
}

.u-width--4 {
  width: 33.33333333%;
}

.u-width--3 {
  width: 25%;
}

.u-width--2 {
  width: 16.66666667%;
}

.u-width--1 {
  width: 8.33333333%;
}

.u-width--sm {
  width: 110px !important;
}

.u-width--xs {
  width: 75px !important;
}

@media screen and (min-width: 769px) {
  .u-width-lg--12 {
    width: 100%;
  }

  .u-width-lg--11 {
    width: 91.66666667%;
  }

  .u-width-lg--10 {
    width: 83.33333333%;
  }

  .u-width-lg--9 {
    width: 75%;
  }

  .u-width-lg--8 {
    width: 66.66666667%;
  }

  .u-width-lg--7 {
    width: 58.33333333%;
  }

  .u-width-lg--6 {
    width: 50%;
  }

  .u-width-lg--5 {
    width: 41.66666667%;
  }

  .u-width-lg--4 {
    width: 33.33333333%;
  }

  .u-width-lg--3 {
    width: 25%;
  }

  .u-width-lg--2 {
    width: 16.66666667%;
  }

  .u-width-lg--1 {
    width: 8.33333333%;
  }

  .u-width-lg--sm {
    width: 110px !important;
  }
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .u-visible--pc {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .u-visible--pc-lg {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-visible--sp {
    display: none !important;
  }
}
@media print {
  .u-visible--sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-visible--tab {
    display: none !important;
  }
}
@media screen and (max-width: 1159px) {
  .u-visible--tab {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .u-visible--tab {
    display: none !important;
  }
}
/*# sourceMappingURL=../maps/style.css.map */

 /* CSS Document */
 /*------------------------------------------------------------
   Browser Default Initialization responsive1
 ------------------------------------------------------------*/
 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }
 html {
   overflow-y: scroll;
   height: 100%;
 }
 body {
   margin: 0;
   padding: 0;
   /*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   *font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
   color: #333;
   font-size: 16px;
   line-height: 125%;
   text-align: left;
   -webkit-text-size-adjust: 100%;
   background-color: #FFF;
   height: 100%;
   word-wrap: break-word;
 }
 div, dl, dt, dd, ul, ul li, ol, ol li, h1, h2, h3, h4, h5, h6,
 pre, form, fieldset, p, blockquote, th, td,
 section, nav, article, aside, hgroup, header, address,
 figure, figcaption {
   margin: 0;
   padding: 0;
 }
 address, caption, cite, code, dfn, em, strong, th, var {
   font-style: normal;
   font-weight: normal;
 }
 table {
   border-collapse: collapse;
   border-spacing: 0;
   width: 100%;
 }
 caption, th {
   text-align: left;
 }
 q::before, q::after {
   content: '';
 }
 object, embed {
   vertical-align: top;
 }
 hr {
   display: none;
 }
 h1, h2, h3, h4, h5, h6 {
   font-size: 100%;
 }
 img, abbr, acronym, fieldset {
   border: 0;
 }
 img {
   -ms-interpolation-mode: bicubic;
   border: none;
   vertical-align: top;
   line-height: 0;
 }
 ul li, ol li {
   list-style-type: none;
 }
 /*input[type="text"], input[type="password"] {
   border: 1px solid #A9A9A9;
   box-sizing: border-box;
   font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   padding: 0 2%;
 }*/
 select {
   background-color: #FFF;
   border: 1px solid #A9A9A9;
   box-sizing: border-box;
 }
 textarea {
   border: 1px solid #A9A9A9;
   box-sizing: border-box;
   padding: 2%;
 }
 a {
   outline: none;
   text-decoration: none;
 }
 /*a:link {
   color: #333;
   text-decoration: none;
 }
 a:visited {
   color: #333;
   text-decoration: none;
 }
 a:hover {
   color: #666;
   text-decoration: none;
 }
 a:hover img {
   opacity: .70;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   -khtml-opacity: .70;
   -moz-opacity: .70;
   cursor: pointer;
   transition: opacity .3s;
 }
 a:active {
   text-decoration: none;
   color: #c00;
 }*/
 img {
   max-width: 100%;
   height: auto;
   width: auto;
 }
 input[type="button"], input[type="submit"], input[type="image"] {
   -webkit-appearance: none;
   border-radius: 0;
   box-sizing: border-box;
 }
 input[type="text"], input[type="password"] {
   padding: 0 2%;
 }
 input[type="radio"], input[type="checkbox"] {
   position: relative;
   top: 3px;
 }
 #wrapper {
   width: 100%;
   background-color: #FFF;
   min-height: 100%;
 }
 article h1 {
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   border: none;
   font-size: 140%;
   color: #222222;
   /*border-bottom: 3px solid #222222;*/
   letter-spacing: 0.05em;
   padding: 0px 0 10px;
   margin-bottom: 20px;
 }
 article h2 {
   background: none repeat scroll 0 0 transparent;
   /*border-top: 3px solid #333;*/
   font-size: 80%;
 }
 .w100 {
   width: 100%;
 }
 .bold {
   font-weight: bold;
 }
 #contents-pop {
   width: auto;
 }
 /*
 div#wrapper div#enquete-header,
 div#wrapper > div#cart-header,
 header {
   width:100%;
   margin:0 auto;
   background-color: #FFF;
 }
 #header-inner {
   width: 1200px;
   margin: 0 auto;
   *zoom: 1;
 }
 header #header-inner{
 }
 #header-inner #logo, #hNav {
   display: table-cell;
   vertical-align: middle;
   padding: 5px 0;
 }
 #header-inner #hNav {
   text-align: right;
   vertical-align: top;
   width: 860px;
 }
 * html #header-inner div {
   display: inline;
   zoom: 1;
 }
 *:first-child+html #header-inner div {
   display: inline;
   zoom: 1;
 }
 #header-inner #logo { width: 340px;}
 #header-inner h1 {
   max-width: 340px;
   background: none;
   margin: 0;
   padding: 0;
 }
 #header-inner h1 a img:hover, #header-inner h2 a img:hover {
   opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "alpha(opacity=70)";
   -khtml-opacity: 1;
   -moz-opacity: 1;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 }
 #hNav #searchbox_wrap {
   overflow: hidden;
   margin: 10px 0;
 }
 #hNav #searchbox {
   line-height: 160%;
   font-size: 65%;
   color: #999;
   text-align:right;
   float: right;
   overflow: hidden;
 }
 #hNav #searchbox p {
   float: left;
   margin: 3px 5px 0 0;
 }
 #hNav #searchbox p img {
   vertical-align: bottom;
 }
 #hNav #searchbox form {
   border: 1px solid #272727;
   box-sizing: border-box;
   float: left;
   height: 30px;
   width: 230px;
 }
 #hNav #searchbox input.searchbox {
   border: none;
   box-sizing: border-box;
   float: left;
   height: 28px;
   padding: 0 5px;
   width: 82%;
 }
 #hNav #searchbox input.searchSubmit {
   border: 0;
   padding: 0;
   width: 18%;
 }
 #hNav ul#keyword {
   line-height: 80%;
   color: #333;
   text-align: right;
   margin-top: 5px;
   overflow: hidden;
 }
 #hNav ul#keyword li {
   display: inline;
 }
 #hNav ul#keyword li a {
  background-color: #F5F5F5;
  border-radius: 3px;
  display: inline-block;
  font-size: 60%;
  margin: 0 0 1%;
  padding: 1% 2%;
 }
 #hNav ul#header-nav {
   color: #999;
   line-height: 100%;
 }
 #hNav ul#header-nav li {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   font-size: 80%;
   line-height: 120%;
   padding: 15px 0 15px 15px;
   text-align: center;
 }
 #hNav ul#header-nav li a:hover {
   opacity: .70;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   -khtml-opacity: .70;
   -moz-opacity: .70;
 }
 #hNav ul#header-nav li#header-nav-mypage a::before {
   content: '';
   background: url(../img/rps_mypage_icon.png);
   background-size: contain;
   display: inline-block;
   height: 20px;
   margin-right: 5px;
   position: relative;
   top: 5px;
   width: 20px;
 }
 #hNav ul#header-nav li#header-nav-cart a::before {
   content: '';
   background: url(../img/rps_cart_icon.png);
   background-size: contain;
   display: inline-block;
   height: 20px;
   margin-right: 5px;
   position: relative;
   top: 5px;
   width: 20px;
 }
 #hNav ul#header-nav li#header-nav-drawer {
   display: none;
 }
 #gnav {
   width: 100%;
   background-color: #444;
 }
 #gnav div.cart-nav,
 #gnav nav {
   width: 1200px;
   margin: 0 auto;
   overflow: hidden;
   *zoom: 1;
 }
 #gnav div.cart-nav ul,
 #gnav nav ul {
   background-color: #333;
   display: table;
   table-layout: fixed;
   margin-bottom: 0;
   width: 100%;
 }
 #gnav div.cart-nav ul li,
 #gnav nav ul li {
   background-color: #333;
   display: table-cell;
   font-size: 85%;
   text-align: center;
   vertical-align: middle;
 }
 #gnav div.cart-nav ul li a,
 #gnav nav ul li a {
   display: block;
   padding: 18px 1px;
 }
 #gnav div.cart-nav ul li a:link,
 #gnav div.cart-nav ul li a:visited,
 #gnav nav ul li a:link,
 #gnav nav ul li a:visited {
   color: #FFF;
 }
 #gnav div.cart-nav ul li a:hover,
 #gnav div.cart-nav ul li a:active,
 #gnav nav ul li a:hover,
 #gnav nav ul li a:active {
   color: #FFF;
   background-color: #4e4e4e;
   text-decoration: none;
 }
 */
 #contents {
   width: 1200px;
   margin: 0 auto;
   /*padding-top: 20px;*/
   overflow: auto;
   *zoom: 1;
   padding-bottom: 20px;
 }
 #sub-column {
   box-sizing: border-box;
   float: left;
   margin-right: 40px;
   padding-bottom: 80px;
   *zoom: 1;
   word-break: break-all;
   width: 260px;
 }
 #main-column {
   box-sizing: border-box;
   float: right;
   width: 900px;
 }
 #main-column-full {
   width: 100%;
   margin: 0 auto 60px;
 }
 #main-column h2 {
   border: none;
   font-size: 160%;
   color: #222222;
   border: none;
   letter-spacing: 0.1em;
   padding: 0px 0 10px;
   margin-bottom: 30px;
 }
 @media screen and (max-width: 768px) {
   #main-column h2 {
     font-size: 140%;
   }
 }
 article section,
 div#wrapper div#enquete-section,
 div.cart-article div.cart-section {
   padding: 0;
 }
 article section:first-child, div#wrapper div#enquete-section:first-child, div.cart-article div.cart-section:first-child {
   border-top: none;
 }
 article p {
   color: #333;
   font-size: 100%;
 }
 div.cart-article p {
   color: #333;
   font-size: 110%;
 }
 /*article a:hover p, div.cart-article a:hover p {
   color: #666;
 }*/
 article section ul, div#wrapper div#enquete-section ul, div.cart-article div.cart-section ul {
   font-size: 85%;
   line-height: 160%;
   color: #333;
 }
 #mainVisual {
   width: 100%;
 }
 /*パンくずリスト*/
 /*#bread-crumb {
   margin: 0 0 15px 0;
 }
 #bread-crumb-listTop {
   width: 100%;
 }
 .bread-crumb-listCate {
   padding: 0;
   margin: 0 0 12px 0;
   width: 100%;
 }
 #bread-crumb-listTop ol, .bread-crumb-listCate ol {
   width: 100%;
   margin: 0;
   padding: 0;
   overflow: hidden;
   *zoom: 1;
 }
 #bread-crumb-listTop ol li {
   background: url(../img/breadcrumb_bg.gif) no-repeat left center;
   float: left;
   *float: none;
   *display: inline;
   font-size: 60%;
   letter-spacing: 0.05em;
   padding: 0 10px 0 13px;
   *zoom: 1;
 }
 #bread-crumb-listTop ol li:first-child {
   background: none;
   padding-left: 0;
 }
 .bread-crumb-listCate ol li {
   background: url(../img/breadcrumb_bg.gif) no-repeat left center;
   float: left;
   *float: none;
   *display: inline;
   font-size: 60%;
   letter-spacing: 0.05em;
   padding: 0 10px 0 13px;
   *zoom: 1;
 }*/
 /*一覧表示*/
 .newItem .column-set, #itemList .column-set,
 .pickup .column-set, .ranking .column-set, .recommend .column-set {
   width: 100%;
   overflow: hidden;
 }
 .column4 {
   float: left;
   width: 22%;
   margin: 0 4% 20px 0;
   padding-bottom: 20px;
 }
 .column4:nth-child(3n+1) {
   clear: none;
 }
 .column4:nth-child(4n) {
   margin: 0 0 20px 0;
 }
 .column4:nth-child(4n+1) {
   clear: both;
 }
 .column5 {
   float: left;
   width: 16%;
   margin: 0 5% 20px 0;
   padding-bottom: 10px;
 }
 .column5:nth-child(4n+1) {
   clear: none;
 }
 .column5:nth-child(5n) {
   margin: 0 0 20px 0;
 }
 .column5:nth-child(5n+1) {
   clear: both;
 }
 .column4 .itemThumb-wrap, .column5 .itemThumb-wrap {
   margin: 0 0 10px 0;
 }
 .column4 .itemThumb, .column5 .itemThumb {
   margin-bottom: 5px;
   text-align: center;
 }
 .column4 .itemThumb a, .column5 .itemThumb a {
   height: 100%;
   width: 100%;
   display: block;
 }
 .column4 .itemThumb a img, .column5 .itemThumb a img {
   height: 100%;
   max-height: 100%;
   max-width: 100%;
   width: 100%;
   /*border: solid 1px #DDD;*/
 }
 .column4 .item-list-span-img {
   display: inline-block;
 }
 .column5 .item-list-span-img {
   display: inline-block;
 }
 .column4 h3, .column5 h3 {
   font-size: 100%;
   line-height: 130%;
   margin-bottom: 15px;
 }
 @media screen and (max-width: 768px) {
   .column4 h3, .column5 h3 {
     font-size: 90%;
   }
 }
 .column4 p, .column5 p {
   font-size: 75%;
   text-align: right;
 }
 .column4 img, .column5 img {
   vertical-align: bottom;
 }
 .column4 p.price, .column5 p.price, .column4 .fixed, .column5 .fixed, .column4 p.fx_price, .column5 p.fx_price {
   text-align: right;
 }
 #main-column .column4 p.price, #main-column .column5 p.price, #main-column .column4 p.sp_price, #main-column .column5 p.sp_price #main-column .column4 p.fx_price, #main-column .column5 p.fx_price, #main-column .column4 p.rg_price, #main-column .column5 p.rg_price {
   font-size: 90%;
   margin-bottom: 10px;
 }
 .column4 p.sp_price, .column5 p.sp_price {
   color: #111111;
   text-align: right;
 }
 p.fx_price span.strike {
   text-decoration: line-through;
 }
 table.variation span.selling_price, table.variation span.special_price {
   white-space: nowrap;
 }
 p.sp_price span.special_price_str, p.sp_price span.selling_price_str,
 p.sp_price span.selling_price, p.sp_price span.taxin, p.sp_price span.discount_rate {
   color: #111111;
 }
 p.price span.selling_price, p.price span.taxin {
   color: #111111;
 }
 p.price span{
   color:#333 !important;
 }
 .column4 p.inner-catch, .column5 p.inner-catch {
   line-height: 150%;
   text-align: left;
   margin-bottom: 7px;
 }
 section .newItem h2, section .pickup h2, section .ranking h2, section .group h2, section .category h2 {
   /*min-height: 25px;*/
 }
 .newItem {
   position: relative;
   margin-bottom: 40px;
 }
 #main-column .newItem h2::after {
   /*content: "New Arrivals";
   display: inline-block;
   font-size: 14px;
   margin-left: 15px;
   */
 }
 .newItem .new-Title {
   position: absolute;
   right: 0px;
   top: 3px;
 }
 .column3 .badge, .column4 .badge, .column5 .badge {
   height: 35px;
   padding: 4px 0 0 4px;
   position: absolute;
   width: 35px;
   z-index: 10;
 }
 .pickup {
   position: relative;
   margin-bottom: 40px;
 }
 #main-column .pickup h2::after {
   /*content: "Pick Up";
   display: inline-block;
   font-size: 14px;
   margin-left: 15px;
   */
 }
 .pickup .pickup-Title {
   position: absolute;
   right: 0px;
   top: 4px;
 }
 .ranking {
   position: relative;
 }
 #main-column .ranking h2::after {
   /*content: "Ranking";
   display: inline-block;
   font-size: 14px;
   margin-left: 15px;
   */
 }
 .ranking .ranking-Title {
   position: absolute;
   right: 0px;
   top: 4px;
 }
 .ranking .column5 {
   margin-bottom: 20px;
 }
 .ranking .column5 .itemThumb {
   position: relative;
 }
 /*センター用2分割フリーエリア*/
 .half-cont_wrap01, .half-cont_wrap02 {
   overflow: hidden;
 }
 .half-cont {
   float: left;
   width: 48%;
   margin-right: 4%;
 }
 .half-cont:nth-child(2n) {
   float: left;
   width: 48%;
   margin-right: 0;
 }
 #main-column .half-cont_wrap01 .half-cont .category h2,
 #main-column .half-cont_wrap02 .half-cont .category h2,
 #main-column .half-cont_wrap01 .half-cont .group h2,
 #main-column .half-cont_wrap02 .half-cont .group h2 {
   padding: 29px 0 40px;
   font-size: 120%;
 }
 /*ショップからのお知らせ*/
 .news {
   padding-bottom: 20px;
   margin-bottom: 30px;
 }
 #main-column .news h2 {
   margin-bottom: 0px;
 }
 #main-column .news h2::after {
   /*content: "NEWS";
   display: inline-block;
   font-size: 14px;
   margin-left: 15px;
   */
 }
 .news .news-contents {
   overflow: hidden;
   padding: 5px 0 0;
 }
 dl.news-box {
   font-size: 85%;
   color: #333;
   padding: 10px 0;
   border-bottom: 1px solid #DDD;
 }
 dl.news-box:first-child {
   /*border-top: 1px dotted #B9B9B9;*/
 }
 .news-box dd {
   line-height: 145%;
 }
 .news-box dd a {
   color: #000;
 }
 .news-box dd a:hover {
   color: #666;
 }
 /*ショップからのお知らせ センターエリア*/
 .w100 .news {
   float: none;
   width: 100%;
   margin-right: 0;
   padding: 0 0 15px;
 }
 .w100 .news h2 {
   display: block;
   width: 100%;
 }
 /*店長日記*/
 #main-column .shopDiary h2::after {
   content: "Shop Diary";
   display: inline-block;
   font-size: 14px;
   margin-left: 15px;
 }
 .freeArea2.shopDiary p {
   font-size: 85%;
 }
 #main-column .freeArea2.shopDiary p a {
   border: 1px solid #333;
   border-radius: 3px;
   box-sizing: border-box;
   display: block;
   font-size: 90%;
   margin: 15px 0 0 80%;
   padding: 0.5%;
   text-align: center;
   width: 20%;
 }
 #main-column .half-cont_wrap01 .half-cont .freeArea2.shopDiary p a,
 #main-column .half-cont_wrap02 .half-cont .freeArea2.shopDiary p a {
   border: 1px solid #333;
   border-radius: 3px;
   box-sizing: border-box;
   display: block;
   font-size: 90%;
   margin: 15px 0 0 66%;
   padding: 1%;
   text-align: center;
   width: 34%;
 }
 #sub-column .shopDiary {
   background: none;
 }
 #sub-column .freeArea2.shopDiary p a {
   border: 1px solid #333;
   border-radius: 3px;
   box-sizing: border-box;
   display: block;
   font-size: 90%;
   margin: 15px 0 0 45%;
   padding: 2% 1%;
   text-align: center;
   width: 55%;
 }
 /*
 .freeArea2 {
   margin-bottom: 20px;
 }
 .freeArea2 .free-banner {
   margin-bottom: 5px;
 }
 .freeArea2 .free-contents p {
   line-height: 160%;
 }
 .w100 .freeArea2 {
   float: none;
   width: 100%;
   padding-bottom: 20px;
   margin-bottom: 30px;
 }
 .freeArea2 .free-contents ul {
   margin: 0px 40px;
 }
 .freeArea2 .free-contents ul li {
   list-style-type: square;
 }
 .freeArea2 .free-contents ol {
   margin: 0px 40px;
 }
 .freeArea2 .free-contents ol li {
   list-style-type: decimal;
 }
 */
 #main-column .group, #main-column .category, #main-column .shopDiary {
   padding-bottom: 20px;
   margin-bottom: 30px;
 }
 #main-column .group h2 {
   font-size: 100%;
 }
 .group .group-Title {
   position: absolute;
   right: 0px;
   top: 4px;
 }
 .group .group-banner {
   margin-bottom: 5px;
 }
 .group ul {
   line-height: 200%;
   margin-top: -5px;
 }
 .group ul li {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   font-size: 100%;
   padding: 0 17px 0 0;
   background: url(../img/slash_000.gif) no-repeat right center;
 }
 .group ul li:last-child {
   background-image: none;
   padding: 0;
 }
 .w100 .group {
   width: 100%;
 }
 .w100 .group .group-Title {
   top: 3px;
 }
 .w100 .group h2 {
   display: block;
   width: 100%;
 }
 .category .category-Title {
   position: absolute;
   right: 0px;
   top: 4px;
 }
 .category .category-banner {
   margin-bottom: 5px;
 }
 .category ul {
   line-height: 110%;
 }
 .category ul li {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   font-size: 75%;
   padding: 0 3px 0 12px;
   background: url(../img/slash_000.gif) no-repeat left center;
 }
 .category ul li:first-child {
   background-image: none;
   padding: 0 3px 0 0;
 }
 .w100 .category {
   width: 100%;
 }
 .w100 .category h2 {
   display: block;
   font-size: 100%;
   width: 100%;
 }
 .category h3 {
   border-bottom: 1px dotted #B9B9B9;
   color: #555;
   font-size: 90%;
   font-weight: bold;
   line-height: 120%;
   padding: 0 0 5px;
   margin: 5px 0 15px;
 }
 .w100 .category ul li {
   font-size: 100%;
 }
 .freeArea {
   width: 100%;
   height: 300px;
   background-color: #EEE;
 }
 #sub-column h2 {
   /*border-top: 3px double #6B6B6B;*/
   background: #FFF;
   color: #222222;
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 120%;
   letter-spacing: 1px;
   padding: 0px;
   text-align: left;
   margin-bottom: 10px;
 }
 #sub-column .category h2 a::after {
   content: "";
   background: url(../img/rsp_arrow01.png);
   background-size: cover;
   display: inline-block;
   height: 16px;
   margin: -2px 0 0 8px;
   vertical-align: middle;
   width: 9px;
 }
 #sub-column .group, #sub-column .category, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
   border: none;
   left: 0;
   margin: 0;
   padding: 0;
   top: 0;
   width: 100%;
 }
 #sub-column .category {
   margin-bottom: 50px;
 }
 #sub-column .column-set {
   display: block;
 }
 #sub-column #sps-itemListAllCategory {
   margin-top: 25px;
 }
 #sub-column .category h3 {
   border: none;
   font-size: 80%;
   font-weight: bold;
   padding: 0;
   margin: 0 0 7px;
 }
 #sub-column .group nav, #sub-column .category nav, #sub-column .link nav {
   border-top: none;
   margin-bottom: 25px;
 }
 #sub-column .group nav ul, #sub-column .category nav ul, #sub-column .link nav ul {
   line-height: 160%;
 }
 #sub-column .group nav ul li, #sub-column .category nav ul li, #sub-column .link nav ul li {
   background-image: none;
   border-bottom: 1px solid #D4D4D4;
   background-color: #FFF;
   display: block;
   font-size: 90%;
   padding: 0;
 }
 #sub-column .group nav ul li:first-child, #sub-column .category nav ul li:first-child, #sub-column .link nav ul li:first-child {
   border-top: 1px solid #D4D4D4;
 }
 #sub-column .category section#sps-itemListAllCategory section:last-child nav ul li {
   border-bottom: none;
 }
 #sub-column .link nav ul li {
   line-height: 180%;
 }
 #sub-column .group #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child, #sub-column .category #sps-itemListAllCategory section:first-child nav ul li.listcat1, #sub-column .link #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child {
   border-top: 1px solid #111;
 }
 #sub-column .group nav ul li.listcat1, #sub-column .category nav ul li.listcat1, #sub-column .link nav ul li.listcat1 {
   border-top: none;
 }
 #sub-column .keyword nav ul {
   padding: 5px 0;
 }
 #sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a {
   color: #222222;
   display: block;
   padding: 10px 5px 10px 15px;
   position: relative;
   line-height: 130%;
 }
 #sub-column .group nav ul li a::after, #sub-column .category nav ul li a::after, #sub-column .link nav ul li a::after {
   content: "";
   background: url(../img/rsp_arrow02.png);
   background-size: cover;
   display: inline-block;
   height: 13px;
   margin: -2px 0 0 0px;
   position: absolute;
   left: 1%;
   top: 39%;
   vertical-align: middle;
   width: 8px;
 }
 #sub-column .group nav ul li a:hover, #sub-column .group nav ul li a:active, #sub-column .category nav ul li a:hover, #sub-column .category nav ul li a:active, #sub-column .link nav ul li a:hover, #sub-column .link nav ul li a:active, #sub-column .sitelink a:hover {
   opacity: .70;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   -khtml-opacity: .70;
   -moz-opacity: .70;
 }
 #sub-column .category nav ul li.cat2 a {
   zoom: 1;
   display: block;
   padding: 3px 2px 3px 30px;
   margin: 0px 0;
   line-height: 100%;
   color: #000;
 }
 #snav_calendar h2 {
   background-image: none;
 }
 #subc_calendar {
   background-color: #EFEFEF;
   margin-bottom: 20px;
   width: 100%;
 }
 div.subc_cal_cont {
   background-color: #FFF;
 }
 div#subc_calendar h2 {
   padding: 20px 0 10px;
   position: relative;
   text-align: left;
   background: none;
   color: #333;
   display: block;
 }
 div#subc_calendar h2::before {
   content: "CALENDAR";
 }
 div#subc_calendar h2::after {
   bottom: 0;
   content: "カレンダー";
   font-size: 80%;
   height: initial;
   left: 0;
   line-height: initial;
   position: absolute;
   right: 0;
   top: 39px;
 }
 div.cal_wrapper {
   padding: 7px 2% 0;
 }
 div.cal_wrapper table.cal {
   width: 100%;
   line-height: 130%;
 }
 div.cal_wrapper table.cal th {
   height: 17px;
   position: relative;
 }
 div.cal_wrapper table.cal tr th p.month {
   font-size: 88%;
   position: absolute;
   text-align: center;
   top: -2px;
   width: 100%;
 }
 div.cal_wrapper table.cal tr th input {
   border: none;
   z-index: 1;
 }
 div.cal_wrapper table.cal tr th input.prev {
   background: url(../img/calendar_pleft.gif) no-repeat left bottom #FFF;
   height: 17px;
   position: absolute;
   left: 0;
   top: 0;
   vertical-align: middle;
   width: 17px;
 }
 div.cal_wrapper table.cal tr th input.next {
   background: url(../img/calendar_pright.gif) no-repeat right bottom #FFF;
   height: 17px;
   position: absolute;
   right: 0;
   top: 0;
   vertical-align: middle;
   width: 17px;
 }
 div.cal_wrapper table.cal tr td {
   border: solid 1px #CCC;
   font-size: 70%;
   text-align: center;
 }
 div.cal_wrapper table.cal tr.headline td {
   border: none;
   padding: 10px 0 2px 0;
 }
 div.subc_cal_cont .cap {
   font-size: 60%;
   padding: 0 2%;
   width: auto;
 }
 div.subc_cal_cont .cap ul {
   margin: 3px 0 0;
 }
 div.subc_cal_cont .cap li {
   display: inline-block;
   line-height: 140%;
   overflow: hidden;
 }
 div.subc_cal_cont .cap li span {
   margin: 0 10px 0 0;
 }
 div.subc_cal_cont .cap .ico_cap01 {
   font-size: 120%;
   vertical-align: middle;
   margin: 0 2px 0 0;
   color: #FF5078;
 }
 div.subc_cal_cont .cap .ico_cap02 {
   font-size: 120%;
   vertical-align: middle;
   margin: 0 2px 0 0;
   color: #39F;
 }
 div.subc_cal_cont .cap .cap-info {
   background-color: #FFF;
   line-height: 140%;
   padding: 10px 3%;
 }
 div.cal_wrapper table.cal tr td div.Deli {
   background-color: #EFE;
 }
 div.cal_wrapper table.cal tr td div.Holyday {
   background-color: #FF5078;
   color: #FFF;
 }
 div.cal_wrapper table.cal tr td div.backward {
   color: #CCC;
   font-weight: normal;
   background-color: #FFF;
 }
 div.cal_wrapper table.cal tr td div.pointer {
   cursor: pointer;
 }
 div.cal_wrapper table.cal tr td div.pointer:hover {
   background-color: #EEE;
 }
 #sub-column #snav_mailMag {
   background-color: #F5F5F5;
   margin-bottom: 20px;
   width: 100%;
 }
 #sub-column #snav_mailMag h2 {
   background-image: none;
 }
 #sub-column div.snav_mailMag_cont {
   border-top: 3px double #6B6B6B;
   padding: 15px 4%;
   text-align: center;
 }
 #sub-column div.snav_mailMag_cont::before {
   content: "Mail Magazine";
   font-weight: bold;
 }
 #sub-column div.snav_mailMag_cont h2 {
   width: 161px;
   text-align: center;
   padding: 0 0 3px 0;
   margin: 0 0 7px 0;
   border-bottom: 1px dotted #333;
 }
 #sub-column div.snav_mailMag_cont p {
   font-size: 72%;
   line-height: 130%;
 }
 #sub-column div.snav_mailMag_cont > p:first-child {
   padding: 5px 0 10px;
   text-align: left;
 }
 #sub-column div.snav_mailMag_cont > p:first-child::before {
   content: "メールマガジンのご登録";
   display: block;
   font-weight: bold;
   padding-bottom: 20px;
   text-align: center;
 }
 #sub-column div.snav_mailMag_cont input.mailAddress {
   border: 1px solid #777;
   box-sizing: border-box;
   display: inline-block;
   height: 40px;
   position: relative;
   vertical-align: middle;
   width: 78%;
 }
 #sub-column div.snav_mailMag_cont input.submit_mailMag {
   background-color: #333;
   border: none;
   box-sizing: border-box;
   color: #FFF;
   font-size: 75%;
   margin-left: -5px;
   height: 40px;
   text-align: center;
   width: 20%;
 }
 #sub-column div.snav_mailMag_cont input.submit_mailMag:hover {
   background-color: #666;
 }
 #sub-column div.snav_mailMag_cont p:last-child {
   background-color: #FFF;
   border: 1px solid #333;
   border-radius: 3px;
   box-sizing: border-box;
   height: 3em;
   line-height: 3em;
   margin: 15px 0 10px 34px;
 }
 #sub-column div.snav_mailMag_cont p:last-child::after {
   content: ">>";
   padding-left: 3px;
 }
 #sub-column #snav_followUs {
   border-top: 3px double #6B6B6B;
   padding: 19px 2%;
   margin-bottom: 20px;
 }
 #sub-column #snav_followUs nav ul {
   overflow: hidden;
 }
 #sub-column #snav_followUs nav ul li {
   float: left;
   margin: 0 5px 0 0;
   padding: 0;
 }
 #sub-column #snav_followUs nav ul li img {
   vertical-align: bottom;
 }
 #sub-column #snav_followUs nav ul li a:hover img {
   opacity: .70;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   -khtml-opacity: .70;
   -moz-opacity: .70;
   cursor: pointer;
 }
 #subc_freeArea {
   margin: 0 0 20px 0;
   padding-bottom: 10px;
 }
 #subc_freeArea img {
   margin-bottom: 10px;
 }
 #sub-column .newItem {
   position: relative;
   margin: 0;
   line-height: 90%;
 }
 #sub-column .newItem .new-Title {
   position: absolute;
   right: 0px;
   top: 1px;
 }
 #sub-column .column4, #sub-column .column5 {
   box-sizing: border-box;
   padding: 0 20px 10px;
   margin: 0 0 25px 0;
   float: none;
   width: 100%;
 }
 #sub-column .newItem .column4 .itemThumb-wrap {
   margin: 0 0 10px;
 }
 #sub-column .newItem .column4 .itemThumb {
   height: auto;
   width: 100%;
   display: table-cell;
   text-align: center;
   vertical-align: middle;
 }
 #sub-column .newItem .column4 .itemThumb a img {
   max-height: auto;
   max-width: 100%;
   width: 100%;
 }
 #sub-column .newItem h3 {
   text-align: left;
   font-weight: normal;
 }
 #sub-column .newItem p.price, #sub-column .pickup p.price, #sub-column .ranking p.price, #sub-column .recommend p.price {
   text-align: right;
   margin: 0;
 }
 #sub-column .newItem p.sp_price {
   text-align: right;
 }
 #sub-column .newItem p.sp_price {
   color: #C00;
 }
 #sub-column .newItem .column4_fourth .itemThumb {
   margin: 0 20px 5px 20px;
   position: relative;
 }
 #sub-column .pickup {
   position: relative;
   line-height: 90%;
 }
 #sub-column .pickup .pickup-Title {
   position: absolute;
   right: 0px;
   top: 1px;
 }
 #sub-column .pickup .column5 .itemThumb-wrap {
   margin: 0 0 10px;
 }
 #sub-column .pickup .column5 .itemThumb {
   margin: 0 0 5px 0;
   position: relative;
   text-align: center;
   height: auto;
   width: 100%;
 }
 #sub-column .pickup .column5 .itemThumb img {
   max-height: 100%;
   max-width: 100%;
 }
 #sub-column .ranking {
   position: relative;
   line-height: 90%;
 }
 #sub-column .ranking .ranking-Title {
   position: absolute;
   right: 0px;
   top: 1px;
 }
 #sub-column .ranking .column5 .itemThumb-wrap {
   margin: 0 0 10px;
   height: 100%;
   width: 100%;
 }
 #sub-column .ranking .column5 .itemThumb {
   margin-bottom: 5px;
   position: relative;
   text-align: center;
 }
 #sub-column .ranking .column5 .itemThumb img {
   max-height: 100%;
   max-width: 100%;
 }
 #sub-column .ranking .column5 .itemThumb {
   margin-bottom: 5px;
   position: relative;
 }
 /*
 div#cart-footer,
 footer {
   background-color: #222222;
   clear: both;
   margin:0 auto;
   line-height: 100%;
   position: relative;
   width: 100%;
 }
 #footer-inner {
   background-color: #222222 !important;
   width: 1200px;
   margin: 0 auto;
   overflow: hidden;
 }
 footer #footer-inner{
 }
 div#cart-footer #footer-inner .footer_gnavi,
 footer #footer-inner .footer_gnavi {
   float: left;
   padding:20px;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li,
 footer #footer-inner .footer_gnavi ul li {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   *margin-bottom: 12px;
   padding: 0 3px 0 18px;
   line-height: 100%;
   font-size: 60%;
   color: #999;
   background: url(../img/slash_ccc.gif) no-repeat left center;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li:first-child,
 footer #footer-inner .footer_gnavi ul li:first-child {
   background-image: none;
   padding: 0 3px 0 0;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li a,
 footer #footer-inner .footer_gnavi ul li a {
   color: #FFF;
 }
 div#cart-footer div.cart-nav,
 footer nav, #copyright {
   float: right;
   font-size: 67%;
   text-align: right;
   color: #FFF;
   padding:20px
 }
 #copyright ul li {
   color: #FFF;
   background-image: none;
   padding: 0;
   text-align: center;
 }
 div#cart-footer #footer-inner .footer_gnavi ul li a:hover,
 footer #footer-inner .footer_gnavi ul li a:hover {
   color: #FFF;
   text-decoration: underline;
 }
 */
 /*-トップイメージ -*/
 section #guide p {
   font-size: 90%;
   line-height: 175%;
   margin: 5px 0 10px;
 }
 section #guide .guide01 {
   padding-bottom: 10px;
 }
 section #guide .guide01 h2 {
   background: none;
   border-bottom: 1px dotted #6B6B6B;
   border-top: none;
   height: 2.3em;
   line-height: 2.3em;
   padding: 0;
   font-size: 110%;
   margin-bottom: 10px;
 }
 section #guide .guide01 ul {
   font-size: 90%;
   list-style-type: disc;
   margin-top: 10px;
 }
 section #guide .inner {
   overflow: hidden;
   margin-bottom: 10px;
 }
 section #guide .inner .fL {
   float: left;
   width: auto;
   margin-right: 20px;
   max-width: 350px;
 }
 section #guide .inner .fR {
   float: right;
   width: auto;
   max-width: 350px;
 }
 section #guide .chart .ttlShop {
   font-size: 80%;
   font-weight: bold;
   border: none;
   margin: 15px 0 0;
 }
 section #guide table {
   line-height: 120%;
   border-top: 1px solid #CCC;
   table-layout: fixed;
 }
 section #guide table th {
   background-color: #EEE;
   border-top: 1px solid #CCC;
   color: #2B2B2B;
   font-size: 75%;
   font-weight: bold;
   padding: 15px 20px;
   width: 100px;
 }
 section #guide table td {
   font-size: 75%;
   border-top: 1px solid #CCC;
   padding: 15px 20px;
   width: 530px;
 }
 section #guide table tr:last-child {
   border-bottom: 1px solid #CCC;
 }
 #shopGuide_wrap section #guide table td {
   width: 50%;
 }
 section #guide table th.shopGuidePointClass {
   width: 50%;
 }
 section #guide .sps-shoppingGuide-rankList table th,
 section #guide .sps-shoppingGuide-rankList table td {
   box-sizing: border-box;
   width: 33%;
   padding: 15px 10px;
 }
 section #guide .sps-shoppingGuide-rankList table th:nth-child(2),
 section #guide .sps-shoppingGuide-rankList table td:nth-child(2) {
   width: 34%;
 }
 section #guide ul {
   margin: 0px 40px;
 }
 section #guide ul li {
   list-style-type: square;
 }
 section #guide ol {
   margin: 0px 40px;
 }
 section #guide ol li {
   list-style-type: decimal;
 }
 /*-- 店長日記/フリーページ --*/
 /*日付/コメント左寄せ 記事一覧*/
 .state_l {
   border-top: 1px dotted #333;
   padding: 10px 0 0;
   font-size: 65%;
 }
 /*日付/コメント右寄せ*/
 .state_r {
   border-top: 1px dotted #333;
   padding: 10px 0 0;
   margin: 0 0 25px;
   text-align: right;
   font-size: 65%;
 }
 .state_l ul, .state_r ul {
   line-height: 90%;
 }
 .state_l li, .state_r li {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   padding: 0 3px 0 0;
 }
 .state_l li.comment, .state_r li.comment {
   border-left: 1px solid #333;
   padding: 0 0 0 5px;
 }
 .state_l li.cate, .state_r li.cate {
   border-left: 1px solid #333;
   padding: 0 5px;
 }
 .state_l li.name {
   border-right: 1px solid #333;
   padding: 0 5px 0;
   margin: 0 5px 0 0;
 }
 /*コメントをするボタン*/
 #Journal .more {
   background-color: #333;
   border-radius: 3px;
   box-sizing: border-box;
   color: #FFF;
   cursor: pointer;
   display: block;
   width: 160px;
   height: 40px;
   font-size: 75%;
   font-size: 0.75rem;
   text-align: center;
   vertical-align: middle;
   margin: 10px 0 0;
   padding: 10px 0;
 }
 #Journal a .more:hover {
   width: 160px;
   height: 40px;
   background-color: #666;
 }
 #Journal .more img {
   padding: 0 5px 0;
   vertical-align: middle;
 }
 #JournalList .comment-t, #Journal .comment-t {
   font-size: 80%;
   font-weight: bold;
   margin: 0 0 10px;
 }
 #Journal .comment-cont {
   margin: 0 0 15px;
 }
 #Journal fieldset {
   margin-bottom: 5px;
 }
 #Journal legend {
   background: none repeat scroll 0 0 transparent;
   font-size: 75%;
   line-height: 200%;
   padding: 0;
   width: 100%;
 }
 #Journal fieldset p {
   margin-bottom: 5px;
   font-size: 75%;
   font-size: 0.75rem;
 }
 #Journal fieldset input {
   margin: 0 3px 2px 0;
 }
 #Journal input.name {
   width: 300px;
   height: 40px;
   margin: 0;
   padding: 5px;
 }
 #Journal input.url {
   width: 300px;
   height: 40px;
   margin: 0;
   padding: 5px;
 }
 #Journal textarea {
   width: 360px;
   height: 100px;
   margin: 0;
   padding: 5px;
 }
 #Journal .btn-confirm {
   margin: 10px 0 0 120px;
 }
 /*投稿するボタン*/
 input[type="submit"].btn-confirmPost {
   background-color: #333;
   border: 1px solid #333;
   border-radius: 3px;
   color: #FFF;
   height: 40px;
   padding: 10px 0;
   font-size: 80%;
   font-size: 0.8rem;
   text-align: center;
   width: 120px;
 }
 input[type="submit"].btn-confirmPost:hover {
   background-color: #666;
 }
 #comment-form #comment-post {
   margin: 0;
 }
 #comment-form #comment-post h2 {
   background: none;
   border-bottom: 1px dotted #6B6B6B;
   border-top: none;
   height: 2.3em;
   line-height: 2.3em;
   padding: 0;
 }
 #comment-form #comment-post .comment-cont {
   padding: 10px 0;
 }
 #comment-form legend {
   background: none repeat scroll 0 0 transparent;
   font-size: 75%;
   line-height: 200%;
   padding: 0;
   width: 100%;
   font-weight: bold;
 }
 #comment-form p {
   margin-bottom: 15px;
 }
 #comment-form .name {
   width: 215px;
   height: 16px;
 }
 #comment-form .comment-txt {
   width: 360px;
   padding: 0;
   height: auto;
 }
 #comment-post {
   margin: 35px 0;
 }
 .comment-box {
   margin: 30px 0 0;
 }
 div.caution p {
   color: #d51414;
   font-size: 70%;
   line-height: 145%;
 }
 input[type="button"].btn-confirmBack {
   background-color: #333;
   border: 1px solid #333;
   border-radius: 3px;
   color: #FFF;
   height: 40px;
   padding: 10px 0;
   font-size: 80%;
   font-size: 0.8rem;
   text-align: center;
   width: 120px;
 }
 input[type="button"].btn-confirmBack:hover {
   background-color: #666;
 }
 @-moz-document url-prefix() {
   .btn-confirmPost {
     padding: 0 5px 2px;
   }
   .btn-confirmBack {
     padding: 0 2px 2px 8px;
   }
 }
 #JournalList h2, #Journal h2 {
   font-size: 85%;
 }
 #JournalList .journal-cont, #Journal .journal-cont {
   margin: 0 0 15px;
 }
 #JournalList article {
   margin: 0 0 40px;
 }
 #JournalList .journal-cont ul, #Journal .journal-cont ul {
   margin: 0px 40px;
 }
 #JournalList .journal-cont ul li, #Journal .journal-cont ul li {
   list-style-type: square;
 }
 #JournalList .journal-cont ol, #Journal .journal-cont ol {
   margin: 0px 40px;
 }
 #JournalList .journal-cont ol li, #Journal .journal-cont ol li {
   list-style-type: decimal;
 }
 /*-- サイトマップ --*/
 section#document_wrap h2 {
   background: none;
   border-bottom: 1px dotted #6B6B6B;
   border-top: none;
   font-size: 85%;
   font-weight: bold;
   height: 3em;
   line-height: 3em;
   margin: 0 0 20px;
   padding: 0;
 }
 section#document_wrap h3 {
   font-size: 75%;
 }
 section #document li {
   font-size: 75%;
   font-size: 0.75rem;
 }
 section #document .txt-list01 {
   padding-bottom: 30px;
 }
 section #document .txt-list01 li.c1 {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   padding: 0 25px 0 0;
 }
 section #document .txt-list02 {
   padding-bottom: 10px;
   overflow: hidden;
 }
 section #document .txt-list02 h3 {
   font-weight: bold;
 }
 section #document .txt-list02 section.tree00 {
   float: left;
   padding: 0 35px 20px 0;
   width: 156px;
 }
 section #document .txt-list02 ul.tree01 {
   padding: 0 0 0 12px;
   overflow: hidden;
 }
 section #document .txt-list02 ul.tree01 li.c2 {
   padding: 0 0 0 14px;
   margin: 0 0 0 3px;
   font-size: 75%;
   font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.c3 {
   padding: 0 0 0 28px;
   margin: 0 0 0 3px;
   font-size: 75%;
   font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.c4 {
   padding: 0 0 0 42px;
   margin: 0 0 0 3px;
   font-size: 75%;
   font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 ul.tree02 li.c5 {
   padding: 0 0 0 56px;
   margin: 0 0 0 3px;
   font-size: 75%;
   font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.sp1 {
   float: left;
   padding: 0 0 0 14px;
   margin: 0 0 0 3px;
   font-size: 75%;
   font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.sp2 {
   float: left;
   padding: 0 0 0 2px;
   font-size: 75%;
   font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 li.sp3 {
   float: left;
   padding: 0 0 0 2px;
   font-size: 75%;
   font-size: 0.75rem;
 }
 section #document .txt-list02 ul.tree01 ul.tree02 li.c5 a {
   display: inline;
   *display: inline;
   *zoom: 1;
   padding: 0 10px 0 0;
   font-size: 110%;
   font-size: 0.75rem;
 }
 section #document .txt-list02 ul.iB {
   padding: 5px 0 0 12px;
   float: left;
   line-height: 120%;
 }
 section #document .txt-list02 ul.iB li {
   padding: 0 10px 0 0;
   float: left;
 }
 section #document .txt-list03 {
   padding-bottom: 30px;
   overflow: hidden;
 }
 section #document .txt-list03 section.tree00 {
   float: left;
   padding: 0 35px 0 0;
   width: 156px;
 }
 section #document .txt-list03 ul.tree01 li {
   padding: 0 0 0 7px;
   margin: 0 0 0 5px;
   background: url(../img/ico_list01.gif) no-repeat left center;
 }
 #contact div.caution {
   margin-bottom: 15px;
 }
 #contact div.caution p {
   color: #d51414;
   font-size: 70%;
   line-height: 145%;
 }
 #formArea_cc #contact form {
   margin-top: 30px;
 }
 #contents-pop #contact {
   width: auto;
   margin: 10px 20px;
 }
 /*メールマガジン登録・解除*/
 #contact {
   margin: 0 auto;
 }
 #contact h4 {
   font-size: 75%;
 }
 #contact .txtBox {
   margin: 25px 0 10px;
 }
 section #contact .text-center {
   text-align: center;
   margin: 50px 0;
 }
 #contact .txtBox p.txt-T {
   font-size: 80%;
   font-weight: bold;
   margin-bottom: 5px;
 }
 section #document li {
   font-size: 100%;
   font-size: 0.75rem;
 }
 #contact table {
   width: 100%;
   margin: 10px 0 0;
   word-break: break-all;
 }
 #contents-pop table {
   width: 100%;
 }
 #contact table th {
   width: 28%;
   padding: 20px;
   font-size: 75%;
   font-weight: bold;
   color: #2B2B2B;
   background-color: #EEE;
   border-top: 1px solid #DEDEDE;
   border-bottom: 1px solid #DEDEDE;
 }
 #contact em {
   color: #C23E42;
   margin-left: 5px;
   font-size: 90%;
   font-size: 0.7rem;
 }
 #contact table td {
   width: 72%;
   font-size: 75%;
   font-size: 90% \9;
   padding: 20px;
 }
 #contact table td input.name, #contact table td input.tel {
   height: 16px;
   width: 40%;
   padding: 2px 5px;
 }
 #contact table td input.mailAddress, #contact table td input.mailAddress2 {
   height: 20px;
   width: 60%;
 }
 #contact .weaktxt {
   color: #333;
   font-size: 90%;
   padding: 5px 0 0;
 }
 #contact .note {
   color: #333;
   font-size: 95%;
   font-size: 0.7rem;
   line-height: 150%;
   margin: 0 0 15px;
 }
 #contact .txtBox .note {
   font-size: 70%;
   font-size: 0.7rem;
 }
 #contact table td textarea {
   box-sizing: border-box;
   height: 150px;
   padding: 5px !important;
   width: 100% !important;
 }
 #contact table td .text-area {
   display: block;
   margin: 0 0 15px;
 }
 #contact .btn-confirm {
   text-align: center;
   padding: 20px;
   border-bottom: none;
   font-size: 100%;
 }
 #contact .btn-confirm-enq {
   padding: 20px;
   font-size: 100%;
 }
 #contact input.btn-confirmNext {
   height: 25px;
   width: 150px;
   color: #FFF;
   font-size: 75%;
   font-size: 0.75rem;
   text-align: center;
   background-color: #333;
   border: none;
   margin: 0 5px;
 }
 #contact input.btn-confirmNext:hover {
   background-color: #666;
   repeat-x: left top;
 }
 #contact .btn-enq input.btn-confirmNext {
   height: 25px;
   width: 200px;
   color: #FFF;
   padding: 0;
   font-size: 75%;
   font-size: 0.75rem;
   background-color: #333;
   border: none;
   margin: 0 5px;
 }
 #contact .btn-enq input.btn-confirmNext:hover {
   background-color: #666;
   repeat-x: left top;
 }
 #contact input.btn-confirmBack {
   height: 25px;
   width: 80px;
   color: #FFF;
   padding: 0 0 0 8px;
   font-size: 75%;
   font-size: 0.75rem;
   text-align: center;
   background: url(../img/btn-back_bg.gif) no-repeat left top;
   border: none;
   margin: 0 5px;
 }
 #contact input.btn-confirmBack:hover {
   background: url(../img/btn-back_bg_on.gif) no-repeat left top;
 }
 #contact input.btn-confirmCancel {
   height: 25px;
   width: 120px;
   color: #FFF;
   padding: 0 0 0 8px;
   font-size: 75%;
   font-size: 0.75rem;
   text-align: center;
   background: url(../img/btn-confirm_bg.gif) repeat-x left top;
   border: none;
   margin: 0 5px;
 }
 #contact .btn-confirmCancel:hover {
   background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
 }
 #contact .btn-confirmClose {
   height: 25px;
   width: 120px;
   color: #FFF;
   padding: 0 0 0 8px;
   font-size: 80%;
   font-size: 0.8rem;
   text-align: center;
   background: url(../img/btn-close_bg.gif) no-repeat left top;
   border: none;
   margin: 0 5px;
 }
 #contact .btn-confirmClose:hover {
   background: url(../img/btn-close_bg_on.gif) no-repeat left top;
 }
 @-moz-document url-prefix() {
   #contact .btn-enq input.btn-confirmNext {
     padding: 0 5px 2px;
   }
   #contact input.btn-confirmNext {
     padding: 0 5px 2px;
   }
   #contact input.btn-confirmBack {
     padding: 0 2px 2px 8px;
   }
   #contact input.btn-confirmCancel {
     padding: 0 2px 3px 8px;
   }
   #contact input.btn-confirmClose {
     padding: 0 2px 4px 8px;
   }
 }
 #contact fieldset {
   margin-bottom: 25px;
 }
 #contact legend {
   background: none repeat scroll 0 0 transparent;
   border-bottom: 1px dotted;
   font-size: 75%;
   font-weight: bold;
   line-height: 200%;
   margin-bottom: 10px;
   padding: 0;
   width: 100%;
 }
 #contact fieldset p {
   margin-bottom: 5px;
   font-size: 75%;
   font-size: 0.75rem;
 }
 #contact fieldset ul {
   overflow: hidden;
 }
 #contact fieldset li {
   font-size: 75%;
   font-size: 0.75rem;
 }
 #contact fieldset li.fL {
   float: left;
   margin-right: 20px;
 }
 #contact fieldset input {
   margin: 0 3px 2px 0;
 }
 #contact fieldset label {
   margin-right: 10px;
   font-size: 100%;
   font-size: 0.75rem;
 }
 #contact input.txtF {
   height: 16px;
   margin: 0;
   padding: 2px 5px;
 }
 #contact input.mailAddress {
   width: 300px;
   margin: 0;
 }
 #contact input.name_sei {
   margin: 0 10px 0 0;
 }
 #contact select {
   margin: 0 0 5px;
   padding: 3px 1px;
   min-width: 110px;
 }
 #contact fieldset textarea {
   width: 70%;
   height: 150px;
   padding: 5px;
 }
 #contact .commentItem {
   padding: 10px 0 0;
 }
 #contact table td.commentWite {
   border-bottom: 1px dotted #000;
   border-top: 1px dotted #000;
   font-size: 100%;
   padding: 15px 20px 20px;
   width: 72%;
 }
 #contact .commentItem {
   font-weight: 150%;
 }
 #contact .memberF {
   padding: 20px 20px 10px;
   margin: 20px 0 0 0;
   border: 10px solid #EEE;
 }
 #contact .atttxt {
   color: #333;
   font-size: 75%;
   padding: 5px 0 0;
 }
 #contact .memberF input {
   width: 40%;
   height: 16px;
   margin: 0;
   padding: 2px 5px;
 }
 #contact .memberF th {
   padding: 10px 20px;
 }
 #contact .memberF td {
   padding: 10px 20px;
   font-size: 100%;
 }
 #contact .memberF input.btn-confirm160 {
   margin: 10px 0 0;
 }
 .memberName {
   border-bottom: 1px dotted;
   font-size: 75%;
   font-weight: bold;
   line-height: 200%;
   margin-bottom: 5px;
   padding: 0;
 }
 #contact input.btn-confirm120 {
   height: 25px;
   width: 120px;
   color: #FFF;
   padding: 0;
   font-size: 75%;
   font-size: 0.75rem;
   background: url(../img/btn-confirm_bg.gif) repeat-x left top;
   border: none;
   margin: 0 5px;
 }
 #contact input.btn-confirm120:hover {
   background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
 }
 #contact input.btn-confirm160 {
   height: 25px;
   width: 160px;
   color: #FFF;
   padding: 0 0 0 8px;
   font-size: 75%;
   font-size: 0.75rem;
   text-align: center;
   background: url(../img/btn-confirm_bg.gif) repeat-x left top;
   border: none;
 }
 #contact input.btn-confirm160:hover {
   background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
 }
 #contact input.btn-confirmReg {
   height: 25px;
   width: 160px;
   color: #FFF;
   padding: 0 0 0 8px;
   font-size: 75%;
   font-size: 0.75rem;
   text-align: center;
   background: url(../img/btn-confirm_bg.gif) repeat-x left top;
   border: none;
 }
 #contact input.btn-confirmReg:hover {
   background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
 }
 #contact input.btn-confirmBackItem {
   height: 25px;
   width: 120px;
   color: #FFF;
   padding: 0 5px 2px 15px;
   font-size: 75%;
   font-size: 0.75rem;
   text-align: center;
   background: url(../img/btn-back_bg120.gif) no-repeat left top;
   border: none;
   margin: 0 5px;
 }
 #contact input.btn-confirmBackItem:hover {
   background: url(../img/btn-back_bg120_on.gif) no-repeat left top;
 }
 @-moz-document url-prefix() {
   #contact input.btn-confirm120, #contact input.btn-confirm160, #contact input.btn-confirmReg {
     padding: 0 5px 2px;
   }
   #contact input.btn-confirmBackItem {
     padding: 0 2px 2px 8px;
   }
 }
 /*-- メールマガジン登録・解除 --*/
 #contact .mailm:first-child {
   margin: 3px 0 0;
 }
 #contact .mailm {
   margin: 30px 0 0 0;
 }
 #contact .mailm .txtBox {
   margin: 0;
 }
 #contact .mailm .txtBox h2 {
   border-bottom: 1px dotted #DEDEDE;
   border-top: none;
   margin: 0 0 20px;
   padding: 0 0 10px;
 }
 #contact .mailm .caution {
   margin: 0 0 5px;
 }
 #contact table.mailMF td {
   overflow: hidden;
   font-size: 100%;
   border-top: solid 1px #DEDEDE;
   border-bottom: solid 1px #DEDEDE;
 }
 #contact table.mailMF input.mailAddress {
   float: left;
   margin: 0 10px 0 0;
   height: 40px;
 }
 #contact table.mailMF span.btn-confirm {
   display: block;
   float: left;
   padding: 0;
 }
 #contact table.mailMF input.btn-confirmNext {
   background-color: #333;
   border-radius: 3px;
   float: left;
   height: 40px;
   padding: 0 5px;
 }
 #contact .mailMC input.btn-confirmNext {
   background-color: #333;
   border-radius: 3px;
   float: left;
   height: 40px;
   padding: 0 5px;
 }
 #contact .mailMF input.btn-confirmNext:hover, #contact .mailMC input.btn-confirmNext:hover {
   background-color: #666;
 }
 @-moz-document url-prefix() {
   #contact table.mailMF input.btn-confirmNext, #contact .mailMC input.btn-confirmNext {
     padding: 0 5px 1px;
   }
 }
 #contact table.mailMF td.n1 {
   border-bottom: none;
   padding: 20px 20px 10px;
 }
 #contact table.mailMF td.n2 {
   border-top: none;
   padding: 10px 20px 20px;
 }
 #contact table.mailMF td p {
   float: left;
   font-size: 80%;
   padding: 10px 0;
   margin-right: 10px;
 }
 #contact input.mailAddress_new {
   float: left;
   height: 40px;
   margin: 0 10px 0 0;
   width: 60%;
 }
 #contact .mailMC span.btn-confirm {
   display: block;
   padding: 0;
 }
 #contact.sps-mailMagazine .sps-mailMagazine-freeArea {
   border: 1px solid #DDD;
   box-sizing: border-box;
   margin: 60px 5% 0;
   padding: 2%;
   width: 90%;
 }
 #contact .freeArea {
   margin: 60px 50px 0;
   width: 620px;
   background-color: #FFF;
 }
 #contact .ann-input {
   margin: 5px 0 0;
   font-size: 100%;
 }
 #contact .ann-input input {
   margin: 0 3px 2px 0;
 }
 #itemList_wrap {
   margin: 0 0 20px 0;
 }
 #itemList {
   margin: 40px 0 0 0;
   position: relative;
 }
 #main-column .column4 h2 {
   background: none;
   border: none;
   font-size: 95%;
   font-weight: normal;
   height: 3em;
   line-height: 3em;
   margin-bottom: 5px;
   padding: 0;
 }
 article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2 {
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
 }
 /*写真のみ*/
 article #main-column #itemList section.column4 h2,
 article #main-column #itemList section.column4 h2,
 article #main-column #itemList section.column4 h2 {
   border: none;
   height: auto;
   line-height: 125%;
   font-weight: bold;
   letter-spacing: 1px;
 }
 #itemList .column4 .sps-wishAddItem img, #itemList .column5 .sps-wishAddItem img,
 #itemList .column4 .sps-wishAddItemOk img, #itemList .column5 .sps-wishAddItemOk img {
   margin: 10px 0 0 80%;
   width: 20%;
 }
 /*説明付き*/
 #itemList2 {
   margin: 40px 0 0 0;
   position: relative;
 }
 #itemList2 .column4 {
   border-bottom: 1px solid #EEE;
   float: none;
   width: 100%;
   height: auto !important;
   overflow: hidden;
   *zoom: 1;
 }
 #itemList2 .column4:first-child {
   border-top: 1px solid #EEE;
   padding-top: 20px;
 }
 #itemList2 .column4:last-child {
   border-bottom: none;
 }
 #itemList2 .column4 .itemThumb-wrap {
   float: left;
   text-align: left;
   max-width: 300px;
   width: 24%;
 }
 #itemList2 .column4 .itemThumb, #itemList2 .column5 .itemThumb,
 #itemList2 .column4 .itemThumb-wrap, #itemList2 .column5 .itemThumb-wrap {
   margin: 0;
 }
 #itemList2 .column4 .sps-wishAddItem img, #itemList2 .column5 .sps-wishAddItem img,
 #itemList2 .column4 .sps-wishAddItemOk img, #itemList2 .column5 .sps-wishAddItemOk img {
   margin-left: 92%;
   width: 8%;
 }
 .column4 p.sps-itemList-stockDisp, .column5 p.sps-itemList-stockDisp {
   margin: 6px 0 0;
 }
 .column4 p.sps-itemList-stockDisp a, .column5 p.sps-itemList-stockDisp a {
   border: 1px solid #333;
   border-radius: 3px;
   box-sizing: border-box;
   display: block;
   padding: 1% 3%;
   text-align: center;
 }
 .column4 p.sps-itemList-stockDisp a::after, .column5 p.sps-itemList-stockDisp a::after {
   content: ">>";
   padding-left: 3px;
 }
 .column4 p.sps-itemList-stockDisp:empty, .column5 p.sps-itemList-stockDisp:empty,
 .column4 p.sps-itemList-stockDisp a:empty, .column5 p.sps-itemList-stockDisp a:empty {
   display: none;
 }
 #main-column #itemList2 .column4 h2, #main-column #itemList2 .column5 h2 {
   font-size: 105%;
   height: auto;
   line-height: 140%;
 }
 #main-column #itemList2 .column4 p.price, #main-column #itemList2 .column5 p.price, #main-column #itemList2 .column4 p.sp_price, #main-column #itemList2 .column5 p.sp_price #main-column #itemList2 .column4 p.fx_price, #main-column #itemList2 .column5 p.fx_price, #main-column #itemList2 .column4 p.rg_price, #main-column #itemList2 .column5 p.rg_price {
   font-size: 95%;
 }
 #itemList2 .column4 .inner-catch {
   line-height: 140%;
   margin-top: 35px;
 }
 #itemList_wrap #pager-top {
   width: 100%;
   padding: 30px 0 0 0;
   overflow: hidden;
   line-height: 100%;
 }
 #itemList_wrap div.pagerlist #pager-bm {
   width: 100%;
   padding: 0;
   margin: 0 0 20px 0;
   overflow: hidden;
   line-height: 100%;
 }
 #itemList_wrap #pager-bm {
   border-top: 1px solid #333;
   overflow: hidden;
   padding: 15px 0 30px;
   width: 100%;
 }
 #itemList_wrap #pager-top .quantity {
   float: left;
   font-size: 80%;
   line-height: 100%;
 }
 #itemList_wrap #pager-bm .quantity {
   float: left;
   font-size: 80%;
   line-height: 100%;
   margin: 1px 30px 0 0;
 }
 #itemList_wrap #pager-top .selectbox, #itemList_wrap #pager-bm .selectbox {
   font-size: 70%;
 }
 #itemList_wrap #pager-top .selectbox {
   margin-bottom: 10px;
 }
 #itemList_wrap #pager-top .selectbox .select01 {
   height: 34px;
   margin-right: 10px;
   padding: 0;
 }
 #itemList_wrap #pager-top .pagerlist, #itemList_wrap #pager-bm .pagerlist {
   float: right;
 }
 #itemList_wrap #pager-top ul, #itemList_wrap #pager-bm ul {
   margin: 0;
   padding: 0;
   overflow: hidden;
   *zoom: 1;
 }
 #itemList_wrap #pager-top ul li, #itemList_wrap #pager-bm ul li {
   float: left;
   *float: none;
   *display: inline;
   padding: 0 4px;
   margin: 0;
   line-height: 120%;
   *zoom: 1;
   font-size: 80%;
 }
 #itemList_wrap #pager-top ul li.pagericon, #itemList_wrap #pager-bm ul li.pagericon {
   float: left;
   *float: none;
   *display: inline;
   padding: 0;
   margin: 0;
   line-height: 120%;
   *zoom: 1;
 }
 #pager-top ul li.selected, #pager-bm ul li.selected {
   font-weight: bold;
   color: #333;
   text-decoration: none;
 }
 /*-- 商品詳細ページ --*/
 #itemDetail-cont {
   overflow: hidden;
 }
 /*商品画像*/
 #itemDetail-cont .itemThumb-wrap {
   float: left;
   width: 400px;
   margin: 0 50px 0 0;
 }
 .itemThumb-main {
   text-align: left;
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb-main img {
   height: auto;
   margin: 0 0 5px 0;
   /*border: solid 1px #DDD;*/
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb ul {
   overflow: hidden;
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
   float: left;
   padding: 0;
   height: 76px;
   width: 76px;
   margin: 0 5px 5px 0;
   overflow: hidden;
   /*border: solid 1px #DDD;*/
 }
 #itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n) {
   margin: 0 0 5px 0;
 }
 /*商品名/価格/カートボタンエリア*/
 #itemDetail-cont .itemOutline {
   float: left;
   width: 450px;
 }
 article#Detail #main-column h1 {
   background: none;
   border: none;
   font-size: 110%;
   font-weight: normal;
   color: #000;
   height: auto;
   line-height: 140%;
   margin-bottom: 20px;
   padding: 0;
 }
 article#Detail section#itemDetail-wrap p.price {
   font-size: 90%;
   margin-bottom: 3px;
 }
 article#Detail section#itemDetail-wrap p.sp_price {
   font-size: 90%;
   color: #C00;
   font-weight: bold;
   margin-bottom: 3px;
 }
 article#Detail section#itemDetail-wrap p.regular_price {
   font-size: 80%;
   margin-bottom: 0;
   color: #2A78D0;
 }
 section#itemDetail-wrap table.spec td input {
   height: 34px !important;
   width: 20%;
 }
 section#itemDetail-wrap table.spec tr.option_area td select.option_parts,
 section#itemDetail-wrap table.spec tr.option_area td input.option_parts,
 section#itemDetail-wrap table.spec tr.option td input {
   height: 34px !important;
   width: 85%;
 }
 section#itemDetail-wrap table.matrix tr td {
   padding: 5px;
 }
 #itemDetail-cont table.matrix td > a.announceMail,
 #itemDetail-cont table.matrix td > a.announceMailSamePrc {
   display: block;
   margin: 0 auto;
   width: 110px;
 }
 section#itemDetail-wrap table.matrix tr td span.nostock {
   text-align: left;
 }
 section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
   height: 34px;
   padding: 1px 2px;
   width: 85%;
 }
 #itemDetail-cont .cartArea input:hover,
 #itemDetail-cont .cartArea .variation a:hover {
   opacity: .70;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   -khtml-opacity: .70;
   -moz-opacity: .70;
   cursor: pointer;
 }
 #itemDetail-cont .itemOutline .icons {
   margin: 0 0 20px 0;
 }
 #itemDetail-cont .itemOutline ul.ico_salesMethod {
   overflow: hidden;
   margin: 0 0 10px;
 }
 #itemDetail-cont .itemOutline ul.ico_salesMethod li {
   float: left;
   width: 60px;
 }
 #itemDetail-cont .itemOutline ul.ico_itemType {
   overflow: hidden;
 }
 #itemDetail-cont .itemOutline ul.ico_itemType li {
   float: left;
   width: 35px;
   height: 36px;
 }
 #itemDetail-cont table.snsArea {
   width: auto;
   height: auto;
 }
 section#itemDetail-wrap table.spec {
   line-height: 250%;
   margin: 15px 0 15px;
   font-size: 85%;
 }
 section#itemDetail-wrap table.spec tr {
   border: none;
 }
 /*備考欄*/
 section#itemDetail-wrap table.spec th {
   line-height: 125%;
   padding: 5px 5px 5px 0;
   vertical-align: top;
   width: 40%;
 }
 section#itemDetail-wrap table.spec td {
   line-height: 150%;
   padding: 5px 5px 5px 0;
 }
 section#itemDetail-wrap table.spec th.option th {
   line-height: 140%;
   padding-bottom: 15px;
 }
 section#itemDetail-wrap table.spec tr.option td {
   padding-bottom: 15px;
 }
 section#itemDetail-wrap table.spec tr.option td input {
   display: inline;
 }
 section#itemDetail-wrap table.spec tr.date {
   line-height: 150%;
 }
 section#itemDetail-wrap table.spec td input {
   padding: 0 2%;
 }
 /*入荷連絡ボタン*/
 section#itemDetail-wrap table.spec td a img {
   height: 30px;
   margin-left: 10px;
 }
 section#itemDetail-wrap #spsVarpriceBox p {
   font-size: 80%;
 }
 section#itemDetail-wrap table.date {
   margin: 15px 0 3px;
 }
 section#itemDetail-wrap table.jan {
   margin: 0 0 15px;
 }
 section#itemDetail-wrap table.price {
   line-height: 170%;
   margin: 0 0 20px;
 }
 section#itemDetail-wrap table.price th {
   font-size: 85%;
   padding: 0 0 1px;
 }
 section#itemDetail-wrap table.price td {
   font-size: 80%;
 }
 section#itemDetail-wrap table.price td a img {
   display: block;
   width: 110px;
 }
 table.price tr.fx_price span.strike span.fixed_price,
 table.price span.strike {
   text-decoration: line-through;
 }
 table.price tr.price span.selling_price, table.price tr.price span.taxin,
 table.price tr.price span.discount_rate, table.price tr.sp_price span.special_price,
 table.price tr.sp_price span.taxin, table.price tr.sp_price span.discount_rate {
   color: #000;
   font-size: 120%;
   font-weight: bold;
   margin-bottom: 3px;
 }
 table.price tr.rg_price span.regular_price_str {
   color: #2A78D0;
   margin-bottom: 3px;
 }
 table.price tr.rg_price span.regular_price,
 table.price tr.rg_price span.taxin {
   color: #2A78D0;
   margin-bottom: 3px;
 }
 table.price tr.rg_price span.publish_point {
   color: inherit;
 }
 /*カートボタン*/
 section#itemDetail-wrap .cartArea {
   margin-bottom: 10px;
 }
 section#itemDetail-wrap .cartArea img {
   max-width: 110px;
 }
 section#itemDetail-wrap .cartArea input, sps-wishAddItem img {
   max-width: 100%;
 }
 section#itemDetail-wrap #spsVarpriceBox .cartArea input {
   margin-left: 0;
 }
 section#itemDetail-wrap .cartArea img.nostock, section#itemDetail-wrap .cartArea input.dialogSStock {
   width: 110px;
   height: auto;
 }
 section#itemDetail-wrap .cartArea table.variation {
   width: 100%;
   word-break: break-all;
 }
 section#itemDetail-wrap .cartArea tr.t-variation {
   background-color: #efefef;
   background-repeat: x-repeat;
   background-position: left top;
 }
 section#itemDetail-wrap .cartArea table.variation th {
   border: 1px solid #CCC;
   box-sizing: border-box;
   font-size: 70%;
   font-weight: bold;
   padding: 3px 5px;
   text-align: center;
   line-height: 150%;
   width: auto !important;
 }
 section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
   width: 141px !important;
 }
 section#itemDetail-wrap .cartArea table.variation tr {
   border-bottom: 1px dotted #CCCCCC;
 }
 section#itemDetail-wrap .cartArea table.variation tr.t-variation {
   border: none;
 }
 section#itemDetail-wrap .cartArea table.variation td {
   font-size: 75%;
   padding: 5px;
   text-align: center;
   line-height: 150%;
   border: 1px solid #CCCCCC;
 }
 section#itemDetail-wrap .cartArea table.variation td input[type="image"] {
   max-width: 110px;
 }
 section#itemDetail-wrap .cartArea table.variation span.nostock {
   color: #F00;
 }
 /*返品について カートボタン下*/
 section#itemDetail-wrap p.cancel {
   font-size: 70%;
   padding: 2px 0 2px 20px;
   background-image: url(../img/ico_return.gif);
   background-repeat: no-repeat;
   background-size: 15px;
   background-position: left center;
   margin-bottom: 5px;
 }
 /*お客様の声 カートボタン下*/
 section#itemDetail-wrap p.review_txt {
   font-size: 70%;
   padding: 2px 0 2px 20px;
   background-image: url(../img/ico_review.gif);
   background-repeat: no-repeat;
   background-size: 15px;
   background-position: left center;
   margin-bottom: 15px;
 }
 section#itemDetail-wrap p.cancel a, section#itemDetail-wrap p.review_txt a {
   display: block;
 }
 /*SNS/問合わせ/紹介 カートボタン下*/
 .itemOutline ul.snsArea {
   overflow: hidden;
   margin-bottom: 10px;
   height: 30px;
 }
 article#Detail .itemOutline ul.infoArea {
   overflow: hidden;
   margin: 10px 0;
   height: 28px;
 }
 section#itemDetail-wrap .itemOutline li {
   float: left;
   margin-right: 5px;
   width: 140px;
 }
 /*商品紹介文*/
 section#itemDetail-wrap .description {
   margin: 20px 0 0;
   width: 100%;
   padding: 0;
 }
 section#itemDetail-wrap .description p {
   font-size: 100%;
   line-height: 160%;
 }
 section#itemDetail-wrap .description div#itempage_contents h1 {

 }
 article#Detail #main-column .spec-g_txt_table_wrap {
   width: 100%;
   overflow: hidden;
 }
 article#Detail #main-column section.spec-g_txt {
   float: left;
   margin-right: 4%;
   width: 48%;
   padding: 20px 0 0;
 }
 article#Detail #main-column section.spec-g_txt p {
   font-size: 70%;
   padding-top: 10px;
   line-height: 160%;
 }
 article#Detail #main-column section.spec-g_table {
   float: right;
   width: 48%;
   padding: 20px 0 0;
 }
 article#Detail #main-column section.spec-g_table table {
   width: 100%;
 }
 article#Detail #main-column section.spec-g_table th {
   width: 70px;
   max-width: 70px;
   min-width: 25px;
   padding: 5px 0;
 }
 article#Detail #main-column section.spec-g_table tr {
   border-bottom: 1px dotted #CCC;
   width: 100%;
   font-size: 65%;
 }
 article#Detail #main-column section.spec-g_table td {
   padding: 5px 0;
 }
 article#Detail #main-column .w100 section.spec-g_txt {
   float: none;
   width: 100%;
 }
 article#Detail #main-column .w100 section.spec-g_txt p {
   font-size: 70%;
   padding-top: 10px;
   line-height: 160%;
 }
 article#Detail #main-column .w100 section.spec-g_table {
   float: none;
   width: 100%;
 }
 article#Detail #main-column .w100 table.spec-g_cont tr {
   border-bottom: 1px dotted #CCC;
   width: 100%;
 }
 article#Detail #main-column .w100 table.spec-g_cont th {
   padding: 5px 0;
 }
 article#Detail #main-column .w100 table.spec-g_cont td {
   padding: 5px 0;
 }
 /*お客様の声-商品詳細ページ*/
 section.userreview {
   font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   *font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   padding: 20px 0 0;
   margin-bottom: 30px;
 }
 section.userreview h2 {
   /*border-top: 3px solid #333;*/
   color: #333;
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 124% !important;
   font-weight: bold;
   letter-spacing: 0.05em;
   padding: 0;
   margin-bottom: 15px;
   display: block;
 }
 @media screen and (max-width: 768px) {
   section.userreview h2 {
     font-size: 110% !important;
   }
 }
 section.userreview table.userreview_list {
   width: 100%;
   margin: 10px 0 0 0;
   line-height: 160%;
   border-bottom: 1px dotted #CCC;
 }
 section.userreview div.more {
   width: 100%;
   height: 30px;
   margin: 10px 0 0 0;
   text-align: right;
 }
 section.userreview div.more a img {
   width: 110px;
   height: 30px;
   vertical-align: middle;
 }
 section.userreview table.userreview_list tr td.userreview_user {
   font-size: 80%;
   text-align: left;
 }
 section.userreview table.userreview_list tr td.userreview_date {
   font-size: 80%;
   text-align: right;
 }
 section.userreview table.userreview_list td.userreview_rate {
   font-size: 80%;
   font-weight: bold;
 }
 section.userreview table.userreview_list td.userreview_rate img {
   vertical-align: middle;
 }
 section.userreview table.userreview_list td.userreview_comment {
   padding: 10px 0 20px;
 }
 section.userreview .userreview_comment .reviewBox_item {
   margin: 0;
 }
 article #main-column section.userreview table.userreview_list td.userreview_comment .comment h3 {
   background: none;
   font-size: 75%;
   font-weight: bold;
   margin: 0;
   padding: 10px 0 0 10px;
 }
 article #main-column section.userreview table.userreview_list td.userreview_comment .comment p {
   margin: 0;
 }
 article#Detail #main-column section.recommend {
   padding: 20px 0 0;
 }
 article#Detail section.column5 {
   border: none;
 }
 .column-set .quantityArea {
   margin-top: 5px;
   text-align: right;
 }
 .column-set .quantityArea span {
   font-size: 70%;
 }
 .column-set .quantityArea input,
 .column-set .quantityArea select {
   height: 32px;
   text-align: right;
 }
 article #main-column .pageNav_top {
   overflow: hidden;
   font-size: 70%;
   padding-bottom: 5px;
   border-bottom: solid 1px #CBCBCB;
 }
 article #main-column .pageNav {
   font-size: 70%;
 }
 article #main-column .pageL {
   float: left;
   width: 100%;
 }
 article #main-column .pageNav_top .pageL {
   width: 50%;
 }
 article #main-column .pageR {
   float: right;
 }
 article #main-column section.rating {
   padding-bottom: 30px;
   margin-bottom: 5px;
   border-bottom: solid 1px #CBCBCB;
 }
 article #main-column section.rating .reviewBox {
   overflow: hidden;
   margin: 15px 0;
 }
 article #main-column section.rating .tmb {
   float: left;
   margin-right: 15px;
   width: 140px;
 }
 article #main-column section.rating .reviewTxt {
   float: right;
   width: 745px;
 }
 article #main-column section.rating .reviewTxtNoImg {
   float: left;
   width: 100%;
 }
 article #main-column section.rating .ttlArea {
   display: table;
 }
 article #main-column section.rating h2 {
   border: none;
   display: table-cell;
   font-size: 110%;
   font-weight: bold;
   letter-spacing: 0.05em;
   line-height: 140%;
   padding: 0 15px 0 0;
   margin: 0;
   vertical-align: top;
   width: 560px;
 }
 article #main-column section.rating .reviewBox_item p,
 article #main-column section.rating .reviewTxt p {
   font-size: 90%;
   line-height: 140%;
 }
 article #main-column section.rating .btnMore {
   display: table-cell;
   min-width: 170px;
   vertical-align: top;
   width: 170px;
 }
 article #main-column section.rating .btnMore a {
   display: inline-block;
 }
 article #main-column section.rating .btnMore a img {
   width: 170px;
 }
 article #main-column section.rating .reviewTxt ul,
 article #main-column section.rating .reviewTxtNoImg ul {
   margin: 5px 0;
   vertical-align: middle;
   line-height: 120%;
   overflow: hidden;
 }
 article #main-column section.rating .reviewTxt ul li,
 article #main-column section.rating .reviewTxtNoImg ul li {
   float: left;
   margin-right: 5px;
   font-size: 80%;
 }
 article #main-column section.userreview .comment,
 article #main-column section.rating .comment {
   background: #e8f3ff;
   color: #555;
   display: inline-block;
   font-size: 16px;
   margin: 1.5em 0 0;
   max-width: 100%;
   min-width: 120px;
   padding: 7px 10px;
   position: relative;
 }
 article #main-column section.userreview .comment::before,
 article #main-column section.rating .comment::before {
   border: 10px solid transparent;
   border-bottom: 15px solid #e8f3ff;
   content: "";
   left: 4%;
   position: absolute;
   top: -23px;
 }
 article #main-column section.rating .comment h3 {
   background: none;
   font-size: 80%;
   font-weight: bold;
   margin: 0;
   padding: 10px 0 0 10px;
 }
 article #main-column section.userreview .comment p,
 article #main-column section.rating .comment p {
   background: none;
   font-size: 85%;
   padding: 5px 10px 10px;
 }
 article #main-column .pageNav .pageL strong, article #main-column .pageNav_top .pageL strong {
   font-weight: bold;
 }
 /*-- お客様の声 --*/
 article #main-column #itemBox {
   background-color: #efefef;
   overflow: hidden;
   padding: 15px 2%;
   margin-bottom: 15px;
 }
 article #itemBox h2 {
   border-top: none;
   float: left;
   font-size: 90%;
   font-weight: normal;
   padding: 0;
 }
 article #itemBox p {
   float: right;
 }
 article #main-column #itemBox p.btnMore img {
   width: 166px;
 }
 div#main-column div#itemBox p.review_txt img {
   vertical-align: -0.1em;
 }
 article #main-column section.rating .reviewBox_item h2 {
   color: #0C3;
   float: left;
   font-size: 75%;
   background: none;
   font-weight: bold;
   padding: 0;
   margin: 0;
   border-bottom: none;
 }
 article #main-column section.rating .reviewBox_item {
   margin: 15px 0;
 }
 article #main-column section.rating .reviewBox_item ul {
   overflow: hidden;
   vertical-align: middle;
   line-height: 120%;
 }
 article #main-column section.rating .reviewBox_item ul li {
   float: left;
   margin-right: 5px;
   margin-bottom: 10px;
   font-size: 80%;
 }
 article #main-column section.rating .reviewBox_item ul li.point {
   margin-right: 20px;
   color: #F60;
   font-weight: bold;
 }
 article #main-column section.rating ul li.space {
   margin-right: 20px;
 }

 .ui-dialog {
   padding: 1em;
   box-sizing: border-box;
 }
 .fl_main {
   min-height: 40px;
 }
 .fl_thumbnail {
   max-width: 152px !important;
 }
 .fl_t_item {
   padding: 5px !important;
 }
 .fl_img_selected {
   background-color: #C9E1F4 !important;
   border: none !important;
   margin: 5px !important;
   padding: 6px !important;
 }
 #thum_prev {
   padding-left: 0 !important;
   padding-right: 5px !important;
 }
 #thum_next {
   padding-left: 5px !important;
   padding-right: 0 !important;
 }
 /*ダイアログ-商品を追加しました*/
 div[aria-describedby='sps-cartaddModal'] {
   border-radius: 4px !important;
 }
 div.sps-cartaddErrDetail {
   width: 90%;
   margin: 22px auto 40px;
   box-sizing: border-box;
 }
 /*ポップアップ全般*/
 .ui-front {
   z-index: 250 !important;
 }
 .ui-widget-overlay {
   z-index: 200 !important;
 }
 .ui-widget-content {
   box-sizing: border-box;
   padding: 1em !important;
 }
 div#sps-cartaddModal {
   padding: .5em 1em !important;
   width: 720px !important;
 }
 #contact #center1 .centerbox {
   margin: 0px;
 }
 #contact #center1 .centerbox .mainCont .step_navi01 {
   background-image: url("/assets/img/cart/navi01.gif");
   background-repeat: no-repeat;
 }
 #contact #center1 .centerbox .mainCont .step_navi02 {
   background-image: url(/assets/img/cart/navi02.gif);
   background-repeat: no-repeat;
 }
 #contact #center1 .centerbox .mainCont .step_navi03 {
   background-image: url(/assets/img/cart/navi03.gif);
   background-repeat: no-repeat;
 }
 #contact #center1 .centerbox .mainCont .step_navi04 {
   background-image: url(/assets/img/cart/navi04.gif);
   background-repeat: no-repeat;
 }
 #contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02, #contact #center1 .centerbox .mainCont .step_navi03, #contact #center1 .centerbox .mainCont .step_navi04 {
   height: 83px;
   text-align: center;
   margin: 0 auto;
   width: 400px;
 }
 #contact #center1 .center {
   text-align: center !important;
 }
 #contact #center1 p.center a#logout {
   float: none;
 }
 #contact #center1 .centerbox .mainCont input[name="PZIP_SEEK"] {
   width: 180px;
 }
 /*お届けスケジュール*/
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan {
   background-color: #fff;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday,
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
   box-sizing: border-box;
   border: none;
   overflow: hidden;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td {
   background: #efefef;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table caption {
   text-align: center;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table tbody td {
   background-color: #fff;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.day,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sat,
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sun {
   text-align: right !important;
 }
 /*お気に入りリスト*/
 div.wishlist-column .sps-wishBtnArea .wishDeleteItem, div.wishlist-column .sps-wishBtnArea .wishAddCart {
   background-position: right top;
 }
 #allItemDelete {
   text-align: right;
   height: 32px;
   margin: -20px 0 20px;
 }
 input[type="button"].wishAllDelBtn {
   background: none !important;
   background-color: #333 !important;
   border: 1px solid #333 !important;
   border-radius: 3px;
   color: #FFF !important;
   height: 32px !important;
   margin: 0 !important;
   min-width: 120px;
 }
 input[type="button"].wishAllDelBtn:hover {
   background-color: #666 !important;
   border: 1px solid #666 !important;
 }
 /*ポップアップ center3*/
 #center3 .centerbox table td[align="right"],
 #center3 .centerbox .right,
 #contact #center1 .right {
   text-align: right !important;
 }
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3 td.backcolor1 {
   text-align: left;
 }
 /*ポップアップ マイページ center-seo*/
 #center-seo .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
 #center-seo .centerbox table th[align="left"],
 #center-seo .centerbox table td[align="left"],
 #center3 .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
 #center3 .centerbox table th[align="left"],
 #center3 .centerbox table td[align="left"],
 #contact #center1 .left {
   text-align: left !important;
 }
 #contact #center1 .middle {
   vertical-align: middle !important;
 }
 #contact #center1 .buttom {
   vertical-align: bottom !important;
 }
 #contact #center1 .float_left {
   float: left !important;
 }
 #contact #center1 .centerbox .title1 a {
   color: #333;
   text-decoration: underline;
 }
 #contact #center1 .centerbox .title1 a:hover {
   color: #333;
   text-decoration: underline;
   font-weight: bold;
 }
 #contact #center1 .centerbox .mainCont {
   margin: 0;
   width: auto;
   background-color: #FFF;
 }
 .backcolor1 strong, .backcolor2 strong {
   font-weight: bold;
 }
 #contact #center1 .centerbox .mainFrame .mainCont #confirm .right {
   width: 100% !important;
 }
 /*-- カート/レジ画面 --*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 {
   box-sizing: border-box;
   padding: 5px 0px;
   max-width: 1200px;
   width: 100%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table {
   font-size: 100%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 th {
   padding: 10px;
   border: 1px solid #999;
 }
 /*table中身*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
   padding: 1rem 1% !important;
   border: 1px solid #999;
   font-size: 1.2rem;
   /*background-color: #fff;*/
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
   padding: 0 !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
   border: none;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
   padding: 10px 15px;
 }
 #contact #center1 .backcolor3 {
   background: #e1ecf7;
 }
 /*カート画面table見出し*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor1 {
   width: 35%;
   background: #DDD;
 }
 /*レジ画面table見出し*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 {
   background: #DDD;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 td {
   background: #DDD;
   text-align: center;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td {
   width: 15%;
 }
 /*レジ画面table中身*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 {
   vertical-align: middle;
   background: #FFF;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2[width="17%"] {
   width: 1%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="text"],
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="password"] {
   border: 1px solid #A9A9A9;
   padding: 2px 1px;
   height: 34px !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type="text"],
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type="password"] {
   height: 32px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 {
   background: #DDD;
   padding: 1rem;
   width: 100% \9;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 input {
   height: auto;
   vertical-align: 0 !important;
 }
 #deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
   width: 15% !important;
 }
 #deli_scadule .deli_scadule_box table.layoutp5.deli_cycle tbody tr td.backcolor1 {
   width: 35% \9 !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="PREV_ENQUETE"] + form[name="NEXT"] .bordlayoutp3 table.border tbody tr td.backcolor1 {
   background: #DDD;
   width: 30% \9 !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td {
   width: 25%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td {
   width: 12%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td {
   width: 26%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td + td {
   width: 12%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.border tbody tr td + td + td + td + td + td {
   width: 10%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td {
   width: 8%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td + td {
   width: 10%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 form[name="NEXTM"] table.border tbody tr td {
   width: auto;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] .bordlayoutp3 table.border tbody tr td {
   width: auto;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td.backcolor1.center,
 #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"],
 #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td + td[width="49%"] {
   width: 49%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td + td,
 #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td,
 #contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td.backcolor2 + td {
   width: 2%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table.border tbody tr td + td + td.backcolor1.center {
   width: 49%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td {
   width: auto;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=right] {
   text-align: right;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
   display: inline;
   padding: 0 2%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="text"] {
   height: 30px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="変更"] {
   margin: 5px 0 5px 5px;
 }
 /*変更ボタン*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="削除"] {
   margin: 5px 0;
   width: 60px;
 }
 /*削除ボタン*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="submit"] {
   padding: 0 1%;
 }
 #deli_scadule table.deli_plan_cal tbody tr td {
   vertical-align: top;
 }
 #contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border {
   border: 1px solid #999;
   width: 100% !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td.backcolor2 table.layoutp3 {
   margin-top: 0px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td {
   border: none;
   padding: 2px 9px;
 }
 /*カート注文内容table*/
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td {
   width: 17%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td {
   width: 25%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td + td {
   width: 13%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td + td + td {
   width: 20%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td + td + td + td {
   width: 13%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont form[name="MODIFY"] .bordlayoutp3 table.cartItem tbody tr td + td + td + td + td + td {
   width: 12%;
 }
 #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_day th {
   font-size: 100%;
   background-color: inherit;
   border: none;
 }
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3 form[name=list] table[align=center],
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center form table[align=center],
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center table[align=center] {
   width: auto;
   margin: 0 auto;
 }
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3 hr {
   display: block;
   margin: 5px;
 }
 table#enter #center-seo .centerbox .mainCont div.bordlayoutp3,
 table#enter #center3 .centerbox .mainCont div.bordlayoutp3 {
   padding: 5px 0 10px;
 }
 table#enter {
   background: none repeat scroll 0 0 #FFF;
   text-align: left;
   width: 100%;
 }
 table#enter #center3 .centerbox form[name="NEXT"] .mainCont .bordlayoutp3 table tbody td div.send_info {
   border: 1px solid #A9A9A9;
   box-sizing: border-box;
   margin: .5em 0 1em 25px !important;
   vertical-align: middle;
   padding: 10px !important;
   width: 60% !important;
 }
 #center-seo .centerbox a, #center3 .centerbox a {
   color: #6599cc;
 }
 #center-seo .centerbox a:hover, #center3 .centerbox a:hover {
   text-decoration: underline;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td[align="center"],
 #center3 .centerbox .bordlayoutp3 table td[align="center"], #center3 .centerbox .bordlayoutp3 table tr.center td,
 #center-seo .centerbox .center, #center3 .centerbox .center, #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] {
   text-align: center;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] p font[color=red] strong {
   font-weight: bold;
 }
 #contact #center1 .centerbox .mainCont #card_info input[name=card_info_set].off {
   border: 1px solid #CCC;
 }
 #contact #center1 .centerbox .mainCont #card_info input[name=card_info_edit].off {
   border: 1px solid #CCC;
 }
 #contact #center1 .float_right, table#enter td#center3 div.centerbox form div.mainCont input.float_right {
   float: right !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.form_group {
   line-height: 200%;
 }
 /*会員登録*/
 #contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle h3.title1 {
   border-top: 3px solid #333;
   font-size: 156%;
   font-weight: bold;
   letter-spacing: 0.05em;
   padding: 21px 0;
 }
 #contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont p {
   font-size: 145%;
   line-height: 165%;
   margin-bottom: 10px;
 }
 table#enter td#center3 div.centerbox form div.mainCont div {
   width: 100% !important;
 }
 table#enter td#center3 div.centerbox form div.mainCont input.float_right {
   position: absolute;
   right: 19px;
   top: 77px;
 }
 table#enter td#center3 div.centerbox form div.mainCont input#otherAddress {
   top: -50px !important;
 }
 #contact #center1 .centerbox .mainFrame {
   margin: 0px;
 }
 #contact #center1 .box_in_box {
   text-align: center !important;
 }
 #contact .layoutp3 table.layoutp3 tbody td,
 #contact .layoutp3 table.layoutp5 tbody td,
 #contact .bordlayoutp3 table tbody td {
   text-align: left;
 }
 #contact .layoutp3 table.layoutp3 tbody td,
 #contact .layoutp3 table.layoutp5 tbody td {
   padding: 5px;
 }
 #contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td.center,
 #contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td.center {
   width: 2%;
 }
 #contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td label,
 #contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td label strong {
   font-size: 0.75rem;
 }
 #contact .mainFrame .mainCont #tradesafe_div1 {
   font-size: 100% !important;
   line-height: 142% !important;
 }
 #center3 .centerbox .red, #contact #center1 .red {
   color: #C00;
   font-size: 0.75rem !important;
 }
 #contact #center1 .point {
   font-size: 120%;
   color: red;
   font-weight: 900;
 }
 #contact #center1 .pointline {
   font-size: 100%;
   color: #FFF;
   font-weight: 900;
   padding: 5px;
   padding-bottom: 5px;
   background-color: #666;
   margin-top: 5px;
   margin-bottom: 5px;
 }
 #contact .mainFrame .mainCont a {
   color: #333;
   font-size: 1.2rem;
 }
 #contact .mainFrame .mainCont div.layoutp3 table tbody tr td {
   border: none;
 }
 #contact .mainFrame .mainCont a:hover {
   color: #666;
   text-decoration: underline;
 }
 #contact .mainFrame .mainCont h4 {
   font-size: 120%;
   font-weight: normal;
 }
 #contents div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
   margin: 0;
   background-color: #fff;
 }
 #contents .enquete-section #contact table tbody tr td div.mainCont:first-child {
   padding: 0px;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] p {
   margin: 5px 0;
   padding: 2px 0;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td:first-child {
   width: 40%;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
   width: 50%;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td {
   padding: 1px 1px 10px;
   text-align: left;
   vertical-align: top;
   word-break: break-all;
   border: none;
   font-size: 100%;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td input {
   margin-left: 15px;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td input {
   margin-left: 27px;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td:nth-child(2) input {
   margin-left: 24px;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
   border: soild 1px;
 }
 div.enquete-section #contact {
   width: 100%;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="password"],
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] select {
   height: 40px;
   padding: 0;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="text"] {
   height: 40px;
   padding: 0;
   min-width: 120px;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] h4.title {
   background: none repeat scroll 0 0 transparent;
   border-bottom: 1px solid #cdcdcd;
   font-size: 110%;
   font-weight: bold;
   line-height: 200%;
   margin-bottom: 10px;
   padding: 0;
   width: 100%;
 }
 #enquete-header {
   width: 100%;
   margin: 0 auto;
   background-color: #FFF;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=radio] {
   margin: 10px 5px 13px 20px;
 }
 div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=checkbox] {
   margin: 10px 5px 10px 20px;
 }
 div.enquete-section {
   padding: 0;
 }
 div.enquete-section #contact table tbody tr td {
   width: 100%;
   border-top: none;
   padding: 0px;
 }
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] strong {
   font-size: 120%;
 }
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] textarea {
   height: 150px;
   padding: 5px;
   width: 70%;
 }
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit] {
   border: medium none;
   color: #FFF;
   font-size: 0.75rem;
   height: 25px;
   margin: 0 5px;
   padding: 0;
   width: 200px;
 }
 div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover {
   background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
 }
 .shoplogo {
   width: 340px;
 }
 /*
 #enquete-footer{
   width: 100%;
   margin: 0 auto;
   height: 57px;
   line-height: 100%;
   position: relative;
   clear: both;
 }
 #enquete-footer #footer-inner .footer_gnavi{ float:left;}
 #enquete-footer #footer-inner .footer_gnavi ul li:first-child{
   background-image:none;
   padding:0 3px 0 0;
 }
 #enquete-footer #footer-inner .footer_gnavi ul li{
   background: url("../img/slash_ccc.gif") no-repeat scroll left center transparent;
   color: #999;
   display: inline-block;
   font-size: 60%;
   line-height: 100%;
   padding: 0 3px 0 18px;
 }
 #enquete-footer #footer-inner .footer_gnavi ul li a{ color:#999;}
 #enquete-footer #footer-inner .footer_gnavi ul li a:hover{
   color:#fff;
   text-decoration: underline;
 }
 #enquete-footer #footer-inner .footer_gnavi ul li{ float:left;}
 #enquete-footer #copyright{
   float: right;
   font-size: 67%;
   text-align: right;
   color: #FFF;
 }
 */
 #center-seo .centerbox, #center3 .centerbox {
   font-size: 75%;
   margin: 0px;
   padding: 0 10px 10px;
   word-break: break-all;
 }
 #center-seo h3.title1, #center3 h3.title1 {
   /*border-top: 3px solid #333;
   color: #333;
   font-size: 120%;
   font-weight: bold;
   margin: 25px 0 0;
   padding: 19px 0;*/
   background: #222222;
   color: #FFF;
   font-size: 120%;
   font-weight: bold;
   padding: 15px;
 }
 #center-seo #bread, #center3 #bread {
   color: #999;
   margin: 0px;
   padding: 5px 2% 15px;
   text-align: left;
   font-size: 75%;
   line-height: 200%;
 }
 #center-seo .mainCont {
   margin: 0px;
   width: auto;
 }
 #center3 .mainCont {
   margin: 0 0 15px;
   width: auto;
 }
 #center3 .centerbox .caution, #EST_SPS_regi .caution {
   color: #d51414;
   font-weight: bold;
 }
 #center-seo .centerbox .caution {
   color: #d51414;
   font-weight: bold;
   text-align: left;
 }
 #center-seo .centerbox table th, #center-seo .centerbox .bordlayoutp3 table th, #center-seo .centerbox table td, #center3 .centerbox table th {
   border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;
   color: #2B2B2B;
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
   word-break: normal;
   min-width: 45px;
   padding: 1em 5px;
 }
 #center-seo .centerbox table td {
   text-align: left;
 }
 #center3 .centerbox table th {
   background-color: #efefef;
 }
 #center-seo .centerbox table tr.form_group label {
   white-space: initial !important;
 }
 #center3 .centerbox table th.sps-my-regular-order-number {
   width: 25% !important;
 }
 #center3 .centerbox table th.sps-my-regular-item {
   width: 50% !important;
 }
 #center3 .centerbox table td {
   border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;
   overflow: hidden;
   text-align: left;
   min-width: 45px;
   padding: 1em 5px;
   vertical-align: middle;
   word-break: break-all;
 }
 #center3 .centerbox table td[width="5%"] {
   width: 10%;
 }
 #center-seo .centerbox .backcolor1, #center3 .centerbox .backcolor1 {
   background-color: #EEEEEE;
   min-width: 100px;
   text-align: center;
 }
 #center3 .layoutp3 table th,
 form[name$="FORM"] ~ tbody #center3 .layoutp3 table th {
   width: 30%;
   font-weight: bold;
   *width: 0%;
 }
 #center-seo .centerbox th.backcolor1,
 #center-seo .bordlayoutp3 th,
 #center-seo .bordlayoutp3 td,
 #center3 .centerbox th.backcolor1,
 #center3 .bordlayoutp3 th,
 #center-seo .bordlayoutp3 td, #center3 .bordlayoutp3 td {
   border: 1px solid #ccc;
   vertical-align: middle;
   white-space: initial !important;
 }
 #center3 .bordlayoutp3 .layoutp3 th,
 #center3 .bordlayoutp3 .layoutp3 td {
   padding: 0px;
   border: none;
 }
 #center3 .bordlayoutp3 .layoutp3 td.send_info {
   border: 1px solid #999;
 }
 #center3 .bordlayoutp3 .layoutp3 td.send_info + td {
   *width: 70%;
 }
 #center3 .centerbox strong,
 #center3 .centerbox h4 {
   text-align: left;
   font-weight: bold;
   width: 100% !important;
 }
 #center-seo .centerbox .layoutp3 + .bordlayoutp3 > table,
 #center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
   width: 95%;
 }
 #center3 img#OffAmazonPaymentsWidgets1 {
   margin: 15px 0;
 }
 #center-seo select, #center-seo input[type="text"] {
   border: 1px solid #A9A9A9;
   height: 40px;
   line-height: 40px;
   margin: 2px 0px;
   max-width: 350px;
   min-width: inherit;
   width: 100%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select {
   border: 1px solid #A9A9A9;
   color: #333;
   height: 40px;
   line-height: 40px;
   padding: 2px 4px;
   margin: 2px 0px;
   min-width: inherit;
 }
 #center3 input[type="text"],
 #center3 input[type="password"] {
   border: 1px solid #A9A9A9;
   color: #333;
   height: 40px;
   line-height: 40px;
   padding: 2px 4px;
   margin: 2px 0px;
   max-width: 350px;
   min-width: inherit;
   width: 100%;
 }
 #center3 select {
   height: 40px;
   line-height: 40px;
   padding: 2px 4px;
   margin: 2px 0px;
   max-width: 350px;
   min-width: inherit;
   width: auto;
 }
 #center3 textarea {
   padding: 2px 4px;
   margin: 2px 0px;
   min-width: inherit;
   width: 100%;
 }
 #center3 textarea[name="Naiyo"], #center3 textarea[name="Naiyo2"] {
   height: auto !important;
 }
 span.sps-requiredPopup.cart_float_right {
   border-radius: 4px;
   background: #e73656;
   color: #fff;
   float: right;
   font-size: 0.7rem;
   margin-left: 0.5em;
   padding: 0.2em 0.5em;
   white-space: nowrap;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select,
 #center-seo select,
 #center-seo textarea {
   padding: 1px;
   margin: 2px 0px;
 }
 #center3 select[name="SEL_CARD"] {
   margin-left: 5px;
   padding: 1px;
 }
 #center-seo .centerbox table td input[type="radio"],
 #center3 .centerbox table td input[type="radio"] {
   margin: 0 3px 0 5px;
 }
 table#enter form[name="NEWMEM"] #center3 .centerbox .bordlayoutp3 table td[colspan="2"] input[type="checkbox"] {
   margin: -3px 4px 0px 0px;
 }
 #center-seo p, #center3 p {
   margin: 5px 0px;
   padding: 2px 0px;
 }
 #center3 .centerbox .bordlayoutp3 table td.backcolor2 div form {
   display: inline-block;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td {
   background-color: #FFF;
 }
 #contact #center1 .centerbox .mainCont form[name="NEXT"] h4 + div.right input[type="button"] {
   height: 30px;
   margin: 10px 3px 0;
   padding: 0 1em;
 }
 #contact #center1 .centerbox .mainCont form[name="NEXT"] h4 + div.right input[type="submit"] {
   height: 30px;
   margin: 0px 3px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td input[type="radio"] {
   margin: 0px 3px;
   height: auto;
 }
 #center-seo .bordlayoutp3 table tbody tr td input[type="button"],
 #center3 .bordlayoutp3 table tbody tr td input[type="button"] {
   margin: 7px auto 0;
 }
 #center3 .bordlayoutp3 table tbody tr td input[type="button"]:first-child {
   margin: 0 auto;
 }
 /*パスワード変更*/
 form[name="PWDCHG"] #center3 .centerbox table tr:first-child td,
 form[name="PWDCHG"] #center3 .centerbox table tr:nth-child(3) td {
   background-color: #EFEFEF;
 }
 form[name="PWDCHG"] #center3 .centerbox table tr:nth-child(3) td br {
   display: none;
 }
 /*メールアドレス変更*/
 form[name="MAILCHG"] #center3 .centerbox table th {
   background-color: #FFF;
 }
 form[name="MAILCHG"] #center3 .centerbox table .backcolor1 th {
   background-color: #efefef;
 }
 form[name="MAILCHG"] #center3 .centerbox table td.center {
   text-align: left;
 }
 /*会員情報の変更/お届け先情報*/
 #center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input,
 #center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup select {
   height: 40px !important;
 }
 #center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type="checkbox"],
 #center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type="radio"] {
   height: auto !important;
 }
 #center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup td {
   border: none;
   padding: 0;
 }
 #center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup textarea {
   min-height: 160px;
 }
 #center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup input[type="text"] {
   height: 40px !important;
 }
 table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td.sps-inputItem,
 table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup tr td:first-child {
   background-color: #EFEFEF;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select,
 #center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select {
   margin: 0 0 5px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_N"],
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_W"],
 #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_N"],
 #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_W"] {
   margin: 2px 0;
   min-width: 350px;
 }
 table#enter #center3 .centerbox form[name="NEXT"] .mainCont .bordlayoutp3 table tbody td div.send_info {
   width: 80% !important;
 }
 #center3 .centerbox .bordlayoutp3 table tbody tr td table {
   width: 100% !important;
 }
 #center3 .centerbox .bordlayoutp3 table tbody tr td table td {
   padding: 1em 0;
 }
 #center3 .centerbox .bordlayoutp3 table tbody tr td table div {
   margin: 0 0 5px !important;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_DATE_LIST"],
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_TIME"],
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name="RECV_NGDAY"],
 #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_DATE_LIST"],
 #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_TIME"] {
   width: 350px;
 }
 #center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name="RECV_NGDAY"] {
   width: 350px !important;
   margin-left: 0;
 }
 #center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"],
 #center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name="RECV_TIME"] {
   width: 350px !important;
   margin-left: -4px;
 }
 /*お届け先情報*/
 .cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"],
 .cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"] {
   background-color: #FFF;
   border: 1px solid #AAA;
   color: #333;
   height: 30px;
   margin: 0;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"] {
   background-color: #FFF;
   border: 1px solid #AAA;
   color: #333;
   height: 30px;
   margin-right: 5px;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"]:hover,
 .cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"]:hover,
 .cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"]:hover {
   background-color: #FFF;
   border: 1px solid #AAA;
   font-weight: bold;
 }
 /*Amazonログイン*/
 .ui-dialog div[aria-describedby='amazon_dialog'] .ui-dialog-titlebar {
   border-radius: 0;
   border-bottom: 1px dotted #333 !important;
 }
 .ui-dialog div[aria-describedby='amazon_dialog'] .ui-dialog-titlebar .ui-dialog-title {
   font-size: 75%;
   color: #333;
   padding: 3px 0 4px 5px;
 }
 .ui-dialog #amazon_dialog #button_area .agree {
   text-align: center;
 }
 .ui-dialog #amazon_dialog #button_area input.button1 {
   background: none;
   background-color: #333;
   border: 1px solid #333;
   border-radius: 3px;
   color: #FFF;
   font-size: .8rem;
   height: 40px;
   min-width: 148px;
 }
 .ui-dialog #amazon_dialog #button_area input.button1:hover {
   background: none;
   background-color: #666;
   border: 1px solid #666;
 }
 div[aria-describedby='amazon_dialog'] .ui-widget-header,
 div[aria-describedby='amazon_dialog'] .ui-dialog-titlebar {
   background: none;
   border: none;
   border-radius: 0;
   border-bottom: 1px dotted #333 !important;
 }
 div[aria-describedby='amazon_dialog'] .ui-dialog-title {
   font-size: 75% !important;
   padding: 3px 0 4px 5px !important;
 }
 div[aria-describedby='amazon_dialog'] .ui-dialog-content {
   padding: .5em 0;
 }
 div[aria-describedby='amazon_dialog'] #amazon_dialog #button_area {
   text-align: center;
 }
 .leftSearch {
   background-color: #F5F5F5;
   margin-bottom: 20px;
   overflow: hidden;
 }
 .leftSearch #searchbox_wrap {
   margin: 10px 2% 15px;
   overflow: hidden;
 }
 .leftSearch searchbox {
   color: #999;
   float: right;
   font-size: 65%;
   line-height: 160%;
   overflow: hidden;
   text-align: right;
 }
 .leftSearch #searchbox form {
   border: 1px solid #777777;
   box-sizing: border-box;
   float: left;
   height: 35px;
   width: 100%;
 }
 .leftSearch #searchbox input.searchbox {
   border: none;
   box-sizing: border-box;
   float: left;
   height: 100%;
   padding: 0 5px;
   width: 80%;
 }
 .leftSearch #searchbox input.searchSubmit {
   padding: 0;
   width: 20%;
 }
 .leftSearch #searchbox p {
   display: block;
 }
 #header-inner h2 {
   max-width: 340px;
 }
 .siteName {
   margin: 0px;
   padding: 10px 10px 5px 10px;
   font-size: 100%;
   line-height: 1em;
 }
 .siteName a {
   color: black;
 }
 .siteName a:hover {
   color: blue;
   opacity: .70;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   -khtml-opacity: .70;
   -moz-opacity: .70;
 }
 .sitecopy {
   padding: 10px 10px 5px 5px;
   margin: 0px;
   color: #999;
   font-size: 80%;
   line-height: 1em;
 }
 .sitecopy a {
   color: black;
 }
 .sitecopy a:hover {
   color: blue;
   opacity: .70;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   -khtml-opacity: .70;
   -moz-opacity: .70;
 }
 .header_area {
   box-sizing: border-box;
   text-align: left;
   width: 100%;
   margin: 0 0 0px;
   padding: 0;
 }
 .footer_area {
   box-sizing: border-box;
   text-align: left;
   width: 100%;
   margin: 0;
   padding: 0;
 }
 .cart-section .header_area {
   margin: 0 auto;
 }
 .cart-section .footer_area {
   margin: 0 auto;
 }
 .pageNav form img {
   float: right;
 }
 #sub-column .category .fukidashi nav,
 #sub-column .category .tatenarabi nav,
 #sub-column .category #sps-itemListAllCategory nav {
   margin-bottom: 0;
 }
 #sub-column .category .fukidashi nav:last-child,
 #sub-column .category .tatenarabi nav:last-child,
 #sub-column .category #sps-itemListAllCategory section nav:last-child {
   margin-bottom: 20px;
 }
 #sub-column .category #sps-itemListAllCategory section nav:first-child {
   margin-bottom: 0;
 }
 #sub-column .category .fukidashi ul {
   zoom: 1;
 }
 #sub-column .category .fukidashi nav {
   position: relative;
 }
 #sub-column .category .fukidashi nav .sps-itemCategorySub {
   width: 100%;
   position: absolute;
   top: 0;
   left: 100%;
   display: none;
 }
 #sub-column .category .fukidashi nav:hover .sps-itemCategorySub {
   display: block;
   z-index: 999;
 }
 #sub-column .category .fukidashi nav .sps-itemCategorySub {
   padding: 5px;
   border-top: 1px solid #DDD;
   border-left: 1px solid #DDD;
   border-right: 1px solid #aaa;
   border-bottom: 1px solid #aaa;
   background: #fff;
 }
 #sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a {
   color: #333;
   font-weight: normal;
 }
 #sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a:hover {
   color: #333;
   font-weight: normal;
 }
 #sub-column .category nav ul li.listcat2 a {
   zoom: 1;
   display: block;
   padding: 15px 12px 15px 2%;
   margin: 0px 0;
   line-height: 100%;
   color: #000;
   font-weight: bold;
   background: #EEF4FF;
 }
 #sub-column .category nav ul li.listcat3 a {
   zoom: 1;
   display: block;
   padding: 15px 12px 15px 6%;
   margin: 0px 0;
   line-height: 100%;
   color: #000;
 }
 #sub-column .category nav ul li.child a {
   color: #000;
 }
 section.half-cont div.category section {
   margin: 0 0 23px;
 }
 section.half-cont div.category section:last-child {
   margin: 0;
 }
 section.half-cont div.category section nav ul {
   font-size: 100%;
 }
 section.half-cont div.category section nav ul li {
   font-size: 85%;
   line-height: 150%;
 }
 #sub-column .category .sps-allList {
   margin-bottom: 20px;
 }
 #sub-column .category .sps-allList + #sps-itemListAllCategory {
   display: none;
   margin-top: -20px;
 }
 #center1 .centerbox .mainCont h3 {
   border-top: 3px solid #333;
   color: #333;
   font-size: 130%;
   font-weight: bold;
   margin: 0;
   padding: 21px 0;
 }
 #contact #center1 .centerbox h3.title1 {
   border: none;
   font-size: 140%;
   color: #222222;
   border-bottom: 3px solid #222222;
   letter-spacing: 0.05em;
   padding: 0px 0 10px;
   margin-bottom: 30px;
   /*border-top: 3px solid #333;
   color: #333;
   font-size: 130%;
   font-weight: bold;
   margin: 30px 0 0 0;
   padding: 21px 0;*/
 }
 #center1 .centerbox .mainCont .column-set .column5 h3,
 #center1 .centerbox .mainCont .column-set .column5 h3 {
   border-top: none;
   font-weight: bold !important;
   margin: 0 0 7px !important;
 }
 .mainCont p.no2 {
   font-size: 130%;
   width: 900px !important;
 }
 /*-- お客様の声をお送りください --*/
 .sps-reviewComment .mainCont p.no2 {
   font-size: 130%;
   width: 900px !important;
   margin: 0 auto;
 }
 .mainCont > .comment_box {
   width: 900px !important;
   margin-top: 15px;
 }
 .mainCont .comment_box input[type="text"],
 .mainCont .comment_box select {
   height: 34px;
 }
 .mainCont .comment_box td.backcolor1 {
   background-color: #EEE;
   border: 1px solid #999;
   box-sizing: border-box;
   color: #2B2B2B;
   font-weight: bold;
   text-align: left;
   word-break: normal;
   width: 15em !important;
 }
 .mainCont .comment_box td.backcolor2 {
   background-color: #fff;
   border: 1px solid #999;
   color: #2B2B2B;
   font-weight: normal;
   padding: 1em;
   text-align: left;
   word-break: normal;
 }
 .mainCont .comment_box td {
   font-size: 100%;
 }
 .mainCont .comment_box td.backcolor2 div.float_left {
   text-align: left;
 }
 .mainCont .comment_box td.backcolor2 div.float_left a {
   text-decoration: underline;
 }
 .mainCont .comment_box td.center {
   text-align: center !important;
 }
 .mainCont .comment_box td.backcolor2 div.write_comment input[type="submit"],
 .mainCont .comment_box td.backcolor2 div.write_comment input[type="button"] {
   background-color: #333;
   border: 1px solid #333;
   border-radius: 3px;
   color: #FFF;
   cursor: pointer;
   font-size: 100%;
   font-weight: normal;
   height: 40px;
   padding: 0 2%;
   text-align: center;
   margin: 2px 2px;
   width: 150px;
 }
 .mainCont .comment_box td.backcolor2 div.write_comment input[type="submit"]:hover,
 .mainCont .comment_box td.backcolor2 div.write_comment input[type="button"]:hover {
   background-color: #666;
   border: 1px solid #666;
 }
 .mainCont .comment_box form[name="form3"] table td.backcolor2 table {
   margin: 0 auto;
   width: auto;
 }
 .mainCont .comment_box table td.backcolor2 input[type="submit"] {
   font-size: 100%;
   width: 150px;
 }
 .mainCont .comment_box td.backcolor2 table input[name="ACC"],
 .mainCont .comment_box td.backcolor2 table input[name="PWD"] {
   height: 32px;
   width: auto !important;
 }
 #center1 .mainCont input[value="商品選択に戻る"], #center1 .mainCont input[value="内容を確認する"] {
   min-width: 180px;
 }
 div.mainCont input[type="button"],
 div.mainCont input[type="submit"] {
   background-color: #333;
   border: 1px solid #333;
   border-radius: 3px;
   color: #FFF;
   cursor: pointer;
   font-size: 100%;
   height: 40px;
   padding: 0 2%;
   text-align: center;
   margin: 5px 2px;
 }
 div.mainCont input[type="button"]:hover,
 div.mainCont input[type="submit"]:hover {
   background-color: #666;
   border: 1px solid #666;
 }
 .itemDescFc {
   position: absolute;
   margin-left: 5px;
 }
 .itemThumb-wrap-right {
   word-break: break-all;
   margin-left: 26%;
 }
 /*まとめ買い*/
 #main-column #itemList .column4 h2.sps-add-to-cart-together, #main-column #itemList .column5 h2.sps-add-to-cart-together,
 #main-column #itemList2 .column4 h2.sps-add-to-cart-together, #main-column #itemList2 .column5 h2.sps-add-to-cart-together {
   font-size: 75%;
   margin: 15px 0 0;
   text-align: right;
 }
 #main-column #itemList .column4 h2.sps-add-to-cart-together input, #main-column #itemList .column5 h2.sps-add-to-cart-together input,
 #main-column #itemList2 .column4 h2.sps-add-to-cart-together input, #main-column #itemList2 .column5 h2.sps-add-to-cart-together input {
   text-align: right;
 }
 #enter #contents {
   width: auto;
 }
 /* フッタご利用ガイド調整用*/
 .footer_area .w100 .freeArea2 {
   border: none;
 }
 .footer_area .w100 .freeArea2 h2 {
   font-size: 90% !important;
 }
 /*まとめ割引詳細用*/
 div[aria-describedby='bundle_dialog'] * {
   font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
 }
 div[aria-describedby='bundle_dialog'] .ui-dialog-content {
   padding: 1em 0 0 !important;
 }
 div[aria-describedby='bundle_dialog'] .ui-dialog-title {
   color: #333;
   font-size: 0.7em;
   padding: 3px 0 4px;
 }
 #bundle_detail > h4 {
   font-size: 0.7em;
   font-weight: bold;
   color: #333;
   padding-bottom: 0.5em;
 }
 #bundle_detail > .bundle_table + h4,
 #bundle_detail > .bundle_table + .bundle_table {
   margin-top: 1.5em;
 }
 #bundle_detail > .bundle_table td {
   padding: 2px 4px;
   border: 1px solid #999;
   font-size: 0.7em;
   color: #333;
   word-break: break-all;
 }
 #bundle_detail > .bundle_table td.bundle_title,
 #bundle_detail > .bundle_table td.bundle_backcolor1 {
   background: #DDD;
 }
 #bundle_detail > .bundle_table td.bundle_backcolor1 {
   text-align: center;
 }
 #bundle_detail > .bundle_table td span.bundle_name {
   display: inline-block;
   margin-top: 3px;
   padding: 3px;
   border: 1px solid #6599cc;
   line-height: 1.3;
 }
 #bundle_detail > div:last-child {
   padding: 1.5em 0 1em;
   text-align: center;
 }
 #bundle_detail > div:last-child input {
   background-color: #333;
   border: 1px solid #333;
   border-radius: 3px;
   color: #FFF;
   font-size: 85%;
   height: 40px;
   padding: 0 2%;
   width: 30%;
 }
 #bundle_detail > div:last-child input:hover {
   background-color: #666;
   border: 1px solid #666;
 }
 div[aria-describedby='bundle_dialog'] .ui-widget-header {
   border: none;
   border-bottom: 1px dotted #333;
   border-radius: 0;
   background: #FFF;
   text-align: left;
   padding: 0;
 }
 #bundle_dialog table {
   border-collapse: collapse;
 }
 .bundle_name {
   color: #6599cc;
   display: inline-block;
   margin-top: 3px;
   padding: 5px;
   border: 1px solid #6599cc;
   border-radius: 3px;
   line-height: 1.3;
   text-decoration: none !important;
 }
 .bundle_name font {
   color: #6599cc;
 }
 #bundle_link {
   font-size: 90%;
 }
 #bundle_link a {
   font-weight: normal;
 }
 /*定期、頒布会商品初回価格*/
 p.rg_price span.regular_price_str {
   color: #2A78D0;
   margin-bottom: 3px;
 }
 p.rg_price span.regular_price {
   color: #2A78D0;
   margin-bottom: 3px;
 }
 /*価格と在庫一覧ポップアップ*/
 #variationPriceAnnounceMailDialog, #spsVarpriceStockDialog1 {
   padding: 1em 0 !important;
 }
 div[aria-describedby='variationPriceAnnounceMailDialog'], div[aria-describedby='spsVarpriceStockDialog1'] {
   padding: 1em;
 }
 #spsVarpriceStockDialog1 > div:last-child input {
   font-size: 90% !important;
   width: 30%;
 }
 div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType {
   min-width: 50%;
 }
 div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType th,
 div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType td {
   font-size: 100%;
   vertical-align: middle;
 }
 div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType td.backcolor1 {
   width: 25%;
 }
 div[aria-describedby='spsVarpriceStockDialog1'] #spsVarpriceStockDialog1 #itemStocklist table.contType p {
   font-size: 90%;
   margin: 0;
   padding: 10% 7%;
 }
 /*入荷連絡*/
 #variationPriceAnnounceMailDialog {
   padding: .5em 0 !important;
 }
 #variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input {
   font-size: 100% !important;
   width: 30%;
 }
 #variationPriceAnnounceMailDialog div.layoutp3 + div input:hover,
 #variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input:hover {
   background-color: #666;
   border: 1px solid #666;
 }
 #spsVarpriceStockDialog1 #itemStocklist table.contType {
   width: 100%;
 }
 #spsVarpriceStockDialog1 #itemStocklist td.backcolor2 p a.announceMail img {
   display: block;
   margin-top: 10px;
   width: 110px;
 }
 #spsVarpriceStockDialog1 .cartArea table.variation td a img {
   width: 110px;
 }
 /*-- マイページ --*/
 #center3 .centerbox form[name="Login"] table td {
   border-top: none;
   min-width: 60px;
 }
 #center3 .centerbox form[name="Login"] table tr:last-child td {
   border-bottom: none;
 }
 #center3 input.sps-my-display[type="button"],
 #center3 input.sps-my-change-display[type="button"] {
   background-color: #FFF;
   color: #333;
   height: 34px;
   margin: 5px 0 15px;
 }
 #center3 input.sps-my-display[type="button"]:hover,
 #center3 input.sps-my-change-display[type="button"]:hover {
   background-color: #AAA;
   border: 1px solid #AAA;
   color: #FFF;
 }
 #center3 .bordlayoutp3 input[value="次回から全て再開"] {
   height: 30px;
   max-width: 200px;
   min-width: 170px;
 }
 #center3 .bordlayoutp3 table tbody tr td input[value="再開"] {
   height: 30px;
   margin: 5px auto;
   max-width: 150px;
   min-width: 100px;
   padding: 0;
 }
 #center3 .bordlayoutp3 table tbody tr td input[value="休止"] {
   background-color: #fff;
   color: #333;
   height: 30px;
   margin: 5px auto;
   max-width: 150px;
   min-width: 100px;
   padding: 0;
 }
 #center3 .bordlayoutp3 h4 input {
   height: 30px;
 }
 #center3 .bordlayoutp3 table tbody tr td input[value="変更"] {
   height: 30px;
   max-width: 150px;
   min-width: 100px;
   padding: 0;
 }
 #center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用する"],
 #center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用しない"] {
   height: 30px;
   margin-left: 10px;
   max-width: 150px;
   min-width: 100px;
   padding: 0;
 }
 #center3 .centerbox .bordlayoutp3 table tbody tr td table tr td.send_info {
   width: 12em !important;
 }
 #center-seo input[type="submit"], #center-seo input[type="button"], #center3 input[type="submit"], #center3 input[type="button"],
 #contact #center1 .centerbox .mainCont input[type="button"],
 #contact #center1 .centerbox .mainCont input[type="submit"] {
   background: none;
   background-color: #333;
   border: 1px solid #333;
   border-radius: 3px;
   box-sizing: border-box;
   color: #FFF;
   cursor: pointer;
   font-size: 1.2rem;
   height: 40px;
   padding: 0 2%;
   width: 42%;
 }
 #center3 input[type="button"], #center3 input[type="submit"] {
   min-width: 150px;
   width: auto;
 }
 /*-- カート(#EST_SPS_cart)/レジ(#EST_SPS_regi)/注文完了(#EST_SPS_order)アンケート --*/
 .cart-section #contact #center1 .centerbox .mainCont {
   margin-bottom: 20px;
 }
 #contact #center1 .centerbox .mainFrame .mainCont h4 {
   display: inline-block !important;
   font-weight: bold;
   margin: 35px 0 15px;
   border: none;
   font-size: 140%;
   color: #222222;
   border-bottom: 3px solid #222222;
   letter-spacing: 0.05em;
   padding: 0px 0 10px;
 }
 div.cart-section div#contact img[height="1"] {
   display: none;
 }
 .cart-section #contact table td {
   padding: 0;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
   text-align: left !important;
   background: no-repeat;
   font-size: 120%;
   font-weight: bold;
   min-width: 80px;
   width: 7% !important;
 }
 #contact #center1 .centerbox .mainCont input[type="button"],
 #contact #center1 .centerbox .mainCont input[type="submit"] {
   margin: 5px 0;
   padding: 0 2em;
   min-width: 100px;
   width: auto;
 }
 #center-seo input[type="submit"]:hover, #center-seo input[type="button"]:hover, #center3 input[type="submit"]:hover, #center3 input[type="button"]:hover,
 #contact #center1 .centerbox .mainCont input[type="button"]:hover,
 #contact #center1 .centerbox .mainCont input[type="submit"]:hover {
   background-color: #222222;
   background-image: none;
   border: 1px solid #FFF;
 }
 /*カゴ画面購入手続きへ進むボタン*/
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"],
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"] {
   background-color: #6599cc;
   border-color: #6599cc;
   color: #FFF;
   font-size: 135%;
   height: 56px;
   letter-spacing: 0.13em;
   padding: 0;
   vertical-align: middle;
   width: 330px;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="戻る"] {
   font-size: 135%;
   height: 56px;
   letter-spacing: 0.13em;
   margin: 5px 15px 5px 0;
   vertical-align: middle;
   width: 190px;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "],
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"] {
   background-color: #6599CC;
   border-color: #6599CC;
   color: #FFF;
   font-size: 135%;
   height: 56px;
   letter-spacing: 0.13em;
   padding: 0;
   vertical-align: middle;
   width: 330px;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"]:hover,
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "]:hover,
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"]:hover,
 .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"]:hover {
   background-color: #87AFD8;
   border-color: #87AFD8;
 }
 .cart-section #contact #center1 .centerbox .mainCont input[value="変更"],
 .cart-section #contact #center1 .centerbox .mainCont input[value="削除"] {
   height: 30px;
   margin: 5px auto;
   max-width: 150px;
   min-width: 100px;
   padding: 0;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name="COUPONCODE"] {
   display: inline;
   height: 40px !important;
   margin-left: 5px;
   min-width: 48%;
 }
 /*カートのまとめ割引リンク用*/
 .bundle_display a {
   display: inline-block;
   margin-top: 3px;
   padding: 5px;
   border: 1px solid #6599cc;
   border-radius: 3px;
   line-height: 1.3;
   text-decoration: none !important;
   color: #6599cc;
 }
 .bundle_display a font {
   color: #6599cc;
 }
 .bundle_display a:hover {
   background: #f0f8ff;
 }
 #contact table.cartItem .backcolor2 a#bundle_desc {
   color: #6599cc;
 }
 /*カート内関連商品*/
 #contents .cart-section h4.SPS-cart-related_item {
   border-top: 3px solid #333;
   font-weight: bold;
   letter-spacing: 0.05em;
   padding: 21px 0;
   width: 100%;
 }
 div[aria-describedby='variationPriceAnnounceMailDialog'] .ui-dialog-titlebar-close,
 div[aria-describedby='spsVarpriceStockDialog1'] .ui-dialog-titlebar-close {
   top: 30%;
 }
 input#announceMailAddress {
   width: 99%;
 }
 .sps-enqueteTable input[type="radio"] {
   margin: 0 3px 2px 5px;
 }
 /*支払方法選択*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
   padding: 0;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .point_use_table .side,
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side .paytypewrap {
   padding: 10px 15px;
 }
 #EST_SPS_cart #contact div.mainCont h4.newMemberinfo {
   margin: 15px 0 0 0;
   font-size: 20px;
   font-weight: normal;
   line-height: 1.5em;
   overflow: hidden;
 }
 #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
   padding: 1em 5px;
   text-align: left;
   width: 18%;
 }
 .cartTopMsg {
   margin-top: 1em;
 }
 form[name=COUPON] .backcolor2 {
   padding: 1em !important;
 }
 .login-next {
   margin-top: 1em;
 }
 /*レジ画面プルダウン*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select {
   height: 34px;
   margin: 5px 0;
 }
 .SPS-regi-item_detail {
   display: block !important;
   padding-top: 3em;
 }
 #contact table.cartItem {
   margin: 0;
 }
 #contact select[name^="enq_ans_month"],
 #contact select[name^="enq_ans_day"] {
   min-width: 60px;
 }
 #EST_SPS_cart #contact #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table td hr {
   display: block;
   margin: 0 20px 1rem;
   height: 2px;
   background-color: #e0e0e0;
   border: 0;
 }
 .cartBtnPreviousBottom {
   display: inline-block;
   vertical-align: middle;
 }
 .itemPic img {
   height: auto;
   min-width: 50px;
 }
 .SPS-fontlarge {
   font-size: 1.2em;
   vertical-align: middle;
 }
 #EST_SPS_order .sps-noregist {
   cursor: pointer;
   display: inline-block;
   margin-top: 0.5em;
   font-size: 0.8em;
 }
 .sps-coupon_notice {
   font-size: 0.8em;
 }
 /*お届けスケジュールカレンダー表示*/
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.first {
   padding: 1rem 0.5% 1rem 1% !important;
   width: 32%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.second {
   padding: 1rem 0.5% !important;
   width: 32%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.third {
   padding: 1rem 1% 1rem 0.5% !important;
   width: 32%;
 }
 #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal th {
   padding: 20px;
   text-align: center;
 }
 /*会員登録完了*/
 #contact #center3 .centerbox h3.title1 {
   font-size: .9rem;
   letter-spacing: 0.05em;
   padding: 21px 0;
 }
 #contact #center3 .centerbox .mainCont p {
   font-size: .8rem;
 }
 /*-----------------------------------------------------*/
 /*  for -960px                  */
 /*-----------------------------------------------------*/
 @media screen and (max-width: 960px) {
   #header-inner {
     box-sizing: border-box;
     padding: 0 2%;
   }
   input[type="text"] {
     display: block;
   }
   .column-set .quantityArea input[type="text"], div.enquete-section input[type="text"], #center1 input[name="RECV_NGDAY"], #center3 input[name="RECV_NGDAY"],
   h2.sps-add-to-cart-together input[type="text"], section#itemDetail-wrap table.spec td input, .column4 h2 input, .column5 h2 input {
     display: inline;
   }
 }
 /*-----------------------------------------------------*/
 /*  for -768px                  */
 /*-----------------------------------------------------*/
 @media screen and (max-width: 768px) {
   #wrapper {
     width: 100%;
     min-width: 100%;
   }
   #header-inner {
     background-size: cover !important;
     box-sizing: border-box;
     padding: 0 2%;
     position: relative;
     width: 100%;
   }
   #header-inner #logo {
     display: block;
     margin-bottom: 10px;
     min-height: 46px;
     padding: 20px 0 0;
     text-align: left;
     width: 33%;
   }
   #header-inner #hNav {
     display: block;
     overflow: hidden;
     margin: 15px 0 0;
     width: 100%;
   }
   #hNav ul#keyword li a {
     background-color: #EFEFEF;
     border-radius: 3px;
     display: inline-block;
     float: none;
     margin: 0 0 2%;
     padding: 2%;
   }
   /*メニュー(768px)*/
   #hNav nav, #hNav .cart-nav {
     position: absolute;
     top: 20px;
     right: 2%;
   }
   #hNav ul#header-nav li {
     color: #333;
     font-size: 80%;
     margin-right: 62px;
     padding: 0 5px;
   }
   #hNav ul#header-nav li#header-nav-mypage a::before,
   #hNav ul#header-nav li#header-nav-cart a::before {
     display: block;
     height: 28px;
     margin: 0 auto 3px;
     top: 0;
     width: 28px;
   }
   #hNav ul#header-nav li#header-nav-cart {
     margin-left: -62px;
   }
   #hNav ul#header-nav li#header-nav-drawer {
     background: #FFF;
     border: 1px solid #888;
     border-radius: 5px;
     box-sizing: border-box;
     cursor: pointer;
     display: inline-block;
     height: 46px;
     margin: 0;
     padding: 0;
     position: fixed;
     right: 2%;
     top: 20px;
     white-space: nowrap;
     width: 46px;
     z-index: 150;
   }
   #header-nav-drawer span {
     display: block;
     position: absolute;
     top: 50%;
     left: 50%;
     width: 24px;
     height: 3px;
     margin: -3px 0 0 -12px;
     background: #777;
     transition: .2s;
   }
   #header-nav-drawer span::before, #header-nav-drawer span::after {
     display: block;
     content: "";
     position: absolute;
     top: 50%;
     left: 0;
     width: 24px;
     height: 3px;
     background: #777;
     transition: .3s;
   }
   #header-nav-drawer span::before {
     margin-top: -10px;
   }
   #header-nav-drawer span::after {
     margin-top: 7px;
   }
   #header-nav-drawer.spsDrawerOpen span {
     background: transparent;
   }
   #header-nav-drawer.spsDrawerOpen span::before, #header-nav-drawer.spsDrawerOpen span::after {
     margin-top: 0;
   }
   #header-nav-drawer.spsDrawerOpen span::before {
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   #header-nav-drawer.spsDrawerOpen span::after {
     transform: rotate(-135deg);
     -webkit-transform: rotate(-135deg);
   }
   /*-- 検索ボックス(768px) --*/
   #hNav #searchbox_wrap {
     margin: 0 0 10px;
     width: 100%;
   }
   #hNav #searchbox {
     float: none;
     overflow: hidden;
     margin: 0px auto;
     width: 100%;
   }
   #hNav #searchbox p {
     display: none;
     margin: 0;
   }
   #hNav #searchbox form {
     height: 50px;
     position: relative;
     width: 100%;
   }
   #hNav #searchbox input.searchbox {
     height: 48px !important;
     padding: 0 70px 0 5px;
     width: 100%;
   }
   #hNav #searchbox input.searchSubmit {
     background-color: #777;
     height: 48px;
     position: absolute;
     right: 0;
     top: 0;
     width: 70px;
   }
   input[type="text"], input[type="password"] {
     border-radius: 0;
     height: 40px !important;
     box-sizing: border-box;
   }
   input[type="button"], input[type="submit"] {
     height: 40px;
     box-sizing: border-box;
   }
   input[type="image"] {
     border-radius: 0;
     height: auto;
     box-sizing: border-box;
   }
   select {
     background-color: #FFF;
     border: 1px solid #A9A9A9;
     border-radius: 0;
     box-sizing: border-box;
     height: 40px;
   }
   /*グローバルナビ(768px)*/
   #gnav div.cart-nav, #gnav nav {
     width: 100%;
   }
   #contents {
     width: 100%;
   }
   #main-column {
     box-sizing: border-box;
     float: none;
     margin-bottom: 0;
     padding: 0 2%;
     width: 100%;
   }
   .w100, article section, section {
     box-sizing: border-box;
   }
   section section {
     padding: 0;
   }
   /*店長日記*/
   #main-column .freeArea2.shopDiary p a {
     margin: 15px 0 0 66%;
     padding: 1%;
     width: 34%;
   }
   .half-cont, .half-cont:nth-child(2n) {
     box-sizing: border-box;
     float: none;
     margin: 0;
     width: 100%;
   }
   .newItem, .pickup, .ranking {
     padding: 0;
     margin: 0 0 40px;
   }
   #main-column .half-cont_wrap01 .half-cont .category h2,
   #main-column .half-cont_wrap02 .half-cont .category h2,
   #main-column .half-cont_wrap01 .half-cont .group h2,
   #main-column .half-cont_wrap02 .half-cont .group h2 {
     padding: 21px 0;
     font-size: 100%;
   }
   /*-- 商品一覧(768px) --*/
   #bread-crumb {
     margin: 0;
   }
   .column4 .itemThumb, .column5 .itemThumb, .column4 .item-list-span-img,
   .column4 .itemThumb a, .column5 .itemThumb a, .column5 .item-list-span-img {
     height: 100%;
     width: 100%;
   }
   .column4 .itemThumb a img, .column5 .itemThumb a img {
     height: 100%;
     width: 100%;
     max-height: 100%;
     max-width: 100%;
   }
   .column4 p.sps-itemList-stockDisp a, .column5 p.sps-itemList-stockDisp a {
     font-size: 95%;
     margin: 0;
     padding: 1% 2%;
     width: 100%;
   }
   #itemList {
     margin: 30px 0 0 0;
   }
   #itemList_wrap #pager-top {
     padding: 20px 0 0 0;
   }
   #itemList_wrap #pager-top .pagerlist,
   #itemList_wrap #pager-bm .pagerlist{
     margin-top: 10px;
   }
   /*写真のみ(768px)*/
   #itemList .column4 .sps-wishAddItem img, #itemList .column5 .sps-wishAddItem img,
   #itemList .column4 .sps-wishAddItemOk img, #itemList .column5 .sps-wishAddItemOk img {
     margin: 10px 0 0 75%;
     width: 25%;
   }
   /*説明付き(768px)*/
   #itemList2 .column4 .sps-wishAddItem img, #itemList2 .column5 .sps-wishAddItem img,
   #itemList2 .column4 .sps-wishAddItemOk img, #itemList2 .column5 .sps-wishAddItemOk img {
     margin-left: 88%;
     width: 12%;
   }
   /*まとめ買い(768px)*/
   h2.sps-add-to-cart-together input[type="text"] {
     display: inline;
     height: 34px;
   }
   h2.sps-add-to-cart-together select {
     height: 34px;
   }
   .column4 h2 select, .column5 h2 select {
     height: 34px;
     width: 40px;
   }
   .column4 h2 input, .column5 h2 input {
     height: 34px;
     padding: 0 2%;
     text-align: right;
     width: 40px;
   }
   /* 入荷連絡(768px) */
   #variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 th {
     border-left: none;
     border-right: none;
     box-sizing: border-box;
     display: block;
     padding: 10px 5px;
     width: 100%;
   }
   #variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 td {
     box-sizing: border-box;
     display: block;
     border: none;
     padding: 10px 5px;
     width: 100%;
   }
   div[aria-describedby='variationPriceAnnounceMailDialog'], div[aria-describedby='spsVarpriceStockDialog1'] {
     left: 2% !important;
     right: 2%;
     position: absolute !important;
     width: 96% !important;
   }
   /*-- 商品詳細ページ(768px) --*/
   #itemDetail-cont .itemThumb-wrap {
     margin: 0px 2% 0px 0px;
     width: 40%;
   }
   #itemDetail-cont .itemThumb-wrap .itemThumb-main {
     height: auto;
   }
   #itemDetail-cont .itemOutline {
     width: 58%;
   }
   #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
     margin-right: 1%;
     text-align: center;
     width: 24%;
   }
   .itemOutline ul.snsArea, article#Detail .itemOutline ul.infoArea {
     height: auto;
   }
   section#itemDetail-wrap table.spec tr.option_area td select.option_parts {
     height: 34px;
     width: 85%;
   }
   section#itemDetail-wrap table.spec tr.option_area td input.option_parts,
   section#itemDetail-wrap table.spec tr.option td input {
     height: 34px !important;
     width: 85%;
   }
   section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
     height: 34px;
     width: 85%;
   }
   section#itemDetail-wrap table.spec td input {
     height: 34px !important;
     width: 20%;
   }
   /*関連商品(768px)*/
   .column5 {
     float: left;
     width: 22%;
     margin: 0 4% 10px 0;
     padding-bottom: 10px;
   }
   .column5:nth-child(3n+1) {
     clear: none;
   }
   .column5:nth-child(4n+1) {
     clear: both;
   }
   .column5:nth-child(4n) {
     margin: 0 0 10px 0;
   }
   .column5:nth-child(5n) {
     margin: 0 4% 10px 0;
   }
   .column5:nth-child(5n+1) {
     clear: inherit;
   }
   .column5:nth-child(20n) {
     margin: 0 0 10px 0;
   }
   .column5:nth-child(20n+1) {
     clear: both;
   }
   section.recommend .column-set .quantityArea input,
   section.recommend .column-set .quantityArea select {
     display: inline;
     height: 34px !important;
     width: 40px;
   }
   /*ポップアップ全般(768px)*/
   .ui-dialog {
     width: 96% !important;
     left: 2% !important;
     top: 20px !important;
     max-height: 80vh;
     overflow: auto;
   }
   .ui-dialog .ui-dialog-content, .ui-widget-content {
     max-height: 80vh !important;
   }
   div#sps-cartaddModal {
     width: 100% !important;
   }
   .ui-dialog #notChangeCycleDialog.ui-dialog-content {
     height: initial !important;
   }
   div[aria-describedby='notChangeCycleDialog'] {
     position: fixed;
   }
   div[aria-describedby='amazon_dialog'] {
     position: fixed !important;
   }
   /*入荷連絡/在庫一覧スクロール(768px)*/
   #variationPriceAnnounceMailDialog, #spsVarpriceStockDialog1 {
     height: 96% !important;
     max-height: 96% !important;
   }
   div[aria-describedby='variationPriceAnnounceMailDialog'], div[aria-describedby='spsVarpriceStockDialog1'] {
     position: fixed !important;
   }
   /*商品画像ポップアップ(768px)*/
   .ui-dialog div#dialog {
     height: 93% !important;
   }
   .fl_contents .fl_main {
     float: none;
     margin: 0 0 10px;
     overflow: initial;
   }
   .fl_main div {
     max-width: 85% !important;
     display: table-cell;
     vertical-align: middle;
     float: none !important;
   }
   .fl_contents .fl_thumbnail {
     box-sizing: border-box;
     float: none;
     max-width: none !important;
     overflow: hidden;
     width: 100%;
   }
   /*ダイアログ-商品を追加しました(768px)*/
   div.sps-cartaddBtnContent {
     width: 460px;
     margin: 0 auto;
   }
   div[aria-describedby='sps-cartaddModal'] {
     height: auto !important;
   }
   section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
     min-width: 69px;
   }
   #spsVarpriceStockDialog1 table.variation th.sps-variation-stock {
     max-width: 120px;
     min-width: 100px;
     width: 121px !important;
   }
   section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
     max-width: 121px;
     min-width: 100px;
     width: 121px !important;
   }
   section#itemDetail-wrap .cartArea table.variation td input[type="image"] {
     height: auto;
     max-width: 110px;
   }
   #center3 .centerbox table td.backcolor2 input[type="text"] {
     width: 98%;
   }
   .fl_contents {
     width: auto !important;
   }
   .fl_main {
     display: table;
     width: 100% !important;
   }
   .fl_main div {
     left: 0 !important;
   }
   .fl_main_img {
     height: initial !important;
     padding-top: 0 !important;
     margin: 0 auto;
     max-width: 100% !important;
   }
   #thum_next, #thum_prev {
     min-width: 15px;
     padding-left: 5px !important;
     padding-top: 0 !important;
   }
   .fl_t_item {
     box-sizing: border-box;
     width: 18% !important;
     margin: 1% !important;
     padding: 2% !important;
   }
   .fl_img_selected {
     border: 1px solid #C9E1F4 !important;
     margin: 1% !important;
     padding: 2% !important;
   }
   /*-- サイドカラム(768px) --*/
   #sub-column {
     /*background-color: #F5F5F5;*/
     background: #FFF;
     box-sizing: border-box;
     float: none;
     height: 100%;
     margin: 0;
     overflow-y: auto;
     padding: 50px 4% 0;
     position: fixed;
     right: -60%;
     top: 0;
     width: 60%;
   }
   /* サイドメニューオープン(768px) */
   #sub-column.spsDrawerOpen {
     transition: .5s transform ease-in-out;
     transform: translateX(-100%);
     -webkit-overflow-scrolling: touch;
     z-index: 101;
   }
   #wrapper.spsDrawerOpen::before {
     background: rgba(0, 0, 0, 0.6);
     content: "";
     height: 100%;
     left: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 50;
   }
   #sub-column.spsDrawerClose {
     transition: .5s transform ease-in-out;
     transform: translateX(0);
     -webkit-overflow-scrolling: touch;
     z-index: 100;
   }
   #sub-column .group, #sub-column #followUs, #sub-column .newItem, #sub-column .link {
     margin-bottom: 20px;
   }
   #sub-column h2 {
     font-size: 110%;
     /*background-color: #F5F5F5;*/
     padding: 0 0 10px;
   }
   #sub-column .category {
     margin-bottom: 40px;
   }
   #sub-column .group nav ul li a, #sub-column .category nav ul li a, #sub-column .link nav ul li a {
     font-size: 90%;
   }
   #sub-column .freeArea2 .free-contents {
     /*background-color: #FFF;
     font-size: 80%;
     padding: 2%;
     */
   }
   .freeArea2.shopDiary p {
     font-size: 100%;
   }
   /*-- フッター/ドロワー内 検索ボックス(768px) --*/
   .leftSearch {
     box-sizing: border-box;
     margin: 0;
     overflow: hidden;
   }
   .leftSearch #searchbox_wrap {
     margin: 15px 0;
     width: 100%;
   }
   .leftSearch #searchbox {
     overflow: hidden;
     margin: 0px auto;
     width: 100%;
   }
   .leftSearch #searchbox form {
     height: 50px;
     position: relative;
     width: 100%;
   }
   .leftSearch #searchbox input.searchbox {
     height: 48px !important;
     padding: 0 70px 0 5px;
     width: 100%;
   }
   .leftSearch #searchbox input.searchSubmit {
     background-color: #777;
     height: 48px;
     position: absolute;
     right: 0;
     top: 0;
     width: 70px;
   }
   /*ドロワー内 カレンダー(768px)*/
   #subc_calendar {
     box-sizing: border-box;
     margin-bottom: 0;
     padding: 0;
     width: 100%;
   }
   div.subc_cal_cont {
     box-sizing: border-box;
     margin-bottom: 30px;
     width: 100%;
   }
   div#subc_calendar h2 {
     box-sizing: border-box;
     font-size: 110%;
     padding: 10px 0;
     width: 100%;
   }
   div.subc_cal_cont .cap .cap-info {
     background-color: #FFF;
     padding: 10px 0;
   }
   /*ドロワー内 メルマガ(768px)*/
   #sub-column #snav_mailMag {
     box-sizing: border-box;
     width: 100%;
   }
   #sub-column div.snav_mailMag_cont {
     box-sizing: border-box;
     text-align: center;
     width: 100%;
   }
   #sub-column div.snav_mailMag_cont p:last-child {
     background-color: #FFF;
     height: auto;
     line-height: 130%;
     margin: 15px 0 10px 24%;
     padding: 10px 1%;
   }
   /*フッター/ドロワー内 注目キーワード(768px)*/
   #sub-column .link.keyword nav {
     padding: 5px 2% 0;
   }
   #sub-column .link.keyword nav ul li {
     border: none;
     background-color: inherit;
     display: inline;
   }
   #sub-column .link.keyword nav ul li a {
     background-color: #FFF;
     border-radius: 3px;
     display: inline-block;
     margin: 0 0 2%;
     padding: 3% 2%;
   }
   #sub-column .link.keyword nav ul li a:hover {
     color: #999;
   }
   #sub-column .keyword nav ul li a::after {
     display: none;
   }
   /*-- サイトマップ(768px) --*/
   section #document .txt-list03 section.tree00 {
     float: none;
     margin: 0 0 20px;
     padding: 0;
     width: 100%;
   }
   /*-- お客様の声(768px) --*/
   article #main-column section.rating .tmb {
     margin-right: 2%;
     width: 23%;
   }
   article #main-column section.rating .reviewTxt {
     width: 75%;
   }
   article #main-column section.rating h2 {
     display: block;
     width: 100%;
   }
   article #main-column section.rating .btnMore {
     display: block;
     margin: 10px 0 0 0;
     width: 170px;
   }
   article #main-column form[name="REVIEWLIST"] .btnMore img {
     width: 190px;
   }
   /*-- カート/アンケート(768px) --*/
   #cart-header #hNav ul#header-nav li#header-nav-cart,
   #enquete-header #hNav ul#header-nav li#header-nav-cart {
     margin-left: 0;
   }
   #cart-header #hNav ul#header-nav li,
   #enquete-header #hNav ul#header-nav li {
     margin-right: 0;
   }
   #main-column-full {
     box-sizing: border-box;
     padding: 0 2%;
     width: 100%;
   }
   #cart-header #header-inner {
     display: table;
   }
   #cart-header #main-nav {
     display: none;
   }
   #contact {
     width: 100%;
     margin: 0 auto;
   }
   #center1 .centerbox .mainCont {
     padding: 10px 0;
   }
   #contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02,
   #contact #center1 .centerbox .mainCont .step_navi03, #contact #center1 .centerbox .mainCont .step_navi04 {
     background-size: 100%;
     margin: 0 auto;
   }
   .cart-section #contact #center1 .centerbox .mainCont input[type="submit"] {
     margin: 5px 0;
     padding: 0 1em;
     min-width: 50px;
     width: auto;
   }
   .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="submit"] {
     padding: 0 6%;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
     margin-right: 5px;
     max-width: 50px;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="削除"] {
     max-width: 60px;
     min-width: 34px;
     width: auto;
   }
   /*削除ボタン*/
   .sps-coupon_notice {
     display: block;
   }
   /*SSL*/
   .sps-sslSticker-description {
     line-height: 140%;
     margin: 0 !important;
     width: auto !important;
   }
   /*カート内関連商品(768px)*/
   #contents .cart-section .column5 {
     float: left;
     width: 22% !important;
     margin: 0 4% 10px 0 !important;
     padding-bottom: 10px !important;
   }
   #contents .cart-section .column5:nth-child(4n) {
     margin: 0 0 10px 0 !important;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type="text"]#PREPAIR_POINT {
     display: inline;
   }
   /*会員情報の変更/お届け先情報(768px)*/
   #contact #center1 .centerbox #cartNewmem #newMemberTitle h3.title1 {
     font-size: 150%;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td,
   #contact .sps-inputTable td, #center3 .sps-inputTablePopup td,
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputItem,
   #contact .sps-inputTable td.sps-inputContent, #center3 .sps-inputTablePopup td.sps-inputItem,
   table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td {
     border-left: 0;
     border-right: 0;
     box-sizing: border-box;
     display: block;
     width: 100% !important;
   }
   table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td:nth-child(2) {
     border: none;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi td {
     border: none;
     width: 100% !important;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
     padding: 0 !important;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:nth-child(2) {
     padding: 0 0 1rem !important;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable tr:last-child td {
     border: none;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent,
   #contact .sps-inputTable td.sps-inputConten,
   #center3 .sps-inputTablePopup td.sps-inputContent {
     border: none;
     box-sizing: border-box;
     display: block;
     width: 100% !important;
   }
   #center3 .sps-inputTablePopup td:first-child {
     font-weight: bold;
     text-align: left;
   }
   #center3 .sps-inputTablePopup input[type="text"],
   #center3 .sps-inputTablePopup input[type="password"],
   #center3 .sps-inputTablePopup select {
     max-width: 100%;
     width: 100%;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td:nth-child(2n),
   #center3 .sps-inputTablePopup td:nth-child(2n) {
     border: none;
   }
   #center3 .sps-inputTablePopup td.form_group {
     line-height: 225%;
   }
   #contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont input[type="text"],
   #contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont textarea {
     width: 100%;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent input[type="text"],
   #center3 .sps-inputTablePopup .sps-inputContent input[type="text"],
   #center3 .sps-inputTablePopup td input[type="text"], #center3 .sps-inputTablePopup td select[name="Pref"] {
     max-width: initial;
     width: 100% !important;
   }
   #center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup td {
     background-color: #FFF;
     display: block;
     width: 100% !important;
   }
   #center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:first-child {
     padding: 0;
   }
   #center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:nth-child(2) {
     padding-top: 0;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select span,
   #center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select span {
     margin: 0 10px 0 0;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_TIME"],
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="RECV_DATE_LIST"],
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name="RECV_NGDAY"],
   #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_TIME"],
   #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_DATE_LIST"],
   #center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name="RECV_TIME"],
   #center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"] {
     width: 100% !important;
     margin-left: 0;
     max-width: inherit;
   }
   #center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"],
   #center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name="RECV_NGDAY"] {
     width: 100% !important;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_N"],
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_W"],
   #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_N"],
   #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_W"] {
     display: block;
     max-width: inherit;
     width: 100% !important;
   }
   /*お届けスケジュール(768px)*/
   #deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
     width: 30% !important;
   }
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_scadule_box table.deli_cycle td {
     background-color: none;
     border: none;
     display: block;
     padding: 0 !important;
     width: 100%;
   }
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third {
     box-sizing: border-box;
     display: block;
     padding: 1rem 1% !important;
     width: 100%;
   }
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday {
     box-sizing: border-box;
     display: block;
     width: 100%;
   }
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first th,
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second th,
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third th,
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first td,
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second td,
   #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third td {
     box-sizing: border-box;
     padding: 3% !important;
     width: 13% !important;
   }
   #center-seo .centerbox .layoutp3 + .bordlayoutp3 > table, #center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
     width: 100% !important;
   }
   /*SSL(768px)*/
   .sps-sslSticker-description {
     margin: 0 !important;
     padding: 2% 0 0;
     width: 100% !important;
   }
   /*お届けスケジュール確認ポップアップ(768px)*/
   div[aria-describedby='allChangeScheduleStatus'],
   div[aria-describedby='changeScheduleStatus'] {
     position: fixed !important;
   }
   /*新規会員登録table(768px)*/
   #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
     box-sizing: border-box;
     display: block;
     padding: 1em 5px;
     text-align: left;
     width: 100% !important;
   }
   #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor1 {
     font-weight: bold;
   }
   #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor2,
   #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td:nth-child(2) {
     border: none;
     min-height: 44px;
   }
   /*-- アンケート(768px) --*/
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr {
     padding-bottom: 10px;
   }
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td input {
     width: 140px;
   }
   /*メールマガジン登録・解除(768px)*/
   #contact table.mailMF input.mailAddress, #contact table.mailMF input.mailAddress_new {
     width: 100%;
   }
   #contact table.mailMF input.btn-confirmNext {
     margin: 15px 0;
   }
   #contact.sps-mailMagazine .sps-mailMagazine-freeArea {
     margin: 60px 0 0;
     width: 100%;
   }
   #contact .mailm .txtBox h2 {
     padding: 15px;
     background-color: #EEE;
     border-top: 1px solid #DEDEDE;
     border-bottom: 1px solid #DEDEDE;
   }
   #contact table.mailMF tbody tr th {
     display: none;
   }
   #contact table.mailMF tbody tr td {
     border: none;
     box-sizing: border-box;
     display: block;
     width: 100%;
   }
   #contact table.mailMF tbody tr td input[type="text"] {
     border: 1px solid #A9A9A9;
     float: none;
   }
   #contact table.mailMF span.btn-confirm {
     float: none;
   }
   #contact table.mailMF tbody tr td input[type="button"] {
     float: none;
     margin: 15px auto;
   }
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td input {
     margin-left: 0;
   }
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td input {
     margin-left: 12px;
   }
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:first-child td:nth-child(2) input {
     margin-left: 8px;
   }
   /*フッター(768px)*/
   div#cart-footer, footer {
     min-width: 100%;
     width: 100%;
   }
   /*
   #footer-inner {
    background-color: #222222;
    width: 100%;
   }
   div#cart-footer #footer-inner .footer_gnavi, footer #footer-inner .footer_gnavi {
    float: none;
   }
   div#cart-footer div.cart-nav, footer nav, #copyright {
    float: none;
   }
   */
   #contents #main-column .footer_area {
     margin: 0;
   }
   #subc_freeArea {
     margin: 0;
     padding: 5px 2% 20px;
   }
   #subc_freeArea img {
     margin: 0;
   }
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
     width: 100%;
   }
   /*-- お問い合わせ/商品についてのお問い合わせ/お友達に教えるポップアップ --*/
   form[name$="FORM"] ~ tbody #center3 .layoutp3 table th {
     box-sizing: border-box;
     display: block;
     text-align: left;
     width: 100%;
   }
   form[name$="FORM"] ~ tbody #center3 .layoutp3 table td {
     border: none;
     box-sizing: border-box;
     display: block;
     width: 100%;
   }
   /*-- お客様の声をお送りください(768px) --*/
   .sps-reviewComment .mainCont p.no2 {
     width: 100% !important;
   }
   .mainCont .comment_box {
     text-align: left;
     width: 100% !important;
   }
   .mainCont .comment_box table {
     table-layout: fixed;
   }
   .mainCont .comment_box table td.backcolor1 {
     border-left: none;
     border-right: none;
     display: block;
     width: 100% !important;
   }
   .mainCont .comment_box table td.backcolor2 {
     border: none;
     display: block;
     padding: 1em 0;
     width: 100%;
   }
   .mainCont .comment_box form[name="form3"] table table td input[type="password"] {
     width: 100% !important;
   }
   .mainCont .comment_box form[name="form3"] table td.backcolor2 table input[type="text"] {
     width: 100% !important;
   }
   .mainCont .comment_box table td.backcolor2 br {
     display: none;
   }
   #to-cart a:hover img, #page-top a:hover img {
     opacity: 1;
   }
 }
 /*-----------------------------------------------------*/
 /*  for -580px                  */
 /*-----------------------------------------------------*/
 @media screen and (max-width: 580px) {
   /*商品一覧*/
   #itemList_wrap #pager-top .selectbox .select01 {
     margin: 0 0 15px;
     width: 100%;
   }
   #center3 input[type="submit"] {
     display: block;
     margin: 0 auto 12px !important;
     min-width: 150px;
     width: auto;
   }
   #center3 input[type="submit"][value="　　決定　　"] {
     display: inline;
   }
   #center3 .layoutp3 input[type="button"][value="キャンセル"] {
     margin: 0 auto;
     min-width: 150px;
     width: auto;
   }
   #center3 .bordlayoutp3 table tbody tr td input[type="button"] {
     display: block;
     margin: 0;
     padding: 0 2%;
     width: 100%;
   }
   #center3 .bordlayoutp3 table tbody tr td input[type="button"]:nth-child(n+2) {
     margin: 7px auto 0;
   }
   /*カート(580px)*/
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi td {
     display: block;
     padding: 0 !important;
     width: 100% !important;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi tr:first-child td div {
     margin-bottom: 10px;
   }
   .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"] {
     margin: 0;
     width: 100%;
   }
   .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="戻る"] {
     margin: 10px 0 0;
     width: 100%;
   }
   .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "],
   .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"],
   .cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"] {
     display: block;
     width: 100%;
     margin: 10px auto 0;
   }
   /*マイページ*/
   #center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用する"],
   #center3 .bordlayoutp3 table tbody tr td input[type="button"][value="利用しない"] {
     margin-left: 0;
   }
   /*お客様の声をお送りください*/
   .mainCont .comment_box form[name="form3"] table td.backcolor2 table {
     width: 100%;
     margin: 0 auto;
   }
   .mainCont .comment_box form[name="form3"] table td.backcolor2 table td:first-child {
     width: 90px;
   }
 }
 /*-----------------------------------------------------*/
 /*  for -480px                  */
 /*-----------------------------------------------------*/
 @media screen and (max-width: 480px) {
   /*hover指定打消し*/
   /*a:hover {
     color: #333;
     text-decoration: none;
   }*/
   a:hover img, #hNav ul#header-nav li a:hover, .siteName a:hover, .sitecopy a:hover,
   #sub-column .group nav ul li a:hover, #sub-column .group nav ul li a:active, #sub-column .category nav ul li a:hover, #sub-column .category nav ul li a:active,
   #sub-column .link nav ul li a:hover, #sub-column .link nav ul li a:active, #sub-column .sitelink a:hover, #sub-column #snav_followUs nav ul li a:hover img,
   #itemDetail-cont .cartArea input:hover, #itemDetail-cont .cartArea .variation a:hover {
     opacity: 1;
     filter: alpha(opacity=100);
     -ms-filter: "alpha(opacity=100)";
     -khtml-opacity: 1;
     -moz-opacity: 1;
     cursor: auto;
   }
   #gnav div.cart-nav ul li a:hover, #gnav div.cart-nav ul li a:active,
   #gnav nav ul li a:hover, #gnav nav ul li a:active,
   article a:hover p, div.cart-article a:hover p,
   #sub-column div.snav_mailMag_cont input.submit_mailMag:hover, #Journal a .more:hover,
   input[type="submit"].btn-confirmPost:hover, input[type="button"].btn-confirmBack:hover,
   #contact input.btn-confirmNext:hover, #contact .btn-enq input.btn-confirmNext:hover,
   #contact .mailMF input.btn-confirmNext:hover, #contact .mailMC input.btn-confirmNext:hover,
   #sub-column .link.keyword nav ul li a:hover,
   #sub-column div.snav_mailMag_cont input.submit_mailMag:hover {
     background-color: #333;
   }
   .news-box dd a:hover {
     color: #666;
   }
   div#cart-footer #footer-inner .footer_gnavi ul li a:hover,
   footer #footer-inner .footer_gnavi ul li a:hover,
   #center-seo .centerbox a:hover, #center3 .centerbox a:hover {
     text-decoration: none;
   }
   .bundle_display a:hover {
     background: #FFF;
   }
   #contact input.btn-confirmBack:hover {
     background: url(../img/btn-back_bg.gif) no-repeat left top;
   }
   #contact .btn-confirmCancel:hover {
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
   }
   #contact .btn-confirmClose:hover {
     background: url(../img/btn-close_bg.gif) no-repeat left top;
   }
   #contact input.btn-confirm120:hover, #contact input.btn-confirm160:hover, #contact input.btn-confirmReg:hover {
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
   }
   #contact input.btn-confirmBackItem:hover {
     background: url(../img/btn-back_bg120.gif) no-repeat left top;
   }
   .wishAllDelBtn:hover {
     background-color: #333 !important;
     border: 1px solid #333 !important;
   }
   #contact #center1 .centerbox .title1 a:hover {
     font-weight: normal;
   }
   #contact .mainFrame .mainCont a:hover {
     color: #333;
     text-decoration: none;
   }
   div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover {
     background: url(../img/btn-confirm_bg.gif) repeat-x left top;
   }
   .cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"]:hover,
   .cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"]:hover,
   .cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"]:hover {
     font-weight: normal;
   }
   .ui-dialog #amazon_dialog #button_area input.button1:hover,
   .mainCont .comment_box td.backcolor2 div.write_comment input[type="submit"]:hover,
   .mainCont .comment_box td.backcolor2 div.write_comment input[type="button"]:hover,
   div.mainCont input[type="button"]:hover, div.mainCont input[type="submit"]:hover,
   #bundle_detail > div:last-child input:hover,
   #variationPriceAnnounceMailDialog div.layoutp3 + div input:hover,
   #variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input:hover,
   #center-seo input[type="submit"]:hover, #center-seo input[type="button"]:hover, #center3 input[type="submit"]:hover, #center3 input[type="button"]:hover,
   #contact #center1 .centerbox .mainCont input[type="button"]:hover,
   #contact #center1 .centerbox .mainCont input[type="submit"]:hover {
     background-color: #333;
     border: 1px solid #333;
   }
   #center3 input.sps-my-display[type="button"]:hover,
   #center3 input.sps-my-change-display[type="button"]:hover {
     background-color: #FFF;
     border: 1px solid #333;
     color: #333;
   }
   .bundle_display a:hover {
     background: #f0f8ff;
   }
   #header-inner #logo {
     min-height: 40px;
   }
   #hNav ul#keyword li a {
     padding: 3% 2%;
   }
   /*メニュー(480px)*/
   #hNav nav, #hNav .cart-nav {
     min-height: 40px;
   }
   #hNav ul#header-nav li {
     font-size: 70%;
     letter-spacing: -1px;
     padding: 0;
   }
   #hNav ul#header-nav li#header-nav-mypage a::before {
     content: '';
     background: url(../img/rps_mypage_icon.png);
     background-size: cover;
     display: block;
     height: 24px;
     width: 24px;
     margin: 0 auto 3px;
   }
   #hNav ul#header-nav li#header-nav-cart {
     margin-right: 54px;
   }
   #hNav ul#header-nav li#header-nav-cart a::before {
     content: '';
     background: url(../img/rps_cart_icon.png);
     background-size: cover;
     display: block;
     height: 24px;
     width: 24px;
     margin: 0 auto 3px;
   }
   #hNav ul#header-nav li#header-nav-drawer {
     height: 38px;
     width: 38px;
   }
   /*グローバルナビ(480px)*/
   #gnav div.cart-nav ul li, #gnav nav ul li {
     font-size: 70%;
   }
   #gnav div.cart-nav ul li a, #gnav nav ul li a {
     padding: 8px 6px 5px;
   }
   #gnav div.cart-nav li a::before, #gnav nav li a::before {
     content: '';
     background-size: cover;
     display: block;
     height: 25px;
     width: 25px;
     margin: 0 auto 1px;
   }
   /*店長日記(480px)*/
   #main-column .freeArea2.shopDiary p a,
   #main-column .half-cont_wrap01 .half-cont .freeArea2.shopDiary p a,
   #main-column .half-cont_wrap02 .half-cont .freeArea2.shopDiary p a {
     font-size: 90%;
     margin: 15px 0 0 48%;
     padding: 1%;
     text-align: center;
     width: 52%;
   }
   /*-- 商品一覧(480px) --*/
   .column4, .column5 {
     width: 49%;
     margin: 0 2% 10px 0;
     padding-bottom: 30px;
   }
   .column5:nth-child(5n) {
     margin: 0 2% 10px 0;
   }
   .column4:nth-child(2n), .column5:nth-child(2n) {
     clear: none;
     margin: 0 0 10px 0;
   }
   .column4:nth-child(2n+1), .column5:nth-child(2n+1) {
     clear: both;
   }
   /*説明付き(480px)*/
   #itemList2 .column4 .itemThumb-wrap, #itemList2 .column5 .itemThumb-wrap {
     float: none;
     max-width: initial;
     width: 100%;
   }
   #itemList2 .column4 .itemThumb-wrap-right, #itemList2 .column5 .itemThumb-wrap-right {
     margin-left: 0;
   }
   #itemList2 .column4 .sps-wishAddItem img, #itemList2 .column5 .sps-wishAddItem img,
   #itemList2 .column4 .sps-wishAddItemOk img, #itemList2 .column5 .sps-wishAddItemOk img {
     margin-left: 86%;
     width: 14%;
   }
   article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2, article #main-column #itemList section.column4 h2 {
     font-size: 90%;
     line-height: 125%;
     font-weight: bold;
   }
   #itemList2 .column4 .itemThumb-wrap p.sps-itemList-stockDisp, #itemList2 .column5 .itemThumb-wrap p.sps-itemList-stockDisp {
     margin: 6px 0 20px;
   }
   #itemList2 .column4 .itemThumb-wrap p.sps-itemList-stockDisp a, #itemList2 .column5 .itemThumb-wrap p.sps-itemList-stockDisp a {
     font-size: 100%;
     margin: 0 0 0 54%;
     width: 46%;
   }
   /*写真のみ(480px)*/
   #itemList .column4 p.sps-itemList-stockDisp, #itemList .column5 p.sps-itemList-stockDisp {
     margin: 6px 0;
   }
   #itemList .column4 p.sps-itemList-stockDisp a, #itemList .column5 p.sps-itemList-stockDisp a {
     font-size: 100%;
     margin: 0;
     width: 100%;
   }
   /*-- 商品詳細ページ(480px) --*/
   #itemDetail-cont .itemThumb-wrap {
     float: none;
     width: 100%;
     margin: 0;
   }
   #itemDetail-cont .itemOutline {
     float: none;
     width: 100%;
     margin-top: 15px;
   }
   section#itemDetail-wrap .cartArea table.variation td {
     font-size: 65%;
     padding: 3px;
   }
   table.variation span.selling_price, table.variation span.special_price {
     font-size: 110%;
   }
   section#itemDetail-wrap .cartArea table.variation th {
     min-width: 35px;
   }
   #center-seo .mainCont, #center3 .mainCont font {
     font-size: 90%;
   }
   section#itemDetail-wrap .cartArea {
     overflow-x: scroll;
     -ms-overflow-style: none;
   }
   section#itemDetail-wrap .cartArea::-webkit-scrollbar {
     display: none;
   }
   @-moz-document url-prefix() {
     section#itemDetail-wrap .cartArea {
       overflow-x: auto;
     }
   }
   /*ダイアログ-商品を追加しました(480px)*/
   div.sps-cartaddBtnContent {
     width: auto;
   }
   /*関連商品(480px)*/
   section.recommend .column-set .quantityArea span:first-child {
     display: inline;
   }
   /*ポップアップ全般(480px)*/
   .ui-dialog {
     position: fixed !important;
     top: 20px !important;
   }
   .ui-dialog .ui-dialog-content, .ui-widget-content {
     max-height: 70vh !important;
   }
   /*入荷連絡/在庫一覧スクロール(480px)*/
   #variationPriceAnnounceMailDialog, #spsVarpriceStockDialog1 {
     height: 93% !important;
     max-height: 93% !important;
   }
   div[aria-describedby='variationPriceAnnounceMailDialog'], div[aria-describedby='spsVarpriceStockDialog1'] {
     position: fixed !important;
     top: 20px !important;
   }
   /*商品画像ポップアップ(480px)*/
   .ui-dialog div#dialog {
     height: 93% !important;
   }
   .fl_contents {
     width: auto !important;
   }
   .fl_main {
     display: table;
     width: 100% !important;
   }
   .fl_main_img {
     height: auto !important;
   }
   #thum_next, #thum_prev {
     padding-top: 0 !important;
     margin: 70px 0 !important;
     min-width: 15px;
   }
   .fl_t_item {
     box-sizing: border-box;
     width: 29% !important;
     margin: 2% !important;
     padding: 2% !important;
   }
   .fl_img_selected {
     border: 1px solid #C9E1F4 !important;
     margin: 2% !important;
     padding: 2% !important;
   }
   /*-- サイドカラム(480px) --*/
   #sub-column {
     right: -80%;
     width: 80%;
   }
   /*ドロワー内 メルマガ(480px)*/
   #sub-column div.snav_mailMag_cont p:last-child {
     margin: 15px 0 10px 16%;
     padding: 10px 1%;
   }
   /*-- お客様の声(480px) --*/
   article #main-column section.rating .tmb {
     float: none;
     margin: 0;
     text-align: center;
     width: 100%;
   }
   article #main-column section.rating .reviewTxt {
     float: none;
     margin: 5px 0 0 0;
     width: 100%;
   }
   article #main-column section.rating .ttlArea {
     display: block;
   }
   article #main-column section.rating h2 {
     display: block;
     width: 100%;
     padding: 0;
   }
   article #main-column section.rating .btnMore {
     text-align: right;
     width: 100%;
   }
   article #main-column #itemBox {
     position: relative;
     overflow: visible;
   }
   article #itemBox h2 {
     padding: 0 0 10px;
   }
   article div#main-column form[name="REVIEWLIST"] .btnMore {
     display: block;
     float: none;
     position: absolute;
     right: 0;
     top: -30px;
     padding: 0 0 10px;
   }
   article div#main-column div#itemBox p.review_txt {
     float: none;
   }
   article #main-column section.rating ul li:nth-child(6),
   article #main-column section.rating ul li:nth-child(7) {
     width: 100%;
   }
   /*マイページボタン(480px)*/
   #center3 input[type="button"], #center3 input[type="submit"] {
     min-width: 100px;
     width: auto;
   }
   #center3 input.sps-my-display[type="button"] {
     height: 40px;
   }
   /*-- カート/アンケート(480px) --*/
   #cart-header #hNav ul#header-nav li#header-nav-cart,
   #enquete-header #hNav ul#header-nav li#header-nav-cart {
     margin-left: 0;
   }
   #cart-header #hNav ul#header-nav li,
   #enquete-header #hNav ul#header-nav li {
     margin-right: 0;
   }
   #contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02, #contact #center1 .centerbox .mainCont .step_navi03,
   #contact #center1 .centerbox .mainCont .step_navi04 {
     height: 100px;
     width: 100%;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
     padding: 1rem 3px;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
     margin-right: 2px;
     max-width: 40px;
     min-width: 35px;
   }
   #contact #center1 .centerbox .mainCont input[type="button"] {
     margin: 5px 0 5px 5px;
   }
   #contact #center1 .centerbox .mainCont input[type="button"]:first-child {
     margin: 0 0 5px 5px;
   }
   #contact #center1 .centerbox .mainCont input[type="button"].regi_next {
     margin: 5px 0 5px 5px;
   }
   .SPS-fontlarge {
     display: block;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name="COUPONCODE"] {
     margin-left: 0;
     width: 70% !important;
   }
   #contact #center1 .centerbox .mainFrame .mainCont form[name="COUPON"] .bordlayoutp3 td.backcolor2 input[type="button"][value="適用"] {
     margin: 0;
     min-width: auto;
     padding: 0 1em;
     width: 25%;
   }
   #cart-header #hNav ul#header-nav li#header-nav-cart {
     margin-left: 0;
   }
   #EST_SPS_order #contact #center1 .centerbox .mainCont input[type="button"] {
     margin: 5px 0;
   }
   .cart-section #contact #center1 .centerbox .mainCont input[value="住所変更"],
   .cart-section #contact #center1 .centerbox .mainCont input[value="その他の情報変更"] {
     margin: 5px 0 10px;
     padding: 0 1.5em;
   }
   .cart-section #contact #center1 .centerbox .mainCont input[value="詳細表示"] {
     margin: 5px 5px 10px 0;
     padding: 0 1.5em;
   }
   .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id="spsLname"],
   .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id="spsLnameKana"] {
     margin: 0 0 15px;
   }
   .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type="submit"][value="削除"] {
     font-size: 1.2rem;
     padding: 0 2%;
     margin: 0;
     min-width: auto;
     width: 100%;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value="変更"] {
     display: block;
     font-size: 1.2rem;
     margin: 8px auto 0;
   }
   /*カート内関連商品(480px)*/
   #contents .cart-section .column5 {
     width: 49% !important;
     margin: 0 2% 20px 0 !important;
     padding-bottom: 20px !important;
   }
   #contents .cart-section .column5:nth-child(5n) {
     margin: 0 2% 20px 0 !important;
   }
   #contents .cart-section .column5:nth-child(2n) {
     margin: 0 0 20px 0 !important;
   }
   /*お届けスケジュール(480px)*/
   #deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
     width: 40% !important;
   }
   /*アンケート(480px)*/
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type="text"] {
     margin-left: 0;
     min-width: 56px;
   }
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td,
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr td:first-child {
     display: block;
     padding-bottom: 10px;
     width: 100%;
   }
   div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name="ENQ"] table tbody tr:last-child td:last-child {
     padding-bottom: 0;
   }
   /*新規会員登録(480px)*/
   div[aria-describedby='amazon_dialog'] .ui-dialog-content {
     padding: .5em 0 !important;
   }
   /*-- お客様の声をお送りください(480px) --*/
   .mainCont .comment_box form[name="form3"] table table td {
     box-sizing: border-box;
     display: block;
     width: 100% !important;
   }
   /*会員情報の変更/お届け先情報(480px)*/
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_N"],
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name="WRAP_W"],
   #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_N"],
   #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="WRAP_W"] {
     max-width: inherit;
     min-width: auto;
   }
   #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_DATE_LIST"],
   #center3 .centerbox .bordlayoutp3 table tbody tr td select[name="RECV_TIME"],
   #center3 .centerbox .bordlayoutp3 table tbody tr td input[name="RECV_NGDAY"] {
     display: block;
     width: 100% !important;
   }
   #center3 .layoutp3 input[type="button"][value="キャンセル"] {
     min-width: 100px;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
     display: block;
     width: 100%;
   }
   #EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
     padding: 0 !important;
   }
   #EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td input[type="button"][value="編集"] {
     height: 30px;
   }
   #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
     width: 30% !important;
   }
   /*-- フリーページ(480px) --*/
   #Journal textarea {
     box-sizing: border-box;
     width: 100%;
   }
 }
 /*Ｅストアーモバイル*/
 #sps-menu img, #global-navi img {
   width: 100%;
 }
 /*body {
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
 }*/
 /*a:hover,
 a:active {
   color: #666;
 }*/
 /*ヘッダー------------------------------*/
 .shop_header_block {
   position: relative;
 }
 .shop_header_block .wrap {
   margin: 10px auto;
   width: 1200px;
   max-width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-justify-content: space-between;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -ms-align-items: center;
   -webkit-align-items: center;
   align-items: center;
 }
 @media screen and (max-width: 768px) {
   .shop_header_block .wrap {
     width: 100%;
     height: 60px;
     margin: 0 auto;
   }
 }
 .shop_header_block .logo a {
   display: block;
   color: #111;
   text-decoration: none;
 }
 @media screen and (max-width: 768px) {
   .shop_header_block .logo a {
     padding: 10px;
   }
 }
 .shop_header_block .logo img {
   width: auto;
   height: 36px;
   display: inline-block;
   vertical-align: bottom;
   opacity: 1 !important;
 }
 @media screen and (max-width: 768px) {
   .shop_header_block .logo img {
     width: auto;
     height: 28px;
   }
 }
 .shop_header_block .logo span {
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 15px;
   line-height: 1;
   display: inline-block;
   margin-bottom: 5px;
   vertical-align: bottom;
   margin-left: 5px;
 }
 @media screen and (max-width: 768px) {
   .shop_header_block .logo span {
     font-size: 13px;
   }
 }
 .shop_header_block .gnav {
   margin-left: auto;
 }
 @media screen and (max-width: 768px) {
   .shop_header_block .gnav {
     display: none;
   }
 }
 .shop_header_block .gnav > ul {
   height: 100%;
   margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-justify-content: center;
   -webkit-justify-content: center;
   justify-content: center;
   -ms-align-items: center;
   -webkit-align-items: center;
   align-items: center;
 }
 .shop_header_block .gnav > ul > li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-justify-content: space-between;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -ms-align-items: center;
   -webkit-align-items: center;
   align-items: center;
   height: 60px;
   position: relative;
   width: 122px;
   text-align: center;
   display: block;
   line-height: 60px;
 }
 .shop_header_block .gnav > ul > li:last-child {
   width: 60px;
 }
 .shop_header_block .gnav > ul > li::before {
   content: "";
   display: block;
   position: absolute;
   left: 0;
   top: 20%;
   width: 1px;
   height: 60%;
   background: #EEE;
 }
 .shop_header_block .gnav > ul > li > a {
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 13px;
   letter-spacing: 1px;
   font-weight: bold;
   display: block;
 }
 .shop_header_block .gnav > ul > li:hover .menu {
   max-height: 9999px !important;
   opacity: 1 !important;
 }
 .shop_header_block .gnav .menu {
   display: block;
   max-height: 0;
   opacity: 0;
   overflow: hidden;
   width: 100%;
   left: 0;
   top: 60px;
   text-align: center;
   position: absolute;
   background: rgba(0, 0, 0, 0.6);
   z-index: 100;
   transition: opacity .5s, height .5s;
 }
 .shop_header_block .gnav .menu ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-justify-content: space-between;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -ms-align-items: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   width: 100%;
   margin: 0 auto;
 }
 .shop_header_block .gnav .menu ul li {
   width: 100%;
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 13px;
   line-height: 1.8;
   font-weight: normal;
   border-bottom: solid 1px #333;
 }
 .shop_header_block .gnav .menu ul li a {
   color: #FFF;
   display: block;
   padding: 10px 10px;
   letter-spacing: 1px;
 }
 .shop_header_block .gnav .menu ul li a:hover {
   color: #FFF;
 }
 .shop_header_block .search_btn {
   position: relative;
 }
 .shop_header_block .search_btn a {
   display: block;
   padding: 50px 10px 10px 50px;
   min-height: 22px;
   cursor: pointer;
 }
 .shop_header_block #header-nav-drawer {
   display: block;
 }
 @media screen and (max-width: 768px) {
   .shop_header_block #header-nav-drawer {
     background: transparent;
     /*border: 1px solid #888;*/
     border-radius: 0px;
     box-sizing: border-box;
     cursor: pointer;
     display: inline-block;
     height: 46px;
     margin: 0;
     padding: 0;
     position: fixed;
     right: 2%;
     top: 5px;
     white-space: nowrap;
     width: 46px;
     z-index: 150;
   }
   .shop_header_block #header-nav-drawer span {
     display: block;
     position: absolute;
     top: 50%;
     left: 50%;
     width: 24px;
     height: 2px;
     margin: -3px 0 0 -12px;
     background: #111;
     transition: .2s;
   }
   .shop_header_block #header-nav-drawer span::before,
   .shop_header_block #header-nav-drawer span::after {
     display: block;
     content: "";
     position: absolute;
     top: 50%;
     left: 0;
     width: 24px;
     height: 2px;
     background: #111;
     transition: .3s;
   }
   .shop_header_block #header-nav-drawer span::before {
     margin-top: -10px;
   }
   .shop_header_block #header-nav-drawer span::after {
     margin-top: 7px;
   }
   .shop_header_block #header-nav-drawer.spsDrawerOpen span {
     background: transparent;
   }
   .shop_header_block #header-nav-drawer.spsDrawerOpen span::before,
   .shop_header_block #header-nav-drawer.spsDrawerOpen span::after {
     margin-top: 0;
   }
   .shop_header_block #header-nav-drawer.spsDrawerOpen span::before {
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   .shop_header_block #header-nav-drawer.spsDrawerOpen span::after {
     transform: rotate(-135deg);
     -webkit-transform: rotate(-135deg);
   }
 }
 /*フッターー------------------------------*/
 .shop_footer_block {
   background: #EFEFEF;
   width: 100%;
   height: auto;
   padding: 40px 0px;
   margin: 0;
   text-align: center;
 }
 .shop_footer_block div p {
     padding-top: 5px;
     font-size: 12px;
 }
 .shop_footer_block p img {
     width: 230px;
     height: 30px;
     margin-bottom: 15px;
 }
 @media screen and (max-width: 768px) {
   .shop_footer_block{
     padding: 20px 40px;
   }
   .shop_footer_block div p {
     padding-top: 0;
   }
   .shop_footer_block div p span {
     white-space: nowrap;
   }
   .shop_footer_block p img {
       margin-bottom: 10px;
   }
 }
 @media screen and (max-width: 768px) {
   .shop_footer_block .wrap {
     padding: 0px;
     border-top: solid 1px #CCC;
   }
 }
 .shop_footer_bottom_block {
   background: #111111;
   color: #FFF;
   width: 100%;
   height: auto;
   padding: 0;
   margin: 0;
   font-size: 12px;
 }
 .shop_footer_bottom_block a {
   color: #FFF;
   text-decoration: underline;
 }
 .shop_footer_bottom_block .wrap {
   width: 1200px;
   max-width: 100%;
   margin: 0 auto;
   padding: 20px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-justify-content: space-between;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -ms-align-items: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
 }
 @media screen and (max-width: 768px) {
   .shop_footer_bottom_block .wrap {
     padding: 15px;
   }
 }
 .shop_footer_bottom_block .footer_nav {
   text-align: center;
   width: 100%;
 }
 @media screen and (max-width: 768px) {
   .shop_footer_bottom_block .footer_nav {
     width: 100%;
     text-align: center;
   }
 }
 .shop_footer_bottom_block .footer_nav ul {
   font-size: 0;
   margin: 8px 0px;
 }
 @media screen and (max-width: 768px) {
   .shop_footer_bottom_block .footer_nav ul {
     display: none;
   }
 }
 .shop_footer_bottom_block .footer_nav ul li {
   font-size: 12px;
   display: inline-block;
   border-right: solid 1px #FFF;
   line-height: 100%;
 }
 .shop_footer_bottom_block .footer_nav ul li:last-child {
   border-right: none;
 }
 .shop_footer_bottom_block .footer_nav ul li a {
   display: block;
   padding: 0 5px;
   text-decoration: none;
 }
 /*サイドナビ・バナー------------------------------*/
 .side_banner_block {
   margin-bottom: 50px;
 }
 .side_banner_block ul li {
   display: block;
   margin-bottom: 15px;
   text-align: center;
 }
 .side_banner_block ul li:last-of-type {
   margin-bottom: 0;
 }
 /*サイドナビ・SPボタン------------------------------*/
 .side_btn_block {
   display: none;
 }
 @media screen and (max-width: 768px) {
   .side_banner_block {
     margin-bottom: 40px;
   }
   .side_btn_block {
     display: block;
     margin-bottom: 20px;
   }
   .side_btn_block ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -ms-flex-flow: row wrap;
     -webkit-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-justify-content: space-between;
     -webkit-justify-content: space-between;
     justify-content: space-between;
     -ms-align-items: stretch;
     -webkit-align-items: stretch;
     align-items: stretch;
     margin: 0 -15px 0;
   }
   .side_btn_block ul li {
     width: 50%;
     border-right: solid 1px #CCC;
   }
   .side_btn_block ul li:last-of-type {
     flex: 1 1 0%;
     border-right: none;
   }
   .side_btn_block ul li a {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -ms-flex-flow: row wrap;
     -webkit-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-justify-content: center;
     -webkit-justify-content: center;
     justify-content: center;
     -ms-align-items: center;
     -webkit-align-items: center;
     align-items: center;
     background: #000;
     color: #FFF;
     font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
     font-size: 12px;
     padding: 10px 0px;
     height: 100%;
   }
 }
 /*サイドナビ・検索ボックス------------------------------*/
 .side_search_block {
   margin-bottom: 30px;
 }
 .side_search_block .keyword {
   width: 100%;
   border: none !important;
   border-bottom: solid 1px #111 !important;
   padding: 3px 10px !important;
   height: 35px !important;
   padding-right: 30px;
 }
 .side_search_block form {
   position: relative;
   padding: 0;
 }
 .side_search_block button {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   position: absolute;
   right: 0px;
   top: 0px;
   height: 35px !important;
   width: 35px !important;
   border: 0;
   display: block;
   outline: none;
 }
 /*カレンダー修正------------------------------*/
 div.cal_wrapper table.cal tr th input.prev {
   background-image: url("../img/calendar_pleft.gif");
 }
 div.cal_wrapper table.cal tr th input.next {
   background-image: url("../img/calendar_pright.gif");
 }
 div#subc_calendar h2::before {
   content: "Calendar";
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 100%;
   text-align: left;
 }
 div#subc_calendar h2::after {
   content: "";
   display: none;
 }
 div.cal_wrapper table.cal tr th p.month {
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 }
 /*アロー修正------------------------------*/
 #sub-column .group nav ul li a::after,
 #sub-column .category nav ul li a::after,
 #sub-column .link nav ul li a::after {
   background-image: url("../img/rsp_arrow01.png");
 }
 #sub-column .category h2 a::after {
   background-image: url("../img/rsp_arrow01.png");
 }
 /*ページアップ、toカートの画像変更------------------------------*/
 #page-top a,
 #to-cart a {
   position: relative;
 }
 #to-cart a::before {
   content: "";
   width: 100%;
   height: 100%;
   display: block;
 }
 #page-top a::before {
   content: "";
   width: 100%;
   height: 100%;
   display: block;
 }
 #to-cart img,
 #page-top img {
   display: none;
 }
 /*サーチボタン*/
 /*#header_search_form {
   display: none;
   width: 300px;
   position: absolute;
   right: 10px;
   top: 60px;
   border: solid 1px #CCC;
   background: #FFF;
   z-index: 1000;
   line-height: 100%;
   text-align: left;
 }
 #header_search_form input[type="text"] {
   width: 90% !important;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border: none !important;
   height: 35px !important;
   padding: 5px !important;
 }
 #header_search_form button {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   position: absolute;
   right: 0px;
   top: 0px;
   height: 35px !important;
   width: 55px !important;
   border: 0;
   text-align: center;
   display: block;
   outline: none;
   color: #FFF;
 }*/
 /*トップスライダー------------------------------*/
 .top_slider_block {
   width: 100%;
   max-width: 100%;
   margin: 0 auto 40px;
   display: none;
 }
 @media screen and (max-width: 768px) {
   .top_slider_block {
     margin: 0 -2% 20px;
     width: 104%;
     max-width: 104%;
     padding: 0px 2%;
   }
 }
 /*トップバナーー------------------------------*/
 .top_banner_block {
   background: #EFEFEF;
   display: none;
   margin-bottom: 20px;
 }
 @media screen and (max-width: 768px) {
   .top_banner_block {
     margin: 0 -2% 20px;
     width: 104%;
     max-width: 104%;
   }
 }
 .top_banner_block .wrap {
   width: 1160px;
   max-width: 100%;
   margin: 0 auto;
   padding: 80px 0;
 }
 @media screen and (max-width: 768px) {
   .top_banner_block .wrap {
     padding: 40px;
   }
 }
 .top_banner_block ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-justify-content: space-between;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -ms-align-items: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   margin-bottom: -40px;
 }
 @media screen and (max-width: 768px) {
   .top_banner_block ul {
     margin-bottom: -20px;
   }
 }
 .top_banner_block ul li {
   width: 47%;
   margin-bottom: 40px;
 }

 @media screen and (max-width: 768px) {
   .top_banner_block ul li {
     width: 100%;
     text-align: center;
     margin-bottom: 20px;
   }
 }
 /*新着・おすすめ、ランキング------------------------------*/
 .newItem,
 .pickup,
 .ranking {
   margin: 60px auto !important;
 }
 @media screen and (max-width: 768px) {
   .newItem,
   .pickup,
   .ranking {
     width: 100% !important;
     padding: 0 !important;
     margin: 20px auto !important;
   }
 }
 .newItem h2,
 .pickup h2,
 .ranking h2 {
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
 }
 .newItem .badge,
 .pickup .badge {
   display: none;
 }
 /*新着情報------------------------------*/
 .news {
   margin: 60px auto !important;
   position: relative;
   padding: 0 320px 0 0 !important;
   min-height: 300px;
 }
 @media screen and (max-width: 768px) {
   .news {
     width: 100% !important;
     margin: 20px auto !important;
     min-height: auto;
     padding: 0 !important;
   }
 }
 .news h2 {
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
   letter-spacing: 2px;
 }
 .news #subc_calendar {
   width: 280px;
   position: absolute;
   right: 0;
   top: 0;
 }
 @media screen and (max-width: 768px) {
   .news #subc_calendar {
     display: none;
   }
 }
 .news #subc_calendar h2 {
   padding: 0px 0 30px;
   letter-spacing: 1px;
   text-align: left;
 }
 dl.news-box {
   padding: 0;
   border: none;
 }
 dl.news-box > dd {
   padding: 0;
   border: none;
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 110%;
 }
 dl.news-box > dd dl {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-justify-content: space-between;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -ms-align-items: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   border-bottom: 1px solid #DDD;
   width: 100%;
   padding: 20px 15px;
 }
 @media screen and (max-width: 768px) {
   dl.news-box > dd dl {
     padding: 10px 5px;
     font-size: 100%;
   }
 }
 dl.news-box > dd dl dt {
   width: 15%;
   text-align: left;
   font-weight: bold;
 }
 @media screen and (max-width: 768px) {
   dl.news-box > dd dl dt {
     width: 100%;
     padding-bottom: 5px;
   }
 }
 dl.news-box > dd dl dd {
   width: 85%;
   text-align: left;
 }
 @media screen and (max-width: 768px) {
   dl.news-box > dd dl dd {
     width: 100%;
   }
 }
 dl.news-box > dd dl + br {
   display: none;
 }
 dl.news-box > dd a {
   text-decoration: underline;
 }
 /*商品ページ---------------------------------------------*/
 #itempage_contents,
 #itempage_contents * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   list-style-type: none;
 }
 #itempage_contents {
   font-size: 16px;
   margin-top: 80px;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents {
     font-size: 14px;
     margin-top: 20px;
   }
 }
 #itempage_contents p {
   font-size: 100%;
   line-height: 1.8;
 }
 #itempage_contents p + p {
   margin-top: 1em;
 }
 #itempage_contents .main_catch {
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
   letter-spacing: 1px;
   font-size: 130%;
   line-height: 1.3;
   margin: 0 0 30px;
   padding: 0;
   border: none;
   background: none;
   color: #333;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .main_catch {
     margin-bottom: 20px;
   }
 }
 #itempage_contents .desc {
   margin-bottom: 50px;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .desc {
     margin-bottom: 20px;
   }
 }
 #itempage_contents .icon {
   margin-bottom: 15px;
 }
 #itempage_contents .icon ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
 }
 #itempage_contents .icon li {
   margin-right: 10px;
   margin-bottom: 5px;
   border: solid 1px #111;
   color: #111;
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 120%;
   line-height: 1.1;
   padding: 5px 10px;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .icon li {
     padding: 3px 5px;
     margin-right: 5px;
   }
 }
 #itempage_contents .icon li.icon_blue {
   color: #1a5aa9;
   border-color: #1a5aa9;
 }
 #itempage_contents .icon li.icon_green {
   color: #1aa967;
   border-color: #1aa967;
 }
 #itempage_contents .icon li.icon_orange {
   color: #ff7f50;
   border-color: #ff7f50;
 }
 #itempage_contents .icon li.icon_black {
   color: #111111;
   border-color: #111111;
 }
 #itempage_contents .icon li.icon_not20age {
   color: #1a5aa9;
   border-color: #1a5aa9;
 }
 #itempage_contents .sub_ttl {
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-size: 124%;
   line-height: 1.4;
   letter-spacing: 1px;
   background: none;
   border: none;
   margin: 0 0 10px;
   text-align: left;
 }
 #itempage_contents .tbl {
   margin: 20px auto;
 }
 #itempage_contents .tbl table {
   border-collapse: collapse;
   table-layout: fixed;
   border: solid 1px #CBCBCB;
   width: 100%;
 }
 #itempage_contents .tbl th, #itempage_contents .tbl td {
   padding: 10px;
   border: solid 1px #CBCBCB;
   font-size: 15px;
   line-height: 1.6;
   vertical-align: middle;
 }
 #itempage_contents .tbl th {
   width: 25%;
   background: #F4F6F9;
   text-align: left;
   font-weight: normal;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .tbl tr, #itempage_contents .tbl td, #itempage_contents .tbl th, #itempage_contents .tbl tbody {
     width: 100%;
     display: block;
     border: none;
     font-size: 13px;
   }
   #itempage_contents .tbl th {
     border-bottom: solid 1px #CBCBCB;
     text-align: left;
     padding: 5px;
   }
   #itempage_contents .tbl td {
     border-bottom: solid 1px #CBCBCB;
     padding: 5px;
   }
   #itempage_contents .tbl table {
     border: solid 1px #CBCBCB;
     border-bottom: none;
   }
 }
 #itempage_contents .howto_wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-justify-content: space-between;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   -ms-align-items: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   margin: 80px auto;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .howto_wrap {
     margin: 40px auto;
   }
 }
 #itempage_contents .howto_wrap .howto {
   flex: 1 0 0%;
   margin-right: 100px;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .howto_wrap .howto {
     width: 100%;
     margin: 0;
     margin-bottom: 30px;
   }
 }
 #itempage_contents .howto_wrap .howto .list-howto-img {
   margin-top: 80px;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .howto_wrap .howto .list-howto-img {
     margin-top: 20px;
   }
 }
 #itempage_contents .howto_wrap .howto .list-howto {
   display: table;
   width: 100%;
   position: relative;
   margin-top: 80px;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .howto_wrap .howto .list-howto {
     margin-top: 20px;
   }
 }
 #itempage_contents .howto_wrap .howto .list-howto::before {
   content: "";
   display: block;
   position: absolute;
   bottom: 10px;
   width: 100%;
   border-bottom: 2px solid #d9d9d9;
   z-index: 1;
 }
 #itempage_contents .howto_wrap .howto .list-howto li {
   display: table-cell;
   position: relative;
   z-index: 2;
 }
 #itempage_contents .howto_wrap .howto .list-howto li .rank {
   width: 30px;
   margin: 0 auto;
 }
 #itempage_contents .howto_wrap .howto .list-howto li .index {
   width: 30px;
   margin: 0 auto;
   margin-bottom: 18.518518519%;
 }
 #itempage_contents .howto_wrap .taste {
   width: 300px;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .howto_wrap .taste {
     width: 100%;
     text-align: center;
   }
   #itempage_contents .howto_wrap .taste img {
     display: inline-block;
     width: 80%;
     margin: 0 auto;
   }
 }
 #itempage_contents .youtube {
   width: 100%;
   margin: 60px auto;
   text-align: center;
 }
 @media screen and (max-width: 479px) {
   #itempage_contents .youtube {
     position: relative;
     width: 100%;
     margin: 40px auto;
     padding-top: 56.25%;
   }
   #itempage_contents .youtube iframe {
     position: absolute;
     top: 0;
     right: 0;
     width: 100% !important;
     height: 100% !important;
   }
 }
 /*リコメンドタイトル---------------------------------------------*/
 .recommend h2 {
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
   font-size: 20px !important;
   line-height: 1.4 !important;
   letter-spacing: 1px !important;
   background: none !important;
   border: none !important;
   margin: 40px 0 10px !important;
   text-align: left !important;
 }
 /*フリーページ---------------------------------------------*/
 #Journal h2 {
   font-size: 140%;
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 }
 #Journal h1 {
   display: none;
 }
 #JournalList .journal-cont ul, #Journal .journal-cont ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
 }
 #JournalList .journal-cont ul li, #Journal .journal-cont ul li {
   list-style-type: none;
   margin: 0;
   padding: 0;
 }
 .state_r {
   display: none;
 }
 /*FAQページ---------------------------------------------*/
 #faq_contents,
 #faq_contents * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   list-style-type: none;
 }
 #faq_contents {
   font-size: 16px;
 }
 @media screen and (max-width: 479px) {
   #faq_contents {
     font-size: 14px;
   }
 }
 #faq_contents h3 {
   background: #111;
   color: #FFF;
   text-align: center;
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-weight: normal;
   letter-spacing: 1px;
   padding: 10px 0;
   margin-bottom: 20px;
 }
 @media screen and (max-width: 768px) {
   #faq_contents h3 {
     margin-bottom: 10px;
   }
 }
 #faq_contents dl dt {
   position: relative;
   border-bottom: solid 1px #CCC;
   cursor: pointer;
   padding: 15px 40px 15px 15px;
   font-size: 90%;
 }
 @media screen and (max-width: 768px) {
   #faq_contents dl dt {
     padding: 10px 30px 10px 5px;
   }
 }
 #faq_contents dl dt::before {
   content: 'Q.';
   font-weight: bold;
   display: inline-block;
   margin-right: 5px;
 }
 #faq_contents dl dt::after {
   display: block;
   content: "";
   position: absolute;
   top: 50%;
   right: 15px;
   width: 8px;
   height: 8px;
   margin: -8px 0 0 0;
   border-top: solid 2px #111;
   border-right: solid 2px #111;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
 }
 #faq_contents dl dt.active::after {
   margin: -4px 0 0 0;
   border-top: solid 2px #111;
   border-right: solid 2px #111;
   -webkit-transform: rotate(315deg);
   transform: rotate(315deg);
 }
 #faq_contents dl dd {
   display: none;
   padding: 15px 15px 30px;
   font-size: 90%;
   line-height: 1.6;
   border-bottom: solid 1px #CCC;
 }
 #faq_contents dl dd b {
   font-weight: bold;
 }
 #faq_contents dl dd a {
   text-decoration: underline;
 }
 #faq_contents .tabswitch .tabnav {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-justify-content: center;
   -webkit-justify-content: center;
   justify-content: center;
 }
 @media screen and (max-width: 768px) {
   #faq_contents .tabswitch .tabnav {
     -ms-justify-content: space-between;
     -webkit-justify-content: space-between;
     justify-content: space-between;
     -ms-align-items: stretch;
     -webkit-align-items: stretch;
     align-items: stretch;
   }
   #faq_contents .tabswitch .tabnav::after {
     content: "";
     width: 32%;
     order: 100;
   }
 }
 #faq_contents .tabswitch .tabnav li {
   border-right: solid 1px #999;
   margin-bottom: 5px;
 }
 @media screen and (max-width: 768px) {
   #faq_contents .tabswitch .tabnav li {
     width: 32%;
     border: none;
   }
 }
 #faq_contents .tabswitch .tabnav li:last-of-type {
   border-right: none;
 }
 #faq_contents .tabswitch .tabnav a {
   display: block;
   color: #666;
   padding: 0px 15px;
   font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-weight: normal;
   letter-spacing: 1px;
   font-size: 16px;
   text-align: center;
   position: relative;
   cursor: pointer;
 }
 @media screen and (max-width: 768px) {
   #faq_contents .tabswitch .tabnav a {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -ms-flex-flow: row wrap;
     -webkit-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-justify-content: center;
     -webkit-justify-content: center;
     justify-content: center;
     -ms-align-items: center;
     -webkit-align-items: center;
     align-items: center;
     padding: 10px 5px;
     font-size: 11px;
     line-height: 1.2;
     width: 100%;
     height: 100%;
     letter-spacing: 0;
     border: solid 1px #999;
     background: #EEE;
   }
 }
 #faq_contents .tabswitch .tabnav a.active {
   color: #111;
   font-weight: bold;
 }
 @media screen and (max-width: 768px) {
   #faq_contents .tabswitch .tabnav a.active {
     background: #FFF;
   }
 }
 #faq_contents .tabswitch .tab_content {
   margin-top: 30px;
 }
 @media screen and (max-width: 768px) {
   #faq_contents .tabswitch .tab_content {
     margin-top: 0;
   }
 }
 /*標識ページ--------------------------------------------*/
 #hyousiki_contents,
 #hyousiki_contents * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   list-style-type: none;
 }
 #hyousiki_contents {
   font-size: 16px;
 }
 @media screen and (max-width: 479px) {
   #hyousiki_contents {
     font-size: 14px;
   }
 }
 #hyousiki_contents .tbl {
   margin: 20px auto;
 }
 #hyousiki_contents .tbl table {
   border-collapse: collapse;
   table-layout: fixed;
   border: solid 1px #CBCBCB;
   width: 100%;
 }
 #hyousiki_contents .tbl th, #hyousiki_contents .tbl td {
   padding: 10px;
   border: solid 1px #CBCBCB;
   font-size: 15px;
   line-height: 1.6;
   vertical-align: middle;
 }
 #hyousiki_contents .tbl th {
   width: 25%;
   background: #F4F6F9;
   text-align: left;
   font-weight: normal;
 }
 @media screen and (max-width: 479px) {
   #hyousiki_contents .tbl tr, #hyousiki_contents .tbl td, #hyousiki_contents .tbl th, #hyousiki_contents .tbl tbody {
     width: 100%;
     display: block;
     border: none;
     font-size: 13px;
   }
   #hyousiki_contents .tbl th {
     border-bottom: solid 1px #CBCBCB;
     text-align: left;
     padding: 5px;
   }
   #hyousiki_contents .tbl td {
     border-bottom: solid 1px #CBCBCB;
     padding: 5px;
   }
   #hyousiki_contents .tbl table {
     border: solid 1px #CBCBCB;
     border-bottom: none;
   }
 }
 /*small--------------------------------*/
 .small {
   font-size: 88%;
 }
 /*align---------------------------------*/
 .alL {
   text-align: left !important;
 }
 .alR {
   text-align: right !important;
 }
 .alC {
   text-align: center !important;
 }
 /*margin---------------------------------*/
 .mb0 {
   margin-bottom: 0 !important;
 }
 @media screen and (max-width: 768px) {
   .mb0 {
     margin-bottom: 0 !important;
   }
 }
 .mb10 {
   margin-bottom: 10px !important;
 }
 @media screen and (max-width: 768px) {
   .mb10 {
     margin-bottom: 5px !important;
   }
 }
 .mb20 {
   margin-bottom: 20px !important;
 }
 @media screen and (max-width: 768px) {
   .mb20 {
     margin-bottom: 10px !important;
   }
 }
 .mb30 {
   margin-bottom: 30px !important;
 }
 @media screen and (max-width: 768px) {
   .mb30 {
     margin-bottom: 15px !important;
   }
 }
 .mb40 {
   margin-bottom: 40px !important;
 }
 @media screen and (max-width: 768px) {
   .mb40 {
     margin-bottom: 20px !important;
   }
 }
 .mb40 {
   margin-bottom: 50px !important;
 }
 @media screen and (max-width: 768px) {
   .mb40 {
     margin-bottom: 25px !important;
   }
 }
 .mb60 {
   margin-bottom: 60px !important;
 }
 @media screen and (max-width: 768px) {
   .mb60 {
     margin-bottom: 30px !important;
   }
 }
 .mb80 {
   margin-bottom: 80px !important;
 }
 @media screen and (max-width: 768px) {
   .mb80 {
     margin-bottom: 40px !important;
   }
 }
 .mb100 {
   margin-bottom: 100px !important;
 }
 @media screen and (max-width: 768px) {
   .mb100 {
     margin-bottom: 50px !important;
   }
 }
 .mt0 {
   margin-top: 0 !important;
 }
 @media screen and (max-width: 768px) {
   .mt0 {
     margin-top: 0 !important;
   }
 }
 .mt10 {
   margin-top: 10px !important;
 }
 @media screen and (max-width: 768px) {
   .mt10 {
     margin-top: 5px !important;
   }
 }
 .mt20 {
   margin-top: 20px !important;
 }
 @media screen and (max-width: 768px) {
   .mt20 {
     margin-top: 10px !important;
   }
 }
 .mt30 {
   margin-top: 30px !important;
 }
 @media screen and (max-width: 768px) {
   .mt30 {
     margin-top: 15px !important;
   }
 }
 .mt40 {
   margin-top: 40px !important;
 }
 @media screen and (max-width: 768px) {
   .mt40 {
     margin-top: 20px !important;
   }
 }
 .mt40 {
   margin-top: 50px !important;
 }
 @media screen and (max-width: 768px) {
   .mt40 {
     margin-top: 25px !important;
   }
 }
 .mt60 {
   margin-top: 60px !important;
 }
 @media screen and (max-width: 768px) {
   .mt60 {
     margin-top: 30px !important;
   }
 }
 .mt80 {
   margin-top: 80px !important;
 }
 @media screen and (max-width: 768px) {
   .mt80 {
     margin-top: 40px !important;
   }
 }
 .mt100 {
   margin-top: 100px !important;
 }
 @media screen and (max-width: 768px) {
   .mt100 {
     margin-top: 50px !important;
   }
 }
 /*padding---------------------------------*/
 .pb0 {
   padding-bottom: 0 !important;
 }
 @media screen and (max-width: 768px) {
   .pb0 {
     padding-bottom: 0 !important;
   }
 }
 .pb10 {
   padding-bottom: 10px !important;
 }
 @media screen and (max-width: 768px) {
   .pb10 {
     padding-bottom: 5px !important;
   }
 }
 .pb20 {
   padding-bottom: 20px !important;
 }
 @media screen and (max-width: 768px) {
   .pb20 {
     padding-bottom: 10px !important;
   }
 }
 .pb30 {
   padding-bottom: 30px !important;
 }
 @media screen and (max-width: 768px) {
   .pb30 {
     padding-bottom: 15px !important;
   }
 }
 .pb40 {
   padding-bottom: 40px !important;
 }
 @media screen and (max-width: 768px) {
   .pb40 {
     padding-bottom: 20px !important;
   }
 }
 .pb50 {
   padding-bottom: 40px !important;
 }
 @media screen and (max-width: 768px) {
   .pb50 {
     padding-bottom: 25px !important;
   }
 }
 .pb60 {
   padding-bottom: 60px !important;
 }
 @media screen and (max-width: 768px) {
   .pb60 {
     padding-bottom: 30px !important;
   }
 }
 .pb80 {
   padding-bottom: 80px !important;
 }
 @media screen and (max-width: 768px) {
   .pb80 {
     padding-bottom: 40px !important;
   }
 }
 .pb100 {
   padding-bottom: 100px !important;
 }
 @media screen and (max-width: 768px) {
   .pb100 {
     padding-bottom: 50px !important;
   }
 }
 .pt0 {
   padding-top: 0 !important;
 }
 @media screen and (max-width: 768px) {
   .pt0 {
     padding-top: 0 !important;
   }
 }
 .pt10 {
   padding-top: 10px !important;
 }
 @media screen and (max-width: 768px) {
   .pt10 {
     padding-top: 5px !important;
   }
 }
 .pt20 {
   padding-top: 20px !important;
 }
 @media screen and (max-width: 768px) {
   .pt20 {
     padding-top: 10px !important;
   }
 }
 .pt30 {
   padding-top: 30px !important;
 }
 @media screen and (max-width: 768px) {
   .pt30 {
     padding-top: 15px !important;
   }
 }
 .pt40 {
   padding-top: 40px !important;
 }
 @media screen and (max-width: 768px) {
   .pt40 {
     padding-top: 20px !important;
   }
 }
 .pt50 {
   padding-top: 50px !important;
 }
 @media screen and (max-width: 768px) {
   .pt50 {
     padding-top: 25px !important;
   }
 }
 .pt60 {
   padding-top: 60px !important;
 }
 @media screen and (max-width: 768px) {
   .pt60 {
     padding-top: 30px !important;
   }
 }
 .pt80 {
   padding-top: 80px !important;
 }
 @media screen and (max-width: 768px) {
   .pt80 {
     padding-top: 40px !important;
   }
 }
 .pt100 {
   padding-top: 100px !important;
 }
 @media screen and (max-width: 768px) {
   .pt100 {
     padding-top: 50px !important;
   }
 }
 /*only---------------------------------*/
 .pc_only {
   display: block;
 }
 @media screen and (max-width: 479px) {
   .pc_only {
     display: none !important;
   }
 }
 .sp_only {
   display: none;
 }
 @media screen and (max-width: 768px) {
   .sp_only {
     display: block !important;
   }
 }
 @media screen and (min-width: 769px) {
   div#main-column > section {
       width: 1160px;
       max-width: 100%;
       margin: auto;
   }
   div.half-cont_wrap01, div.half-cont_wrap02 {
       width: 1160px;
       max-width: 100%;
       margin: auto;
   }
 }


 /* 加工品3種バナー */
.cart_kakou3_text {
  margin: 0px 0 80px;
  color: #472F25;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.7142857143;
  text-align: center;
  font-family: ten-mincho, serif;
}

.cart_kakou3_bnr{
  display: flex;
  gap: 10px;
  margin: 0 0 120px;
}

.cart_kakou3_bnr a {
  flex: 1;
}

.cart_kakou3_bnr img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
.cart_kakou3_text {
  margin: 0px 0 40px;
  font-size: 2.4rem;
}

  .cart_kakou3_bnr {
    flex-direction: column;
    gap: 10px;
    margin: 0 0 80px;
  }
}
