@charset "UTF-8";
/* ==========================================
  Typography
========================================== */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap"); */
body {
  color: #000;
  font-size: 14px;
  /* font-family: "Poppins", sans-serif; */
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", "游ゴシック Medium", "Yu Gothic Medium", Roboto, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

body, html {
  height: 100%;
}

/* heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: normal;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  color: #f5ab1e;
  text-decoration: none;
}

a, a:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

img {
  backface-visibility: hidden;
}

span {
  /* display: inline-block; */
}

button {
  padding: 0;
  border: none;
  cursor: pointer;
}

button,
button:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

button,
button:focus,
a:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn-primary:active:focus {
  box-shadow: none;
}

p {
  line-height: 25px;
  margin-bottom: 0px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #e2e2e2;
  box-shadow: none;
}

.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
}

/* body hidden class */
body.hidden {
  overflow-y: hidden;
  padding-right: 17px;
}

svg path {
  transition: 0.3s ease-in-out 0s;
}

/* ==========================================
  MM Fullscreen
========================================== */
/* mm-fullscreen-bg css */
.mm-fullscreen-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.mm-fullscreen-bg.active {
  opacity: 1;
  visibility: visible;
}

.mm-fullscreen-bg,
.mm-fullscreen-bg.active {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {
  /* body hidden class */
  body.hidden {
    overflow-y: hidden;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .mm-fullscreen-bg.active {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
/* ==================================================================
  Bootstrap Override
================================================================== */
.bg-success-subtle { background-color: #d1e7dd !important; }
.bg-primary-subtle { background-color: #cfe2ff !important; }
.bg-hb101 { background-color: #009991 !important; }
.bg-hb101-subtle { background-color: #d6f1f0 !important; }
.bg-sky { background-color: #eaf8f7 !important; }
.bg-lightyellow { background-color: #fff4d6 !important; }
.bg-lightgreen { background-color: #65ab31 !important; }
.bg-bodysoap { background-color: #e1efe2 !important; }
.bg-nonno { background-color: #DDF6FF !important; }

.text-hb101 { color: #009991 !important; }
.text-subtle { color: #d6f1f0 !important; }
.text-lightblue { color: #28abe3 !important; }
.text-purple { color: #a530a5 !important; }
.text-company { color: #539a00 !important; }
.text-lightgreen { color: #65ab31 !important; }
.text-scarlet { color: #c2272d !important; }
.text-indigo { color: #2d3194 !important; }
.text-pet101 { color: #3ab54b !important; }
.text-happybio { color: #0099cc !important; }
.text-nonno { color: #0077BC !important; }
.text-orange { color: #ec6627 !important; }
.text-emerald { color: #00b381 !important; }
.text-gurucosamin { color: #1fa03a !important; }
.text-pink { color: #e7398e !important; }
.text-pink-subtle { color: #f294dc !important; }
.text-bathset { color: #3ea2dc !important; }
.text-curry { color: #a16100 !important; }
.text-yuzu { color: #f15a24 !important; }

.border-hb101 { border-color: #009991 !important; }
.border-subtle { border-color: #d6f1f0 !important; }
.border-lightblue { border-color: #28abe3 !important; }
.border-purple { border-color: #a530a5 !important; }
.border-company { border-color: #539a00 !important; }
.border-lightgreen { border-color: #65ab31 !important; }
.border-pink { border-color: #e7398e !important; }
.border-pink-subtle { border-color: #f294dc !important; }
.border-bathset { border-color: #6eb9e5 !important; }
.border-curry { border-color: #a16100 !important; }
.border-nonno { border-color: #0077BC !important; }
.border-yuzu { border-color: #f15a24 !important; }

.border-dashed { border-style:dashed !important; }
.border-top-dashed { border-top-style:dashed !important; }
.border-right-dashed { border-right-style:dashed !important; }
.border-bottom-dashed { border-bottom-style:dashed !important; }
.border-left-dashed { border-left-style:dashed !important; }

.ff-mincho { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif !important;}
.ff-gothic { font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", "游ゴシック Medium", "Yu Gothic Medium", Roboto, Arial, "メイリオ", Meiryo, sans-serif;}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.list-group--help > .list-group-item {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  line-height: 1.75;
}
.list-group--help > .list-group-item:before {
  content: "\f105";
  display: inline;
  font-family: "Font Awesome 6 Free";
  color: #009991;
  margin-right: 0.5em;
  font-weight: 900;
}
.list-group--help > .list-group-item--sub {
  border: none;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  line-height: 1.5;
}
.list-group--help > .list-group-item--sub:before {
  content: "・";
  margin-right: 0.2em;
}

/* フレックス */
.flex-auto { flex: auto !important; }
.flex-1 { flex: 1 !important; }
@media (min-width:576px) {
  .flex-sm-auto { flex: 1 !important; }
  .flex-sm-1 { flex: 1 !important; }
}
@media (min-width:768px) {
  .flex-md-auto { flex: 1 !important; }
  .flex-md-1 { flex: 1 !important; }
}
@media (min-width:992px) {
  .flex-lg-auto { flex: 1 !important; }
  .flex-lg-1 { flex: 1 !important; }
}
@media (min-width:1200px) {
  .flex-xl-auto { flex: 1 !important; }
  .flex-xl-1 { flex: 1 !important; }
}
@media (min-width:1400px) {
  .flex-xxl-auto { flex: 1 !important; }
  .flex-xxl-1 { flex: 1 !important; }
}

/* フォントサイズ（絶対値） */
.fs-10{font-size:0.625rem!important}.fs-11{font-size:0.6875rem!important}.fs-12{font-size:0.75rem!important}.fs-13{font-size:0.8125rem!important}.fs-14{font-size:0.875rem!important}.fs-15{font-size:0.9375rem!important}.fs-16{font-size:1rem!important}.fs-17{font-size:1.0625rem!important}.fs-18{font-size:1.125rem!important}.fs-19{font-size:1.1875rem!important}.fs-20{font-size:1.25rem!important}.fs-21{font-size:1.3125rem!important}.fs-22{font-size:1.375rem!important}.fs-23{font-size:1.4375rem!important}.fs-24{font-size:1.5rem!important}.fs-25{font-size:1.5625rem!important}.fs-26{font-size:1.625rem!important}.fs-27{font-size:1.6875rem!important}.fs-28{font-size:1.75rem!important}.fs-29{font-size:1.8125rem!important}.fs-30{font-size:1.875rem!important}
@media (min-width:576px){.fs-sm-10{font-size:0.625rem!important}.fs-sm-11{font-size:0.6875rem!important}.fs-sm-12{font-size:0.75rem!important}.fs-sm-13{font-size:0.8125rem!important}.fs-sm-14{font-size:0.875rem!important}.fs-sm-15{font-size:0.9375rem!important}.fs-sm-16{font-size:1rem!important}.fs-sm-17{font-size:1.0625rem!important}.fs-sm-18{font-size:1.125rem!important}.fs-sm-19{font-size:1.1875rem!important}.fs-sm-20{font-size:1.25rem!important}.fs-sm-21{font-size:1.3125rem!important}.fs-sm-22{font-size:1.375rem!important}.fs-sm-23{font-size:1.4375rem!important}.fs-sm-24{font-size:1.5rem!important}.fs-sm-25{font-size:1.5625rem!important}.fs-sm-26{font-size:1.625rem!important}.fs-sm-27{font-size:1.6875rem!important}.fs-sm-28{font-size:1.75rem!important}.fs-sm-29{font-size:1.8125rem!important}.fs-sm-30{font-size:1.875rem!important}}
@media (min-width:768px){.fs-md-10{font-size:0.625rem!important}.fs-md-11{font-size:0.6875rem!important}.fs-md-12{font-size:0.75rem!important}.fs-md-13{font-size:0.8125rem!important}.fs-md-14{font-size:0.875rem!important}.fs-md-15{font-size:0.9375rem!important}.fs-md-16{font-size:1rem!important}.fs-md-17{font-size:1.0625rem!important}.fs-md-18{font-size:1.125rem!important}.fs-md-19{font-size:1.1875rem!important}.fs-md-20{font-size:1.25rem!important}.fs-md-21{font-size:1.3125rem!important}.fs-md-22{font-size:1.375rem!important}.fs-md-23{font-size:1.4375rem!important}.fs-md-24{font-size:1.5rem!important}.fs-md-25{font-size:1.5625rem!important}.fs-md-26{font-size:1.625rem!important}.fs-md-27{font-size:1.6875rem!important}.fs-md-28{font-size:1.75rem!important}.fs-md-29{font-size:1.8125rem!important}.fs-md-30{font-size:1.875rem!important}}
@media (min-width:992px){.fs-lg-10{font-size:0.625rem!important}.fs-lg-11{font-size:0.6875rem!important}.fs-lg-12{font-size:0.75rem!important}.fs-lg-13{font-size:0.8125rem!important}.fs-lg-14{font-size:0.875rem!important}.fs-lg-15{font-size:0.9375rem!important}.fs-lg-16{font-size:1rem!important}.fs-lg-17{font-size:1.0625rem!important}.fs-lg-18{font-size:1.125rem!important}.fs-lg-19{font-size:1.1875rem!important}.fs-lg-20{font-size:1.25rem!important}.fs-lg-21{font-size:1.3125rem!important}.fs-lg-22{font-size:1.375rem!important}.fs-lg-23{font-size:1.4375rem!important}.fs-lg-24{font-size:1.5rem!important}.fs-lg-25{font-size:1.5625rem!important}.fs-lg-26{font-size:1.625rem!important}.fs-lg-27{font-size:1.6875rem!important}.fs-lg-28{font-size:1.75rem!important}.fs-lg-29{font-size:1.8125rem!important}.fs-lg-30{font-size:1.875rem!important}}
@media (min-width:1200px){.fs-xl-10{font-size:0.625rem!important}.fs-xl-11{font-size:0.6875rem!important}.fs-xl-12{font-size:0.75rem!important}.fs-xl-13{font-size:0.8125rem!important}.fs-xl-14{font-size:0.875rem!important}.fs-xl-15{font-size:0.9375rem!important}.fs-xl-16{font-size:1rem!important}.fs-xl-17{font-size:1.0625rem!important}.fs-xl-18{font-size:1.125rem!important}.fs-xl-19{font-size:1.1875rem!important}.fs-xl-20{font-size:1.25rem!important}.fs-xl-21{font-size:1.3125rem!important}.fs-xl-22{font-size:1.375rem!important}.fs-xl-23{font-size:1.4375rem!important}.fs-xl-24{font-size:1.5rem!important}.fs-xl-25{font-size:1.5625rem!important}.fs-xl-26{font-size:1.625rem!important}.fs-xl-27{font-size:1.6875rem!important}.fs-xl-28{font-size:1.75rem!important}.fs-xl-29{font-size:1.8125rem!important}.fs-xl-30{font-size:1.875rem!important}}
@media (min-width:1400px){.fs-xxl-10{font-size:0.625rem!important}.fs-xxl-11{font-size:0.6875rem!important}.fs-xxl-12{font-size:0.75rem!important}.fs-xxl-13{font-size:0.8125rem!important}.fs-xxl-14{font-size:0.875rem!important}.fs-xxl-15{font-size:0.9375rem!important}.fs-xxl-16{font-size:1rem!important}.fs-xxl-17{font-size:1.0625rem!important}.fs-xxl-18{font-size:1.125rem!important}.fs-xxl-19{font-size:1.1875rem!important}.fs-xxl-20{font-size:1.25rem!important}.fs-xxl-21{font-size:1.3125rem!important}.fs-xxl-22{font-size:1.375rem!important}.fs-xxl-23{font-size:1.4375rem!important}.fs-xxl-24{font-size:1.5rem!important}.fs-xxl-25{font-size:1.5625rem!important}.fs-xxl-26{font-size:1.625rem!important}.fs-xxl-27{font-size:1.6875rem!important}.fs-xxl-28{font-size:1.75rem!important}.fs-xxl-29{font-size:1.8125rem!important}.fs-xxl-30{font-size:1.875rem!important}}

/* フォントサイズ（親要素参照） */
.fs-em10{font-size:0.1em!important}.fs-em15{font-size:0.15em!important}.fs-em20{font-size:0.2em!important}.fs-em25{font-size:0.25em!important}.fs-em30{font-size:0.3em!important}.fs-em35{font-size:0.35em!important}.fs-em40{font-size:0.4em!important}.fs-em45{font-size:0.45em!important}.fs-em50{font-size:0.5em!important}.fs-em55{font-size:0.55em!important}.fs-em60{font-size:0.6em!important}.fs-em65{font-size:0.65em!important}.fs-em70{font-size:0.7em!important}.fs-em75{font-size:0.75em!important}.fs-em80{font-size:0.8em!important}.fs-em85{font-size:0.85em!important}.fs-em90{font-size:0.9em!important}.fs-em95{font-size:0.95em!important}.fs-em100{font-size:1em!important}.fs-em105{font-size:1.05em!important}.fs-em110{font-size:1.1em!important}.fs-em115{font-size:1.15em!important}.fs-em120{font-size:1.2em!important}.fs-em125{font-size:1.25em!important}.fs-em130{font-size:1.3em!important}.fs-em135{font-size:1.35em!important}.fs-em140{font-size:1.4em!important}.fs-em145{font-size:1.45em!important}.fs-em150{font-size:1.5em!important}.fs-em155{font-size:1.55em!important}.fs-em160{font-size:1.6em!important}.fs-em165{font-size:1.65em!important}.fs-em170{font-size:1.7em!important}.fs-em175{font-size:1.75em!important}.fs-em180{font-size:1.8em!important}.fs-em185{font-size:1.85em!important}.fs-em190{font-size:1.9em!important}.fs-em195{font-size:1.95em!important}.fs-em200{font-size:2em!important}
@media (min-width:576px){.fs-sm-em10{font-size:0.1em!important}.fs-sm-em15{font-size:0.15em!important}.fs-sm-em20{font-size:0.2em!important}.fs-sm-em25{font-size:0.25em!important}.fs-sm-em30{font-size:0.3em!important}.fs-sm-em35{font-size:0.35em!important}.fs-sm-em40{font-size:0.4em!important}.fs-sm-em45{font-size:0.45em!important}.fs-sm-em50{font-size:0.5em!important}.fs-sm-em55{font-size:0.55em!important}.fs-sm-em60{font-size:0.6em!important}.fs-sm-em65{font-size:0.65em!important}.fs-sm-em70{font-size:0.7em!important}.fs-sm-em75{font-size:0.75em!important}.fs-sm-em80{font-size:0.8em!important}.fs-sm-em85{font-size:0.85em!important}.fs-sm-em90{font-size:0.9em!important}.fs-sm-em95{font-size:0.95em!important}.fs-sm-em100{font-size:1em!important}.fs-sm-em105{font-size:1.05em!important}.fs-sm-em110{font-size:1.1em!important}.fs-sm-em115{font-size:1.15em!important}.fs-sm-em120{font-size:1.2em!important}.fs-sm-em125{font-size:1.25em!important}.fs-sm-em130{font-size:1.3em!important}.fs-sm-em135{font-size:1.35em!important}.fs-sm-em140{font-size:1.4em!important}.fs-sm-em145{font-size:1.45em!important}.fs-sm-em150{font-size:1.5em!important}.fs-sm-em155{font-size:1.55em!important}.fs-sm-em160{font-size:1.6em!important}.fs-sm-em165{font-size:1.65em!important}.fs-sm-em170{font-size:1.7em!important}.fs-sm-em175{font-size:1.75em!important}.fs-sm-em180{font-size:1.8em!important}.fs-sm-em185{font-size:1.85em!important}.fs-sm-em190{font-size:1.9em!important}.fs-sm-em195{font-size:1.95em!important}.fs-sm-em200{font-size:2em!important}}
@media (min-width:768px){.fs-md-em10{font-size:0.1em!important}.fs-md-em15{font-size:0.15em!important}.fs-md-em20{font-size:0.2em!important}.fs-md-em25{font-size:0.25em!important}.fs-md-em30{font-size:0.3em!important}.fs-md-em35{font-size:0.35em!important}.fs-md-em40{font-size:0.4em!important}.fs-md-em45{font-size:0.45em!important}.fs-md-em50{font-size:0.5em!important}.fs-md-em55{font-size:0.55em!important}.fs-md-em60{font-size:0.6em!important}.fs-md-em65{font-size:0.65em!important}.fs-md-em70{font-size:0.7em!important}.fs-md-em75{font-size:0.75em!important}.fs-md-em80{font-size:0.8em!important}.fs-md-em85{font-size:0.85em!important}.fs-md-em90{font-size:0.9em!important}.fs-md-em95{font-size:0.95em!important}.fs-md-em100{font-size:1em!important}.fs-md-em105{font-size:1.05em!important}.fs-md-em110{font-size:1.1em!important}.fs-md-em115{font-size:1.15em!important}.fs-md-em120{font-size:1.2em!important}.fs-md-em125{font-size:1.25em!important}.fs-md-em130{font-size:1.3em!important}.fs-md-em135{font-size:1.35em!important}.fs-md-em140{font-size:1.4em!important}.fs-md-em145{font-size:1.45em!important}.fs-md-em150{font-size:1.5em!important}.fs-md-em155{font-size:1.55em!important}.fs-md-em160{font-size:1.6em!important}.fs-md-em165{font-size:1.65em!important}.fs-md-em170{font-size:1.7em!important}.fs-md-em175{font-size:1.75em!important}.fs-md-em180{font-size:1.8em!important}.fs-md-em185{font-size:1.85em!important}.fs-md-em190{font-size:1.9em!important}.fs-md-em195{font-size:1.95em!important}.fs-md-em200{font-size:2em!important}}
@media (min-width:992px){.fs-lg-em10{font-size:0.1em!important}.fs-lg-em15{font-size:0.15em!important}.fs-lg-em20{font-size:0.2em!important}.fs-lg-em25{font-size:0.25em!important}.fs-lg-em30{font-size:0.3em!important}.fs-lg-em35{font-size:0.35em!important}.fs-lg-em40{font-size:0.4em!important}.fs-lg-em45{font-size:0.45em!important}.fs-lg-em50{font-size:0.5em!important}.fs-lg-em55{font-size:0.55em!important}.fs-lg-em60{font-size:0.6em!important}.fs-lg-em65{font-size:0.65em!important}.fs-lg-em70{font-size:0.7em!important}.fs-lg-em75{font-size:0.75em!important}.fs-lg-em80{font-size:0.8em!important}.fs-lg-em85{font-size:0.85em!important}.fs-lg-em90{font-size:0.9em!important}.fs-lg-em95{font-size:0.95em!important}.fs-lg-em100{font-size:1em!important}.fs-lg-em105{font-size:1.05em!important}.fs-lg-em110{font-size:1.1em!important}.fs-lg-em115{font-size:1.15em!important}.fs-lg-em120{font-size:1.2em!important}.fs-lg-em125{font-size:1.25em!important}.fs-lg-em130{font-size:1.3em!important}.fs-lg-em135{font-size:1.35em!important}.fs-lg-em140{font-size:1.4em!important}.fs-lg-em145{font-size:1.45em!important}.fs-lg-em150{font-size:1.5em!important}.fs-lg-em155{font-size:1.55em!important}.fs-lg-em160{font-size:1.6em!important}.fs-lg-em165{font-size:1.65em!important}.fs-lg-em170{font-size:1.7em!important}.fs-lg-em175{font-size:1.75em!important}.fs-lg-em180{font-size:1.8em!important}.fs-lg-em185{font-size:1.85em!important}.fs-lg-em190{font-size:1.9em!important}.fs-lg-em195{font-size:1.95em!important}.fs-lg-em200{font-size:2em!important}}
@media (min-width:1200px){.fs-xl-em10{font-size:0.1em!important}.fs-xl-em15{font-size:0.15em!important}.fs-xl-em20{font-size:0.2em!important}.fs-xl-em25{font-size:0.25em!important}.fs-xl-em30{font-size:0.3em!important}.fs-xl-em35{font-size:0.35em!important}.fs-xl-em40{font-size:0.4em!important}.fs-xl-em45{font-size:0.45em!important}.fs-xl-em50{font-size:0.5em!important}.fs-xl-em55{font-size:0.55em!important}.fs-xl-em60{font-size:0.6em!important}.fs-xl-em65{font-size:0.65em!important}.fs-xl-em70{font-size:0.7em!important}.fs-xl-em75{font-size:0.75em!important}.fs-xl-em80{font-size:0.8em!important}.fs-xl-em85{font-size:0.85em!important}.fs-xl-em90{font-size:0.9em!important}.fs-xl-em95{font-size:0.95em!important}.fs-xl-em100{font-size:1em!important}.fs-xl-em105{font-size:1.05em!important}.fs-xl-em110{font-size:1.1em!important}.fs-xl-em115{font-size:1.15em!important}.fs-xl-em120{font-size:1.2em!important}.fs-xl-em125{font-size:1.25em!important}.fs-xl-em130{font-size:1.3em!important}.fs-xl-em135{font-size:1.35em!important}.fs-xl-em140{font-size:1.4em!important}.fs-xl-em145{font-size:1.45em!important}.fs-xl-em150{font-size:1.5em!important}.fs-xl-em155{font-size:1.55em!important}.fs-xl-em160{font-size:1.6em!important}.fs-xl-em165{font-size:1.65em!important}.fs-xl-em170{font-size:1.7em!important}.fs-xl-em175{font-size:1.75em!important}.fs-xl-em180{font-size:1.8em!important}.fs-xl-em185{font-size:1.85em!important}.fs-xl-em190{font-size:1.9em!important}.fs-xl-em195{font-size:1.95em!important}.fs-xl-em200{font-size:2em!important}}
@media (min-width:1400px){.fs-xxl-em10{font-size:0.1em!important}.fs-xxl-em15{font-size:0.15em!important}.fs-xxl-em20{font-size:0.2em!important}.fs-xxl-em25{font-size:0.25em!important}.fs-xxl-em30{font-size:0.3em!important}.fs-xxl-em35{font-size:0.35em!important}.fs-xxl-em40{font-size:0.4em!important}.fs-xxl-em45{font-size:0.45em!important}.fs-xxl-em50{font-size:0.5em!important}.fs-xxl-em55{font-size:0.55em!important}.fs-xxl-em60{font-size:0.6em!important}.fs-xxl-em65{font-size:0.65em!important}.fs-xxl-em70{font-size:0.7em!important}.fs-xxl-em75{font-size:0.75em!important}.fs-xxl-em80{font-size:0.8em!important}.fs-xxl-em85{font-size:0.85em!important}.fs-xxl-em90{font-size:0.9em!important}.fs-xxl-em95{font-size:0.95em!important}.fs-xxl-em100{font-size:1em!important}.fs-xxl-em105{font-size:1.05em!important}.fs-xxl-em110{font-size:1.1em!important}.fs-xxl-em115{font-size:1.15em!important}.fs-xxl-em120{font-size:1.2em!important}.fs-xxl-em125{font-size:1.25em!important}.fs-xxl-em130{font-size:1.3em!important}.fs-xxl-em135{font-size:1.35em!important}.fs-xxl-em140{font-size:1.4em!important}.fs-xxl-em145{font-size:1.45em!important}.fs-xxl-em150{font-size:1.5em!important}.fs-xxl-em155{font-size:1.55em!important}.fs-xxl-em160{font-size:1.6em!important}.fs-xxl-em165{font-size:1.65em!important}.fs-xxl-em170{font-size:1.7em!important}.fs-xxl-em175{font-size:1.75em!important}.fs-xxl-em180{font-size:1.8em!important}.fs-xxl-em185{font-size:1.85em!important}.fs-xxl-em190{font-size:1.9em!important}.fs-xxl-em195{font-size:1.95em!important}.fs-xxl-em200{font-size:2em!important}}

/* sizing */
.w-auto{width:auto!important}.w-0{width:0%!important}.w-2-5{width:2.5%!important}.w-5{width:5%!important}.w-7-5{width:7.5%!important}.w-10{width:10%!important}.w-12-5{width:12.5%!important}.w-15{width:15%!important}.w-17-5{width:17.5%!important}.w-20{width:20%!important}.w-22-5{width:22.5%!important}.w-25{width:25%!important}.w-27-5{width:27.5%!important}.w-30{width:30%!important}.w-32-5{width:32.5%!important}.w-35{width:35%!important}.w-37-5{width:37.5%!important}.w-40{width:40%!important}.w-42-5{width:42.5%!important}.w-45{width:45%!important}.w-47-5{width:47.5%!important}.w-50{width:50%!important}.w-52-5{width:52.5%!important}.w-55{width:55%!important}.w-57-5{width:57.5%!important}.w-60{width:60%!important}.w-62-5{width:62.5%!important}.w-65{width:65%!important}.w-67-5{width:67.5%!important}.w-70{width:70%!important}.w-72-5{width:72.5%!important}.w-75{width:75%!important}.w-77-5{width:77.5%!important}.w-80{width:80%!important}.w-82-5{width:82.5%!important}.w-85{width:85%!important}.w-87-5{width:87.5%!important}.w-90{width:90%!important}.w-92-5{width:92.5%!important}.w-95{width:95%!important}.w-97-5{width:97.5%!important}.w-100{width:100%!important}
@media (min-width:576px){.w-sm-auto{width:auto!important}.w-sm-0{width:0%!important}.w-sm-2-5{width:2.5%!important}.w-sm-5{width:5%!important}.w-sm-7-5{width:7.5%!important}.w-sm-10{width:10%!important}.w-sm-12-5{width:12.5%!important}.w-sm-15{width:15%!important}.w-sm-17-5{width:17.5%!important}.w-sm-20{width:20%!important}.w-sm-22-5{width:22.5%!important}.w-sm-25{width:25%!important}.w-sm-27-5{width:27.5%!important}.w-sm-30{width:30%!important}.w-sm-32-5{width:32.5%!important}.w-sm-35{width:35%!important}.w-sm-37-5{width:37.5%!important}.w-sm-40{width:40%!important}.w-sm-42-5{width:42.5%!important}.w-sm-45{width:45%!important}.w-sm-47-5{width:47.5%!important}.w-sm-50{width:50%!important}.w-sm-52-5{width:52.5%!important}.w-sm-55{width:55%!important}.w-sm-57-5{width:57.5%!important}.w-sm-60{width:60%!important}.w-sm-62-5{width:62.5%!important}.w-sm-65{width:65%!important}.w-sm-67-5{width:67.5%!important}.w-sm-70{width:70%!important}.w-sm-72-5{width:72.5%!important}.w-sm-75{width:75%!important}.w-sm-77-5{width:77.5%!important}.w-sm-80{width:80%!important}.w-sm-82-5{width:82.5%!important}.w-sm-85{width:85%!important}.w-sm-87-5{width:87.5%!important}.w-sm-90{width:90%!important}.w-sm-92-5{width:92.5%!important}.w-sm-95{width:95%!important}.w-sm-97-5{width:97.5%!important}.w-sm-100{width:100%!important}}
@media (min-width:768px){.w-md-auto{width:auto!important}.w-md-0{width:0%!important}.w-md-2-5{width:2.5%!important}.w-md-5{width:5%!important}.w-md-7-5{width:7.5%!important}.w-md-10{width:10%!important}.w-md-12-5{width:12.5%!important}.w-md-15{width:15%!important}.w-md-17-5{width:17.5%!important}.w-md-20{width:20%!important}.w-md-22-5{width:22.5%!important}.w-md-25{width:25%!important}.w-md-27-5{width:27.5%!important}.w-md-30{width:30%!important}.w-md-32-5{width:32.5%!important}.w-md-35{width:35%!important}.w-md-37-5{width:37.5%!important}.w-md-40{width:40%!important}.w-md-42-5{width:42.5%!important}.w-md-45{width:45%!important}.w-md-47-5{width:47.5%!important}.w-md-50{width:50%!important}.w-md-52-5{width:52.5%!important}.w-md-55{width:55%!important}.w-md-57-5{width:57.5%!important}.w-md-60{width:60%!important}.w-md-62-5{width:62.5%!important}.w-md-65{width:65%!important}.w-md-67-5{width:67.5%!important}.w-md-70{width:70%!important}.w-md-72-5{width:72.5%!important}.w-md-75{width:75%!important}.w-md-77-5{width:77.5%!important}.w-md-80{width:80%!important}.w-md-82-5{width:82.5%!important}.w-md-85{width:85%!important}.w-md-87-5{width:87.5%!important}.w-md-90{width:90%!important}.w-md-92-5{width:92.5%!important}.w-md-95{width:95%!important}.w-md-97-5{width:97.5%!important}.w-md-100{width:100%!important}}
@media (min-width:992px){.w-lg-auto{width:auto!important}.w-lg-0{width:0%!important}.w-lg-2-5{width:2.5%!important}.w-lg-5{width:5%!important}.w-lg-7-5{width:7.5%!important}.w-lg-10{width:10%!important}.w-lg-12-5{width:12.5%!important}.w-lg-15{width:15%!important}.w-lg-17-5{width:17.5%!important}.w-lg-20{width:20%!important}.w-lg-22-5{width:22.5%!important}.w-lg-25{width:25%!important}.w-lg-27-5{width:27.5%!important}.w-lg-30{width:30%!important}.w-lg-32-5{width:32.5%!important}.w-lg-35{width:35%!important}.w-lg-37-5{width:37.5%!important}.w-lg-40{width:40%!important}.w-lg-42-5{width:42.5%!important}.w-lg-45{width:45%!important}.w-lg-47-5{width:47.5%!important}.w-lg-50{width:50%!important}.w-lg-52-5{width:52.5%!important}.w-lg-55{width:55%!important}.w-lg-57-5{width:57.5%!important}.w-lg-60{width:60%!important}.w-lg-62-5{width:62.5%!important}.w-lg-65{width:65%!important}.w-lg-67-5{width:67.5%!important}.w-lg-70{width:70%!important}.w-lg-72-5{width:72.5%!important}.w-lg-75{width:75%!important}.w-lg-77-5{width:77.5%!important}.w-lg-80{width:80%!important}.w-lg-82-5{width:82.5%!important}.w-lg-85{width:85%!important}.w-lg-87-5{width:87.5%!important}.w-lg-90{width:90%!important}.w-lg-92-5{width:92.5%!important}.w-lg-95{width:95%!important}.w-lg-97-5{width:97.5%!important}.w-lg-100{width:100%!important}}
@media (min-width:1200px){.w-xl-auto{width:auto!important}.w-xl-0{width:0%!important}.w-xl-2-5{width:2.5%!important}.w-xl-5{width:5%!important}.w-xl-7-5{width:7.5%!important}.w-xl-10{width:10%!important}.w-xl-12-5{width:12.5%!important}.w-xl-15{width:15%!important}.w-xl-17-5{width:17.5%!important}.w-xl-20{width:20%!important}.w-xl-22-5{width:22.5%!important}.w-xl-25{width:25%!important}.w-xl-27-5{width:27.5%!important}.w-xl-30{width:30%!important}.w-xl-32-5{width:32.5%!important}.w-xl-35{width:35%!important}.w-xl-37-5{width:37.5%!important}.w-xl-40{width:40%!important}.w-xl-42-5{width:42.5%!important}.w-xl-45{width:45%!important}.w-xl-47-5{width:47.5%!important}.w-xl-50{width:50%!important}.w-xl-52-5{width:52.5%!important}.w-xl-55{width:55%!important}.w-xl-57-5{width:57.5%!important}.w-xl-60{width:60%!important}.w-xl-62-5{width:62.5%!important}.w-xl-65{width:65%!important}.w-xl-67-5{width:67.5%!important}.w-xl-70{width:70%!important}.w-xl-72-5{width:72.5%!important}.w-xl-75{width:75%!important}.w-xl-77-5{width:77.5%!important}.w-xl-80{width:80%!important}.w-xl-82-5{width:82.5%!important}.w-xl-85{width:85%!important}.w-xl-87-5{width:87.5%!important}.w-xl-90{width:90%!important}.w-xl-92-5{width:92.5%!important}.w-xl-95{width:95%!important}.w-xl-97-5{width:97.5%!important}.w-xl-100{width:100%!important}}
@media (min-width:1400px){.w-xxl-auto{width:auto!important}.w-xxl-0{width:0%!important}.w-xxl-2-5{width:2.5%!important}.w-xxl-5{width:5%!important}.w-xxl-7-5{width:7.5%!important}.w-xxl-10{width:10%!important}.w-xxl-12-5{width:12.5%!important}.w-xxl-15{width:15%!important}.w-xxl-17-5{width:17.5%!important}.w-xxl-20{width:20%!important}.w-xxl-22-5{width:22.5%!important}.w-xxl-25{width:25%!important}.w-xxl-27-5{width:27.5%!important}.w-xxl-30{width:30%!important}.w-xxl-32-5{width:32.5%!important}.w-xxl-35{width:35%!important}.w-xxl-37-5{width:37.5%!important}.w-xxl-40{width:40%!important}.w-xxl-42-5{width:42.5%!important}.w-xxl-45{width:45%!important}.w-xxl-47-5{width:47.5%!important}.w-xxl-50{width:50%!important}.w-xxl-52-5{width:52.5%!important}.w-xxl-55{width:55%!important}.w-xxl-57-5{width:57.5%!important}.w-xxl-60{width:60%!important}.w-xxl-62-5{width:62.5%!important}.w-xxl-65{width:65%!important}.w-xxl-67-5{width:67.5%!important}.w-xxl-70{width:70%!important}.w-xxl-72-5{width:72.5%!important}.w-xxl-75{width:75%!important}.w-xxl-77-5{width:77.5%!important}.w-xxl-80{width:80%!important}.w-xxl-82-5{width:82.5%!important}.w-xxl-85{width:85%!important}.w-xxl-87-5{width:87.5%!important}.w-xxl-90{width:90%!important}.w-xxl-92-5{width:92.5%!important}.w-xxl-95{width:95%!important}.w-xxl-97-5{width:97.5%!important}.w-xxl-100{width:100%!important}}

/* line-height */
.lh-11{line-height:1.1!important}.lh-12{line-height:1.2!important}.lh-13{line-height:1.3!important}.lh-14{line-height:1.4!important}.lh-15{line-height:1.5!important}.lh-16{line-height:1.6!important}.lh-17{line-height:1.7!important}.lh-18{line-height:1.8!important}.lh-19{line-height:1.9!important}.lh-20{line-height:2.0!important}.lh-21{line-height:2.1!important}.lh-22{line-height:2.2!important}.lh-23{line-height:2.3!important}.lh-24{line-height:2.4!important}.lh-25{line-height:2.5!important}.lh-26{line-height:2.6!important}.lh-27{line-height:2.7!important}.lh-28{line-height:2.8!important}.lh-29{line-height:2.9!important}.lh-30{line-height:3.0!important}
@media (min-width:576px){.lh-sm-11{line-height:1.1!important}.lh-sm-12{line-height:1.2!important}.lh-sm-13{line-height:1.3!important}.lh-sm-14{line-height:1.4!important}.lh-sm-15{line-height:1.5!important}.lh-sm-16{line-height:1.6!important}.lh-sm-17{line-height:1.7!important}.lh-sm-18{line-height:1.8!important}.lh-sm-19{line-height:1.9!important}.lh-sm-20{line-height:2.0!important}.lh-sm-21{line-height:2.1!important}.lh-sm-22{line-height:2.2!important}.lh-sm-23{line-height:2.3!important}.lh-sm-24{line-height:2.4!important}.lh-sm-25{line-height:2.5!important}.lh-sm-26{line-height:2.6!important}.lh-sm-27{line-height:2.7!important}.lh-sm-28{line-height:2.8!important}.lh-sm-29{line-height:2.9!important}.lh-sm-30{line-height:3.0!important}}@media (min-width:768px){.lh-md-11{line-height:1.1!important}.lh-md-12{line-height:1.2!important}.lh-md-13{line-height:1.3!important}.lh-md-14{line-height:1.4!important}.lh-md-15{line-height:1.5!important}.lh-md-16{line-height:1.6!important}.lh-md-17{line-height:1.7!important}.lh-md-18{line-height:1.8!important}.lh-md-19{line-height:1.9!important}.lh-md-20{line-height:2.0!important}.lh-md-21{line-height:2.1!important}.lh-md-22{line-height:2.2!important}.lh-md-23{line-height:2.3!important}.lh-md-24{line-height:2.4!important}.lh-md-25{line-height:2.5!important}.lh-md-26{line-height:2.6!important}.lh-md-27{line-height:2.7!important}.lh-md-28{line-height:2.8!important}.lh-md-29{line-height:2.9!important}.lh-md-30{line-height:3.0!important}}@media (min-width:992px){.lh-lg-11{line-height:1.1!important}.lh-lg-12{line-height:1.2!important}.lh-lg-13{line-height:1.3!important}.lh-lg-14{line-height:1.4!important}.lh-lg-15{line-height:1.5!important}.lh-lg-16{line-height:1.6!important}.lh-lg-17{line-height:1.7!important}.lh-lg-18{line-height:1.8!important}.lh-lg-19{line-height:1.9!important}.lh-lg-20{line-height:2.0!important}.lh-lg-21{line-height:2.1!important}.lh-lg-22{line-height:2.2!important}.lh-lg-23{line-height:2.3!important}.lh-lg-24{line-height:2.4!important}.lh-lg-25{line-height:2.5!important}.lh-lg-26{line-height:2.6!important}.lh-lg-27{line-height:2.7!important}.lh-lg-28{line-height:2.8!important}.lh-lg-29{line-height:2.9!important}.lh-lg-30{line-height:3.0!important}}@media (min-width:1200px){.lh-xl-11{line-height:1.1!important}.lh-xl-12{line-height:1.2!important}.lh-xl-13{line-height:1.3!important}.lh-xl-14{line-height:1.4!important}.lh-xl-15{line-height:1.5!important}.lh-xl-16{line-height:1.6!important}.lh-xl-17{line-height:1.7!important}.lh-xl-18{line-height:1.8!important}.lh-xl-19{line-height:1.9!important}.lh-xl-20{line-height:2.0!important}.lh-xl-21{line-height:2.1!important}.lh-xl-22{line-height:2.2!important}.lh-xl-23{line-height:2.3!important}.lh-xl-24{line-height:2.4!important}.lh-xl-25{line-height:2.5!important}.lh-xl-26{line-height:2.6!important}.lh-xl-27{line-height:2.7!important}.lh-xl-28{line-height:2.8!important}.lh-xl-29{line-height:2.9!important}.lh-xl-30{line-height:3.0!important}}@media (min-width:1400px){.lh-xxl-11{line-height:1.1!important}.lh-xxl-12{line-height:1.2!important}.lh-xxl-13{line-height:1.3!important}.lh-xxl-14{line-height:1.4!important}.lh-xxl-15{line-height:1.5!important}.lh-xxl-16{line-height:1.6!important}.lh-xxl-17{line-height:1.7!important}.lh-xxl-18{line-height:1.8!important}.lh-xxl-19{line-height:1.9!important}.lh-xxl-20{line-height:2.0!important}.lh-xxl-21{line-height:2.1!important}.lh-xxl-22{line-height:2.2!important}.lh-xxl-23{line-height:2.3!important}.lh-xxl-24{line-height:2.4!important}.lh-xxl-25{line-height:2.5!important}.lh-xxl-26{line-height:2.6!important}.lh-xxl-27{line-height:2.7!important}.lh-xxl-28{line-height:2.8!important}.lh-xxl-29{line-height:2.9!important}.lh-xxl-30{line-height:3.0!important}}

/* column */
.col-1{flex:0 0 auto;width:8.3333%}.col-1-25{flex:0 0 auto;width:10.4167%}.col-1-5{flex:0 0 auto;width:12.5%}.col-1-75{flex:0 0 auto;width:14.5833%}.col-2{flex:0 0 auto;width:16.6667%}.col-2-25{flex:0 0 auto;width:18.75%}.col-2-5{flex:0 0 auto;width:20.8333%}.col-2-75{flex:0 0 auto;width:22.9167%}.col-3{flex:0 0 auto;width:25%}.col-3-25{flex:0 0 auto;width:27.0833%}.col-3-5{flex:0 0 auto;width:29.1667%}.col-3-75{flex:0 0 auto;width:31.25%}.col-4{flex:0 0 auto;width:33.3333%}.col-4-25{flex:0 0 auto;width:35.4167%}.col-4-5{flex:0 0 auto;width:37.5%}.col-4-75{flex:0 0 auto;width:39.5833%}.col-5{flex:0 0 auto;width:41.6667%}.col-5-25{flex:0 0 auto;width:43.75%}.col-5-5{flex:0 0 auto;width:45.8333%}.col-5-75{flex:0 0 auto;width:47.9167%}.col-6{flex:0 0 auto;width:50%}.col-6-25{flex:0 0 auto;width:52.0833%}.col-6-5{flex:0 0 auto;width:54.1667%}.col-6-75{flex:0 0 auto;width:56.25%}.col-7{flex:0 0 auto;width:58.3333%}.col-7-25{flex:0 0 auto;width:60.4167%}.col-7-5{flex:0 0 auto;width:62.5%}.col-7-75{flex:0 0 auto;width:64.5833%}.col-8{flex:0 0 auto;width:66.6667%}.col-8-25{flex:0 0 auto;width:68.75%}.col-8-5{flex:0 0 auto;width:70.8333%}.col-8-75{flex:0 0 auto;width:72.9167%}.col-9{flex:0 0 auto;width:75%}.col-9-25{flex:0 0 auto;width:77.0833%}.col-9-5{flex:0 0 auto;width:79.1667%}.col-9-75{flex:0 0 auto;width:81.25%}.col-10{flex:0 0 auto;width:83.3333%}.col-10-25{flex:0 0 auto;width:85.4167%}.col-10-5{flex:0 0 auto;width:87.5%}.col-10-75{flex:0 0 auto;width:89.5833%}.col-11{flex:0 0 auto;width:91.6667%}.col-11-25{flex:0 0 auto;width:93.75%}.col-11-5{flex:0 0 auto;width:95.8333%}.col-11-75{flex:0 0 auto;width:97.9167%}.col-12{flex:0 0 auto;width:100%}.col-auto{flex:0 0 auto;width:auto;}
@media (min-width:576px){.col-sm-1{flex:0 0 auto;width:8.3333%}.col-sm-1-25{flex:0 0 auto;width:10.4167%}.col-sm-1-5{flex:0 0 auto;width:12.5%}.col-sm-1-75{flex:0 0 auto;width:14.5833%}.col-sm-2{flex:0 0 auto;width:16.6667%}.col-sm-2-25{flex:0 0 auto;width:18.75%}.col-sm-2-5{flex:0 0 auto;width:20.8333%}.col-sm-2-75{flex:0 0 auto;width:22.9167%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-3-25{flex:0 0 auto;width:27.0833%}.col-sm-3-5{flex:0 0 auto;width:29.1667%}.col-sm-3-75{flex:0 0 auto;width:31.25%}.col-sm-4{flex:0 0 auto;width:33.3333%}.col-sm-4-25{flex:0 0 auto;width:35.4167%}.col-sm-4-5{flex:0 0 auto;width:37.5%}.col-sm-4-75{flex:0 0 auto;width:39.5833%}.col-sm-5{flex:0 0 auto;width:41.6667%}.col-sm-5-25{flex:0 0 auto;width:43.75%}.col-sm-5-5{flex:0 0 auto;width:45.8333%}.col-sm-5-75{flex:0 0 auto;width:47.9167%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-6-25{flex:0 0 auto;width:52.0833%}.col-sm-6-5{flex:0 0 auto;width:54.1667%}.col-sm-6-75{flex:0 0 auto;width:56.25%}.col-sm-7{flex:0 0 auto;width:58.3333%}.col-sm-7-25{flex:0 0 auto;width:60.4167%}.col-sm-7-5{flex:0 0 auto;width:62.5%}.col-sm-7-75{flex:0 0 auto;width:64.5833%}.col-sm-8{flex:0 0 auto;width:66.6667%}.col-sm-8-25{flex:0 0 auto;width:68.75%}.col-sm-8-5{flex:0 0 auto;width:70.8333%}.col-sm-8-75{flex:0 0 auto;width:72.9167%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-9-25{flex:0 0 auto;width:77.0833%}.col-sm-9-5{flex:0 0 auto;width:79.1667%}.col-sm-9-75{flex:0 0 auto;width:81.25%}.col-sm-10{flex:0 0 auto;width:83.3333%}.col-sm-10-25{flex:0 0 auto;width:85.4167%}.col-sm-10-5{flex:0 0 auto;width:87.5%}.col-sm-10-75{flex:0 0 auto;width:89.5833%}.col-sm-11{flex:0 0 auto;width:91.6667%}.col-sm-11-25{flex:0 0 auto;width:93.75%}.col-sm-11-5{flex:0 0 auto;width:95.8333%}.col-sm-11-75{flex:0 0 auto;width:97.9167%}.col-sm-12{flex:0 0 auto;width:100%}.col-sm-auto{flex:0 0 auto;width:auto;}}
@media (min-width:768px){.col-md-1{flex:0 0 auto;width:8.3333%}.col-md-1-25{flex:0 0 auto;width:10.4167%}.col-md-1-5{flex:0 0 auto;width:12.5%}.col-md-1-75{flex:0 0 auto;width:14.5833%}.col-md-2{flex:0 0 auto;width:16.6667%}.col-md-2-25{flex:0 0 auto;width:18.75%}.col-md-2-5{flex:0 0 auto;width:20.8333%}.col-md-2-75{flex:0 0 auto;width:22.9167%}.col-md-3{flex:0 0 auto;width:25%}.col-md-3-25{flex:0 0 auto;width:27.0833%}.col-md-3-5{flex:0 0 auto;width:29.1667%}.col-md-3-75{flex:0 0 auto;width:31.25%}.col-md-4{flex:0 0 auto;width:33.3333%}.col-md-4-25{flex:0 0 auto;width:35.4167%}.col-md-4-5{flex:0 0 auto;width:37.5%}.col-md-4-75{flex:0 0 auto;width:39.5833%}.col-md-5{flex:0 0 auto;width:41.6667%}.col-md-5-25{flex:0 0 auto;width:43.75%}.col-md-5-5{flex:0 0 auto;width:45.8333%}.col-md-5-75{flex:0 0 auto;width:47.9167%}.col-md-6{flex:0 0 auto;width:50%}.col-md-6-25{flex:0 0 auto;width:52.0833%}.col-md-6-5{flex:0 0 auto;width:54.1667%}.col-md-6-75{flex:0 0 auto;width:56.25%}.col-md-7{flex:0 0 auto;width:58.3333%}.col-md-7-25{flex:0 0 auto;width:60.4167%}.col-md-7-5{flex:0 0 auto;width:62.5%}.col-md-7-75{flex:0 0 auto;width:64.5833%}.col-md-8{flex:0 0 auto;width:66.6667%}.col-md-8-25{flex:0 0 auto;width:68.75%}.col-md-8-5{flex:0 0 auto;width:70.8333%}.col-md-8-75{flex:0 0 auto;width:72.9167%}.col-md-9{flex:0 0 auto;width:75%}.col-md-9-25{flex:0 0 auto;width:77.0833%}.col-md-9-5{flex:0 0 auto;width:79.1667%}.col-md-9-75{flex:0 0 auto;width:81.25%}.col-md-10{flex:0 0 auto;width:83.3333%}.col-md-10-25{flex:0 0 auto;width:85.4167%}.col-md-10-5{flex:0 0 auto;width:87.5%}.col-md-10-75{flex:0 0 auto;width:89.5833%}.col-md-11{flex:0 0 auto;width:91.6667%}.col-md-11-25{flex:0 0 auto;width:93.75%}.col-md-11-5{flex:0 0 auto;width:95.8333%}.col-md-11-75{flex:0 0 auto;width:97.9167%}.col-md-12{flex:0 0 auto;width:100%}.col-md-auto{flex:0 0 auto;width:auto;}}
@media (min-width:992px){.col-lg-1{flex:0 0 auto;width:8.3333%}.col-lg-1-25{flex:0 0 auto;width:10.4167%}.col-lg-1-5{flex:0 0 auto;width:12.5%}.col-lg-1-75{flex:0 0 auto;width:14.5833%}.col-lg-2{flex:0 0 auto;width:16.6667%}.col-lg-2-25{flex:0 0 auto;width:18.75%}.col-lg-2-5{flex:0 0 auto;width:20.8333%}.col-lg-2-75{flex:0 0 auto;width:22.9167%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-3-25{flex:0 0 auto;width:27.0833%}.col-lg-3-5{flex:0 0 auto;width:29.1667%}.col-lg-3-75{flex:0 0 auto;width:31.25%}.col-lg-4{flex:0 0 auto;width:33.3333%}.col-lg-4-25{flex:0 0 auto;width:35.4167%}.col-lg-4-5{flex:0 0 auto;width:37.5%}.col-lg-4-75{flex:0 0 auto;width:39.5833%}.col-lg-5{flex:0 0 auto;width:41.6667%}.col-lg-5-25{flex:0 0 auto;width:43.75%}.col-lg-5-5{flex:0 0 auto;width:45.8333%}.col-lg-5-75{flex:0 0 auto;width:47.9167%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-6-25{flex:0 0 auto;width:52.0833%}.col-lg-6-5{flex:0 0 auto;width:54.1667%}.col-lg-6-75{flex:0 0 auto;width:56.25%}.col-lg-7{flex:0 0 auto;width:58.3333%}.col-lg-7-25{flex:0 0 auto;width:60.4167%}.col-lg-7-5{flex:0 0 auto;width:62.5%}.col-lg-7-75{flex:0 0 auto;width:64.5833%}.col-lg-8{flex:0 0 auto;width:66.6667%}.col-lg-8-25{flex:0 0 auto;width:68.75%}.col-lg-8-5{flex:0 0 auto;width:70.8333%}.col-lg-8-75{flex:0 0 auto;width:72.9167%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-9-25{flex:0 0 auto;width:77.0833%}.col-lg-9-5{flex:0 0 auto;width:79.1667%}.col-lg-9-75{flex:0 0 auto;width:81.25%}.col-lg-10{flex:0 0 auto;width:83.3333%}.col-lg-10-25{flex:0 0 auto;width:85.4167%}.col-lg-10-5{flex:0 0 auto;width:87.5%}.col-lg-10-75{flex:0 0 auto;width:89.5833%}.col-lg-11{flex:0 0 auto;width:91.6667%}.col-lg-11-25{flex:0 0 auto;width:93.75%}.col-lg-11-5{flex:0 0 auto;width:95.8333%}.col-lg-11-75{flex:0 0 auto;width:97.9167%}.col-lg-12{flex:0 0 auto;width:100%}.col-lg-auto{flex:0 0 auto;width:auto;}}
@media (min-width:1200px){.col-xl-1{flex:0 0 auto;width:8.3333%}.col-xl-1-25{flex:0 0 auto;width:10.4167%}.col-xl-1-5{flex:0 0 auto;width:12.5%}.col-xl-1-75{flex:0 0 auto;width:14.5833%}.col-xl-2{flex:0 0 auto;width:16.6667%}.col-xl-2-25{flex:0 0 auto;width:18.75%}.col-xl-2-5{flex:0 0 auto;width:20.8333%}.col-xl-2-75{flex:0 0 auto;width:22.9167%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-3-25{flex:0 0 auto;width:27.0833%}.col-xl-3-5{flex:0 0 auto;width:29.1667%}.col-xl-3-75{flex:0 0 auto;width:31.25%}.col-xl-4{flex:0 0 auto;width:33.3333%}.col-xl-4-25{flex:0 0 auto;width:35.4167%}.col-xl-4-5{flex:0 0 auto;width:37.5%}.col-xl-4-75{flex:0 0 auto;width:39.5833%}.col-xl-5{flex:0 0 auto;width:41.6667%}.col-xl-5-25{flex:0 0 auto;width:43.75%}.col-xl-5-5{flex:0 0 auto;width:45.8333%}.col-xl-5-75{flex:0 0 auto;width:47.9167%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-6-25{flex:0 0 auto;width:52.0833%}.col-xl-6-5{flex:0 0 auto;width:54.1667%}.col-xl-6-75{flex:0 0 auto;width:56.25%}.col-xl-7{flex:0 0 auto;width:58.3333%}.col-xl-7-25{flex:0 0 auto;width:60.4167%}.col-xl-7-5{flex:0 0 auto;width:62.5%}.col-xl-7-75{flex:0 0 auto;width:64.5833%}.col-xl-8{flex:0 0 auto;width:66.6667%}.col-xl-8-25{flex:0 0 auto;width:68.75%}.col-xl-8-5{flex:0 0 auto;width:70.8333%}.col-xl-8-75{flex:0 0 auto;width:72.9167%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-9-25{flex:0 0 auto;width:77.0833%}.col-xl-9-5{flex:0 0 auto;width:79.1667%}.col-xl-9-75{flex:0 0 auto;width:81.25%}.col-xl-10{flex:0 0 auto;width:83.3333%}.col-xl-10-25{flex:0 0 auto;width:85.4167%}.col-xl-10-5{flex:0 0 auto;width:87.5%}.col-xl-10-75{flex:0 0 auto;width:89.5833%}.col-xl-11{flex:0 0 auto;width:91.6667%}.col-xl-11-25{flex:0 0 auto;width:93.75%}.col-xl-11-5{flex:0 0 auto;width:95.8333%}.col-xl-11-75{flex:0 0 auto;width:97.9167%}.col-xl-12{flex:0 0 auto;width:100%}.col-xl-auto{flex:0 0 auto;width:auto;}}
@media (min-width:1400px){.col-xxl-1{flex:0 0 auto;width:8.3333%}.col-xxl-1-25{flex:0 0 auto;width:10.4167%}.col-xxl-1-5{flex:0 0 auto;width:12.5%}.col-xxl-1-75{flex:0 0 auto;width:14.5833%}.col-xxl-2{flex:0 0 auto;width:16.6667%}.col-xxl-2-25{flex:0 0 auto;width:18.75%}.col-xxl-2-5{flex:0 0 auto;width:20.8333%}.col-xxl-2-75{flex:0 0 auto;width:22.9167%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-3-25{flex:0 0 auto;width:27.0833%}.col-xxl-3-5{flex:0 0 auto;width:29.1667%}.col-xxl-3-75{flex:0 0 auto;width:31.25%}.col-xxl-4{flex:0 0 auto;width:33.3333%}.col-xxl-4-25{flex:0 0 auto;width:35.4167%}.col-xxl-4-5{flex:0 0 auto;width:37.5%}.col-xxl-4-75{flex:0 0 auto;width:39.5833%}.col-xxl-5{flex:0 0 auto;width:41.6667%}.col-xxl-5-25{flex:0 0 auto;width:43.75%}.col-xxl-5-5{flex:0 0 auto;width:45.8333%}.col-xxl-5-75{flex:0 0 auto;width:47.9167%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-6-25{flex:0 0 auto;width:52.0833%}.col-xxl-6-5{flex:0 0 auto;width:54.1667%}.col-xxl-6-75{flex:0 0 auto;width:56.25%}.col-xxl-7{flex:0 0 auto;width:58.3333%}.col-xxl-7-25{flex:0 0 auto;width:60.4167%}.col-xxl-7-5{flex:0 0 auto;width:62.5%}.col-xxl-7-75{flex:0 0 auto;width:64.5833%}.col-xxl-8{flex:0 0 auto;width:66.6667%}.col-xxl-8-25{flex:0 0 auto;width:68.75%}.col-xxl-8-5{flex:0 0 auto;width:70.8333%}.col-xxl-8-75{flex:0 0 auto;width:72.9167%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-9-25{flex:0 0 auto;width:77.0833%}.col-xxl-9-5{flex:0 0 auto;width:79.1667%}.col-xxl-9-75{flex:0 0 auto;width:81.25%}.col-xxl-10{flex:0 0 auto;width:83.3333%}.col-xxl-10-25{flex:0 0 auto;width:85.4167%}.col-xxl-10-5{flex:0 0 auto;width:87.5%}.col-xxl-10-75{flex:0 0 auto;width:89.5833%}.col-xxl-11{flex:0 0 auto;width:91.6667%}.col-xxl-11-25{flex:0 0 auto;width:93.75%}.col-xxl-11-5{flex:0 0 auto;width:95.8333%}.col-xxl-11-75{flex:0 0 auto;width:97.9167%}.col-xxl-12{flex:0 0 auto;width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;}}

/* margin-top */
.mt-0{margin-top:0!important}.mt-1{margin-top:0.25rem!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-4-5{margin-top:2rem!important}.mt-6{margin-top:3.5rem!important}.mt-7{margin-top:4rem!important}.mt-8{margin-top:4.5rem!important}.mt-9{margin-top:5rem!important}.mt-10{margin-top:5.5rem!important}.mt-11{margin-top:6rem!important}.mt-12{margin-top:6.5rem!important}.mt-13{margin-top:7rem!important}.mt-14{margin-top:7.5rem!important}.mt-15{margin-top:8rem!important}.mt-16{margin-top:8.5rem!important}.mt-17{margin-top:9rem!important}.mt-18{margin-top:9.5rem!important}.mt-19{margin-top:10rem!important}
@media (min-width: 576px){.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:0.25rem!important}.mt-sm-2{margin-top:0.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-4-5{margin-top:2rem!important}.mt-sm-6{margin-top:3.5rem!important}.mt-sm-7{margin-top:4rem!important}.mt-sm-8{margin-top:4.5rem!important}.mt-sm-9{margin-top:5rem!important}.mt-sm-10{margin-top:5.5rem!important}.mt-sm-11{margin-top:6rem!important}.mt-sm-12{margin-top:6.5rem!important}.mt-sm-13{margin-top:7rem!important}.mt-sm-14{margin-top:7.5rem!important}.mt-sm-15{margin-top:8rem!important}.mt-sm-16{margin-top:8.5rem!important}.mt-sm-17{margin-top:9rem!important}.mt-sm-18{margin-top:9.5rem!important}.mt-sm-19{margin-top:10rem!important}}
@media (min-width: 768px){.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:0.25rem!important}.mt-md-2{margin-top:0.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-4-5{margin-top:2rem!important}.mt-md-6{margin-top:3.5rem!important}.mt-md-7{margin-top:4rem!important}.mt-md-8{margin-top:4.5rem!important}.mt-md-9{margin-top:5rem!important}.mt-md-10{margin-top:5.5rem!important}.mt-md-11{margin-top:6rem!important}.mt-md-12{margin-top:6.5rem!important}.mt-md-13{margin-top:7rem!important}.mt-md-14{margin-top:7.5rem!important}.mt-md-15{margin-top:8rem!important}.mt-md-16{margin-top:8.5rem!important}.mt-md-17{margin-top:9rem!important}.mt-md-18{margin-top:9.5rem!important}.mt-md-19{margin-top:10rem!important}}
@media (min-width: 992px){.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:0.25rem!important}.mt-lg-2{margin-top:0.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-4-5{margin-top:2rem!important}.mt-lg-6{margin-top:3.5rem!important}.mt-lg-7{margin-top:4rem!important}.mt-lg-8{margin-top:4.5rem!important}.mt-lg-9{margin-top:5rem!important}.mt-lg-10{margin-top:5.5rem!important}.mt-lg-11{margin-top:6rem!important}.mt-lg-12{margin-top:6.5rem!important}.mt-lg-13{margin-top:7rem!important}.mt-lg-14{margin-top:7.5rem!important}.mt-lg-15{margin-top:8rem!important}.mt-lg-16{margin-top:8.5rem!important}.mt-lg-17{margin-top:9rem!important}.mt-lg-18{margin-top:9.5rem!important}.mt-lg-19{margin-top:10rem!important}}
@media (min-width: 1200px){.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:0.25rem!important}.mt-xl-2{margin-top:0.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-4-5{margin-top:2rem!important}.mt-xl-6{margin-top:3.5rem!important}.mt-xl-7{margin-top:4rem!important}.mt-xl-8{margin-top:4.5rem!important}.mt-xl-9{margin-top:5rem!important}.mt-xl-10{margin-top:5.5rem!important}.mt-xl-11{margin-top:6rem!important}.mt-xl-12{margin-top:6.5rem!important}.mt-xl-13{margin-top:7rem!important}.mt-xl-14{margin-top:7.5rem!important}.mt-xl-15{margin-top:8rem!important}.mt-xl-16{margin-top:8.5rem!important}.mt-xl-17{margin-top:9rem!important}.mt-xl-18{margin-top:9.5rem!important}.mt-xl-19{margin-top:10rem!important}}
@media (min-width: 1400px){.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:0.25rem!important}.mt-xxl-2{margin-top:0.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-4-5{margin-top:2rem!important}.mt-xxl-6{margin-top:3.5rem!important}.mt-xxl-7{margin-top:4rem!important}.mt-xxl-8{margin-top:4.5rem!important}.mt-xxl-9{margin-top:5rem!important}.mt-xxl-10{margin-top:5.5rem!important}.mt-xxl-11{margin-top:6rem!important}.mt-xxl-12{margin-top:6.5rem!important}.mt-xxl-13{margin-top:7rem!important}.mt-xxl-14{margin-top:7.5rem!important}.mt-xxl-15{margin-top:8rem!important}.mt-xxl-16{margin-top:8.5rem!important}.mt-xxl-17{margin-top:9rem!important}.mt-xxl-18{margin-top:9.5rem!important}.mt-xxl-19{margin-top:10rem!important}}
/* margin-bottom */
.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-2{margin-bottom:0.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-4-5{margin-bottom:2rem!important}.mb-6{margin-bottom:3.5rem!important}.mb-7{margin-bottom:4rem!important}.mb-8{margin-bottom:4.5rem!important}.mb-9{margin-bottom:5rem!important}.mb-10{margin-bottom:5.5rem!important}.mb-11{margin-bottom:6rem!important}.mb-12{margin-bottom:6.5rem!important}.mb-13{margin-bottom:7rem!important}.mb-14{margin-bottom:7.5rem!important}.mb-15{margin-bottom:8rem!important}.mb-16{margin-bottom:8.5rem!important}.mb-17{margin-bottom:9rem!important}.mb-18{margin-bottom:9.5rem!important}.mb-19{margin-bottom:10rem!important}
@media (min-width: 576px){.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:0.25rem!important}.mb-sm-2{margin-bottom:0.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-4-5{margin-bottom:2rem!important}.mb-sm-6{margin-bottom:3.5rem!important}.mb-sm-7{margin-bottom:4rem!important}.mb-sm-8{margin-bottom:4.5rem!important}.mb-sm-9{margin-bottom:5rem!important}.mb-sm-10{margin-bottom:5.5rem!important}.mb-sm-11{margin-bottom:6rem!important}.mb-sm-12{margin-bottom:6.5rem!important}.mb-sm-13{margin-bottom:7rem!important}.mb-sm-14{margin-bottom:7.5rem!important}.mb-sm-15{margin-bottom:8rem!important}.mb-sm-16{margin-bottom:8.5rem!important}.mb-sm-17{margin-bottom:9rem!important}.mb-sm-18{margin-bottom:9.5rem!important}.mb-sm-19{margin-bottom:10rem!important}}
@media (min-width: 768px){.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:0.25rem!important}.mb-md-2{margin-bottom:0.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-4-5{margin-bottom:2rem!important}.mb-md-6{margin-bottom:3.5rem!important}.mb-md-7{margin-bottom:4rem!important}.mb-md-8{margin-bottom:4.5rem!important}.mb-md-9{margin-bottom:5rem!important}.mb-md-10{margin-bottom:5.5rem!important}.mb-md-11{margin-bottom:6rem!important}.mb-md-12{margin-bottom:6.5rem!important}.mb-md-13{margin-bottom:7rem!important}.mb-md-14{margin-bottom:7.5rem!important}.mb-md-15{margin-bottom:8rem!important}.mb-md-16{margin-bottom:8.5rem!important}.mb-md-17{margin-bottom:9rem!important}.mb-md-18{margin-bottom:9.5rem!important}.mb-md-19{margin-bottom:10rem!important}}
@media (min-width: 992px){.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:0.25rem!important}.mb-lg-2{margin-bottom:0.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-4-5{margin-bottom:2rem!important}.mb-lg-6{margin-bottom:3.5rem!important}.mb-lg-7{margin-bottom:4rem!important}.mb-lg-8{margin-bottom:4.5rem!important}.mb-lg-9{margin-bottom:5rem!important}.mb-lg-10{margin-bottom:5.5rem!important}.mb-lg-11{margin-bottom:6rem!important}.mb-lg-12{margin-bottom:6.5rem!important}.mb-lg-13{margin-bottom:7rem!important}.mb-lg-14{margin-bottom:7.5rem!important}.mb-lg-15{margin-bottom:8rem!important}.mb-lg-16{margin-bottom:8.5rem!important}.mb-lg-17{margin-bottom:9rem!important}.mb-lg-18{margin-bottom:9.5rem!important}.mb-lg-19{margin-bottom:10rem!important}}
@media (min-width: 1200px){.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:0.25rem!important}.mb-xl-2{margin-bottom:0.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-4-5{margin-bottom:2rem!important}.mb-xl-6{margin-bottom:3.5rem!important}.mb-xl-7{margin-bottom:4rem!important}.mb-xl-8{margin-bottom:4.5rem!important}.mb-xl-9{margin-bottom:5rem!important}.mb-xl-10{margin-bottom:5.5rem!important}.mb-xl-11{margin-bottom:6rem!important}.mb-xl-12{margin-bottom:6.5rem!important}.mb-xl-13{margin-bottom:7rem!important}.mb-xl-14{margin-bottom:7.5rem!important}.mb-xl-15{margin-bottom:8rem!important}.mb-xl-16{margin-bottom:8.5rem!important}.mb-xl-17{margin-bottom:9rem!important}.mb-xl-18{margin-bottom:9.5rem!important}.mb-xl-19{margin-bottom:10rem!important}}
@media (min-width: 1400px){.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:0.25rem!important}.mb-xxl-2{margin-bottom:0.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-4-5{margin-bottom:2rem!important}.mb-xxl-6{margin-bottom:3.5rem!important}.mb-xxl-7{margin-bottom:4rem!important}.mb-xxl-8{margin-bottom:4.5rem!important}.mb-xxl-9{margin-bottom:5rem!important}.mb-xxl-10{margin-bottom:5.5rem!important}.mb-xxl-11{margin-bottom:6rem!important}.mb-xxl-12{margin-bottom:6.5rem!important}.mb-xxl-13{margin-bottom:7rem!important}.mb-xxl-14{margin-bottom:7.5rem!important}.mb-xxl-15{margin-bottom:8rem!important}.mb-xxl-16{margin-bottom:8.5rem!important}.mb-xxl-17{margin-bottom:9rem!important}.mb-xxl-18{margin-bottom:9.5rem!important}.mb-xxl-19{margin-bottom:10rem!important}}
/* negative margin-top */
.mt-n0{margin-top:0!important}.mt-n1{margin-top:-0.25rem!important}.mt-n2{margin-top:-0.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mt-n4-5{margin-top:-2rem!important}.mt-n6{margin-top:-3.5rem!important}.mt-n7{margin-top:-4rem!important}.mt-n8{margin-top:-4.5rem!important}.mt-n9{margin-top:-5rem!important}.mt-n10{margin-top:-5.5rem!important}.mt-n11{margin-top:-6rem!important}.mt-n12{margin-top:-6.5rem!important}.mt-n13{margin-top:-7rem!important}.mt-n14{margin-top:-7.5rem!important}.mt-n15{margin-top:-8rem!important}.mt-n16{margin-top:-8.5rem!important}.mt-n17{margin-top:-9rem!important}.mt-n18{margin-top:-9.5rem!important}.mt-n19{margin-top:-10rem!important}
@media (min-width: 576px){.mt-sm-n0{margin-top:-0!important}.mt-sm-n1{margin-top:-0.25rem!important}.mt-sm-n2{margin-top:-0.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mt-sm-n4-5{margin-top:-2rem!important}.mt-sm-n6{margin-top:-3.5rem!important}.mt-sm-n7{margin-top:-4rem!important}.mt-sm-n8{margin-top:-4.5rem!important}.mt-sm-n9{margin-top:-5rem!important}.mt-sm-n10{margin-top:-5.5rem!important}.mt-sm-n11{margin-top:-6rem!important}.mt-sm-n12{margin-top:-6.5rem!important}.mt-sm-n13{margin-top:-7rem!important}.mt-sm-n14{margin-top:-7.5rem!important}.mt-sm-n15{margin-top:-8rem!important}.mt-sm-n16{margin-top:-8.5rem!important}.mt-sm-n17{margin-top:-9rem!important}.mt-sm-n18{margin-top:-9.5rem!important}.mt-sm-n19{margin-top:-10rem!important}}
@media (min-width: 768px){.mt-md-n0{margin-top:-0!important}.mt-md-n1{margin-top:-0.25rem!important}.mt-md-n2{margin-top:-0.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mt-md-n4-5{margin-top:-2rem!important}.mt-md-n6{margin-top:-3.5rem!important}.mt-md-n7{margin-top:-4rem!important}.mt-md-n8{margin-top:-4.5rem!important}.mt-md-n9{margin-top:-5rem!important}.mt-md-n10{margin-top:-5.5rem!important}.mt-md-n11{margin-top:-6rem!important}.mt-md-n12{margin-top:-6.5rem!important}.mt-md-n13{margin-top:-7rem!important}.mt-md-n14{margin-top:-7.5rem!important}.mt-md-n15{margin-top:-8rem!important}.mt-md-n16{margin-top:-8.5rem!important}.mt-md-n17{margin-top:-9rem!important}.mt-md-n18{margin-top:-9.5rem!important}.mt-md-n19{margin-top:-10rem!important}}
@media (min-width: 992px){.mt-lg-n0{margin-top:-0!important}.mt-lg-n1{margin-top:-0.25rem!important}.mt-lg-n2{margin-top:-0.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mt-lg-n4-5{margin-top:-2rem!important}.mt-lg-n6{margin-top:-3.5rem!important}.mt-lg-n7{margin-top:-4rem!important}.mt-lg-n8{margin-top:-4.5rem!important}.mt-lg-n9{margin-top:-5rem!important}.mt-lg-n10{margin-top:-5.5rem!important}.mt-lg-n11{margin-top:-6rem!important}.mt-lg-n12{margin-top:-6.5rem!important}.mt-lg-n13{margin-top:-7rem!important}.mt-lg-n14{margin-top:-7.5rem!important}.mt-lg-n15{margin-top:-8rem!important}.mt-lg-n16{margin-top:-8.5rem!important}.mt-lg-n17{margin-top:-9rem!important}.mt-lg-n18{margin-top:-9.5rem!important}.mt-lg-n19{margin-top:-10rem!important}}
@media (min-width: 1200px){.mt-xl-n0{margin-top:-0!important}.mt-xl-n1{margin-top:-0.25rem!important}.mt-xl-n2{margin-top:-0.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mt-xl-n4-5{margin-top:-2rem!important}.mt-xl-n6{margin-top:-3.5rem!important}.mt-xl-n7{margin-top:-4rem!important}.mt-xl-n8{margin-top:-4.5rem!important}.mt-xl-n9{margin-top:-5rem!important}.mt-xl-n10{margin-top:-5.5rem!important}.mt-xl-n11{margin-top:-6rem!important}.mt-xl-n12{margin-top:-6.5rem!important}.mt-xl-n13{margin-top:-7rem!important}.mt-xl-n14{margin-top:-7.5rem!important}.mt-xl-n15{margin-top:-8rem!important}.mt-xl-n16{margin-top:-8.5rem!important}.mt-xl-n17{margin-top:-9rem!important}.mt-xl-n18{margin-top:-9.5rem!important}.mt-xl-n19{margin-top:-10rem!important}}
@media (min-width: 1400px){.mt-xxl-n0{margin-top:-0!important}.mt-xxl-n1{margin-top:-0.25rem!important}.mt-xxl-n2{margin-top:-0.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.mt-xxl-n4-5{margin-top:-2rem!important}.mt-xxl-n6{margin-top:-3.5rem!important}.mt-xxl-n7{margin-top:-4rem!important}.mt-xxl-n8{margin-top:-4.5rem!important}.mt-xxl-n9{margin-top:-5rem!important}.mt-xxl-n10{margin-top:-5.5rem!important}.mt-xxl-n11{margin-top:-6rem!important}.mt-xxl-n12{margin-top:-6.5rem!important}.mt-xxl-n13{margin-top:-7rem!important}.mt-xxl-n14{margin-top:-7.5rem!important}.mt-xxl-n15{margin-top:-8rem!important}.mt-xxl-n16{margin-top:-8.5rem!important}.mt-xxl-n17{margin-top:-9rem!important}.mt-xxl-n18{margin-top:-9.5rem!important}.mt-xxl-n19{margin-top:-10rem!important}}
/* negative margin-bottom */
.mb-n0{margin-bottom:0!important}.mb-n1{margin-bottom:-0.25rem!important}.mb-n2{margin-bottom:-0.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.mb-n4-5{margin-bottom:-2rem!important}.mb-n6{margin-bottom:-3.5rem!important}.mb-n7{margin-bottom:-4rem!important}.mb-n8{margin-bottom:-4.5rem!important}.mb-n9{margin-bottom:-5rem!important}.mb-n10{margin-bottom:-5.5rem!important}.mb-n11{margin-bottom:-6rem!important}.mb-n12{margin-bottom:-6.5rem!important}.mb-n13{margin-bottom:-7rem!important}.mb-n14{margin-bottom:-7.5rem!important}.mb-n15{margin-bottom:-8rem!important}.mb-n16{margin-bottom:-8.5rem!important}.mb-n17{margin-bottom:-9rem!important}.mb-n18{margin-bottom:-9.5rem!important}.mb-n19{margin-bottom:-10rem!important}
@media (min-width: 576px){.mb-sm-n0{margin-bottom:-0!important}.mb-sm-n1{margin-bottom:-0.25rem!important}.mb-sm-n2{margin-bottom:-0.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.mb-sm-n4-5{margin-bottom:-2rem!important}.mb-sm-n6{margin-bottom:-3.5rem!important}.mb-sm-n7{margin-bottom:-4rem!important}.mb-sm-n8{margin-bottom:-4.5rem!important}.mb-sm-n9{margin-bottom:-5rem!important}.mb-sm-n10{margin-bottom:-5.5rem!important}.mb-sm-n11{margin-bottom:-6rem!important}.mb-sm-n12{margin-bottom:-6.5rem!important}.mb-sm-n13{margin-bottom:-7rem!important}.mb-sm-n14{margin-bottom:-7.5rem!important}.mb-sm-n15{margin-bottom:-8rem!important}.mb-sm-n16{margin-bottom:-8.5rem!important}.mb-sm-n17{margin-bottom:-9rem!important}.mb-sm-n18{margin-bottom:-9.5rem!important}.mb-sm-n19{margin-bottom:-10rem!important}}
@media (min-width: 768px){.mb-md-n0{margin-bottom:-0!important}.mb-md-n1{margin-bottom:-0.25rem!important}.mb-md-n2{margin-bottom:-0.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.mb-md-n4-5{margin-bottom:-2rem!important}.mb-md-n6{margin-bottom:-3.5rem!important}.mb-md-n7{margin-bottom:-4rem!important}.mb-md-n8{margin-bottom:-4.5rem!important}.mb-md-n9{margin-bottom:-5rem!important}.mb-md-n10{margin-bottom:-5.5rem!important}.mb-md-n11{margin-bottom:-6rem!important}.mb-md-n12{margin-bottom:-6.5rem!important}.mb-md-n13{margin-bottom:-7rem!important}.mb-md-n14{margin-bottom:-7.5rem!important}.mb-md-n15{margin-bottom:-8rem!important}.mb-md-n16{margin-bottom:-8.5rem!important}.mb-md-n17{margin-bottom:-9rem!important}.mb-md-n18{margin-bottom:-9.5rem!important}.mb-md-n19{margin-bottom:-10rem!important}}
@media (min-width: 992px){.mb-lg-n0{margin-bottom:-0!important}.mb-lg-n1{margin-bottom:-0.25rem!important}.mb-lg-n2{margin-bottom:-0.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.mb-lg-n4-5{margin-bottom:-2rem!important}.mb-lg-n6{margin-bottom:-3.5rem!important}.mb-lg-n7{margin-bottom:-4rem!important}.mb-lg-n8{margin-bottom:-4.5rem!important}.mb-lg-n9{margin-bottom:-5rem!important}.mb-lg-n10{margin-bottom:-5.5rem!important}.mb-lg-n11{margin-bottom:-6rem!important}.mb-lg-n12{margin-bottom:-6.5rem!important}.mb-lg-n13{margin-bottom:-7rem!important}.mb-lg-n14{margin-bottom:-7.5rem!important}.mb-lg-n15{margin-bottom:-8rem!important}.mb-lg-n16{margin-bottom:-8.5rem!important}.mb-lg-n17{margin-bottom:-9rem!important}.mb-lg-n18{margin-bottom:-9.5rem!important}.mb-lg-n19{margin-bottom:-10rem!important}}
@media (min-width: 1200px){.mb-xl-n0{margin-bottom:-0!important}.mb-xl-n1{margin-bottom:-0.25rem!important}.mb-xl-n2{margin-bottom:-0.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.mb-xl-n4-5{margin-bottom:-2rem!important}.mb-xl-n6{margin-bottom:-3.5rem!important}.mb-xl-n7{margin-bottom:-4rem!important}.mb-xl-n8{margin-bottom:-4.5rem!important}.mb-xl-n9{margin-bottom:-5rem!important}.mb-xl-n10{margin-bottom:-5.5rem!important}.mb-xl-n11{margin-bottom:-6rem!important}.mb-xl-n12{margin-bottom:-6.5rem!important}.mb-xl-n13{margin-bottom:-7rem!important}.mb-xl-n14{margin-bottom:-7.5rem!important}.mb-xl-n15{margin-bottom:-8rem!important}.mb-xl-n16{margin-bottom:-8.5rem!important}.mb-xl-n17{margin-bottom:-9rem!important}.mb-xl-n18{margin-bottom:-9.5rem!important}.mb-xl-n19{margin-bottom:-10rem!important}}
@media (min-width: 1400px){.mb-xxl-n0{margin-bottom:-0!important}.mb-xxl-n1{margin-bottom:-0.25rem!important}.mb-xxl-n2{margin-bottom:-0.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.mb-xxl-n4-5{margin-bottom:-2rem!important}.mb-xxl-n6{margin-bottom:-3.5rem!important}.mb-xxl-n7{margin-bottom:-4rem!important}.mb-xxl-n8{margin-bottom:-4.5rem!important}.mb-xxl-n9{margin-bottom:-5rem!important}.mb-xxl-n10{margin-bottom:-5.5rem!important}.mb-xxl-n11{margin-bottom:-6rem!important}.mb-xxl-n12{margin-bottom:-6.5rem!important}.mb-xxl-n13{margin-bottom:-7rem!important}.mb-xxl-n14{margin-bottom:-7.5rem!important}.mb-xxl-n15{margin-bottom:-8rem!important}.mb-xxl-n16{margin-bottom:-8.5rem!important}.mb-xxl-n17{margin-bottom:-9rem!important}.mb-xxl-n18{margin-bottom:-9.5rem!important}.mb-xxl-n19{margin-bottom:-10rem!important}}

.rounded-0 { border-radius: 0 !important; }
.rounded-1 { border-radius: 0.2rem !important; }
.rounded-2 { border-radius: 0.25rem !important; }
.rounded-3 { border-radius: 0.3rem !important; }
.rounded-4 { border-radius: 0.375rem !important; }
.rounded-5 { border-radius: 0.5rem !important; }


/* ==========================================
  Top Notification
========================================== */
.ec-headerRole {
    max-width: none;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
/* top notification css */
.top-header.other-page {
  position: unset;
}

.top-header {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 20;
}

.top-header .top-content {
  position: absolute;
  top: 0px;
  z-index: 1;
}

.top-header ul.top-home {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}

/* top offer css */
.top-header ul.top-home li.top-home-li.t-content p {
  color: #000;
}

.top-header ul.top-home li.top-home-li.t-content p span.shop-offer {
  font-weight: 600;
  animation: blinker 0.7s infinite;
}

@keyframes blinker {
  50% {
    color: #f5ab1e;
  }
}
.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li {
  position: relative;
  margin-left: 15px;
  padding: 10px 0px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li:first-child {
  margin-left: 0px;
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li a {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li a img {
  margin-right: 4px;
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li i {
  margin-left: 6px;
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account,
.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li:hover ul.account,
.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li:hover ul.currency {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account,
.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency {
  background-color: #fff;
  position: absolute;
  top: 100%;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account {
  padding: 10px 0px;
  width: 160px;
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency {
  padding: 10px 0px;
  min-width: 90px;
}

.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account li,
.top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency li {
  padding: 5px 15px;
}

@media (max-width: 767px) {
  /* top css */
  .top-header ul.top-home {
    display: block;
  }
  .top-header ul.top-home li.t-content {
    display: none;
  }
  .top-header ul.top-home li.top-home-li ul.top-dropdown {
    display: flex;
    justify-content: space-between;
  }
  .top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li {
    padding: 10px 0px;
  }
  .top-header ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account {
    right: auto;
    left: 0px;
  }
}
/* ==========================================
  Header
========================================== */
/* header top css */
.header-main-area {
  background-color: #fff;
}

.header-main-area.is-sticky {
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .header-main-area.is-sticky {
    background-color: #ffffff;
  }
}
.header-main-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 8;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header-main-area .header-main {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  justify-content: space-between;
}

.header-main-area .header-main .header-element.logo {
  width: 33.33%;
}

.header-main-area .header-main .header-element.search-wrap {
  width: 33.33%;
}

.header-main-area .header-main .search-wrap {
  position: relative;
}

.header-main-area .header-main .search-wrap input {
  width: 100%;
  height: 40px;
  border: 1px solid #c7c7c7;
  border-radius: 25px;
}

.header-main-area .header-main .search-wrap a {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: none;
  border-radius: 50%;
  line-height: 0;
}

.header-main-area .header-main .search-wrap a:hover {
  background-color: #f5ab1e;
}

.header-main-area .header-main .header-element.right-block-box {
  width: 33.33%;
}

.header-main-area .header-main .header-element.right-block-box ul.shop-element li.nav-toggler {
  display: none;
  line-height: 0;
}

/* right block css */
.right-block-box {
  display: flex;
  justify-content: flex-end;
}

.right-block-box ul.shop-element {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.right-block-box ul.shop-element li.side-wrap {
  position: relative;
  margin-left: 30px;
}

.right-block-box ul.shop-element li.side-wrap:first-child {
  margin-left: 0;
}

/* user account css */
.right-block-box ul.shop-element li.user-wrap .acc-desk {
  display: flex;
  align-items: center;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-icon a.user-icon-desk {
  display: block;
  font-size: 30px;
  line-height: 0;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-icon a.user-icon-desk,
.right-block-box ul.shop-element li.user-wrap .acc-desk:hover .user-icon a.user-icon-desk {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info span.acc-title {
  color: #f5ab1e;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login {
  display: flex;
  margin-top: 7px;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login a {
  color: #000;
  font-size: 11px;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #c3c3c3;
  line-height: 1;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login a:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login a:hover {
  color: #f5ab1e;
}

.right-block-box ul.shop-element li.user-wrap .acc-mob {
  display: none;
}

/* wishlist css */
.wishlist-wrap a.header-wishlist {
  display: block;
  position: relative;
}

.wishlist-wrap a.header-wishlist span.wishlist-icon {
  display: block;
  font-size: 30px;
  margin-right: 0; /* initial */
  line-height: initial;
}

.wishlist-wrap a.header-wishlist span.wishlist-counter {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f5ab1e;
  font-weight: 500;
  border-radius: 100%;
}

/* cart css */
.shopping-widget .shopping-cart a.cart-count {
  display: block;
}

.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap {
  display: block;
  position: relative;
}

.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.cart-icon {
  display: block;
  font-size: 30px;
  margin-right: 0; /* initial */
  line-height: initial;
}

.wishlist-wrap a.header-wishlist span.wishlist-icon i,
.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.cart-icon i {
  margin-right: 10px;
}

.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.bigcounter {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f5ab1e;
  font-weight: 500;
  border-radius: 100%;
}

/* -----------------------------------
 slick common
----------------------------------- */
.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 2.7rem;
  width: 0.6em;
  height: auto;
  z-index: 2;
  transform: none;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  background: #fff !important;
}
.slick-slider .slick-prev {
  left: -0.85em;
}
.slick-slider .slick-next {
  right: -0.85em;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: "Font Awesome 6 Free";
  color: #333;
  opacity: 1;
  font-size: 0.7em;
}
.slick-slider .slick-prev:before {
  content: "\f104";
}
.slick-slider .slick-next:before {
  content: "\f105";
}
@media screen and (max-width: 767px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    font-size: 2rem;
  }
  .slick-slider .slick-prev {
    left: -0.7em;
  }
  .slick-slider .slick-next {
    right: -0.7em;
  }
}

/* mini cart css */
.mini-cart {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 16px 26px -10px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.mini-cart.show {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.mini-cart,
.mini-cart.show {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mini-cart a.shopping-cart-close {
  position: absolute;
  top: 15px;
  right: 10px;
  line-height: 0px;
}

.mini-cart .cart-item-title p {
  padding: 10px 15px;
  font-weight: 600;
}

.mini-cart .cart-item-title p span.cart-count-item {
  color: #f5ab1e;
}

.mini-cart ul.cart-item-loop,
.all-filter .categories-page-filter ul.all-option,
.all-filter .filter-tag ul.all-tag {
  max-height: calc(100% - 219px);
  overflow-y: auto;
  border-top: 1px solid #eee;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

.mini-cart ul.cart-item-loop::-webkit-scrollbar,
.all-filter .categories-page-filter ul.all-option::-webkit-scrollbar,
.all-filter .filter-tag ul.all-tag::-webkit-scrollbar {
  width: 4px;
}

.mini-cart ul.cart-item-loop::-webkit-scrollbar-track,
.all-filter .categories-page-filter ul.all-option::-webkit-scrollbar-track,
.all-filter .filter-tag ul.all-tag::-webkit-scrollbar-track {
  background-color: #eee;
}

.mini-cart ul.cart-item-loop ul.all-option::-webkit-scrollbar-thumb,
.all-filter .categories-page-filter ul.all-option::-webkit-scrollbar-thumb,
.all-filter .filter-tag ul.all-tag::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb:hover,
.all-filter .categories-page-filter ul.all-option::-webkit-scrollbar-thumb:hover,
.all-filter .pro-size ul.all-size::-webkit-scrollbar-thumb:hover,
.all-filter .filter-tag ul.all-tag::-webkit-scrollbar-thumb:hover {
  background-color: #f5ab1e;
}

.mini-cart ul.cart-item-loop li.cart-item {
  display: flex;
  padding: 15px;
  border-top: 1px solid #eee;
}

.mini-cart ul.cart-item-loop li.cart-item:first-child {
  border-top: none;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-img {
  width: 60px;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title {
  width: calc(100% - 75px);
  margin-left: 15px;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title h6 {
  font-size: 14px;
  width: 100%;
  font-weight: 400;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title h6 a {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title .cart-pro-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  line-height: 1;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title .cart-pro-info .cart-qty-price span.price-box {
  font-size: 16px;
  font-weight: 600;
}

.mini-cart ul.subtotal-title-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.mini-cart ul.subtotal-title-area li.subtotal-info {
  padding: 10px 15px;
  border-top: 1px solid #eee;
}

.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}

.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles h6 {
  font-size: 14px;
  font-weight: 600;
}

.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles .subtotal-price {
  color: #f5ab1e;
  margin-top: 0;
  font-weight: 600;
}

.mini-cart ul.subtotal-title-area li.mini-cart-btns {
  padding: 15px;
  border-top: 1px solid #eee;
}

.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns {
  display: flex;
  flex-direction: column;
}

.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns a {
  width: 100%;
  margin-top: 15px;
}

.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns a:first-child {
  margin-top: 0;
}

/* header-bottom css */
.header-bottom-area:not([class^=mobile]) {
  background: #d6f1f0;
}

.header-bottom-area {
  background-color: #fff;
}

.header-bottom-area.mobile {
  display: none;
}

.header-bottom-area .main-menu-area {
  position: relative;
}

.header-bottom-area .main-menu-area .main-navigation .navbar-collapse {
  width: 100%;
  justify-content: center;
}

.header-bottom-area .main-menu-area .main-navigation .navbar-collapse .megamenu-content {
  width: 100%;
}

.header-bottom-area .main-menu-area .main-navigation .img-hotline {
  width: 25%;
}

/* box-header css */
.main-menu-area .main-navigation .box-header {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  line-height: 0;
}

.main-menu-area .main-navigation .box-header button {
  font-size: 18px;
  background-color: transparent;
  line-height: 0;
}

/* main-menu css */
.megamenu-content .mainwrap ul.main-menu {
  display: flex;
  min-height: 80px;
  position: relative;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link {
  flex: 1;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link--all {
  width: 3.75rem;
  flex: initial;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title {
  display: grid;
  place-content: center;
  height: 100%;
  position: relative;
  padding: 0.875rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: initial;
  font-size: 16px;
  color: #000;
  line-height: 1.55;
  border-right: 1px solid #fff;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link--all a.link-title {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  background: #009991;
  color: #fff;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title:hover {
  background: #a8bebd;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link--all a.link-title:hover {
  background: #009991;
  opacity: 0.7;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title .-icon {
  margin-right: 12px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link--all a.link-title span {
  font-size: 0.875rem;
  line-height: 1.2;
  width: 100%;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link--all a.link-title .-icon {
  margin-right: 0;
  margin-bottom: 0.3125rem;
}

/* .megamenu-content .mainwrap ul.main-menu li.menu-link:first-child a.link-title {
    padding-left: 0px;
} */
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title i {
  font-size: 14px;
  margin-left: 4px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title {
  display: flex;
  align-items: center;
  position: relative;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title span.hot {
  color: #fff;
  font-size: 9px;
  padding: 2px 4px;
  position: absolute;
  right: 7px;
  top: -12px;
  background-color: #ee433f;
  transform: translateX(100%);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title span.hot::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  border-left: 4px solid #ee433f;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title.link-title-lg {
  display: none;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu.collapse:not(.show) {
  display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu.collapse:not(.show),
.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu.collapse:not(.show) {
  display: flex;
  flex-wrap: wrap;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu {
  position: absolute;
  top: calc(100% + 10px);
  padding: 15px 0px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.megamenu-content .mainwrap ul.main-menu li.menu-link:hover .dropdown-submenu {
  top: calc(100% + 0px);
  opacity: 1;
  visibility: visible;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.dropdown-submenu--megamenu {
  left: 0;
  right: 0;
  max-width: 95vw;
  padding: 1.875rem 1.4375rem;
  pointer-events: none;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link:hover .dropdown-submenu.dropdown-submenu--megamenu {
  pointer-events: auto;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu,
.megamenu-content .mainwrap ul.main-menu li.menu-link:hover .dropdown-submenu {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu {
  left: auto;
  min-width: 145px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu {
  width: 100%;
  left: 0;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu {
  width: 100%;
  left: 0px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu li.submenu-li {
  margin-top: 10px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu li.submenu-li:first-child {
  margin-top: 0px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu li.submenu-li a.submenu-link {
  width: 100%;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li {
  width: 25%;
  padding: 0px 15px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li h2.sublink-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li a.sublink-title.sublink-title-lg {
  display: none;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu.collapse:not(.show) {
  display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu li.supmenu-li {
  margin-top: 10px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu li.menu-banner {
  width: 33.33%;
  padding: 0px 15px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu li.menu-banner a {
  position: relative;
  overflow: hidden;
  display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img:hover img {
  transform: scale(1.1);
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img img,
.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img:hover img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu li.menu-banner a.menu-banner-title {
  margin-top: 10px;
  text-align: center;
}

/* blog menu */
.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li {
  position: relative;
  padding: 0px 15px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li a.g-l-link {
  width: 100%;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li a.g-l-link i {
  float: right;
  font-size: 17px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li a.sub-link {
  display: none;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1.collapse:not(.show) {
  display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translateX(100%);
  min-width: 145px;
  padding: 10px 0px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1.ex-width {
  min-width: 200px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li:hover ul.blog-style-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a {
  width: 100%;
  padding: 5px 15px;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a i {
  font-size: 17px;
  float: right;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a.blog-sub-style {
  display: none;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li ul.grid-style.collapse:not(.show) {
  display: block;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li ul.grid-style {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 0px;
  min-width: 155px;
  transform: translateX(100%);
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li {
  position: relative;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li:hover ul.grid-style {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* MegaMenu */
.c-megaMenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-megaMenu__mv {
  width: 36%;
}
.c-megaMenu__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dbdbdb;
}
.c-megaMenu__list__outer {
  width: 62%;
}
.c-megaMenu__list {
  width: 62%;
  display: grid;
  gap: 2rem 2.5%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "rowA01 rowA02"
    "rowB01 rowB02"
  ;
  margin-bottom: 1rem;
}
.c-megaMenu__list:last-child {
  margin-bottom: 0;
}
.c-megaMenu__item {
  position: relative;
  transition: ease opacity 0.3s;
}
.c-megaMenu__item:not(.-noBorder):after {
  content: "";
  display: block;
  border-top: 1px solid #dbdbdb;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
}
.c-megaMenu__item:hover {
  opacity: 0.7;
}
.c-megaMenu__link {
  display: flex;
  /* justify-content: space-between; */
  /* padding-right: 1rem; */
}
.c-megaMenu__linkThumb {
  width: 6.875rem;
  margin-right: 1rem;
}
.c-megaMenu__linkThumb img {
  border: 1px solid #dbdbdb;
}
.c-megaMenu__linkTxt {
  flex: 1;
  font-size: 1rem;
  display: flex;
  flex-flow: column;
}
.c-megaMenu__linkTxt__inner {
  flex: 1;
}
.c-megaMenu__linkTxt__catch {
  font-size: 0.9em;
  color: #000;
  line-height: 1.25;
  margin-bottom: 0.15em;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.c-megaMenu__linkTxt__name {
    font-size: 1.3em;
    color: #FF0C0D;
    font-weight: 600;
    line-height: 1.25;
  letter-spacing: 0;
}
.c-megaMenu__linkTxt__btn {
  display: flex;
  justify-content: flex-end;
}
.c-megaMenu__linkTxt__btn .-txt {
  color: #fff;
  background: #ff7a23;
  border-radius: 10em;
  text-align: center;
  padding: 0.35em 2em 0.3em;
  position: relative;
  line-height: 1.25;
  font-size: 0.8125em;
  font-weight: 600;
  letter-spacing: 0;
}
.c-megaMenu__linkTxt__btn .-txt:after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.5em;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0,100% 50%,0 100%);
  background: #fff;
}
/* .c-megaMenu__item:hover .c-megaMenu__linkTxt__btn .-txt {
  opacity: 0.7;
 } */

 /* 項目数でレイアウト調整 Start */
.c-megaMenu__list--row3 {
  grid-template-areas:
    "rowA01 rowA02"
    "rowB01 rowB02"
    "rowC01 rowC02"
  ;
}
.c-megaMenu--noThumb .c-megaMenu__list {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
  "rowA01 rowA02 rowA03"
  ;
}
.c-megaMenu--noThumb .c-megaMenu__list--row2 {
grid-template-areas:
  "rowA01 rowA02 rowA03"
  "rowB01 rowB02 rowB03"
  ;
}
.c-megaMenu--noThumb .c-megaMenu__list--row3 {
  grid-template-areas:
  "rowA01 rowA02 rowA03"
  "rowB01 rowB02 rowB03"
  "rowC01 rowC02 rowC03"
  ;
}
.c-megaMenu__item.-area-rowA01 { grid-area: rowA01; }
.c-megaMenu__item.-area-rowA02 { grid-area: rowA02; }
.c-megaMenu__item.-area-rowA03 { grid-area: rowA03; }
.c-megaMenu__item.-area-rowB01 { grid-area: rowB01; }
.c-megaMenu__item.-area-rowB02 { grid-area: rowB02; }
.c-megaMenu__item.-area-rowB03 { grid-area: rowB03; }
.c-megaMenu__item.-area-rowC01 { grid-area: rowC01; }
.c-megaMenu__item.-area-rowC02 { grid-area: rowC02; }
.c-megaMenu__item.-area-rowC03 { grid-area: rowC03; }
.c-megaMenu__item.-area-rowD01 { grid-area: rowD01; }
.c-megaMenu__item.-area-rowD02 { grid-area: rowD02; }
.c-megaMenu__item.-area-rowD03 { grid-area: rowD03; }
.c-megaMenu__item.-column-1-3 { grid-column: 1 / 3; }
.c-megaMenu__item.-column-1-4 { grid-column: 1 / 4; }
.c-megaMenu__item.-column-2-4 { grid-column: 2 / 4; }
/* 項目数でレイアウト調整 End */

/* レイアウト タイプ2 Start */
.c-megaMenu__list--type2 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
  "rowA01 rowA02 rowA03"
  "rowB01 rowB02 rowB03"
  ;
}
.c-megaMenu__list--type2.c-megaMenu__list--row3 {
  grid-template-areas:
  "rowA01 rowA02 rowA03"
  "rowB01 rowB02 rowB03"
  "rowC01 rowC02 rowC03"
  ;
}
.c-megaMenu__list--type2.c-megaMenu__list--row4 {
  grid-template-areas:
  "rowA01 rowA02 rowA03"
  "rowB01 rowB02 rowB03"
  "rowC01 rowC02 rowC03"
  "rowD01 rowD02 rowD03"
  ;
}
.c-megaMenu__list--type2--row1 {
  grid-template-areas: none;
}
.c-megaMenu__list--type2 .c-megaMenu__item {
  display: flex;
  align-items: flex-start;
}
.c-megaMenu__list--type2 .c-megaMenu__link {
  align-items: center;
  padding-right: 0;
}
.c-megaMenu__list--type2 .c-megaMenu__linkThumb {
  width: 25%;
}
.c-megaMenu__list--type2 .c-megaMenu__linkTxt {
  width: 71%;
}
.c-megaMenu__list--type2 .c-megaMenu__linkTxt__name {
  font-size: 1.15em;
}
/* レイアウト タイプ2 End */

/* レイアウト 複数カテゴリー混在 Start */
.c-megaMenu--dualCat {
}
.c-megaMenu--dualCat .c-megaMenu__list {
  width: 100%;
}
.c-megaMenu--dualCat .c-megaMenu__list--row1 { grid-template-areas: none; }
.c-megaMenu--dualCat .c-megaMenu__list--col3 { grid-template-columns: repeat(3, 1fr); }
.c-megaMenu--dualCat .c-megaMenu__list--col4 { grid-template-columns: repeat(4, 1fr); }
.c-megaMenu--dualCat .c-megaMenu__link {
  align-items: center;
  padding-right: 0;
}
.c-megaMenu--dualCat .c-megaMenu__link {
}
.c-megaMenu--dualCat .c-megaMenu__linkThumb {
  width: 3.75rem;
  margin-right: 0.3rem;
}
.c-megaMenu--dualCat .c-megaMenu__linkTxt__name {
  font-size: 1.1em;
}
/* レイアウト 複数カテゴリー混在 End */

/* hotline css */
.img-hotline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.img-hotline .image-content {
  margin-left: 15px;
}

.img-hotline .image-content span {
  color: #848484;
}

.img-hotline .image-content span.hot-l {
  display: block;
  color: #f5ab1e;
}

@media (max-width: 1199px) {
  .header-main-area {
    padding: 0; /* initial */
  }
  /* header top css */
  .header-main-area .header-main .header-element.logo {
    width: 25%;
  }
  .header-main-area .header-main .header-element.search-wrap {
    width: 50%;
  }
  .header-main-area .header-main .header-element.right-block-box {
    width: 25%;
  }
  .header-main-area .header-main .header-element.right-block-box ul.shop-element li.nav-toggler {
    display: block;
  }
  /* right block css */
  .right-block-box ul.shop-element li.side-wrap {
    margin-left: 15px;
  }
  /* user account css */
  .right-block-box ul.shop-element li.user-wrap .acc-desk {
    display: none;
  }
  .right-block-box ul.shop-element li.user-wrap .acc-mob {
    display: block;
  }
  .right-block-box ul.shop-element li.user-wrap .acc-mob a.user-icon {
    display: flex;
    font-size: 20px;
  }
  /* wishlist css */
  .wishlist-wrap a.header-wishlist span.wishlist-icon {
    font-size: 20px;
  }
  .wishlist-wrap a.header-wishlist span.wishlist-counter {
    left: 10px;
  }
  /* cart css */
  .shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.cart-icon {
    font-size: 20px;
  }
  .shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.bigcounter {
    left: 10px;
  }
  /* header-bottom css */
  .header-bottom-area.mobile {
    display: block;
  }
  .header-bottom-area {
    display: none;
  }
  .header-bottom-area .main-menu-area {
    align-items: flex-start;
    position: fixed;
    top: 0;
    /* left: -300px; */
    right: -37.5rem;
    width: min(37.5rem, 100%);
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    border-top: none;
  }
  .header-bottom-area .main-menu-area.active {
    /* left: 0; */
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .header-bottom-area .main-menu-area,
  .header-bottom-area .main-menu-area.active {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .header-bottom-area .main-menu-area .main-navigation .navbar-collapse {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 45px;
  }
  .header-bottom-area .main-menu-area .main-navigation .img-hotline {
    display: none;
  }
  .header-bottom-area .main-menu-area .main-navigation .navbar-collapse .megamenu-content {
    width: 100%;
  }
  /* box-header css */
  .main-menu-area .main-navigation .box-header {
    display: block;
  }
  /* main-menu css */
  .megamenu-content .mainwrap ul.main-menu {
    flex-direction: column;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link {
    border-top: 1px solid #eee;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title {
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link:first-child a.link-title {
    padding: 10px 15px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link.parent a.link-title {
    display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link.parent a.link-title.link-title-lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link.parent a.link-title.link-title-lg,
  .megamenu-content .mainwrap ul.main-menu li.menu-link.parent a.link-title.link-title-lg[aria-expanded=false] {
    color: #000;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link.parent a.link-title.link-title-lg[aria-expanded=true] {
    color: #f5ab1e;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title i {
    margin-left: 0;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link.parent a.link-title.link-title-lg[aria-expanded=true] i {
    transform: rotate(180deg);
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title span.hot {
    top: -8px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu.collapse:not(.show),
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu.collapse:not(.show),
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu.collapse:not(.show) {
    display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu,
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu,
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu {
    padding: 0;
    position: unset;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu li.submenu-li {
    margin-top: 0;
    border-top: 1px solid #eee;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu li.submenu-li a.submenu-link {
    display: block;
    padding: 10px 15px 10px 25px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li {
    width: 100%;
    padding: 0 0;
    border-top: 1px solid #eee;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li h2.sublink-title {
    display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li a.sublink-title.sublink-title-lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 25px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li a.sublink-title.sublink-title-lg,
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li a.sublink-title.sublink-title-lg[aria-expanded=false] {
    color: #000;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li a.sublink-title.sublink-title-lg[aria-expanded=true] {
    color: #f5ab1e;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li a.sublink-title.sublink-title-lg[aria-expanded=true] i {
    transform: rotate(180deg);
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu.collapse:not(.show) {
    display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu li.supmenu-li {
    margin-top: 0;
    border-top: 1px solid #eee;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu li.supmenu-li a {
    display: block;
    padding: 10px 15px 10px 30px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu li.menu-banner {
    width: 100%;
    padding: 0 0;
    border-top: 1px solid #eee;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img {
    display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.banner-menu li.menu-banner a.menu-banner-title {
    padding: 10px 15px 10px 25px;
    margin-top: 0px;
    text-align: left;
  }
  /* blog menu */
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li {
    padding: 0px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li a.g-l-link {
    display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li a.sub-link {
    display: block;
    padding: 10px 25px 10px 25px;
    font-weight: 400;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li a.sub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li a.sub-link[aria-expanded=true] {
    color: #f5ab1e;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li a.sub-link[aria-expanded=true] i {
    transform: rotate(180deg);
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 {
    position: unset;
    opacity: 1;
    visibility: visible;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1.collapse:not(.show) {
    display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 {
    width: 100%;
    padding: 0px;
    transform: unset;
    box-shadow: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a.blog-sub-style {
    display: block;
    padding: 10px 35px;
    border-top: 1px solid #eee;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a.blog-sub-style[aria-expanded=true] {
    color: #f5ab1e;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a.blog-sub-style[aria-expanded=true] i {
    transform: rotate(270deg);
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a.sub-style {
    display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a.blog-sub-style {
    font-size: 13px;
    padding: 10px 40px;
    border-top: 1px solid #eee;
    font-weight: 400;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a i {
    font-size: 14px;
    transform: rotate(91deg);
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li ul.grid-style {
    width: 100%;
    padding: 0px;
    transform: unset;
    box-shadow: none;
    position: unset;
    opacity: 1;
    visibility: visible;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li ul.grid-style.collapse:not(.show) {
    display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link .dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li ul.grid-style li a {
    font-size: 13px;
    padding: 10px 50px;
    border-top: 1px solid #eee;
  }
}
@media (max-width: 767px) {
  /* header top css */
  .header-main-area .header-main .header-element.logo {
    width: 50%;
  }
  .header-main-area .header-main .header-element.search-wrap {
    display: none;
  }
  .header-main-area .header-main .header-element.right-block-box {
    width: 50%;
  }
  /* carousel button css */
  .h-t-products1 .trending-products .owl-nav button.owl-prev,
  .testimonial-bg1 .testi-m.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .h-t-products1 .trending-products .owl-nav button.owl-next,
  .testimonial-bg1 .testi-m.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  /* header top css */
  .header-top .top-header {
    padding: 10px 0px;
  }
  .header-top .top-header .top-h {
    width: 50%;
  }
  .header-top .top-header .search {
    display: none;
  }
  .header-top .top-header .top-h.account a.h-icn i {
    font-size: 20px;
  }
  .header-top .top-header .top-h.account .head-icon {
    margin-left: 15px;
  }
  .header-top .top-header .top-h.account .head-icon span.counter {
    left: 11px;
  }
  .header-bottom-area .main-menu-area {
    /* top: min(16vw, 5rem); */
    padding-top: min(18vw, 5rem);
  }
}
/* ヘッダー最上部 */
.ec-headTopBar {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.ec-headTopBar__inner {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1360px;
  margin: auto;
}
.ec-headTopBar__left {
  display: flex;
  align-items: center;
  flex: 1 0 30%;
}
.ec-headTopBar__txt {
      color: #000;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 600;
}
.ec-headTopBar__right {
  flex: 0 1 auto;
  display: flex;
}
.ec-headTopBar__guides {
  display: flex;
  flex: 1 0 auto;
}
.ec-headTopBar__guides__item {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  padding: 1.6em 1em;
  justify-content: center;
}
.ec-headTopBar__guides__item .-icon {
  margin-right: 0.625rem;
  transition: ease all 0.3s;
  width: auto;
}
.ec-headTopBar__guides__item a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: min(2.67vw, 0.84375rem);
}
.ec-headTopBar__guides__item a:hover {
  color: inherit;
}
.ec-headTopBar__guides__item a:hover .-icon {
  translate: 0 -0.2rem;
}
.ec-headTopBar__actions {
  display: flex;
}
.ec-headTopBar__actions__item {
  flex: 1 0 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 1.6rem 0;
}
.ec-headTopBar__actions__item--cart {
  background: #009991;
  color: #fff;
}
.ec-headTopBar__actions__item--toggle {
  background: transparent;
}
.ec-headTopBar__actions__item .-icon {
  margin-right: 10px;
}
.ec-headTopBar__actions__item--login:hover {
  background: #f5ab1e;
  color: #fff;
}
.ec-headTopBar__actions__item--login:hover svg path {
  fill: #fff;
}
.ec-headTopBar__actions__item--cart:hover {
  background: #f5ab1e;
  color: #fff;
}

/* カートバッジと価格表示のスタイル */
.cart-icon-wrapper {
  position: relative;
  display: inline-block;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}

.cart-price {
  display: block;
  font-size: 11px;
  margin-top: 2px;
  font-weight: normal;
}

.ec-headTopBar__actions__item--cart .-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .ec-headTopBar__inner {
    padding-right: 0;
  }
  .ec-headTopBar__guides .-icon {
    margin-right: 0.3125rem;
  }
  .ec-headTopBar__actions__item {
    flex-flow: column;
    flex: 1 0 5rem;
    padding: 0.9rem 0;
    font-size: 0.84375rem;
  }
  .ec-headTopBar__actions__item .-icon {
    margin-right: 0;
    margin-bottom: 0.35rem;
  }
}
@media (max-width: 991px) {
  .ec-headTopBar__inner {
    gap: 1rem;
  }
  .ec-headTopBar__logo img {
    width: revert-layer;
  }
  .ec-headTopBar__right {
    justify-content: flex-end;
  }
  .ec-headTopBar__guides {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .ec-headTopBar {
    padding: 0;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 300;
  }
  .ec-headTopBar__inner {
    position: relative;
    padding-left: 12px;
    max-width: 100vw;
  }
  .ec-headTopBar__right {
    flex: 0 1 auto;
    justify-content: flex-start;
  }
  .ec-headTopBar__actions {
    justify-content: flex-end;
  }
  .ec-headTopBar__actions__item {
    flex: 1 0 min(18vw, 5rem);
    height: min(18vw, 5rem);
    max-width: 5rem;
    font-size: min(2.67vw, 0.84375rem);
  }
}
@media (max-width: 600px) {
  .ec-headTopBar__logo img {
    max-width: 38vw;
  }
  .ec-headTopBar__actions__item .-icon {
    height: 5.3vw;
    margin-bottom: 0.2rem;
  }
  .ec-headTopBar__actions__item .-icon svg {
    max-height: 100%;
  }
}
/* ヘッダー2段目 */
.ec-headMiddleBar {
  width: 100%;
}
.ec-headMiddleBar__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.512rem 0;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1360px;
  margin: auto;
}
.ec-headMiddleBar__left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  line-height: 1;
}
.ec-headMiddleBar__logo {
  line-height: inherit;
}
h1.ec-headMiddleBar__logo.d-none.d-lg-block {
    margin: 0;
}
h1.ec-headMiddleBar__logo.d-none.d-lg-block img {
    height: auto;
    width: 180px;
}
h1.ec-headTopBar__logo.d-block.d-lg-none {
    margin: 0;
    min-width: 140px;
    height: auto;
}
.ec-headMiddleBar__tel {
  line-height: inherit;
}
.ec-headMiddleBar__tel img {
  width: 266px;
  height: auto;
}
.ec-headMiddleBar__center {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.ec-headMiddleBar__vocies {
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
}
.ec-headMiddleBar__vocies .-icon {
  margin-right: 1.2rem;
  width: auto;
}
.ec-headMiddleBar__vocies__txt {
  font-size: 14px;
  transition: ease all 0.3s;
  position: relative;
}
.ec-headMiddleBar__vocies__txt .-count {
  font-size: 1.28em;
  color: #009991;
  transition: ease all 0.3s;
}
.ec-headMiddleBar__vocies:hover {
  background: #d6f1f0;
  color: #000;
}
.ec-headMiddleBar__right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.ec-headMiddleBar__btns {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
}
.ec-headMiddleBar__btns__item {
  border: 1px solid #009991;
  color: #009991;
  border-radius: 10em;
  font-weight: 600;
  flex: 1 0 11.5em;
  padding: 0.5rem 0.5rem;
  text-align: center;
  background: #ebf8f7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease all 0.3s;
}
.ec-headMiddleBar__btns__item--mypage {
  color: #fff;
  background: #009991;
}
.ec-headMiddleBar__btns__item--new svg path {
  stroke: #009991;
}
.ec-headMiddleBar__btns__item--new:hover svg path {
  stroke: #fff;
}
.ec-headMiddleBar__btns__item .-icon {
  margin-right: 0.625rem;
}
.ec-headMiddleBar__btns__item:hover {
  color: #fff;
  background: #f5ab1e;
  border-color: #f5ab1e;
}
.ec-headMiddleBar__btns__item:hover svg path {
  /* stroke: #fff; */
}

@media (max-width: 1199px) {
  /* ヘッダー2段目 */
  .ec-headMiddleBar__inner {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .ec-headMiddleBar__left {
    gap: 1.2rem;
  }
  .ec-headMiddleBar__vocies {
    padding: 0.5rem 0.9rem;
  }
  .ec-headMiddleBar__vocies .-icon {
    margin-right: 0.3rem;
  }
  .ec-headMiddleBar__btns__item {
    flex: 1 0 10em;
    font-size: 0.8125rem;
  }
  .ec-headMiddleBar__btns__item .-icon {
    margin-right: 0.3125rem;
  }
}
@media (max-width: 991px) {
  /* ヘッダー2段目 */
  .ec-headMiddleBar__vocies {
    padding: 0.5rem;
  }
  .ec-headMiddleBar__vocies__txt {
    font-size: clamp(0.75em, 1.62vw, 0.875rem);
  }
  .ec-headMiddleBar__btns {
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  /* ヘッダー2段目 */
  .ec-headMiddleBar {
    padding-top: min(18vw, 5rem);
  }
  .ec-headMiddleBar__inner {
    padding: 0.4375rem 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 12px;
    padding-right: 12px;
    gap: 0;
  }
  .ec-headMiddleBar__center {
    flex: 1;
  }
  .ec-headMiddleBar__vocies {
    padding: 0;
    border: none;
    flex: 1;
    justify-content: center;
  }
  .ec-headMiddleBar__vocies .-icon {
    margin-right: 1.5625rem;
  }
  .ec-headMiddleBar__vocies__txt {
    font-size: 0.875rem;
  }
  .ec-headMiddleBar__vocies:hover {
    background: #fff;
  }
  .ec-headMiddleBar__vocies:hover .ec-headMiddleBar__vocies__txt {
    color: #f5ab1e;
  }
  .ec-headMiddleBar__vocies:hover .ec-headMiddleBar__vocies__txt .-count {
    color: inherit;
  }
}
.p-gnav-toggle {
  display: block;
  padding: 1.5rem 1.2rem;
  border: none;
  width: 100%;
  height: 100%;
}
.p-gnav-toggle__outer {
  padding: 0;
}
.p-gnav-toggle .-line {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.p-gnav-toggle .-line:before, .p-gnav-toggle .-line:after, .p-gnav-toggle .-line__inner {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #000;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  margin: auto;
}
.p-gnav-toggle .-line:before {
  content: "";
  top: 0;
  bottom: 100%;
}
.p-gnav-toggle .-line:after {
  content: "";
  bottom: 0;
  top: 100%;
}
.p-gnav-toggle.active .-line:before {
  rotate: 45deg;
  bottom: 0;
}
.p-gnav-toggle.active .-line:after {
  rotate: -45deg;
  top: 0;
}
.p-gnav-toggle.active .-line__inner {
  background-color: transparent;
}

@media (max-width: 767px) {
  .p-gnav-toggle {
    padding: min(4.26vw, 1.5rem) min(2.98vw, 1.2rem);
  }
  .p-gnav-toggle__outer {
    position: relative;
  }
}
/* SP ハンバーガーメニュー */
.ec-spNavTop__tel {
  display: block;
  margin: 1.2rem 0 1.2rem;
  text-align: center;
}
.ec-spNavTop__btns {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
  margin: 0 auto 1rem;
  padding: 0 min(2.2vw, 0.5rem);
}
.ec-spNavTop__btns__item {
  border: 1px solid #009991;
  color: #009991;
  border-radius: 10em;
  font-weight: 600;
  flex: 1 1 11.5em;
  padding: 0.5rem 0.5rem;
  text-align: center;
  background: #ebf8f7;
}
.ec-spNavTop__btns__item--mypage {
  color: #fff;
  background: #009991;
}
.ec-spNavTop__btns__item .-icon {
  margin-right: 0.625rem;
}

.ec-spNavMenu__ttl {
  font-size: 1.25rem;
  color: #fff;
  background: #009991;
  line-height: 1.25;
  padding: 1rem 1.125rem;
}
.ec-spNavMenu__list {
  background: #D6F1F0;
  font-weight: 600;
  border-color: #8CD1CD;
}
.ec-spNavMenu__list--support {
  background: #fff;
  font-weight: 400;
  border-color: #DDDDDD;
}
.ec-spNavMenu__item {
  background: inherit;
  font-weight: inherit;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
}
.ec-spNavMenu__link {
  background: inherit;
  font-weight: inherit;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem;
  font-size: 1rem;
}
.ec-spNavMenu__link .-icon {
  margin-right: 0.9rem;
}
.ec-spNavMenu__link:after {
  display: flex;
  align-items: center;
  content: "\f105";
  color: #009991;
  font-family: FontAwesome;
  right: 1rem;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .ec-spNavMenu__ttl {
    font-size: 1rem;
  }
  .ec-spNavMenu__link {
    font-size: 0.875rem;
  }
}

/* 990~1200pxでSPドロワーメニューのレイアウト修正 */
@media (min-width: 768px) and (max-width: 1200px) {
  .header-bottom-area.mobile.show {
    display: block;
    position: relative;
    z-index: 999;
  }
}

/* 992px以上でdrawer-overlayのスタイル設定 */
/* オーバーレイ - SPでは不要 */
@media (min-width: 768px) {
    .drawer-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 997;
        display: none;
    }
    
    .drawer-overlay.show {
        display: block;
    }
}
@media (max-width: 767px) {
    .drawer-overlay {
        display: none !important;
    }
}
/* ==========================================
  Footer
========================================== */
/* footer css */
.l-footer {
  padding: 3.125rem 0;
  background: #f8f8f8;
}

.footer-one {
  background-color: #faf8ed;
}

/* footer serive */
.footer-service {
  display: flex;
  justify-content: space-between;
}

/* footer service left */
.footer-service__left {
  flex: 0 0 180px;
}

/* service css */
.footer-service ul.service-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 6.2rem;
  padding: 1.5rem 1.875rem;
  border: 1rem solid #d6f1f0;
  flex: 0 1 58.25rem;
  background: #fff;
}

.footer-service ul.service-ul li.service-li {
  flex: 0 0 calc((100% - 3rem) / 3);
  position: relative;
}

.footer-service ul.service-ul li.service-li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: -3.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #F5F5F5;
}

.footer-service ul.service-ul li.service-li .service-li__link {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding: 0 0 0.5em;
  margin-bottom: 0.875em;
  border-bottom: 1px solid #009991;
}

.footer-service ul.service-ul li.service-li .service-li__link a {
  color: #000;
  font-weight: 600;
}

.footer-service ul.service-ul li.service-sub-li {
  font-size: 1rem;
}

.footer-service ul.service-ul li.service-sub-li:not(:last-child) {
  margin-bottom: 0.5em;
}

.footer-service ul.service-ul li.service-li span {
  font-size: 15px;
}

.footer-service__sns {
  display: flex;
  gap: 1rem;
  margin-top: 1.875rem;
}

.footer-service__sns__item img {
  width: 3rem;
}

.footer-service__item {
  flex: 0 1 auto;
}

/* company detail css */
.f-logo {
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
  width: initial;
}

.f-logo ul.footer-ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.f-logo ul.footer-ul li.footer-li {
  width: 25%;
  padding-right: 15px;
}

.f-logo ul.footer-ul li.footer-li:last-child {
  padding-right: 0px;
}

.f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul {
  display: flex;
  align-items: center;
}

.f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul li.footer-icon i {
  color: #f5ab1e;
  font-size: 40px;
}

.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-icon i {
  font-size: 40px;
}

.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-info,
.f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul li.footer-info {
  width: calc(100% - 30px);
  margin-left: 30px;
}

.f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul li h6 {
  font-size: 16px;
  color: #f5ab1e;
  line-height: 1;
}

.f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul li span,
.f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul li a {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

.f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul li span:first-of-type,
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-info a:first-of-type,
.f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul li a:first-of-type {
  margin-top: 9px;
}

.f-logo ul.footer-ul li.footer-li.footer-contact {
  margin-top: initial;
}

/* footer bottom css */
.footer-bottom {
  margin-top: 6.25rem;
  width: unset;
  display: flex;
  justify-content: space-between;
  gap: 3%;
}

.footer-map {
  flex: 0 1 22rem;
  min-width: 0;
}

.footer-map__ttl {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.footer-map__inner {
  border-radius: 0.625rem;
  overflow: hidden;
}

.footer-map iframe {
  width: 100%;
}

.footer-map__address {
  color: #000;
  margin-top: 1.25rem;
  padding-top: 0.9375rem;
  border-top: #e8e8e8 1px solid;
}
.footer-map__address__txt {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.footer-map__address__txt .-ttl {
  display: inline-block;
  width: 4em;
  margin-right: 1em;
  color: #000;
  font-weight: 600;
}

.footer-link {
  flex: 1;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

.footer-link .f-link {
  width: calc(25% - 30px);
  margin-left: 30px;
}

.footer-link .f-link .h-footer {
  color: #f5ab1e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.footer-link .f-link a.h-footer {
  display: none;
}

.footer-link .f-link .h-footer__link {
  color: inherit;
}

.footer-link .f-link .collapse:not(.show) {
  display: block;
  margin-top: initial;
}

.footer-link .f-link ul.f-link-ul {
  padding-top: 20px;
}

.footer-link .f-link ul.f-link-ul li.f-link-ul-li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  line-height: initial;
}

.footer-link .f-link ul.f-link-ul li.f-link-ul-li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.footer-link .f-link ul.f-link-ul li.f-link-ul-li a {
  font-size: 13px;
}

/* footer copyright css */
.footer-copyright {
  padding: 15px 0;
  background-color: #8cd1cd;
}

.footer-copyright ul.f-bottom {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.footer-copyright ul.f-bottom li.f-c {
  width: calc(33.33% - 30px);
}

.footer-copyright ul.f-bottom li.f-copyright p {
  color: #fff;
  font-size: 13px;
}

.footer-copyright ul.f-bottom li.f-copyright p {
  color: #fff;
  font-size: 13px;
}

.footer-copyright ul.f-bottom li.f-social {
  display: inline-flex;
  justify-content: center;
}

.footer-copyright ul.f-bottom li.f-social a.f-icn-link {
  color: #f5ab1e;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 100%;
}

.footer-copyright ul.f-bottom li.f-social a.f-icn-link:last-child {
  margin-right: 0;
}

.footer-copyright ul.f-bottom li.f-social a.f-icn-link:hover {
  background-color: transparent;
  color: #fff;
}

.footer-copyright ul.f-bottom li.f-payment {
  text-align: right;
}

/* カレンダー */
.ec-calendar--footer {
  display: block;
  margin: 0;
  margin-top: 20px;
}
.ec-calendar--footer .ec-calendar__month {
  margin: 0;
  width: 100%;
}
.ec-calendar--footer .ec-calendar__head {
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #009991;
  background: #defffd;
  /* border: 2px solid #009991; */
  border-bottom: none;
  padding: 0.5rem 0.5rem 0.8rem;
  text-align: center;
}
.ec-calendar--footer .ec-calendar__sun,
.ec-calendar--footer .ec-calendar__mon,
.ec-calendar--footer .ec-calendar__tue,
.ec-calendar--footer .ec-calendar__wed,
.ec-calendar--footer .ec-calendar__thu,
.ec-calendar--footer .ec-calendar__fri,
.ec-calendar--footer .ec-calendar__sat {
  background: #666;
  color: #fff;
}
.ec-calendar--footer .ec-calendar__month th,
.ec-calendar--footer .ec-calendar__month td {
  border-color: #666;
  padding: 0.55em 0;
}
.ec-calendar--footer .ec-calendar__title {
  background: #009991;
  color: #fff;
  font-size: 17px;
}
.ec-calendar--footer .ec-calendar__holiday {
  color: inherit !important;
  background-color: #f5b3b3;
  font-weight: 600;
}
.ec-calendar--footer .ec-calendar__today {
  background: #fff;
}
.ec-calendar--footer .ec-calendar__today::before {
  display: none;
}
.ec-calendar--footer .ec-calendar__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  margin: 0.3rem 0 0;
}
.ec-calendar--footer .ec-calendar__icons__ttl,
.ec-calendar--footer .ec-calendar__icons__txt {
  font-size: inherit;
  margin: 0;
}
.ec-calendar--footer .ec-calendar__icons__ttl {
  border: 1px solid #000;
  display: block;
  width: 2em;
  height: 1em;
  background: #fff;
}
.ec-calendar--footer .ec-calendar__icons__ttl--close {
  background:#f5b3b3;
}
.ec-calendar--footer .ec-calendar__icons__ttl ~ .ec-calendar__icons__ttl {
  margin-left: 1em;
}
.ec-calendar--footer .ec-calendar__icons__txt {
  font-size: 0.9375em;
}
@media (max-width: 767px) {
  .ec-calendar--footer {
    width: min(85%, 31.25rem);
    margin-left: auto;
    margin-right: auto;
  }
}
/* カレンダーjs */
.slick-slider.js-foot-calendarSlider {
  max-width: 100%;
}
.slick-slider.js-foot-calendarSlider .slick-prev,
.slick-slider.js-foot-calendarSlider .slick-next {
  font-size: 2rem;
  top: 0.5rem;
  z-index: 1;
  bottom: auto;
  background: transparent !important;
}
.slick-slider.js-foot-calendarSlider .slick-prev { left: 0; }
.slick-slider.js-foot-calendarSlider .slick-next { right: 0; }
.slick-slider.js-foot-calendarSlider .slick-prev:before,
.slick-slider.js-foot-calendarSlider .slick-next:before {
  font-family: FontAwesome;
  color: #fff;
}
.slick-slider.js-foot-calendarSlider .slick-prev:before { content: "\f104"; }
.slick-slider.js-foot-calendarSlider .slick-next:before { content: "\f105"; }

@media (max-width: 1199px) {
  .f-logo ul.footer-ul li.footer-li p {
    max-width: 100%;
  }
  .f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-info,
  .f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul li.footer-info {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .footer-service {
    gap: 1.5rem;
  }
  .footer-service ul.service-ul {
    gap: 0 2rem;
  }
  .footer-service ul.service-ul li.service-li:not(:last-child):after {
    right: -1rem;
  }
  .footer-service ul.service-ul li.service-sub-li {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991px) {
  /*--------------------------
  footer css
  ---------------------------*/
  /* service css */
  .footer-service {
    gap: 3rem;
  }
  .footer-service ul.service-ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8rem;
  }
  .footer-service ul.service-ul li.service-li {
    flex-direction: column;
  }
  .footer-service ul.service-ul li.service-li .service-li__link {
    font-size: 1.125rem;
  }
  .footer-service ul.service-ul li.service-li a {
    margin-right: 0;
  }
  .footer-service ul.service-ul li.service-li a::before {
    left: 0;
    bottom: 0px;
    width: 2px;
    height: 15px;
    margin: 0 auto;
  }
  .footer-service ul.service-ul li.service-li:hover a::before {
    right: 0;
    bottom: -15px;
  }
  .footer-service ul.service-ul li.service-li:not(:last-child):after {
    display: none;
  }
  /* company detail css */
  .f-logo {
    text-align: left;
  }
  .f-logo ul.footer-ul {
    align-items: center;
    margin-left: -15px;
    margin-top: -20px;
  }
  .f-logo ul.footer-ul li.footer-li.footer-contact,
  .f-logo ul.footer-ul li.footer-li {
    width: calc(50% - 15px);
    margin-top: 20px;
    margin-left: 15px;
    display: flex;
    align-items: center;
  }
  .f-logo ul.footer-ul li.footer-li.footer-logo {
    width: calc(50% - 15px);
    margin-top: 20px;
    text-align: center;
    padding-right: 0px;
  }
  /* footer copyright css */
  .footer-copyright ul.f-bottom li.f-payment {
    text-align: center;
  }
  .footer-copyright ul.f-bottom li.f-copyright {
    order: 1;
    text-align: center;
  }
  .footer-map__ttl {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  /*--------------------------
      Footer css
  ---------------------------*/
  /* footer serive */
  .footer-service {
    flex-wrap: wrap;
    gap: 5vw 0;
  }
  /* footer service left */
  .footer-service__left {
    flex-shrink: initial;
    flex-basis: initial;
    width: 100%;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
  }
  .footer-service__sns {
    margin-top: 0;
  }
  /* service css */
  .footer-service ul.service-ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-service ul.service-ul li.service-li {
    margin-top: 15px;
    flex-direction: row;
    flex: 1;
  }
  .footer-service ul.service-ul li.service-li a {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .footer-service ul.service-ul li.service-li a::before {
    left: auto;
    bottom: 50%;
    width: 15px;
    height: 2px;
    margin: 0 auto;
  }
  .footer-service ul.service-ul li.service-li:hover a::before {
    right: -15px;
    bottom: auto;
  }
  /* company detail css */
  .f-logo ul.footer-ul li.footer-li {
    width: calc(50% - 15px);
    padding-right: 0px;
  }
  .f-logo ul.footer-ul li.footer-li ul.f-ul-li-ul li h6 {
    font-size: 14px;
  }
  /* footer bottom css */
  .footer-link {
    margin-top: -30px;
  }
  .footer-link .f-link {
    width: calc(50% - 30px);
    margin-top: 30px;
  }
  .footer-link .f-link:first-child {
    margin-top: 30px; /* initital */
  }
  .footer-link .f-link h2.h-footer {
    display: block; /* initial */
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: min(8vw, 2rem) 0;
    margin-top: 2.8rem;
  }
  .footer-map {
    flex: 1 0 100%;
  }
  .footer-map__inner {
    border-radius: 0;
  }
  .footer-map__address__txt {
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  /* footer serive */
  /* footer service left */
  .footer-service__left {
    gap: 16vw;
  }
  .footer-service__sns {
    flex: 0 1 min(37%, 10rem);
    flex-wrap: wrap;
    gap: min(2vw, 1rem);
    justify-content: flex-end;
  }
  .footer-service__sns__item img {
    width: 8.5vw;
    height: 8.5vw;
  }
  .footer-service ul.service-ul {
    grid-template-columns: 1fr;
    padding: 2vw 5.33vw;
    border-width: min(2.66vw, 0.625rem);
    gap: 0.6rem;
  }
  .footer-service ul.service-ul li.service-li {
    width: 100%;
  }
  .footer-bottom {
    margin-top: min(10.6vw, 2.5rem);
  }
  .footer-service ul.service-ul li.service-sub-li {
    font-size: 0.875rem;
    margin-bottom: 0.7em;
  }
  .footer-copyright ul.f-bottom li.f-copyright p {
    font-size: clamp(0.625rem, 3.2vw, 0.75rem);
    line-height: 1.5;
  }
}
@media (max-width: 479px) {
  /* footer bottom css */
  .f-logo ul.footer-ul {
    margin-left: 0px;
  }
  .f-logo ul.footer-ul li.footer-li.footer-logo {
    width: 100%;
    margin-left: 0px;
  }
  .f-logo ul.footer-ul li.footer-li.footer-contact,
  .f-logo ul.footer-ul li.footer-li {
    width: 100%;
    margin-left: 0px;
  }
  .footer-link {
    margin-top: 0px;
  }
  .footer-link .f-link {
    width: calc(100% - 15px);
    margin-top: 15px;
  }
  .footer-link .f-link:first-child {
    margin-top: 0px;
  }
  .footer-link .f-link h2.h-footer {
    display: none;
  }
  .footer-link .f-link a.h-footer {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .footer-link .f-link:first-child a.h-footer {
    padding-top: initial;
    border-top: initial;
  }
  .footer-link .f-link a.h-footer[aria-expanded=true] i::before {
    content: "\f106";
  }
  .footer-link .f-link .collapse:not(.show) {
    display: none;
  }
  .footer-link .f-link ul.f-link-ul {
    padding-top: 10px;
  }
}
/* フッターサイトマップ */
.ec-footSitemap {
  flex: 0 1 52rem;
  display: flex;
  gap: 2.2rem 1.875rem;
  min-width: 0;
}
.ec-footSitemap__section {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem 0;
  align-content: flex-start;
}
.ec-footSitemap__section__category {
  flex: 0 0 100%;
}
.ec-footSitemap__section__category--sm-2col {
  display: flex;
  flex-flow: column;
  gap: 2.2rem;
}
.ec-footSitemap__list__item {
  font-size: 0.875rem;
}
.ec-footSitemap__list__item:not(:last-child) {
  margin-bottom: 0.4em;
}
.ec-footSitemap__link {
  font-size: inherit;
  line-height: 1.25;
  padding: 0.2em 0;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.ec-footSitemap__link:not(.ec-footSitemap__link--ttl):before {
  display: inline;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #009991;
}
.ec-footSitemap__link:hover {
}
.ec-footSitemap__link--ttl {
  color: #000000;
  font-size: 1.125rem;
  border-bottom: 1px solid #009991;
  padding: 0.2em 0 0.5em;
  margin-bottom: 0.7em;
  font-weight: 400;
}
.ec-footSitemap__link--ttl a {
  color: inherit;
}
.ec-footSitemap__link--ttl a:hover {
  color: #f5ab1e;
}

@media (max-width: 1199px) {
  .ec-footSitemap__link--ttl {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding: 1.5625rem 0;
  }
  .ec-footSitemap {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .ec-footSitemap {
    gap: 2.2rem 1.5rem;
  }
  .ec-footSitemap__section {
    flex: 0 0 calc((100% - 1.5rem) / 2);
  }
  .ec-footSitemap__section--sm-2col {
    flex: 0 0 100%;
    gap: 0 1.5rem;
  }
  .ec-footSitemap__section__category--sm-2col {
    flex: 0 0 calc((100% - 1.5rem) / 2);
  }
  .ec-footSitemap__list__item {
    font-size: 0.75rem;
  }
  .ec-footSitemap__link--ttl {
    font-size: 0.9375rem;
  }
}
.ec-contactInfo {
  background: #D6F1F0;
  padding: 3.125rem 0;
}
.ec-contactInfo__item {
  text-align: center;
}
.ec-contactInfo__item:not(:last-child) {
  border-right: 1px solid #8CD1CD;
}
.ec-contactInfo__ttl {
  font-size: 1.3125rem;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
}
.ec-contactInfo__sign {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.ec-contactInfo__sign > * {
  flex: 0 1 auto;
}
.ec-contactInfo__sign img {
  width: 100%;
  height: auto;
  display: block;
}
.ec-contactInfo__sign .-form-txt {
  font-size: 1.875rem;
  color: #009991;
  font-weight: 600;
}

@media (max-width: 991px) {
  .ec-contactInfo__ttl {
    font-size: min(2.1vw, 1.3125rem);
  }
  .ec-contactInfo__sign .-form-txt {
    font-size: min(3vw, 1.875rem);
  }
}
@media (max-width: 767px) {
  .ec-contactInfo {
    padding: 2rem 0 1rem;
  }
  .ec-contactInfo__head {
    font-size: min(5.3vw, 1.25rem);
    color: #009991;
    text-align: center;
  }
  .ec-contactInfo__item {
    padding: 1.5rem min(5.33vw, 1.25rem);
  }
  .ec-contactInfo__item:not(:last-child) {
    border-right: none;
    position: relative;
  }
  .ec-contactInfo__item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: min(5.33vw, 1.25rem);
    right: min(5.33vw, 1.25rem);
    border-bottom: 1px solid #009991;
  }
  .ec-contactInfo__ttl {
    font-size: 1rem;
    margin-bottom: 0.8em;
  }
  .ec-contactInfo__sign {
    width: min(80%, 25rem);
    margin: auto;
    justify-content: flex-start;
  }
  .ec-contactInfo__sign .-form-txt {
    font-size: min(6.4vw, 1.5rem);
  }
}
@media (max-width: 479px) {
  .ec-contactInfo__item {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  .ec-contactInfo__ttl {
    margin-bottom: 0.6rem;
  }
  .ec-contactInfo__sign {
    width: 100%;
    font-size: 0.75rem;
    gap: 0.8rem;
  }
  .ec-contactInfo__sign .-icon {
    flex: 0 0 min(16vw, 3.75rem);
  }
  .ec-contactInfo__sign .-tel {
    padding-right: 5vw;
  }
  .ec-contactInfo__sign .-form-txt {
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
}
/* ==========================================
  Container
========================================== */
/* container css */
.container {
  max-width: 1264px;
}
.container--header {
  max-width: 1360px;
}
.container--type1 {
  max-width: calc(1000px + 1.5rem);
}
.container--type2 {
  max-width: calc(1200px + 1.5rem);
}
.container--type4 {
  max-width: calc(960px + 1.5rem);
}
.container--type5 {
  max-width: calc(1100px + 1.5rem);
}
.container--type7 {
  max-width: calc(860px + 1.5rem);
}
.container--slide01 {
  max-width: 1340px;
  padding-left: 50px;
  padding-right: 50px;
}
.container--slide01 {
  max-width: 1340px;
  padding-left: 50px;
  padding-right: 50px;
}
.container--slide02 {
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 1199px) {
  /* container css */
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container--header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container--type4 {
    max-width: calc(960px + 1.5rem);
  }
  .container--slide01 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container--slide02 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  /* container css */
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .container--type3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container--type4 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container--type6 {
    padding-left: 0;
    padding-right: 0;
  }
  .container--slide01 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container--slide02 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ==========================================
  Main Content
========================================== */

/* products page */
/* ==========================================
  Breadcrumb
========================================== */
/* breadcrumb css */
.breadcrumb-area {
  padding: 0.9375rem 0;
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url {
  display: flex;
  align-items: center;
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li {
  font-size: 0.8125rem;
  color: #000;
}
.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li a {
  color: inherit;
}
.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 575px) {
  .breadcrumb-area {
    padding-bottom: 0.4375rem;
  }
  .breadcrumb-area .breadcrumb-start {
    position: relative;
  }
  .breadcrumb-area .breadcrumb-start:after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0.625rem;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%  );
    position: absolute;
    pointer-events: none;
  }
  .breadcrumb-area .breadcrumb-start ul.breadcrumb-url {
    overflow: scroll;
    padding-bottom: 0.5rem;
    padding-right: 0.625rem;
  }
  .breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li {
    white-space: nowrap;
  }
}

/* ==========================================
  Back To Top
========================================== */
/* back to top css */
a.scroll {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  z-index: 90;
}

a.scroll.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.scroll span {
  color: #f5ab1e;
  font-size: 16px;
  height: 37px;
  width: 37px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid #f5ab1e;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
}

a.scroll:hover span {
  color: #fff;
  background-color: #f5ab1e;
}

a.scroll span,
a.scroll:hover span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 767px) {
  a.scroll {
    bottom: 20px;
    left: 20px;
    right: auto;
  }
}
/* ==========================================
  Section Title
========================================== */
/* section title css */
.section-title h2 {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.section-title h2 .-small {
  font-size: 0.8em;
}

.section-title .-small {
    font-size: 1.125rem;
    font-weight: 400;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 20px;
    margin-bottom: 1.25rem;
  }
}
/* Section Ttl */
.c-section-ttl01 .__txt {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 0 0.5em rgb(0, 0, 0);
}

.c-ttl01 {
  color: #009991;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.c-ttl02 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2rem;
}
.c-ttl03 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0.5em 0;
  border-bottom: 4px solid #009991;
  position: relative;
  font-weight: bold;
}
.c-ttl03:after {
  content: "";
  display: block;
  height: 4px;
  background: #70cec9;
  width: 15%;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.c-ttl04 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  font-weight: bold;
}
.c-ttl05 {
  color: #000;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  border-bottom: 2px solid #a530a5;
  padding-bottom: 0.4em;
  margin-bottom: 3rem;
  font-weight: bold;
}
.c-ttl05--lightblue { border-color: #28abe3; }
.c-ttl05--scarlet { border-color: #c2272d; }
.c-ttl05--indigo { border-color: #2d3194; }
.c-ttl05--pet101 { border-color: #3ab54b; }
.c-ttl05--green { border-color: #339933; }
.c-ttl05--bathset { border-color: #6eb9e5; }
.c-ttl05--curry { border-color: #a16100; }
.c-ttl05--pink { border-color: #e7398e; }

.c-ttl06 {
  color: #000;
  font-size: 1.4375rem;
  line-height: 1.25;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #a530a5;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.c-ttl06 .-icon {
  display: inline-block;
  margin-right: 0.5em;
}
.c-ttl07 {
  color: #000;
  font-size: 2.25rem;
  line-height: 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  text-align: center;
  margin-bottom: 1.875rem;
  font-weight: bold;
}
.c-ttl07__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-ttl07__sub {
  display: inline-block;
  color: #fff;
  font-size: 0.66em;
  background: #009991;
  border-radius: 10em;
  padding: 0.3em 0.8em 0.25em;
  line-height: 1.25;
}
.c-ttl07 .-label {
  color: #65AB31;
  background: linear-gradient(#fff 0%, #fff 60%, #e0f4a9 60%, #e0f4a9 95%, #fff 95%);
}
.c-ttl07 .-labelBlue {
  color: #009991;
  background: linear-gradient(#fff 0%, #fff 60%, #D6F1F0 60%, #D6F1F0 95%, #fff 95%);
}
.c-ttl07 .-markerBlue {
  background: #009991;
  padding: 0.2em 0px;
  color: #fff;
}
.c-ttl07 .-small {
  font-size: 0.83em;
}
.c-ttl07 .-txt {
  position: relative;
  overflow: hidden;
}
.c-ttl07 .-icon {
  position: absolute;
  left: calc(100% + 1rem);
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-ttl08 {
  display: flex;
  align-items: flex-start;
  color: #009991;
  font-weight: bold;
  font-size: 1.4375rem;
  font-size: 1.3125rem;
  line-height: 1.5em;
  margin-bottom: 0.8rem;
}
.c-ttl08 .-txt {
  flex: 1;
}
.c-ttl08 .-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.857em;
  margin-right: 0.65em;
  padding: 0 1.3em;
  background: #009991;
  border-radius: 10em;
}
.c-ttl08--type2 {
  color: #ec6627;
}
.c-ttl08--type2 .-txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
.c-ttl08--type2 .-label {
  color: #000;
  background: #ffe461;
  position: relative;
}
.c-ttl08--type2 .-label:after {
  content: "";
  display: block;
  background: url('../img/common/ttl16_part.jpg') no-repeat center / contain;
  width: 1.75rem;
  height: 1.5rem;
  position: absolute;
}
.c-ttl08--type2 .-label:after {
  top: -1.25rem;
  left: 0;
}
.c-ttl08--type2 .-label--even:after {
  left: auto;
  right: 0;
  scale: -1 1;
}
.c-ttl08--type3 {
  color: #0099cc;
}
.c-ttl08--type3 .-txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
.c-ttl08--type3 .-label {
  background: #67cfe8;
}
.c-ttl08--type4 {
  color: #ec6627;
  align-items: center;
}
.c-ttl08--type4 .-txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
.c-ttl08--type4 .-label {
  background: url('../img/product/flora_mokuhyouti/dummy_icon_mokuhyo.png') no-repeat center / contain;
  color: #000;
  padding: 0.5em 2.5em;
}
.c-ttl08--type5 .-txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  color: #000;
}
.c-ttl08--type5 .-label {
  background: url('../img/product/flora_gurucosamin/dummy_icon.jpg') no-repeat left center / contain;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  color: #1fa03a;
  font-size: inherit;
  padding-right: 0;
  padding-left: 1.6em;
}
.c-ttl08--type6 .-txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  color: #000;
}
.c-ttl08--type6 .-label {
  background: url('../img/product/bathset/dummy_icon.png') no-repeat left center / contain;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  color: #3ea2dc;
  font-size: inherit;
  padding-right: 0;
  padding-left: 1.8em;
}
.c-ttl08--type7 {
  font-size: 1.5rem;
  font-weight: normal;
  align-items: center;
}
.c-ttl08--type7 .-txt {
  color: #8cc63f;
}
.c-ttl08--type7 .-label {
  background: #fbb03b;
  padding: 0.4rem 1.3em;
}
.c-ttl09 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1.4375rem;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.33em;
  background: #D6F1F0;
  margin-bottom: 0.9375rem;
}
.c-ttl09 .-label {
  color: #FFFF01;
  background: #009991;
  border-radius: 0.625rem 1.5em 1.5em 0;
  margin-top: -0.625rem;
  margin-right: 0.625rem;
  padding: 0.5em 1.3em;
  position: relative;
}
.c-ttl09 .-label:before,
.c-ttl09 .-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  left: 0;
  top: 100%;
}
.c-ttl09 .-label:before {
  background: #009991;
}
.c-ttl09 .-label:after {
  background: #D6F1F0;
  clip-path: circle(0.625rem at 0.625rem 0.625rem);
}
.c-ttl09 .-label__txt {
  font-size: 1.142em;
}
.c-ttl09 .-txt {
  padding: 0.5em 0.5em 0.5em 0;
  display: block;
  flex: 1;
  color: #009991;
}
.c-ttl10 {
  font-size: 1.125rem;
  line-height: 1.25;
  color: #65AB31;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.c-ttl10 .-label {
  background: linear-gradient(#fff 0%, #fff 60%, #e0f4a9 60%, #e0f4a9 95%, #fff 95%);
}
.c-ttl10 .-icon {
    display: inline-block;
    margin-right: 0.5em;
}
.c-ttl11 {
  color: #f79c2d;
  font-size: 1.3125rem;
  text-align: center;
  line-height: 1.5;
  background: #fff4d6;
  padding: 0.2em 1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 0;
}
.c-ttl12 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 1.3125rem;
  letter-spacing: 0;
  line-height: 1.3em;
  border-bottom: 2px solid #28abe3;
  margin-bottom: 0.5rem;
}
.c-ttl12--scarlet { border-color: #c2272d; }
.c-ttl12--indigo { border-color: #2d3194; }
.c-ttl12--pet101 { border-color: #3ab54b; }
.c-ttl12--flora_bi { border-color: #f294dc; }
.c-ttl12 .-label {
  display: flex;
  align-items: baseline;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", "游ゴシック Medium", "Yu Gothic Medium", Roboto, Arial, "メイリオ", Meiryo, sans-serif;
  background: #28abe3;
  clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
  font-size: 0.64em;
  padding: 0.3em 1.6em 0.25em 0.8em;
  margin-bottom: -1px;
}
.c-ttl12--scarlet .-label { background: #c2272d; }
.c-ttl12--indigo .-label { background: #2d3194; }
.c-ttl12--pet101 .-label { background: #3ab54b; }
.c-ttl12--flora_bi .-label { background: #f294dc; }
 .-label { background: #3ab54b; }
.c-ttl12 .-label .-num {
  font-size: 1.5625em;
  margin-left: 0.15em;
}
.c-ttl12 .-txt {
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  padding: 0.15em 0 0.35em;
}
.c-ttl13 {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
  padding: 0.55em;
  min-height: 2.87em;
  color: #009991;
  background: #D6F1F0;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.c-ttl13--nonno {
  color: #0077BC;
  background: #DDF6FF;
}
.c-ttl14 {
  font-size: 1.3125rem;
  line-height: 1.72;
  color: #fff;
  font-weight: bold;
}
.c-ttl14 .-marker {
  background: #009991;
  padding: 0.2em 0;
}
.c-ttl15 {
  color: #009991;
  font-size: 1.875rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 0.6rem 1rem;
  background: #D6F1F0;
  margin-bottom: 1.875rem;
}
.c-ttl15--nonno {
  color: #0077BC;
  background: #DDF6FF;
}
.c-ttl16 {
  font-size: 1.4375rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  background: #ffe461;
  padding: 0.6rem 1rem;
  margin-bottom: 1.875rem;
  position: relative;
  letter-spacing: 0;
}
.c-ttl16--gradation {
  background:linear-gradient(90deg, #fffbdb 0%, #fff07c 30%, #fff07c 70%, #fffbdb 100%);
}
.c-ttl16:before,
.c-ttl16:after {
  content: "";
  display: block;
  background: url('../img/common/ttl16_part.jpg') no-repeat center / contain;
  width: 2.875rem;
  height: 2.5625rem;
  position: absolute;
}
.c-ttl16:before {
left: -2.1875rem;
top: 2rem;
rotate: -90deg;
}
.c-ttl16:after {
  top: -1.875rem;
  right: 0;
  scale: -1 1;
}
.c-ttl17 {
  font-size: 1.4375rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-weight: bold;
  line-height: 1.5;
  color: #0099cc;
  background: #e5f3f0;
  padding: 0.6rem 1rem;
  margin-bottom: 1.875rem;
}
.c-ttl18 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0077BC;
  padding-left: calc(1.5rem - 0.5rem); /* border-left分だけ引く */
  border-left: 0.5rem solid #0077BC;
}
.c-ttl19 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.c-ttl19__inner {
  position: relative;
  padding: 0.4em 0 0.3em;
  width: 16em;
  max-width: 90%;
}
.c-ttl19__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #e07412;
}
.c-ttl19__line--before {
  top: 0;
}
.c-ttl19__line--after {
  bottom: 0;
}
.c-ttl19__line:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #ff8908;
  position: absolute;
  top: -0.5rem;
  border-radius: 50%;
}
.c-ttl19__line--before:before {
  right: 100%;
}
.c-ttl19__line--after:before {
  left: 100%;
}
.c-ttl20 {
  margin-bottom: 0.7em;
  font-size: 1.5rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding: 0.7rem 0.5rem 0.7rem 1rem;
  background: linear-gradient(90deg, #fde3a8 0%, #ffffff 100%);
  font-weight: normal;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .c-ttl07 {
  }
  .c-ttl08 {
    /* font-size: clamp(1.3125rem, 1.91vw, 1.4375rem); */
  }
  .c-ttl08--type7 {
    font-size: 1.3125rem;
  }  
  .c-ttl08 .-txt {
  }
  .c-ttl08 .-label {
  }
  .c-ttl09 {
    /* font-size: clamp(1.3125rem, 1.91vw, 1.4375rem); */
  }
  .c-ttl09 .-label {
    margin-top: -1.25rem;
  }
  .c-ttl09 .-label:before,
  .c-ttl09 .-label:after {
  }
  .c-ttl09 .-label:before {
  }
  .c-ttl09 .-label:after {
  }
  .c-ttl09 .-label__txt {
  }
  .c-ttl09 .-txt {
    width: 100%;
    flex: auto;
    padding: 0.5em 1.3em;
  }
  .c-ttl15 {
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  }
  .c-ttl16 {
    font-size: clamp(1.3125rem, 1.91vw, 1.4375rem);
  }
  .c-ttl17 {
    font-size: clamp(1.3125rem, 1.91vw, 1.4375rem);
  }
}
@media (max-width: 991px) {
  .c-ttl07 {
  }
  .c-ttl08 {
  }
  .c-ttl08 .-txt {
  }
  .c-ttl08 .-label {
  }
  .c-ttl08--type7 .-label {
    padding: 0 1.3em;
  }
  .c-ttl09 {
    border-radius: 0 0 0 0.625rem;
  }
  .c-ttl09 .-label {
  }
  .c-ttl09 .-label:before,
  .c-ttl09 .-label:after {
  }
  .c-ttl09 .-label:before {
  }
  .c-ttl09 .-label:after {
  }
  .c-ttl09 .-label__txt {
  }
  .c-ttl09 .-txt {
  }
  .c-ttl14 {
    line-height: 1.9;
  }
  .c-ttl18 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  }
  .c-ttl20 {
    font-size: clamp(1.125rem, 2.22vw, 1.375rem);
  }
}

@media (max-width: 767px) {
  .c-ttl02 {
    font-size: 1.5rem;
  }
  .c-ttl03 {
    font-size: 1.125rem;
  }
  .c-ttl05 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .c-ttl06 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .c-ttl07 {
    font-size: clamp(1.625rem, 4.7vw, 2.25rem);
  }
  .c-ttl07__inner {
    display: block;
  }
  .c-ttl07__inner > * {
    position: relative;
    z-index: 1;
  }
  .c-ttl07 .-txt {
  }
  .c-ttl07 .-icon {
    z-index: 0;
    left: calc(100% + 0.5rem);
    width: 9vw;
  }
  .c-ttl08 {
    flex-wrap: wrap;
  }
  .c-ttl08 .-txt {
    width: 100%;
    flex: auto;
  }
  .c-ttl08 .-label {
    margin-right: 0;
    margin-bottom: 0.3em;
  }
  .c-ttl09 {
    font-size: 1.125rem;
  }
  .c-ttl09 .-label {
  }
  .c-ttl09 .-label:before,
  .c-ttl09 .-label:after {
  }
  .c-ttl09 .-label:before {
  }
  .c-ttl09 .-label:after {
  }
  .c-ttl09 .-label__txt {
  }
  .c-ttl09 .-txt {
  }
  .c-ttl11 {
    font-size: 1.25rem;
  }
  .c-ttl12 {
    font-size: 1.25rem;
    flex-wrap: wrap;
    gap: 0.3rem;
  }
  .c-ttl12 .-label {
    padding: 0.2em 1.6em 0.15em 0.8em;
  }
  .c-ttl12 .-txt {
    width: 100%;
  }
  .c-ttl14 {
    line-height: 1.72;
  }
  .c-ttl14 .-marker {
    padding: 0.1em 0.5em;
  }
  .c-ttl15 {
    padding: 0.4rem 1rem;
    margin-bottom: 1.25rem;
  }
  .c-ttl16 {
    width: calc(100% - 3rem);
    margin: 0 auto 1rem;
  }
  .c-ttl19 {
    font-size: clamp(1.5rem, 4.16vw, 2rem);
    margin-bottom: 2.5rem;
  }
  .c-ttl20 {
    font-size: 1rem;
  }
}


.c-txt01 {
  font-size: 1rem;
  line-height: 2.25;
}
.c-txt02 {
  font-size: 1.125rem;
  line-height: 2.25;
}
.c-txt03 {
  font-size: 1.5rem;
  line-height: 1.75;
}

@media (max-width: 1199px) {
  .c-txt02 {
    font-size: clamp(1rem, 1.50vw, 1.125rem);
  }
  .c-txt03 {
  font-size: clamp(1.3125rem, 2vw, 1.5rem);
}
}

@media (max-width: 767px) {
  .c-txt01,
  .c-txt02 {
    line-height: 1.875;
    text-align: justify;
    letter-spacing: 0;
  }
  .c-txt02 {
    font-size: 1rem;
  }
}

/* ==========================================
  Lists Title
========================================== */
.c-list01 {
}
.c-list01__item {
  border-bottom: 1px dashed #888888;
  font-size: 1.125rem;
  padding: 1em 0;
  line-height: 1.25;
}
.c-list01__item:last-child {
  border-bottom: none;
}
.c-list02 {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.c-list02__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #fff4d6;
  color: #744d26;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.5rem;
  letter-spacing: 0;
  font-weight: bold;
  padding: 0.55em 0;
}
.c-list03 {
}
.c-list03__item {
  font-size: 1.375rem;
  border: 2px solid #6cba4d;
  border-radius: 10em;
  padding: 0.5em 0.8em;
  margin-bottom: 1rem;
}
.c-list03__item:last-child {
  margin-bottom: 0;
}
.c-list03__item .-icon {
  margin-right: 0.5em;
  color: #f00;
}
.c-list04 {
  font-size: 1.5rem;
}
.c-list04__item {
  margin-bottom: 0.7em;
  font-size: 1em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding: 0.7rem 0.5rem 0.7rem 1rem;
  background: linear-gradient(90deg, #f8d1e2 0%, #ffffff 100%);
  letter-spacing: 0;
}
.c-list04__item:last-child {
  margin-bottom: 0;
}
.c-list04__item:nth-child(even) {
  background: linear-gradient(-90deg, #f8d1e2 0%, #ffffff 100%);
}
.c-list04__item .-icon {
  display: block;
  margin-right: 0.5em;
  font-size: 0.85em;
  color: #f00;
}
.c-list04--type2 {
}
.c-list04__item--type2,
.c-list04__item--type2:nth-child(even) {
  background: transparent;
}
@media (max-width: 1199px) {
  .c-list04 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
  }
}
@media (max-width: 991px) {
  .c-list01 {
    font-size: clamp(1rem, 1.82vw, 1.125rem);
  }
  .c-list03 {
  }
  .c-list03__item {
    font-size: clamp(1.125rem, 2.22vw, 1.375rem);
  }
  .c-list03__item:last-child {
  }
  .c-list03__item .-icon {
  }
}
@media (max-width: 767px) {
  .c-list01 {
  }
  .c-list01__item {
    font-size: 1rem;
    line-height: 1.875;
  }
  .c-list01__item:last-child {
  }
  .c-list02 {
  }
  .c-list02__item {
    flex: auto;
    width: calc(100% / 4);
  }
  .c-list03__item {
    font-size: 1rem;
  }
  .c-list04 {
    font-size: 1.0625rem;
  }
}

/* ==========================================
  Frame
========================================== */
.c-frame02 {
  background: #ffe461;
  padding: 1.5rem;
  position: relative;
  border-radius: 0.625rem;
}
.c-frame02:before,
.c-frame02:after {
  content: "";
  display: block;
  background: url('../img/common/ttl16_part.jpg') no-repeat center / contain;
  width: 1.75rem;
  height: 1.5rem;
  position: absolute;
}
.c-frame02:before {
  left: -1.25rem;
  bottom: 0rem;
  rotate: -90deg;
}
.c-frame02:after {
  top: -1.25rem;
  right: 0;
  scale: -1 1;
}
.c-frame03 {
  border: 2px dotted #36d415;
  border-radius: 0.625rem;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .c-frame02--pc {
    padding: 0;
    background: transparent;
  }
  .c-frame02--pc:before,
  .c-frame02--pc:after {
    display: none;
  }
}

/* ==========================================
  Icon
========================================== */
.c-icon {}
.c-icon--check {  
  position: relative;
}
.c-icon--check:before {
  color: #f00;
}
.c-icon--check:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  border: 1px solid #000;
}

.c-icon--check02 {
  background: #40b2ac;
  color: #fff;
  padding: 0.2em;
  border-radius: 0.2em;
  font-size: 0.85em;
  margin-right: 0.5em;
}


/* ==========================================
  Button Style
========================================== */
/* btn style css */
.btn-style1 {
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  background-color: #f5ab1e;
  font-weight: 600;
  border: 2px solid #f5ab1e;
  border-radius: 3px;
  border-color: #f5ab1e;
}

.btn-style1:hover {
  background-color: transparent;
  color: #f5ab1e;
}

/* btn style 2 css */
.btn-style2 {
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  background-color: #000;
  font-weight: 600;
  border-radius: 25px;
}

.btn-style2:hover {
  color: #fff;
  background-color: #f5ab1e;
}

/* btn style 3 css */
.btn-style3 {
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  background-color: #f5ab1e;
  font-weight: 600;
  border-radius: 0;
}

.btn-style3:hover {
  color: #000;
}

.btn-style4 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #009991;
  border: 2px solid #009991;
  width: min(25rem, 100%);
  margin: auto;
  padding: 1em 1em;
  border-radius: 100em;
  font-size: 1rem;
  font-weight: 600;
}
.btn-style4 .-icon {
  height: 2px;
  background: #009991;
  width: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: ease all 0.3s;
}
.btn-style4 .-icon:after {
  content: "";
  display: block;
  position: absolute;
  right: -0.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.5rem;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #009991;
  transition: ease all 0.3s;
}
.btn-style4:hover {
  background: #009991;
  color: #fff;
}
.btn-style4:hover .-icon, .btn-style4:hover .-icon:after {
  background: #fff;
}

.btn-style5,
.btn-style5:disabled {
  color: #fff;
  background: #009991;
  font-size: 1.25rem;
  width: min(25rem, 100%);
  margin: auto;
  padding: 0.5em;
  line-height: 1.25;
  font-weight: 600;
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border: none;
}
.btn-style5--fsz-var,
.btn-style5--fsz-var:disabled {
  font-size: clamp(1rem, 1.67vw, 1.25rem);
}
.btn-style5--fsz-lists,
.btn-style5--fsz-lists:disabled {
  font-size: clamp(0.75rem, 1.33vw, 1rem);
}
.btn-style5--start,
.btn-style5--start:disabled {
  margin-left: 0;
  margin-right: 0;
}
.btn-style5--slim,
.btn-style5--slim:disabled {
  min-height: 3.125rem;
}
.btn-style5 .-icon {
  margin-right: 0.5em;
}
.btn-style5:hover {
  background: #f5ab1e;
  color: #fff;
}

@media (max-width: 600px) {
  .btn-style5,
  .btn-style5:disabled {
    min-height: auto;
  }
  .btn-style5--fsz-var,
  .btn-style5--fsz-var:disabled {
    font-size: clamp(0.875rem, 4.26vw, 1rem);
  }
  .btn-style5--fsz-lists,
  .btn-style5--fsz-lists:disabled {
    font-size: clamp(0.6875rem, 3.2vw, 0.875rem);
  }
}
.btn-style6 {
  color: #009991;
  background: #EBF8F7;
  font-size: 1.125rem;
  line-height: 1.25;
  border: 1px solid #009991;
  border-radius: 100em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.5em;
  width: min(19.375rem, 100%);
  font-weight: 600;
}
.btn-style6 .-icon {
  margin-right: 0.5em;
}
.btn-style6:hover {
  background: #f5ab1e;
  color: #fff;
  border-color: #f5ab1e;
}

@media (max-width: 767px) {
  .btn-style6 {
    width: clamp(10rem, 42vw, 12.5rem);
    font-size: clamp(0.75rem, 4.2vw, 1rem);
  }
}
.btn-style7 {
  color: #009991;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  border: 3px solid #009991;
  border-radius: 0.625rem;
  background: #EBF8F7;
  text-align-last: left;
  display: flex;
  align-items: center;
  padding: 0.35em;
  justify-content: center;
  min-height: 3.75rem;
  width: min(20rem, 100%);
}
.btn-style7--bg-white {
  background: #fff;
}
.btn-style7--fsz-var {
  font-size: clamp(1rem, 1.67vw, 1.25rem);
}
.btn-style7 .-icon {
  margin-right: 0.5em;
}
.btn-style7 .-icon--mov {
  font-size: 1.4em;
  margin-right: 0.3em;
}
.btn-style7:hover {
  background: #f5ab1e;
  color: #fff;
  border-color: #f5ab1e;
}

@media (max-width: 767px) {
  .btn-style7 {
    min-height: 3.125rem;
    font-size: 1.125rem;
    border-width: 2px;
  }
  .btn-style7--fsz-var {
    font-size: clamp(0.875rem, 4.8vw, 1.125rem);
  }
}
.btn-style8 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(37.5rem, 100%);
  padding: 0.5rem 3.4rem;
  min-height: 5rem;
  background: #009991;
  position: relative;
  border-radius: 0.625rem;
}
.btn-style8:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .btn-style8 {
    font-size: 1.25rem;
    min-height: 3.125rem;
    border-radius: 0.3125rem;
    width: 100%;
  }
}
.btn-style9 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #009991;
  border: 1px solid #009991;
  width: min(25rem, 80%);
  margin: 0.75rem auto 0;
  padding: 0.4em 1em;
  border-radius: 100em;
  font-size: 1rem;
  font-weight: 600;
}
.btn-style9:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.5em;
  width: 0.6em;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #009991;
}

/* Tab style */
.ec-NavTabs1 {
  border: none;
}
.ec-NavTabs1 .nav-link {
  text-align: center;
  font-size: 1.125rem;
  padding: 1.1rem 0;
  line-height: 1.25;
  color: #000;
  font-weight: 600;
  border: none;
  position: relative;
  margin: 0;
}
.ec-NavTabs1 .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #666666;
  transition: ease all 0.3s;
}
.ec-NavTabs1 .nav-link.active, .ec-NavTabs1 .nav-link:hover {
  background: unset;
}
.ec-NavTabs1 .nav-link.active:before, .ec-NavTabs1 .nav-link:hover:before {
  border-top: 5px solid #000000;
}

.ec-NavTabs2 {
  border: none;
  position: relative;
  border-bottom: 5px solid #40B2AC;
}
.ec-NavTabs2 .nav-link {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  padding: 0.4rem 0;
  font-feature-settings: "palt";
  line-height: 1.25;
  color: #000000;
  font-weight: 600;
  border: none;
  position: relative;
  margin: 0;
  border: 2px solid #CCCCCC;
  border-bottom: none;
  border-radius: 0.65rem 0.65rem 0 0;
  min-height: 3.6875rem;
}
.ec-NavTabs2 .nav-link.active, .ec-NavTabs2 .nav-link:hover {
  background: #40B2AC;
  color: #ffffff;
  border-color: #40B2AC;
}

@media (max-width: 1200px) {
  .ec-NavTabs2 .nav-link {
    font-size: min(1.5vw, 1.125rem);
  }
}

@media (max-width: 991px) {
  .ec-NavTabs1 .nav-link {
    font-size: clamp(0.875rem, 1.82vw, 1.125rem);
    font-feature-settings: "palt";
  }
  .ec-NavTabs2 .nav-link {
    /* font-size: clamp(0.875rem, 1.82vw, 1.125rem); */
    font-feature-settings: "palt";
  }
}
@media (max-width: 767px) {
  .ec-NavTabs1 .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: min(3.73vw, 0.875rem);
  }
  .ec-NavTabs2 {
    border-bottom: none;
    gap: min(2.67vw, 0.625rem);
  }
  .ec-NavTabs2 .nav-item {
    flex: 0 1 calc((100% - min(2.67vw, 0.625rem)) / 2);
  }
  .ec-NavTabs2 .nav-link {
    border-radius: min(1.33vw, 0.3125rem);
    border: 2px solid #CCCCCC;
    font-size: min(3.73vw, 0.875rem);
    /* text-align: left; */
    padding: 0.5em 1.75em 0.5em 1em;
    min-height: 3.75rem;
  }
  .ec-NavTabs2 .nav-link:after {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: 0.4em;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #40B2AC;
    font-size: 1.5em;
    transition: ease all 0.3s;
  }
  .ec-NavTabs2 .nav-link.active:after {
    color: #fff;
  }
  .ec-NavTabs2 .nav-link:hover:after {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .btn-style4 {
    width: min(25rem, 80%);
  }
}
@media (max-width: 479px) {
  .btn-style4 {
    font-size: clamp(0.75rem, 4.26vw, 1rem);
    padding: 0.85em 2.2em 0.85em 1.3em;
    line-height: 1.25;
  }
  .btn-style4 .-icon {
    width: 0.9rem;
    right: 1rem;
  }
}
/* ==========================================
  Vegist Popup
========================================== */
/*====================================
Base: style.css
=====================================*/
/* popup css start */
.vegist-popup .modal-dialog {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%) !important;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.vegist-popup.animated {
  animation-duration: 2s;
}

.vegist-popup .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content {
  position: relative;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content:before {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content a.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter {
  padding: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .logo-content {
  position: relative;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .logo-content h4 {
  font-size: 20px;
  margin-top: 12px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .logo-content span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .subscribe-area {
  margin-top: 24px;
  position: relative;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .subscribe-area input {
  width: 100%;
  padding: 8px 15px;
  background-color: #f7f7f7;
  border-color: #eee;
  border-radius: 4px;
}

.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .subscribe-area a {
  margin-top: 20px;
}

@media (max-width: 767px) {
  /* newslatter popup css */
  .vegist-popup .modal-dialog {
    padding: 15px;
  }
  .vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter {
    padding: 30px;
  }
}
/* ==========================================
  Foot Card
========================================== */
.ec-footCard__item {
  min-height: 21rem;
}

@media (max-width: 1199px) {
  .ec-footCard__ttl {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .ec-footCard__itemOuter {
    flex: 1 1 100%;
  }
  .ec-footCard__item {
    min-height: initial;
  }
}
@media (max-width: 479px) {
  .ec-footCard__ttl {
    font-size: 1.2rem;
  }
}
/* ==========================================
  Blog Card
========================================== */
.blog1 .home-blog .owl-stage {
  counter-reset: my-sec-counter;
  display: flex;
}

.ec-blogCard__item {
  /* padding: 0 2px; */
}

.ec-blogCard__inner:hover {
  color: #000;
}

.ec-blogCard__image {
  display: flex;
  aspect-ratio: 3 / 2;
}

.ec-blogCard__image img {
  backface-visibility: hidden;
  border-radius: 0.625rem;
  object-fit: cover;
}

.ec-blogCard__dates {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5625rem;
}

.ec-blogCard__dates .-date {
  font-size: 0.875rem;
}

.ec-blogCard__dates .-tag {
  color: #fff;
  font-size: 0.75rem;
  padding: 0.4em 2em;
  line-height: 1.25;
  text-align: center;
  border-radius: 100em;
  background: #009991;
}

.ec-blogCard__content {
  padding: 1.875rem 0;
  border-top: none;
}

.ec-blogCard__ttl {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  line-height: 1.66;
}

.ec-blogCard__ttl a {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ec-blogCard__ttl__admin {
  display: block;
  margin-top: 7px;
  line-height: 1;
}

.ec-blogCard__description {
  font-size: 1rem;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 表示する最大行数 */
  overflow: hidden;
}

.ec-blogCard__content p.blog-description {
  color: #999;
  margin-top: 21px;
}

.ec-blogCard__readLink {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

.ec-blogCard__readLink span {
  color: #000;
}

.ec-blogCard__readLink:hover span {
  color: #f5ab1e;
}

.ec-blogCard__readLink i {
  padding-left: 5px;
  font-size: 12px;
}

.ec-blogCard__readLink:hover i {
  padding-left: 10px;
}

.ec-blogCard__readLink span,
.ec-blogCard__readLink:hover span,
.ec-blogCard__readLink i,
.ec-blogCard__readLink:hover i {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.ec-blogCard__date {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  line-height: 1;
}

.ec-blogCard__date a {
  font-weight: 600;
}

.ec-blogCard__date__date {
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .ec-blogCard.owl-carousel .owl-nav button.owl-prev {
    left: -0.5rem;
  }
  .ec-blogCard.owl-carousel .owl-nav button.owl-next {
    right: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ec-blogCard {
    /* padding-left: 1.7rem;
    padding-right: 1.7rem; */
  }
  .ec-blogCard.owl-carousel .owl-nav button.owl-prev {
    left: 0.25rem;
  }
  .ec-blogCard.owl-carousel .owl-nav button.owl-next {
    right: 0.25rem;
  }
}
/* Blog Card Slick */
.ec-blogCard .slick-list {
  margin: 0 -1.5625rem;
}
.ec-blogCard .slick-slide {
  margin: 0 1.5625rem;
}
@media screen and (max-width: 1199px) {
  .ec-blogCard .slick-list {
    margin: 0 -0.9375rem;
  }
  .ec-blogCard .slick-slide {
    margin: 0 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .ec-blogCard .slick-list {
    margin: 0 -0.5rem;
  }
  .ec-blogCard .slick-slide {
    margin: 0 0.5rem;
  }
}
/* ==========================================
  Owl Slider
========================================== */
/* Carousel button css */
.owl-carousel .owl-nav {
  margin-top: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  color: #000;
  font-size: min(10vw, 2.5rem);
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  /* opacity: 0;
  visibility: hidden; */
}

/* .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -10px;
} */
/* .owl-carousel .owl-nav button:hover {
    background-color: #fff;
    color: #f5ab1e;
} */
.owl-carousel .owl-nav button.owl-prev {
  justify-content: flex-start;
  left: 0.25rem;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0.25rem;
  justify-content: flex-end;
}

.owl-carousel .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
  box-shadow: none;
  color: #000;
}

/* .owl-carousel .owl-nav button.owl-prev{
    left: -10px;
}
.owl-carousel .owl-nav button.owl-next{
    right: -10px;
} */
/* ==========================================
  Tred Pro
========================================== */
/* featured + trending Products css */
.tred-pro {
  position: relative;
}

.tred-pro .tr-pro-img a {
  display: block;
}

.tred-pro .tr-pro-img a img {
  backface-visibility: hidden;
}

.tred-pro .tr-pro-img a img.additional-image {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tred-pro:hover .tr-pro-img a img.additional-image {
  opacity: 1;
  visibility: visible;
}

.tred-pro:hover ul.contdown_row {
  opacity: 0;
  visibility: hidden;
}

.tred-pro .Pro-lable span.p-text,
.tred-pro .Pro-lable span.p-discount {
  position: absolute;
  top: 5px;
  font-size: 13px;
  color: #fff;
  padding: 2px 10px 2px 15px;
}

.tred-pro .Pro-lable span.p-text {
  left: 5px;
  background-color: #f5ab1e;
}

.tred-pro .Pro-lable span.p-discount {
  right: 5px;
  background-color: #e30514;
}

.tred-pro .pro-icn {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0px auto; /* ← page1優先でautoに */
}

.tred-pro .pro-icn a.w-c-q-icn:first-child {
  transform: translateX(40px);
}

.tred-pro .pro-icn a.w-c-q-icn:last-child {
  transform: translateX(-40px);
}

.tred-pro:hover .pro-icn a.w-c-q-icn:first-child {
  margin-right: 15px;
}

.tred-pro:hover .pro-icn a.w-c-q-icn:last-child {
  margin-left: 15px;
}

.tred-pro:hover .pro-icn a.w-c-q-icn {
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tred-pro .pro-icn a.w-c-q-icn {
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  display: inline-grid;
  justify-content: center;
  align-items: center;
  line-height: 0px;
  font-size: 16px;
  border-radius: 4px; /* page2は100%（丸）だったがpage1の角丸に統一 */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.tred-pro:hover .pro-icn a.w-c-q-icn {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.tred-pro .pro-icn a.w-c-q-icn:hover {
  color: #f5ab1e;
}

/* page2追加: a内のiにスタイルを当てる仕様 */
.tred-pro .pro-icn a.w-c-q-icn i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 0px;
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
}

.tred-pro:hover .pro-icn a.w-c-q-icn i {
  opacity: 1;
  visibility: visible;
}

.tred-pro .pro-icn a.w-c-q-icn:hover i {
  color: #f5ab1e;
}

.caption {
  padding-top: 15px;
}

.caption h3 {
  font-size: 14px;
  font-weight: 400;
}

.caption h3 a {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caption .rating {
  margin-top: 11px; /* page2は14pxだがpage1優先 */
  display: flex;
  margin-top: 10px;
}

.caption .rating i {
  color: #ccc;
  font-size: 14px;
  margin-right: 5px;
}

.caption .rating i.b-star,
.caption .rating i.c-star,
.caption .rating i.d-star,
.caption .rating i.e-star {
  color: #ffb503;
}

.caption .rating i:last-child {
  margin-right: 0px;
}

.caption .pro-price {
  margin-top: 10px;
}

.caption .pro-price span.new-price {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  line-height: 1;
}

.caption .pro-price span.old-price {
  color: #999;
  font-size: 13px;
  line-height: 1;
}

.header-style-pro {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.header-style-pro .header-product {
  width: calc(25% - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

.header-style-pro .header-product:nth-child(1),
.header-style-pro .header-product:nth-child(2),
.header-style-pro .header-product:nth-child(3),
.header-style-pro .header-product:nth-child(4) {
  margin-top: 0px;
}

/* ====================
   メディアクエリ領域
   ==================== */
@media (max-width: 1199px) {
  .caption .rating {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .h-t-products1 .trending-products .owl-nav button.owl-prev {
    left: -10px;
  }
  .h-t-products1 .trending-products .owl-nav button.owl-next {
    right: -10px;
  }
  .tred-pro .pro-icn {
    bottom: 10px;
  }
  .tred-pro .pro-icn a.w-c-q-icn,
  .tred-pro .pro-icn a.w-c-q-icn i {
    opacity: 1;
    visibility: visible;
  }
  .tred-pro:hover .pro-icn a.w-c-q-icn:first-child,
  .tred-pro .pro-icn a.w-c-q-icn:first-child {
    transform: translateX(0px);
    margin-right: 5px;
  }
  .tred-pro:hover .pro-icn a.w-c-q-icn:last-child,
  .tred-pro .pro-icn a.w-c-q-icn:last-child {
    transform: translateX(0px);
    margin-left: 5px;
  }
  .caption .rating {
    margin-top: 10px;
  }
  /* header style-5 product css */
  .header-style-pro .header-product {
    width: calc(33.33% - 30px);
  }
  .header-style-pro .header-product:nth-child(4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pro-tab-slider .swiper-buttons .content-buttons .swiper-button-next {
    right: -15px;
  }
  .pro-tab-slider .swiper-buttons .content-buttons .swiper-button-prev {
    left: -15px;
  }
  .home-category.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .home-category.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .home-category.owl-carousel .owl-nav button {
    opacity: 1;
    visibility: visible;
  }
  .tred-pro .pro-icn a.w-c-q-icn i {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .caption .pro-price span.new-price {
    display: block;
  }
  .caption {
    padding-top: 10px;
  }
  .caption .rating {
    margin-top: 8px;
  }
  .tred-pro:hover .pro-icn a.w-c-q-icn:first-child {
    margin-right: 5px;
  }
  .tred-pro:hover .pro-icn a.w-c-q-icn:last-child {
    margin-left: 5px;
  }
  .tab-product .tred-pro .Pro-lable span.p-text,
  .tab-product .tred-pro .Pro-lable span.p-discount,
  .tred-pro .Pro-lable span.p-text,
  .tred-pro .Pro-lable span.p-discount {
    font-size: 12px;
    padding: 1px 5px 1px 12px;
  }
}
@media (max-width: 767px) {
  .header-style-pro {
    margin-left: -15px;
  }
  .header-style-pro .header-product {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-top: 20px;
  }
  .header-style-pro .header-product:nth-child(3),
  .header-style-pro .header-product:nth-child(4) {
    margin-top: 20px;
  }
}
.ec-prodCard {
  display: flex;
  flex-flow: column;
  height: 100%;
  position: relative;
  padding: 1rem;
}
.ec-prodCard:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #ccc;
  opacity: 0;
  z-index: 1;
  transition: ease opacity 0.3s;
  pointer-events: none;
}
.ec-prodCard--hover:hover:after {
  opacity: 1;
}
.ec-prodCard__caption {
  flex: 1;
  display: flex;
  flex-flow: column;
  font-size: clamp(0.9rem, 1.33vw, 1rem);
}
.ec-prodCard__caption__ttl {
  font-size: 1em;
  line-height: 1.5;
  flex: 1;
  padding-bottom: 0.2em;
}
.ec-prodCard__img--type2 {
    margin-bottom: 1rem;
    text-align: center;
}
.ec-prodCard__img--type2 img {
    max-width: 100%;
    height: auto;
}
.ec-prodCard__caption__ttl--type2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}
.ec-prodCard__caption__ttl--type2 a {
    color: #333;
    text-decoration: none;
}
.ec-prodCard__caption__ttl--type2 a:hover {
    text-decoration: underline;
}
.ec-prodCard__caption__price {
  font-size: 1.25em;
  line-height: 1.5;
  color: #FF0C0D;
  font-weight: 700;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.4em;
}
.ec-prodCard__caption__price--2 {
  border-bottom: none;
  padding-bottom: 0;
}
.ec-prodCard__caption__rating {
  /* border-top: 1px solid #CCCCCC;
  padding-top: 0.5em; */
  font-size: 1em;
  line-height: 1.25;
  display: flex;
  gap: 0.6em;
  align-items: center;
}
.ec-prodCard__caption__rating:has(.ec-voiceRole__star__score.-score00) {
  visibility: hidden;
}
.ec-prodCard__caption__rating .-star {
  color: #FFBA00;
}
.ec-prodCard__caption__rating .-num {
  color: #000;
}
.ec-prodCard__btn {
  background: #40B2AC;
  font-size: 1rem;
  width: min(10em, 100%);
  padding: 0.5em 0;
  line-height: 1.25;
  margin: 1rem auto 0;
  color: #fff;
  display: block;
  border-radius: 100em;
  text-align: center;
  font-weight: 600;
}
.ec-prodCard__btn:hover {
  background: #f5ab1e;
  color: #fff;
}
.ec-prodCard--type2 {
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0.625rem 1.25rem 1.25rem;
}
.ec-prodCard__select {
  margin-bottom: 0.625rem;
}
.ec-prodCard__select select {
  background: #f8f8f8;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  padding-right: 1.25rem;
  padding-left: 0.3rem;
}
.ec-prodCard__num {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  gap: 0.875rem;
}
.ec-prodCard__num .-txt {
  font-size: 0.875em;
  white-space: nowrap;
}
.ec-prodCard__num input {
  max-width: 6.25rem;
}
.ec-prodCard__img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .ec-prodCard__select select {
    font-size: clamp(0.71875rem, 1.17vw, 0.875rem);
  }
  .ec-prodCard--type2 {
    padding: 0.625rem min(1.66vw, 1.25rem) 1.25rem;
  }
  .ec-prodCard__num input {
    max-width: 50%;
    padding: 0.3em 0.5em;
  }
}
@media (max-width: 992px) {
  .ec-prodCard {
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 575px) {
  .ec-prodCard {
  }
  .ec-prodCard__caption {
    font-size: 0.8125rem;
  }
  .ec-prodCard__caption__ttl--type2 {
    font-size: 1em;
  }
  .ec-prodCard__caption__price {
    font-size: 1.1em;
    font-feature-settings: "palt";
  }
  .ec-prodCard__btn {
    width: 93%;
    font-size: 0.875rem;
  }
}
/* ==========================================
  Parts
========================================== */
.ec-guideOrder__arrow {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1rem solid #529b00;
  border-left: none;
  border-top: none;
  rotate: 45deg;
}

.c-icon-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: #009991;
  border-radius: 50%;
  margin-right: 0.5em;
  position: relative;
}
.c-icon-circle:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background: #d6f1f0;
}

/* ==========================================
  Sidebar
========================================== */
.ec-sideBar {
  position: sticky;
  left: 0;
  top: 0;
  max-height: 95vh;
  overflow-y: auto;
}
.ec-sideBar__item {
  display: block;
  position: relative;
  overflow: hidden;
}
.ec-sideBar__item--accordion, .ec-sideBar__item--accordion:not(.collapsed) {
  color: inherit;
  border: none;
  outline: none;
  box-shadow: none;
  background: #fff;
}
.ec-sideBar__item--accordion.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.ec-sideBar__item .-icon {
  position: absolute;
  right: 0.7em;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;  
  color: #666;
  transition: ease all 0.6s;
}
.ec-sideBar__item--accordion:not(.collapsed) {
  font-weight: bold;
}
.ec-sideBar__item .-icon--toggle {
  right: 0.8em;
}
.ec-sideBar__item:not(.collapsed) .-icon--toggle {
  rotate: 315deg;
  color: #000;
}
.ec-sideBar__item:hover {
  background: #666;
  color: #fff;
}
.ec-sideBar__item:hover .-icon {
  color: #fff;
}
.ec-sideBar__item:hover:after {
  border-color: #fff;
}

/* ================================================================== */
/* EccubeTheme OverRide */
/* ================================================================== */
/* -----------------------------------
  style.scss
----------------------------------- */
body {
  color: #000;
}
/* -----------------------------------
  forms.scss
----------------------------------- */
@media screen and (min-width: 768px) {
  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    font-size: 16px;
  }
  .ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
    font-size: 16px;
  }
}
/* -----------------------------------
  1.1. heading.scss
----------------------------------- */
.ec-pageHeader h1 {
  margin: 24px 16px 48px;
}
@media screen and (max-width: 767px) {
  .ec-pageHeader h1 {
    margin: 8px 0 12px;
    border-top: none;
    font-size: 1.25rem;
  }
  .ec-reportHeading {
    border-top: none;
  }
}
/* -----------------------------------
  1.2. typo.scss
----------------------------------- */
.ec-para-normal {
  background: #e5f5f5;
  padding: 1em;
}
/* -----------------------------------
  1.3. list.scss
----------------------------------- */
.ec-borderedDefs dt {
  padding-bottom: 0.2em;
}
.ec-borderedDefs--company dt,
.ec-borderedDefs--company dd {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .ec-borderedDefs dt {
    padding-right: 0.625em;
    padding-bottom: 0;
    width: 35%;
  }
  .ec-borderedDefs--company dt,
  .ec-borderedDefs--company dd {
    line-height: 1.875;
  }
}
/* -----------------------------------
  2.1. buttonsize.scss
----------------------------------- */
.ec-inlineBtn__outer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.ec-inlineBtn--cancel,
.ec-inlineBtn--action {
  width: 11em;
  max-width: 50%;
  padding-left: 1em;
  padding-right: 1em;
}
.ec-inlineBtn--cancel {
  /* margin-right: 0.5rem; */
}
@media screen and (max-width: 575px) {
  .ec-inlineBtn--cancel,
  .ec-inlineBtn--action {
    width: 100%;
    max-width: 80%;
  }
}
/* -----------------------------------
  3.1. inputText.scss
----------------------------------- */
.ec-inputToggle-password {
  font-size: 1rem;
  position: absolute;
  right: 0.375em;
  top: 0;
  line-height: 1.8;
  padding: 0.375em;
  cursor: pointer;
  width: 2.2em;
  text-align: center;
}
.ec-input input#entry_plain_password_first,
.ec-input input#entry_plain_password_second {
  padding-right: 2.575em;
}
/* -----------------------------------
  3.2. inputMisc.scss
----------------------------------- */
/* お届け日 及び お届け時間 を非表示 */
.ec-orderDelivery .ec-select__delivery,
.ec-orderDelivery .ec-select__time {
  visibility: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
}
/* -----------------------------------
  3.3. form.scss
----------------------------------- */
.ec-required {
  color: #fff;
  background: #DE5D50;
  padding: 0.4em 0.6em;
}
@media screen and (min-width: 768px) {
}
/* -----------------------------------
5.2. layout.scss
----------------------------------- */
@media screen and (max-width: 767px) {
  .ec-imageGrid .ec-imageGrid__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* -----------------------------------
  6.1. login.scss
----------------------------------- */
.ec-login {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ec-login {
    padding: 30px 8% 20px;
  }
}
/* -----------------------------------
  9.1. mypage.scss
----------------------------------- */
.ec-welcomeMsg {
  color: #000;
}
.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
  z-index: 1;
}
.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle .ec-icon {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;  
}
@media screen and (max-width: 767px) {
  .ec-favoriteRole .ec-favoriteRole__itemList {
    gap: 3vw;
  }
  .ec-favoriteRole .ec-favoriteRole__item {
    width: calc(50% - (3vw / 2));
    padding: 0;
    margin: 0;
  }
  .ec-favoriteRole .ec-favoriteRole__itemTitle {
    font-size: clamp(0.75rem, 3.73vw, 1rem);
    line-height: 1.5;
  }
}
/* -----------------------------------
  11.1. role.scss
----------------------------------- */
.ec-role {
  color: #000;
}
.ec-mypageRole {
  color: #000;
}
@media screen and (min-width: 768px) {
  .ec-mypageRole .ec-pageHeader h1,
  .ec-mypageRole .ec-pageHeader .h1 {
    margin: 24px 16px 48px;
  }
}
@media screen and (max-width: 767px) {
  .ec-role {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
/* -----------------------------------
  11.2. header.scss
----------------------------------- */
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
  padding-bottom: 6.25rem;
}
.front_page .ec-layoutRole .ec-layoutRole__contents {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ec-layoutRole .ec-layoutRole__contents {
    padding-bottom: 3.75rem;
  }
}
/* -----------------------------------
  12.1. slider.scss
----------------------------------- */
.ec-sliderItemRole {
  padding: 0;
}
/* -----------------------------------
  13.4. cartModal.scss
----------------------------------- */
.ec-modal .ec-modal-wrap {
  border: none;
}
.ec-modal #ec-modal-header {
  font-size: 1rem;
  font-weight: bold;
}
.ec-modal .ec-inlineBtn--cancel,
.ec-modal .ec-inlineBtn--action {
  width: 15em;
  font-size: 1rem;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .ec-modal #ec-modal-header {
    font-size: 1.125rem;
  }
}
/* -----------------------------------
  14.1. product.scss
----------------------------------- */
.ec-productRole {
  margin: 0 auto 6.25rem;
  max-width: 1280px;
  color: #000;
}
.ec-productRole__inner {
  display: flex;
  justify-content: space-between;
}
.ec-productRole__left,
  .ec-productRole__right {
    width: 50%;
  }
  .ec-productRole__left {
    padding: 0 20px;
    max-width: 580px;
  }
  .ec-productRole__right {
    max-width: 620px;
  }
@media screen and (max-width: 1199px) {
  .ec-productRole__left {
  }
  .ec-productRole__right {
  }
}
/* @media screen and (min-width: 768px) {
  .ec-productRole__left,
  .ec-productRole__right {
  }
  .ec-productRole__left {
  }
  .ec-productRole__right {
  }
} */
@media screen and (max-width: 767px) {
  .ec-productRole__inner {
    display: block;
  }
  .ec-productRole__left,
  .ec-productRole__right {
    width: auto;
    max-width: none;
  }
  .ec-productRole__left {
    padding: 0;
  }
  .ec-productRole {
    margin: 0 auto 2.8125rem;
  }
}
/* -----------------------------------
  15.1. cart.scss
----------------------------------- */
form.ec-cartRole {
  color: #000;
}
.ec-cartRole .ec-cartRole__totalText strong {
  color: #de5d50;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a:hover {
  color: inherit;
  text-decoration: underline;  
  opacity: 1;
}
.ec-cartRole__accordion {
  margin-bottom: 1.5rem;
}
.ec-cartRole__accordionIntro {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0.3125rem;
}
.ec-cartRole__accordion .accordion-button {
  justify-content: center;
  font-size: 1rem;
}
.ec-cartRole__accordion .accordion-button .-icon {
  scale: 1 -1;
}
.ec-cartRole__accordion .accordion-button.collapsed .-icon {
  scale: 1;
}
.ec-cartRole__accordion .accordion-button::after {
  display: none;
}
.ec-cartRole__accordion .accordion-body {
  padding-top: 0.625rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__actions {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .ec-cartRole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  form.ec-cartRole {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-cartTable {
    display: block;
  }
  .ec-cartRow {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dotted #ccc;
    padding: 0.625rem 0;
  }
  .ec-cartRow .ec-cartRow__delColumn,
  .ec-cartRow .ec-cartRow__contentColumn,
  .ec-cartRow .ec-cartRow__amountColumn {
    border-bottom: none;
    padding: 0;
  }
  .ec-cartRow .ec-cartRow__delColumn {
    width: 11%;
    padding-right: 2%;
    display: grid;
    place-content: center;
  }
  .ec-cartRow .ec-cartRow__contentColumn {
    display: flex;
    width: 89%;
  }
  .ec-cartRow .ec-cartRow__img {
    width: 28%;
    max-width: 10rem;
    padding-right: 2%;
    place-content: center;
  }
  .ec-cartRow .ec-cartRow__amountColumn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.375rem;
    gap: 0.5em;
  }
  .ec-cartRow .ec-cartRow__summary {
    flex: 1;
    place-content: center;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    font-size: 1em;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__unitPrice {
    font-weight: normal;
    text-align: right;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    text-align: right;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    margin-bottom: 0;
  }
  .ec-cartRole .ec-cartRole__total {
    font-size: 1.25rem;
  }
  .ec-cartRole .ec-cartRole__totalAmount {
    font-size: 1em;
  }
}
/* -----------------------------------
  15.2. order.scss
----------------------------------- */
.ec-AddAddress {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ec-AddAddress .ec-AddAddress__item {
  overflow: hidden;
}
.ec-AddAddress__itemProfile {
  display: table-cell;
  place-content: center;
  padding-left: 2.5%;
  border-left: 1px solid #ccc;
  width: 50%;
}
.ec-AddAddress .ec-AddAddress__selectAddress select {
  max-width: 100%;
  width: 100%;
  background: #fff;
}
.ec-AddAddress .ec-AddAddress__selectNumber {
  margin-left: 0;
}
@media (max-width: 767px) {
  .ec-AddAddress .ec-AddAddress__item {
    display: flex;
    flex-wrap: wrap;
  }
  .ec-AddAddress .ec-AddAddress__itemThumb {
    width: 30%;
    min-width: auto;
  }
  .ec-AddAddress .ec-AddAddress__itemtContent {
    width: 70%;
    line-height: 1.35;
  }
  .ec-AddAddress__itemProfile {
    display: block;
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
  }
  .ec-AddAddress__itemProfile .ec-select {
    margin-bottom: 10px;
  }
  .ec-AddAddress .ec-AddAddress__selectNumber input {
    margin-bottom: 0;
  }
}
/* -----------------------------------
  16.1. address.scss
----------------------------------- */
.ec-orderMail {
  word-wrap: break-word;
}
/* -----------------------------------
  17.1. address.scss
----------------------------------- */
@media screen and (max-width: 767px) {
  .ec-addressList .ec-addressList__remove {
    display: table-cell;
    padding: 0 3% 0 0;
    width: 11%;
  }
  .ec-addressList .ec-addressList__remove .ec-icon img {
    width: 1.5em;
    height: 1.5em;
  }
  .ec-addressList .ec-addressList__address {
    padding-left: 0;
    width: auto;
  }
  .ec-addressList .ec-addressList__action {
    padding-right: 0;
  }
}
/* -----------------------------------
  18.1. password.scss
----------------------------------- */
.ec-forgotRole {
  color: #000;
}
@media screen and (max-width: 767px) {
  .ec-forgetCompleteRole {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* -----------------------------------
  19.1. register.scss
----------------------------------- */
.ec-registerRole {
  color: #000;
}
.ec-registerCompleteRole {
  color: #000;
}
/* -----------------------------------
  19.2. contact.scss
----------------------------------- */
.ec-contactRole {
  color: #000;
}
.ec-contactRole p {
  margin-top: 0;
}
/* -----------------------------------
  19.3. customer.scss
----------------------------------- */
.ec-contactConfirmRole {
  color: #000;
}
.ec-contactCompleteRole {
  color: #000;
}
/* -----------------------------------
  21.1. withdraw.scss
----------------------------------- */
.ec-withdrawRole {
  color: #000;
}


/*====================================
Base: style5.css
=====================================*/
/* section padding css */
.section-t-padding {
  padding-top: 80px;
}

.section-b-padding {
  padding-bottom: 80px;
}

.section-tb-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section0-t-padding {
  padding-top: 60px;
}

.section0-b-padding {
  padding-bottom: 60px;
}

.section0-tb-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section1-t-padding {
  padding-top: 30px;
}

.section1-b-padding {
  padding-bottom: 30px;
}

.section1-tb-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  /* section padding css */
  .section-t-padding {
    padding-top: 60px;
  }
  .section-b-padding {
    padding-bottom: 60px;
  }
  .section-tb-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  /* section padding css */
  .section-t-padding {
    padding-top: 50px;
  }
  .section-b-padding {
    padding-bottom: 50px;
  }
  .section-tb-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section0-t-padding {
    padding-top: 30px;
  }
  .section0-b-padding {
    padding-bottom: 30px;
  }
  .section0-tb-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ec-section-m {
  margin-bottom: 6.25rem !important;
}

.ec-section-mt {
  margin-top: 6.25rem !important;
}

.ec-section-mb {
  margin-bottom: 6.25rem !important;
}
.ec-section-mb--2 {
  margin-bottom: 3.75rem !important;
}

.ec-section-p {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.ec-section-pb {
  padding-bottom: 5rem !important;
}

.ec-section-pt {
  padding-top: 5rem !important;
}

@media screen and (min-width: 768px) {
  .ec-section-m-pc {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .ec-section-mt-pc {
    margin-top: 3.75rem !important;
  }
  .ec-section-mb-pc {
    margin-bottom: 3.75rem !important;
  }
  .ec-section-p-pc {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .ec-section-pb-pc {
    padding-bottom: 5rem !important;
  }
  .ec-section-pt-pc {
    padding-top: 5rem !important;
  }
}
@media (max-width: 767px) {
  .ec-section-m,
  .ec-section-m-sp {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .ec-section-mt,
  .ec-section-mt-sp {
    margin-top: 1.875rem !important;
  }
  .ec-section-mb,
  .ec-section-mb-sp {
    margin-bottom: 2.5rem !important;
  }
  .ec-section-mb--2 {
    margin-bottom: 1.875rem !important;
  }
  .ec-section-p {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .ec-section-pb {
    padding-bottom: 1.875rem !important;
  }
  .ec-section-pt {
    padding-top: 1.875rem !important;
  }
}
/* ==========================================
  Breadcrumb
========================================== */
@media (min-width: 768px) {
  .u-collapse-sp {
    display: inline !important;
    height: auto !important;
    visibility: visible !important;
  }
}
/* ==========================================
  JS
========================================== */
.js-toolchip {
  visibility: visible;
  opacity: 0;
  transition: ease all 0.3s;
  pointer-events: none;
}
.js-toolchip.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* ==========================================
  Utility
========================================== */

.u-marker-hb101 { background: linear-gradient(#fff 0%, #fff 60%, #D6F1F0 60%, #D6F1F0 95%, #fff 95%) !important; }
.u-marker-green { background: linear-gradient(#fff 0%, #fff 60%, #e0f4a9 60%, #e0f4a9 95%, #fff 95%) !important; }
.u-marker-yellow { background: linear-gradient(#fff 0%, #fff 60%, #ff0 60%, #ff0 95%, #fff 95%) !important; }

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

@media (min-width: 768px) {
  .u-mt-md-5 {
    margin-top: 0.5rem !important;
  }
  .u-mt-md-10 {
    margin-top: 1rem !important;
  }
  .u-mt-md-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-md-20 {
    margin-top: 2rem !important;
  }
  .u-mt-md-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-md-30 {
    margin-top: 3rem !important;
  }
  .u-mt-md-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-md-40 {
    margin-top: 4rem !important;
  }
  .u-mt-md-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-md-50 {
    margin-top: 5rem !important;
  }
  .u-mt-md-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-md-60 {
    margin-top: 6rem !important;
  }
  .u-mb-md-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-md-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-md-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-md-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-md-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .u-pt-md-5 {
    padding-top: 0.5rem !important;
  }
  .u-pt-md-10 {
    padding-top: 1rem !important;
  }
  .u-pt-md-15 {
    padding-top: 1.5rem !important;
  }
  .u-pt-md-20 {
    padding-top: 2rem !important;
  }
  .u-pt-md-25 {
    padding-top: 2.5rem !important;
  }
  .u-pt-md-30 {
    padding-top: 3rem !important;
  }
  .u-pt-md-35 {
    padding-top: 3.5rem !important;
  }
  .u-pt-md-40 {
    padding-top: 4rem !important;
  }
  .u-pt-md-45 {
    padding-top: 4.5rem !important;
  }
  .u-pt-md-50 {
    padding-top: 5rem !important;
  }
  .u-pt-md-55 {
    padding-top: 5.5rem !important;
  }
  .u-pt-md-60 {
    padding-top: 6rem !important;
  }
  .u-pb-md-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-md-10 {
    padding-bottom: 1rem !important;
  }
  .u-pb-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-md-20 {
    padding-bottom: 2rem !important;
  }
  .u-pb-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-md-30 {
    padding-bottom: 3rem !important;
  }
  .u-pb-md-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-md-40 {
    padding-bottom: 4rem !important;
  }
  .u-pb-md-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-md-50 {
    padding-bottom: 5rem !important;
  }
  .u-pb-md-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb-md-60 {
    padding-bottom: 6rem !important;
  }
}
/* ==========================================
  colors
========================================== */
.bg-liteblue {
  background: #D6F1F0;
}

/* ==========================================
  Sizing
========================================== */
/* -----------------------------------
    Width
-----------------------------------*/
.u-w-auto {
  width: auto !important;
}

.u-w-0 {
  width: 0%;
}

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

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

.u-w-15 {
  width: 15%;
}

.u-w-20 {
  width: 20%;
}

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

.u-w-30 {
  width: 30%;
}

.u-w-35 {
  width: 35%;
}

.u-w-40 {
  width: 40%;
}

.u-w-45 {
  width: 45%;
}

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

.u-w-55 {
  width: 55%;
}

.u-w-60 {
  width: 60%;
}

.u-w-65 {
  width: 65%;
}

.u-w-70 {
  width: 70%;
}

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

.u-w-80 {
  width: 80%;
}

.u-w-85 {
  width: 85%;
}

.u-w-90 {
  width: 90%;
}

.u-w-95 {
  width: 95%;
}

.u-w-100 {
  width: 100%;
}

@media (max-width: 1199px) {
  .u-w-xl-auto {
    width: auto !important;
  }
  .u-w-xl-0 {
    width: 0%;
  }
  .u-w-xl-5 {
    width: 5%;
  }
  .u-w-xl-10 {
    width: 10%;
  }
  .u-w-xl-15 {
    width: 15%;
  }
  .u-w-xl-20 {
    width: 20%;
  }
  .u-w-xl-25 {
    width: 25%;
  }
  .u-w-xl-30 {
    width: 30%;
  }
  .u-w-xl-35 {
    width: 35%;
  }
  .u-w-xl-40 {
    width: 40%;
  }
  .u-w-xl-45 {
    width: 45%;
  }
  .u-w-xl-50 {
    width: 50%;
  }
  .u-w-xl-55 {
    width: 55%;
  }
  .u-w-xl-60 {
    width: 60%;
  }
  .u-w-xl-65 {
    width: 65%;
  }
  .u-w-xl-70 {
    width: 70%;
  }
  .u-w-xl-75 {
    width: 75%;
  }
  .u-w-xl-80 {
    width: 80%;
  }
  .u-w-xl-85 {
    width: 85%;
  }
  .u-w-xl-90 {
    width: 90%;
  }
  .u-w-xl-95 {
    width: 95%;
  }
  .u-w-xl-100 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .u-w-lg-auto {
    width: auto !important;
  }
  .u-w-lg-0 {
    width: 0%;
  }
  .u-w-lg-5 {
    width: 5%;
  }
  .u-w-lg-10 {
    width: 10%;
  }
  .u-w-lg-15 {
    width: 15%;
  }
  .u-w-lg-20 {
    width: 20%;
  }
  .u-w-lg-25 {
    width: 25%;
  }
  .u-w-lg-30 {
    width: 30%;
  }
  .u-w-lg-35 {
    width: 35%;
  }
  .u-w-lg-40 {
    width: 40%;
  }
  .u-w-lg-45 {
    width: 45%;
  }
  .u-w-lg-50 {
    width: 50%;
  }
  .u-w-lg-55 {
    width: 55%;
  }
  .u-w-lg-60 {
    width: 60%;
  }
  .u-w-lg-65 {
    width: 65%;
  }
  .u-w-lg-70 {
    width: 70%;
  }
  .u-w-lg-75 {
    width: 75%;
  }
  .u-w-lg-80 {
    width: 80%;
  }
  .u-w-lg-85 {
    width: 85%;
  }
  .u-w-lg-90 {
    width: 90%;
  }
  .u-w-lg-95 {
    width: 95%;
  }
  .u-w-lg-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .u-w-md-auto {
    width: auto !important;
  }
  .u-w-md-0 {
    width: 0%;
  }
  .u-w-md-5 {
    width: 5%;
  }
  .u-w-md-10 {
    width: 10%;
  }
  .u-w-md-15 {
    width: 15%;
  }
  .u-w-md-20 {
    width: 20%;
  }
  .u-w-md-25 {
    width: 25%;
  }
  .u-w-md-30 {
    width: 30%;
  }
  .u-w-md-35 {
    width: 35%;
  }
  .u-w-md-40 {
    width: 40%;
  }
  .u-w-md-45 {
    width: 45%;
  }
  .u-w-md-50 {
    width: 50%;
  }
  .u-w-md-55 {
    width: 55%;
  }
  .u-w-md-60 {
    width: 60%;
  }
  .u-w-md-65 {
    width: 65%;
  }
  .u-w-md-70 {
    width: 70%;
  }
  .u-w-md-75 {
    width: 75%;
  }
  .u-w-md-80 {
    width: 80%;
  }
  .u-w-md-85 {
    width: 85%;
  }
  .u-w-md-90 {
    width: 90%;
  }
  .u-w-md-95 {
    width: 95%;
  }
  .u-w-md-100 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .u-w-md-sm-auto {
    width: auto !important;
  }
  .u-w-md-sm-0 {
    width: 0%;
  }
  .u-w-md-sm-5 {
    width: 5%;
  }
  .u-w-md-sm-10 {
    width: 10%;
  }
  .u-w-md-sm-15 {
    width: 15%;
  }
  .u-w-md-sm-20 {
    width: 20%;
  }
  .u-w-md-sm-25 {
    width: 25%;
  }
  .u-w-md-sm-30 {
    width: 30%;
  }
  .u-w-md-sm-35 {
    width: 35%;
  }
  .u-w-md-sm-40 {
    width: 40%;
  }
  .u-w-md-sm-45 {
    width: 45%;
  }
  .u-w-md-sm-50 {
    width: 50%;
  }
  .u-w-md-sm-55 {
    width: 55%;
  }
  .u-w-md-sm-60 {
    width: 60%;
  }
  .u-w-md-sm-65 {
    width: 65%;
  }
  .u-w-md-sm-70 {
    width: 70%;
  }
  .u-w-md-sm-75 {
    width: 75%;
  }
  .u-w-md-sm-80 {
    width: 80%;
  }
  .u-w-md-sm-85 {
    width: 85%;
  }
  .u-w-md-sm-90 {
    width: 90%;
  }
  .u-w-md-sm-95 {
    width: 95%;
  }
  .u-w-md-sm-100 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .u-w-sm-auto {
    width: auto !important;
  }
  .u-w-sm-0 {
    width: 0%;
  }
  .u-w-sm-5 {
    width: 5%;
  }
  .u-w-sm-10 {
    width: 10%;
  }
  .u-w-sm-15 {
    width: 15%;
  }
  .u-w-sm-20 {
    width: 20%;
  }
  .u-w-sm-25 {
    width: 25%;
  }
  .u-w-sm-30 {
    width: 30%;
  }
  .u-w-sm-35 {
    width: 35%;
  }
  .u-w-sm-40 {
    width: 40%;
  }
  .u-w-sm-45 {
    width: 45%;
  }
  .u-w-sm-50 {
    width: 50%;
  }
  .u-w-sm-55 {
    width: 55%;
  }
  .u-w-sm-60 {
    width: 60%;
  }
  .u-w-sm-65 {
    width: 65%;
  }
  .u-w-sm-70 {
    width: 70%;
  }
  .u-w-sm-75 {
    width: 75%;
  }
  .u-w-sm-80 {
    width: 80%;
  }
  .u-w-sm-85 {
    width: 85%;
  }
  .u-w-sm-90 {
    width: 90%;
  }
  .u-w-sm-95 {
    width: 95%;
  }
  .u-w-sm-100 {
    width: 100%;
  }
}
@media (max-width: 320) {
  .u-w-xs-auto {
    width: auto !important;
  }
  .u-w-xs-0 {
    width: 0%;
  }
  .u-w-xs-5 {
    width: 5%;
  }
  .u-w-xs-10 {
    width: 10%;
  }
  .u-w-xs-15 {
    width: 15%;
  }
  .u-w-xs-20 {
    width: 20%;
  }
  .u-w-xs-25 {
    width: 25%;
  }
  .u-w-xs-30 {
    width: 30%;
  }
  .u-w-xs-35 {
    width: 35%;
  }
  .u-w-xs-40 {
    width: 40%;
  }
  .u-w-xs-45 {
    width: 45%;
  }
  .u-w-xs-50 {
    width: 50%;
  }
  .u-w-xs-55 {
    width: 55%;
  }
  .u-w-xs-60 {
    width: 60%;
  }
  .u-w-xs-65 {
    width: 65%;
  }
  .u-w-xs-70 {
    width: 70%;
  }
  .u-w-xs-75 {
    width: 75%;
  }
  .u-w-xs-80 {
    width: 80%;
  }
  .u-w-xs-85 {
    width: 85%;
  }
  .u-w-xs-90 {
    width: 90%;
  }
  .u-w-xs-95 {
    width: 95%;
  }
  .u-w-xs-100 {
    width: 100%;
  }
}

/* KmhySeo プラグインのh1タグを非表示 */
.plg_KmhySeo_h1 {
    display: none !important;
}