/* カスタマイズ用CSS */
html {
  opacity: 0;
  transition: 0.5s ease all;
}

html.active {
  opacity: 1;
  transition: 0.5s ease all;
}

*::-ms-backdrop,
html {
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-feature-settings: "palt";
  font-weight: 300;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.ttl-eng {
  font-family: "Roboto", sans-serif;
}

::selection {
  color: #fff;
  background-color: #bf0605;
}

::-moz-selection {
  color: #fff;
  background-color: #bf0605;
}

/* common */
@media (max-width: 767px) {
  .ml-mr {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bg-common.shop-information-base .container-fluid.inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* 
    .bg-common.shop-information-base .cont .cont-box.mini {
        padding: 0;
    } */
  .row-product-list .image a {
    /* height: 200px;
        display: block; */
    margin-top: 20px;
  }

  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }

  .single-shop-base h1::before {
    content: "";
    position: absolute;
    border-top: 1px solid #000;
    width: 114px;
    left: 47%;
    z-index: 1;
    bottom: -10px;
  }

  .all-content .metabox {
    font-size: 15px;
    line-height: 30px;
    color: #000;
  }

  .bg-common.shop-information-base .title-1.center {
    text-align: center;
    color: #ab0c0b;
    border-bottom: 2px solid #000;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 18px;
    margin-bottom: 0px;
  }

  .right-1 .text {
    /* margin-top: 60px; */
    font-weight: 400;
  }

  .all-content {
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
    margin-top: 30px;
  }

  .all-left {
    margin-left: 30px;
  }

  .single-shop-base h2 {
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    font-size: 24px;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.4em;
  }

  h6 {
    font-size: 1.2em;
  }
}

a {
  color: #bf0605;
  transition: 0.3s ease all;
}

a:hover {
  color: #000;
  text-decoration: underline;
  transition: 0.3s ease all;
}

.single-shop-base .row a:hover img {
  border: 1px solid #000;
  text-decoration: transparent;
}

.single-shop-base .row a {
  border: 1px solid transparent;
  text-decoration: transparent;
}

a.block-area {
  color: #000;
  text-decoration: none !important;
}

strong {
  color: #bf0605;
  font-weight: 500;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  outline: none;
}

.information-all .area-title .red {
  color: #bf0605;
}

.ttl {
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.ttl.center {
  text-align: center;
}

.invert .ttl {
  color: #fff;
}

.ec-headerRole,
.ec-layoutRole .ec-layoutRole__contents,
.ec-footerRole .ec-footerRole__inner,
.ec-role,
.ec-layoutRole__contentBottom,
.ec-productRole,
.ec-cartRole,
.ec-orderRole,
.ec-registerRole {
  max-width: 1440px;
}

.ec-layoutRole__contentBottom {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.ec-headerRole.scroll {
  background: #fff;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  z-index: 100;
}

.ec-headerRole.scroll.active {
  max-width: inherit;
  top: 0;
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease all;
}

.ec-headerRole.scroll .ec-headerRole__title {
  -ms-flex: 0 0 142px;
  flex: 0 0 142px;
  max-width: 142px;
  position: relative;
  z-index: 15;
}

.ec-headerNaviRole .logo {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .single-shop-base h1::before {
    content: "";
    position: absolute;
    border-top: 1px solid #000;
    width: 114px;
    left: 50%;
    z-index: 1;
    bottom: -10px;
  }

  .bg-common.shop-img {
    padding-left: 15px;
    padding-right: 15px;
  }

  .all-content .metabox {
    font-size: 15px;
    line-height: 21px;
    color: #000;
  }

  .right.right-1 {
    margin-left: 8px;
    margin-bottom: 10px;
  }

  .bg-common.shop-information-base .title-1.center {
    text-align: center;
    color: #ab0c0b;
    border-bottom: 2px solid #000;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  .right-1 .text {
    margin-top: 10px;
    font-weight: 400;
  }

  .single-shop-base h2 {
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .ec-headerNaviRole .logo img {
    width: auto;
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ec-headerRole.scroll .ec-headerNaviRole__search {
    max-width: 340px;
  }

  .ec-headerRole.scroll .ec-headerNaviRole .ec-headerNaviRole__left {
    display: none;
  }

  .ec-headerRole.scroll .ec-headerNaviRole .ec-headerNaviRole__right {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .ec-headerRole.scroll .ec-headerNaviRole:last-child {
    margin-top: 0;
    margin-left: auto;
  }
}

.link-all.saga a {
  border: 1px solid #000 !important;
  background-color: #f6f6f6;
  pointer-events: none;
}

.link-all.fukuoka a {
  border: 1px solid #000 !important;
  background-color: #f6f6f6;
  pointer-events: none;
}

.ec-sliderRole {
  background: #f6f6f6;
  max-width: inherit;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.ec-sliderRole .main_visual .slick-list {
  margin: 0 auto;
}

.ec-sliderRole .main_visual .slick-list .slick-slide {
  width: 100%;
  max-width: 1440px;
}

.container-fluid.inner {
  max-width: 1440px;
}

.cont-main {
  position: relative;
  z-index: 1;
}

.cont-main .cont-item:nth-child(odd) .row-cross {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.cont-main .cont-item:nth-child(even) .row-cross {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.row-fix {
  margin-right: 0;
  margin-left: 0;
}

.row-fix .cont {
}

.row-fix [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
  padding: 0;
}

.row-fix .item [class^="block_"],
.row-fix .item .cont,
.row-fix .item .metabox .item .title {
}

.row-narrow {
  margin: -5px;
  margin-bottom: 0;
  margin-top: 5px;
}

.row-narrow [class^="col-"] {
  padding: 5px;
}

.row-narrow-fix {
  margin: 0;
}

.row-narrow-fix [class^="col-"] {
  padding: 0;
}

.row-styleB {
  margin: -8px;
  margin-bottom: 8px;
}

.row-styleB.btm0 {
  margin-bottom: -8px;
}

.row-styleB .item {
  padding: 8px;
}

.row-stretch [class^="col-"],
.row-stretch [class^="col-"] .cont,
.row-stretch [class^="col-"] .cont-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.row-stretch [class^="col-"] .cont,
.row-stretch [class^="col-"] .cont .cont-box,
.row-stretch [class^="col-"] .cont .box {
  width: 100%;
}

.row.center {
  justify-content: center;
}

@media (min-width: 992px) {
  .h-toku {
    height: 66px;
  }

  /* .row-product-list .image a img {
        height: 100%;
    } */

  .row-product-list .image a {
    display: block;
    height: 188px;
  }

  .col-lg-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (max-width: 575px) {
  .col-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 576px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 768px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.v-middle {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.title {
  margin-bottom: 0;
}

.cont {
  position: relative;
  text-align: left;
}

.cont figure {
  margin: 0;
  margin-bottom: 1rem;
}

.metabox {
  margin-bottom: 30px;
}

.metabox:last-child {
  margin-bottom: 0;
}

.metabox p {
  margin-bottom: 5px;
}

.metabox p:last-child {
  margin-bottom: 0;
}

.metabox.b0 {
  margin-bottom: 0;
}

.metabox.main p {
  line-height: 2;
}

@media (min-width: 992px) {
  .cont .metabox.main p {
    font-size: 1.1em;
  }
}

@media (min-width: 768px) {
  .cont .metabox.center p {
    text-align: center;
  }

  .metabox.main p {
    font-size: 1.2em;
  }
}

@media (max-width: 767px) {
  .cont .metabox p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .cont .cont-box {
    padding: 15px;
  }

  .cont .cont-box.half {
    padding: 15px;
  }

  .cont .cont-box.mini {
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cont .cont-box {
    padding: 30px;
  }

  .cont .cont-box.half {
    padding: 20px;
  }

  .cont .cont-box.mini {
    padding: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cont .cont-box {
    padding: 45px;
  }

  .cont .cont-box.half {
    padding: 20px;
  }

  .cont .cont-box.mini {
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  .cont .cont-box {
    padding: 60px;
  }

  .cont .cont-box.half {
    padding: 30px;
  }

  .cont .cont-box.mini {
    padding: 15px;
  }
}

.b0 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.btn {
  border-radius: 5px;
}

.block_1 {
  padding: 30px 0;
}

.block_2 {
  padding: 25px 0;
}

.block_3 {
  padding: 20px 0;
}

.block_4 {
  padding: 15px 0;
}

.block_5 {
  padding: 8px 0;
}

.block_6 {
  padding: 0 0 30px;
}

.block_7 {
  padding: 0 0 25px;
}

.block_8 {
  padding: 0 0 20px;
}

.block_9 {
  padding: 0 0 15px;
}

.block_10 {
  padding: 0 0 8px;
}

@media (min-width: 768px) {
  .block_1 {
    padding: 50px 0;
  }

  .block_2 {
    padding: 40px 0;
  }

  .block_3 {
    padding: 30px 0;
  }

  .block_4 {
    padding: 20px 0;
  }

  .block_5 {
    padding: 10px 0;
  }

  .block_6 {
    padding: 0 0 50px;
  }

  .block_7 {
    padding: 0 0 40px;
  }

  .block_8 {
    padding: 0 0 30px;
  }

  .block_9 {
    padding: 0 0 20px;
  }

  .block_10 {
    padding: 0 0 10px;
  }
}

@media (min-width: 992px) {
  .block_1 {
    padding: 60px 0;
  }

  .block_2 {
    padding: 45px 0;
  }

  .block_3 {
    padding: 30px 0;
  }

  .block_4 {
    padding: 20px 0;
  }

  .block_5 {
    padding: 15px 0;
  }

  .block_6 {
    padding: 0 0 60px;
  }

  .block_7 {
    padding: 0 0 45px;
  }

  .block_8 {
    padding: 0 0 30px;
  }

  .block_9 {
    padding: 0 0 20px;
  }

  .block_10 {
    padding: 0 0 15px;
  }
}

@media (min-width: 1201px) {
  .block_1 {
    padding: 60px 0;
  }

  .block_2 {
    padding: 45px 0;
  }

  .block_3 {
    padding: 30px 0;
  }

  .block_4 {
    padding: 20px 0;
  }

  .block_5 {
    padding: 15px 0;
  }

  .block_6 {
    padding: 0 0 60px;
  }

  .block_7 {
    padding: 0 0 45px;
  }

  .block_8 {
    padding: 0 0 30px;
  }

  .block_9 {
    padding: 0 0 20px;
  }

  .block_10 {
    padding: 0 0 15px;
  }
}

.no-padding {
  padding: 0 !important;
}

@media (max-width: 575px) {
  .no-padding-xs {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .no-padding-sm {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .no-padding-md {
    padding: 0 !important;
  }
}

@media (max-width: 1200px) {
  .no-padding-lg {
    padding: 0 !important;
  }
}

.table-dl dl {
  display: table;
  max-width: 100%;
}

.table-dl dl dt {
  display: table-cell;
  vertical-align: middle;
}

.table-dl dl dd {
  display: table-cell;
  vertical-align: middle;
}

.table-base dl {
  text-align: left;
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.table-base dl dt {
  font-weight: normal;
  width: 25%;
  min-width: 210px;
  padding: 15px;
  position: relative;
}

.table-base dl dd {
  padding: 15px;
  margin-bottom: 0;
  position: relative;
}

.table-base dl dd .button {
  margin-top: 1em;
}

.table-base dl dd dl {
  margin: 0;
}

.table-base dl dd dl dt {
  display: block;
  background: none;
  width: 100%;
  padding: 0;
  border: none;
}

.table-base dl dd dl dd {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}

.table-base dl dd dl dd:before {
  display: none;
}

.table-base dl:last-child dd dl dt,
.table-base dl:last-child dd dl dd {
  border: none;
}

.table-base dl dd dl:last-child dt,
.table-base dl dd dl:last-child dd {
  border: none;
}

@media (max-width: 767px) {
  .table-base dl dd:before {
    display: none;
  }
}

.table-block dl {
}

.table-block dl:first-child {
  margin-top: 0;
}

.table-block dl:last-child {
  margin-bottom: 0;
}

.table-block dl dt,
.table-block dl dd {
  display: block;
  width: 100%;
  padding: 1rem;
  border: none;
}

.table-block dl dt {
}

.table-block dl dd {
}

.table-block dl dd:before {
  display: none;
}

.table-block dl:last-child dt {
}

.table-base dl dd .table-block > dl {
  margin: 20px 0;
}

.table-base dl dd .table-block > dl:first-child {
  margin-top: 0;
}

.table-base dl dd .table-block > dl:last-child {
  margin-bottom: 0;
}

.table-base dl dd .table-block > dl > dt,
.table-base dl dd .table-block > dl > dd {
  padding: 1em;
  border: 1px solid #d6d6d6;
}

.table-base dl dd .table-block > dl > dt {
  background: #efefef;
}

.table-base dl dd .table-block > dl > dd {
  background: #fff;
  border-top: none;
}

.table-reverse dl dt {
  background: none;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.table-reverse dl dd {
  text-align: right;
  min-width: 120px;
}

.table-mini dl dt,
.table-mini dl dd {
  padding: 1em;
}

@media (max-width: 575px) {
  .table-dl dl {
    width: 100%;
  }

  .table-dl dl dt {
    display: block;
    width: 100%;
    padding: 1em;
  }

  .table-dl dl dd {
    display: block;
    padding: 1em;
    border-top: none;
  }

  .table-base dl dd dl dt {
    display: block;
    width: 100%;
  }

  .table-base dl dd dl dd {
    display: block;
    border-bottom: none;
  }

  .table-base dl dd dl:last-child dd {
    border-top: none;
  }

  .table-reverse dl dt {
    border-right: none;
    border-bottom: none;
  }

  .table-reverse dl dd {
    min-width: 90px;
    border-top: 1px solid #d6d6d6;
  }

  .table-reverse dl dt,
  .table-reverse dl dd {
    display: table-cell;
  }
}

.invert a {
  color: #fff;
}

.invert a:hover {
  color: #fff;
}

.table {
  background-color: #fff;
}

.table thead th {
  vertical-align: middle;
}

.table th {
  color: #000;
  font-weight: 500;
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}

.table td,
.table th {
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}

@media (max-width: 575px) {
  .table td,
  .table th {
    font-size: 11px;
    display: table-cell;
    padding: 3px;
  }

  .table-block thead,
  .table-block tbody {
    display: table;
    width: 100%;
  }

  .table-block thead th,
  .table-block thead td,
  .table-block tbody th,
  .table-block tbody td {
    display: block;
  }
}

@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px;
  }
}

.table td a:last-child {
  margin-bottom: 0;
}

.table.table-center td,
.table.table-center th {
  text-align: center;
}

.table-base dl dt,
.table-base dl dd {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.table-base dl dt {
  color: #000;
  background-color: #f6f6f6;
  width: 100%;
}

.table-base dl dd {
  color: #000;
  border-left: 1px solid #e6e6e6;
}

.table-mini dl dt,
.table-mini dl dd {
  padding: 10px;
}

@media (max-width: 575px) {
  .table-base dl:first-child dt {
    border-top: 1px solid #e6e6e6;
  }

  .table-base dl dd {
    border-left: none;
  }
}

@media (min-width: 576px) {
  .table-base dl:first-child dt,
  .table-base dl:first-child dd {
    border-top: 1px solid #e6e6e6;
  }

  .table-base dl dt {
    width: 180px;
    min-width: 180px;
    border-right: none;
  }

  .table-base dl dd {
  }
}

.table-block dl dt,
.table-block dl dd {
  display: block;
  width: 100%;
  padding: 1rem;
  border: none;
}

.table-block dl dt {
  border: 1px solid #b8d2e3;
  border-bottom: none;
}

.table-block dl dd {
  border: 1px solid #b8d2e3;
}

.table-block dl dd:before {
  display: none;
}

@media (min-width: 576px) {
  .table-block dl:last-child dt {
    border-bottom: none;
  }
}

.bg-common {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-common.cover {
  background-size: cover;
}

.cont-main > [class^="block"]:first-child {
  padding-top: 0;
}

.cont-main > [class^="block"]:last-child {
  padding-bottom: 0;
}

.cont {
  text-align: left;
}

.list-area {
  margin-bottom: 30px;
}

.list-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.list-area.big li {
  font-size: 1.25em;
  line-height: 1.25em;
  padding: 10px;
  padding-left: 1.25em;
}

.list-area li {
  line-height: 1.25em;
  display: block;
  padding: 4px 0;
  position: relative;
}

.list-area.main li {
  font-size: 1.1em;
  line-height: 2;
}

.list-area.check li {
  font-size: 1.2em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.list-area.check li svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: #bf0605;
}

.list-area ol {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-area ol li {
  text-indent: 0;
  padding-left: inherit;
}

.list-area ol li:before {
  counter-increment: number;
  content: counter(number);
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003670;
  width: 60px;
  height: 60px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

.button-right {
  text-align: right;
}

.button-center {
  text-align: center;
}

.button-left {
  text-align: left;
}

/* header */
@media (max-width: 767px) {
  .ec-layoutRole {
    padding-top: 120px;
  }

  .ec-layoutRole__header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
}

.ec-layoutRole__header {
  background-color: #bf0605;
}

.ec-headerNaviRole {
  max-width: inherit;
  min-height: 60px;
  padding: 0;
}

.ec-headerNaviRole,
.ec-categoryNaviRole {
  background: #bf0605;
  opacity: 0;
  transition: 0.3s ease all;
}

.ec-headerNaviRole.active,
.ec-categoryNaviRole.active {
  opacity: 1;
  transition: 0.3s ease all;
}

.ec-headerNaviRole.base,
.ec-categoryNaviRole.base {
  position: relative;
}

.ec-headerNaviRole.scroll,
.ec-categoryNaviRole.scroll {
  position: fixed;
  transition: 0.3s ease all;
  pointer-events: none;
}

.ec-headerNaviRole.scroll.active,
.ec-categoryNaviRole.scroll.active {
  transition: 0.3s ease all;
  pointer-events: all;
}

.ec-headerNaviRole.scroll {
  top: -30px;
}

.ec-headerNaviRole.scroll.active {
  top: 0;
}

@media (max-width: 991px) {
  .ec-categoryNaviRole {
    display: none;
  }
}

.ec-categoryNaviRole.scroll {
  top: 40px;
}

.ec-categoryNaviRole.scroll.active {
  top: 70px;
}

.ec-headerNaviRole.base,
.ec-headerNaviRole.scroll {
  z-index: 10;
}

.ec-categoryNaviRole.scroll {
  z-index: 9;
}

.ec-headerNaviRole .ec-headerNaviRole__left,
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: auto;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: 100%;
  }
}

.ec-headerNaviRole .ec-headerNaviRole__left .logo h1 {
  margin: 0;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .ec-headerRole__cart {
    margin-right: 5px;
  }
}

.ec-headerNaviRole .ec-headerNaviRole__search {
  display: block;
}

.ec-headerNaviRole .ec-headerNaviRole__search svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #bf0605;
}

.ec-headerSearch__keyword {
  border: none;
}

.ec-headerSearch .ec-headerSearch__keyword {
  border: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  font-size: 12px;
  height: 40px;
  margin: 0;
}

.ec-headerSearch .ec-headerSearch__category {
  float: left;
  width: 43%;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  border-top-right-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ec-headerSearch .ec-headerSearch__keyword {
  float: right;
  width: 57%;
  border-bottom-left-radius: 0;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
  font-size: 12px;
  color: #bf0605;
  height: 40px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color: #f6f6f6;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  border-top: 6px solid #bf0605;
  top: 1em;
}

.ec-headerNaviRole .ec-headerNaviRole__nav {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ec-headerNaviRole .ec-headerNaviRole__nav {
    display: block;
    position: absolute;
    top: 2px;
    right: 68px;
  }
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav .ec-headerNav__item {
  padding: 5px;
}

.ec-headerNav .ec-headerNav__itemLink {
  font-size: 12px;
  color: #fff;
  margin-right: 0;
  margin-left: 5px;
}

.ec-headerNav .ec-headerNav__item svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .ec-headerNav .ec-headerNav__itemLink {
    display: none;
  }
}

.ec-categoryNaviRole {
  max-width: inherit;
  padding-right: 0;
  padding-left: 0;
}

.ec-layoutRole__header .ec-itemNav__nav li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #bf0605;
  padding: 18px 15px;
}

.ec-layoutRole__header .ec-itemNav__nav > li:hover > a {
  background: #dd2423;
}

.ec-layoutRole__header .ec-itemNav__nav li ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #ab0c0b;
  border-right: 1px solid #dd2423;
  border-bottom: 1px solid #dd2423;
}

.ec-layoutRole__header .ec-itemNav__nav > li:hover li:hover > a {
  background: #bf0605;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .ec-headerNaviRole .ec-headerNaviRole__search {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .ec-headerNaviRole .ec-headerNaviRole__right {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ec-headerNaviRole .ec-headerNaviRole__right {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .ec-headerNaviRole .ec-headerNaviRole__search {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #dd2423;
  }

  .ec-headerNaviRole .ec-headerNaviRole__right {
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}

.ec-drawerRole::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 2px;
}

.ec-drawerRole::-webkit-scrollbar-track {
}

.ec-drawerRole::-webkit-scrollbar-thumb {
  background: #bf0605;
}

.have_curtain .ec-overlayRole {
  z-index: 100;
}

@media (min-width: 768px) {
  .ec-headerNaviRole {
    padding: 0;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search {
    margin-top: 0;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    height: 40px;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .ec-headerNav .ec-headerNav__item svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #fff;
  }

  .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    font-size: 14px;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    font-size: 14px;
  }

  .have_curtain .ec-overlayRole {
    display: block;
  }

  .ec-drawerRole,
  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav {
    display: block;
  }

  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li {
    float: none;
    width: 100%;
  }

  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li > a {
    text-align: left;
  }

  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover > a {
  }

  .ec-drawerRole .ec-itemNav__nav li ul {
    display: none;
    position: static;
    z-index: inherit;
  }
}

@media (max-width: 991px) {
  .ec-layoutRole__header .ec-headerNaviRole__right .ec-itemNav {
    display: none;
  }
}

@media (min-width: 992px) {
  .ec-headerNaviRole .ec-headerNaviRole__nav {
    display: block;
  }

  .ec-layoutRole__header .ec-itemNav__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dd2423;
  }

  .ec-layoutRole__header .ec-itemNav__nav li a {
    border-right: 1px solid #dd2423;
    border-bottom: 1px solid #dd2423;
  }

  .ec-layoutRole__header .ec-itemNav__nav li ul {
    top: 125%;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
  }

  .ec-layoutRole__header .ec-itemNav__nav li:hover ul {
    top: 100%;
    opacity: 1;
    pointer-events: all;
    transition: 0.3s ease all;
  }

  .ec-layoutRole__header .ec-itemNav__nav li ul li {
    height: auto;
  }

  .ec-layoutRole__header .ec-itemNav__nav > li:hover li:hover > a {
    padding-left: 24px;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search {
    margin-left: 15px;
  }

  .ec-layoutRole__header .ec-headerNaviRole__right .ec-itemNav {
    width: auto;
    height: auto;
  }

  .ec-layoutRole__header .ec-headerNaviRole__right .ec-itemNav__nav {
    padding: 0;
    border-top: none;
  }

  .ec-layoutRole__header .ec-headerNaviRole__right .ec-itemNav__nav li a {
    border-bottom: none;
    border-right: none;
  }
}

.ec-drawerRole {
  background-color: #fff;
}

.ec-drawerRole .ec-headerLinkArea {
  background-color: #bf0605;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-top: 1px solid #dd2423;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px dashed #dd2423;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: #fff;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  border-right: none;
  border-bottom: 1px dashed #d6d6d6;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  font-size: 14px;
  color: #bf0605;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 1em;
  border-top: none;
  border-bottom: 1px dashed #d6d6d6;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: #bf0605;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  font-size: 14px;
  border-bottom: 1px dashed #d6d6d6;
}

.ec-cartNavi {
  -ms-align-items: center;
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  background: #bf0605;
  border-color: #dd2423;
}

.ec-cartNaviNull::before {
  display: none;
}

.ec-cartNaviNull {
  border-radius: 2px;
}

.ec-cartNavi .ec-cartNavi__price {
  font-weight: 500;
}

.ec-cartNavi .ec-cartNavi__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.ec-cartNavi .ec-cartNavi__badge {
  position: absolute;
  left: 66%;
  top: -3px;
  text-align: center;
}

.ec-cartNaviIsset {
  padding: 10px;
  border-radius: 2px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-cartNavi--cancel {
  color: #bf0605;
  border-color: #bf0605;
}

.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-cartNavi--cancel:hover {
  color: #bf0605 !important;
  background-color: #ffebeb;
}

@media (max-width: 767px) {
  .ec-cartNaviIsset {
    margin-top: 21px;
  }
}

@media (min-width: 768px) {
  .ec-cartNaviIsset {
    min-width: 480px;
    max-width: 480px;
    margin-top: 5px;
  }

  .ec-cartNaviNull {
    margin-top: 5px;
    min-width: 480px;
    max-width: 480px;
  }

  .ec-cartNaviIsset::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .ec-cartNavi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: no-repeat;
    min-width: inherit;
    box-sizing: inherit;
    white-space: inherit;
  }

  .ec-cartNavi .ec-cartNavi__icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
  }

  .ec-cartNavi .ec-cartNavi__price {
    display: none;
  }

  .ec-cartNavi .ec-cartNavi__badge {
    font-weight: 500;
    color: #bf0605;
    background-color: #fff;
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 992px) {
  .ec-cartNavi .ec-cartNavi__icon svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #bf0605;
  }

  .ec-cartNavi .ec-cartNavi__badge {
    color: #fff;
    background-color: #bf0605;
  }

  .ec-cartNavi .ec-cartNavi__price {
    display: block;
  }
}

@media (max-width: 767px) {
  .ec-headerNavSP {
    top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ec-headerNavSP {
    top: 15px;
  }
}

@media (max-width: 991px) {
  .ec-headerNavSP {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: none;
    width: 40px;
    height: 40px;
    padding: 0;
    right: 50px;
    left: inherit;
  }

  .ec-headerNavSP svg {
    width: 32px;
    height: 32px;
    fill: #fff;
  }

  .ec-drawerRole {
    right: 0;
    left: inherit;
    transform: translateX(300px);
    transition: 0.3s ease all;
  }

  .ec-drawerRole.is_active {
    display: block;
    transition: 0.3s ease all;
  }

  .ec-drawerRoleClose {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: none;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 0;
    transition: 0.3s ease all;
    pointer-events: none;
    top: 10px;
    right: 270px;
    left: inherit;
  }

  .ec-drawerRoleClose.is_active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0.3s ease all;
    pointer-events: all;
  }

  .ec-drawerRoleClose svg {
    width: 24px;
    height: 24px;
    fill: #fff;
  }
}

.ec-blockBtn--action {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  background-color: #bf0605;
  border-color: #bf0605;
  padding: 16px;
  height: auto;
  border-radius: 2px;
}

.ec-blockBtn--action:hover {
  background-color: #ab0c0b;
  border-color: #ab0c0b;
}

.ec-blockBtn--action:active:hover,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action:active.focus,
.ec-blockBtn--action.active:hover,
.ec-blockBtn--action.active:focus,
.ec-blockBtn--action.active.focus,
.open > .ec-blockBtn--action.dropdown-toggle:hover,
.open > .ec-blockBtn--action.dropdown-toggle:focus,
.open > .ec-blockBtn--action.dropdown-toggle.focus {
  background-color: #ab0c0b;
  border-color: #ab0c0b;
}

.ec-blockBtn--cancel {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  background-color: #000;
  border-color: #000;
  padding: 16px;
  height: auto;
  border-radius: 2px;
}

.ec-blockBtn {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 500;
  padding: 16px;
  height: auto;
  border-radius: 2px;
}

a:not([href]):not([tabindex]) {
  color: #000;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #000;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
  width: 20%;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  width: 80%;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 10px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart {
  margin-bottom: 10px;
  border-bottom: 1px dashed #d6d6d6;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice {
  font-weight: 500;
  color: #bf0605;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTax {
  color: #000;
  font-weight: 300;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentNumber {
  font-size: 12px;
  color: #000;
}

/* carousel-area */
@media (max-width: 991px) {
  .carousel-area {
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden;
  }

  .carousel-area .carousel-cont {
    padding-left: 8px;
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar-track {
  }

  .carousel-area .carousel-cont::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }

  .carousel-area .carousel-cont > .row,
  .carousel-area .carousel-cont > .menu-row {
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
  }

  .carousel-area .carousel-cont > .row.center {
    justify-content: flex-start;
  }

  .carousel-area .carousel-cont > .row > .item,
  .carousel-area .carousel-cont > .menu-row > .item {
    width: 210px;
    max-width: 210px;
    min-width: 210px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .carousel-area .carousel-cont .row .item-image,
  .carousel-area .carousel-cont .row .item-text,
  .carousel-area .carousel-cont .menu-row .item-image,
  .carousel-area .carousel-cont .menu-row .item-text {
    width: auto;
    display: block;
  }
}

/* slick */
.slick-slide {
  height: inherit;
}

.slick-arrows {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.slick-prev,
.slick-next {
  font-size: 2em;
  color: #000;
  line-height: 48px;
  text-indent: -9999px;
  text-align: center;
  background: #fff;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.slick-prev {
  left: 1em;
}

.slick-next {
  right: 1em;
}

@media (min-width: 1600px) {
  .slick-prev {
    left: 180px;
  }

  .slick-next {
    right: 180px;
  }
}

.slick-prev:hover,
.slick-prev:active,
.slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  outline: 0;
}

.slick-prev:before,
.slick-next:before {
  font-family: ionicons;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease all;
}

.slick-prev:before {
  content: "\f3d2";
}

.slick-next:before {
  content: "\f3d3";
}

.slick-prev:hover:before,
.slick-next:hover:before {
  transition: 0.3s ease all;
}

.slick-prev:hover:before {
  left: -15px;
}

.slick-next:hover:before {
  left: 15px;
}

.slick-dots {
  margin: 0;
  position: absolute;
  bottom: -21px;
  z-index: 5;
  width: 100%;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style: none;
  justify-content: center;
}

.slick-dots li {
  font-size: 0;
  margin: 0 5px !important;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.slick-dots li {
  width: 12px !important;
  height: 12px !important;
}

.slick-dots li button,
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:active,
.slick-dots li button:focus {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  background: #000;
  width: 12px !important;
  height: 12px !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  outline: 0;
  overflow: hidden;
  opacity: 0.5;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:active,
.slick-dots li button:focus {
  background: #000;
  opacity: 1;
}

.ec-base-role {
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .ec-base-role {
    padding: 60px 0 0;
  }
}

.metabox p {
  margin-bottom: 30px;
}

.metabox p:last-child {
  margin-bottom: 0;
}

.metabox.center p {
  text-align: center;
}

.ec-role .img-fluid {
  width: auto;
}

.alignleft,
.aligncenter,
.alignright {
  display: block;
}

.alignleft {
  margin-right: auto;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  margin-right: 0;
  margin-left: auto;
}

/* home */
.ec-base-role.aboutus .image + .image,
.ec-base-role.aboutus .image + .metabox {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .ec-base-role.aboutus .image + .metabox p {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .ec-base-role.aboutus .image + .metabox p {
    font-size: 1.2em;
    line-height: 2;
  }
}

.ec-layoutRole .ec-layoutRole__left {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .ec-layoutRole .ec-layoutRole__left {
    display: none;
  }
}

/* category */
.ec-category-role {
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .ec-category-role {
    padding: 60px 0 0;
  }
}

.ec-category-role .ec-category-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -8px;
  counter-reset: item;
  list-style-type: none;
}

@media (max-width: 767px) {
  .ec-category-role .ec-category-list {
    justify-content: center;
  }
}

.ec-category-role .ec-category-list li {
  list-style: none;
  padding: 8px;
}

.ec-category-role .ec-category-list li a {
  color: #000;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none !important;
}

.ec-category-role .ec-category-list li a {
  font-size: 12px;
}

@media (min-width: 768px) {
  .ec-category-role .ec-category-list li a {
    font-size: 14px;
  }
}

.ec-category-role .ec-category-list li a .category-name {
  padding-top: 5px;
}

.ec-category-role .ec-category-list li a .image {
  padding: 20px;
  border: 2px solid #f6f6f6;
  border-radius: 500px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0%);
  position: relative;
  bottom: 0;
  transition: 0.3s ease all;
}

.ec-category-role .ec-category-list li:hover a .image {
  background: #f6f6f6;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  bottom: 5px;
  transition: 0.3s ease all;
}

.ec-category-role .ec-category-list li:active a .image {
  transform: scale(0.98);
  bottom: 0;
  transition: 0.15s ease all;
}

@media (min-width: 576px) {
  .ec-category-role .ec-category-list li a .image {
    padding: 30px;
  }
}

/* blog */
#wpadminbar {
  display: none !important;
}

.blog .container-fluid.inner {
  max-width: 1280px;
}

.row-blog.list .item .block-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.row-blog.list .item .block-area .image-box {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0;
}

.row-blog.list .item .block-area .text-box {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 5px;
  padding-left: 5px;
}

.row-blog .item .block-area .text-box .title {
  margin-bottom: 0;
}

.row-blog .item .block-area .text-box .ttl {
  margin-bottom: 5px;
}

.row-blog .item .block-area .text-box .date {
  display: block;
}

.row-blog.list .item .block-area .text-box .ttl {
  font-size: 16px;
}

@media (min-width: 768px) {
  .row-blog.list .item:first-child {
    display: none;
  }
}

.row-blog .blog-info {
  display: block;
  margin: 0;
  margin-bottom: 20px;
}

.row-blog .item .blog-info .date,
.row-blog .item .blog-info .term {
  display: block;
  padding: 0;
}

.row-blog .item .blog-info .date {
  margin-bottom: 5px;
}

.card-blog .item .bg-cont {
  background-color: #eae8e3;
}

.card-blog .item .ttl {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card-blog .item .blog-info {
  font-size: 14px;
  margin-bottom: 0.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-left: -3px;
}

.card-blog .item .blog-info div {
  padding-right: 3px;
  padding-left: 3px;
}

.card-blog .item .metabox {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card-blog .item .metabox p {
  font-size: 0.8rem;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-area img {
  max-width: 100%;
  height: auto;
}

.widget-area > div {
  margin-bottom: 30px;
}

.widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widget ul li {
  display: block;
}

.widget {
  padding: 0;
}

.widget > ul {
  margin: 0;
}

.widget > ul > li {
  padding: 0;
  border-top: 1px solid #d6d6d6;
}

.widget > ul > li:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.widget > ul > li a {
  display: block;
  padding: 15px 0;
}

.widget > ul > li .date {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.widget > ul > li .metabox p {
  line-height: 1;
}

#searchform .btn {
  min-width: inherit;
}

.nav-below {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.nav-below .nav-next {
  float: left;
}

.nav-below .nav-previous {
  float: right;
}

.nav-below .nav-next a,
.nav-below .nav-previous a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inherit;
}

.nav-below a:hover,
.nav-below a:active,
.nav-below a:focus {
  opacity: 0.5;
}

.nav-below .nav-next a {
  text-align: left;
}

.nav-below .nav-previous a {
  text-align: right;
}

.nav-below .nav-next a:before,
.nav-below .nav-previous a:before {
  font-family: ionicons;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-below .nav-next a:before {
  content: "\f3d2";
  left: 1em;
}

.nav-below .nav-previous a:before {
  content: "\f3d3";
  right: 1em;
}

.nav-below span {
  text-align: center;
  width: 33.333333%;
}

.nav-below .nav-next,
.nav-below .nav-previous {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-below .nav-next {
  text-align: left;
}

.nav-below .nav-previous {
  text-align: right;
}

.nav-below .nav-next a {
  padding: 1em 1em 1em 2em;
}

.nav-below .archive a {
  padding: 1em;
}

.nav-below .nav-previous a {
  padding: 1em 2em 1em 1em;
}

.nav-below span a {
  display: inline-block;
  border: none;
  background: none;
}

@media (max-width: 767px) {
  .nav-below span {
    font-size: 0.8em;
  }
}

.bg-common.post.blog .row-blog .item-main.archive > .cont > .cont-main > [class^="block_"] {
  border-bottom: 1px solid #d6d6d6;
}

.bg-common.post.blog .row-blog .item-main.archive > .cont > .cont-main > [class^="block_"]:last-child {
  border-bottom: none;
}

.btn-link {
  color: #bf0605;
  font-weight: 300;
  text-decoration: underline;
  padding: 0;
}

.btn-link:hover {
  color: #bf0605;
}

/* pagination */
.pagination {
  clear: both;
  padding: 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #777;
  background: #dedede;
  box-shadow:
    inset 1px 1px #dedede,
    inset -1px -1px #dedede;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  color: #eae8e3;
  background: #343434;
  box-shadow:
    inset 1px 1px #000,
    inset -1px -1px #000;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #000;
  color: #eae8e3;
  box-shadow:
    inset 1px 1px #000,
    inset -1px -1px #000;
}

@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }

  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }

  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}

/* product sidebar */
.side .ec-categoryNaviRole {
  background: none;
  padding: 0;
  opacity: 1;
}

.side .ec-itemNav__nav {
  border-top: none;
  padding-right: 0;
}

.side .ec-itemNav__nav li a {
  color: #000;
  font-weight: 500;
  background-color: #fff;
}

.side .ec-itemNav__nav li:hover > .collapse-box > a {
  background-color: #f6f6f6;
}

.side .ec-itemNav__nav > li:hover li:hover > a {
  background: #f6f6f6;
}

.side .ec-itemNav__nav > li:hover > a.item-box {
  background: #f6f6f6;
}

@media (min-width: 768px) {
  .side .ec-headerSearch .side .ec-itemNav__nav li ul.ec-headerSearch__category {
    width: 100%;
    margin-bottom: 10px;
  }

  .side .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-radius: 0;
  }

  .side .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    border-radius: 50px;
  }

  .side .ec-headerSearch .ec-headerSearch__keyword {
    background-color: #fff;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 50px;
  }

  .side .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: inherit;
    height: auto;
    padding: 0.5rem;
  }

  .side .ec-itemNav__nav {
    display: block;
  }

  .side .ec-itemNav__nav li {
    display: block;
    float: none;
  }

  .side .ec-itemNav__nav > li .collapse-box {
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
  }

  .side .ec-itemNav__nav > li.parents:first-child > .collapse-box {
    border-top: 1px solid #d6d6d6;
    border-radius: 2px 2px 0 0;
  }

  .side .ec-itemNav__nav > li.parents:last-child > .collapse-box {
    border-radius: 0 0 2px 2px;
  }

  .side .ec-itemNav__nav > li a {
    padding: 0;
  }

  .side .ec-itemNav__nav li a {
    font-size: 14px;
    text-align: left;
    padding: 18px 15px;
  }

  .side .ec-itemNav__nav li ul {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .side .ec-itemNav__nav li ul li {
    overflow: visible;
    height: auto;
  }

  .side .ec-itemNav__nav li ul li a {
    font-size: 14px;
    color: #000;
    background: none;
    padding: 18px 15px;
    padding-left: 26px;
    border: none;
  }

  .side .ec-itemNav__nav li:hover ul li:hover a {
    padding-left: 40px;
  }

  .side .ec-itemNav__nav li ul li:first-child {
    border-radius: 5px 5px 0 0;
  }

  .side .ec-itemNav__nav li ul li:last-child {
    border-radius: 0 0 5px 5px;
  }

  .side .ec-itemNav__nav li ul {
    background: #fcfcfc;
    box-shadow:
      inset 1px 0 #d6d6d6,
      inset -1px -1px #d6d6d6;
  }

  .side .ec-itemNav__nav li ul li:first-child > a {
    border-radius: 0;
  }

  .side .ec-itemNav__nav li ul li:last-child > a {
    border-radius: 0;
  }

  .side .ec-itemNav__nav li.parents > ul.children-list > li.children.category-title {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
  }

  .side .ec-itemNav__nav li.parents > ul.children-list > li.children.category-title > a.item-box {
    font-size: 14px;
    background: no-repeat;
    padding: 0 0 5px;
    border-bottom: none;
    pointer-events: none;
    border: none !important;
  }
}

.side .line-area img {
  width: 120px;
}

.side .line-area .frame {
  padding: 15px;
  border: 4px double #e6e6e6;
}

.side .category-side-bnr .item {
  margin-bottom: 1rem;
}

.side .category-side-bnr .item figure {
  margin: 0;
  position: relative;
}

.side .category-side-bnr .item figure figcaption {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.side .category-side-bnr .item figure figcaption span {
  color: #000;
  line-height: 1;
  display: block;
}

.side .category-side-bnr .item figure figcaption .en {
  font-size: 1.1em;
}

.side .category-side-bnr .item figure figcaption .jp {
  font-size: 0.8em;
  margin-top: 4px;
}

.category-list li.parents > .collapse-box > a.item-box {
  background-color: #f6f6f6;
}

.category-list li.parents > .collapse-box > a.item-box.all {
  background-color: #fff;
}

.category-list li.parents:hover > .collapse-box > a.item-box.all {
  background-color: #f6f6f6;
}

.category-list li.parents:hover > .collapse-box > a.item-box {
  padding-left: 26px;
}

.category-list li.parents > .collapse-box > a.item-box.collapsed {
  background-color: #fff;
}

.category-list li.parents:hover > .collapse-box > a.item-box.collapsed {
  background-color: #f6f6f6;
}

.category-list li.parents > .collapse-box > a.item-box {
  position: relative;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar {
  padding-right: 45px;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar.collapsed .i_box {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar.collapsed .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box .one_i {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.category-list li.parents > .collapse-box > a.item-box.underlayar.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.category-list li.parents > .collapse-box > a.item-box.underlayar.stay.open .i_box {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box .one_i:before,
.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #bf0605;
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box .one_i:before {
}

.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box .one_i:after {
}

.category-list li.parents > .collapse-box > a.item-box.underlayar.collapsed .i_box .one_i:before,
.category-list li.parents > .collapse-box > a.item-box.underlayar.collapsed .i_box .one_i:after {
  background-color: #bf0605;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar:hover .i_box .one_i:before,
.category-list li.parents > .collapse-box > a.item-box.underlayar:hover .i_box .one_i:after {
  background-color: #bf0605;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box .one_i:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box .one_i:before {
  content: none;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box .one_i:before {
  content: none;
}

.category-list li.parents > .collapse-box > a.item-box.underlayar.collapsed .i_box .one_i:before {
  content: "";
}

.category-list li.parents > .collapse-box > a.item-box.underlayar .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.category-list li.parents > .collapse-box > a.item-box.underlayar.collapsed .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* product list */
@media (max-width: 991px) {
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 100%;
  }
}

.ec-layoutRole .ec-layoutRole__contents {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .carousel-area .carousel-cont .row-product-list {
    padding-left: 12px;
  }

  .row-product-list .item .bg-cont .ec-blockBtn--action {
    padding: 12px 8px;
  }
}

.row-product-list .item .bg-cont {
  background-color: #f6f6f6;
  position: relative;
  bottom: 0;
  transition: 0.3s ease all;
}

.row-product-list .item:hover .bg-cont {
  background-color: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
  bottom: 5px;
  transition: 0.3s ease all;
}

.row-product-list .item .block-area {
  font-size: 14px;
  display: block;
}

.row-product-list .item .block-area + form {
  padding-top: 0;
}

.row-product-list .item .block-area .size {
  padding: 5px 0;
  margin: 0;
}

.row-product-list .item .block-area .size dt {
  font-weight: 300;
  background: #e6e6e6;
  text-align: center;
  margin-bottom: 5px;
}

.row-product-list .item .ec-numberInput input[type="number"] {
  margin-bottom: 0;
}

.row-product-list .item .ec-productRole__btn {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .row-product-list .item .block-area .size {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .row-product-list .item .block-area .size dt {
    -ms-flex: 0 0 50px;
    flex: 0 0 45px;
    max-width: 45px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .row-product-list .item .block-area .size dt {
    margin-bottom: 0;
  }
}

.row-product-list .item .block-area .size dd {
  margin-bottom: 0;
}

.row-product-list .item .box {
  padding: 15px;
}

.row-product-list .item .code {
  font-size: 14px;
  margin-bottom: 2px;
}

.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  margin-bottom: 0;
}

.row-product-list .item .block-area .image {
  margin-bottom: 8px;
}

.row-product-list .item .block-area .name {
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.row-product-list .item .block-area .price {
  display: block;
  padding-top: 5px;
}

.row-product-list .item .block-area .price .num {
  font-size: 1.25em;
  color: #bf0605;
  line-height: 1;
  font-weight: 500;
}

.row-product-list .item .block-area .price + .stock {
  padding-top: 5px;
}

.row-product-list .item .block-area .stock {
  display: block;
}

.row-product-list .item .block-area .stock .num {
  font-size: 14px;
  color: #bf0605;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid #bf0605;
}

/* product category */
@media (min-width: 768px) {
  .ec-searchnavRole .category-name .ttl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: baseline;
    align-items: baseline;
  }
}

.ec-searchnavRole .category-name .ttl .item {
  font-size: 0.5em;
  display: block;
  padding-right: 8px;
}

.ec-searchnavRole .category-name .ttl .item--active {
  font-size: 1em;
  padding-right: 0;
}

.ec-topicpath {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}

.ec-topicpath .ec-topicpath__item a {
  font-size: 14px;
  line-height: 1;
  color: #000;
}

.ec-topicpath .ec-topicpath__divider {
  background: #000;
  min-width: 0;
  width: 1px;
  height: 12px;
  margin: 0 8px;
}

.ec-topicpath .ec-topicpath__item--active {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  padding-top: 0;
  border-top: none;
}

.ec-font-bold {
  font-weight: 500;
}

.ec-topicpath .ec-topicpath__item--active a {
  color: #bf0605;
}

/* product detail */
.item_visual {
  margin-bottom: 10px;
}

.ec-sliderItemRole .item_nav {
  margin: -5px;
  margin-bottom: 0;
}

.ec-sliderItemRole .slideThumb {
  width: auto;
  padding: 5px;
  margin-bottom: 0;
}

.ec-sliderItemRole .slideThumb img {
  width: 100%;
}

@media (max-width: 767px) {
  .ec-sliderItemRole {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .ec-sliderItemRole .slideThumb {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

.ec-headingTitle {
  color: #000;
  font-weight: 300;
}

.ec-productRole .ec-productRole__category a {
  color: #bf0605;
}

.ec-productRole .ec-productRole__tags {
  padding-bottom: 15px;
  border-bottom: 1px dashed #d6d6d6;
}

.ec-productRole .ec-productRole__price {
  color: #bf0605;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: none;
}

.ec-price .ec-price__price {
  font-size: 1.25em;
  font-weight: 500;
  padding: 0;
}

.ec-price .ec-price__tax {
  font-size: 14px;
  color: #000;
}

.ec-productRole .ec-productRole__price .title {
  font-size: 14px;
  color: #000;
}

.ec-productRole__profile .ec-blockBtn--action {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.ec-productRole__profile .ec-blockBtn--action svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: #fff;
}

.ec-productRole__profile .ec-blockBtn--cancel {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.ec-productRole__profile .ec-blockBtn--cancel#favorite {
  color: #bf0605;
  background: #fff;
  border: 1px solid #bf0605;
}

.ec-productRole__profile .ec-blockBtn--cancel svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: #fff;
}

.ec-productRole__profile .ec-blockBtn--cancel.contact {
  background: #e6b800;
  border: 1px solid #e6b800;
}

.ec-productRole__profile .ec-blockBtn--cancel#favorite svg {
  color: #bf0605;
  fill: #bf0605;
}

.ec-productRole .ec-productRole__category {
  padding: 15px;
}

.ec-productRole__stock {
  padding-bottom: 15px;
}

.ec-productRole__stock .stock {
  display: block;
}

.ec-productRole__stock .stock .box {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  background: #bf0605;
  padding: 5px;
  border: 1px solid #bf0605;
  border-radius: 2px;
}

.ec-productRole__stock .stock .box.fukuoka {
  background: #eb690d;
  border-color: #eb690d;
}

.ec-productRole__stock .stock .box.saga {
  background: #e6b800;
  border-color: #e6b800;
}

.ec-productRole__stock .stock .box.kurume {
  background: #50b64c;
  border-color: #50b64c;
}

.ec-productRole .ec-productRole__actions {
  padding-top: 0;
}

/* cart */
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}

.ec-cartRole .ec-cartRole__actions {
  margin-right: 0;
}

.ec-cartRole .ec-cartRole__totalAmount {
  color: #bf0605;
  font-weight: 500;
}

.ec-cartRow .ec-cartRow__summary {
  font-weight: 500;
}

.ec-cartHeader .ec-cartHeader__label {
  font-weight: 500;
}

.ec-cartHeader .ec-cartHeader__label {
  background-color: #f6f6f6;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
  color: #000;
}

.ec-progress .is-complete .ec-progress__number {
  background: #bf0605;
}

.ec-progress .is-complete .ec-progress__label {
  color: #bf0605;
}

.ec-progress .ec-progress__item {
  font-weight: 500;
  z-index: 1;
}

.ec-progress .ec-progress__number {
  background: #000;
}

.ec-progress .ec-progress__item:after {
  background: #000;
}

.ec-progress .ec-progress__label {
  color: #000;
}

.ec-cartRole .ec-cartRole__total {
  font-weight: 500;
  color: #000;
}

.ec-cartRole .ec-cartRole__total .tax {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.ec-cartRole .ec-cartRole__error .ec-alert-warning {
  font-weight: 500;
  background: #dd2423;
  max-width: 100%;
}

/* mypage */
.ec-navlistRole .ec-navlistRole__item {
  font-weight: 500;
}

.ec-navlistRole .ec-navlistRole__item a {
  color: #000;
}

.ec-navlistRole .active a {
  color: #e00809;
}

.ec-favoriteRole .ec-favoriteRole__itemThumb {
  margin-bottom: 0;
}

.ec-favoriteRole .ec-favoriteRole__itemPrice {
  font-weight: 500;
}

.ec-favoriteRole .ec-favoriteRole__itemPrice .tax {
  font-weight: 300;
}

.ec-withdrawRole .ec-withdrawRole__title {
  font-weight: 500;
}

.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
  font-weight: 500;
  text-align: center;
}

.ec-withdrawConfirmRole .ec-reportDescription {
  font-weight: 500;
  text-align: center;
}

.ec-closeBtn--circle {
  background: #bf0605;
  position: absolute;
  top: -10px;
  right: -10px;
}

.ec-input select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select,
.ec-select select,
.ec-birth select {
  height: 40px;
  padding: 8px 12px;
}

.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
}

/* shopping */
.ec-orderRole {
  color: #000;
}

.ec-rectHeading h1,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4,
.ec-rectHeading h5,
.ec-rectHeading h6 {
  font-weight: 500;
}

.ec-orderDelivery .ec-orderDelivery__title {
  font-weight: 500;
}

.ec-select label {
  font-weight: 500;
}

.ec-orderDelivery__edit {
  margin-bottom: 16px;
}

.ec-totalBox .ec-totalBox__spec dt {
  font-weight: 300;
}

.ec-totalBox .ec-totalBox__price {
  font-weight: 500;
}

.ec-totalBox .ec-totalBox__paymentTotal {
  font-weight: 500;
}

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #e00809;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
  font-size: 14px;
  font-weight: 500;
}

.ec-AddAddress {
  margin: 0 5%;
}

/* form */
.ec-borderedDefs {
  border: none;
}

.ec-borderedDefs dl {
  padding: 0;
  border: none;
}

.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input {
  margin: 8px 0;
}

.ec-label {
  font-weight: 500;
  margin-bottom: 0;
}

.ec-required {
  color: #bf0605;
}

form [class^="w-length-"] {
  width: 100%;
}

.ec-link {
  color: #bf0605;
}

@media (min-width: 768px) {
  .w-length-90 {
    width: 90px !important;
  }

  .w-length-120 {
    width: 120px !important;
  }

  .w-length-150 {
    width: 150px !important;
  }

  .w-length-180 {
    width: 180px !important;
  }

  .w-length-210 {
    width: 210px !important;
  }

  .w-length-240 {
    width: 240px !important;
  }

  .w-length-270 {
    width: 270px !important;
  }

  .w-length-300 {
    width: 300px !important;
  }

  .w-length-330 {
    width: 330px !important;
  }

  .w-length-360 {
    width: 360px !important;
  }

  .w-length-390 {
    width: 390px !important;
  }

  .w-length-420 {
    width: 420px !important;
  }

  .w-length-450 {
    width: 450px !important;
  }

  .w-length-480 {
    width: 480px !important;
  }

  .w-length-100per {
    width: 100% !important;
  }
}

/* service */
.row-service-list .item .block-area .image {
  margin-bottom: 15px;
}

.row-service-list .item .block-area .title {
  font-size: 1.4em;
  margin-bottom: 0;
}

.row-service-list .item .block-area .ttl {
  margin-bottom: 8px;
}

.purchased .ec-category-role {
  padding: 0;
}

.purchased .ec-category-role .ec-category-list li a {
  pointer-events: none;
}

.line .ttl {
  color: #06c755;
}

/* mews */
.ec-newsRole .ec-newsRole__newsColumn a:not([href]):not([tabindex]) {
  color: #fff;
}

.ec-newsRole .ec-newsRole__newsDate {
  font-size: 16px;
  font-weight: 300;
}

.ec-newsRole .ec-newsRole__newsHeading {
  -ms-align-items: center;
  align-items: center;
}

.ec-newsRole .ec-newsRole__newsTitle {
  font-size: 16px;
  color: #000;
  font-weight: 300;
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border-bottom: 1px dashed #d6d6d6;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  margin-top: -10px;
  top: 50%;
}

@media (min-width: 768px) {
  .ec-newsRole .ec-newsRole__news {
    padding: 0;
    border: none;
  }

  .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 10px 0 0;
  }
}

.row-information .item .bg-cont {
  font-size: 14px;
  border: 5px solid #e6e6e6;
}

.row-information .item .metabox p {
  margin-bottom: 15px;
}

.row-information .item .metabox p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .calendar-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .calendar-area table {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin: 15px;
  }
}

/* service */
.bg-common.intro.service {
  background-image: url(../img/service/bg-base-service.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.row-service-detail .item .ttl-01 {
  font-size: 1.2em;
  color: #bf0605;
  padding-left: 20px;
  margin-bottom: 30px;
  border-left: 2px solid #bf0605;
}

.row-service-detail .item .metabox.big {
  font-size: 1.2em;
}

/* page-top */
.ec-blockTopBtn {
  font-size: 1.5em;
  line-height: 50px;
  background: #bf0605;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  right: 10px;
  bottom: 10px;
  opacity: 1;
  z-index: 1;
}

@media (min-width: 768px) {
  .ec-blockTopBtn {
    right: 15px;
    bottom: 15px;
  }
}

/* footer */
.ec-footerRole {
  background-color: #f6f6f6;
  border: none;
}

.ec-footerNavi-area {
  padding: 15px 0;
}

.ec-footerNavi {
  color: #565656;
  margin-bottom: 0;
}

.ec-footerNavi-sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.ec-footerNavi-sns .ec-footerNavi-sns-item {
  display: block;
  padding: 5px;
}

.ec-footerNavi-sns .ec-footerNavi-sns-item a {
  display: block;
}

.ec-footerNavi-sns .ec-footerNavi-sns-item img {
  display: block;
  width: 24px;
  height: 24px;
}

.ec-footerTitle {
  color: #000;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .ec-footerRole {
    padding-top: 0;
  }

  .ec-footerNavi {
    padding: 0;
  }

  .ec-footerNavi-area {
    padding: 30px 0;
  }

  .ec-footerTitle {
    padding: 30px 0;
  }

  .ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
  }
}

/* calendar */
.calendar-bg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 10px;
}

.calendar-bg .bg-area {
  display: block;
  padding-right: 5px;
  padding-left: 5px;
}

.calendar-bg .bg-area .bg-cont {
  font-size: 16px;
  font-weight: normal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.calendar-bg .bg-area .bg-frame {
  width: 20px;
  height: 20px;
}

.calendar-bg .bg-area.open .bg-cont {
}

.calendar-bg .bg-area.open .bg-frame {
  background-color: #fff;
  border: 1px solid #ccc;
}

.calendar-bg .bg-area.close {
  opacity: 1;
}

.calendar-bg .bg-area.close .bg-frame {
  background-color: #bf0605;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .calendar-area {
    display: block;
  }
}

@media (min-width: 768px) {
  .calendar-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .calendar-area > .box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.apg_sc_table {
  font-size: 14px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
}

.apg_sc_table th,
.apg_sc_table td {
  font-weight: 500;
  border: 1px solid #e6e6e6;
}

.apg_sc_table thead th {
  padding: 5px;
  font-weight: bold;
  vertical-align: top;
  color: #fff;
  background: #efefef;
}

.apg_sc_table td {
  padding: 5px;
  vertical-align: top;
  text-align: center;
  background-color: #fff;
}

.apg_sc_table .apg_sc_holiday {
  color: #fff;
  background: #bf0605;
}

.apg_sc_table .apg_sc_saturday_header {
  color: #fff;
  background: #00a9c5;
}

.apg_sc_table .apg_sc_sunday_header {
  color: #fff;
  background: #bf0605;
}

.apg_sc_table .apg_sc_non_day {
  background: none !important;
}

@media (max-width: 767px) {
  .apg_sc_table {
    float: none;
    margin-top: 20px;
  }
}

/* お知らせ追加 */
@media (max-width: 767px) {
  .row-sidebar [class^="col-"] a {
    margin-top: 20px;
  }

  .row-sidebar [class^="col-"] {
    margin-top: 20px;
  }

  .row-sidebar [class^="col-"] p {
    text-align: center;
  }

  .row-sidebar [class^="col-"] img {
    height: 100%;
    width: 100%;
  }

  .row-blog-area .col-md-8 {
    border-bottom: 1px solid;
    padding-bottom: 13px;
  }
}

.new-blog .col-12 {
  position: relative;
}

@media (min-width: 768px) {
  .new-blog .right-content {
    padding-left: 30px;
  }

  .row-sidebar [class^="col-"] img {
    height: 103px;
    width: 172px;
  }

  .row-sidebar [class^="col-"] {
    margin-bottom: 20px;
  }

  .row-blog-area .col-12:nth-child(1) {
    border-right: 1px solid #000;
  }
}

.row-blog-area .col-md-8 h3 {
  margin-top: 10px;
}

.single-shop-base h1 {
  text-align: center;
  position: relative;
  color: #bf0605;
  margin-bottom: 40px;
}

.title.before {
  font-size: 24px;
  font-weight: 500;
  color: #bf0605;
  position: relative;
  padding-bottom: 10px;
}

.bg-common.shop-information-base .row .item:nth-child(2) .title.before::before {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 2px solid #bf0605;
  right: 0;
  left: 154px;
  z-index: 1;
  top: 50%;
}

.bg-common.shop-information-base .row .cont-box.mini {
  display: block;
}

.bg-common.shop-information-base .row .item:nth-child(2) .title.before.toku {
  position: relative;
}

.bg-common.shop-information-base .row .item:nth-child(2) .title.before.toku::before {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 2px solid #bf0605;
  right: 0;
  left: 271px;
  z-index: 1;
  top: 41%;
}

.area-title {
  font-size: 16px;
  font-weight: 400;
  background-color: #ab0c0b;
  padding: 4px 8px;
  color: #fff;
  width: 100%;
  max-width: 95px;
  text-align: center;

  @media (max-width: 767px) {
    max-width: 74px;
    font-size: 14px;
  }
}

.area-information {
  margin-left: 20px;
}

.map {
  margin-top: 25px;
}

.map iframe {
  width: 100%;
}

.bg-common.shop-information-base {
  font-family: Noto Serif JP;
}

.bg-red {
  background-color: #f5dada;
}

.cont .cont-box.half {
  display: block;
}

.all {
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
}

.all-content .text {
  color: #ab0c0b;
  font-weight: 400;
}

.right .text {
  color: #ab0c0b;
  font-weight: 400;
  font-size: 14px;
}

.all .left {
  margin-right: 20px;
  max-width: 38px;
}

.bg-common.shop-information-base ul {
  padding-left: 20px;
  margin-top: 15px;
}

::marker {
  color: #ab0c0b;
}

.black {
  color: #000;
}

.link-all {
  align-items: center;
  display: flex;
}

.link-all a:nth-child(2) {
  margin-left: 20px;
}

.link-all a {
  border: 1px solid #f6f6f6 !important;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}

.link-all a:hover {
  border: 1px solid #000 !important;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f6f6f6;
}

.link-all a:hover img {
  border: 1px solid transparent !important;
}

.link-all .image {
  flex: 0 0 120px;
  max-width: 120px;
}

.shop-name {
  margin-left: 25px;
  color: #000;
  font-size: 24px;
}

.area-information.red a:hover {
  color: #000;
}

/* .single-shop-base .row-product-list a:hover {
    border: transparent;

} */

.row-product-list a img {
  margin-bottom: 20px;
}

.all-car {
  margin-top: 10px;
}

.invoice-all .text-title {
  background-color: #e6e6e6;
  padding: 2px 2px 2px 15px;
}

.invoice-all {
  padding-top: 1px;
  border-bottom: 4px solid #e6e6e6;
  border-right: 4px solid #e6e6e6;
  padding-bottom: 1px;
}

.invoice-all .number {
  background-color: #fff;
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .invoice-all .text-title {
    background-color: #e6e6e6;
    width: 100%;
    display: block;
    text-align: center;
  }

  .invoice-all .number {
    background-color: #fff;
    display: block;
    text-align: center;
  }

  .invoice-all {
    border-left: 4px solid #e6e6e6;
  }

  .invoice-all {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* 商品の全国発送承りますarea */

.countrywide-delivery .delivery-list {
  padding-left: 20px;
  line-height: 35px;
}

.delivery-method-all {
  display: flex;
}

.delivery-method-all {
  position: relative;
}

.delivery-method-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-pink {
  background-color: #f8e6e6;
  padding: 15px;
}

.box.bg-pink {
}

.delivery-method .row {
  margin-top: 20px;
}

.single-shop-base.home-store-list h2 {
  font-family: "Noto Serif JP", serif;
  border-bottom: none;
}

@media (min-width: 768px) {
  .single-shop-base.home-store-list h2 {
    font-size: 2em;
  }

  .information-all {
    padding: 25px 0 20px 0;
    padding-left: 0;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
  }

  .countrywide-delivery {
    margin-top: 60px;
  }

  .countrywide-delivery ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
  }

  .countrywide-delivery .ttl-area.flex {
    background-color: #f8e6e6;
    padding: 30px;
  }

  .delivery-method-all .number {
    font-size: 88px;
    font-weight: 500;
    color: #e8b7b7;
    position: absolute;
    right: 0;
    z-index: 0;
    top: -27px;
    font-family: "Noto Serif JP", serif;
  }

  .delivery-method .ttl-jpn {
    font-size: 32px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
  }

  .countrywide-delivery h2 .ttl-jpn {
    font-size: 32px;
    font-weight: 500;
    color: #c00807;
    border-bottom: 2px solid black;
    padding-bottom: 20px;
    display: block;
  }
}

@media (max-width: 767px) {
  .information-all {
    padding: 16px 0 10px 0;
    padding-left: 0;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
  }

  .countrywide-delivery ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }

  .countrywide-delivery .ttl-area.flex {
    background-color: #f8e6e6;
    padding: 15px;
  }

  .delivery-method-all .number {
    font-family: "Noto Serif JP", serif;

    font-size: 60px;
    font-weight: 500;
    color: #e8b7b7;
    position: absolute;
    right: 0;
    z-index: 0;
    top: -27px;
  }

  .delivery-method .ttl-jpn {
    font-size: 20px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
  }

  .countrywide-delivery h2 .ttl-jpn {
    font-size: 24px;
    font-weight: 500;
    color: #c00807;
    border-bottom: 2px solid black;
    padding-bottom: 20px;
    display: block;
  }

  .delivery-method-title {
    color: #c51d1c;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    height: 90px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .delivery-method-title {
    color: #c51d1c;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    height: 100px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .delivery-method-title {
    color: #c51d1c;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    height: 153px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .delivery-method .ttl-jpn {
    display: flex;
    justify-content: center;
  }
}

/* new-blog */

@media (min-width: 992px) {
  .new-blog .btn-link {
    position: absolute;
    bottom: -60px;
    left: 50%;
    padding: 15px;
    background-color: #bf0605;
    color: #fff;
    width: 200px;
    display: flex;
    justify-content: center;
  }

  .new-blog .btn-link:hover {
    position: absolute;
    bottom: -60px;
    left: 50%;
    padding: 15px;
    background-color: #000;
    color: #fff;
    width: 200px;
    display: flex;
    justify-content: center;
  }

  .row-product-list.new-blog .box {
    display: flex;
    align-items: flex-start;
  }

  .row-product-list.new-blog .image a {
    display: block;
    height: 100% !important;
    width: 275px;
    margin-right: 20px;
  }
}

.new-blog a img {
  width: 275px !important;
  height: 180px !important;
}

.left-content .ttl-jpn {
  font-family: "Noto Serif JP", serif;
}

.right-content .ttl-jpn {
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 991px) {
  .new-blog .text-area {
    text-align: center;
  }

  .link-area {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .new-blog .btn-link {
    /* position: absolute;
        bottom: -24px;
        left: 50%; */
    padding: 15px;
    background-color: #bf0605;
    color: #fff;
    width: 200px;
    display: flex;
    justify-content: center;
  }

  .new-blog .btn-link:hover {
    /* position: absolute;
        bottom: -24px;
        left: 50%; */
    padding: 15px;
    background-color: #000;
    color: #fff;
    width: 200px;
    display: flex;
    justify-content: center;
  }

  .row-product-list.new-blog .image a {
  }
}

@media (min-width: 768px) {
  .row-product-list.new-blog .image-area a img {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    /* margin-top: 10px; */
  }

  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .row-product-list.new-blog .image-area a img {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    margin-top: 10px;
  }

  .pc {
    display: none;
  }
}

.single-shop-base.home-store-list .link-all a {
  background-color: #fff !important;
  border: 1px solid #000 !important;
}

.single-shop-base.home-store-list .link-all a:hover {
  background-color: #bcbcbc !important;
  border: 1px solid #000 !important;
}

.single-shop-base.home-store-list .link-all.saga a {
  pointer-events: auto !important;
}

#page_homepage .link-all a:hover img {
  border: none;
}

@media (min-width: 768px) {
  .ec-orderRole .ec-orderRole__toku {
    width: 33.33333%;
    padding: 0 16px;
  }
}

.has-children > ul > li.has-children > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 999;
  margin-top: -49px;
}

.has-children > ul > li.has-children:hover > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ec-itemNav__nav li ul li ul:before {
    display: none;
  }
}

.row-gallery {
  margin-top: 48px;
}

.ec-productRole__stock .stock {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ec-productRole__stock .box.item.all .before {
  font-size: 18px;
  font-weight: 300;
}

.ec-productRole__stock .box.item.all .num {
  font-size: 18px;
  font-weight: 300;
}
