@charset "UTF-8";
/* normalize */
html {
  line-height: 1.61;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  outline-style: none !important;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
  color: #373737;
}

a {
  color: #373737;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #bf323d;
}

.mt_none {
  margin-top: 0 !important;
}

.mb_none {
  margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6, a, p, th, td, dt, dd, li {
  line-height: 1.61;
  font-size: 1.6rem;
  color: #373737;
  word-break: break-all;
  letter-spacing: 0.06em;
}
@media all and (max-width: 1199px) {
  h1, h2, h3, h4, h5, h6, a, p, th, td, dt, dd, li {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, a, p, th, td, dt, dd, li {
    font-size: 1.4rem;
  }
}

p {
  font-size: 1.6rem;
  /* line-height: 1.81; */
  margin: 0;
}
@media all and (max-width: 1199px) {
  p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

.text {
  margin: 12px 0;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.eot") format("eot");
  font-display: swap;
}
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 200px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 842px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1050px;
  }
}
@media (min-width: 1361px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.mainTtl {
  font-size: 3.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 600 !important;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.41;
  margin: 0 auto 40px;
}
.mainTtl .small {
  font-size: 1.4rem;
  display: block;
}
@media all and (max-width: 575px) {
  .mainTtl {
    font-size: 3rem;
  }
  .mainTtl .small {
    font-size: 1.2rem;
  }
}

.companyButton_ttl {
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 600 !important;
  text-align: left;
  letter-spacing: 0.15em;
  line-height: 1.41;
  margin: 0 auto 26px;
}
.companyButton_ttl .small {
  font-size: 1.3rem;
  display: block;
}
@media all and (max-width: 1360px) {
  .companyButton_ttl {
    margin: 12px 0 12px;
  }
}
@media all and (max-width: 575px) {
  .companyButton_ttl {
    font-size: 2.6rem;
  }
  .companyButton_ttl .small {
    font-size: 1.2rem;
  }
}

.pageHeader_center {
  font-size: 3.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0 auto 48px;
  letter-spacing: 0.15em;
  text-align: center;
  width: calc(100% - 40px);
}
@media all and (max-width: 991px) {
  .pageHeader_center {
    font-size: 2.8rem;
    margin-bottom: 36px;
  }
}
@media all and (max-width: 767px) {
  .pageHeader_center {
    font-size: 2.2rem;
    margin-bottom: 26px;
  }
}

.pageHeader {
  width: 100%;
}
.pageHeader_ttl {
  font-size: 3.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0 auto 20px;
  text-align: center;
  width: calc(100% - 40px);
}
@media all and (max-width: 991px) {
  .pageHeader_ttl {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 767px) {
  .pageHeader_ttl {
    font-size: 2.2rem;
  }
}
.pageHeader_txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.81;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media all and (max-width: 767px) {
  .pageHeader_txt {
    font-size: 1.4rem;
  }
}

.page_subHeader {
  font-size: 2.6rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  margin: 0 auto 36px;
  width: calc(100% - 40px);
}
@media all and (max-width: 991px) {
  .page_subHeader {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767px) {
  .page_subHeader {
    font-size: 1.8rem;
  }
}

.page_txtHeader {
  width: calc(100% - 40px);
  text-align: center;
  margin: 26px auto 0;
}

.page_txtTtl {
  font-size: 3.2rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  margin: 0 auto 26px;
}
@media all and (max-width: 1199px) {
  .page_txtTtl {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 991px) {
  .page_txtTtl {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 767px) {
  .page_txtTtl {
    font-size: 2.2rem;
  }
}

.page_txtTtl_ms {
  font-size: 2.6rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  margin: 0 auto 26px;
}
@media all and (max-width: 1199px) {
  .page_txtTtl_ms {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 991px) {
  .page_txtTtl_ms {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 767px) {
  .page_txtTtl_ms {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 575px) {
  .page_txtTtl_ms {
    font-size: 2rem;
  }
}

.pageHeader_ttl {
  font-size: 3.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 991px) {
  .pageHeader_ttl {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 767px) {
  .pageHeader_ttl {
    font-size: 2.2rem;
  }
}

.pageHeader_txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.81;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pageHeader_txt {
    font-size: 1.4rem;
  }
}
.external_button {
  width: 100%;
}
.external_button a {
  display: block;
  font-size: 2.5rem;
  font-family: "fot-tsukubrdgothic-std", serif;
  font-weight: 600;
  color: #fff;
  padding: 35px 50px 35px 30px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 575px) {
  .external_button a {
    font-size: 1.8rem;
    padding: 20px 35px 20px 20px;
  }
}
.external_button a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  background: url(../images/external_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 575px) {
  .external_button a:before {
    right: 20px;
  }
}
.external_button a:hover {
  opacity: 0.8;
}
.external_button a.product_link_red {
  background: url(../images/detail_link_banner.jpg) no-repeat;
  background-size: cover;
  background-position: 0 50%;
  border-radius: 6px;
}
.external_button a.product_link_brown {
  background: url(../images/detail_link_banner_brown.jpg) no-repeat;
  background-size: cover;
  background-position: 0 50%;
  border-radius: 6px;
}
.external_button a.product_link_green {
  background: url(../images/detail_link_banner_green.jpg) no-repeat;
  background-size: cover;
  background-position: 0 50%;
  border-radius: 6px;
}

.button_brown {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}
.button_brown a {
  background: #a48b78;
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 12px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button_brown a:before {
  content: "";
  display: inline-block;
  background: url(../images/arrow_only_white.svg) no-repeat;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media all and (max-width: 575px) {
  .button_brown a:before {
    right: 15px;
  }
}
.button_brown a:hover {
  background: #7c6251;
}

.button_black {
  width: 100%;
  text-align: center;
  margin-top: 72px;
}
.button_black a {
  background: #373737;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 16px 100px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
.button_black a:before {
  content: "";
  display: inline-block;
  background: url(../images/arrow_only_white.svg) no-repeat;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button_black a:hover {
  background: #242424;
}

.link_center {
  text-align: center;
  margin-top: 32px;
}
.link_center a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_center a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow_red.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.link_center a:hover {
  color: #bf323d;
}

.link_right {
  text-align: right;
  margin-top: 51px;
}
@media all and (max-width: 991px) {
  .link_right {
    margin-top: 30px;
  }
}
.link_right a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_right a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow_red.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.link_right a:hover {
  color: #bf323d;
}

.link_left {
  text-align: left;
  margin-top: 51px;
}
@media all and (max-width: 991px) {
  .link_left {
    margin-top: 30px;
  }
}
.link_left a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_left a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow_red.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.link_left a:hover {
  color: #bf323d;
}

.print_button {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
@media all and (max-width: 991px) {
  .print_button {
    display: none;
  }
}
.print_button a {
  font-size: 2rem;
  font-weight: 600;
  padding: 30px 42px 30px 86px;
  background: #373737;
  border-radius: 5px;
  position: relative;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.print_button a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/print_icon.svg) no-repeat;
  background-size: contain;
  width: 29px;
  height: 29px;
}
.print_button a:hover {
  background: #242424;
}

#l-wrapper {
  overflow: hidden;
}

#l-headerLine {
  background: #373737;
}
@media all and (max-width: 1199px) {
  #l-headerLine {
    margin-top: 80px;
  }
}
@media all and (max-width: 767px) {
  #l-headerLine {
    margin-top: 60px;
  }
}
#l-headerLine h2 {
  margin: 0;
  padding: 12px 20px 10px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  #l-headerLine h2 {
    font-size: 1.2rem;
    padding: 12px 10px 10px;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

@media all and (max-width: 1199px) {
  #l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 7px 4px -4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 7px 4px -4px rgba(0, 0, 0, 0.1);
  }
}
#l-header .container {
  width: 100%;
  max-width: 100%;
}
#l-header .container .row {
  height: 146px;
  position: relative;
}
@media all and (max-width: 1199px) {
  #l-header .container .row {
    height: 80px;
  }
}
@media all and (max-width: 767px) {
  #l-header .container .row {
    height: 60px;
  }
}
#l-header .container .row .l-header_logo-SP {
  display: none;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .l-header_logo-SP {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
@media all and (max-width: 767px) {
  #l-header .container .row .l-header_logo-SP {
    left: 10px;
  }
  #l-header .container .row .l-header_logo-SP img {
    width: 130px;
  }
}
#l-header .container .row .l-header_logo {
  width: 212px;
  height: 212px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  margin: 0;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .l-header_logo {
    display: none;
  }
}
#l-header .container .row .l-header_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#l-header .container .row .headerCatch {
  position: absolute;
  top: 50%;
  left: 212px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .headerCatch {
    display: none;
  }
}
#l-header .container .row .l-headerButton {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .l-headerButton {
    right: 80px;
  }
}
@media all and (max-width: 767px) {
  #l-header .container .row .l-headerButton {
    right: 60px;
  }
}
#l-header .container .row .l-headerButton .contactButton {
  width: 196px;
  height: 56px;
  background: #a48b78;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .l-headerButton .contactButton {
    height: 80px;
  }
}
@media all and (max-width: 767px) {
  #l-header .container .row .l-headerButton .contactButton {
    height: 60px;
    width: 60px;
  }
  #l-header .container .row .l-headerButton .contactButton:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 17px;
    background: url(../images/mail_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#l-header .container .row .l-headerButton .contactButton:hover {
  background: #7c6251;
}
#l-header .container .row .l-headerButton .contactButton p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding-left: 30px;
  line-height: 56px;
  position: relative;
  display: inline-block;
  margin: 0;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .l-headerButton .contactButton p {
    line-height: 80px;
  }
}
@media all and (max-width: 767px) {
  #l-header .container .row .l-headerButton .contactButton p {
    display: none;
  }
}
#l-header .container .row .l-headerButton .contactButton p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/mail_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#l-header .container .row .l-headerButton .onlineShopButton {
  width: 196px;
  height: 56px;
  background: #f5494f;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-header .container .row .l-headerButton .onlineShopButton:hover {
  background: #bf323d;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .l-headerButton .onlineShopButton {
    height: 80px;
  }
}
@media all and (max-width: 991px) {
  #l-header .container .row .l-headerButton .onlineShopButton {
    display: none;
  }
}
#l-header .container .row .l-headerButton .onlineShopButton p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding-left: 32px;
  line-height: 56px;
  position: relative;
  display: inline-block;
  letter-spacing: 0em;
  margin: 0;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .l-headerButton .onlineShopButton p {
    line-height: 80px;
  }
}
#l-header .container .row .l-headerButton .onlineShopButton p:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/cart_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#l-header .container .row .l-headerButton .englishButton {
  margin-right: 30px;
}
#l-header .container .row .l-headerButton .englishButton a {
  font-size: 1.4rem;
  line-height: 56px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .l-headerButton .englishButton a {
    line-height: 80px;
  }
}
@media all and (max-width: 767px) {
  #l-header .container .row .l-headerButton .englishButton a {
    display: none;
  }
}
#l-header .container .row .l-headerButton .englishButton_SP {
  display: none;
}
@media all and (max-width: 767px) {
  #l-header .container .row .l-headerButton .englishButton_SP {
    display: block;
    width: 60px;
    height: 60px;
    background: #f3f3f3;
    text-align: center;
  }
  #l-header .container .row .l-headerButton .englishButton_SP a {
    display: block;
    line-height: 60px;
    font-size: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    text-decoration: none;
  }
}
#l-header .container .row .l-globalNav {
  height: 90px;
  position: absolute;
  top: 56px;
  right: 35px;
}
@media all and (max-width: 1199px) {
  #l-header .container .row .l-globalNav {
    display: none;
  }
}
#l-header .container .row .l-globalNav .globalNav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#l-header .container .row .l-globalNav .globalNav > li {
  display: inline-block;
  position: relative;
}
#l-header .container .row .l-globalNav .globalNav > li:nth-of-type(n + 2) {
  margin-left: 50px;
}
@media all and (max-width: 1360px) {
  #l-header .container .row .l-globalNav .globalNav > li:nth-of-type(n + 2) {
    margin-left: 30px;
  }
}
#l-header .container .row .l-globalNav .globalNav > li > a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 90px;
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.globalNav_child {
  position: absolute;
  top: 70px;
  left: -20px;
  background: #F7F5F1;
  z-index: 9000;
  width: 200px;
  padding: 0;
  display: none;
}
.globalNav_child > li {
  list-style: none;
  height: auto;
}
.globalNav_child > li:not(:last-of-type) a {
  border-bottom: 1px solid #e3e2dc;
}
.globalNav_child > li > a {
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
  padding: 16px 20px 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.globalNav_child > li > a:hover {
  background: #bf323d;
  color: #fff;
}

@media all and (max-width: 1199px) {
  #hamburgerMenu {
    width: 80px;
    height: 80px;
    background: #373737;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9000;
  }
}
@media all and (max-width: 1199px) and (max-width: 991px) {
  #hamburgerMenu {
    background: #bf323d;
  }
}
@media all and (max-width: 1199px) and (max-width: 767px) {
  #hamburgerMenu {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 1199px) {
  #hamburgerMenu .line {
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #hamburgerMenu .line.bar01 {
    top: 32px;
  }
  #hamburgerMenu .line.bar02 {
    top: 41px;
  }
  #hamburgerMenu .line.bar03 {
    top: 50px;
  }
}
@media all and (max-width: 1199px) and (max-width: 767px) {
  #hamburgerMenu .line {
    width: 26px;
  }
  #hamburgerMenu .line.bar01 {
    top: 23px;
  }
  #hamburgerMenu .line.bar02 {
    top: 30px;
  }
  #hamburgerMenu .line.bar03 {
    top: 37px;
  }
}

.hamburger_content {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9000;
}
@media all and (max-width: 1199px) {
  .hamburger_content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%;
    max-width: 500px;
    background: #fff;
    padding: 60px;
  }
}
@media all and (max-width: 1199px) and (max-width: 767px) {
  .hamburger_content_inner {
    padding: 50px 30px 30px;
  }
}
@media all and (max-width: 1199px) {
  .hamburger_content_inner_menu {
    overflow-y: auto;
    height: 70vh;
  }
}
@media all and (max-width: 1199px) {
  .hamburger_content_inner .hamburgerMenu_close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
    background: #bf323d;
  }
  .hamburger_content_inner .hamburgerMenu_close .line {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
  }
  .hamburger_content_inner .hamburgerMenu_close .line.bar01 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .hamburger_content_inner .hamburgerMenu_close .line.bar02 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media all and (max-width: 1199px) {
  .hamburger_content_inner article:not(:last-of-type) {
    margin-bottom: 26px;
  }
  .hamburger_content_inner article .link_other {
    border-bottom: 1px solid #ccc;
    padding: 0 0 7px;
    position: relative;
  }
  .hamburger_content_inner article .link_other:before {
    content: "";
    display: inline-block;
    background: url(../images/arrow_single.svg) no-repeat;
    width: 6px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hamburger_content_inner article .link_other a {
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hamburger_content_inner article .link_other a:hover {
    color: #bf323d;
  }
  .hamburger_content_inner article .link_other.lc:not(:first-of-type) {
    padding-top: 10px;
  }
  .hamburger_content_inner article > ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hamburger_content_inner article > ul li {
    padding: 5px 0;
    display: inline-block;
    width: 50%;
  }
}
@media all and (max-width: 1199px) and (max-width: 575px) {
  .hamburger_content_inner article > ul li.xs-all {
    width: 100%;
  }
}
@media all and (max-width: 1199px) {
  .hamburger_content_inner article > ul li a {
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
    padding-left: 1.3em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hamburger_content_inner article > ul li a:hover {
    color: #bf323d;
  }
  .hamburger_content_inner article > ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7px;
    height: 1px;
    background: #373737;
  }
}
@media all and (max-width: 1199px) {
  .hamburger_content_inner .contact_onlineShopButton {
    margin-top: 26px;
    text-align: center;
  }
  .hamburger_content_inner .contact_onlineShopButton a {
    background: #f5494f;
    padding: 16px 20px 16px 60px;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .hamburger_content_inner .contact_onlineShopButton a:hover {
    background: #333;
  }
  .hamburger_content_inner .contact_onlineShopButton a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/cart_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.l-mainVisual {
  width: 100%;
  height: 880px;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .l-mainVisual {
    height: 680px;
  }
}
@media all and (max-width: 1199px) {
  .l-mainVisual {
    height: auto;
  }
}
.l-mainVisual video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 1199px) {
  .l-mainVisual video {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.l-mainVisual h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 360px;
}
@media all and (max-width: 767px) {
  .l-mainVisual h2 {
    width: 50%;
    max-width: 260px;
  }
}
.l-mainVisual h2 img {
  width: 100%;
}

#l-haederPC {
  width: 100%;
  height: 90px;
  background: #fff;
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 3000;
  -webkit-box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (min-width: 1200px) {
  #l-haederPC.active {
    position: fixed;
    top: 0 !important;
    left: 0;
  }
}
#l-haederPC .logo_fixed {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#l-haederPC .globalNav_fixed {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#l-haederPC .globalNav_fixed .globalNav_list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#l-haederPC .globalNav_fixed .globalNav_list > li {
  display: inline-block;
  position: relative;
}
#l-haederPC .globalNav_fixed .globalNav_list > li:nth-of-type(n + 2) {
  margin-left: 30px;
}
#l-haederPC .globalNav_fixed .globalNav_list > li > a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 90px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
#l-haederPC .globalNav_fixed .globalNav_list > li > a:hover {
  color: #bf323d;
}

.globalNav_fixed_child {
  position: absolute;
  top: 70px;
  left: -20px;
  background: #F7F5F1;
  z-index: 9000;
  width: 200px;
  padding: 0;
  display: none;
}
.globalNav_fixed_child > li {
  list-style: none;
  height: auto;
}
.globalNav_fixed_child > li:not(:last-of-type) a {
  border-bottom: 1px solid #e3e2dc;
}
.globalNav_fixed_child > li > a {
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
  padding: 16px 20px 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.globalNav_fixed_child > li > a:hover {
  background: #bf323d;
  color: #fff;
}

#l-fixedButton {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 68px;
  z-index: 1000;
}
@media all and (max-width: 991px) {
  #l-fixedButton {
    display: none;
  }
}
#l-fixedButton .onlineShop {
  width: 68px;
  height: 236px;
  background: #f5494f;
  border-radius: 16px 0 0 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-fixedButton .onlineShop:hover {
  background: #bf323d;
}
@media all and (max-width: 991px) {
  #l-fixedButton .onlineShop {
    width: 50%;
    height: 50px;
    border-radius: 8px 8px 0 0;
  }
}
#l-fixedButton .onlineShop p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  padding-top: 28px;
  letter-spacing: 0.03em;
  margin: 0;
}
#l-fixedButton .onlineShop p:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/cart_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 991px) {
  #l-fixedButton .onlineShop p {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    font-size: 1.2rem;
    padding: 0 0 0 28px;
  }
  #l-fixedButton .onlineShop p:before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
#l-fixedButton .corporationButton {
  width: 68px;
  height: 216px;
  background: #373737;
  border-radius: 0 0 0 16px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-fixedButton .corporationButton:hover {
  background: #101010;
}
@media all and (max-width: 991px) {
  #l-fixedButton .corporationButton {
    width: 50%;
    height: 50px;
    border-radius: 8px 8px 0 0;
  }
}
#l-fixedButton .corporationButton p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 0.1em;
  margin: 0;
}
@media all and (max-width: 991px) {
  #l-fixedButton .corporationButton p {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    font-size: 1.2rem;
    padding: 0 0 0;
  }
}

@media all and (max-width: 575px) {
  #l-mainMenu .container {
    width: calc(100% - 40px);
    max-width: 355px;
  }
}
#l-mainMenu .container .row .mainMenu_outer {
  padding: 0;
  width: 31%;
  max-width: 355px;
}
@media all and (max-width: 1199px) {
  #l-mainMenu .container .row .mainMenu_outer {
    width: 100%;
    max-width: 100%;
    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-mainMenu .container .row .mainMenu_outer:nth-of-type(n + 2) {
    margin: 36px auto 0;
  }
}
#l-mainMenu .container .row .mainMenu_outer .meinMenu_img {
  width: 100%;
  max-width: 355px;
}
@media all and (max-width: 767px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_img {
    width: 50%;
  }
}
@media all and (max-width: 575px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_img {
    width: 100%;
  }
}
#l-mainMenu .container .row .mainMenu_outer .meinMenu_img img {
  width: 100%;
}
#l-mainMenu .container .row .mainMenu_outer .meinMenu_txt {
  position: relative;
}
@media all and (max-width: 1199px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_txt {
    width: calc(100% - 380px);
  }
}
@media all and (max-width: 767px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_txt {
    width: 45%;
  }
}
@media all and (max-width: 575px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_txt {
    width: 100%;
  }
}
#l-mainMenu .container .row .mainMenu_outer .meinMenu_txt h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  margin: 0;
  background: #fff;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media all and (min-width: 1200px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_txt h3 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    padding: 20px 10px 20px 6px;
    position: absolute;
    top: -62px;
    left: 0;
    font-size: 2.6rem;
  }
}
@media all and (max-width: 1199px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_txt h3 {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    font-size: 2.4rem;
    font-weight: 600;
  }
}
@media all and (max-width: 575px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_txt h3 {
    font-size: 2rem;
    margin-top: 10px;
  }
}
#l-mainMenu .container .row .mainMenu_outer .meinMenu_txt p {
  font-size: 1.5rem;
  margin-left: 60px;
  letter-spacing: 0.04em;
  padding-top: 20px;
}
@media all and (max-width: 1199px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_txt p {
    padding: 0;
    margin: 12px 0 0;
  }
}
@media all and (max-width: 575px) {
  #l-mainMenu .container .row .mainMenu_outer .meinMenu_txt p {
    font-size: 1.4rem;
  }
}
#l-mainMenu .container .row .mainMenu_outer .mainMenu_link {
  margin-left: 60px;
  margin-top: 16px;
}
@media all and (max-width: 1199px) {
  #l-mainMenu .container .row .mainMenu_outer .mainMenu_link {
    margin: 16px 0 0;
  }
}
#l-mainMenu .container .row .mainMenu_outer .mainMenu_link a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-mainMenu .container .row .mainMenu_outer .mainMenu_link a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow_red.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
#l-mainMenu .container .row .mainMenu_outer .mainMenu_link a:hover {
  color: #bf323d;
}

#l-onlineShop_banner {
  position: relative;
}
#l-onlineShop_banner:before {
  content: "";
  width: 100%;
  height: 172px;
  background: url(../images/gray_bg.png);
  position: absolute;
  bottom: 0;
  left: 0;
}
#l-onlineShop_banner .container .row .onlineShop_banner {
  width: 100%;
  height: 326px;
  border-radius: 10px;
  background: url(../images/online_banner.jpg) no-repeat;
  background-size: cover;
  background-position: 0 50%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-onlineShop_banner .container .row .onlineShop_banner:hover {
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  #l-onlineShop_banner .container .row .onlineShop_banner {
    padding-top: 60px;
    padding-bottom: 80px;
    height: auto;
  }
}
#l-onlineShop_banner .container .row .onlineShop_banner .onlineTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 767px) {
  #l-onlineShop_banner .container .row .onlineShop_banner .onlineTxt {
    width: 60%;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
  #l-onlineShop_banner .container .row .onlineShop_banner .onlineTxt img {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  #l-onlineShop_banner .container .row .onlineShop_banner .onlineTxt {
    width: 80%;
  }
}
#l-onlineShop_banner .container .row .onlineShop_banner .onlineLogo_rb {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#l-onlineShop_banner .container .row .onlineShop_banner .onlineTxt_rt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.81;
  letter-spacing: 0.3em;
  position: absolute;
  top: 33px;
  right: 42px;
  margin: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media all and (max-width: 767px) {
  #l-onlineShop_banner .container .row .onlineShop_banner .onlineTxt_rt {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    margin-top: 26px;
  }
}
@media all and (max-width: 575px) {
  #l-onlineShop_banner .container .row .onlineShop_banner .onlineTxt_rt {
    font-size: 1.3rem;
  }
}

#l-newsList {
  background: url(../images/gray_bg.png);
}
#l-newsList .row {
  margin-left: -26px;
  margin-right: -26px;
}
@media all and (max-width: 1360px) {
  #l-newsList .row {
    margin-left: -15px;
    margin-right: -15px;
    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-newsList .row .menuList_outer {
  margin: 0 11px;
  width: 283px;
}
@media all and (max-width: 1360px) {
  #l-newsList .row .menuList_outer {
    margin: 0;
    width: 23%;
  }
}
@media all and (max-width: 767px) {
  #l-newsList .row .menuList_outer {
    width: 48%;
  }
  #l-newsList .row .menuList_outer:nth-of-type(n + 3) {
    margin-top: 4%;
  }
}
#l-newsList .row .menuList_outer img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-newsList .row .menuList_outer img:hover {
  opacity: 0.8;
}
#l-newsList .row .menuList_outer .dayCate {
  margin-top: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#l-newsList .row .menuList_outer .dayCate .dayTxt {
  font-size: 1.4rem;
  color: #A6A6A6;
}
@media all and (max-width: 575px) {
  #l-newsList .row .menuList_outer .dayCate .dayTxt {
    font-size: 1.2rem;
  }
}
#l-newsList .row .menuList_outer .dayCate .cateTxt {
  font-size: 1.2rem;
  color: #373737;
  background: #fff;
  padding: 4px 10px 3px;
  border-radius: 50px;
}
@media all and (max-width: 575px) {
  #l-newsList .row .menuList_outer .dayCate .cateTxt {
    font-size: 1rem;
  }
}
#l-newsList .row .menuList_outer p {
  margin-top: 12px;
}
#l-newsList .row .menuList_outer p a {
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
#l-newsList .row .menuList_outer p a:hover {
  color: #bf323d;
}
@media all and (max-width: 575px) {
  #l-newsList .row .menuList_outer p a {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 1199px) {
  #l-product {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  #l-product {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  #l-product {
    margin-bottom: 50px;
  }
}
#l-product .container .row .productSlide {
  width: 1098px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1360px) {
  #l-product .container .row .productSlide {
    width: 1050px;
  }
}
@media all and (max-width: 1199px) {
  #l-product .container .row .productSlide {
    width: 842px;
  }
}
@media all and (max-width: 991px) {
  #l-product .container .row .productSlide {
    width: 620px;
  }
}
@media all and (max-width: 767px) {
  #l-product .container .row .productSlide {
    width: 90%;
  }
}
#l-product .container .row .productSlide .swiper {
  width: 100%;
  height: 100%;
}
#l-product .container .row .productSlide .swiper .swiper-slide {
  text-align: center;
}
#l-product .container .row .productSlide .swiper .swiper-slide .swiper_inner img {
  width: 100%;
}
#l-product .container .row .productSlide .swiper .swiper-slide .swiper_inner h3 {
  margin: 6px 0 10px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
#l-product .container .row .productSlide .swiper .swiper-slide .swiper_inner h3 .small {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
@media all and (max-width: 991px) {
  #l-product .container .row .productSlide .swiper .swiper-slide .swiper_inner h3 .small {
    display: block;
  }
}
@media all and (max-width: 575px) {
  #l-product .container .row .productSlide .swiper .swiper-slide .swiper_inner h3 {
    font-size: 1.8rem;
  }
  #l-product .container .row .productSlide .swiper .swiper-slide .swiper_inner h3 .small {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 575px) {
  #l-product .container .row .productSlide .swiper .swiper-slide .swiper_inner p {
    font-size: 1.3rem;
  }
}
#l-product .container .row .productSlide .swiper .swiper-slide .swiper_inner .link_center {
  margin-top: 16px;
}
#l-product .container .row .productSlide .swiper-button-next {
  position: absolute;
  top: 140px;
  right: -60px;
  background: url(../images/swiper_arrow_next.svg) no-repeat;
}
@media all and (max-width: 575px) {
  #l-product .container .row .productSlide .swiper-button-next {
    top: 100px;
    right: -30px;
    width: 18px;
    height: 30px;
    background-size: contain;
  }
}
#l-product .container .row .productSlide .swiper-button-next:after {
  display: none;
}
#l-product .container .row .productSlide .swiper-button-prev {
  position: absolute;
  top: 140px;
  left: -60px;
  background: url(../images/swiper_arrow_prev.svg) no-repeat;
}
@media all and (max-width: 575px) {
  #l-product .container .row .productSlide .swiper-button-prev {
    top: 100px;
    left: -30px;
    width: 18px;
    height: 30px;
    background-size: contain;
  }
}
#l-product .container .row .productSlide .swiper-button-prev:after {
  display: none;
}

#l-store {
  position: relative;
}
#l-store:before {
  content: "";
  width: 100%;
  height: 460px;
  background: url(../images/gray_bg.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media all and (max-width: 767px) {
  #l-store {
    display: block;
    background: url(../images/gray_bg.png);
  }
}
#l-store .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1360px) {
  #l-store .container .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  #l-store .container .row {
    display: block;
    padding: 0;
    background: url(../images/gray_bg.png);
  }
}
#l-store .container .row .storeImg {
  width: 844px;
}
@media all and (max-width: 1360px) {
  #l-store .container .row .storeImg {
    width: 70%;
  }
  #l-store .container .row .storeImg img {
    width: 100%;
  }
}
@media all and (max-width: 1199px) {
  #l-store .container .row .storeImg {
    width: 58%;
  }
}
@media all and (max-width: 767px) {
  #l-store .container .row .storeImg {
    width: 100%;
  }
}
#l-store .container .row .storeTxt {
  width: 28%;
  text-align: center;
}
@media all and (max-width: 1199px) {
  #l-store .container .row .storeTxt {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  #l-store .container .row .storeTxt {
    width: 100%;
    margin-top: 26px;
  }
}

@media all and (max-width: 1360px) {
  #l-companyButton .container {
    width: 720px;
  }
}
@media all and (max-width: 767px) {
  #l-companyButton .container {
    width: 100%;
    max-width: 340px;
  }
}
#l-companyButton .container .row {
  margin-left: -35px;
  margin-right: -35px;
}
#l-companyButton .container .row .col-md-6 {
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  #l-companyButton .container .row .col-md-6:nth-of-type(n + 2) {
    margin-top: 26px;
  }
}
#l-companyButton .container .row .companyButton {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
#l-companyButton .container .row .companyButton:hover .companyButton_img img {
  opacity: 0.8;
}
#l-companyButton .container .row .companyButton .companyButton_img {
  width: 340px;
}
@media all and (max-width: 767px) {
  #l-companyButton .container .row .companyButton .companyButton_img {
    width: 100%;
    max-width: 340px;
  }
}
#l-companyButton .container .row .companyButton .companyButton_img img {
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 767px) {
  #l-companyButton .container .row .companyButton .companyButton_img img {
    width: 100%;
  }
}
#l-companyButton .container .row .companyButton .companyButton_txt {
  width: calc(100% - 360px);
}
@media all and (max-width: 1360px) {
  #l-companyButton .container .row .companyButton .companyButton_txt {
    width: 100%;
  }
}

@media all and (max-width: 1199px) {
  #l-recruitBanner .container {
    width: calc(100% - 40px);
    max-width: 600px;
  }
}
#l-recruitBanner .container .row {
  border-radius: 10px;
  overflow: hidden;
}
#l-recruitBanner .container .row .recruitBanner {
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-recruitBanner .container .row .recruitBanner:hover {
  opacity: 0.8;
}
#l-recruitBanner .container .row .recruitBanner .recruitBanner_txt {
  position: relative;
  width: 450px;
  height: 326px;
  background: url(../images/recruit_bg.png) no-repeat;
}
@media all and (max-width: 1199px) {
  #l-recruitBanner .container .row .recruitBanner .recruitBanner_txt {
    width: 100%;
    height: 250px;
  }
}
@media all and (max-width: 575px) {
  #l-recruitBanner .container .row .recruitBanner .recruitBanner_txt {
    height: 200px;
  }
}
#l-recruitBanner .container .row .recruitBanner .recruitBanner_txt .recruitBanner_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 310px;
}
@media all and (max-width: 575px) {
  #l-recruitBanner .container .row .recruitBanner .recruitBanner_txt .recruitBanner_inner {
    width: 80%;
  }
}
#l-recruitBanner .container .row .recruitBanner .recruitBanner_txt .recruitBanner_inner .recruitBanner_ttl {
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 600 !important;
  text-align: left;
  letter-spacing: 0.15em;
  line-height: 1.41;
  margin: 0 auto 16px;
  color: #fff;
}
#l-recruitBanner .container .row .recruitBanner .recruitBanner_txt .recruitBanner_inner .recruitBanner_ttl .small {
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  margin-left: 16px;
}
@media all and (max-width: 575px) {
  #l-recruitBanner .container .row .recruitBanner .recruitBanner_txt .recruitBanner_inner .recruitBanner_ttl {
    font-size: 2.6rem;
  }
  #l-recruitBanner .container .row .recruitBanner .recruitBanner_txt .recruitBanner_inner .recruitBanner_ttl .small {
    font-size: 1.2rem;
    display: block;
    margin-left: 0;
  }
}
#l-recruitBanner .container .row .recruitBanner .recruitBanner_txt .recruitBanner_inner p {
  color: #fff;
}
@media all and (max-width: 575px) {
  #l-recruitBanner .container .row .recruitBanner .recruitBanner_txt .recruitBanner_inner p {
    font-size: 1.3rem;
  }
}
#l-recruitBanner .container .row .recruitBanner .recruitBanner_img {
  width: calc(100% - 450px);
  height: 326px;
  background: url(../images/recruit_photo.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media all and (max-width: 1199px) {
  #l-recruitBanner .container .row .recruitBanner .recruitBanner_img {
    width: 100%;
    height: 250px;
  }
}
@media all and (max-width: 575px) {
  #l-recruitBanner .container .row .recruitBanner .recruitBanner_img {
    height: 160px;
  }
}

#l-contactButton_common .container {
  width: 100%;
  max-width: 100%;
}
#l-contactButton_common .container .row .contact_customer {
  padding: 0;
  height: 500px;
  background: url(../images/washi_bg.png);
  background-size: cover;
  position: relative;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_customer {
    height: 430px;
  }
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 430px;
  max-width: 94%;
  text-align: center;
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner h3 {
  display: inline-block;
  border-bottom: 1px solid #373737;
  font-size: 2.6rem;
  margin: 0 0 22px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_customer .contact_customer_inner h3 {
    font-size: 2rem;
  }
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner h3 a {
  text-decoration: none;
  font-size: 2.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_customer .contact_customer_inner h3 a {
    font-size: 2rem;
  }
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner h3 a:hover {
  color: #bf323d;
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner .customer_oem {
  font-size: 2rem;
  color: #373737;
  margin-top: 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_customer .contact_customer_inner .customer_oem {
    font-size: 1.6rem;
  }
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner .customer_tel {
  margin: 16px 0 0;
  text-align: center;
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner .customer_tel h2 {
  color: #f00;
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_customer .contact_customer_inner .customer_tel h2 {
    margin-bottom: 10px;
  }
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner .customer_tel h2 a {
  vertical-align: middle;
  font-size: 2.3rem;
  font-weight: 600;
  text-decoration: none;
  color: #f00;
  margin-right: 10px;
  line-height: 1.41;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_customer .contact_customer_inner .customer_tel h2 a {
    display: block;
  }
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner .customer_tel p {
  font-size: 1.2rem;
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner .cosutomer_telButton {
  margin-top: 26px;
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner .cosutomer_telButton a {
  background: #333;
  padding: 16px 36px 16px 64px;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner .cosutomer_telButton a:hover {
  background: #f5494f;
}
#l-contactButton_common .container .row .contact_customer .contact_customer_inner .cosutomer_telButton a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/mail_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#l-contactButton_common .container .row .contact_onlineShop {
  padding: 0;
  height: 500px;
  background: url(../images/online_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_onlineShop {
    height: 430px;
  }
}
#l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 430px;
  max-width: 94%;
  text-align: center;
}
#l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner h3 {
  display: inline-block;
  margin: 0 0 16px;
  color: #fff;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner h3 {
    width: 250px;
  }
  #l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner h3 img {
    width: 100%;
  }
}
#l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner h5 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 2.6rem;
  margin: 0 0 22px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner h5 {
    font-size: 2rem;
  }
}
#l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner h4 {
  font-size: 1.8rem;
  margin: 0 0 22px;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner h4 {
    font-size: 1.5rem;
  }
}
#l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner p {
  color: #fff;
}
#l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner .contact_onlineShopButton {
  margin-top: 46px;
}
#l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner .contact_onlineShopButton a {
  background: #f5494f;
  padding: 16px 36px 16px 70px;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner .contact_onlineShopButton a:hover {
  background: #333;
}
#l-contactButton_common .container .row .contact_onlineShop .contact_onlineShop_inner .contact_onlineShopButton a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/cart_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#l-contactButton_common .container .row .corporation_contact {
  padding: 0;
  height: 500px;
  background: #8a3a3a;
  position: relative;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .corporation_contact {
    height: 430px;
  }
}
#l-contactButton_common .container .row .corporation_contact .corporation_contact_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 430px;
  min-height: 306px;
  max-width: 94%;
  text-align: center;
}
@media all and (max-width: 991px) {
  #l-contactButton_common .container .row .corporation_contact .corporation_contact_inner {
    min-height: auto;
  }
}
#l-contactButton_common .container .row .corporation_contact .corporation_contact_inner h3 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 2.6rem;
  margin: 0 0 22px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .corporation_contact .corporation_contact_inner h3 {
    font-size: 2rem;
  }
}
#l-contactButton_common .container .row .corporation_contact .corporation_contact_inner h5 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 2.6rem;
  margin: 0 0 22px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .corporation_contact .corporation_contact_inner h5 {
    font-size: 2rem;
  }
}
#l-contactButton_common .container .row .corporation_contact .corporation_contact_inner h4 {
  font-size: 1.8rem;
  margin: 0 0 22px;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  #l-contactButton_common .container .row .corporation_contact .corporation_contact_inner h4 {
    font-size: 1.5rem;
  }
}
#l-contactButton_common .container .row .corporation_contact .corporation_contact_inner p {
  color: #fff;
  line-height: 1.81;
}
#l-contactButton_common .container .row .corporation_contact .corporation_contact_inner a {
  color: #fff;
  text-decoration: none;
}

#l-footer .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#l-footer .container .row .comInfo_footer {
  max-width: calc(100% - 670px);
}
@media all and (max-width: 1199px) {
  #l-footer .container .row .comInfo_footer {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
#l-footer .container .row .comInfo_footer h3 {
  margin: 0 0 16px;
}
#l-footer .container .row .comInfo_footer p {
  font-size: 1.4rem;
  font-weight: 600;
}
#l-footer .container .row .comInfo_footer ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1199px) {
  #l-footer .container .row .comInfo_footer ul {
    width: 100%;
    margin: 20px auto 0;
    display: block;
  }
}
@media all and (max-width: 575px) {
  #l-footer .container .row .comInfo_footer ul {
    width: 250px;
  }
}
#l-footer .container .row .comInfo_footer ul li {
  vertical-align: middle;
}
#l-footer .container .row .comInfo_footer ul li:not(:last-of-type) {
  margin-right: 10px;
}
#l-footer .container .row .comInfo_footer ul li:last-of-type {
  display: block;
  width: 100%;
  margin-top: 20px;
}
@media all and (max-width: 575px) {
  #l-footer .container .row .comInfo_footer ul li:last-of-type {
    display: inline-block !important;
    width: auto;
    margin-top: 0;
  }
}
#l-footer .container .row .comInfo_footer ul li:last-of-type a img {
  width: 100px;
}
#l-footer .container .row .comInfo_footer ul li:nth-of-type(4) {
  margin-right: 0;
}
@media all and (max-width: 575px) {
  #l-footer .container .row .comInfo_footer ul li:nth-of-type(4) {
    margin-right: 10px;
  }
}
@media all and (max-width: 575px) {
  #l-footer .container .row .comInfo_footer ul li:nth-of-type(3) {
    margin-right: 0;
  }
}
@media all and (max-width: 1199px) {
  #l-footer .container .row .comInfo_footer ul li {
    display: inline-block;
  }
}
@media all and (max-width: 575px) {
  #l-footer .container .row .comInfo_footer ul li:nth-of-type(4), #l-footer .container .row .comInfo_footer ul li:nth-of-type(5) {
    margin-top: 15px;
  }
}
#l-footer .container .row .online_menu_footer {
  width: 100%;
  margin-bottom: 38px;
  text-align: center;
}
#l-footer .container .row .online_menu_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
@media all and (max-width: 1360px) {
  #l-footer .container .row .online_menu_footer ul {
    width: 100%;
    max-width: 560px;
  }
}
#l-footer .container .row .online_menu_footer ul li {
  display: inline-block;
  margin: 0 10px;
}
@media all and (max-width: 1360px) {
  #l-footer .container .row .online_menu_footer ul li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  #l-footer .container .row .online_menu_footer ul li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
#l-footer .container .row .menu_footer {
  width: 650px;
}
@media all and (max-width: 1199px) {
  #l-footer .container .row .menu_footer {
    margin: 0 auto 32px;
  }
}
@media all and (max-width: 767px) {
  #l-footer .container .row .menu_footer {
    display: none;
  }
}
#l-footer .container .row .menu_footer .link_other {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 7px;
  position: relative;
}
#l-footer .container .row .menu_footer .link_other:before {
  content: "";
  display: inline-block;
  background: url(../images/arrow_single.svg) no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#l-footer .container .row .menu_footer .link_other a {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-footer .container .row .menu_footer .link_other a:hover {
  color: #bf323d;
}
#l-footer .container .row .menu_footer .link_child_01,
#l-footer .container .row .menu_footer .link_child_02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#l-footer .container .row .menu_footer .link_child_01 li,
#l-footer .container .row .menu_footer .link_child_02 li {
  padding: 5px 0;
}
#l-footer .container .row .menu_footer .link_child_01 li a,
#l-footer .container .row .menu_footer .link_child_02 li a {
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  padding-left: 1.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-footer .container .row .menu_footer .link_child_01 li a:hover,
#l-footer .container .row .menu_footer .link_child_02 li a:hover {
  color: #bf323d;
}
#l-footer .container .row .menu_footer .link_child_01 li a:before,
#l-footer .container .row .menu_footer .link_child_02 li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background: #373737;
}
#l-footer .container .row .menu_footer .link_child_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#l-footer .container .row .menu_footer .link_child_02 li:nth-of-type(odd) {
  width: 60%;
}
#l-footer .container .row .menu_footer .link_child_02 li:nth-of-type(even) {
  width: 40%;
}
#l-footer .container .row .menu_footer .footerMenu_03 {
  width: 210px;
}
#l-footer .container .row .menu_footer .footerMenu_03 .link_other:last-of-type {
  border: none;
}
#l-footer .container .row .menu_footer .link_child_01,
#l-footer .container .row .menu_footer .link_child_02,
#l-footer .container .row .menu_footer .link_child_03 {
  margin-top: 6px;
}
#l-footer .container .row .menu_footer .footerMenu_01 {
  width: 130px;
}
@media all and (max-width: 767px) {
  #l-footer .container .row .menu_footer .footerMenu_01 {
    width: 100%;
  }
}
#l-footer .container .row .menu_footer .footerMenu_02 {
  width: 220px;
}
@media all and (max-width: 767px) {
  #l-footer .container .row .menu_footer .footerMenu_02 {
    width: 100%;
    margin-top: 26px;
  }
}
@media all and (max-width: 767px) {
  #l-footer .container .row .menu_footer .footerMenu_03 {
    width: 100%;
    margin-top: 26px;
  }
}

#l-copy {
  padding: 20px 0;
}
@media all and (max-width: 991px) {
  #l-copy {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  #l-copy .container .row .copyMenu {
    margin: 0 auto;
  }
}
#l-copy .container .row .copyMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#l-copy .container .row .copyMenu ul li {
  display: inline-block;
  padding: 0 20px;
}
@media all and (max-width: 575px) {
  #l-copy .container .row .copyMenu ul li {
    padding: 0 10px;
  }
}
#l-copy .container .row .copyMenu ul li:nth-of-type(n + 2) {
  border-left: 1px solid #ccc;
}
#l-copy .container .row .copyMenu ul li:first-of-type {
  padding-left: 0;
}
#l-copy .container .row .copyMenu ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-copy .container .row .copyMenu ul li a:hover {
  color: #bf323d;
}
@media all and (max-width: 991px) {
  #l-copy .container .row .copyMenu ul li a {
    font-size: 1rem;
  }
}
#l-copy .container .row .copyTxt {
  font-size: 1.2rem;
}
@media all and (max-width: 575px) {
  #l-copy .container .row .copyTxt {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
  }
}

#l-page_content {
  width: 100%;
}

.l-manufacturing_head {
  padding: 120px 0 70px;
}
@media all and (max-width: 767px) {
  .l-manufacturing_head {
    padding: 90px 0 60px;
  }
}

.l-corporate-culture_head {
  padding: 70px 0;
  background: url(../images/corporate_cultureheader_bg.jpg) no-repeat left bottom;
  background-size: cover;
  background-position: 50%;
}
@media all and (max-width: 767px) {
  .l-corporate-culture_head {
    padding: 50px 0;
  }
}

.l-washi_gray {
  width: 100%;
  background: url(../images/washi_gray.jpg);
  padding: 90px 0;
  position: relative;
}
@media all and (max-width: 991px) {
  .l-washi_gray {
    padding: 60px 0;
  }
}

.l-page_contact_customer {
  background: url(../images/washi_bg.png);
}
.l-page_contact_customer .container {
  width: 900px;
}
@media all and (max-width: 991px) {
  .l-page_contact_customer .container {
    width: calc(100% - 40px);
    max-width: 500px;
  }
}
.l-page_contact_customer .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  .l-page_contact_customer .container .row {
    display: block;
    margin: 0;
  }
}
.l-page_contact_customer .container .row .page_contact_customer_txt {
  width: 55%;
}
@media all and (max-width: 1199px) {
  .l-page_contact_customer .container .row .page_contact_customer_txt {
    width: 50%;
    margin-right: 5%;
  }
}
@media all and (max-width: 991px) {
  .l-page_contact_customer .container .row .page_contact_customer_txt {
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
    margin-right: 0;
  }
}
.l-page_contact_customer .container .row .page_contact_customer_txt h3 {
  display: inline-block;
  border-bottom: 1px solid #373737;
  margin: 0 0 20px;
  font-size: 2.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.l-page_contact_customer .container .row .page_contact_customer_txt h3 a {
  text-decoration: none;
  font-size: 2.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 575px) {
  .l-page_contact_customer .container .row .page_contact_customer_txt h3 a {
    font-size: 2rem;
  }
}
.l-page_contact_customer .container .row .page_contact_customer_txt h3 a:hover {
  color: #bf323d;
}
.l-page_contact_customer .container .row .page_contact_customer_oem {
  width: 45%;
  background: #fff;
  border-radius: 6px;
  padding: 22px;
}
@media all and (max-width: 991px) {
  .l-page_contact_customer .container .row .page_contact_customer_oem {
    width: 100%;
  }
}
.l-page_contact_customer .container .row .page_contact_customer_oem .customer_oem {
  font-size: 2.1rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
}
.l-page_contact_customer .container .row .page_contact_customer_oem .customer_tel {
  margin: 10px 0 0;
  text-align: center;
}
.l-page_contact_customer .container .row .page_contact_customer_oem .customer_tel h2 {
  color: #f00;
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
}
@media all and (max-width: 575px) {
  .l-page_contact_customer .container .row .page_contact_customer_oem .customer_tel h2 {
    margin-bottom: 10px;
  }
}
.l-page_contact_customer .container .row .page_contact_customer_oem .customer_tel h2 a {
  vertical-align: middle;
  font-size: 2.3rem;
  font-weight: 600;
  text-decoration: none;
  color: #f00;
  margin-right: 10px;
  line-height: 1.41;
}
@media all and (max-width: 575px) {
  .l-page_contact_customer .container .row .page_contact_customer_oem .customer_tel h2 a {
    display: block;
  }
}
.l-page_contact_customer .container .row .page_contact_customer_oem .customer_tel p {
  font-size: 1.2rem;
}
.l-page_contact_customer .container .row .page_contact_customer_oem .cosutomer_telButton {
  margin-top: 10px;
}
.l-page_contact_customer .container .row .page_contact_customer_oem .cosutomer_telButton a {
  background: #333;
  padding: 16px 20px 16px 40px;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.l-page_contact_customer .container .row .page_contact_customer_oem .cosutomer_telButton a:hover {
  background: #f5494f;
}
.l-page_contact_customer .container .row .page_contact_customer_oem .cosutomer_telButton a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/mail_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .l-page_contact_customer .container .row .page_contact_customer_oem .cosutomer_telButton a:before {
    left: 18px;
  }
}

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

.justify-center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.flex-justify-center {
  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;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.link_all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media all and (min-width: 1200px) {
  .for-max {
    display: none;
  }
}

@media all and (max-width: 1199px) {
  .for-lg {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .for-md {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .for-sm {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .for-xs {
    display: none;
  }
}

.SP_only {
  display: none;
}
@media all and (max-width: 991px) {
  .SP_only {
    display: block;
  }
}

.for-lg--less {
  display: block;
}
@media all and (max-width: 1199px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media all and (max-width: 991px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media all and (max-width: 767px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media all and (max-width: 575px) {
  .for-xs--less {
    display: none;
  }
}

.pageTtl {
  width: 100%;
  height: 321px;
  position: relative;
}
@media all and (max-width: 767px) {
  .pageTtl {
    height: 230px;
  }
}
.pageTtl h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  text-align: center;
  width: calc(100% - 40px);
  font-weight: 400;
}
.pageTtl h1 .en {
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0.2em;
}
.pageTtl h1 .productName {
  font-size: 2rem;
  display: block;
  letter-spacing: 0.15em;
}
.pageTtl h1 .itemName {
  font-size: 3.4rem;
  display: block;
}
@media all and (max-width: 767px) {
  .pageTtl h1 {
    font-size: 2.8rem;
  }
  .pageTtl h1 .en {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 575px) {
  .pageTtl h1 {
    font-size: 2.4rem;
  }
  .pageTtl h1 .en {
    font-size: 1.2rem;
  }
}
.pageTtl.manufacturing {
  background: url(../images/manufacturing_main_bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.recruit {
  background: url(../images/manufacturing_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.recruit_02 {
  background: url(../images/recruit_main_bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.corporate_culture {
  background: url(../images/corporate_culture_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.store_information {
  background: url(../images/store_information_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.privacy {
  background: url(../images/store_information_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.product {
  background: url(../images/category_kinako_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.company {
  background: url(../images/company_main_bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.history {
  background: url(../images/history_main_bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.howtomake {
  background: url(../images/howtomake_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.faq {
  background: url(../images/faq_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.corporateCulture_certificate {
  background: url(../images/recruit_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.hoshiimo {
  background: url(../images/hoshiimo_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.kinako {
  background: url(../images/kinako_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.katakuriko {
  background: url(../images/katakuriko_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.mugicha {
  background: url(../images/mugicha_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.mame {
  background: url(../images/mame_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.wafun {
  background: url(../images/wafun_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.kansouyasai {
  background: url(../images/kansouyasai_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.others {
  background: url(../images/others_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl.tsukemono {
  background: url(../images/tsukemono_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.pageTtl .product_item_bg {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}
@media all and (max-width: 1360px) {
  .pageTtl .product_item_bg {
    width: 1040px;
  }
}
@media all and (max-width: 1199px) {
  .pageTtl .product_item_bg {
    width: 842px;
  }
}
@media all and (max-width: 991px) {
  .pageTtl .product_item_bg {
    width: 720px;
    display: none;
  }
}
@media all and (max-width: 767px) {
  .pageTtl .product_item_bg {
    width: 540px;
    display: none;
  }
}
.pageTtl .product_item_bg img {
  position: absolute;
  bottom: -100px;
  right: 20px;
  width: 300px;
}
@media all and (max-width: 1360px) {
  .pageTtl .product_item_bg img {
    width: 300px;
  }
}
@media all and (max-width: 991px) {
  .pageTtl .product_item_bg img {
    width: 200px;
    bottom: -60px;
  }
}
@media all and (max-width: 767px) {
  .pageTtl .product_item_bg img {
    width: 200px;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.breadcrumbsParent {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 3000;
}
@media all and (max-width: 767px) {
  .breadcrumbsParent {
    display: none;
  }
}
.breadcrumbsParent .breadcrumbs {
  width: 100%;
  padding: 20px;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumbsParent .breadcrumbs a {
  text-decoration: none;
  font-size: 1.3rem;
}
.breadcrumbsParent .breadcrumbs > span:not(:last-of-type) {
  margin-right: 30px;
  position: relative;
}
.breadcrumbsParent .breadcrumbs > span:not(:last-of-type):before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(../images/pan_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pageFooter_button {
  margin: 84px auto;
}
@media all and (max-width: 575px) {
  .pageFooter_button {
    margin: 60px auto;
  }
}
.pageFooter_button .pageFooter_button {
  margin: 84px auto;
}
.pageFooter_button .pageFooter_button .container {
  width: 1000px;
}
@media all and (max-width: 1199px) {
  .pageFooter_button .pageFooter_button .container {
    width: calc(100% - 40px);
    max-width: 476px;
  }
}
.pageFooter_button .pageFooter_button .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageFooter_button .pageFooter_button .container .row article {
  width: 476px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media all and (max-width: 1199px) {
  .pageFooter_button .pageFooter_button .container .row article:nth-of-type(n + 2) {
    margin-top: 26px;
  }
}
.pageFooter_button .pageFooter_button .container .row article a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 0;
  text-decoration: none;
}
.pageFooter_button .pageFooter_button .container .row article a:hover img {
  opacity: 0.8;
}
.pageFooter_button .pageFooter_button_txt {
  width: calc(100% - 236px);
  position: relative;
}
@media all and (max-width: 575px) {
  .pageFooter_button .pageFooter_button_txt {
    width: 60%;
  }
}
.pageFooter_button .pageFooter_button_txt_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  margin: 0;
}
@media all and (max-width: 575px) {
  .pageFooter_button .pageFooter_button_txt_ttl {
    font-size: 1.6rem;
    width: 80%;
  }
}
.pageFooter_button .pageFooter_button_txt_ttl .en {
  font-size: 1rem;
  color: #a2a2a2;
  font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  display: block;
}
.pageFooter_button .pageFooter_button_img {
  position: relative;
  width: 236px;
}
.pageFooter_button .pageFooter_button_img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/arrow_white.svg) no-repeat;
  background-size: contain;
  z-index: 50;
}
@media all and (max-width: 575px) {
  .pageFooter_button .pageFooter_button_img {
    width: 40%;
    min-height: 80px;
    position: relative;
    overflow: hidden;
  }
  .pageFooter_button .pageFooter_button_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.pageFooter_button .pageFooter_button_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageFooter_button .container {
  width: 1000px;
}
@media all and (max-width: 1199px) {
  .pageFooter_button .container {
    width: calc(100% - 40px);
    max-width: 476px;
  }
}
.pageFooter_button .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageFooter_button .container .row article {
  width: 476px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1199px) {
  .pageFooter_button .container .row article:nth-of-type(n + 2) {
    margin-top: 26px;
  }
}
.pageFooter_button .container .row article a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 0;
  text-decoration: none;
}
.pageFooter_button .container .row article a:hover img {
  opacity: 0.8;
}
.pageFooter_button_txt {
  width: calc(100% - 236px);
  position: relative;
}
@media all and (max-width: 575px) {
  .pageFooter_button_txt {
    width: 50%;
  }
}
.pageFooter_button_txt_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  margin: 0;
}
@media all and (max-width: 575px) {
  .pageFooter_button_txt_ttl {
    font-size: 1.7rem;
  }
}
.pageFooter_button_txt_ttl .en {
  font-size: 1rem;
  color: #a2a2a2;
  font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  display: block;
}
.pageFooter_button_img {
  width: 236px;
}
@media all and (max-width: 575px) {
  .pageFooter_button_img {
    width: 50%;
    min-height: 115px;
    position: relative;
    overflow: hidden;
  }
  .pageFooter_button_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
}
.pageFooter_button_img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pageFooter_button_vertical .container {
  width: 900px;
}
@media all and (max-width: 991px) {
  .pageFooter_button_vertical .container {
    width: calc(100% - 40px) !important;
    max-width: 476px;
  }
}
.pageFooter_button_vertical article {
  width: 263px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 991px) {
  .pageFooter_button_vertical article {
    width: 100%;
  }
  .pageFooter_button_vertical article:not(:first-of-type) {
    margin-top: 16px;
  }
}
.pageFooter_button_vertical article a {
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .pageFooter_button_vertical article a {
    width: 100%;
    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;
  }
}
@media all and (max-width: 991px) {
  .pageFooter_button_vertical_img {
    width: 236px;
    position: relative;
  }
  .pageFooter_button_vertical_img::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url(../images/arrow_white.svg) no-repeat;
    background-size: contain;
    z-index: 50;
  }
}
@media all and (max-width: 575px) {
  .pageFooter_button_vertical_img {
    width: 140px;
  }
}
.pageFooter_button_vertical_txt {
  padding: 18px 20px;
  position: relative;
}
@media all and (max-width: 991px) {
  .pageFooter_button_vertical_txt {
    width: calc(100% - 236px);
    padding: 22px 20px;
  }
}
@media all and (max-width: 575px) {
  .pageFooter_button_vertical_txt {
    width: calc(100% - 140px);
  }
}
.pageFooter_button_vertical_txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/arrow_red.svg) no-repeat;
  background-size: contain;
  z-index: 50;
}
@media all and (max-width: 991px) {
  .pageFooter_button_vertical_txt:before {
    content: none;
  }
}
.pageFooter_button_vertical_txt_ttl {
  font-size: 1.9rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .pageFooter_button_vertical_txt_ttl {
    font-size: 1.6rem;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.pageFooter_button_vertical_txt_ttl .en {
  font-size: 1rem;
  color: #a2a2a2;
  font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  display: block;
}

.box_grayBorder {
  border: 1px solid #efefef;
  padding: 26px 32px;
}
@media all and (max-width: 767px) {
  .box_grayBorder {
    padding: 18px 18px;
  }
}

.ttl_vertical {
  width: 108px;
}
@media all and (max-width: 575px) {
  .ttl_vertical {
    width: 100%;
    margin-bottom: 26px;
  }
}
.ttl_vertical h3 {
  font-size: 3.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #373737;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media all and (max-width: 1199px) {
  .ttl_vertical h3 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 575px) {
  .ttl_vertical h3 {
    font-size: 2.2rem;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    text-align: center;
  }
}
.ttl_vertical h3 .en {
  font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  display: block;
  color: #a2a2a2;
  font-weight: 400;
  margin-top: 5px;
}
@media all and (max-width: 575px) {
  .ttl_vertical h3 .en {
    margin-top: 0;
  }
}

.table_base {
  width: 100%;
  border-collapse: collapse;
}
.table_base tr {
  border-bottom: 1px solid #dcdddd;
}
.table_base tr:first-of-type th, .table_base tr:first-of-type td {
  padding-top: 0;
}
.table_base th, .table_base td {
  vertical-align: top;
  padding: 15px 0 14px;
  text-align: left;
}
@media all and (max-width: 575px) {
  .table_base th, .table_base td {
    width: 100%;
    display: block;
    padding: 18px 0 17px;
  }
}
@media all and (max-width: 575px) {
  .table_base th {
    padding-bottom: 3px;
  }
  .table_base td {
    padding-top: 3px;
  }
}

.page_footerMenu {
  background: #fff;
  text-align: center;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
.page_footerMenu ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0;
}
@media all and (max-width: 991px) {
  .page_footerMenu ul {
    display: block;
    text-align: left;
  }
}
.page_footerMenu ul li {
  display: inline-block;
  padding: 0 30px;
  border-left: 1px solid #dcdddd;
}
@media all and (max-width: 991px) {
  .page_footerMenu ul li {
    display: block;
    border-left: none;
    border-bottom: 1px solid #dcdddd;
    padding: 16px 0;
  }
}
.page_footerMenu ul li:first-of-type {
  padding-left: 0;
  border-left: none;
}
@media all and (max-width: 991px) {
  .page_footerMenu ul li:first-of-type {
    border-top: 1px solid #dcdddd;
  }
}
.page_footerMenu ul li:last-of-type {
  padding-right: 0;
}
.page_footerMenu ul li a {
  font-size: 1.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-left: 26px;
  text-decoration: none;
  position: relative;
}
.page_footerMenu ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/arrow_red.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.l-page_contact_customer .container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.l-page_contact_customer .container .row .page_contact_customer_txt {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.manufacturing_jump {
  position: relative;
  padding-bottom: 45px;
}
.manufacturing_jump:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 194px;
  background: url(../images/manufacturing_green_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.manufacturing_jump .container {
  width: 1056px;
}
@media all and (max-width: 767px) {
  .manufacturing_jump .container {
    width: calc(100% - 40px);
    max-width: 470px;
  }
}
.manufacturing_jump .container article {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1199px) {
  .manufacturing_jump .container article {
    width: 23.5%;
  }
  .manufacturing_jump .container article img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .manufacturing_jump .container article {
    width: 48%;
  }
  .manufacturing_jump .container article:nth-of-type(n + 3) {
    margin-top: 2%;
  }
}
.manufacturing_jump .container article:hover {
  opacity: 0.8;
}

.manufacturing_section {
  margin: 72px auto;
}
@media all and (max-width: 767px) {
  .manufacturing_section {
    margin: 40px auto;
  }
}
@media all and (max-width: 1199px) {
  .manufacturing_section .container {
    width: calc(100% - 40px);
    max-width: 714px;
  }
}
.manufacturing_section .container .row {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.manufacturing_section_txt {
  width: 485px;
  height: 371px;
  background: #fff;
  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;
  padding: 57px;
}
@media all and (max-width: 1199px) {
  .manufacturing_section_txt {
    width: 100%;
    height: auto;
    display: block;
    padding: 57px 57px 26px;
  }
}
@media all and (max-width: 575px) {
  .manufacturing_section_txt {
    padding: 30px 30px 16px;
  }
}
.manufacturing_section_txt_ttl {
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  font-size: 2.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0;
  letter-spacing: 0.15em;
}
@media all and (max-width: 1199px) {
  .manufacturing_section_txt_ttl {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    font-size: 2.2rem;
  }
}
.manufacturing_section_txt_ttl .en {
  display: block;
  font-size: 1rem;
  color: #a2a2a2;
  font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.manufacturing_section_txt_inner {
  width: 280px;
  margin-top: 20px;
}
@media all and (max-width: 1199px) {
  .manufacturing_section_txt_inner {
    width: 100%;
  }
}
.manufacturing_section_txt_inner p:nth-of-type(n + 2) {
  margin-top: 16px;
}
.manufacturing_section_img {
  width: calc(100% - 485px);
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  .manufacturing_section_img {
    width: 100%;
    background: #fff;
  }
}
.manufacturing_section_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 1360px) {
  .manufacturing_section_img img {
    width: 130%;
    max-width: 130%;
    height: auto;
  }
}
@media all and (max-width: 1199px) {
  .manufacturing_section_img img {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0 57px 57px;
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .manufacturing_section_img img {
    padding: 0 30px 30px;
  }
}

.corporateCulture_landscape .container {
  width: calc(100% - 40px);
  max-width: 1100px;
}
.corporateCulture_landscape .container .row img {
  width: 100%;
}

.corporateCulture_certificate .container {
  width: calc(100% - 40px);
  max-width: 690px;
}
.corporateCulture_certificate .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  .corporateCulture_certificate .container .row {
    display: block;
  }
}
.corporateCulture_certificate .container .row article:nth-of-type(3) {
  margin-top: 67px;
}
@media all and (max-width: 767px) {
  .corporateCulture_certificate .container .row article:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .corporateCulture_certificate_img {
    text-align: center;
  }
}
.corporateCulture_certificate_txt {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 12px;
}
@media all and (max-width: 767px) {
  .corporateCulture_certificate_txt {
    font-size: 1.3rem;
  }
}

.corporateCulture_slider .container {
  width: 100%;
  max-width: 100%;
}
.corporateCulture_slider_inner {
  width: 100%;
  overflow: hidden;
}
.corporateCulture_slider_inner .swiper-container {
  width: 100%;
  height: 100vh;
  max-width: 940px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.corporateCulture_no_slider_inner {
  width: 100%;
  text-align: center;
}
.corporateCulture_no_slider_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-size: 0;
}
.corporateCulture_no_slider_inner ul li {
  display: inline-block;
}
@media all and (max-width: 767px) {
  .corporateCulture_no_slider_inner ul li {
    display: block;
  }
}
.corporateCulture_no_slider_inner ul li:not(:first-of-type) {
  margin-left: 22px;
}
@media all and (max-width: 767px) {
  .corporateCulture_no_slider_inner ul li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.storeInfo_charm .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.storeInfo_charm_img {
  width: 523px;
}
@media all and (max-width: 1360px) {
  .storeInfo_charm_img {
    width: 45%;
  }
}
@media all and (max-width: 991px) {
  .storeInfo_charm_img {
    width: 100%;
    text-align: center;
    margin-top: 36px;
  }
}
.storeInfo_charm_img img {
  width: 100%;
}
@media all and (max-width: 991px) {
  .storeInfo_charm_img img {
    max-width: 523px;
  }
}
.storeInfo_charm_txt {
  width: 614px;
}
@media all and (max-width: 1360px) {
  .storeInfo_charm_txt {
    width: 50%;
  }
}
@media all and (max-width: 991px) {
  .storeInfo_charm_txt {
    width: 100%;
  }
}
.storeInfo_charm_txt p {
  line-height: 1.91;
}

.charm_box_ttl {
  font-size: 2rem;
  margin: 0 0 11px;
  font-weight: 600;
}
@media all and (max-width: 991px) {
  .charm_box_ttl {
    font-size: 1.6rem;
  }
}
.charm_box_table {
  width: 100%;
  border-collapse: collapse;
}
.charm_box_table tr:last-of-type th, .charm_box_table tr:last-of-type td {
  padding-bottom: 0;
}
.charm_box_table th, .charm_box_table td {
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: 5px;
}
@media all and (max-width: 767px) {
  .charm_box_table th, .charm_box_table td {
    font-size: 1.4rem;
  }
}
.charm_box_table th {
  font-weight: 600;
  width: 100px;
}
.charm_box_list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.charm_box_list li {
  font-size: 1.4rem;
  padding-bottom: 4px;
  line-height: 1.41;
}
.charm_box_list li:last-child {
  padding-bottom: 0;
}

.storeInfo_gmap .container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 115px;
  position: relative;
}
@media all and (max-width: 991px) {
  .storeInfo_gmap .container {
    padding-bottom: 60px;
  }
}
.storeInfo_gmap .container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 138px);
  background: url(../images/washi_gray.jpg);
}
.storeInfo_gmap .container .row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1360px) {
  .storeInfo_gmap .container .row {
    max-width: 1050px;
  }
}
@media all and (max-width: 1199px) {
  .storeInfo_gmap .container .row {
    max-width: 842px;
  }
}
@media all and (max-width: 991px) {
  .storeInfo_gmap .container .row {
    max-width: 720px;
  }
}
.storeInfo_gmap .container .row .gmap_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}
@media all and (max-width: 991px) {
  .storeInfo_gmap .container .row .gmap_inner {
    padding-top: 56.25%;
  }
}
.storeInfo_gmap .container .row .gmap_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_detail .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1199px) {
  .product_detail .container .row {
    display: block;
  }
}
.product_detail_ttl {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media all and (max-width: 1199px) {
  .product_detail_ttl {
    display: block;
  }
}
.product_detail_ttl h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #373737;
  display: inline-block;
  margin: 0;
}
@media all and (max-width: 1199px) {
  .product_detail_ttl h2 {
    display: block;
  }
}
@media all and (max-width: 575px) {
  .product_detail_ttl h2 {
    font-size: 2.2rem;
  }
}
.product_detail_ttl ul {
  display: inline-block;
  margin: 0 0 0 26px;
  padding: 0;
  font-size: 0;
}
@media all and (max-width: 1199px) {
  .product_detail_ttl ul {
    margin: 16px 0 0;
    display: block;
  }
}
@media all and (max-width: 575px) {
  .product_detail_ttl ul {
    margin: 8px 0 0;
  }
}
.product_detail_ttl ul li {
  display: inline-block;
  font-size: 1.4rem;
  padding: 8px 16px 7px;
  border-radius: 50px;
  background: url(../images/gray_bg.png) no-repeat;
  margin-right: 16px;
}
@media all and (max-width: 575px) {
  .product_detail_ttl ul li {
    font-size: 1.2rem;
    padding: 5px 12px;
    margin-right: 8px;
  }
}
.product_detail_img {
  width: 517px;
  text-align: center;
}
@media all and (max-width: 1360px) {
  .product_detail_img {
    width: 45%;
  }
}
@media all and (max-width: 1199px) {
  .product_detail_img {
    width: 100%;
  }
}
.product_detail_img img {
  width: 100%;
}
@media all and (max-width: 1199px) {
  .product_detail_img img {
    max-width: 517px;
  }
}
.product_detail_txt {
  width: calc(100% - 563px);
}
@media all and (max-width: 1360px) {
  .product_detail_txt {
    width: 50%;
  }
}
@media all and (max-width: 1199px) {
  .product_detail_txt {
    width: 100%;
    margin-top: 42px;
  }
}
.product_detail_txt p {
  line-height: 1.81;
}
.product_detail_txt .point {
  position: relative;
  width: 100%;
  border: 1px solid #dcdddd;
  padding: 32px 32px 32px;
}
.product_detail_txt .point h6 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.4rem;
  position: absolute;
  top: -12px;
  left: 20px;
  background: #fff;
  padding: 0 10px;
  margin: 0;
  line-height: 1;
}
.product_detail_txt .point ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product_detail_txt .point ul li {
  position: relative;
  padding: 0 0 0 1.3em;
}
.product_detail_txt .point ul li:nth-of-type(n + 2) {
  margin-top: 12px;
}
.product_detail_txt .point ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.corporation_content {
  background: #f7f8f8;
  border-radius: 4px;
  margin-top: 36px;
  padding: 36px 42px;
}
@media all and (max-width: 575px) {
  .corporation_content {
    padding: 22px 26px;
  }
}
.corporation_content_information {
  width: 100%;
  border-collapse: collapse;
}
.corporation_content_information tr:not(:last-of-type) {
  border-bottom: 1px solid #b5b5b6;
}
.corporation_content_information tr:first-of-type th, .corporation_content_information tr:first-of-type td {
  padding-top: 0;
}
.corporation_content_information tr th, .corporation_content_information tr td {
  padding: 14px 0;
}
.corporation_content_information tr th {
  width: 200px;
  text-align: left;
}
@media all and (max-width: 575px) {
  .corporation_content_information tr th {
    width: 150px;
  }
}
.corporation_content_information tr th .small {
  font-size: 1.2rem;
  display: block;
}

.product_component_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_component_table article {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 13px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 575px) {
  .product_component_table article {
    width: 100%;
  }
  .product_component_table article:nth-of-type(n + 2) {
    border-top: 1px solid #dcdddd;
  }
}
.product_component_table article:nth-of-type(odd) {
  margin-right: 6%;
}
@media all and (max-width: 575px) {
  .product_component_table article:nth-of-type(odd) {
    margin-right: 0;
  }
}
.product_component_table article:nth-of-type(n + 3) {
  border-top: 1px solid #dcdddd;
}
.product_component_table article .product_component_ttl {
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  .product_component_table article .product_component_ttl {
    font-size: 1.4rem;
  }
}
.product_component_table article .product_component_txt {
  font-size: 1.6rem;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  .product_component_table article .product_component_txt {
    font-size: 1.4rem;
  }
}

.corporation_nutrients {
  background: #fff;
  padding: 26px 32px;
  border-radius: 4px;
  margin-top: 12px;
}
@media all and (max-width: 575px) {
  .corporation_nutrients {
    padding: 20px 26px;
  }
}
.corporation_nutrients h4 {
  margin: 0 0 8px;
  border-bottom: 2px solid #373737;
  padding-bottom: 4px;
}

.product_other {
  width: 100%;
  background: url(../images/gray_bg.png) no-repeat;
  background-size: cover;
}
@media all and (max-width: 1360px) {
  .product_other .container {
    width: 900px;
  }
}
@media all and (max-width: 1199px) {
  .product_other .container {
    width: calc(100% - 40px);
    max-width: 570px;
  }
}
.product_other_inner {
  width: 270px;
  margin-right: 40px;
}
@media all and (max-width: 1360px) {
  .product_other_inner {
    margin-right: 30px;
  }
}
@media all and (max-width: 767px) {
  .product_other_inner {
    width: 48%;
    margin-right: 4%;
  }
}
.product_other_inner:nth-of-type(4n) {
  margin-right: 0;
}
@media all and (max-width: 1360px) {
  .product_other_inner:nth-of-type(4n) {
    margin-right: 30px;
  }
  .product_other_inner:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 1199px) {
  .product_other_inner:nth-of-type(4n) {
    margin-right: 30px;
  }
  .product_other_inner:nth-of-type(3n) {
    margin-right: 30px;
  }
  .product_other_inner:nth-of-type(3) {
    margin-top: 48px;
  }
  .product_other_inner:nth-of-type(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .product_other_inner:nth-of-type(odd) {
    margin-right: 4%;
  }
  .product_other_inner:nth-of-type(even) {
    margin-right: 0;
  }
}
.product_other_inner:nth-of-type(n + 5) {
  margin-top: 48px;
}
@media all and (max-width: 1360px) {
  .product_other_inner:nth-of-type(n + 4) {
    margin-top: 48px;
  }
}
.product_other_inner h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 16px 0 0 0;
  letter-spacing: 0;
}
@media all and (max-width: 575px) {
  .product_other_inner h3 {
    font-size: 1.5rem;
  }
}
.product_other_inner h3 a {
  text-decoration: none;
}
.product_other_inner p {
  font-size: 1.6rem;
  margin-top: 3px;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  .product_other_inner p {
    font-size: 1.4rem;
  }
}

.companyGreeting {
  background: url(../images/company_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.companyGreeting_txt {
  width: 100%;
}
@media all and (max-width: 991px) {
  .companyGreeting_txt {
    width: 100%;
  }
}
.companyGreeting_inner {
  width: calc(100% - 108px);
  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;
}
@media all and (max-width: 575px) {
  .companyGreeting_inner {
    width: 100%;
  }
}
.companyGreeting_inner_txt {
  width: calc(100% - 270px);
}
@media all and (max-width: 991px) {
  .companyGreeting_inner_txt {
    width: 100%;
  }
}
.companyGreeting_inner_txt p {
  font-size: 1.5rem;
}
@media all and (max-width: 575px) {
  .companyGreeting_inner_txt p {
    font-size: 1.4rem;
  }
}
.companyGreeting_inner_txt img {
  margin-left: 16px;
}
@media all and (max-width: 575px) {
  .companyGreeting_inner_txt img {
    margin: 8px 0 0 8px;
  }
}
.companyGreeting_inner .companyGreeting_photo {
  display: block;
  margin: 0;
}
@media all and (max-width: 991px) {
  .companyGreeting_inner .companyGreeting_photo {
    display: block;
    margin: 0 auto 26px;
  }
}

.company_philosophy {
  background: url(../images/rinen_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
.company_philosophy .container {
  position: relative;
}
.company_philosophy_list {
  width: 360px;
}
.company_philosophy_list article {
  margin-top: 26px;
}
@media all and (max-width: 991px) {
  .company_philosophy_list article {
    margin-top: 20px !important;
  }
}
.company_philosophy_list article:nth-of-type(n + 2) {
  margin-top: 50px;
}
.company_philosophy_list article h3 {
  font-size: 2.1rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0 0 12px;
  padding: 0 0 5px;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #dcdddd;
}
@media all and (max-width: 991px) {
  .company_philosophy_list article h3 {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
@media all and (max-width: 1360px) {
  .company_philosophy_list {
    width: 32%;
  }
}
@media all and (max-width: 991px) {
  .company_philosophy_list {
    width: 100%;
  }
  .company_philosophy_list:first-of-type {
    margin-top: 300px;
  }
}
.company_philosophy_img {
  width: 370px;
  height: 392px;
  position: relative;
}
.company_philosophy_img img {
  position: absolute;
}
.company_philosophy_img img:nth-of-type(1) {
  top: 0;
  left: 0;
}
.company_philosophy_img img:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1360px) {
  .company_philosophy_img {
    width: 30%;
    height: 330px;
    margin-top: 40px;
  }
  .company_philosophy_img img {
    width: 200px;
    position: absolute;
  }
}
@media all and (max-width: 991px) {
  .company_philosophy_img {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
  }
  .company_philosophy_img img {
    width: 200px;
  }
}

.companyOverview .container {
  max-width: 1000px;
}
@media all and (max-width: 1199px) {
  .companyOverview .container {
    width: calc(100% - 40px);
    max-width: 730px;
  }
}
.companyOverview_table {
  width: 576px;
}
@media all and (max-width: 1199px) {
  .companyOverview_table {
    width: 100%;
  }
}
.companyOverview_table th {
  width: 170px;
}
@media all and (max-width: 575px) {
  .companyOverview_table th {
    width: 100%;
  }
}
.companyOverview_img {
  width: 360px;
}
.companyOverview_img img:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media all and (max-width: 1199px) {
  .companyOverview_img {
    width: 100%;
    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;
    margin-top: 20px;
  }
  .companyOverview_img img {
    margin-top: 0 !important;
    width: 49%;
  }
}

.productClassification .container {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.productClassification .container .row form {
  width: 100%;
}
.productClassification_txt {
  text-align: center;
  margin-bottom: 26px;
  width: 100%;
}

.searchandfilter div > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchandfilter div > ul > li {
  padding: 0;
}
.searchandfilter div > ul > li:first-of-type {
  width: 100%;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 0 0 36px;
  margin-bottom: 20px;
}
.searchandfilter div > ul > li:nth-of-type(2) {
  width: calc(100% - 142px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  .searchandfilter div > ul > li:nth-of-type(2) {
    width: 100%;
  }
}
.searchandfilter div > ul > li:nth-of-type(2) h4 {
  width: 100px;
  font-size: 1.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0;
}
@media all and (max-width: 991px) {
  .searchandfilter div > ul > li:nth-of-type(2) h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}
.searchandfilter div > ul > li:nth-of-type(2) ul {
  width: calc(100% - 100px);
}
@media all and (max-width: 991px) {
  .searchandfilter div > ul > li:nth-of-type(2) ul {
    width: 100%;
  }
}
.searchandfilter div > ul > li:nth-of-type(2) ul li {
  padding: 0;
}
.searchandfilter div > ul > li:nth-of-type(2) ul li label {
  background-color: #fff;
  border: 1px solid #373737;
  padding: 4px 12px 3px;
  margin: 4px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.5rem;
  font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
}
@media all and (max-width: 575px) {
  .searchandfilter div > ul > li:nth-of-type(2) ul li label {
    font-size: 1.3rem;
  }
}
.searchandfilter div > ul > li:nth-of-type(2) ul li label.active {
  background-color: #373737;
  color: #fff;
}
.searchandfilter div > ul > li:nth-of-type(3) {
  text-align: center;
  position: relative;
  width: 122px;
}
@media all and (max-width: 991px) {
  .searchandfilter div > ul > li:nth-of-type(3) {
    width: 100%;
    margin-top: 26px;
  }
}
.searchandfilter div > ul > li:nth-of-type(3):before {
  content: "";
  display: inline-block;
  background: url(../images/loope.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.searchandfilter div > ul > li:nth-of-type(3) input[type=submit] {
  background: #373737;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 40px 10px 50px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
.searchandfilter div > ul > li:nth-of-type(3) input[type=submit]:hover {
  background: #252525;
}
.searchandfilter div > ul > li > ul {
  padding: 0;
}
.searchandfilter div > ul > li > ul li {
  padding: 0;
}
.searchandfilter div > ul > li > ul li label {
  background-color: #fff;
  padding: 20px 130px;
  margin: 7px;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #373737;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.searchandfilter div > ul > li > ul li label.active {
  background-color: #a48b78;
  color: #fff;
}
@media all and (max-width: 1199px) {
  .searchandfilter div > ul > li > ul li label {
    padding: 16px 60px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 575px) {
  .searchandfilter div > ul > li > ul li label {
    padding: 16px 15px;
    font-size: 1.4rem;
    margin: 3px;
  }
}
.searchandfilter div > ul > li > ul li label input[type=checkbox] {
  display: none;
}

.search_content {
  text-align: center;
}
.search_content .search_classification {
  display: inline-block;
  font-size: 0;
  list-style: none;
  padding: 0;
}
.search_content .search_classification li {
  display: inline-block;
}
.search_content .search_classification li .search_classification_button {
  display: none;
}
.search_content .search_classification li .search_classification_button:checked + label {
  background-color: #a48b78;
  color: #fff;
}
.search_content .search_classification li label {
  background-color: #fff;
  padding: 20px 130px;
  margin: 7px;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #373737;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
@media all and (max-width: 1199px) {
  .search_content .search_classification li label {
    padding: 16px 60px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 575px) {
  .search_content .search_classification li label {
    padding: 16px 40px;
    font-size: 1.4rem;
  }
}

.searchCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin-top: 65px;
}
@media all and (max-width: 575px) {
  .searchCategory {
    margin-top: 36px;
    display: block;
  }
}
.searchCategory h3 {
  margin: 0 0 8px;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  width: 100px;
}
@media all and (max-width: 575px) {
  .searchCategory h3 {
    width: 100%;
    text-align: center;
  }
}
.searchCategory .search_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: calc(100% - 232px);
}
@media all and (max-width: 575px) {
  .searchCategory .search_category {
    width: 100%;
    margin-top: 16px;
  }
}
.searchCategory .search_category li {
  display: inline-block;
}
.searchCategory .search_category li .search_category_button {
  display: none !important;
}
.searchCategory .search_category li .search_category_button:checked + label {
  background-color: #373737;
  color: #fff;
}
.searchCategory .search_category li label {
  background-color: #fff;
  border: 1px solid #373737;
  padding: 4px 12px 3px;
  margin: 7px;
  border-radius: 50px;
  cursor: pointer;
}

.search_button {
  text-align: center;
  position: relative;
  width: 132px;
}
@media all and (max-width: 575px) {
  .search_button {
    width: 100%;
    margin-top: 26px;
  }
}
.search_button:before {
  content: "";
  display: inline-block;
  background: url(../images/loope.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search_button input[type=submit] {
  background: #373737;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 40px 10px 50px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
.search_button input[type=submit]:hover {
  background: #252525;
}

@media all and (max-width: 1360px) {
  .archive_content .container {
    width: 890px;
    margin: 0 auto;
  }
}
@media all and (max-width: 575px) {
  .archive_content .container {
    width: calc(100% - 40px);
  }
}
.archive_content .container.active {
  display: block !important;
}
.archive_content .container.active2 {
  display: block !important;
}
.archive_content .container .row {
  margin-left: -35px;
  margin-right: -35px;
}
@media all and (max-width: 1199px) {
  .archive_content .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.archive_content .container .row article {
  width: 270px;
  margin: 36px 20px 0;
}
@media all and (max-width: 1199px) {
  .archive_content .container .row article {
    width: 32%;
    margin: 24px 2% 0 0;
  }
  .archive_content .container .row article:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 575px) {
  .archive_content .container .row article {
    width: 48%;
    margin: 24px 4% 0 0;
  }
  .archive_content .container .row article:nth-of-type(3n) {
    margin-right: 4%;
  }
  .archive_content .container .row article:nth-of-type(even) {
    margin-right: 0%;
  }
}
.archive_content .container .row article h4 {
  margin: 10px 0 0;
}
.archive_content .container .row article h4 a {
  font-size: 1.8rem;
  text-decoration: none;
}
@media all and (max-width: 1199px) {
  .archive_content .container .row article h4 a {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 575px) {
  .archive_content .container .row article h4 a {
    font-size: 1.4rem;
  }
}
.archive_content .container .row article h5 {
  margin: 10px 0 10px;
}
.archive_content .container .row article h5 a {
  font-size: 1.8rem;
  text-decoration: none;
}
@media all and (max-width: 1199px) {
  .archive_content .container .row article h5 a {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 575px) {
  .archive_content .container .row article h5 a {
    font-size: 1.4rem;
  }
}
.archive_content .container .row article .category {
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.archive_content .container .row article .category li {
  display: inline-block;
  margin: 0 7px 7px 0;
}
.archive_content .container .row article .category li a {
  background-color: #fff;
  border: 1px solid #373737;
  padding: 5px 12px 4px;
  border-radius: 50px;
  font-size: 1.3rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive_content .container .row article .category li a:hover {
  background: #373737;
  color: #fff;
}
@media all and (max-width: 767px) {
  .archive_content .container .row article .category li a {
    font-size: 1.1rem;
    padding: 3px 8px 2px;
  }
}
.archive_content .container .row article .tag_icon {
  font-size: 1.3rem;
  padding-left: 25px;
  position: relative;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .archive_content .container .row article .tag_icon {
    font-size: 1.1rem;
  }
}
.archive_content .container .row article .tag_icon:before {
  content: "";
  display: inline-block;
  background: url(../images/tag_icon.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product_tab {
  text-align: center;
}
.product_tab ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product_tab ul li {
  background-color: #fff;
  padding: 20px 130px;
  margin: 7px;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #373737;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px rgba(0, 0, 0, 0.08);
  display: inline-block;
}
.product_tab ul li.active {
  background-color: #a48b78;
  color: #fff;
}
.product_tab ul li.active2 {
  background-color: #a48b78;
  color: #fff;
}
@media all and (max-width: 1199px) {
  .product_tab ul li {
    padding: 16px 60px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 575px) {
  .product_tab ul li {
    padding: 16px 40px;
    font-size: 1.4rem;
  }
}

.wp-pagenavi {
  text-align: center;
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
}
.wp-pagenavi .current {
  font-size: 1.6rem;
  color: #fff;
  padding: 16px 22px;
  background: #373737;
  border-radius: 7px;
  margin: 3px;
}
@media all and (max-width: 1199px) {
  .wp-pagenavi .current {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .wp-pagenavi .current {
    padding: 12px 18px;
  }
}
.wp-pagenavi a {
  font-size: 1.6rem;
  color: #373737;
  padding: 16px 22px;
  border-radius: 7px;
  border: 1px solid #373737;
  font-weight: 700;
  margin: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1199px) {
  .wp-pagenavi a {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .wp-pagenavi a {
    padding: 12px 18px;
  }
}
.wp-pagenavi a:hover {
  background: #373737;
  color: #fff;
}

.history_albums {
  width: 1023px;
  margin: -134px auto 0;
}
@media all and (max-width: 1199px) {
  .history_albums img {
    width: 32%;
  }
}
@media all and (max-width: 991px) {
  .history_albums {
    margin-top: -100px;
  }
}
@media all and (max-width: 767px) {
  .history_albums {
    margin-top: -70px;
  }
}

.history_table {
  width: 769px;
  margin: 0 auto;
}
.history_table th {
  width: 136px;
}
@media all and (max-width: 767px) {
  .history_table th {
    width: 96px;
  }
}

.table_whileLine {
  width: 100%;
  border-collapse: collapse;
}
.table_whileLine tr:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.table_whileLine tr:first-of-type th, .table_whileLine tr:first-of-type td {
  padding-top: 0;
}
.table_whileLine tr th, .table_whileLine tr td {
  padding: 16px 16px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .table_whileLine tr th, .table_whileLine tr td {
    padding: 12px 6px;
  }
}

.history_landscape {
  width: 815px;
  margin: 36px auto 0;
}
.history_landscape img {
  width: 100%;
}

.history_origin {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.history_origin_img {
  width: 324px;
}
.history_origin_img img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .history_origin_img {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
  }
  .history_origin_img img {
    width: 324px;
  }
}
.history_origin_txt {
  width: calc(100% - 360px);
}
@media all and (max-width: 767px) {
  .history_origin_txt {
    width: 100%;
  }
}
.history_origin_txt p:not(:last-of-type) {
  margin-bottom: 16px;
}

.washi_bg {
  background: url(../images/washi_gray.jpg) !important;
  position: relative;
  z-index: -1;
}

.washi {
  background: url(../images/washi_gray.jpg) !important;
}

.faq_content,
.faq_content_washi {
  margin: 0 auto;
}
.faq_content .fap_ttl,
.faq_content_washi .fap_ttl {
  position: relative;
  width: 100%;
}
.faq_content .fap_ttl h2,
.faq_content_washi .fap_ttl h2 {
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0;
  background: #fff;
  display: inline-block;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .faq_content .fap_ttl h2,
.faq_content_washi .fap_ttl h2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 575px) {
  .faq_content .fap_ttl h2,
.faq_content_washi .fap_ttl h2 {
    font-size: 1.8rem;
    width: 80%;
  }
}
.faq_content .fap_ttl h2:before,
.faq_content_washi .fap_ttl h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #dcdddd;
  z-index: -1;
}
.faq_content article,
.faq_content_washi article {
  padding: 55px 0;
  border-bottom: 1px solid #dcdddd;
}
@media all and (max-width: 575px) {
  .faq_content article,
.faq_content_washi article {
    padding: 34px 0;
  }
}
.faq_content article:last-of-type,
.faq_content_washi article:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.faq_content article .question,
.faq_content_washi article .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
}
@media all and (max-width: 575px) {
  .faq_content article .question,
.faq_content_washi article .question {
    margin-bottom: 20px;
  }
}
.faq_content article .question .q_mark,
.faq_content_washi article .question .q_mark {
  background: #f5494f;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 2.6rem;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  border-radius: 6px;
  margin-right: 30px;
}
@media all and (max-width: 575px) {
  .faq_content article .question .q_mark,
.faq_content_washi article .question .q_mark {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 2.2rem;
    margin-right: 20px;
  }
}
.faq_content article .question p,
.faq_content_washi article .question p {
  width: calc(100% - 110px);
}
@media all and (max-width: 575px) {
  .faq_content article .question p,
.faq_content_washi article .question p {
    width: calc(100% - 70px);
  }
}
.faq_content article .answer,
.faq_content_washi article .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 575px) {
  .faq_content article .answer,
.faq_content_washi article .answer {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.faq_content article .answer .a_mark,
.faq_content_washi article .answer .a_mark {
  background: #373737;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 2.6rem;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  border-radius: 6px;
  margin-right: 30px;
}
@media all and (max-width: 575px) {
  .faq_content article .answer .a_mark,
.faq_content_washi article .answer .a_mark {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 2.2rem;
    margin-right: 20px;
  }
}
.faq_content article .answer p,
.faq_content_washi article .answer p {
  width: calc(100% - 110px);
}
@media all and (max-width: 575px) {
  .faq_content article .answer p,
.faq_content_washi article .answer p {
    width: calc(100% - 70px);
  }
}

.search_none {
  width: 100%;
}
.search_none p {
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .search_none p {
    font-size: 1.4rem;
  }
}

.recruit_greeting_inner_01 {
  width: 100%;
}
.recruit_greeting_inner_01_img {
  width: 555px;
}
@media all and (max-width: 1360px) {
  .recruit_greeting_inner_01_img {
    width: 450px;
  }
}
@media all and (max-width: 1199px) {
  .recruit_greeting_inner_01_img {
    width: 600px;
    margin: 0 auto;
    text-align: center;
  }
}
.recruit_greeting_inner_01_txt {
  width: calc(100% - 595px);
}
@media all and (max-width: 1360px) {
  .recruit_greeting_inner_01_txt {
    width: calc(100% - 500px);
  }
}
@media all and (max-width: 1199px) {
  .recruit_greeting_inner_01_txt {
    width: 600px;
    margin: 36px auto 0;
  }
}
.recruit_greeting_inner_01_txt_deco {
  width: 100%;
  margin-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}
@media all and (max-width: 767px) {
  .recruit_greeting_inner_01_txt_deco {
    display: block;
  }
}
.recruit_greeting_inner_01_txt_deco_img {
  width: 228px;
}
@media all and (max-width: 767px) {
  .recruit_greeting_inner_01_txt_deco_img {
    width: 228px;
    text-align: center;
    margin-bottom: 26px;
  }
}
.recruit_greeting_inner_01_txt_deco_txt {
  width: calc(100% - 258px);
  text-align: left;
}
@media all and (max-width: 767px) {
  .recruit_greeting_inner_01_txt_deco_txt {
    width: 100%;
  }
}
.recruit_greeting_inner_02 {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit_greeting_inner_02_img {
  width: 555px;
}
@media all and (max-width: 1199px) {
  .recruit_greeting_inner_02_img {
    width: 100%;
    width: 600px;
    text-align: center;
    margin: 26px auto 0;
  }
}
.recruit_greeting_inner_02_txt {
  width: calc(100% - 615px);
}
@media all and (max-width: 1199px) {
  .recruit_greeting_inner_02_txt {
    width: 100%;
    width: 600px;
    margin: 0 auto;
  }
}
.recruit_greeting_inner_03 {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit_greeting_inner_03_img {
  width: 536px;
}
@media all and (max-width: 1199px) {
  .recruit_greeting_inner_03_img {
    width: 600px;
    text-align: center;
    margin: 26px auto 0;
  }
}
.recruit_greeting_inner_03_txt {
  width: calc(100% - 576px);
}
@media all and (max-width: 1199px) {
  .recruit_greeting_inner_03_txt {
    width: 600px;
    margin: 0 auto;
  }
}
.recruit_greeting_inner_03_txt_deco {
  width: 100%;
  margin-top: 20px;
}
.recruit_greeting_inner_03_txt_deco_img {
  width: 200px;
  background: #ccc;
}
.recruit_greeting_inner_03_txt_deco_txt {
  width: 280px;
}

.ttl_sm {
  font-size: 2.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0 0 32px;
}
@media all and (max-width: 1199px) {
  .ttl_sm {
    font-size: 2.3rem;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 767px) {
  .ttl_sm {
    font-size: 1.8rem;
  }
}

.recruit_landscape .container {
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 991px) {
  .recruit_landscape .container {
    padding: 0 !important;
  }
}
.recruit_landscape .container .row {
  width: 100%;
}
@media all and (max-width: 991px) {
  .recruit_landscape .container .row {
    margin: 0 !important;
  }
}
.recruit_landscape .container .row img {
  width: 100%;
}

.recruit_interview {
  position: relative;
}
.recruit_interview:before {
  content: "";
  display: inline-block;
  background: url(../images/washi_gray.jpg);
  width: 100%;
  height: calc(100% - 280px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.recruit_interview_voice {
  width: 100%;
}
.recruit_interview_voice article {
  width: 338px;
}
@media all and (max-width: 1199px) {
  .recruit_interview_voice article {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  .recruit_interview_voice article {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .recruit_interview_voice article:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.recruit_interview_voice article .department {
  font-size: 1.6rem;
}
.recruit_interview_voice article .voice_name {
  font-size: 2.4rem;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media all and (max-width: 991px) {
  .recruit_interview_voice article .voice_name {
    font-size: 2rem;
  }
}
.recruit_interview_voice article .voice_name .years {
  font-size: 1.2rem;
  margin-left: 10px;
  letter-spacing: 0.06em;
  font-weight: 300;
}
.recruit_interview_voice article h3 {
  font-size: 1.8rem;
  margin: 18px 0 12px;
  font-weight: 600;
}

.recruit_figure {
  background: url(../images/washi_gray.jpg);
  padding: 40px 0 100px;
}
.recruit_figure_img {
  width: 100%;
  height: 400px;
  background: #ccc;
}

.recruit_essentials_tab {
  width: 100%;
  margin-bottom: 20px;
}
.recruit_essentials_tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit_essentials_tab ul li {
  width: 24%;
  text-align: center;
  margin: 6px 0;
}
@media all and (max-width: 1199px) {
  .recruit_essentials_tab ul li {
    width: 24.5%;
  }
}
@media all and (max-width: 991px) {
  .recruit_essentials_tab ul li {
    width: 49%;
  }
}
@media all and (max-width: 767px) {
  .recruit_essentials_tab ul li {
    width: 100%;
  }
  .recruit_essentials_tab ul li:not(:last-of-type) {
    margin-bottom: 6px;
  }
}
.recruit_essentials_tab ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 12px 12px 10px;
  border: 1px solid #373737;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1199px) {
  .recruit_essentials_tab ul li a {
    font-size: 1.4rem;
  }
}
.recruit_essentials_tab ul li a:hover {
  background: #373737;
  color: #fff;
}
.recruit_essentials_table {
  width: 100%;
}

.recruit_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.recruit_table tr:last-of-type th, .recruit_table tr:last-of-type td {
  border: none;
}
.recruit_table tr th, .recruit_table tr td {
  text-align: left;
  padding: 18px 0;
  vertical-align: top;
}
.recruit_table tr th {
  width: 200px;
  border-bottom: 1px solid #4F4F4F;
}
@media all and (max-width: 767px) {
  .recruit_table tr th {
    width: 80px;
  }
}
.recruit_table tr td {
  border-bottom: 1px solid #E9E9E9;
}

.ttl_lineRed {
  width: 100%;
  padding: 14px 14px;
  background: #373737;
}
.ttl_lineRed h2 {
  width: 100%;
  font-size: 2.2rem;
  color: #fff;
  padding-left: 16px;
  border-left: 3px solid #F54950;
  margin: 0;
}
@media all and (max-width: 767px) {
  .ttl_lineRed h2 {
    font-size: 1.6rem;
  }
}

.line_red_box {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.line_red_box a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 26px 60px;
  border-radius: 10px;
  background: #F6494F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.line_red_box a:hover {
  background: #373737;
}

.btn_two_red {
  text-align: center;
}
.btn_two_red ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  font-size: 0;
}
.btn_two_red ul li {
  display: inline-block;
  margin: 0 16px;
}
@media all and (max-width: 767px) {
  .btn_two_red ul li {
    display: block;
  }
  .btn_two_red ul li:not(:first-of-type) {
    margin-top: 62px;
  }
}
.btn_two_red ul li a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 26px 40px;
  border-radius: 10px;
  background: #F6494F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 767px) {
  .btn_two_red ul li a {
    font-size: 1.4rem;
  }
}
.btn_two_red ul li a:hover {
  background: #373737;
}

.recruit_figure_content {
  width: 100%;
  position: relative;
}
.recruit_figure_content h3 {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 60px 0 48px;
  font-size: 3.5rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 0.5%;
  background: #fff;
}
@media all and (max-width: 991px) {
  .recruit_figure_content h3 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 767px) {
  .recruit_figure_content h3 {
    font-size: 2.2rem;
  }
}
.recruit_figure_content .rt_txt {
  font-size: 1.1rem;
  position: absolute;
  top: 10px;
  right: 10px;
}
.recruit_figure_content_inner_01, .recruit_figure_content_inner_02, .recruit_figure_content_inner_03 {
  width: 33%;
}
@media all and (max-width: 767px) {
  .recruit_figure_content_inner_01, .recruit_figure_content_inner_02, .recruit_figure_content_inner_03 {
    width: 100%;
  }
}
.recruit_figure_content_inner_01 article, .recruit_figure_content_inner_02 article, .recruit_figure_content_inner_03 article {
  text-align: center;
  padding: 36px 20px;
  background: #fff;
}
@media all and (max-width: 767px) {
  .recruit_figure_content_inner_01 article, .recruit_figure_content_inner_02 article, .recruit_figure_content_inner_03 article {
    padding: 20px;
  }
}
.recruit_figure_content_inner_01 article h4, .recruit_figure_content_inner_02 article h4, .recruit_figure_content_inner_03 article h4 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media all and (max-width: 767px) {
  .recruit_figure_content_inner_01 article h4, .recruit_figure_content_inner_02 article h4, .recruit_figure_content_inner_03 article h4 {
    font-size: 1.5rem;
    margin: 0 0 8px;
  }
}
.recruit_figure_content_inner_01 article p, .recruit_figure_content_inner_02 article p, .recruit_figure_content_inner_03 article p {
  font-size: 1.4rem;
  margin-top: 20px;
}
.recruit_figure_content_inner_01 article:nth-of-type(1) {
  margin-bottom: 1.5%;
}
.recruit_figure_content_inner_01 article:nth-of-type(1) img {
  width: 100px;
}
@media all and (max-width: 767px) {
  .recruit_figure_content_inner_01 article:nth-of-type(2) {
    margin-bottom: 1.5%;
  }
}
.recruit_figure_content_inner_01 article:nth-of-type(2) img {
  width: 185px;
}
@media all and (max-width: 767px) {
  .recruit_figure_content_inner_02 {
    margin-bottom: 1.5%;
  }
}
.recruit_figure_content_inner_02 article img {
  width: 323px;
}
.recruit_figure_content_inner_03 article img {
  width: 328px;
}
.recruit_figure_content_inner_02, .recruit_figure_content_inner_03 {
  background: #fff;
}
.recruit_figure_content_inner_02 article, .recruit_figure_content_inner_03 article {
  height: 100%;
}
.recruit_figure_content_inner_02 article img, .recruit_figure_content_inner_03 article img {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .recruit_figure_content_inner_02 article img, .recruit_figure_content_inner_03 article img {
    margin-top: 0;
  }
}

.howtomake_kinds_items {
  width: 100%;
}
.howtomake_kinds_items article {
  width: 570px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1360px) {
  .howtomake_kinds_items article {
    width: 48%;
  }
}
@media all and (max-width: 575px) {
  .howtomake_kinds_items article {
    width: 100%;
  }
}
.howtomake_kinds_items article:nth-of-type(n + 3) {
  margin-top: 60px;
}
@media all and (max-width: 1360px) {
  .howtomake_kinds_items article:nth-of-type(n + 3) {
    margin-top: 4%;
  }
}
@media all and (max-width: 575px) {
  .howtomake_kinds_items article:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}
.howtomake_kinds_items article h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 16px;
}
@media all and (max-width: 767px) {
  .howtomake_kinds_items article h2 {
    font-size: 1.6rem;
  }
}
.howtomake_kinds_items article .kinds_img {
  width: 100%;
  margin-bottom: 16px;
}
.howtomake_kinds_items article .link_center {
  margin-top: 20px;
}

.how_to_make_flow article {
  width: 570px;
}
@media all and (max-width: 1360px) {
  .how_to_make_flow article {
    width: 48%;
  }
}
@media all and (max-width: 767px) {
  .how_to_make_flow article {
    width: 100%;
  }
}
.how_to_make_flow article:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .how_to_make_flow article:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.how_to_make_flow_step {
  width: 110px;
  background: url(../images/washi_gray.jpg);
  padding: 20px 0;
  border-radius: 6px;
  text-align: center;
}
@media all and (max-width: 1360px) {
  .how_to_make_flow_step {
    width: 20%;
  }
}
.how_to_make_flow_step_num {
  text-align: center;
  font-size: 1.2rem;
  color: #A88975;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  line-height: 1.31;
  margin-bottom: 10px;
}
.how_to_make_flow_step_num .num {
  font-size: 2rem;
  display: block;
  font-weight: 600;
}
.how_to_make_flow h3 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.15em;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .how_to_make_flow h3 {
    font-size: 1.6rem;
  }
}
.how_to_make_flow_desc {
  width: 436px;
}
@media all and (max-width: 1360px) {
  .how_to_make_flow_desc {
    width: 75%;
  }
}
.how_to_make_flow_desc figure {
  width: 100%;
  margin-bottom: 18px;
}
.how_to_make_flow_desc figure img {
  border-radius: 10px;
}

.line_ttl {
  position: relative;
  width: 100%;
  margin-bottom: 26px;
}
.line_ttl h2 {
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0;
  background: #fff;
  display: inline-block;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .line_ttl h2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 575px) {
  .line_ttl h2 {
    font-size: 1.8rem;
  }
}
.line_ttl h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #dcdddd;
  z-index: -1;
}

.contact_infor {
  width: 100%;
  margin: 12px 0;
}
.contact_infor h3 {
  font-size: 1.8rem;
  margin: 0 0 4px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .contact_infor h3 {
    font-size: 1.6rem;
  }
}
.contact_infor_inner {
  background: #f8f8f8;
  padding: 26px 26px;
}
@media all and (max-width: 767px) {
  .contact_infor_inner {
    padding: 16px;
  }
}
.contact_infor_inner h4 {
  margin: 0 0 4px;
  font-weight: 600;
}
.privacy_policy_inner {
  width: 100%;
  padding: 36px;
  border: 1px solid #373737;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .privacy_policy_inner {
    padding: 18px;
  }
}
.privacy_policy .privacy_num {
  list-style: none;
  margin: 26px 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .privacy_policy .privacy_num {
    margin: 16px 0;
  }
}
.privacy_policy .privacy_num li {
  padding: 5px 0 5px 1.4em;
  position: relative;
}
.privacy_policy .privacy_num li:nth-of-type(1):before {
  content: "1.";
}
.privacy_policy .privacy_num li:nth-of-type(2):before {
  content: "2.";
}
.privacy_policy .privacy_num li:nth-of-type(3):before {
  content: "3.";
}
.privacy_policy .privacy_num li:nth-of-type(4):before {
  content: "4.";
}
.privacy_policy .privacy_num li:nth-of-type(5):before {
  content: "5.";
}
.privacy_policy .privacy_num li:nth-of-type(6):before {
  content: "6.";
}
.privacy_policy .privacy_num li:nth-of-type(7):before {
  content: "7.";
}
.privacy_policy .privacy_num li:nth-of-type(8):before {
  content: "8.";
}
.privacy_policy .privacy_num li:nth-of-type(9):before {
  content: "9.";
}
.privacy_policy .privacy_num li:nth-of-type(10):before {
  content: "10.";
}
.privacy_policy .privacy_num li:before {
  position: absolute;
  top: 5px;
  left: 0;
}
.privacy_policy .privacy_num_disc {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}
.privacy_policy .privacy_num_disc li {
  padding: 2px 0 2px 1.4em;
  position: relative;
  font-size: 1.4rem;
}
.privacy_policy .privacy_num_disc li:before {
  content: "・";
  position: absolute;
  top: 2px;
  left: 0;
}
.privacy_policy .privacy_num .gray_bg {
  width: 100%;
  background: #f8f8f8;
  padding: 20px;
  margin: 12px 0;
}
@media all and (max-width: 767px) {
  .privacy_policy .privacy_num .gray_bg {
    padding: 14px;
  }
}
.privacy_policy .privacy_num .gray_bg h6 {
  font-size: 1.6rem;
  margin: 0 0 6px;
  font-weight: 6000;
}
@media all and (max-width: 767px) {
  .privacy_policy .privacy_num .gray_bg h6 {
    font-size: 1.4rem;
  }
}
.privacy_policy .privacy_policy_coution {
  width: 100%;
}

.ttl_underline {
  margin: 30px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #373737;
  font-size: 1.7rem;
  font-weight: 600;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .ttl_underline {
    margin: 26px 0 10px;
    font-size: 1.5rem;
  }
}

.single_news_main {
  width: calc(100% - 350px);
}
@media all and (max-width: 1199px) {
  .single_news_main {
    width: 100%;
  }
}
.single_news_main .day_category {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_news_main .day_category_day {
  font-size: 1.4rem;
}
.single_news_main .day_category_category {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.single_news_main .day_category_category li a {
  font-size: 1.3rem;
  padding: 4px 16px 3px;
  background: #bf323d;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
}
.single_news_main .single_ttl {
  font-size: 3.4rem;
  font-weight: 600;
  margin: 8px 0 26px;
}
@media all and (max-width: 1199px) {
  .single_news_main .single_ttl {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  .single_news_main .single_ttl {
    font-size: 2.2rem;
  }
}
.single_news_main .single_content h2 {
  font-size: 3.2rem;
  margin: 32px 0 18px;
}
@media all and (max-width: 1199px) {
  .single_news_main .single_content h2 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 767px) {
  .single_news_main .single_content h2 {
    font-size: 2.4rem;
  }
}
.single_news_main .single_content h3 {
  font-size: 2.8rem;
  margin: 32px 0 18px;
}
@media all and (max-width: 1199px) {
  .single_news_main .single_content h3 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  .single_news_main .single_content h3 {
    font-size: 2.1rem;
  }
}
.single_news_main .single_content h4 {
  font-size: 2.4rem;
  margin: 32px 0 18px;
}
@media all and (max-width: 1199px) {
  .single_news_main .single_content h4 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767px) {
  .single_news_main .single_content h4 {
    font-size: 1.9rem;
  }
}
.single_news_main .single_content h5 {
  font-size: 2rem;
  margin: 32px 0 18px;
}
@media all and (max-width: 1199px) {
  .single_news_main .single_content h5 {
    font-size: 1.9rem;
  }
}
@media all and (max-width: 767px) {
  .single_news_main .single_content h5 {
    font-size: 1.7rem;
  }
}
.single_news_main .single_content h6 {
  font-size: 1.6rem;
  margin: 32px 0 18px;
}
@media all and (max-width: 767px) {
  .single_news_main .single_content h6 {
    font-size: 1.4rem;
  }
}
.single_news_main .single_content p {
  line-height: 1.81;
  margin: 18px 0;
}
.single_news_main .single_content ul {
  margin: 18px 0;
  list-style: none;
  padding: 0;
}
.single_news_main .single_content ul li {
  margin: 0 0 4px;
  padding-left: 1.3em;
  position: relative;
}
.single_news_main .single_content ul li:last-of-type {
  margin-bottom: 0;
}
.single_news_main .single_content ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.single_news_main .single_content ol {
  margin: 18px 0;
  padding-left: 2.5em;
}
.single_news_main .single_content ol li {
  margin: 0 0 4px;
}
.single_news_main .single_content ol li:last-of-type {
  margin-bottom: 0;
}
.single_news_main .single_content figure {
  margin: 26px 0;
}
.single_news_main .single_content a {
  color: #bf323d;
}
.single_news_main .page_nav {
  margin: 36px 0 0;
  width: 100%;
}
@media all and (max-width: 1199px) {
  .single_news_main .page_nav {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .single_news_main .page_nav {
    margin-bottom: 40px;
  }
}
.single_news_main .page_nav a {
  text-decoration: none;
  font-weight: 600;
}
.single_news_main .page_nav_prev {
  float: left;
}
.single_news_main .page_nav_prev h6 {
  text-align: left;
  margin: 0;
  font-size: 1.4rem;
}
.single_news_main .page_nav_next {
  float: right;
}
.single_news_main .page_nav_next h6 {
  text-align: right;
  margin: 0;
  font-size: 1.4rem;
}

.single_news_side {
  width: 300px;
}
@media all and (max-width: 1199px) {
  .single_news_side {
    width: 100%;
  }
}
.single_news_side_content {
  background: #fff;
  border-radius: 10px;
  padding: 26px 32px;
}
.single_news_side_content:not(:last-of-type) {
  margin-bottom: 26px;
}
.single_news_side_content h4 {
  text-align: center;
  background: #bf323d;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px 12px 8px;
}
.single_news_side_content_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single_news_side_content_list li {
  margin: 0 0 3px;
}
.single_news_side_content_list li:last-of-type {
  margin-bottom: 0;
}
.single_news_side_content_list li a {
  font-size: 1.5rem;
  text-decoration: none;
}
.single_news_side_content_newslist_inner:not(:last-of-type) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f3f3;
}
.single_news_side_content_newslist_inner p {
  font-size: 1.3rem;
}
.single_news_side_content_newslist_inner h3 {
  margin: 0;
}
.single_news_side_content_newslist_inner h3 a {
  text-decoration: none;
  font-size: 1.5rem;
}

.archive_news_main {
  width: calc(100% - 350px);
}
@media all and (max-width: 1199px) {
  .archive_news_main {
    width: 100%;
  }
  .archive_news_main .wp-pagenavi {
    margin-bottom: 80px;
  }
}
.archive_news_main_items:not(:last-of-type) {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #000;
}
.archive_news_main_items_img {
  width: 300px;
}
.archive_news_main_items_img img {
  width: 100%;
}
@media all and (max-width: 991px) {
  .archive_news_main_items_img {
    width: 30%;
  }
}
@media all and (max-width: 575px) {
  .archive_news_main_items_img {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 12px;
  }
}
.archive_news_main_items_txt {
  width: calc(100% - 340px);
}
@media all and (max-width: 991px) {
  .archive_news_main_items_txt {
    width: 65%;
  }
}
@media all and (max-width: 575px) {
  .archive_news_main_items_txt {
    width: 100%;
  }
}
.archive_news_main_items_txt .day_category {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive_news_main_items_txt .day_category_day {
  font-size: 1.4rem;
}
.archive_news_main_items_txt .day_category_category {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.archive_news_main_items_txt .day_category_category li a {
  font-size: 1.3rem;
  padding: 4px 16px 3px;
  background: #bf323d;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
}
.archive_news_main_items_txt .archive_ttl {
  margin: 6px 0 10px;
}
.archive_news_main_items_txt .archive_ttl a {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}
@media all and (max-width: 575px) {
  .archive_news_main_items_txt .archive_ttl a {
    font-size: 1.8rem;
  }
}
.archive_news_main_items_txt p {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.61;
}
@media all and (max-width: 575px) {
  .archive_news_main_items_txt p {
    font-size: 1.4rem;
  }
}

.contact_form_content {
  background: #fff;
  width: 100%;
  margin-top: 36px;
  padding: 64px 50px;
}
@media all and (max-width: 767px) {
  .contact_form_content {
    padding: 30px 18px;
  }
}
.contact_form .contactForm {
  width: 100%;
  border-collapse: collapse;
}
.contact_form .contactForm tr:not(:last-of-type) {
  border-bottom: 1px solid #f3f3f3;
}
.contact_form .contactForm tr:first-of-type th, .contact_form .contactForm tr:first-of-type td {
  padding-top: 0;
}
.contact_form .contactForm tr:last-of-type th, .contact_form .contactForm tr:last-of-type td {
  padding-bottom: 0;
}
@media all and (max-width: 991px) {
  .contact_form .contactForm tr:last-of-type th {
    padding-bottom: 6px;
  }
}
.contact_form .contactForm tr th {
  width: 270px;
}
.contact_form .contactForm tr th .contact_hissu {
  color: #bf323d;
  margin-left: 8px;
}
.contact_form .contactForm tr th, .contact_form .contactForm tr td {
  padding: 26px 20px;
  text-align: left;
  font-size: 1.5rem;
}
@media all and (max-width: 991px) {
  .contact_form .contactForm tr th, .contact_form .contactForm tr td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 991px) {
  .contact_form .contactForm tr th {
    padding-bottom: 6px;
  }
  .contact_form .contactForm tr td {
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .contact_form .contactForm tr th, .contact_form .contactForm tr td {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact_form .contactForm input[type=text],
.contact_form .contactForm input[type=email] {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  font-size: 1.5rem;
  padding: 16px 20px;
}
@media all and (max-width: 991px) {
  .contact_form .contactForm input[type=text],
.contact_form .contactForm input[type=email] {
    font-size: 1.4rem;
  }
}
.contact_form .contactForm input[type=text]:focus,
.contact_form .contactForm input[type=email]:focus {
  outline: none;
}
.contact_form .contactForm .yubin_mark {
  font-size: 1.5rem;
  font-weight: 600;
}
.contact_form .contactForm #zip {
  width: 200px;
}
@media all and (max-width: 767px) {
  .contact_form .contactForm #zip {
    width: 120px;
  }
}
.contact_form .contactForm .addNum_box {
  margin-bottom: 12px;
}
.contact_form .contactForm .address_other {
  width: calc(100% - 180px);
  display: inline-block;
}
@media all and (max-width: 767px) {
  .contact_form .contactForm .address_other {
    width: 100%;
    margin-top: 12px;
  }
}
.contact_form .contactForm .recruit_address select {
  width: 170px;
  border-radius: 0;
  border-color: #ccc;
  text-align: center;
  padding: 16px 20px;
}
.contact_form .contactForm .zip-button {
  background: #373737;
  color: #fff;
  border: none;
  padding: 17px 30px;
  margin-left: 4px;
}
.contact_form .contactForm textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  height: 200px;
  font-size: 1.5rem;
  padding: 16px 20px;
}
@media all and (max-width: 991px) {
  .contact_form .contactForm textarea {
    font-size: 1.4rem;
  }
}
.contact_form .contactForm textarea:focus {
  outline: none;
}
.contact_form .contactForm .coution_txt_sub {
  font-size: 1.2rem;
  margin-top: 6px;
}

.mw_wp_form_preview .zip-button {
  display: none;
}
.mw_wp_form_preview .confirm_none {
  display: none !important;
}

.contact_submit_btn {
  width: 100%;
  margin-top: 42px;
  text-align: center;
}
@media all and (max-width: 991px) {
  .contact_submit_btn {
    margin-top: 30px;
  }
}
.contact_submit_btn_inner {
  display: inline-block;
}
.contact_submit_btn_inner input[type=submit] {
  font-size: 1.4rem;
  padding: 20px 50px;
  background: #bf323d;
  border: 1px solid #bf323d;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 10px;
}
.contact_submit_btn_inner input[type=submit]:hover {
  background: #373737;
  border-color: #373737;
}
@media all and (max-width: 767px) {
  .contact_submit_btn_inner input[type=submit] {
    margin: 10px 0;
    display: block;
    width: 100%;
  }
}
.contact_submit_btn_inner .contact_return {
  font-size: 1.4rem;
  padding: 20px 50px;
  background: #fff;
  border: none;
  color: #373737;
  border: 1px solid #373737;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 10px;
}
.contact_submit_btn_inner .contact_return:hover {
  background: #373737;
  color: #fff;
}
@media all and (max-width: 767px) {
  .contact_submit_btn_inner .contact_return {
    margin: 10px 0;
    display: block;
    width: 100%;
  }
}

.link_center_box {
  width: 100%;
  text-align: center;
  margin-top: 46px;
}
.link_center_box a {
  font-size: 1.5rem;
  color: #fff;
  background: #bf323d;
  padding: 20px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .link_center_box a {
    font-size: 1.4rem;
  }
}
.link_center_box a:hover {
  background: #373737;
}

.coution_txt {
  color: #bf323d;
}

@media print {
  .pageTtl,
#l-headerLine,
#l-fixedButton,
#l-header,
.breadcrumbsParent,
#l-haederPC,
.print_button,
.product_other,
.menu_footer,
.comLink_outerlink,
.copyMenu,
#l-footer,
#l-copy,
.SP_only {
    display: none;
  }
  .corporation_content,
.corporation_nutrients {
    page-break-before: always;
  }
}
.error_content {
  width: 100%;
}
.error_content_inner {
  width: 100%;
  text-align: center;
}
.error_content_inner h3 {
  font-size: 3.2rem;
  margin: 0 0 26px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media all and (max-width: 1199px) {
  .error_content_inner h3 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 767px) {
  .error_content_inner h3 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}

.corporate_desc_txt {
  width: calc(100% - 650px);
}
@media all and (max-width: 1360px) {
  .corporate_desc_txt {
    width: 45%;
  }
}
@media all and (max-width: 991px) {
  .corporate_desc_txt {
    width: 100%;
    margin-bottom: 26px;
  }
}
.corporate_desc_img {
  width: 600px;
}
@media all and (max-width: 1360px) {
  .corporate_desc_img {
    width: 50%;
  }
}
@media all and (max-width: 991px) {
  .corporate_desc_img {
    width: 100%;
    text-align: center;
  }
}

.corporate_product_desc .container .row {
  margin-bottom: 80px;
}
@media all and (max-width: 991px) {
  .corporate_product_desc .container .row {
    margin-bottom: 60px;
  }
}
.corporate_product_desc_txt {
  width: calc(100% - 650px);
}
.corporate_product_desc_img {
  width: 600px;
}

.content-margin {
  margin: 115px auto;
}
@media all and (max-width: 1199px) {
  .content-margin {
    margin: 80px auto;
  }
}
@media all and (max-width: 575px) {
  .content-margin {
    margin: 60px auto;
  }
}

.u-margintop--xl {
  margin-top: 120px;
}
@media all and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 80px;
  }
}

.u-marginbottom--xl {
  margin-bottom: 120px;
}
@media all and (max-width: 991px) {
  .u-marginbottom--xl {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-marginbottom--xl {
    margin-bottom: 80px;
  }
}

.u-margintop--lg {
  margin-top: 100px;
}
@media all and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 60px;
  }
}

.u-marginbottom--lg {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  .u-marginbottom--lg {
    margin-bottom: 60px;
  }
}

.u-margintop--rg {
  margin-top: 80px;
}
@media all and (max-width: 991px) {
  .u-margintop--rg {
    margin-top: 60px;
  }
}

.u-marginbottom--rg {
  margin-bottom: 80px;
}
@media all and (max-width: 991px) {
  .u-marginbottom--rg {
    margin-bottom: 60px;
  }
}

.u-margintop--md {
  margin-top: 60px;
}
@media all and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-marginbottom--md {
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  .u-marginbottom--md {
    margin-bottom: 40px;
  }
}

.u-margintop--ms {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .u-margintop--ms {
    margin-top: 30px;
  }
}

.u-marginbottom--ms {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  .u-marginbottom--ms {
    margin-bottom: 30px;
  }
}

.content-padding {
  padding: 115px 0;
}
@media all and (max-width: 1199px) {
  .content-padding {
    padding: 80px 0;
  }
}
@media all and (max-width: 575px) {
  .content-padding {
    padding: 60px 0;
  }
}

.u-padding--xl {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media all and (max-width: 991px) {
  .u-padding--xl {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.u-padding--lg {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media all and (max-width: 991px) {
  .u-padding--lg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.u-padding--md {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media all and (max-width: 991px) {
  .u-padding--md {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.u-padding--sm {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media all and (max-width: 991px) {
  .u-padding--sm {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-padding--xs {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media all and (max-width: 991px) {
  .u-padding--xs {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-marginleftright-md {
  margin-left: -45px;
  margin-right: -45px;
}
@media all and (max-width: 991px) {
  .u-marginleftright-md {
    margin-left: -35px;
    margin-right: -35px;
  }
}

.u-paddingleftright-md {
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 991px) {
  .u-paddingleftright-md {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.u-txtMargin-md {
  margin: 26px 0;
}
@media all and (max-width: 575px) {
  .u-txtMargin-md {
    margin: 18px 0;
  }
}

.u-marginTop_0 {
  margin-top: 0 !important;
}

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

.u-paddingTop_0 {
  padding-top: 0 !important;
}

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