@charset "UTF-8";
/*!
|------------------------------------------------------------
|サイト全体に影響するCSS（html、body、フォント、FSデフォルトクラスの変更、ヘッダー、フッター、サイドナビ関連）
|------------------------------------------------------------
|---------------------------------------------------------------
|※common.css※ / ※hfstyle.css※ / ※hforiginal.css※ / ※new-parts.css※
|---------------------------------------------------------------
*/

/*!
|---------------------------------------------------------------
|↓↓↓※common.css※↓↓↓
|---------------------------------------------------------------
*/

/*a, a:active, a:link, a:visited {
  color: #0066c0;
}*/

html {
  width: 100% !important;
  height: 100% !important;
}

body {
  z-index: 1;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 150%;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  /*line-height: 1.75em;*/
  /*WPと合わせている*/
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

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

hr {
  border-top: 1px solid #c9c9c9;
}

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

/*------------------------------------------------------------
FSデフォルトクラス名を変更した場合
------------------------------------------------------------*/

.fs-c-breadcrumb {
  color: #757575;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px auto 10px;
}

.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-heading--page {
  border-bottom: 2px solid #777;
  color: #777;
  padding: 0.5em;
}

.fs-c-button--primary {
  padding: 0.6em 1.6em 0.6em;
}

.fs-c-button--secondary {
  padding: 0.7em 1.6em 0.6em;
}

.fs-l-main {
  margin: 0px auto;
  padding: 8px;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fs-l-pageMain {
  max-width: 1000px;
  width: 100%;
}

.fs-c-productThumbnail__image {
  margin: 4px 6px;
  flex-basis: 100px;
  min-height: 100px;
}

.fs-c-featuredProduct {
  margin-top: 50px;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  margin-bottom: 10px;
}

.fs-p-heading--lv2 {
  margin-bottom: 10px;
}

.fs-c-productThumbnail {
  margin-top: -20px;
}

.fs-c-productMainImage__expandButton {
  margin-top: -10px;
  margin-right: 70px;
}

.fs-body-newsletter-subscribe {
  /*background: rgba(126, 126, 126, 0.08);*/
  background-color: transparent;
  padding: 16px 32px;
}

.fs-c-mark--bundle {
  margin-top: 10px;
}

.fs-c-specTable,
.fs-c-specTable__headerCell,
.fs-c-specTable__dataCell {
  width: 100%;
}

.fs-l-footer {
  background-color: transparent;
}

[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"],
select,
textarea {
  /*border-radius: 3px;*/
}

.fs-c-productReview__allReviews {
  margin-bottom: 8px;
}

.fs-c-productReview__addReview {
  margin-bottom: 8px;
}

.fs-c-productReview {
  margin-top: 32px;
}

.fs-c-aggregateRating__rating::before {
  font-size: unset;
  color: #7c8790;
}

.fs-p-announcement {
  margin: 10px 0 8px;
}

.fs-p-announcement__body .fs-p-banner__label--emphasis {
  color: #e2133d;
}

.fs-pt-carousel__track {
  /*margin-top: -25px;*/
}

.fs-c-reviewer__name {
  font-weight: bold;
}

#fs-checkout-payHere-container .fs-c-button--primary,
#fs-checkout-payHere-container .fs-c-button--secondary {
  padding: 15px 10px 10px 10px;
  width: 100%;
}

.fs-c-reviewProduct__info {
  font-size: 0.5em;
  line-height: 1.5em;
}

/*------------------------------------------------------------
WPの箇条書きリストに●や数字が表示されなくなるので非表示
------------------------------------------------------------*/

ol,
ul,
li {
  /*list-style: none;*/
}

input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}

.picture {
  border: none;
}

.cl {
  clear: both;
}

.tac {
  text-align: center;
}

/*------------------------------------------------------------
2021/01/22　各ページのカートに入れるボタン（手
------------------------------------------------------------*/

.fs-c-button--addToCart--list {
  background: #d11d2a;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  padding: 0.5em 0.3em;
  margin: 0 auto;
}

@media screen and (max-width: 559px) {
  .fs-c-button--addToCart--list {
    font-size: 1.2rem;
  }
}

.fs-c-button--viewProductDetail {
  background: #1b668d;
  border-radius: 6px;
  color: #fff !important;
  -webkit-box-shadow: none;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  padding: 0.5em 0.3em;
  margin: 0 auto;
}

.fs-c-button--viewProductDetail a:visited {
  color: #ffffff;
}

@media screen and (max-width: 559px) {
  .fs-c-button--viewProductDetail {
    font-size: 1.2rem;
  }
}

.fs-c-cartTable__headerCell--action {
  width: 80px;
}

/*!
|---------------------------------------------------------------
| ↓↓↓※hfstyle.css※↓↓↓
|---------------------------------------------------------------
|---------------------------------------------------------------
| header & footer style
|---------------------------------------------------------------
*/
.ecthf_red {
  color: #e62112;
  font-weight: bold !important;
}
@media screen and (min-width: 959.2px) {
  .ecthf__hide_pc {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .ecthf__hide_sp {
    display: none !important;
  }
}
.ecthf_container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .ecthf_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ecthf_footer__nav__contact__nav__btn,
.ecthf_return__note__nav__link,
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-btn,
.ecthf_search__form__btn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: #fff;
  background: #ffba00;
  border: 1px solid #e6a700;
  border-radius: 3px;
}
.ecthf_calendar {
  display: block;
}
.ecthf_calendar table {
  width: 100%;
  height: auto;
  border: 0;
  background: #fff;
}
.ecthf_calendar table caption {
  background: #fff;
  font-weight: 700;
}
.ecthf_calendar table td,
.ecthf_calendar table th {
  padding: 0;
  text-align: center;
  border: 1px solid #fff;
}
.ecthf_calendar table td > div,
.ecthf_calendar table th > div {
  padding: 4px;
}
.ecthf_calendar table .backward {
  display: none;
}
.ecthf_left {
  display: block;
  width: 80px;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
body {
  position: relative;
}
@media screen and (max-width: 1410px) {
  .ecthf_left {
    display: none;
  }
}
.ecthf_left__banner,
.ecthf_left__banner__block {
  display: block;
  width: 100%;
  height: 100%;
}
.ecthf_left__banner__block {
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top;
}
.ecthf_right {
  display: block;
  width: 100px;
  height: auto;
  max-height: 100%;
  overflow: auto;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px 0 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 1410px) {
  .ecthf_right {
    top: auto;
    bottom: 30px;
    -webkit-transform: none;
    transform: none;
  }
}
.ecthf_right.js--active {
  opacity: 1;
}
.ecthf_right.js--active .ecthf_right__menu > * {
  pointer-events: all;
}
.ecthf_right__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ecthf_right__menu__list {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 0 30px;
}
@media screen and (max-width: 1410px) {
  .ecthf_right__menu__list {
    display: none;
  }
}
.ecthf_right__menu__list__item {
  display: block;
}
.ecthf_right__menu__list__item + .ecthf_right__menu__list__item {
  margin-top: 8px;
}
.ecthf_right__menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 64.28571429px;
  padding: 0 4px;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.ecthf_right__menu__link img {
  display: block;
  width: 30px;
  height: auto;
  margin: 0 0 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_right__menu__text {
  display: block;
  text-align: center;
}
.ecthf_right__menu__to_top {
  display: block;
}
@media screen and (max-width: 1410px) {
  .ecthf_right__menu__to_top {
    display: none;
  }
}
.ecthf_right__menu__to_top__link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.ecthf_right__menu__to_top__link img {
  display: block;
  width: 100%;
  height: auto;
}
.ecthf_right__menu__to_top__link__text {
  display: block;
}
.ecthf_banners,
.ecthf_news,
.ecthf_top {
  display: block;
  text-align: center;
  padding: 6px 0 4px;
  z-index: 5;
  position: relative;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .ecthf_banners,
  .ecthf_news,
  .ecthf_top {
    font-size: 13px;
  }
}
.ecthf_banners .ecthf_container {
  max-width: 1230px;
}
@media screen and (max-width: 959px) {
  .ecthf_banners .ecthf_container {
    max-width: 1208px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.ecthf_banners__banner {
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 959px) {
  .ecthf_banners__banner__pc {
    display: none;
  }
}
@media screen and (min-width: 959.2px) {
  .ecthf_banners__banner__sp {
    display: none;
  }
}
.ecthf_news .ecthf_container {
  max-width: 1230px;
}
@media screen and (max-width: 959px) {
  .ecthf_news .ecthf_container {
    max-width: 1208px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.ecthf_top .ecthf_container {
  max-width: 1230px;
}
@media screen and (max-width: 959px) {
  .ecthf_top .ecthf_container {
    max-width: 1208px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.ecthf_top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ecthf_top__title {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
@media screen and (max-width: 959px) {
  .ecthf_top__title {
    text-align: center;
  }
}
.ecthf_top__nav {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 959px) {
  .ecthf_top__nav {
    display: none;
  }
}
.ecthf_top__nav__link {
  display: block;
  width: 280px;
  text-align: center;
  color: inherit !important;
  text-decoration: none !important;
}
.ect_header {
  display: block;
  z-index: 6;
  background: #fff;
  position: relative;
}
.ect_header a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .ect_header {
    display: block;
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
  }
}
.ect_header .ecthf_container {
  max-width: 1230px;
}
@media screen and (max-width: 959px) {
  .ect_header .ecthf_container {
    max-width: 1208px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.ect_header__main__menu__list,
.ect_header__main__mypage_menu__list,
.ect_header__main__usermenu__list,
.ect_header__nav__main__list,
.ect_header__nav__top__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: -2px;
  margin-right: -2px;
}
.ect_header__main__menu__list__item,
.ect_header__main__mypage_menu__list__item,
.ect_header__main__usermenu__list__item,
.ect_header__nav__main__list__item,
.ect_header__nav__top__list__item {
  display: block;
  width: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}
.ect_header__main {
  display: block;
}
.ect_header__main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin: 0 -7.5px;
  padding: 4px 0;
}
@media screen and (max-width: 959px) {
  .ect_header__main__content {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.ect_header__main__content__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 7.5px;
}
@media screen and (max-width: 959px) {
  .ect_header__main__content__brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ect_header__main__content__main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 7.5px;
}
@media screen and (max-width: 959px) {
  .ect_header__main__content__main {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ect_header__main__grid {
  padding: 7.5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
@media screen and (max-width: 1240px) {
  .ect_header__main__grid {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .ect_header__main__grid {
    display: none;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media screen and (min-width: 1151px) {
  .ect_header__main__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 -7.5px;
  }
}
@media screen and (max-width: 959px) {
  .ect_header__main__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 -2px;
  }
}
.ect_header__main__brand__logo {
  display: block;
}
@media screen and (min-width: 1151px) {
  .ect_header__main__brand__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 959px) {
  .ect_header__main__brand__logo {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 500px) {
  .ect_header__main__brand__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.ect_header__main__brand__catch {
  display: none;
  display: block;
}
@media screen and (min-width: 1151px) {
  .ect_header__main__brand__catch {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 20px 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .ect_header__main__brand__catch {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ect_header__main__contact {
  padding: 0 7.5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .ect_header__main__contact {
    font-size: 1em;
  }
}
@media screen and (max-width: 1240px) {
  .ect_header__main__contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 959px) {
  .ect_header__main__contact {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ect_header__main__contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
}
.ect_header__main__contact__tel img,
.ect_header__main__contact__tel svg {
  display: block;
  width: 1em;
  margin: 0 0.25em 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ect_header__main__contact__tel__number {
  display: block;
  font-weight: 700;
}
.ect_header__main__contact__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.7em;
}
.ect_header__main__contact__time img {
  display: block;
  width: 1em;
  margin: 0 0.05em 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ect_header__main__contact__comment {
  display: block;
  color: #e1212e;
  font-weight: 700;
  font-size: 0.8em;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 1240px) {
  .ect_header__main__contact__comment {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.ect_header__main__menu {
  padding: 0 7.5px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
}
@media screen and (min-width: 959.2px) {
  .ect_header__main__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }
}
@media screen and (max-width: 959px) {
  .ect_header__main__menu {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ect_header__main__menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 5px 0;
  line-height: 1.2;
  font-size: 14px;
  border: 1px solid #333;
}
.ect_header__main__menu__link img {
  display: block;
  width: 15px;
  height: auto;
  margin: 0 8px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ect_header__main__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 -7.5px;
}
@media screen and (max-width: 959px) {
  .ect_header__main__main {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.ect_header__main__banners {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 -7.5px;
}
@media screen and (max-width: 959px) {
  .ect_header__main__banners {
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.ect_header__main__banners__item {
  display: block;
  padding: 0 7.5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 959px) {
  .ect_header__main__banners__item {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ect_header__main__nav {
  display: block;
  height: 100%;
}
.ect_header__main__nav__list {
  list-style: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ect_header__main__nav__list__item {
  display: block;
}
.ect_header__main__mypage_menu {
  display: none;
  margin-bottom: 4px;
}
@media screen and (min-width: 959.2px) {
  .ect_header__main__mypage_menu {
    display: block;
  }
}
.ect_header__main__mypage_menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 5px 0;
  line-height: 1.2;
  color: inherit;
  font-size: 14px;
  border: 1px solid #333;
}
.ect_header__main__mypage_menu__link img {
  display: block;
  width: 15px;
  height: auto;
  margin: 0 8px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ect_header__main__usermenu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ect_header__main__usermenu__list {
  height: 100%;
}
.ect_header__main__usermenu__link,
.ect_header__main__usermenu__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ect_header__main__usermenu__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 10px 0;
  line-height: 1.2;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  .ect_header__main__usermenu__link {
    font-size: 10px;
  }
}
.ect_header__main__usermenu__link img {
  display: block;
  width: 15px;
  height: auto;
  margin: 0 auto 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 959.2px) {
  .ect_header__main__usermenu__link.__cart .__dark {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .ect_header__main__usermenu__link.__cart .__white {
    display: none;
  }
}
.ect_header__logo {
  display: block;
  max-width: 200px;
  color: inherit !important;
  text-decoration: none !important;
}
.ect_header__logo__text {
  display: none;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 959.2px) {
  .ect_header__logo__text {
    display: block;
  }
}
.ect_header__catch {
  display: none;
  max-width: 270px;
}
@media screen and (min-width: 959.2px) {
  .ect_header__catch {
    display: block;
  }
}
.ect_header__catch--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
}
.ect_header__catch--sp span {
  font-size: 1em;
}
@media screen and (min-width: 959.2px) {
  .ect_header__catch--sp {
    display: none;
  }
}
.ect_header__catch__line {
  display: block;
  line-height: 1.2;
}
.ect_header__catch__line + .ect_header__catch__line {
  margin-top: 3px;
}
.ect_header__catch__name {
  font-size: 1.4em;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}
.ect_header__nav {
  display: block;
}
@media screen and (max-width: 959px) {
  .ect_header__nav {
    display: none;
  }
}
.ect_header__nav__top__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ect_header__nav__top__list__item {
  width: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.ect_header__nav__top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 8px 15px;
  line-height: 1.5;
}
.ect_header__nav__top__link img {
  display: block;
  width: 15px;
  height: auto;
  margin: 0 5px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ect_header__nav__main__link {
  display: block;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 5px 0;
  line-height: 1;
  color: inherit;
}
.ect_header__nav__main__link img {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 auto 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ect_header__nav__main__link__text {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .ect_header__nav__main__link__text {
    font-size: 12px;
  }
}
.ect_header__nav__main__link__text span {
  display: block;
  font-size: 0.84615385em;
  color: #999;
  margin-top: 3px;
}
.ect_header__search {
  display: none;
  width: 100%;
  height: 100vh;
  max-height: calc(100vh - 100px);
  background: #fff;
  border-bottom: 1px solid #eeeeef;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 10000;
  margin: auto;
}
@media screen and (min-width: 959.2px) {
  .ect_header__search {
    display: none !important;
  }
}
.ect_header__search__content {
  display: block;
  height: 100%;
  position: relative;
  padding: 5px 0;
  overflow-y: auto;
}
.ect_header__search__block {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.ect_header__search__block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
  padding: 4px 10px;
  background: #eeeeef;
}
.ect_header__search__block__title img {
  display: block;
  width: 15px;
  height: auto;
  margin: 0 5px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ect_header__search__block__body {
  display: block;
  margin: 0;
  padding: 0 10px;
}
.ect_header__search .ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-btn,
.ect_header__search .ecthf_search__form__btn {
  display: block;
  width: 80%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  margin: 10px auto;
}
.ect_header__search .ecthf_search__content__step {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.ect_header__search .ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form .searchapi_form-direct-form-block .searchapi_form-direct-form-body {
  display: block;
}
.ect_header__search .ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-step .searchapi_form-direct-form-step-header {
  font-size: 12px;
  font-weight: 400;
}
.ect_header__search .ecthf_search__content__step .searchapi_form-direct .searchapi_form-selectbox {
  font-size: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ect_header__search .ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-submit {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  margin: 4px 0 0;
}
.ect_header__search .ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}
.ect_header__search .ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-btn:after {
  content: "\304B\3093\305F\3093\691C\7D22";
  width: auto;
  height: auto;
  margin: 0;
  font-size: 16px;
  background: none;
}
.ect_header__search .ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-btn:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(https://ecotte.itembox.design/item/hfassets/images/header/icon_search_white.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.ect_header__search .ecthf_search__form {
  display: block;
}
.ect_header__search .ecthf_search__form__input {
  font-size: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ect_header__search .ecthf_search__form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin: 10px auto 25px;
}
.ect_header__search .ecthf_search__form__btn img {
  display: block;
  width: 15px;
  height: auto;
  margin: 0 5px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ect_header__search__popular__list {
  font-size: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ect_header__search__popular__list,
.ect_header__search__popular__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.ect_header__search__popular__list__item {
  margin: 0 0 0.25em;
}
.ect_header__search__popular__list__item:after {
  content: ",";
  margin-right: 0.5em;
}
.ect_header__search__popular__list__item:last-child:after {
  display: none;
}
.ect_header__search__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -5px 10px;
  padding: 10px 0;
}
.ect_header__search__category__list__item {
  display: block;
  padding: 0 5px;
  margin: 0 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ect_header__search__category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 8px;
  border-radius: 5px;
  background: #eeeeef;
  font-size: 12px;
  color: inherit !important;
  text-decoration: none !important;
}
.ect_header__search__category__link:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-color: currentcolor;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ect_header__search__nav {
  display: block;
}
.ect_header__search__nav__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -10px;
}
.ect_header__search__nav__list__item {
  display: block;
  margin: 0 0 10px;
  padding: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.ecthf_search {
  display: none;
}
.ecthf_search .ecthf_container {
  max-width: 1230px;
}
@media screen and (max-width: 959px) {
  .ecthf_search .ecthf_container {
    max-width: 1208px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (min-width: 959.2px) {
  .ecthf_search {
    display: block;
    z-index: 6;
    padding: 4px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
  }
}
.ecthf_search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 -7.5px;
}
@media screen and (max-width: 959px) {
  .ecthf_search__content {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.ecthf_search__content__logo {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 7.5px;
}
@media screen and (max-width: 959px) {
  .ecthf_search__content__logo {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ecthf_search.js--active .ecthf_search__content__logo {
  display: block;
}
.ecthf_search__content__logo__link {
  display: block;
  width: 50px;
}
.ecthf_search__content__logo__link img {
  display: block;
  width: 100%;
  height: auto;
}
.ecthf_search__content__keyword,
.ecthf_search__content__step {
  display: block;
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 50%;
  padding: 0 7.5px;
}
@media screen and (max-width: 959px) {
  .ecthf_search__content__keyword,
  .ecthf_search__content__step {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ecthf_search__content__step .searchapi_form {
  display: none;
}
.ecthf_search__content__step .searchapi_form.js--append {
  display: block;
}
.ecthf_search__content__step .searchapi_form .searchapi_form-grid .searchapi_form-grid-col--form {
  margin: 0;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form {
  display: block;
  padding: 0;
  background: none;
  border-radius: 0;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form .searchapi_form-direct-form-block {
  display: block;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form .searchapi_form-direct-form-block .searchapi_form-direct-form-header {
  display: none;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form .searchapi_form-direct-form-block .searchapi_form-direct-form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -2px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-grid .searchapi_form-direct-form-grid-item {
  margin: 0;
  padding: 0 2px;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  max-width: 175px;
  margin: 0 0 0 4px;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-btn {
  height: auto;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-btn:before {
  content: "\304B\3093\305F\3093\691C\7D22";
  font-size: 16px;
  background: none;
  width: auto;
  height: auto;
  margin: 0;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 5px;
  background-image: url(https://ecotte.itembox.design/item/hfassets/images/header/icon_search_white.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-direct-form-step .searchapi_form-direct-form-step-header {
  font-size: 14px;
  margin: 0;
}
.ecthf_search__content__step .searchapi_form-direct .searchapi_form-selectbox {
  height: auto;
}
.ecthf_search__content__keyword,
.ecthf_search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ecthf_search__form {
  width: 100%;
  height: 100%;
}
.ecthf_search__form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  max-width: 175px;
  margin: 0 0 0 5px;
  font-weight: 700;
}
.ecthf_search__form__btn img {
  display: block;
  width: 15px;
  height: auto;
  margin-left: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_menu {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 150%;
  z-index: 10000;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.ecthf_menu a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .ecthf_menu.js--opened {
    left: 0;
    opacity: 1;
  }
}
.ecthf_menu__dialog {
  display: block;
  width: 100%;
  height: 100%;
}
.ecthf_menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
.ecthf_menu__body,
.ecthf_menu__header {
  padding: 8px 10px;
}
.ecthf_menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #eeeeef;
}
.ecthf_menu__body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
}
.ecthf_menu__group {
  display: block;
  margin: 0 0 10px;
  padding: 0 10px;
}
.ecthf_menu__group__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  background: #eeeeef;
  width: auto;
  margin: 0 -10px;
}
.ecthf_menu__group__title img {
  display: block;
  width: 15px;
  height: auto;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_menu__group__body {
  display: block;
  margin: 0;
}
.ecthf_menu__logo {
  display: flex;
  max-width: 100px;
  height: auto;
}
.ecthf_menu__closer {
  margin-left: auto;
  display: block;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}
.ecthf_menu__aside {
  color: #fff;
  background: #777;
  padding: 4px 5px;
  margin: 0 0 10px;
}
.ecthf_menu__aside__link {
  color: inherit !important;
  text-decoration: none !important;
}
.ecthf_menu__list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.ecthf_menu__list__item {
  display: block;
  margin: 0 0 8px;
}
.ecthf_menu__menu_list {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.ecthf_menu__menu_list__item {
  display: block;
  margin: 0;
  border-bottom: 1px solid #eeeeef;
}
.ecthf_menu__menu_list__item .ecthf_menu__link {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}
.ecthf_menu__menu_list__item .ecthf_menu__link img {
  display: block;
  width: 15px;
  height: auto;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_menu__menu_list__item .ecthf_menu__link:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-color: #737373;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 5px 5px;
  border-radius: 5px;
  color: inherit !important;
}
.ecthf_menu__btn img {
  display: block;
  width: 15px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.ecthf_menu__link {
  text-decoration: none;
}
.ecthf_menu__nav {
  display: block;
}
.ecthf_menu__nav .ecthf_menu__menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ecthf_menu__nav .ecthf_menu__menu_list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border-bottom: 1px solid #eeeeef;
}
.ecthf_menu__contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.ecthf_menu__contact,
.ecthf_menu__contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
}
.ecthf_menu__contact__tel img,
.ecthf_menu__contact__tel svg {
  display: block;
  width: 1em;
  margin: 0 0.25em 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_menu__contact__tel__number {
  display: block;
  font-weight: 700;
}
.ecthf_menu__contact__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.7em;
}
.ecthf_menu__contact__time img {
  display: block;
  width: 1em;
  margin: 0 0.05em 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_menu__contact__comment {
  display: block;
  color: #e1212e;
  font-weight: 700;
  font-size: 0.8em;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 1240px) {
  .ecthf_menu__contact__comment {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.ecthf_footer {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  border-top: solid 1px #ccc;
  margin-top: 50px;
}
.ecthf_footer a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.ecthf_footer__guide,
.ecthf_footer__guide__about {
  display: block;
}
@media screen and (min-width: 1001px) {
  .ecthf_footer__guide__about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__guide__about__content {
    margin: 0 -20px;
  }
}
.ecthf_footer__guide__about__content__guide {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .ecthf_footer__guide__about__content__guide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__guide__about__content__guide {
    padding: 0 20px;
  }
}
.ecthf_footer__guide__about__content__calendar {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .ecthf_footer__guide__about__content__calendar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    max-width: 480px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__guide__about__content__calendar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    max-width: 490px;
    padding: 0 20px;
  }
}
.ecthf_footer__guide__ec {
  display: block;
}
@media screen and (min-width: 641px) {
  .ecthf_footer__guide__ec__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -10px;
  }
}
.ecthf_footer__guide__ec__content__item {
  margin: 0 0 15px;
}
@media screen and (min-width: 641px) {
  .ecthf_footer__guide__ec__content__item {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1001px) {
  .ecthf_footer__guide__ec__content__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
.ecthf_footer__guide__ec__table {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-rows: auto;
  grid-gap: 5px 15px;
}
.ecthf_footer__guide__ec__table__th {
  display: block;
}
.ecthf_footer__guide__ec__table__th span {
  display: block;
  text-align: center;
  border: 1px solid;
}
.ecthf_footer__guide__ec__table__td {
  display: block;
  margin: 0 0 10px;
}
@supports (display: grid) {
  .ecthf_footer__guide__ec__table__td {
    margin-bottom: 0;
  }
}
.ecthf_footer__guide__block {
  display: block;
}
.ecthf_footer__guide__block__title {
  width: 100%;
  margin: 0 0 10px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
}
.ecthf_footer__guide__block__title img {
  display: block;
  width: 15px;
  height: auto;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_footer__guide__block__body {
  margin: 0;
  padding: 0;
  display: block;
}
.ecthf_footer__about {
  display: block;
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__about__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: table;
    width: auto;
    margin: 0 auto;
  }
}
.ecthf_footer__about__brand__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: table;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 5px 10px;
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__about__brand__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
    margin: 0 auto;
    padding: 10px 5px;
  }
}
.ecthf_footer__about__brand__logo__link,
.ecthf_footer__about__brand__logo__link img,
.ecthf_footer__about__brand__nav {
  display: block;
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__about__brand__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 5px;
  }
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__about__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 -5px;
  }
}
.ecthf_footer__about__profile__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__about__profile__catch {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
    padding: 0 5px;
  }
}
.ecthf_footer__about__profile__catch img {
  display: block;
  width: auto;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_footer__about__profile__summary {
  display: block;
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__about__profile__summary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 5px;
  }
}
.ecthf_footer__about__profile__row {
  display: block;
}
@media screen and (min-width: 481px) {
  .ecthf_footer__about__profile__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 -2.5px;
  }
}
.ecthf_footer__about__profile__col {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  .ecthf_footer__about__profile__col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 2.5px;
  }
}
.ecthf_footer__about__comment {
  display: block;
  text-align: center;
  padding: 5px 5px;
}
.ecthf_footer__about__nav {
  display: block;
  margin: 0 0 10px;
}
.ecthf_footer__about__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 -5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__about__nav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.ecthf_footer__about__nav__list__item {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 5px;
}
.ecthf_footer__about__nav__link {
  display: block;
}
.ecthf_footer__about__nav__link img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.ecthf_footer__about__company,
.ecthf_footer__about__summary {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  padding: 10px 5px;
  text-align: center;
}
.ecthf_footer__about__summary__lead {
  font-weight: 700;
}
.ecthf_footer__about__summary small {
  font-size: 0.9em;
}
.ecthf_footer__about__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ecthf_footer__about__company__content {
  display: block;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .ecthf_footer__calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0 -10px;
  }
}
.ecthf_footer__calendar__item {
  display: block;
  margin: 0 0 15px;
}
@media screen and (min-width: 481px) {
  .ecthf_footer__calendar__item {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.ecthf_footer__nav,
.ecthf_footer__nav__menu {
  display: block;
}
@media screen and (max-width: 959px) {
  .ecthf_footer__nav__menu {
    font-size: 13px;
  }
}
.ecthf_footer__nav__menu__content {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ecthf_footer__nav__menu__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 0 0 -1px;
}
@media screen and (max-width: 959px) {
  .ecthf_footer__nav__menu__list {
    padding: 4px 0;
  }
}
.ecthf_footer__nav__menu__list__item {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 8px 0;
}
@media screen and (max-width: 959px) {
  .ecthf_footer__nav__menu__list__item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.ecthf_footer__nav__menu__link {
  border-left: 1px solid #afafaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: inherit !important;
  padding: 4px 15px;
}
@media screen and (max-width: 959px) {
  .ecthf_footer__nav__menu__link {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.ecthf_footer__nav__menu__link img {
  display: block;
  width: 15px;
  height: auto;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_footer__nav__menu__text {
  display: inline-block;
}
.ecthf_footer__nav__contact {
  display: block;
  padding: 30px 0;
  overflow: hidden;
}
.ecthf_footer__nav__contact .ecthf_container {
  max-width: 1230px;
}
.ecthf_footer__nav__contact__content {
  padding-left: 25px;
}
@media screen and (min-width: 851px) {
  .ecthf_footer__nav__contact__content {
    width: auto;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__nav__contact__content {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.ecthf_footer__nav__contact__content__item {
  padding: 0 15px;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 851px) {
  .ecthf_footer__nav__contact__content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-top: 42.5px;
  }
}
@media screen and (min-width: 1201px) {
  .ecthf_footer__nav__contact__content__item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.ecthf_footer__nav__contact__block {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  color: #333;
  background: #fff;
  border-radius: 10px;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 851px) {
  .ecthf_footer__nav__contact__block {
    font-size: 1em;
  }
}
.ecthf_footer__nav__contact__block__heading {
  display: block;
  margin: 0;
  padding: 15px 15px 15px 20px;
  font-size: 1.1em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  .ecthf_footer__nav__contact__block__heading {
    padding-top: 42.5px;
    padding-left: 15px;
  }
}
.ecthf_footer__nav__contact__block__heading img {
  display: block;
  width: auto;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 5;
  margin: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 851px) {
  .ecthf_footer__nav__contact__block__heading img {
    height: 85px;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ecthf_footer__nav__contact__block__heading__text {
  display: block;
  margin-top: 5px;
}
.ecthf_footer__nav__contact__block__heading__text span {
  font-size: 1.2em;
}
.ecthf_footer__nav__contact__block__body {
  display: block;
  margin: 0;
  padding: 0 15px 25px 25px;
}
@media screen and (min-width: 851px) {
  .ecthf_footer__nav__contact__block__body {
    padding-left: 15px;
  }
}
.ecthf_footer__nav__contact__number {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.6em;
}
@media screen and (min-width: 851px) {
  .ecthf_footer__nav__contact__number {
    font-size: 2em;
  }
}
.ecthf_footer__nav__contact__number em {
  font-style: normal;
}
.ecthf_footer__nav__contact__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  .ecthf_footer__nav__contact__note {
    font-size: 1em;
  }
}
.ecthf_footer__nav__contact__note img {
  display: block;
  width: 15px;
  height: auto;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_footer__nav__contact__note__text {
  display: block;
  font-size: 1em;
}
.ecthf_footer__nav__contact__nav {
  display: block;
  text-align: center;
}
.ecthf_footer__nav__contact__nav + .ecthf_footer__nav__contact__nav {
  margin-top: 10px;
}
.ecthf_footer__nav__contact__nav__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 1.5em;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}
.ecthf_footer__nav__contact__nav__btn:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-color: currentcolor;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}
.ecthf_footer__nav__contact__nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit !important;
}
.ecthf_footer__nav__contact__nav__link:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-color: currentcolor;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}
.ecthf_footer__nav__contact__nav img {
  display: block;
  width: 15px;
  height: auto;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecthf_footer__nav__contact__nav__text {
  display: block;
  font-size: 1em;
}
.ecthf_footer__nav__social {
  display: block;
}
@media screen and (min-width: 601px) {
  .ecthf_footer__nav__social__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin: 0 -10px;
  }
}
@media screen and (min-width: 601px) {
  .ecthf_footer__nav__social__content__sns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px;
  }
}
.ecthf_footer__nav__social__content__mohitti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 601px) {
  .ecthf_footer__nav__social__content__mohitti {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px;
    margin-top: 0;
  }
}
.ecthf_footer__nav__social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin: 0 -10px;
}
.ecthf_footer__nav__social__list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 10px;
}
.ecthf_footer__nav__social__link {
  display: block;
}
.ecthf_footer__nav__social__link img {
  display: block;
  width: 50px;
  height: auto;
}
.ecthf_footer__copyright {
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 480px) {
  .ecthf_footer__copyright {
    padding-top: 150px;
  }
}
.ecthf_footer__copyright__text {
  display: block;
  text-align: center;
}
.ecthf_cost__lead,
.ecthf_payment__lead,
.ecthf_return__lead,
.ecthf_shipping__lead {
  display: block;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 0.5em;
}
.ecthf_cost__note,
.ecthf_payment__note,
.ecthf_return__note,
.ecthf_shipping__note {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
}
.ecthf_cost__lead span,
.ecthf_payment__lead span,
.ecthf_return__lead span,
.ecthf_shipping__lead span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
}
.ecthf_payment__lead strong {
  font-size: 1em;
}
@media screen and (max-width: 959px) {
  .ecthf_payment__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -5px;
  }
}
.ecthf_payment__images__item {
  display: block;
}
@media screen and (max-width: 959px) {
  .ecthf_payment__images__item {
    padding: 3px 5px;
  }
}
.ecthf_payment__images__item + .ecthf_payment__images__item {
  margin-top: 3px;
}
@media screen and (max-width: 959px) {
  .ecthf_payment__images__item + .ecthf_payment__images__item {
    margin-top: 0;
  }
}
.ecthf_payment__images__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.ecthf_shipping__list {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ecthf_shipping__list,
.ecthf_shipping__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.ecthf_shipping__list__item + .ecthf_shipping__list__item:before {
  content: "/";
  display: block;
  margin: 0 0.25em;
}
.ecthf_return__note__nav {
  display: block;
  margin-top: 5px;
  text-align: center;
}
.ecthf_return__note__nav__link {
  padding: 0.5em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit !important;
  text-decoration: none !important;
  background: #eeeeef;
  border: 1px solid #c7c7ca;
}
.ecthf_return__note__nav__link img {
  display: block;
  width: 15px;
  height: auto;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.fs-l-page {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .ect_header__main__content__brand {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 559px) {
  .ect_header__main__usermenu__link {
    font-size: 0;
  }
  .ect_header__main__usermenu__link img {
    margin-bottom: 0;
  }
}

.ecthf_menu__list {
  margin-bottom: 0;
}

.ecthf_menu__list--grid {
  width: auto;
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ecthf_menu__list--grid .ecthf_menu__list__item {
  display: block;
  padding: 0 5px;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/*以下2020/11/25以降エコッテ追加*/
.ecthf_search__content__step-toner,
.ecthf_search__content__step-riboon {
  display: none;
}
.ecthf_search__content__keyword-toner,
.ecthf_search__content__keyword-riboon {
  width: 99.4%;
  height: 50px;
}

/*!
|---------------------------------------------------------------
|↓↓↓※hforiginal.css※↓↓↓
|---------------------------------------------------------------
|---------------------------------------------------------------
| header & footer original
|---------------------------------------------------------------
*/

/* ヘッダー：トップバナー */

.ecthf_banners {
  color: #fff;
  /*background: #42b14a;*/
  padding: 6px 0 0;
}

/* ヘッダー：お知らせエリア */

.ecthf_news {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

/* ヘッダー：見出しエリア */

.ecthf_top {
  color: #fff;
  background: #777;
}

/* ヘッダー：メインエリア1 リンク */

.ect_header__main__mypage_menu__link {
  background: #fff;
}

.ect_header__main__mypage_menu__link:link,
.ect_header__main__mypage_menu__link:focus,
.ect_header__main__mypage_menu__link:hover,
.ect_header__main__mypage_menu__link:visited {
  color: inherit;
}

.ect_header__main__mypage_menu__link:hover {
  background: #f2f2f2;
}

.ect_header__main__usermenu__link {
  background: #eee;
}

.ect_header__main__usermenu__link:link,
.ect_header__main__usermenu__link:focus,
.ect_header__main__usermenu__link:hover,
.ect_header__main__usermenu__link:visited {
  color: inherit;
}

.ect_header__main__usermenu__link:hover {
  background: #d9d9d9;
}

@media screen and (min-width: 959.2px) {
  .ect_header__main__usermenu__link.__cart {
    /* PC */
    color: #fff;
    background: #d11d2a;
  }

  .ect_header__main__usermenu__link.__cart:hover {
    background: #db2b41;
  }
}

/* ヘッダー：メニュー1 */

.ect_header__nav__top {
  background: #eee;
}

/* ヘッダー：メニュー1 リンク */

.ect_header__nav__top__link {
  /* background: #f7f7f7; */
}

.ect_header__nav__top__link:link,
.ect_header__nav__top__link:focus,
.ect_header__nav__top__link:hover,
.ect_header__nav__top__link:visited {
  color: inherit;
}

.ect_header__nav__top__link:hover {
  background: #eaeaea;
}

/* ヘッダー：メニュー2 */

.ect_header__nav__main {
  background: #fff;
}

/* ヘッダー：メニュー2 リンク */

.ect_header__nav__main__link:link,
.ect_header__nav__main__link:focus,
.ect_header__nav__main__link:hover,
.ect_header__nav__main__link:visited {
  color: inherit;
}

.ect_header__nav__main__link:hover {
  background: #d9d9d9;
}

/* 右メニュー：リンク */

.ecthf_right__menu__link {
  background: #eee;
}

.ecthf_right__menu__link:link,
.ecthf_right__menu__link:focus,
.ecthf_right__menu__link:hover,
.ecthf_right__menu__link:visited {
  color: inherit;
}

.ecthf_right__menu__link:hover {
  background: #b9b9b9;
}

@media screen and (min-width: 959.2px) {
  .ecthf_right__menu__link.__cart {
    /* PC */
    color: #fff;
    background: #d11d2a;
  }

  .ecthf_right__menu__link.__cart:hover {
    background: #db2b41;
  }
}

/* ヘッダー：メニュー内ボタン */

.ecthf_menu__btn.__register,
.ecthf_menu__btn.__mypage {
  border: 1px solid currentColor;
  background: #fff;
}

.ecthf_menu__btn.__wishlist,
.ecthf_menu__btn.__order,
.ecthf_menu__btn.__review {
  background: #eee;
}
.ecthf_menu__btn.__cart {
  color: #fff !important;
  background: #d11d2a;
}
.ecthf_menu__btn.__cart:hover {
  background: #db2b41;
}

.ecthf_menu__link:link,
.ecthf_menu__link:focus,
.ecthf_menu__link:hover,
.ecthf_menu__link:visited {
  color: inherit;
}

/* よく検索されているキーワード */

.ect_header__search__popular__list__item a:link,
.ect_header__search__popular__list__item a:focus,
.ect_header__search__popular__list__item a:hover,
.ect_header__search__popular__list__item a:visited {
  color: #3572b0 !important;
}

/* 電話番号 */

.ect_header__main__contact__tel {
  color: #1a9e2a;
}

.ecthf_footer__nav__contact__number {
  color: #1a9e2a;
}

.ecthf_footer__nav__contact__number {
  color: #1a9e2a;
}

.ecthf_menu__contact__tel__number {
  color: #1a9e2a;
}

/* カレンダー：曜日行 */

.ecthf_calendar table thead th > div,
.ecthf_calendar table thead td > div {
  background-color: #f1f1f1;
}

/* カレンダー：日曜 */

.ecthf_calendar table thead th[data-index="0"] > div,
.ecthf_calendar table thead td[data-index="0"] > div {
  color: #fff;
  background-color: #ff5858;
}

/* カレンダー：土曜 */

.ecthf_calendar table thead th[data-index="6"] > div,
.ecthf_calendar table thead td[data-index="6"] > div {
  color: #fff;
  background-color: #52a6e0;
}

/* カレンダー：休業日 */

.ecthf_calendar__holiday {
  color: #ff5858;
  background-color: #ffd3e0;
}

/* フッター：見出し */

.ecthf_footer__guide__block__title {
  background: #eee;
}

/* フッター：ナビゲーション全体 */

.ecthf_footer__nav {
  color: #fff;
  background: #777;
}

/* フッター：メニュー */

.ecthf_footer__nav__menu {
  color: #212529;
  background: #eee;
}

/* フッター：コピーライト */

.ecthf_footer__copyright {
  color: #fff;
  background: #777;
}

/*以下2020/12/07以降エコッテ追加*/
.bblack {
  font-weight: bold;
}

/*!
|---------------------------------------------------------------
|↓↓↓※new-parts.css※↓↓↓
|---------------------------------------------------------------
*/

.fs-c-breadcrumb,
.fs-l-main {
  max-width: 1200px;
  box-sizing: border-box;
  list-style: none;
}

.fs-l-pageMain {
  margin: 0 auto;
}

.fs-body-product .fs-l-pageMain {
  max-width: 1200px;
}

@media screen and (min-width: 960px) {
  .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: calc(50% - 16px / 2) calc(50% - 0px / 2);
  }
}

/*------------------------------------------------------------
バンドルアイコン画像非表示（手
（カテゴリーページ、商品ページ関連商品エリア、サイト内検索結果、、、、）
------------------------------------------------------------*/
.fs-c-featuredProduct .fs-c-mark--bundle,
.fs-body-category .fs-c-mark--bundle,
.fs-body-search .fs-c-mark--bundle,
.fs-body-my-top .fs-c-mark--bundle,
.fs-body-my-wishlist .fs-c-mark--bundle,
.fs-body-cart .fs-c-mark--bundle {
  display: none;
}

/*------------------------------------------------------------
「グループの登録商品がありません」の文言非表示
（お問い合わせフォーム、説明書ダウンロード、、、、、）
------------------------------------------------------------*/

.fs-body-category-contact .fs-c-noResultMessage {
  display: none;
}

.fs-body-category-manual .fs-c-noResultMessage {
  display: none;
}

/* 230905_絞り込み検索改修_ここから */
/*.fs-p-productSearch :checked ~ .fs-p-productSearch__search {
  max-height: 0px;
}

.fs-p-productSearch__search {
  max-height: 90vh;
}

.fs-p-productSearch :checked ~ .fs-p-productSearch__search .fs-p-productSearch__form {
  transform: translateY(-100%);
}

.fs-p-productSearch__form {
  transform: translateY(0);
}

.fs-c-inputTextGroup__item {
  margin-right: 4px;
}

.fs-c-inputTable__dataCell.katabankisyu {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
}

@media screen and (min-width: 600px) {
  .fs-c-inputTable__dataCell.katabankisyu {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}*/
/* 230905_絞り込み検索改修_ここまで */

.ect_header__main__banners-carousel .fs-pt-carousel.fs-pt-carousel--fitImage.fs-c-slick .fs-pt-carousel__track {
  display: none; /*読み込み時は非表示*/
}

.ect_header__main__banners-carousel .fs-pt-carousel.fs-pt-carousel--fitImage.fs-c-slick .fs-pt-carousel__track.slick-initialized {
  display: block !important; /*JSが読み込まれたら表示*/
}

.ect_header__main__banners-carousel .fs-c-slick .slick-slide {
  margin-right: 0;
}

.ect_header__main__banners-carousel .fs-c-slick .slick-slide div {
  font-size: 0;
}
