@charset "UTF-8";
/* foundation--------------------------------------------------------- */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 56.25%;
  }
}

body {
  background: url(../img/bg.png) center top/1920px;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: .06em;
  line-height: 2.28;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

body.have_curtain {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: .1em;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-property: color,opacity;
  transition-property: color,opacity;
}

a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-property: color,opacity;
  transition-property: color,opacity;
  opacity: .6;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .pctb {
    display: none;
  }
}

.tb {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tb {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .tb {
    display: none;
  }
}

.tbsp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tbsp {
    display: block;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

@-webkit-keyframes nyuruIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes nyuruIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/* layout------------------------------------------------------------ */
.l-layout__header,
.l-layout__contentTop,
.l-layout__contents,
.l-layout__contentBottom,
.l-layout__footer {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .l-layout__header,
  .l-layout__contentTop,
  .l-layout__contents,
  .l-layout__contentBottom,
  .l-layout__footer {
    min-width: auto;
  }
}

.l-layout__header {
  min-height: 12rem;
}

.l-layout__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.l-layout__main {
  width: 100%;
  display: block;
  position: relative;
}

.l-layout__left {
  margin-left: auto;
  margin-right: 80px;
  width: 210px;
}

@media screen and (max-width: 1024px) {
  .l-layout__left {
    width: 100%;
    margin: 0;
  }
}

.l-layout__left + .l-layout__mainWithColumn {
  display: block;
  margin-left: 0;
  margin-right: auto;
  width: 68.75%;
  max-width: 990px;
}

@media screen and (max-width: 1024px) {
  .l-layout__left + .l-layout__mainWithColumn {
    width: 100%;
  }
}

.l-layout__mainWithColumn {
  display: block;
  margin-left: auto;
  width: 774px;
}

@media screen and (max-width: 1024px) {
  .l-layout__mainWithColumn {
    margin: 0 auto;
    width: 100%;
  }
}

.l-layout__mainWithColumn + .l-layout__right {
  margin-right: auto;
  margin-left: 128px;
  width: 250px;
}

@media screen and (max-width: 1280px) {
  .l-layout__mainWithColumn + .l-layout__right {
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .l-layout__mainWithColumn + .l-layout__right {
    width: 100%;
  }
}

.l-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.l-drawerClose {
  display: none;
  width: 8rem;
  height: 8rem;
  padding: 3rem;
  position: fixed;
  top: 1.5rem;
  right: 0;
  z-index: 10000;
  cursor: pointer;
}

.l-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: calc(100% - 44px);
  max-width: 1280px;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .l-wrapper {
    width: 89%;
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-col2--730_250 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-col2--730_250 .l-col2__left {
  width: 730px;
}

.l-col2--730_250 .l-col2__right {
  margin: 0 auto;
  width: 250px;
}
.l-col2__right {
  width: 250px;
}
.l-col2--630_630 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-col2--630_630 .l-col2__left {
  width: calc(630 / 1280 * 100%);
  width: 49.21875%;
}

.l-col2--630_630 .l-col2__right {
  width: calc(630 / 1280 * 100%);
  width: 49.21875%;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .l-col2--pc .l-col2__left,
  .l-col2--pc .l-col2__right {
    width: 100%;
  }
}

/* object------------------------------------------------------------ */
/* object/component---------------------------- */
.c-wm-vrl {
  width: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: .5rem;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

@media screen and (max-width: 480px) {
  .c-wm-vrl {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

.c-btn {
  width: 100%;
  max-width: 25rem;
  display: inline-block;
}

.c-btn a, .c-btn button {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #9A0000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 5rem;
  text-align: center;
}

.c-btn--zip {
  max-width: 8rem;
  height: 2rem;
}

.c-btn--zip a {
  background-color: #5d5d5d;
  font-size: 1rem;
  line-height: 2rem;
}

.c-btn--small {
  max-width: 5.5rem;
}

.c-btn--small a {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.ec-blockTopBtn {
  width: 4.5rem;
  height: 4.5rem;
  position: fixed;
  bottom: 10px;
  right: 0;
      opacity: 1;
}

.c-table {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-collapse: collapse;
}

.c-table th, .c-table td {
  padding: .9rem 5%;
  border: 1px solid #EBEBEB;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: 500;
}

.c-table tr {
  border-bottom: 1px solid #EBEBEB;
}

.c-table th {
  width: 25.3125%;
  border-right: 1px solid #EBEBEB;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-table th {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-table td {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 10px;
  }
}

.c-table td {
  width: 74.6875%;
  text-align: left;
}

.c-formInput {
  margin-top: 1rem;
}

.c-formInput:first-child {
  margin-top: 0;
}

.c-formInput input {
  width: 100%;
  max-width: 320px;
  height: 5rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-size: 1.2rem;
  letter-spacing: .08em;
}

.c-formInput--half input {
  width: 48.5%;
  max-width: 280px;
}

.c-formInput--full input {
  width: 100%;
  max-width: initial;
}

.c-formSelect {
  margin-top: 1rem;
}

.c-formSelect:first-child {
  margin-top: 0;
}

.c-formSelect .select {
  max-width: 280px;
  position: relative;
}

.c-formSelect .select::after {
  content: '';
  display: block;
  margin-top: -.36rem;
  width: .7rem;
  height: .7rem;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.c-formSelect .select select {
  width: 100%;
  height: 5rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #5d5d5d;
  font-size: 1.2rem;
}

.c-formCheckbox__label {
  height: 3rem;
  padding-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.2rem;
}

.c-formCheckbox__label .checkbox {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.c-formCheckbox__label .checkbox::after {
  content: '';
  display: none;
  width: 4px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -60%) rotate(45deg);
  transform: translate(-40%, -60%) rotate(45deg);
}

.c-formCheckbox__label input {

}

.c-formCheckbox__label input:checked ~ .checkbox::after {
  display: block;
}

.c-formCheckbox__label a {
  text-decoration: underline;
}

.c-formRadio__label {
  margin-top: 1.2rem;
  height: 1.6rem;
  padding-left: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.c-formRadio__label:first-of-type {
  margin-top: 0;
}

.c-formRadio__label .radio {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.c-formRadio__label .radio::after {
  content: '';
  display: none;
  width: .6rem;
  height: .6rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-formRadio__label input {
  display: none;
}

.c-formRadio__label input:checked ~ .radio::after {
  display: block;
}

.c-formRadio__label a {
  text-decoration: underline;
}

.c-formTextarea {
  width: 100%;
  background-color: #fff;
}

.c-formTextarea textarea {
  width: 100%;
  height: 23rem;
  padding: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.c-formRequired {
  color: #9A0000;
  font-size: 1rem;
}

.c-formOptional {
  font-size: 1rem;
}

.c-ingredients ul {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.c-ingredients ul li {
  margin-right: 2%;
  width: 30%;
  text-align: center;
  margin-top: 2%;
}

.c-ingredients ul li span {
  line-height: 3.2rem;
}

.c-ingredients p, .c-ingredients li {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.666;
}

.c-title {
  font-family: "游教科書体", "YuKyokasho", serif;
  font-size: 3.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

.c-title2 {
  font-size: 1.8rem;
  text-align: center;
}

.c-title2 span {
  display: inline-block;
  position: relative;
}

.c-title2 span::before, .c-title2 span::after {
  content: '';
  width: 8rem;
  height: 1px;
  background-color: #9A0000;
  display: block;
  position: absolute;
  top: 50%;
}

.c-title2 span::before {
  right: calc( 100% + 2rem);
}

.c-title2 span::after {
  left: calc( 100% + 2rem);
}

.c-list--bordered {
  display: inline-block;
  border-top: 1px solid #ebebeb;
  position: relative;
}

.c-list--bordered::before {
  content: '';
  width: 8rem;
  height: 1px;
  background-color: #9A0000;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}

.c-list--bordered__item {
  padding: 1.5rem 6rem 1.5rem 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.c-list--bordered__item::after {
  content: '';
  width: 8rem;
  height: 1px;
  background-color: #9A0000;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* object/project------------------------------ */
.p-footer {
  color: #fff;
  text-align: center;
  line-height: 1.7;
}

.p-footer__contents {
  padding: 9rem 0 0;
  background: no-repeat url(../img/footer_bg.png) center center/cover;
}

.p-footer__contents .info__name {
  text-align: center;
}

.p-footer__contents .info__name a {
  height: 3.4rem;
  display: inline-block;
}

.p-footer__contents .info__name a img {
  width: auto;
  height: 100%;
}

.p-footer__contents .info__info {
  margin-top: 3.7rem;
}

.p-footer__contents .info__sns {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-footer__contents .info__sns li {
  margin: 0 1rem;
}

.p-footer__contents .info__sns li a {
  color: inherit;
}

.p-footer__contents .menu {
  margin-top: 5rem;
  padding: 2.5rem 0 2rem;
  border-top: .25px solid #fff;
}

.p-footer__contents .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-footer__contents .menu__list li {
  margin: 0 1.5rem;
}

@media screen and (max-width: 480px) {
  .p-footer__contents .menu__list li {
    margin: 0 .8rem;
  }
}

.p-footer__contents .menu__list li a {
  color: inherit;
  font: inherit;
}

@media screen and (max-width: 480px) {
  .p-footer__contents .menu__list li a {
    font-size: 1.1rem;
  }
}

.p-footer__copyright {
  padding: 1.1rem 0 1rem;
  background-color: #000;
}

.p-footer__copyright p {
  line-height: 2.4rem;
}

.p-footer__copyright p small {
  font-size: 1rem;
}

.p-header {
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.p-header--home_fixed {
  position: fixed;
  -webkit-animation: nyuruIn 0.5s;
  animation: nyuruIn 0.5s;
}

.p-header--home_not_fixed {
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-header__a {
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
}

.p-headerA__menu {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-headerA__menu .item {
  margin-left: 3rem;
}

.p-headerA__menu .item:first-child {
  margin-left: 0;
}

.p-headerA__menu .item a {
  font-size: 1.2rem;
  line-height: 1.666;
}

.p-headerA__menu .item--cart a {
  height: 2.7rem;
  display: block;
}

.p-headerA__menu .item--cart a img {
  width: auto;
  height: 100%;
}

.p-header__b {
  background-color: #fff;
  position: relative;
}

.p-headerB {
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-headerB__logo a {
  height: 7rem;
  display: inline-block;
}

.p-headerB__logo a:hover {
  opacity: 1;
}

.p-headerB__logo a img {
  width: auto;
  height: 100%;
}

.p-headerB__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .p-headerB__menu {
    display: none;
    width: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  }
}

.p-headerB__menu .item {
  margin-left: 4rem;
}

@media screen and (max-width: 768px) {
  .p-headerB__menu .item {
    margin: 0;
    width: 100%;
  }
}

.p-headerB__menu .item:first-child {
  margin-left: 0;
}

.p-headerB__menu .item a {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .p-headerB__menu .item a {
    padding: 1rem 0;
    border-top: 1px solid #EBEBEB;
    display: block;
    text-align: center;
  }
}

.p-headerB__menu .item--cart a {
  height: 2.7rem;
  display: block;
}

.p-headerB__menu .item--cart a img {
  width: auto;
  height: 100%;
}

.p-headerB__menu .item--active {
  position: relative;
}

.p-headerB__menu .item--active::before {
  content: '';
  width: 1px;
  height: 2rem;
  background-color: #9A0000;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media screen and (max-width: 768px) {
  .p-headerB__menu .item--active::before {
    content: none;
  }
}

.p-headerB__menu .item--active::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #9A0000;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -2px;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
}

@media screen and (max-width: 768px) {
  .p-headerB__menu .item--active::after {
    content: none;
  }
}

.p-headerB__burger {
  width: 8rem;
  height: 7rem;
  padding: 0rem;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-headerB__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .p-headerB__burger {
    width: calc(20px + 16%);
  }
}

.p-headerB__burger div {
  margin: 4px auto;
  width: 20px;
  height: 2px;
  background-color: #000;
}

.p-header--home .p-headerB {
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-header--home .p-headerB {
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header--home .p-headerB__logo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-header--home .p-headerB__logo {
    text-align: left;
  }
}

.p-header--home .p-headerB__logo a {
  height: 10rem;
}

@media screen and (max-width: 768px) {
  .p-header--home .p-headerB__logo a {
    height: 8rem;
  }
}

.p-header--home .p-headerB__menu {
  margin-top: 3.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-header--home .p-headerB__menu {
    margin-top: 0;
  }
}

.p-header--home .p-headerB__menu .item {
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .p-header--home .p-headerB__menu .item {
    margin: 0;
  }
}

.p-header--home .p-headerB__menu .item:first-child {
  margin-left: 0;
}

.p-topicpath {
  background-color: #fff;
  font-size: 1.2rem;
}

.p-topicpath__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-topicpath__list li {
  margin-right: 1.3rem;
}

.p-topicpath__item, .p-topicpath__item--active {
  line-height: 1;
}

.p-topicpath__item a, .p-topicpath__item--active a {
  display: block;
  line-height: 4.5rem;
}

.p-topicpath__divider {
  font-size: 1rem;
  font-weight: bold;
}

.p-intro {
  padding: 5rem 0;
  text-align: center;
}

.p-intro__logo {
  height: 10.7rem;
}

.p-intro__logo img {
  width: auto;
  height: 100%;
}

.p-intro__catch {
  margin-top: 2.6rem;
}

.p-intro__desc {
  margin-top: 1.7rem;
}

.p-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-pager__item, .p-pager__item--active, .p-pager__item--prev, .p-pager__item--next {
  margin: 0 .25rem;
  width: 5rem;
  height: 5rem;
}

.p-pager__item a, .p-pager__item--active a, .p-pager__item--prev a, .p-pager__item--next a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #5d5d5d;
  display: block;
  color: #5d5d5d;
  font-size: 1.6rem;
  text-align: center;
  line-height: calc(5rem - 2px);
}

.p-pager__item--active a {
  background-color: #9A0000;
  border-color: #9A0000;
  color: #fff;
}

.p-pager__item--prev a, .p-pager__item--next a {
  background-color: #5d5d5d;
  border-color: #5d5d5d;
  position: relative;
  color: #fff;
}

.p-pager__item--prev a::before, .p-pager__item--next a::before {
  content: '';
  width: 2.5rem;
  height: .1rem;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
}

.p-pager__item--prev a::after, .p-pager__item--next a::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

.p-pager__item--prev a::before {
  left: 50%;
  margin-left: -1.25rem;
}

.p-pager__item--prev a::after {
  left: 50%;
  margin-left: -1.5rem;
}

.p-pager__item--next a::before {
  right: 50%;
  margin-right: -1.25rem;
}

.p-pager__item--next a::after {
  right: 50%;
  margin-right: -1.5rem;
}

/*
マイページのナビゲーション

マイページのナビゲーション  に関する Project コンポーネントを定義します。

ex [カート](cart.html)
ex [カート１](cart1.html)
ex [カート２](cart2.html)
ex [カート３](cart3.html)

*/
.p-navlist__navlist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid #EBEBEB;
  border-width: 1px 0 0 1px;
}

.p-navlist__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: solid #EBEBEB;
  border-width: 0 1px 1px 0;
}

@media screen and (max-width: 768px) {
  .p-navlist__item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.p-navlist__item a {
  height: 5rem;
  background-color: #fff;
  display: block;
  text-align: center;
  line-height: 5rem;
}

.p-art h1 {
  margin-bottom: 3rem;
}

.p-cart {
  padding: 4rem 0 0;
}

.p-cart table {
  width: 100%;
}

.p-cart table th, .p-cart table td {
  width: auto;
  padding: .9rem;
  text-align: center;
  line-height: 1.5;
}

.p-cart table th.id, .p-cart table td.id {
  width: calc( 156 / 1280 * 100%);
  width: 12.1875%;
}

@media screen and (max-width: 480px) {
  .p-cart table th.id, .p-cart table td.id {
    width: 5%;
  }
}

.p-cart table th.img, .p-cart table td.img {
  width: calc( 114 / 1280 * 100%);
  width: 25.90625%;
}

@media screen and (max-width: 480px) {
  .p-cart table th.img, .p-cart table td.img {
    width: 80%;
  }
}

.p-cart table th.title, .p-cart table td.title {
  width: calc( 439 / 1280 * 100%);
  width: 57.296875%;
}

@media screen and (max-width: 480px) {
  .p-cart table th.title, .p-cart table td.title {
    width: 50%;
  }
}

.p-cart table th.price, .p-cart table td.price {
  width: calc( 263 / 1280 * 100%);
  width: 20.546875%;
}

.p-cart table th.number, .p-cart table td.number {
  width: calc( 153 / 1280 * 100%);
  width: 24.953125%;
}

.p-cart table th.delete, .p-cart table td.delete {
  width: calc( 156 / 1280 * 100%);
  width: 12.1875%;
}

@media screen and (max-width: 480px) {
  .p-cart table th.delete, .p-cart table td.delete {
    width: 20%;
  }
}

.p-cart table th.delete .btn, .p-cart table td.delete .btn {
  max-width: 6.9rem;
  height: 1.8rem;
}

.p-cart table th.delete .btn a, .p-cart table td.delete .btn a {
  font-size: 1rem;
  line-height: 1.8rem;
}

.p-cart table tfoot th, .p-cart table tfoot td {
  padding: .9rem 0;
  border: none;
}

.p-address table {
  width: 100%;
}

.p-address table tr {
  border-bottom: 2px solid #EBEBEB;
}

.p-address table tr:last-child {
  border-bottom: 1px;
}

.p-address table th, .p-address table td {
  padding: 1.4rem 6.5%;
}

.p-address table th {
  border-right: 2px solid #EBEBEB;
}

@media screen and (max-width: 768px) {
  .p-address table th {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.p-info table {
  width: 100%;
}

.p-info table td {
  color: #5d5d5d;
}

.p-history table {
  width: 100%;
}

.p-history__noHistory {
  background-color: #fff;
}

.p-history__noHistory div {
  padding: .9rem 5%;
  text-align: left;
  line-height: 1.5;
}

.p-form table {
  margin-top: 4.6rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-form table {
    margin-top: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-form table tr {
    display: block;
  }
}

.p-form table tr th, .p-form table tr td {
  padding: 1.4rem 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-form table tr th, .p-form table tr td {
    display: block;
  }
}

.p-form table tr th {
  width: 173px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-form table tr th {
    width: 100%;
    padding-bottom: 0;
  }
}

.p-form table tr td {
  width: calc(100% - 173px);
}

@media screen and (max-width: 768px) {
  .p-form table tr td {
    width: 100%;
  }
}

.p-form table tr td .c-btn--zip {
  margin-left: .5rem;
}

.p-form table tr:last-child .c-formCheckbox {
  margin-top: 2rem;
}

.p-form__btn {
  margin-top: 2rem;
  text-align: center;
}

/*
ログインフォーム

ログイン に関する Project コンポーネントを定義します。

ex [ログイン画面](login.html)
ex [カート１](cart1.html)

*/
.p-login {
  padding: 6rem 0 0;
}

.p-login__form {
  margin-top: 5rem;
}

@media screen and (max-width: 1024px) {
  .p-login__form {
    margin-top: 3rem;
  }
}

.p-login__form dl {
  margin-top: 1rem;
}

.p-login__form dl:first-child {
  margin-top: 0;
}

.p-login__form dt, .p-login__form dd {
  font-weight: 500;
}

.p-login__form dd input {
  width: 100%;
  max-width: 730px;
}

.p-login__check {
  margin-top: 3.4rem;
}

.p-login__check .c-formCheckbox__label {
  height: 2rem;
  padding-left: 2.2rem;
}

.p-login__check .c-formCheckbox__label .checkbox {
  width: 1.2rem;
  height: 1.2rem;
  top: .4rem;
}

.p-login__btn {
  margin-top: 6rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-login__btn {
    margin-top: 4rem;
  }
}

.p-login__link {
  margin-top: 1.2rem;
}

.p-login__link p {
  margin: 0 auto;
  max-width: 25rem;
  font-size: 1.2rem;
  line-height: 1.9;
}

.p-login__link p a {
  color: #9A0000;
}

/*
ログインフォーム(ゲスト)

ログイン（ゲスト） に関する Project コンポーネントを定義します。

ex [ログイン画面](login.html)
ex [カート１](cart1.html)

*/
.p-guest {
  padding: 6rem 0 0;
}

.p-guest__btn {
  margin-top: 8.2rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-guest__btn {
    margin-top: 4rem;
  }
}

.home-mv {
  width: 100%;
}

.home-intro {
  padding: 8rem 0;
  color: #000000;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .home-intro {
    padding: 6rem 0;
  }
}

.home-intro__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-intro .c-wm-vrl {
  width: 100%;
  height: 485px;
  text-align: left;
  font-size: 14px;
      line-height: 3.5rem;
}

.home-intro .c-wm-vrl * {
  padding-bottom: 3rem;
}

.home-intro h2 {
  margin-left: 4.8rem;
  width: 9.4rem;
}

@media screen and (max-width: 1024px) {
  .home-intro h2 {
    width: 6rem;
    margin: 0 0 4rem 3rem;
  }
}

.home-intro h2 img {
  width: 100%;
  height: auto;
}

section#home_product {
  margin-bottom: 12.5rem;
}

.home-product {
  padding: 4rem 6.25% 2.5rem;
  background-color: #fff;
  color: #000000;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .home-product {
    padding-bottom: 4rem;
  }
}

.home-product__img {
  margin-bottom: 3rem;
}

.home-product__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .home-product__txt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.home-product__txt .desc {
  margin-bottom: 2rem;
  width: calc( 100% - 500px);
  min-width: 470px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .home-product__txt .desc {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: initial;
  }
}

.home-product__txt .desc .c-wm-vrl {
  height: 100%;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .home-product__txt .desc .c-wm-vrl {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    line-height: 2.5rem;
  }
}

.home-product__txt .desc h2 {
  margin: 0 4% 0 6.5%;
  color: #000;
  font-size: 3.4rem;
  font-family: "游教科書体", "YuKyokasho", serif;
}

@media screen and (max-width: 768px) {
  .home-product__txt .desc h2 {
    margin: 0;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .home-product__txt .desc h2 {
    margin: 0;
    margin-left: 3rem;
  }
}

.home-product__txt .ingredients {
  width: 35%;
  width: 500px;
}

@media screen and (max-width: 1024px) {
  .home-product__txt .ingredients {
    width: 100%;
  }
}

.home-product__btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-align: center;
}

.home-about {
  padding: 8rem 0 3.5rem;
  background: no-repeat url(../img/home/home_about_bg.png) center center/cover;
}

.home-about h2 {
  margin-bottom: 3.6rem;
  color: #fff;
  font-size: 2.8rem;
  font-family: "游教科書体", "YuKyokasho", serif;
  text-align: center;
  font-weight: 500;
  line-height: .6;
  opacity: .8;
}

.home-about p {
  color: #fff;
  text-align: center;
}

.home-about__images {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .home-about__images {
    margin-top: 3rem;
  }
}

.home-about__images .img {
  width: 29.6875%;
}

@media screen and (max-width: 480px) {
  .home-about__images .img {
    width: 49%;
    margin-top: 1%;
  }
}

.home-about__images .img--large {
  width: 37.5%;
}

@media screen and (max-width: 480px) {
  .home-about__images .img--large {
    width: 100%;
  }
}

.home-about__btn {
  margin-top: 2.5rem;
  text-align: center;
}

.home-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-bottom__item {
  width: 50%;
  height: 30rem;
}

@media screen and (max-width: 768px) {
  .home-bottom__item {
    width: 100%;
  }
}

.home-bottom__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-bottom__item h2 {
  color: #fff;
  font-size: 2.2rem;
  line-height: .77;
}

.home-bottom__item p {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
}

.home-bottom__item--youtube {
  background: no-repeat url(../img/home/home_bottom01_bg.png) center center/cover;
}

.home-bottom__item--contact {
  background: no-repeat url(../img/home/home_bottom02_bg.png) center center/cover;
}

.p-shelf {
  padding: 6rem 0 0;
  background: url(../img/bg2.png) center top/cover;
  padding-bottom: 20px;
}

.p-shelf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-shelf__item {
  margin: 0 0 1.5625% 1.953125%;
  width: calc(410 / 1280 * 100%);
  width: 32.03125%;
}

@media screen and (max-width: 768px) {
  .p-shelf__item {
    margin: 0 0 6% 3%;
    width: 48.5%;
  }
}

@media screen and (max-width: 480px) {
  .p-shelf__item {
    width: 100%;
  }
}

.p-shelf__item:nth-child(3n-2) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .p-shelf__item:nth-child(3n-2) {
    margin-left: 3%;
  }
}

@media screen and (max-width: 480px) {
  .p-shelf__item:nth-child(3n-2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-shelf__item:nth-child(2n-1) {
    margin-left: 0;
  }
}

.p-shelf__item .name {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-shelf__item .desc {
  margin-top: 1rem;
  color: #5d5d5d;
  line-height: 1.7;
  letter-spacing: .075em;
}

.p-shelf + .p-pager {
  padding-top: 8rem;
  padding-bottom: 6.5rem;
  background: url(../img/bg2.png) center top/cover;
}

@media screen and (max-width: 768px) {
  .p-shelf + .p-pager {
    padding-top: 4rem;
  }
}

.p-product {
  padding: 11.5rem 0 8rem;
}

@media screen and (max-width: 1024px) {
  .p-product {
    padding: 8rem 0;
  }
}

.p-product__profile {
  padding: 4.5rem 1.5% 4rem;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-product__profile {
    padding: 3rem 5%;
  }
}

.p-product__description {
  text-align: center;
}

.p-product__action {
  margin-top: 4rem;
  padding-left: 16%;
}

@media screen and (max-width: 1024px) {
  .p-product__action {
    margin-top: 3rem;
    padding-left: 0;
    text-align: center;
  }
}

.p-product__action ul {
  display: inline-block;
  border-top: 1px solid #ebebeb;
  position: relative;
}

@media screen and (max-width: 480px) {
  .p-product__action ul {
    width: 100%;
  }
}

.p-product__action ul::before {
  content: '';
  width: 8rem;
  height: 1px;
  background-color: #9A0000;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}

.p-product__action li {
  padding: 1.5rem 0 1.5rem 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.6rem;
  line-height: 1.5rem;
  position: relative;
  text-align: left;
}

.p-product__action li::after {
  content: '';
  width: 8rem;
  height: 1px;
  background-color: #9A0000;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (max-width: 480px) {
  .p-product__action li span.price {
    display: inline-block;
  }
}

.p-product__action li .btn {
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
}

.p-product__action .note {
  margin-top: 1.5rem;
  color: #5d5d5d;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-product__action .note {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .p-product__action .note {
    text-align: left;
  }
}

.p-product__ingredients {
  /* margin-top: 4rem; */
  text-align: center;
}

.p-product__ingredients .ingredients {
  width: 390px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .p-product__ingredients .ingredients {
    width: 100%;
  }
}

.p-product__card {
  padding: 4rem 0 0;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .p-product__card {
    padding: 3rem 0 0;
  }
}

.p-product__card h2,
.p-product__card .title {
  font-size: 1.8rem;
  text-align: center;
}

.p-product__card h2 span,
.p-product__card .title span {
  display: inline-block;
  position: relative;
}

.p-product__card h2 span::before, .p-product__card h2 span::after,
.p-product__card .title span::before,
.p-product__card .title span::after {
  content: '';
  width: 8rem;
  height: 1px;
  background-color: #9A0000;
  display: block;
  position: absolute;
  top: 50%;
}

.p-product__card h2 span::before,
.p-product__card .title span::before {
  right: calc( 100% + 2rem);
}

.p-product__card h2 span::after,
.p-product__card .title span::after {
  left: calc( 100% + 2rem);
}

.p-product__card .img {
  margin-top: 2rem;
}

@media screen and (max-width: 480px) {
  .p-product__card .img {
    margin-top: 1rem;
  }
}

.p-product__card .inner {
  padding: 0 2rem 0 3rem;
}

@media screen and (max-width: 1024px) {
  .p-product__card .inner {
    padding: 0 5%;
  }
}

.p-product__card .desc {
  padding: 3.3rem 0 4.3rem;
}

@media screen and (max-width: 1024px) {
  .p-product__card .desc {
    padding: 3rem 0 3.4rem;
  }
}

@media screen and (max-width: 480px) {
  .p-product__card .desc {
    padding: 2rem 0;
  }
}

.p-product__card .desc--recipe {
  padding: 1rem 0 0;
}

.p-product__card h3 {
  font-size: 1.6rem;
}

.p-product__card h3 span {
  margin-left: 1.5rem;
}

.p-product__card .ingredients {
  margin-top: 1rem;
  padding: 1.5rem 0 2rem;
  border: 1px solid #EBEBEB;
}

@media screen and (max-width: 1024px) {
  .p-product__card .ingredients {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.p-product__card .ingredients h4 {
  padding-left: 7%;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .p-product__card .ingredients h4 {
    padding: 0;
  }
}

.p-product__card .ingredients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-product__card .ingredients__list dl {
  margin-top: .6rem;
  width: 50%;
  padding: 0 8.5% 0 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-product__card .ingredients__list dl {
    width: 48%;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .p-product__card .ingredients__list dl {
    width: 100%;
  }
}

.p-product__card .ingredients__list dl dt, .p-product__card .ingredients__list dl dd {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-product__card .ingredients__list dl dt {
  width: auto;
}

.p-product__card .ingredients__list dl dd {
  margin-left: 2rem;
  width: 3.5rem;
}

@media screen and (max-width: 1024px) {
  .p-product__card .ingredients__list dl dd {
    margin-left: 1.5rem;
  }
}

.p-product__card .ingredients__list dl dd:nth-child(2) {
  margin-left: auto;
  width: auto;
  overflow: hidden;
}

.p-product__description2 .l-col2__left, .p-product__description2 .l-col2__right {
  margin-top: 2rem;
  background-color: #fff;
}

.p-product__description3 {
  margin-top: 2rem;
}

.p-product__description3 .p-product__card {
  padding: 4.5rem 0 5rem;
}

@media screen and (max-width: 480px) {
  .p-product__description3 .p-product__card {
    padding: 3rem 0;
  }
}

.p-product__description3 .l-col2__left {
  margin-left: 1.5%;
  width: 46.875%;
}

@media screen and (max-width: 768px) {
  .p-product__description3 .l-col2__left {
    margin: 0 auto;
    width: 90%;
  }
}

.p-product__description3 .l-col2__right {
  margin-right: 1.5%;
  width: 45.3125%;
}

@media screen and (max-width: 768px) {
  .p-product__description3 .l-col2__right {
    margin: 2rem auto 0;
    width: 90%;
  }
}

.p-videos {
  padding: 5.5rem 0 10rem;
  background: url(../img/bg2.png) center top/cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-videos {
    padding: 5.5rem 0 3.5rem;
  }
}

.p-videos::after {
  content: '';
  width: 5rem;
  height: 1px;
  background-color: #9A0000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-videos__item {
  margin-bottom: 2rem;
  background-color: #fff;
}

.p-videos__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-videos__item a {
    display: block;
  }
}

.p-videos__item .img {
  width: 32%;
  background-color: #000;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-videos__item .img {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .p-videos__item .img img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1024px) {
  .p-videos__item .img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .p-videos__item .img img {
    width: 100%;
    max-width: 480px;
    height: auto;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

.p-videos__item .txt {
  width: 68%;
  padding: 3rem 2rem;
}

@media screen and (max-width: 768px) {
  .p-videos__item .txt {
    width: 100%;
    padding: 2rem;
  }
}

.p-videos__item dl {
  margin-bottom: 1.2rem;
}

.p-videos__item dl dt {
  margin-bottom: .5rem;
  width: 8rem;
  height: 2rem;
  border: 1px solid #000;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 500;
}

.p-videos__item dl dd {
  line-height: 1.5;
}

.p-videos__item dl dd .date {
  margin-right: 2rem;
  color: #9A0000;
  font-family: "游教科書体", "YuKyokasho", serif;
}

.p-videos__item dl dd .title {
  font-size: 1.6rem;
}

.p-videos__item .desc {
  color: #5d5d5d;
  line-height: 1.7;
}

.p-videos + .p-pager {
  padding: 6.5rem 0;
}

@media screen and (max-width: 768px) {
  .p-videos + .p-pager {
    padding-top: 5.5rem;
  }
}

/* object/utility------------------------------ */
@media (max-width: 768px) {
  .u-none--768 {
    display: none;
  }
}

.u-block--768 {
  display: none;
}

@media (max-width: 768px) {
  .u-block--768 {
    display: block;
  }
}

.u-block--480 {
  display: none;
}

@media (max-width: 480px) {
  .u-block--480 {
    display: block;
  }
}

/* body class ------------------------------ */
.registration_page .l-layout__main,
.cart_page .l-layout__main,
.mypage .l-layout__main,
.other_page .l-layout__main {
  padding: 6rem 0 6.5rem;
}

.cart_page .cart_page__check {
  margin-top: 2rem;
}

.cart_page .cart_page__btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cart_page .cart_page__btn {
    margin-top: 3rem;
  }
}

/* body ID ------------------------------ */
#page_cart .p-cart__btn {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page_cart .p-cart__btn {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 768px) {
  #page_cart .p-cart__btn .c-btn {
    margin-top: 2rem;
  }
}

#page_shopping_shipping .p-address {
  padding: 6rem 0 0;
}

#page_shopping_shipping .p-address__btn {
  margin-top: 5rem;
  text-align: center;
}

#page_shopping_checkout h2 {
  margin-bottom: 1.5rem;
}

#page_shopping_checkout .p-info {
  padding: 6rem 0 0;
}

#page_shopping_checkout .p-address {
  padding: 2rem 0 0;
}

#page_mypage h2 {
  margin-bottom: 1.5rem;
}

#page_mypage .p-history {
  padding-top: 4rem;
}

#page_mypage_login .p-login {
  padding-top: 0;
}

#page_mypage_login .p-guest {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  #page_mypage_login .p-guest {
    padding-top: 6rem;
  }
}

#page_contact .p-form__btn {
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  #page_contact .p-form__btn {
    margin-top: 4rem;
  }
}

#page_help_tradelaw .l-layout__main,
#page_help_privacy .l-layout__main,
#page_help_terms .l-layout__main {
  padding: 6rem 0 12rem;
}

#page_help_tradelaw h1,
#page_help_privacy h1,
#page_help_terms h1 {
  margin-bottom: 3rem;
}

#page_help_tradelaw table,
#page_help_privacy table,
#page_help_terms table {
  width: 100%;
}

#page_help_tradelaw table tr, #page_help_tradelaw table th, #page_help_tradelaw table td,
#page_help_privacy table tr,
#page_help_privacy table th,
#page_help_privacy table td,
#page_help_terms table tr,
#page_help_terms table th,
#page_help_terms table td {
  border-width: 1px;
}

.page_help_about .l-layout__main {
  padding: 6rem 0 0;
}

.page_help_about .top-title {
  background: no-repeat url(../img/about/about_header_bg.png) center center/cover;
}

.page_help_about .top-title__inner {
  height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.page_help_about .top-title__title {
  color: #fff;
}

.page_help_about .top-title__tag {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page_help_about .top-title__tag li {
  margin-left: 1rem;
  width: 20rem;
  height: 4rem;
  background-color: #958402;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
}

.page_help_about .content__title {
  margin-bottom: 4.5rem;
}

.page_help_about .content__body {
  background: url(../img/bg2.png) center top/cover;
}

.page_help_about .content-shop {
  padding: 5.5rem 0 0;
}

.page_help_about .content-shop .l-col2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page_help_about .content-shop .l-col2__left {
  width: calc(668 / 1280 * 100%);
}

@media screen and (max-width: 1024px) {
  .page_help_about .content-shop .l-col2__left {
    width: 100%;
  }
}

.page_help_about .content-shop .l-col2__right {
  width: calc(592 / 1280 * 100%);
}

@media screen and (max-width: 1024px) {
  .page_help_about .content-shop .l-col2__right {
    margin-bottom: 2rem;
    width: 100%;
  }
}

.page_help_about .content-shop__txt p {
  margin-top: -.7rem;
}

.page_help_about .content-shop__txt .table {
  margin-top: 1.4rem;
  padding: 1rem 6% 1.4rem;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .page_help_about .content-shop__txt .table {
    padding: 1rem 2rem 1.4rem;
  }
}

.page_help_about .content-shop__txt table {
  width: 100%;
  background-color: #fff;
}

.page_help_about .content-shop__txt table th, .page_help_about .content-shop__txt table td {
  padding: 1rem 0;
  font-weight: 500;
  line-height: 1.3;
  vertical-align: middle;
}

.page_help_about .content-shop__txt table th {
  width: 8rem;
  border-bottom: 1px solid #9A0000;
  text-align: center;
}

.page_help_about .content-shop__txt table td {
  padding-left: 4rem;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

@media screen and (max-width: 480px) {
  .page_help_about .content-shop__txt table td {
    padding-left: 2rem;
  }
}

.page_help_about .content-shop__txt table td::after {
  content: '';
  width: 8rem;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (max-width: 480px) {
  .page_help_about .content-shop__txt table td::after {
    width: 4rem;
  }
}

.page_help_about .content-shop__img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .page_help_about .content-shop__img2 {
    margin-top: 0;
  }
}

.page_help_about .content-shop__img2 .img {
  width: calc(415 / 1280 * 100%);
}

@media screen and (max-width: 480px) {
  .page_help_about .content-shop__img2 .img {
    margin-top: 2rem;
    width: 100%;
  }
}

.page_help_about .content-access {
  padding: 5.5rem 0 6.5rem;
}

.page_help_about .content-access h3 {
  margin-bottom: 3rem;
}

.page_help_about .content-access .iframe {
  margin-bottom: 4rem;
}

.page_help_about .content-access .iframe iframe {
  width: 100%;
}

.page_help_about .content-access .timelist .c-list--bordered {
  width: 100%;
}

.page_help_about .content-access .timelist .c-list--bordered__item {
  width: 100%;
}

.page_help_about .content-access .timelist .c-list--bordered__item dt, .page_help_about .content-access .timelist .c-list--bordered__item dd {
  display: inline-block;
  font-weight: 500;
}

.page_help_about .content-access .timelist .c-list--bordered__item dt {
  margin-right: 4rem;
}

.page_career .l-layout__main {
  padding-bottom: 0;
}

.page_career .content__title {
  margin-bottom: 4.5rem;
}

.page_career .content__body {
  margin-bottom: 6rem;
}

.page_career .content__body .img {
  margin-bottom: 3.2rem;
}

.page_career .content__body .desc {
  margin-bottom: 3.2rem;
  text-align: center;
}

.page_career .content__body .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_career .content__body .col3__item {
  width: calc(415 / 1280 * 100%);
}

@media screen and (max-width: 480px) {
  .page_career .content__body .col3__item {
    width: 100%;
  }
}

.page_career .content__body2 {
  padding: 8rem 0;
  background: url(../img/bg2.png) center top/cover;
  position: relative;
}

.page_career .content__body2::after {
  content: '';
  width: 5rem;
  height: 1px;
  background-color: #9A0000;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page_career .content__body2 .table table {
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  border-collapse: collapse;
}

.page_career .content__body2 .table table tr, .page_career .content__body2 .table table th, .page_career .content__body2 .table table td {
  border: 1px solid #ebebeb;
  vertical-align: middle;
  font-weight: 500;
}

.page_career .content__body2 .table table th {
  width: calc(325 / 1280 * 100%);
  font-size: 1.6rem;
  text-align: center;
}

.page_career .content__body2 .table table td {
  width: calc(955 / 1280 * 100%);
  padding: 2rem 5rem;
}

@media screen and (max-width: 480px) {
  .page_career .content__body2 .table table td {
    padding: 2rem;
  }
}

.page_career .content__body2 .table table td .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page_career .content__body2 .table table td .col2 {
    display: block;
  }
}

.page_career .content__body2 .table table td .col2__item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .page_career .content__body2 .table table td .col2__item {
    width: 100%;
  }
}

.ec-navlistRole .ec-navlistRole__item a {
    padding: 16px;
    width: 100%;
    display: inline-block;
    background: #fff;
}

.ec-blockBtn--action{
        background-color:#9A0000;
        border-color: #9A0000;

}

 .ec-progress .is-complete .ec-progress__number {
    background: #9A0000;
}

.ec-progress .is-complete .ec-progress__label {
    color: #9A0000;
}
.ec-role{
background-color: #FFF;

    padding-top: 2rem;
    margin-top: 2rem;
}


.p-footer__contents {
    margin-top: 0px;
}

.ec-cartTable {
background-color: #FFF;
}

.table dt{
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #EBEBEB;
    background-color: #FFF;
}
.table dd{
    padding: 20px;

    background-color: #FFF;
}



.ec-borderedDefs dt{


            padding: 20px;
}
.ec-borderedDefs dd{

            padding: 20px;
}

.ec-cartRow__contentColumn, .ec-cartRow__amountColumn, .ec-cartRow__subtotalColumn, .ec-cartRow__delColumn{
border-left: 1px dotted #ccc;
}

.ec-cartRow__delColumn{
    border-right: 1px dotted #ccc;
}

.l-layout {

}

.content-shop__txt {
    margin-left: 1rem;
}

form#form1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

input#quantity {
    margin-bottom: 0;
}

button.ec-blockBtn--action.add-cart {
    height: 3rem;
    line-height: 0;
    margin-left: 1rem;
}

input#checkbox_agree {
width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 8px;
}

input#quantity {
    max-width: 60px;
    margin-left: 1rem;
}

.p-navlist__item {
    height: 5rem;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 5rem;
}

.ec-cartRole {
    margin: 0 auto;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    /* width: 100%; */
    /* max-width: 1130px; */
    display: inline;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tasihiki {
    width: 25px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /* text-align: center; */
}

.active {
    background-color: #9A0000;
    color: #fff;
}

.ec-orderRole {
    max-width: 1280px;
}

.ec-orderRole__detail {
    line-height: 3rem;
    background-color: #fff;
}

.ec-rectHeading h2 {
    background-color: #FFF!important;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.ec-historyRole {
    background-color: #fff;
    padding: 20px;
    color: #000;
    margin-bottom: 20px;
}

input#login_memory {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.yoko{
display: flex;

}

span.price {
    padding-top: 1.5rem;
}

.tasihiki img{
 padding: 10px;
}

tfoot td{
    font-size: 10px;
}

span.ec-cartRole__totalAmount {
    font-size: 15px!important;
}

.ec-cartRole .ec-cartRole__totalAmount {
    margin-left: 25px;
    color: #de5d50;
    font-size: 16px;
}
