@charset "UTF-8";
/*!

//////////////////////////////////////////////////////
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

このCSSファイルはSASSから生成されています。
直接編集しないように注意してください。

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
//////////////////////////////////////////////////////

*/
/*リセットCSS 
---------------------------------------------*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

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

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

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

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

/* Vertical rhythm
   ========================================================================== */
table, blockquote, address, pre, iframe, figure {
  margin: 0;
}
table::before, blockquote::before, address::before, pre::before, iframe::before, figure::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
table::after, blockquote::after, address::after, pre::after, iframe::after, figure::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/*Base style 
---------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

body {
  min-height: 100%;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
body::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
body::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
body::before {
  margin-top: 0;
}
body::after {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.44rem;
  }
}

main {
  height: 100%;
}

a {
  opacity: 1;
  transition: all 0.3s;
}
a:hover, a:focus {
  opacity: 0.6;
  transition: all 0.3s;
  cursor: pointer;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
a img:hover, a img:focus {
  opacity: 0.6;
  transition: all 0.3s;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}

/* リスト
-------------------------------------------------------------*/
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ly_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.ly_header {
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1080px) {
  .ly_header {
    height: 80px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 480px) {
  .ly_header {
    height: 70px;
  }
}

.ly_header.ly_header__top {
  background: rgba(255, 255, 255, 0.9);
}

.ly_header_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding-left: 98px;
  padding-right: 98px;
}
@media screen and (max-width: 1230px) {
  .ly_header_inner {
    max-width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .ly_header_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ly_header_inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 480px) {
  .ly_header_inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 320px) {
  .ly_header_inner {
    max-width: 320px;
  }
}

.ly_footer {
  width: 100%;
  margin-top: auto;
  min-height: 1px;
}

.ly_footer_inner {
  margin-left: auto;
  margin-right: auto;
}

.ly_cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ly_cont__W100 {
  max-width: 100% !important;
  padding: 0 !important;
}

.ly_cont_inner {
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 98px;
}
@media screen and (max-width: 1230px) {
  .ly_cont_inner {
    max-width: 1230px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .ly_cont_inner {
    max-width: 768px;
    padding: 0 28px;
  }
}
@media screen and (max-width: 480px) {
  .ly_cont_inner {
    max-width: 480px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 320px) {
  .ly_cont_inner {
    max-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .ly_cont_inner__mdFull {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.ly_cont_visible__xl {
  display: block !important;
}
@media screen and (max-width: 1230px) {
  .ly_cont_visible__xl {
    display: none !important;
  }
}

.ly_cont_visible__lg {
  display: block !important;
}
@media screen and (max-width: 1080px) {
  .ly_cont_visible__lg {
    display: none !important;
  }
}

.ly_cont_visible__mlg {
  display: block !important;
}
@media screen and (max-width: 910px) {
  .ly_cont_visible__mlg {
    display: none !important;
  }
}

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

.ly_cont_visible__md {
  display: block !important;
}
@media screen and (max-width: 480px) {
  .ly_cont_visible__md {
    display: none !important;
  }
}

.ly_cont_visible__sm {
  display: block !important;
}
@media screen and (max-width: 320px) {
  .ly_cont_visible__sm {
    display: none !important;
  }
}

.ly_cont_hidden__xl {
  display: none !important;
}
@media screen and (max-width: 1230px) {
  .ly_cont_hidden__xl {
    display: block !important;
  }
}

.ly_cont_hidden__lg {
  display: none !important;
}
@media screen and (max-width: 1080px) {
  .ly_cont_hidden__lg {
    display: block !important;
  }
}

.ly_cont_hidden__mlg {
  display: none !important;
}
@media screen and (max-width: 910px) {
  .ly_cont_hidden__mlg {
    display: block !important;
  }
}

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

.ly_cont_hidden__md {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .ly_cont_hidden__md {
    display: block !important;
  }
}

.ly_cont_hidden__sm {
  display: none !important;
}
@media screen and (max-width: 320px) {
  .ly_cont_hidden__sm {
    display: block !important;
  }
}

/* アコーディオン
---------------------------------------------*/
.bl_accordion {
  position: relative;
}

.bl_accordion_check {
  display: none;
}

.bl_accordion_label {
  display: block;
  padding: 25px 16px;
  background-color: rgb(136, 136, 136);
  position: relative;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
}
.bl_accordion_label:hover, .bl_accordion_label:focus {
  transition: all 0.3s;
  opacity: 0.75 !important;
}
.bl_accordion_label::after {
  display: block;
  content: "";
  width: 40px;
  height: 100%;
  padding: 0.75em;
  background-image: url(/common/images/svg/arrow.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

.bl_accordion_label.bl_accordion_brand {
  background-color: rgb(51, 51, 51);
}

.bl_accordion_label.bl_accordion_liquid {
  background-color: rgb(81, 142, 202);
}

.bl_accordion_label.bl_accordion_powder {
  background-color: rgb(230, 150, 0);
}

.bl_accordion_label.bl_accordion_vegetables {
  background-color: rgb(42, 141, 113);
}

.bl_accordion_cont {
  display: none;
  background-color: rgb(255, 255, 255);
  transition: transform 0.3s;
  transform: trnaslateY(-100%);
}

.bl_accordion_cont ul li a {
  padding: 10px;
  display: block;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.bl_accordion_label.is_active::after {
  background-image: url(/common/images/svg/arrow.svg);
  transform: rotate(90deg);
  transition: all 0.3s;
}

.bl_accordion .bl_accordion_cont:first-of-type .bl_accordion_label::after {
  transform: rotate(90deg);
}

.bl_accordion .bl_accordion_cont:first-of-type .bl_accordion_label.is_active::after {
  transform: rotate(0deg);
}

.bl_accordion_cont.is_active {
  display: block;
}

/*
.bl_accordion_check:checked + .bl_accordion_label + .bl_accordion_cont {
  height: 100%;
  //padding: 10px;
  opacity: 1;
  visibility: visible;
  transition: $transition;
  transform:trnaslateY(100%);
}
*/
/* エリアブロック
---------------------------------------------*/
.bl_area_block__lg {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bl_area_block__lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .bl_area_block__lg_sm {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bl_area_block__tLg {
  display: block;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .bl_area_block__tLg {
    padding-top: 30px;
  }
}

.bl_area_block__bLg {
  display: block;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bl_area_block__bLg {
    padding-bottom: 30px;
  }
}

.bl_area_block__md {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bl_area_block__md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bl_area_block__tMd {
  display: block;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .bl_area_block__tMd {
    padding-top: 15px;
  }
}

.bl_area_block__bMd {
  display: block;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bl_area_block__bMd {
    padding-bottom: 15px;
  }
}

.bl_area_block__sm {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bl_area_block__tSm {
  display: block;
  padding-top: 15px;
}

.bl_area_block__bSm {
  display: block;
  padding-bottom: 15px;
}

.bl_area_block_innerWidth {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.bl_area_block_title {
  text-align: center;
}
.bl_area_block_title h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .bl_area_block_title h3 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .bl_area_block_title h3 {
    font-size: 2.24rem;
  }
}
.bl_area_block_title h4 {
  font-size: 2.24rem;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .bl_area_block_title h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .bl_area_block_title h4 {
    font-size: 1.8rem;
  }
}
.bl_area_block_title p {
  text-align: left;
}
.bl_area_block_title span {
  font-size: 1.44rem;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .bl_area_block_title span {
    font-size: 1.28rem;
  }
}
.bl_area_block_title .bl_area_block_spacer {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: rgb(0, 0, 0);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bl_area_block_title .bl_area_block_spacer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bl_area_block_title .bl_area_block_spacer {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .bl_area_block_subTitle_wrapper {
    display: flex;
    flex-direction: column;
  }
}

.bl_area_block_subTitle_wrapper .order1 {
  order: 1;
  flex-shrink: 0;
}

.bl_area_block_subTitle_wrapper .order2 {
  order: 2;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .bl_area_block_subTitle_wrapper .order2 {
    order: 3;
  }
}

.bl_area_block_subTitle_wrapper .order3 {
  order: 3;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .bl_area_block_subTitle_wrapper .order3 {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .bl_area_block_subTitle_wrapper a .el_btn__mark {
    display: none;
  }
}

.bl_area_block_subTitle {
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .bl_area_block_subTitle {
    margin: 0;
    padding: 10px;
  }
}
.bl_area_block_subTitle h3 {
  font-size: 2.88rem;
}
@media screen and (max-width: 1230px) {
  .bl_area_block_subTitle h3 {
    font-size: 2.68rem;
  }
}
@media screen and (max-width: 1080px) {
  .bl_area_block_subTitle h3 {
    font-size: 2.28rem;
  }
}
@media screen and (max-width: 768px) {
  .bl_area_block_subTitle h3 {
    display: none;
  }
}
.bl_area_block_subTitle h4 {
  font-size: 2.24rem;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .bl_area_block_subTitle h4 {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
  }
}
.bl_area_block_subTitle p {
  display: block;
  font-size: 1.6rem;
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .bl_area_block_subTitle p {
    font-size: 1.44rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .bl_area_block_subTitle + .el_btn {
    border-radius: 0;
    letter-spacing: noramal;
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 480px) {
  .bl_area_block_subTitle + .el_btn {
    font-size: 1.28rem;
  }
}

.bl_area_block_lightBlue {
  background-color: rgb(235, 235, 235);
}

.bl_area_block_center {
  display: flex;
  justify-content: center;
}

.bl_area_block_sm_wSmall {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bl_area_block_sm_wSmall {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .bl_area_block_sm_wSmall {
    width: 80%;
  }
}

.bl_area_block_lg_wSmall {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .bl_area_block_lg_wSmall {
    width: 80%;
  }
}

/* パンくずリスト
---------------------------------------------*/
.bl_breadcrumb {
  display: block;
  margin-top: 160px;
  padding-top: 20px;
  position: relative;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 1080px) {
  .bl_breadcrumb {
    margin-top: 70px;
    width: 100%;
    background-color: rgb(235, 235, 235);
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .bl_breadcrumb {
    padding: 10px 0 10px;
  }
}
.bl_breadcrumb li {
  display: inline-block;
  font-size: 1.28rem;
}
.bl_breadcrumb li::after {
  display: inline-block;
  content: ">";
  padding: 0 0.5em;
}
.bl_breadcrumb li:last-of-type {
  padding-right: 0;
}
.bl_breadcrumb li:last-of-type::after {
  display: none;
}
.bl_breadcrumb li a {
  text-decoration: underline;
}

@media screen and (max-width: 1080px) {
  .bl_breadcrumb_smallWrapper {
    max-width: 100% !important;
    background-color: rgb(235, 235, 235);
  }
}
@media screen and (max-width: 768px) {
  .bl_breadcrumb_smallWrapper {
    margin-bottom: 15px;
  }
}

/* カラム
---------------------------------------------*/
.bl_colWrapper {
  display: flex;
  flex-wrap: wrap;
}

.bl_colUnit__col1 > .bl_colInner {
  width: 100%;
}

.bl_colUnit__col2 > .bl_colInner {
  width: calc(50% - 30px / 2);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2 > .bl_colInner {
    width: 100%;
    margin-right: 0;
  }
}

.bl_colUnit__col3 > .bl_colInner {
  width: calc(33.3333% - 30px * 2 / 3);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col3 > .bl_colInner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.bl_colUnit__col3__sm2 > .bl_colInner {
  width: calc(33.3333% - 30px * 2 / 3);
  margin-right: 30px;
}
.bl_colUnit__col3__sm2 > .bl_colInner:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col3__sm2 > .bl_colInner {
    width: calc(50% - 15px / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .bl_colUnit__col3__sm2 > .bl_colInner:nth-child(3n) {
    margin-right: 15px;
  }
  .bl_colUnit__col3__sm2 > .bl_colInner:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_colUnit__col3__always > .bl_colInner {
  width: calc(33.3333% - 30px * 2 / 3);
  margin-right: 30px;
}
.bl_colUnit__col3__always > .bl_colInner:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col3__always > .bl_colInner {
    width: 33.3333333333%;
    margin-right: 0;
    border-right: 1px solid rgb(0, 0, 0);
  }
}

.bl_colUnit__col4 > .bl_colInner {
  width: calc(25% - 30px * 3 / 4);
  margin-right: 30px;
}
.bl_colUnit__col4 > .bl_colInner:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col4 > .bl_colInner {
    width: calc(50% - 30px / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .bl_colUnit__col4 > .bl_colInner:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .bl_colUnit__col4 > .bl_colInner {
    width: 100%;
    margin-right: 0;
  }
}

.bl_colUnit__col4__sm2 > .bl_colInner {
  width: calc(25% - 30px * 3 / 4);
  margin-right: 30px;
}
.bl_colUnit__col4__sm2 > .bl_colInner:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .bl_colUnit__col4__sm2 > .bl_colInner {
    width: calc(25% - 15px * 3 / 4);
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col4__sm2 > .bl_colInner {
    width: calc(50% - 15px / 2);
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .bl_colUnit__col4__sm2 > .bl_colInner:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_colUnit__col5 > .bl_colInner {
  width: calc(20% - 30px * 4 / 5);
  margin-right: 30px;
}

.bl_colUnit__col6 > .bl_colInner {
  width: calc(16.6666667% - 30px * 5 / 6);
  margin-right: 30px;
}

.bl_colUnit__col7 > .bl_colInner {
  width: calc(14.2857143% - 30px * 6 / 7);
  margin-right: 30px;
}

.bl_colUnit__col8 > .bl_colInner {
  width: calc(12.5% - 30px * 7 / 8);
  margin-right: 30px;
}

.bl_colUnit__col9 > .bl_colInner {
  width: calc(11.1111111% - 30px * 8 / 9);
  margin-right: 30px;
  padding-top: 30px;
}

.bl_colUnit__col10 > .bl_colInner {
  width: calc(10% - 30px * 9 / 10);
  margin-right: 30px;
}

.bl_colUnit__col11 > .bl_colInner {
  width: calc(9.090909% - 30px * 10 / 11);
  margin-right: 30px;
}

.bl_colUnit__col12 > .bl_colInner {
  width: calc(8.3333333% - 30px * 11 / 12);
  margin-right: 30px;
}

.bl_colUnit__col2 > .bl_colInner:nth-of-type(2n),
.bl_colUnit__col3 > .bl_colInner:nth-of-type(3n),
.bl_colUnit__col4 > .bl_colInner:nth-of-type(4n),
.bl_colUnit__col5 > .bl_colInner:nth-of-type(5n),
.bl_colUnit__col6 > .bl_colInner:nth-of-type(6n),
.bl_colUnit__col7 > .bl_colInner:nth-of-type(7n),
.bl_colUnit__col8 > .bl_colInner:nth-of-type(8n),
.bl_colUnit__col9 > .bl_colInner:nth-of-type(9n),
.bl_colUnit__col10 > .bl_colInner:nth-of-type(10n),
.bl_colUnit__col11 > .bl_colInner:nth-of-type(11n),
.bl_colUnit__col12 > .bl_colInner:nth-of-type(12n) {
  margin-right: 0;
}

.bl_col_txt {
  text-align: justify;
}

.bl_col_txtMulti {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-top: 1em;
}
.bl_col_txtMulti::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
.bl_col_txtMulti::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 480px) {
  .bl_col_txtMulti {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.bl_colBorder {
  position: relative;
  border: 2px solid rgb(0, 0, 0);
  padding: 15px;
  margin-bottom: 25px;
}
.bl_colBorder p {
  line-height: 1;
  text-align: center;
}
.bl_colBorder span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(/common/images/svg/list_arrow.svg);
  width: 7px;
  height: 7px;
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .ly_cont_inner .bl_col_stack_wrap:last-child {
    margin-bottom: 30px;
  }
}

.bl_col_stack {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .bl_col_stack {
    flex-direction: column;
  }
}

.bl_col_stack__img {
  width: 56.410256%;
  padding: 15px;
}
@media screen and (max-width: 1080px) {
  .bl_col_stack__img {
    width: 100%;
    padding: 30px 0 15px;
  }
}

@media screen and (max-width: 1080px) {
  .bl_col_stack__img.bl_col_stack__imgFirst {
    width: 100%;
    padding: 0 0 10px;
  }
}

.bl_col_stack__txt {
  width: 48.717949%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 40px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .bl_col_stack__txt {
    width: 90%;
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-top: -60px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl_col_stack__txt {
    margin-top: -40px;
  }
}
@media screen and (max-width: 480px) {
  .bl_col_stack__txt {
    padding: 20px 15px;
  }
}
.bl_col_stack__txt h4 {
  font-size: 2.24rem;
  display: inline;
  padding-bottom: 0.2em;
  background: linear-gradient(transparent 50%, rgba(255, 92, 84, 0.4) 50%);
}
@media screen and (max-width: 480px) {
  .bl_col_stack__txt h4 {
    font-size: 2rem;
  }
}
.bl_col_stack__txt p {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1230px) {
  .bl_col_stack__txt p {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .bl_col_stack__txt p {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bl_col_stack__txt a span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/common/images/svg/icon_link_after_blue.svg");
  margin-right: 6px;
}

.bl_col_stack__txt.bl_col_stack__txt__left {
  left: 0 !important;
}

.bl_col_reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .bl_col_reverse {
    flex-direction: column;
  }
}

.bl_colUnit_contact {
  padding: 30px;
  background-color: rgb(235, 235, 235);
}
@media screen and (max-width: 768px) {
  .bl_colUnit_contact:last-child {
    margin-top: 30px;
  }
}
.bl_colUnit_contact h4 {
  font-size: 2.24rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bl_colBorder_wrapper .bl_colBorder {
    margin-bottom: 10px;
  }
}

.bl_footer_colWrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bl_footer_colWrap {
    flex-direction: column;
  }
}

.bl_footer_topBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_footer_topBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: rgb(0, 0, 0);
  }
}
.bl_footer_topBtn img {
  max-height: 14px;
  transform: rotate(-90deg);
}

.bl_footer_col {
  width: 25%;
  border-right: 2px solid rgb(255, 255, 255);
}
.bl_footer_col:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .bl_footer_col {
    width: 100%;
    border-right: none;
  }
}

.bl_footer_col_head {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_footer_col_head {
    justify-content: flex-start;
  }
}
.bl_footer_col_head a {
  width: 100%;
  display: block;
  padding: 50px 25px;
}
@media screen and (max-width: 768px) {
  .bl_footer_col_head a {
    padding: 25px;
  }
}
@media screen and (max-width: 480px) {
  .bl_footer_col_head a {
    padding: 20px;
  }
}
.bl_footer_col_head img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bl_footer_col_head img {
    max-width: 320px;
  }
}
@media screen and (max-width: 480px) {
  .bl_footer_col_head img {
    max-width: 240px;
  }
}

.bl_footer_brand .bl_footer_col_head a {
  background-color: rgb(51, 51, 51);
}

.bl_footer_liquid .bl_footer_col_head a {
  background-image: url("/common/images/1x/footer_service_img_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_footer_liquid .bl_footer_col_head a {
    background-image: url("/common/images/1x/footer_service_sm_img_01.jpg");
  }
}
.bl_footer_liquid .bl_footer_col_head a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.bl_footer_powder .bl_footer_col_head a {
  background-image: url("/common/images/1x/footer_service_img_02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_footer_powder .bl_footer_col_head a {
    background-image: url("/common/images/1x/footer_service_sm_img_02.jpg");
  }
}
.bl_footer_powder .bl_footer_col_head a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.bl_footer_vegetables .bl_footer_col_head a {
  background-image: url("/common/images/1x/footer_service_img_03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_footer_vegetables .bl_footer_col_head a {
    background-image: url("/common/images/1x/footer_service_sm_img_03.jpg");
  }
}
.bl_footer_vegetables .bl_footer_col_head a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.bl_footer_col_body {
  padding: 35px 30px;
}
@media screen and (max-width: 480px) {
  .bl_footer_col_body {
    padding: 20px;
  }
}
.bl_footer_col_body h5 {
  font-size: 1.6rem;
}
.bl_footer_col_body ul {
  margin-top: 10px;
}
.bl_footer_col_body ul li {
  position: relative;
}

.bl_footer_col_body ul li span::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background-image: url("/common/images/svg/list_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}

.bl_footer_brand .bl_footer_col_body {
  background-color: rgb(235, 235, 235);
}

.bl_footer_liquid .bl_footer_col_body {
  background-color: rgb(221, 235, 245);
}

.bl_footer_powder .bl_footer_col_body {
  background-color: rgb(250, 242, 218);
}

.bl_footer_vegetables .bl_footer_col_body {
  background-color: rgb(225, 239, 235);
}

.bl_footer_secondUnit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit {
    padding: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit ul {
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding: 20px 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .bl_footer_secondUnit ul {
    padding-bottom: 15px;
  }
}
.bl_footer_secondUnit ul li {
  display: inline-block;
  letter-spacing: normal;
}

.bl_footer_secondUnit ul li a {
  padding: 0 12px;
  border-right: 1px solid rgb(51, 51, 51);
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 1080px) {
  .bl_footer_secondUnit ul li a {
    padding: 0 5px;
    font-size: 1.44rem;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit ul li a {
    color: rgb(255, 255, 255);
    font-size: 1.28rem;
  }
}

.bl_footer_secondUnit ul li:first-child a {
  padding-left: 0;
}
@media screen and (max-width: 1080px) {
  .bl_footer_secondUnit ul li:first-child a img {
    max-width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .bl_footer_secondUnit ul li:last-child a {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .bl_footer_secondUnit_logo {
    padding: 20px 0;
  }
}

.bl_footer_thirdUnit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  background-color: rgb(235, 235, 235);
}
@media screen and (max-width: 768px) {
  .bl_footer_thirdUnit {
    flex-direction: column;
    padding: 0;
    background-color: rgb(235, 235, 235);
  }
}
@media screen and (max-width: 768px) {
  .bl_footer_thirdUnit ul {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 15px;
    text-align: center;
    padding: 20px 0;
  }
}
.bl_footer_thirdUnit ul li {
  display: inline-block;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .bl_footer_thirdUnit ul li {
    text-align: center;
    margin: 0 5px;
  }
}

.bl_footer_thirdUnit ul li a {
  color: rgb(51, 51, 51);
  margin-right: 20px;
  font-size: 1.28rem;
}
@media screen and (max-width: 480px) {
  .bl_footer_thirdUnit ul li a {
    margin-right: 0;
  }
}
.bl_footer_thirdUnit ul li a span::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("/common/images/svg/icon_link_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6px;
}

.bl_footer_thirdUnit ul li:last-child a {
  margin-right: 0;
}

.bl_footer_copylight {
  text-align: right;
  font-size: 1.28rem;
}
@media screen and (max-width: 768px) {
  .bl_footer_copylight {
    text-align: center;
    padding: 0 16px 20px;
  }
}

.bl_footer_copylightTxt {
  font-size: 1rem;
}

/* form
---------------------------------------------*/
.bl_form_header {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .bl_form_header {
    margin-left: 30px;
  }
}
.bl_form_header h1 {
  font-size: 0;
}
.bl_form_header img {
  cursor: pointer;
  max-width: 186px;
}
@media screen and (max-width: 480px) {
  .bl_form_header img {
    max-width: 130px;
  }
}

.bl_form_title {
  text-align: center;
}
.bl_form_title h2 {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl_form_title h2 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .bl_form_title h2 {
    font-size: 2.24rem;
  }
}
.bl_form_title p {
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: rgb(68, 68, 68);
  color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 25px;
  line-height: 1;
  font-weight: bold;
}

.bl_form_borderUnit {
  border: 2px solid rgb(0, 0, 0);
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .bl_form_borderUnit {
    padding: 15px;
    text-align: left;
  }
}

.bl_formUnit {
  display: flex;
  border-bottom: 2px solid rgb(0, 0, 0);
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl_formUnit {
    flex-direction: column;
  }
}
.bl_formUnit dt {
  display: flex;
  justify-content: space-between;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .bl_formUnit dt {
    width: 100%;
    border-bottom: 1px dashed rgba(68, 68, 68, 0.5);
    padding-bottom: 15px;
  }
}
.bl_formUnit dd {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bl_formUnit dd {
    width: 100%;
    padding-top: 15px;
  }
}
.bl_formUnit dd div {
  width: 100%;
}
.bl_formUnit dd .bl_formUnit__innerCol {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bl_formUnit dd .bl_formUnit__innerCol {
    width: calc(50% - 30px);
  }
}

.bl_formUnit.bl_formUnit__alignTop {
  align-items: flex-start;
}

.bl_form_checkbox {
  margin-right: 10px;
}

.bl_form_require {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 1.28rem;
  background-color: rgb(255, 92, 84);
  color: rgb(255, 255, 255);
  line-height: 1;
  margin-right: 20px;
  margin-left: 20px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .bl_form_require {
    margin-right: 0;
  }
}

.bl_form_require.bl_form_require__gray {
  background-color: rgba(68, 68, 68, 0.5);
}

.bl_formUnit_input {
  width: 100%;
  padding: 0.5em;
  line-height: 1;
  border: 1px solid rgba(68, 68, 68, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: all 0.3s;
}
.bl_formUnit_input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media screen and (max-width: 768px) {
  .bl_formUnit_input {
    width: 100%;
    padding: 10px 10px 10px 10px;
  }
}

.bl_formUnit_input__small {
  max-width: 100px;
  margin-left: 6px;
  margin-right: 6px;
}

.bl_form__address div {
  margin-bottom: 15px;
}

.bl_form_Unit_select {
  padding: 0.5em 1em 0.5em 0.5em;
  line-height: 1;
  border: 1px solid rgba(68, 68, 68, 0.5);
  margin-bottom: 15px;
  background: url("/common/images/svg/list_arrow_bottom.svg") no-repeat right 0.75rem center/8px 10px;
}

.bl_formUnit_btn {
  width: 120px;
  padding: 18px;
  line-height: 1;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 1.28rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.bl_formUnit_btn:hover, .bl_formUnit_btn:focus {
  transition: all 0.3s;
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  .bl_formUnit_btn {
    display: block;
    margin-top: 15px;
  }
}

.bl_formUnit_input__textarea {
  width: 100%;
  min-height: 300px;
  display: inline-block;
  padding: 0.5em;
  border: 1px solid rgba(68, 68, 68, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bl_formUnit_input__textarea:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media screen and (max-width: 768px) {
  .bl_formUnit_input__textarea {
    width: 100%;
    margin-top: 15px;
  }
}

.bl_formUnit_footer {
  background: rgb(235, 235, 235);
  padding: 15px;
  text-align: right;
  font-size: 1rem;
}

.bl_formUnit_checkbox,
.bl_formUnit_radio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 0.5em;
}
.bl_formUnit_checkbox:last-child,
.bl_formUnit_radio:last-child {
  padding-bottom: 0;
}

.bl_formUnit_label.bl_formUnit_label_text {
  align-self: flex-start;
}

.bl_formUnit_outputTxt {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .bl_formUnit_outputTxt {
    padding-top: 15px;
  }
}

.bl_formUnit_confirmation__textarea {
  width: calc(75% - 15px);
  display: inline-block;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .bl_formUnit_confirmation__textarea {
    width: 100%;
  }
}

.bl_formUnit > .bl_formUnit_thanksText {
  display: block;
  text-align: center;
}

.bl_formUnit_btnWrapper {
  margin: 0 auto;
  text-align: center;
}

.bl_form_btn_close {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .bl_form_btn_close {
    width: 100%;
  }
}
.bl_form_btn_close a {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .bl_form_btn_close a {
    width: 100%;
  }
}

/* header module
---------------------------------------------*/
.bl_header__sticky {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 3;
}

.bl_header__bg {
  background-color: rgb(51, 51, 51);
}

.bl_header {
  width: 100%;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
}

.bl_headerUtils,
.bl_headerUtils.bl_top_headerUtils {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  position: relative;
}
.bl_headerUtils h1,
.bl_headerUtils.bl_top_headerUtils h1 {
  font-size: 0;
}
@media screen and (max-width: 1080px) {
  .bl_headerUtils,
  .bl_headerUtils.bl_top_headerUtils {
    background-color: rgb(255, 255, 255);
  }
}

@media screen and (max-width: 1080px) {
  .bl_headerUtils.bl_top_headerUtils {
    background-color: inherit;
  }
}

.bl_headerUtils_logo {
  width: 100%;
  cursor: pointer;
  max-width: 186px;
}
@media screen and (max-width: 1080px) {
  .bl_headerUtils_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .bl_headerUtils_logo {
    max-width: 130px;
  }
}

@media all and (max-width: 1080px) and (-ms-high-contrast: none) {
  .bl_headerUtils_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#sNav {
  position: relative;
  z-index: 5;
}

#sNav .bl_header_sm_cta_btn {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(31, 31, 31);
  width: 100px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  color: rgb(255, 255, 255);
  font-size: 1.28rem;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #sNav .bl_header_sm_cta_btn {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  #sNav .bl_header_sm_cta_btn {
    width: 70px;
    height: 70px;
    font-size: 0.8rem;
  }
}

.bl_header_drowerBg {
  display: none;
}

#sNav .bl_header_smallNav {
  display: none;
}

#sNav .bl_header_smallSubNav {
  display: flex;
  flex-wrap: wrap;
}

#sNav .bl_header_smallSubNav li {
  width: 50%;
  display: inline-block;
  background-color: rgb(235, 235, 235);
}
#sNav .bl_header_smallSubNav li a {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid rgb(255, 255, 255);
  font-size: 1.28rem;
  font-weight: bold;
  color: rgb(85, 85, 85);
}
#sNav .bl_header_smallSubNav li a span {
  line-height: 1;
}
#sNav .bl_header_smallSubNav li a img {
  max-height: 20px;
  width: auto;
}

#sNav .bl_header_smallSubNav li:nth-child(2n) a {
  border-left: 1px solid rgb(255, 255, 255);
}

#sNav .bl_header_smallNav__close {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: rgb(85, 85, 85);
  color: rgb(255, 255, 255);
  font-weight: bold;
  cursor: pointer;
}
#sNav .bl_header_smallNav__close span img {
  display: block;
  line-height: 1;
  max-height: 16px;
}

.bl_headerNavWrapper {
  display: flex;
  width: 100%;
  transform: translateX(0);
  justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .bl_headerNavWrapper {
    align-items: center;
    position: fixed;
    top: 80px;
    transition: all 0.3s;
    z-index: 10;
  }
}
@media screen and (max-width: 480px) {
  .bl_headerNavWrapper {
    top: 70px;
  }
}

.bl_headerNav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 10px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .bl_headerNav {
    display: none;
  }
}
.bl_headerNav li {
  letter-spacing: normal;
}
@media screen and (max-width: 1080px) {
  .bl_headerNav li {
    width: 100%;
    text-align: left;
  }
}

.bl_headerNav__category {
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .bl_headerNav__category {
    display: none;
    margin-right: 20px;
  }
}
.bl_headerNav__category li {
  letter-spacing: normal;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .bl_headerNav__category li {
    text-align: left;
  }
}

/* ハンバーガーメニュー
---------------------------------------------*/
.bl_headerNavIcon {
  display: none;
  width: 70px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .bl_headerNavIcon {
    display: flex;
    padding-left: 16px;
  }
}
@media screen and (max-width: 480px) {
  .bl_headerNavIcon {
    width: 50px;
    height: 20px;
  }
}
.bl_headerNavIcon span {
  display: inline-block;
  width: 100%;
  height: 6px;
  position: absolute;
  transition: all 0.3s;
  background: rgb(51, 51, 51);
}
@media screen and (max-width: 480px) {
  .bl_headerNavIcon span {
    height: 4px;
  }
}
.bl_headerNavIcon span:nth-of-type(1) {
  top: 0;
}
.bl_headerNavIcon span:nth-of-type(2) {
  top: 12px;
}
@media screen and (max-width: 480px) {
  .bl_headerNavIcon span:nth-of-type(2) {
    top: 8px;
  }
}
.bl_headerNavIcon span:nth-of-type(3) {
  bottom: 0px;
}

/* header ナビゲーション
---------------------------------------------*/
.bl_headerNav_link {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  padding: 0 5px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.28rem;
  line-height: 1;
}
.bl_headerNav_link span {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  transition: all 0.3s;
}
.bl_headerNav_link:focus, .bl_headerNav_link:hover {
  transition: all 0.3s;
}
.bl_headerNav_link:focus span, .bl_headerNav_link:hover span {
  transition: all 0.3s;
}
.bl_headerNav_link img {
  max-height: 20px;
  margin-left: 5px;
}

.bl_headerNav_link_box {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  padding: 8px 15px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.28rem;
  line-height: 1;
}
@media screen and (max-width: 1230px) {
  .bl_headerNav_link_box {
    font-size: 1.12rem;
  }
}
.bl_headerNav_link_box:focus, .bl_headerNav_link_box:hover {
  transition: all 0.3s;
}
.bl_headerNav_link_box:focus span, .bl_headerNav_link_box:hover span {
  position: relative;
  transition: all 0.3s;
}

.bl_headerNav_link_liquid {
  background-color: rgb(81, 142, 202);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bl_headerNav_link_powder {
  background-color: rgb(230, 150, 0);
}

.bl_headerNav_link_vegetables {
  background-color: rgb(42, 141, 113);
}

.bl_headerNav_link_brand {
  background-color: rgb(51, 51, 51);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#liquid .bl_headerNav_link_liquid::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: rgb(46, 91, 165) transparent transparent transparent;
}

#powder .bl_headerNav_link_powder::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: rgb(217, 153, 53) transparent transparent transparent;
}

#vegetables .bl_headerNav_link_vegetables::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: rgb(76, 139, 115) transparent transparent transparent;
}

#brand .bl_headerNav_link_brand::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: rgb(51, 51, 51) transparent transparent transparent;
}

.bl_headerNav_sticky {
  width: 100%;
  display: block;
  /*position: sticky;
  top:80px;*/
  position: relative;
  z-index: 3;
}

.bl_headerNav__mainContents {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .bl_headerNav__mainContents {
    display: none;
  }
}
.bl_headerNav__mainContents li {
  width: 20%;
  position: relative;
}
.bl_headerNav__mainContents li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 1.44rem;
  font-weight: 900;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51);
  transition: all 0.3s;
  line-height: 1;
}
@media screen and (max-width: 1230px) {
  .bl_headerNav__mainContents li a {
    font-size: 1.3rem;
  }
}
.bl_headerNav__mainContents li a:hover, .bl_headerNav__mainContents li a:focus {
  transition: all 0.3s;
  opacity: 1;
  background-color: rgb(31, 31, 31);
}
.bl_headerNav__mainContents li span {
  display: block;
}
.bl_headerNav__mainContents li span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.bl_headerNav__mainContents li span::after {
  display: block;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

.bl_headerNav__mainContents li:last-child a::before,
.bl_headerNav__mainContents li:last-child a::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 20px;
}

.bl_headerNav__mainContents li:last-child a::before {
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.bl_headerNav__mainContents li:last-child a::after {
  right: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}

.bl_headerNav__mainContents__header {
  margin-top: -80px;
}

/* お知らせ
---------------------------------------------*/
.bl_information_area {
  display: flex;
  align-items: center;
  border-bottom: 4px solid rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .bl_information_area {
    flex-direction: column;
    border-bottom: none;
    width: 100%;
  }
}
.bl_information_area ul {
  width: 100%;
}
.bl_information_area ul li {
  display: inline-block;
  font-size: 1.44rem;
  padding: 10px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl_information_area ul li {
    padding: 10px 28px;
  }
}

.bl_information_area ul li a {
  display: inline-flex;
  flex-direction: column;
}
.bl_information_area ul li a span {
  display: block;
}

.bl_information_area_button {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.28rem;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-radius: 4px;
  line-height: 1;
  padding: 20px 15px;
  margin: 15px 0 15px 15px;
}
.bl_information_area_button img {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_information_area_button {
    width: 100%;
    display: flex;
    border-radius: 0;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    background-color: rgb(85, 85, 85);
    cursor: pointer;
    font-weight: bold;
  }
  .bl_information_area_button img {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    vertical-align: middle;
  }
}

.bl_information_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 2px solid rgb(0, 0, 0);
  margin-top: 30px;
}
.bl_information_list li {
  width: 100%;
  border-bottom: 2px solid rgb(0, 0, 0);
  display: inline-block;
}
.bl_information_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.bl_information_list li img {
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: right;
}

.bl_information_list li a div {
  margin-right: 20px;
}

.bl_information_list li a div span {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_information_list li a div span {
    display: block;
  }
}

.bl_information_pagenation {
  display: block;
  text-align: center;
}
.bl_information_pagenation ul {
  line-height: 1;
}
.bl_information_pagenation ul li {
  display: inline-block;
}

.bl_information_pagenation ul li a {
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .bl_information_pagenation ul li a {
    padding: 5px 4px;
    font-size: 1.28rem;
  }
}

.bl_information_pagenation ul li a.active {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.bl_information_back_btn {
  display: block;
  width: 14px;
  transform: rotate(180deg);
  position: absolute;
}

.bl_information_imgUnit span {
  margin-top: 10px;
}

.bl_information_textUnit,
.bl_information_imgUnit {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bl_information_textUnit,
  .bl_information_imgUnit {
    margin-bottom: 15px;
  }
}

/* 商品一覧
---------------------------------------------*/
.bl_product {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  margin-bottom: 30px;
}

.bl_product__border {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid rgb(202, 202, 202);
}

.bl_product_label {
  display: block;
  text-align: right;
}

.bl_product_label .el_label {
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .bl_product_label .el_label {
    margin-bottom: 6px;
  }
}

.bl_product_txt {
  border-top: 1px solid rgb(202, 202, 202);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 20px;
}
.bl_product_txt h5 {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .bl_product_txt h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .bl_product_txt p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .bl_product_txt_areaBottom {
    font-size: 1.3rem;
  }
}

.bl_product_modal {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .bl_product_modal {
    padding-top: 400px;
  }
}

.bl_product_modal object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* 商品詳細（モーダル）
---------------------------------------------*/
.bl_product_detail_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_product_detail_wrapper {
    flex-direction: column-reverse;
  }
}

.bl_product_detail_imgWrapper {
  width: 40%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .bl_product_detail_imgWrapper {
    width: 100%;
  }
}

.bl_product_detail_img {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_product_detail_img {
    margin-top: 20px;
  }
}
.bl_product_detail_img img {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl_product_detail_img img {
    margin-bottom: 20px;
  }
}
.bl_product_detail_img span {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-size: 1.28rem;
}

.bl_product_detail_spec {
  width: 55%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .bl_product_detail_spec {
    width: 100%;
  }
}

.bl_product_detail_specHeader {
  display: block;
  position: relative;
  text-align: left;
}
.bl_product_detail_specHeader h2 {
  font-size: 2.24rem;
}
@media screen and (max-width: 768px) {
  .bl_product_detail_specHeader h2 {
    font-size: 1.8rem;
  }
}
.bl_product_detail_specHeader p {
  font-size: 2rem;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .bl_product_detail_specHeader p {
    font-size: 1.44rem;
  }
}
.bl_product_detail_specHeader .bl_product_detail_label {
  position: absolute;
  top: 0;
  right: 0;
}

@media all and (-ms-high-contrast: none) {
  .bl_product_detail_specHeader h2 {
    padding-top: 15px;
  }
}
.bl_product_detail_specBody {
  padding-top: 30px;
  text-align: left;
}
.bl_product_detail_specBody dl {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.bl_product_detail_specBody dl dt {
  width: 20%;
  padding: 10px;
  border-top: 4px solid rgb(202, 202, 202);
}
@media screen and (max-width: 768px) {
  .bl_product_detail_specBody dl dt {
    width: 35%;
    padding: 10px 0;
  }
}
.bl_product_detail_specBody dl dd {
  width: 80%;
  padding: 10px 0 10px 20px;
  border-top: 1px solid rgb(221, 221, 221);
}
@media screen and (max-width: 768px) {
  .bl_product_detail_specBody dl dd {
    width: 65%;
    padding: 10px 0 10px 10px;
  }
}

.bl_product_detail_specBody dl:last-child dt {
  border-bottom: 4px solid rgb(202, 202, 202);
}
.bl_product_detail_specBody dl:last-child dd {
  border-bottom: 1px solid rgb(202, 202, 202);
}

.bl_product_detail_close {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

.bl_product_detail_closeUnder {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_product_detail_closeUnder {
    display: flex;
    width: 100%;
    background: rgb(85, 85, 85);
    position: absolute;
    left: 0;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
  }
}
.bl_product_detail_closeUnder img {
  max-width: 14px;
  margin-left: 5px;
}

.bl_serviseCenter_listTtl {
  width: 100%;
  background-color: rgb(235, 235, 235);
  padding: 25px;
  text-align: center;
}
.bl_serviseCenter_listTtl p {
  font-size: 2.24rem;
}

.bl_serviseCenter_list {
  width: 100%;
}

.bl_serviseCenter_list tr {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .bl_serviseCenter_list tr {
    padding: 15px 0;
    width: 100%;
    display: inline-block;
  }
}

.bl_serviseCenter_list tr.bl_serviseCenter_list_borderBottom {
  border-bottom: 1px dashed rgb(0, 0, 0);
}

.bl_serviseCenter_list .bl_serviseCenter_list_noneBorder {
  border-bottom: 0;
}

.bl_serviseCenter_list tr td {
  padding: 25px 10px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .bl_serviseCenter_list tr td {
    width: 100%;
    display: block;
    padding: 5px 0px;
    line-height: 1.2;
  }
}

.bl_serviseCenter_list .bl_serviseCenter_list_noneBorder td {
  padding: 25px 10px 0;
}
@media screen and (max-width: 768px) {
  .bl_serviseCenter_list .bl_serviseCenter_list_noneBorder td {
    padding: 0;
  }
}

.bl_serviseCenter_list tr td.bl_serviseCenter_list_small {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .bl_serviseCenter_list tr td.bl_serviseCenter_list_small {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bl_serviseCenter_list tr td:nth-child(2) {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

.bl_serviseCenter_list tr td:nth-child(3) {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .bl_serviseCenter_list tr td:nth-child(3) {
    width: 100%;
  }
}

.bl_serviseCenter_list tr td:nth-child(4) {
  text-align: right;
  width: 15%;
  font-size: 1.28rem;
}
@media screen and (max-width: 768px) {
  .bl_serviseCenter_list tr td:nth-child(4) {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .bl_serviseCenter_list tr td:nth-child(4) a {
    display: inline-flex;
  }
}

.bl_serviseCenter_mapIcon img {
  max-width: 14px;
  margin-left: 6px;
}

.bl_serviseCenter_list .content_list_chn td:last-child {
  text-align: right;
  width: 15%;
  font-size: 1.28rem;
}
@media screen and (max-width: 768px) {
  .bl_serviseCenter_list .content_list_chn td:last-child {
    width: 100%;
    text-align: left;
  }
}

.bl_serviseCenter_list tr td.bl_servieCenter_list_cateogry {
  text-align: center;
  color: #ffffff;
  background-color: #999999;
  width: 100%;
}

#anchor_08 td:nth-child(1),
#anchor_08 td:nth-child(2) {
  border-bottom: 1px dashed rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #anchor_08 td:nth-child(1),
  #anchor_08 td:nth-child(2) {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  #anchor_08 td:nth-child(1) {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  #anchor_08 td:nth-child(3) {
    padding: 0 0 10px;
  }
}

/* スライダーテキスト
---------------------------------------------*/
.bl_slider_text_wrap {
  width: 100%;
  margin: auto;
  padding: 0 28px;
}
@media screen and (max-width: 1230px) {
  .bl_slider_text_wrap {
    max-width: 1230px;
  }
}
@media screen and (max-width: 768px) {
  .bl_slider_text_wrap {
    max-width: 768px;
  }
}
@media screen and (max-width: 480px) {
  .bl_slider_text_wrap {
    max-width: 480px;
  }
}
@media screen and (max-width: 320px) {
  .bl_slider_text_wrap {
    max-width: 320px;
  }
}

.bl_slider_text {
  width: 100%;
  max-width: 1366px;
  padding-left: 98px;
  padding-right: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: right;
}
@media screen and (max-width: 1230px) {
  .bl_slider_text {
    max-width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bl_slider_text {
    max-width: 768px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    bottom: 15px;
    top: auto;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 480px) {
  .bl_slider_text {
    max-width: 480px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 320px) {
  .bl_slider_text {
    max-width: 320px;
  }
}
.bl_slider_text h2 {
  font-size: 3.6rem;
  margin-bottom: 8px;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 8px #222222;
  line-height: 1.4;
  text-align: right;
}
.bl_slider_text h2::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
}
.bl_slider_text h2::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 768px) {
  .bl_slider_text h2 {
    text-align: left;
  }
}
.bl_slider_text span {
  display: block;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 4px #222222;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .bl_slider_text span {
    text-align: left;
  }
}
.bl_slider_text a {
  display: inline-block;
  color: rgb(255, 255, 255);
  padding: 22px 26px;
  background-color: rgb(255, 92, 84);
  border-radius: 4px;
  line-height: 1;
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl_slider_text a {
    background-color: rgb(81, 142, 202);
  }
}

/* トップへ戻る
---------------------------------------------*/
.el_btn_backToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 70px;
  right: 15px;
  background-color: rgb(0, 0, 0);
  border-radius: 4px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .el_btn_backToTop {
    bottom: 24px;
    right: 12px;
  }
}

.el_btn_backToTop_imgWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px;
}
.el_btn_backToTop_imgWrapper img {
  width: 8px;
  transform: rotate(-90deg);
}

/* button
---------------------------------------------*/
.el_btn {
  display: block;
  width: 100%;
  max-width: 450px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  border: 2px solid transparent;
  position: relative;
  padding: 20px;
  line-height: 1;
}
.el_btn:hover, .el_btn:focus {
  opacity: 0.6;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  .el_btn {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .el_btn {
    font-size: 1.44rem;
    line-height: 1.4;
  }
}

.el_btn.el_btn_line {
  line-height: 1.6;
}

.el_btn.el_btn_sm {
  font-size: 1.28rem;
}

.el_btn .el_btn__mark {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("/common/images/svg/icon_link_after.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .el_btn .el_btn__mark {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 480px) {
  .el_btn .el_btn__mark {
    right: 10px;
    width: 10px;
    height: 10px;
  }
}

.el_btn__liquid {
  background-color: rgb(81, 142, 202);
}

.el_btn__powder {
  background-color: rgb(230, 150, 0);
}

.el_btn__vegetables {
  background-color: rgb(42, 141, 113);
}

.el_btn__cta {
  background-color: rgb(255, 92, 84);
}

.el_btn__news {
  background-color: rgb(136, 136, 136);
}

.el_btn_blank {
  background-color: rgb(239, 239, 239);
}

.el_btn.el_btn_blank:hover, .el_btn.el_btn_blank:focus {
  opacity: 1;
}

.el_btn.el_btn_close {
  background-color: rgb(68, 68, 68);
}

/* 見出し
---------------------------------------------*/
h1,
.el_lv1Heading {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

h2,
.el_lv2Heading {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.75;
}
h2::before,
.el_lv2Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
h2::after,
.el_lv2Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

h3,
.el_lv3Heading {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.75;
}
h3::before,
.el_lv3Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
h3::after,
.el_lv3Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

h4,
.el_lv4Heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
}
h4::before,
.el_lv4Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
h4::after,
.el_lv4Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

h5,
.el_lv5Heading {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}
h5::before,
.el_lv5Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
h5::after,
.el_lv5Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

h6,
.el_lv6Heading {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
}
h6::before,
.el_lv6Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
h6::after,
.el_lv6Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

/* ラベル
---------------------------------------------*/
.el_label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(68, 68, 68);
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: 0px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: normal;
}
@media screen and (max-width: 1230px) {
  .el_label {
    font-size: 1rem;
    padding: 4px;
  }
}
@media screen and (max-width: 768px) {
  .el_label {
    font-size: 0.8rem;
  }
}

.el_label.el_label_liquid {
  background-color: rgb(81, 142, 202);
}

.el_label.el_label_powder {
  background-color: rgb(230, 150, 0);
}

.el_label.el_label_vegetables {
  background-color: rgb(42, 141, 113);
}

.el_label.el_label_sale,
.el_label.el_label_rental {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(202, 202, 202);
  color: rgb(68, 68, 68);
}

.el_label_mark_liquid,
.el_label_mark_powder,
.el_label_mark_powder2,
.el_label_mark_vegetables {
  position: relative;
}

.el_label_mark_liquid::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../../common/images/svg/mark_liquid.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.el_label_mark_powder::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../../common/images/svg/mark_powder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.el_label_mark_vegetables::after {
  position: absolute;
  bottom: 0;
  right: 50px;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../../common/images/svg/mark_vegetables.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.el_label_mark_powder2::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../../common/images/svg/mark_powder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* メディア
---------------------------------------------*/
.el_img_scaleWrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.el_img_scaleWrapper:hover img, .el_img_scaleWrapper:focus img {
  transform: scale(1.1);
  transition: all 0.3s;
}

/* オブジェクトフィット
---------------------------------------------*/
.el_imgOjf {
  width: 100%;
  height: 200px;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20%, 50%;
     object-position: 20%, 50%;
}

/* 動画レスポンシブ
---------------------------------------------*/
.el_movie_wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.el_movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el_txt_center {
  text-align: center;
}

.el_txt_left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .el_txt_md_left {
    text-align: left;
  }
}

.el_txt_right {
  text-align: right;
}

.el_txt_bold {
  font-weight: bold;
}

.el_txt_caption {
  color: rgb(136, 136, 136);
  display: block;
  font-size: 1.28rem;
  margin-top: 10px;
}

.el_txt_caption_black {
  color: rgb(0, 0, 0);
  display: block;
  font-size: 1.28rem;
  margin-top: 10px;
}

.el_txt_underline {
  text-decoration: underline;
}

.el_txt_br_lg {
  display: none;
}
@media screen and (max-width: 1230px) {
  .el_txt_br_lg {
    display: inline-block;
  }
}

.el_txt_br_mlg {
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .el_txt_br_mlg {
    display: none;
  }
}

.el_txt_br_md {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .el_txt_br_md {
    display: none;
  }
}

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

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

.el_txt_br_md_visible {
  display: none;
}
@media screen and (max-width: 768px) {
  .el_txt_br_md_visible {
    display: inline-block;
  }
}

.el_txt_underLine__red {
  font-size: 2rem;
  display: inline;
  padding-bottom: 0.2em;
  background: linear-gradient(transparent 50%, rgba(255, 92, 84, 0.4) 50%);
}
@media screen and (max-width: 768px) {
  .el_txt_underLine__red {
    font-size: 1.8rem;
  }
}

.el_txt_link__blue {
  color: rgb(0, 51, 204);
}

.el_txt_color_red {
  color: rgb(255, 92, 84);
}

.bl_header_drowerBg.is_active {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  z-index: 3;
}

.bl_headerNavIcon.is_active span:nth-of-type(1) {
  top: 0;
  transform: translate(0px, 12px) rotate(-225deg);
}
@media screen and (max-width: 480px) {
  .bl_headerNavIcon.is_active span:nth-of-type(1) {
    transform: translate(0px, 9px) rotate(-225deg);
  }
}
.bl_headerNavIcon.is_active span:nth-of-type(2) {
  top: 14px;
  opacity: 0;
}
.bl_headerNavIcon.is_active span:nth-of-type(3) {
  bottom: 0;
  transform: translate(0px, -12px) rotate(225deg);
}
@media screen and (max-width: 480px) {
  .bl_headerNavIcon.is_active span:nth-of-type(3) {
    transform: translate(0px, -9px) rotate(225deg);
  }
}

@media all and (-ms-high-contrast: none) {
  .bl_headerNavIcon.is_active {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
  }
  .bl_headerNavIcon.is_active + .bl_headerUtils_logo {
    top: 30px;
  }
}
#sNav .bl_header_smallNav.is_active {
  display: block;
  width: 100%;
  top: 0px;
  background-color: rgb(255, 255, 255);
}

@media all and (-ms-high-contrast: none) {
  #sNav .bl_header_smallNav.is_active {
    left: 0;
  }
}
#sNav .bl_header_smallSubNav.is_active {
  display: flex;
  position: absolute;
}

.bl_headerNavWrapper.is_active {
  display: flex;
  width: 100%;
  transform: translateX(0);
  position: absolute;
}

@media all and (-ms-high-contrast: none) {
  .bl_headerNavWrapper.is_active {
    position: relative;
    top: 55px;
  }
}
.bl_headerNav.is_active {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 80px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
  z-index: 10;
}

.bl_headerNav__mainContents li .active {
  transition: all 0.3s;
  opacity: 1;
  background-color: rgb(31, 31, 31);
}

.bl_headerNav__category.is_active {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
  z-index: 10;
}

.bl_headerNav__mainContents.is_active {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
  z-index: 10;
}

.swiper-pagination-bullet-active {
  background-color: rgb(51, 51, 51) !important;
}

@media screen and (max-width: 1080px) {
  .swiper-container.slide01 {
    margin-top: 70px;
  }
}

.swiper-wrapper {
  max-height: 800px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .swiper-wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-wrapper {
    margin-top: 70px;
  }
}

.slider02 > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.remodal {
  max-width: 1170px;
  padding: 35px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  border-top: 50px solid rgb(202, 202, 202);
  position: relative;
}
@media screen and (max-width: 768px) {
  .remodal {
    border-bottom: 50px solid #555555;
    margin-bottom: 0;
    padding: 15px;
  }
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  /*background: #007aff;*/
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/*
.remodal-wrapper {
  padding: 10px 10px 0;
}
*/
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  border-top: 50px solid rgba(202, 202, 202, 1);
  position: relative;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1170px;
    padding: 35px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 1170px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}/*# sourceMappingURL=style.css.map */