@charset "UTF-8";
/*
common
*/
body.hidden {
  overflow: hidden;
}

@media (min-width: 1201px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1440px;
  }
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1440px;
}

.ec-blockTopBtn {
  display: none !important;
}

.vertical {
  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;
}

/*
タイトル
*/
.ec-pageHeader h1 {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding-top: 22px;
  font-size: 21px;
  color: #111;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

body .ec-pageHeader img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  .ec-pageHeader h1 {
    font-size: 27px;
    padding-top: 30px;
  }
  body .ec-pageHeader img {
    width: 35px;
    height: 35px;
    margin-right: 0.75em;
  }
}

/*
ボタン
*/
.ec-blockBtn--cancel,
.ec-blockBtn--action {
  height: inherit;
  line-height: 1;
  background-color: #111;
  border-radius: 3px;
  padding: 1em;
  font-size: 15px;
  margin-bottom: 1em;
  font-weight: 500;
  border: 1px solid black;
}

.ec-blockBtn--action:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.ec-blockBtn {
  height: inherit;
  line-height: 1;
  background-color: white;
  border-radius: 3px;
  padding: 1em;
  font-size: 15px;
  margin-bottom: 1em;
  font-weight: 500;
  border: 1px solid #111;
  color: #111;
}

.ec-blockBtn:hover {
  color: #111;
  background-color: white;
  border-color: #111;
}

@media (min-width: 768px) {
  .ec-blockBtn--cancel,
  .ec-blockBtn--action,
  .ec-blockBtn {
    font-size: 14px;
  }
}

.c-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}

.c-btn-more a {
  display: block;
  padding: 16px 24px;
  font-size: 18px;
  color: #fff !important;
  background-color: #111;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border-radius: 2px;
}

.c-btn-more a:hover {
  opacity: 0.7;
}

/*
アニメーション
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;Font Awesome
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*
ヘッダー
*/
.ec-layoutRole__header {
  position: fixed;
  z-index: 4;
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}

.ec-layoutRole__header .ec-layoutRole__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
ヘッダー|ロゴ
*/
.header-logo {
  width: 370px;
  padding: 8px 15px 8px 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-logo a:hover {
  text-decoration: none;
}

.header-logo img {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: left;
     object-position: left;
  max-width: 180px;
}

.header-logo h1 {
  font-size: 12px;
  margin: 0 0 0.5em;
  color: black;
  line-height: 1;
}

.header-logo h1.product_list {
  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;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-logo h1.product_list li {
  list-style: none;
}

@media (max-width: 1199px) {
  .header-logo {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 30px;
    line-height: 1;
  }
  .header-logo h1 {
    text-align: center;
  }
  .header-logo p {
    font-size: 12px;
  }
  .header-logo img {
    height: 22px;
    -o-object-position: center;
       object-position: center;
  }
}

/*
ヘッダー｜ログイン
*/
.header-login {
  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;
}

.header-login .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
}

.header-login .link {
  width: calc(100% / 3);
  padding: 16px 5px;
  position: relative;
}

.header-login .login a {
  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;
}

.header-login .login a img {
  width: 24px;
  height: 24px;
}

.header-login .login a span.ec-cartNavi__badge {
  position: absolute;
  background-color: #727171;
  color: white;
  border-radius: 50%;
  border: 1px solid white;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 7px;
  right: 12px;
  font-weight: bold;
}

.header-login .login p {
  font-size: 11px;
  color: black;
  text-align: center;
  margin: 0;
  line-height: 1.41;
}

@media (max-width: 1199px) {
  .header-login {
    display: none;
  }
}

/*
ヘッダー｜検索
*/
.header-login .search-link {
  cursor: pointer;
}

.header-login .search-link::after {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f1f4f5;
  bottom: -7px;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  left: calc(50% - 20px);
  -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
}

.header-login .login .search-form {
  position: absolute;
  padding: 16px;
  width: 300px;
  background-color: #f1f4f5;
  left: 50%;
  margin-left: calc(-400px / 2);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  top: 70px;
}

.header-login .login .active .search-form {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.header-login .link.active::after {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.search-form select {
  width: 100%;
  height: 36px;
  padding: 0 15px;
  border-radius: 6px 6px 0 0;
  font-weight: 400;
  font-size: 13px;
  color: white;
  background-color: #504b51;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}

.search-form .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form input {
  background-color: white;
  border-radius: 0 0 0 6px;
  border: none;
  font-size: 14px;
  padding: 0.5em 50px 0.5em 1em;
  width: calc(100% - 45px);
  margin: 0;
  outline-offset: 0;
  line-height: 1;
  outline: 0;
}

.search-form button {
  background-color: #bfbfbf;
  border: none;
  color: white;
  height: 35px;
  width: 45px;
  border-radius: 0 0 6px 0;
  outline: 0;
}

/*
ヘッダー｜ログアウト
*/
.header-login .logout-link::after {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f1f4f5;
  bottom: -7px;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  left: calc(50% - 20px);
  -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
}

.header-login .login .logout-form {
  position: absolute;
  padding: 16px;
  width: 300px;
  background-color: #f1f4f5;
  left: 50%;
  margin-left: calc(-400px / 2);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  top: 70px;
}

.header-login .login .active .logout-form {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.header-login .login .logout-form a {
  background-color: #504b51;
  color: white;
  border-radius: 6px;
  line-height: 1;
  font-size: 14px;
  padding: 0.75em 1em;
}

.header-login .login .logout-form a:hover {
  text-decoration: none;
}

/*
ヘッダー｜ナビ
*/
.header-nav {
  width: calc(100% - 370px);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-nav ul {
  padding: 0;
  list-style: none;
}

.header-nav ul.category-hierarchy0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
}

.header-nav ul.category-hierarchy0 > li > a {
  padding: 32px 1em;
  color: #a5a5a5;
  display: block;
  position: relative;
}

.header-nav ul.category-hierarchy0 > li > a::after {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f1f4f5;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  left: calc(50% - 20px);
  -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
}

.header-nav ul.category-hierarchy0 > li > a:hover {
  text-decoration: none;
  color: black;
}

.header-nav ul.category-hierarchy0 > li.have-hierarchy.active > a {
  color: black;
}

.header-nav ul.category-hierarchy0 > li.have-hierarchy.active > a::after {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 1300px) {
  .header-nav ul.category-hierarchy0 > li > a {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .ec-layoutRole__header-inner .header-nav {
    display: none;
  }
}

/*
ヘッダー｜ナビ｜ヒエラルキー2
*/
.header-nav ul.category-hierarchy1 {
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f1f4f5;
  width: 100%;
  left: 0;
  padding: 15px 0 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  content: "";
  position: absolute;
  -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
  transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
  visibility: hidden;
}

.header-nav ul.category-hierarchy0 > li.active ul.category-hierarchy1 {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.header-nav ul.category-hierarchy1 li {
  width: calc(100% / 5);
  padding: 0 15px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.header-nav ul.category-hierarchy1 li::before {
  content: "";
  height: 100%;
  background-color: black;
  width: 1px;
  left: 0;
  top: 0;
  position: absolute;
}

.header-nav ul.category-hierarchy1 li:nth-child(5n)::after {
  content: "";
  height: 100%;
  background-color: black;
  width: 1px;
  right: 0;
  top: 0;
  position: absolute;
}

.header-nav ul.category-hierarchy1 li:last-child::after {
  content: "";
  height: 100%;
  background-color: black;
  width: 1px;
  right: 0;
  top: 0;
  position: absolute;
}

.header-nav ul.category-hierarchy1 li a {
  color: black;
  font-weight: 500;
  display: block;
  font-size: 14px;
}

.header-nav ul.category-hierarchy1 li a:hover {
  text-decoration: none;
}

.header-nav ul.category-hierarchy1 li img {
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}

.hierarchy-inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*
ドロワー
*/
.ec-headerNavSP {
  top: 11px;
  background: transparent;
}

.ec-drawerRole .ec-headerSearch,
.ec-drawerRoleClose.is_active {
  display: none;
}

.ec-drawerRole.is_active {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100000;
}

.ec-drawerRole {
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  border-top: 1px solid #e2e2e2;
  padding: 12px 0px;
}

.ec-drawerRole ul {
  list-style: none;
  padding: 0 18px;
  margin: 0;
}

.ec-drawerRole ul.category-hierarchy0 > li {
  position: relative;
}

.ec-drawerRole ul.category-hierarchy0 > li a.show {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 19px;
  top: 14px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  padding: 0;
}

.ec-drawerRole ul.category-hierarchy0 > li a.show.active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 19px;
}

.ec-drawerRole ul.category-hierarchy0 > li > a {
  color: black;
  padding: 14px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.ec-drawerRole ul.category-hierarchy0 > li + li {
  border-top: 1px solid #e2e2e2;
}

.login-sp {
  border-top: 1px solid #e2e2e2;
  margin: 0 18px;
}

.login-sp div {
  padding: 14px 1em;
}

.login-sp div + div {
  border-top: 1px solid #e2e2e2;
}

.login-sp a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
}

.login-sp a img {
  display: none;
}

.ec-drawerRole ul ul.category-hierarchy1 {
  display: none;
  padding: 0;
}

.ec-drawerRole ul ul.category-hierarchy1 li {
  width: 100%;
  padding: 6px 0;
  line-height: 1;
  font-size: 13px;
}

.ec-drawerRole ul ul.category-hierarchy1 li a {
  color: #111;
}

.ec-drawerRole ul ul.category-hierarchy1 .hierarchy-inner {
  padding: 10px 15px;
  background-color: #f1f4f5;
}

@media (min-width: 768px) {
  .ec-headerNavSP,
  .ec-drawerRole.is_active,
  .ec-drawerRole {
    display: inherit;
  }
}

@media (min-width: 1200px) {
  .ec-headerNavSP,
  .ec-drawerRole.is_active {
    display: none;
  }
}

/*
ドロワー｜検索
*/
.ec-drawerRole form {
  padding: 0 18px;
  margin-bottom: 10px;
}

.ec-drawerRole form select {
  width: 100%;
  height: 36px;
  padding: 0 15px;
  border-radius: 6px 6px 0 0;
  font-weight: 400;
  font-size: 13px;
  color: white;
  background-color: #111;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}

.ec-drawerRole .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-drawerRole input {
  background-color: #f3f3f3;
  border-radius: 0 0 0 6px;
  border: none;
  font-size: 14px;
  padding: 0.5em 50px 0.5em 1em;
  width: calc(100% - 45px);
  margin: 0;
  outline-offset: 0;
  line-height: 1;
  outline: 0;
}

.ec-drawerRole button {
  background-color: #bfbfbf;
  border: none;
  color: white;
  height: 35px;
  width: 45px;
  border-radius: 0 0 6px 0;
  outline: 0;
}

/*
パンくずリスト
*/
.row-breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0.5em 0 0;
  font-size: 15px;
  margin-bottom: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-breadcrumbs a {
  padding-right: 0.5em;
}

.row-breadcrumbs p {
  padding-left: 0.5em;
}

@media (max-width: 767px) {
  .row-breadcrumbs {
    font-size: 14px;
  }
}

/* 
Swiper
*/
.slider_01 {
  width: 100%;
  margin: 0;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .slider_01 {
    margin: 0 0 40px;
    height: auto;
    padding-bottom: 40px;
  }
}

.slider_01 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.slider_01 .swiper-slide.swiper-slide-prev, .slider_01 .swiper-slide.swiper-slide-next {
  opacity: 0.6;
}

.slider_01 .swiper-slide img {
  width: 100%;
}

.slider_01 .swiper-slide picture > img {
  width: 100%;
}

.slider_01 .swiper-slide .swiper-link-container {
  width: 100%;
  max-width: 1440px;
  position: relative;
  z-index: 2;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .slider_01 .swiper-button-next,
  .slider_01 .swiper-button-prev {
    display: none;
  }
}

.slider_01 .swiper-button-prev {
  left: 5%;
}

.slider_01 .swiper-button-prev::after {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.slider_01 .swiper-button-next {
  right: 5%;
}

.slider_01 .swiper-button-next::after {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 768px) {
  .slider_01 .swiper-pagination-bullet {
    border-radius: 0;
    width: 24px;
    height: 8px;
  }
}

.swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-pagination-bullet-active {
  background: #111;
}

.swiper-link-container .inner {
  max-width: 500px;
  width: 100%;
  margin-left: 70px;
}

.swiper-link-container .inner .text {
  padding: 15px 20px;
  text-align: left;
}

.swiper-link-container .inner .text h2 {
  color: white;
  font-weight: 200;
  margin: 0;
  padding: 0.5em 0;
  font-size: 30px;
}

.swiper-link-container .inner .text img {
  width: 100%;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
}

.swiper-link-container .inner .link {
  text-align: left;
  padding: 15px 20px;
}

.swiper-slide .inner .link {
  background-color: #504b51;
}

.swiper-link-container .inner .link a {
  line-height: 1;
  text-align: left;
  font-size: 26px;
  position: relative;
}

.swiper-slide .inner .link a {
  color: white;
}

.swiper-link-container .inner .link a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: calc(50% - 2.5px);
  right: -22px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.swiper-slide .inner .link a:after {
  border-color: white;
}

.swiper-link-container .inner .link a:hover {
  text-decoration: none;
}

.swiper-button-next i {
  color: white;
  font-size: 27px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

.swiper-button-prev i {
  color: white;
  font-size: 27px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

@media (min-width: 768px) {
  .swiper-button-next i {
    font-size: 35px;
  }
  .swiper-button-prev i {
    font-size: 35px;
  }
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .swiper-slide .swiper-link-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper-link-container .inner {
    margin-left: 0;
  }
  .swiper-link-container .inner .text h2 {
    font-size: 23px;
    padding-bottom: 0;
  }
  .slider01 {
    padding-bottom: 35px;
  }
  .swiper-link-container .inner .link a {
    font-size: 17px;
  }
  .swiper-link-container .inner .link a:after {
    top: calc(50% - 4.5px);
  }
}

@media (max-width: 414px) {
  .swiper-link-container .inner .text img {
    height: 21px;
  }
  .swiper-link-container .inner .text h2 {
    font-size: 14px;
  }
  .swiper-slide .inner .link {
    line-height: 1;
    padding: 11px 20px 15px;
  }
  .swiper-link-container .inner .link a {
    font-size: 14px;
  }
  .swiper-link-container .inner .link a:after {
    top: calc(50% - 5.5px);
  }
}

@media only screen and (min-width: 768px) {
  .slider01 {
    margin: 0 0 40px;
    height: 700px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .slider01 {
    width: 100%;
    margin: 0;
    z-index: 0;
    height: 380px;
  }
}

.slider01 .swiper-link-container {
  width: 100%;
  max-width: 1440px;
  position: relative;
  z-index: 2;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .slider01 .swiper-link-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.slider01 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.slider01 .swiper-slide picture {
  height: 100%;
}

.slider01 .swiper-slide picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

/*
Homepage
*/
article h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 0.25em;
  letter-spacing: 0.05em;
}

body article p.sub-title {
  margin-bottom: 30px !important;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  body article p.sub-title {
    margin-bottom: 16px !important;
  }
  article h2 {
    font-size: 23px;
  }
}

/*
Homepage|news
*/
#news {
  background: #f8f8f8;
  padding: 35px 0;
}

#news a {
  color: #111;
}

#news a:hover {
  text-decoration: none;
}

#news .row-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news .row-news .col-news {
  width: calc(100% / 4 - 16px);
  background-color: white;
  margin: 0 8px 1em;
  padding: 16px 23px;
}

#news .row-news .col-news p.date {
  font-weight: 500;
  margin-bottom: 0.5em;
}

#news .link-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#news .btn-news {
  color: #727171;
  text-align: center;
  line-height: 1.41;
  padding: 0.5em 2em 0.5em 1em;
  border-bottom: 1px solid #727171;
  position: relative;
}

#news .btn-news::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-left: 1px solid #727171;
  border-bottom: 1px solid #727171;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translate(-75%, -50%) rotate(225deg) translateZ(0);
          transform: translate(-75%, -50%) rotate(225deg) translateZ(0);
  right: 8px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#news .btn-news::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-left: 1px solid #727171;
  border-bottom: 1px solid #727171;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translate(-75%, -50%) rotate(225deg) translateZ(0);
          transform: translate(-75%, -50%) rotate(225deg) translateZ(0);
  right: 5px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media (max-width: 767px) {
  #news .row-news .col-news {
    width: 100%;
    margin: 0 0 5px;
    padding: 13px 19px;
    font-size: 14px;
  }
  #news .btn-news {
    font-size: 13px;
  }
}

/*
Homepage|brands
*/
#brands {
  padding: 35px 0;
}

#brands img {
  width: 100%;
}

#brands a {
  display: block;
  height: 100%;
  color: black;
}

#brands a:hover {
  text-decoration: none;
}

#brands .logo img {
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}

#brands p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1em;
}

#brands .brand-image {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #brands a {
    margin-bottom: 38px;
  }
  #brands .logo img {
    height: 30px;
    margin-bottom: 18px;
  }
  #brands p {
    font-size: 16px;
  }
  #brands .brand-image {
    margin-bottom: 0;
  }
}

/*
Homepage|slider-product
*/
.slider1_5 {
  padding-bottom: 39px;
}

.slider1_5 .swiper-slide {
  padding: 0 2px;
}

.slider1_5 .swiper-slide a {
  color: #111;
  position: relative;
}

.slider1_5 .swiper-slide a p.rank {
  position: absolute;
  background-color: white;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #111;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 5px;
  margin-left: 5px;
}

.swiper-slide.rank1 a p.rank,
.swiper-slide.rank2 a p.rank,
.swiper-slide.rank3 a p.rank {
  background-color: #111;
  color: white;
}

.slider1_5 .swiper-slide a p.new {
  display: inline-block;
  color: #e6248a;
  border: 1px solid #e6248a;
  padding: 0.25em 0.5em;
  margin: 0 0 0.5em;
  font-size: 14px;
}

.slider1_5 .swiper-slide a p.name {
  font-size: 16px;
  text-align: left;
  margin: 0 0 0.5em;
  font-weight: 500;
}

.slider1_5 .swiper-slide a p.price {
  font-size: 15px;
  text-align: left;
  margin: 0 0 0.5em;
  font-weight: 300;
}

.slider1_5 .swiper-slide a p.ec-productRole__priceRegular-wrap {
  font-size: 15px;
  text-align: left;
  margin: 0 0 0.25em;
  font-weight: 300;
  text-decoration: line-through;
}

/*.slider1_5 .swiper-slide a span {
    display: block;
    font-size: 16px;
    text-align: left;
    margin: 0 0 .5em;
    font-weight: 500;
}*/
.slider1_5 .swiper-slide a span small {
  font-weight: 300;
  padding-left: 0.25em;
  font-size: 10px;
}

.slider1_5 .swiper-slide a p.recommend-desc {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.slider1_5 .swiper-slide img {
  margin: 0 0 5px;
  border-radius: 3px;
  width: 100%;
}

.slider1_5 .swiper-button-next {
  top: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 30px;
  right: 2px;
}

.slider1_5 .swiper-button-next::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-75%, -50%) rotate(225deg) translateZ(0);
          transform: translate(-75%, -50%) rotate(225deg) translateZ(0);
  right: calc(50% - 10px);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.slider1_5 .swiper-button-prev {
  top: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 30px;
  left: 2px;
}

.slider1_5 .swiper-button-prev::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-75%, -50%) rotate(45deg) translateZ(0);
          transform: translate(-75%, -50%) rotate(45deg) translateZ(0);
  left: calc(50% + 4px);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.slider1_5 .swiper-button-next:focus,
.slider1_5 .swiper-button-prev:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .slider1_5 {
    padding-bottom: 0;
  }
  .slider1_5 .swiper-slide {
    width: calc(100% / 5);
    padding: 0 4px;
  }
  .slider1_5 .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider1_5 .swiper-button-next,
  .slider1_5 .swiper-button-prev,
  .slider1_5 .swiper-pagination {
    display: none;
  }
  .slider1_5 .swiper-slide a p.recommend-desc {
    margin: 0 0 1em;
  }
  .slider1_5 .swiper-slide img {
    margin: 0 0 16px;
  }
}

@media (max-width: 767px) {
  .slider1_5 .swiper-slide a p.rank {
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 26px;
  }
}

/*
Homepage|new
*/
#new {
  padding: 35px 0;
}

/*
Homepage|ranking
*/
#ranking {
  padding: 35px 0;
}

/*
Homepage|pickup
*/
#pickup {
  padding: 35px 0;
}

/*
footer|pic categoru
*/
#footer-top {
  padding: 35px 0;
}

.footer-top-inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1440px;
}

#footer-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer-top ul > li {
  margin-bottom: 20px;
}

#footer-top h3 {
  font-size: 21px;
  border-bottom: 1px solid #ccc;
  padding: 0.45em 1.2em;
  font-weight: 400;
  margin-bottom: 1em;
}

#footer-top h3 a {
  color: #111;
  display: inline-block;
}

#footer-top h3 a p {
  margin: 0;
}

#footer-top ul.category-hierarchy1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}

#footer-top ul.category-hierarchy1 li {
  width: calc(100% / 3);
  padding: 0 0.3125rem;
  margin-bottom: 0.5em;
}

#footer-top ul.category-hierarchy1 li a {
  color: #111;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer-top ul.category-hierarchy1 li img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 14px 0 0;
}

#footer-top ul.category-hierarchy1 li p {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #footer-top h3 {
    font-size: 18px;
  }
  #footer-top ul.category-hierarchy1 {
    padding: 0;
  }
  #footer-top ul.category-hierarchy1 li {
    width: calc(100% / 2);
  }
  #footer-top ul.category-hierarchy1 li img {
    width: 32px;
    height: 32px;
    margin: 0 11px 0 0;
  }
  #footer-top ul.category-hierarchy1 li p {
    font-size: 13px;
  }
}

/*
footer
*/
footer {
  background-color: #bfbfbf;
  margin-top: 50px;
}

.footer-inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1440px;
  padding: 35px 0;
}

@media (max-width: 767px) {
  footer {
    margin-top: 0;
  }
}

/*
footer|bottom-category
*/
#footer-bottom {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
}

#footer-bottom h2 {
  color: white;
  font-size: 19px;
  margin-bottom: 1em;
  border-bottom: 1px solid #d8d8d8;
  padding: 0.45em 1.2em;
}

#footer-bottom ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer-bottom li {
  list-style: none;
  width: 100%;
}

#footer-bottom li.parent-category {
  /*margin-bottom: 1em;*/
  font-size: 15px;
  padding: 0 20px;
}

#footer-bottom li.parent-category > a {
  font-weight: 500;
  color: white;
}

#footer-bottom ul.category-hierarchy1 > li a {
  color: white;
}

@media (max-width: 767px) {
  #footer-bottom {
    margin-bottom: 20px;
    padding: 0;
  }
  #footer-bottom h2 {
    font-size: 18px;
  }
}

/*
footer|footer-link
*/
#footer-link h2 {
  color: white;
  font-size: 19px;
  margin-bottom: 1em;
  border-bottom: 1px solid #d8d8d8;
  padding: 0.45em 1.2em;
}

#footer-link ul {
  padding: 0;
  list-style: none;
}

#footer-link ul li ul {
  padding-left: 1em;
}

#footer-link ul.parent {
  padding: 0 20px;
}

#footer-link ul.parent > li {
  margin-bottom: 0.5em;
  font-size: 15px;
}

#footer-link ul.parent > li > a {
  font-weight: 500;
}

#footer-link ul.parent > li a {
  color: white;
}

/*
footer|footer-sns
*/
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 20px;
}

.footer-sns li + li {
  padding-left: 0.5em;
}

.footer-sns a {
  color: white;
  line-height: 1;
  font-size: 33px;
}

/*
footer|footer-secondary
*/
.footer-secondary {
  background-color: #767171;
  color: white;
  text-align: center;
  padding: 1.5em 1em;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}

.footer-secondary p {
  margin: 0;
}

@media (max-width: 767px) {
  .footer-secondary {
    font-size: 12px;
  }
}

/*
商品一覧ページ｜カテゴリーヘッダー
*/
.category-header {
  margin-bottom: 1em;
}

/*
商品一覧ページ｜カテゴリー
*/
.less-category {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.less-category-col {
  width: calc(100% / 3);
  margin-bottom: 15px;
  padding: 0 0.3125rem;
}

.less-category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #111;
  font-weight: 300;
}

.less-category a:hover {
  text-decoration: none;
  font-weight: 500;
}

.less-category a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 14px 0 0;
}

.less-category a p {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .less-category {
    padding-left: calc(12px - 0.3125rem);
    padding-right: calc(12px - 0.3125rem);
  }
  .less-category-col {
    width: calc(100% / 2);
    margin-bottom: 8px;
  }
  .less-category a p {
    font-size: 13px;
    line-height: 1.2;
  }
  .less-category a img {
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
  }
}

/*
商品一覧ページ
*/
.ec-shelfGrid li.ec-shelfGrid__item {
  opacity: 0;
}

.ec-shelfGrid li.ec-shelfGrid__item.ec-shelfGrid__item--visible {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  opacity: 1;
}

.ec-shelfGrid .ec-shelfGrid__item {
  width: calc(100% / 5);
}

.ec-searchnavRole {
  padding-left: calc(12px - 0.3125rem);
  padding-right: calc(12px - 0.3125rem);
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
  padding: 0 0.5rem;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
  padding: 0 0.5rem;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
  height: inherit;
}

.ec-topicpath .ec-topicpath__item--active {
  font-weight: 300;
  color: #333;
}

.ec-searchnavRole .ec-searchnavRole__infos p {
  display: inline;
  font-weight: 300;
  font-size: 14px;
}

.ec-searchnavRole .ec-searchnavRole__infos p.select-sort {
  padding-left: 1em;
}

.ec-shelfGrid a {
  position: relative;
}

.product-list-top-tags {
  position: absolute;
  top: 0;
  left: 0;
}

.product-list-top-tags p {
  color: white;
  padding: 8px;
  line-height: 1.3;
  font-size: 18px;
  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-weight: 300;
  background-color: #ccc;
}

.product-list-bottom-tags br {
  display: none;
}

.product-list-bottom-tags p {
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 0.5em 0.75em;
  margin: 0 0 15px;
  font-weight: 300;
}

#page_product_list p.product-name {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

#page_product_list p.product-list-descript {
  margin: 0 0 0.5em;
  font-size: 13px;
  line-height: 1.41;
}

#page_product_list p.product-code {
  margin: 0 0 0.5em;
  font-size: 13px;
  line-height: 1.41;
}

#page_product_list .ec-productRole__priceRegular-wrap {
  margin: 0 0 0.25em;
  font-size: 13px;
  line-height: 1.41;
}

#page_product_list
.ec-productRole__priceRegular-wrap
.ec-productRole__priceRegularPrice
span {
  text-decoration: line-through;
}

#page_product_list p.price02-default {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0.5em;
}

#page_product_list p.price02-default span {
  font-weight: 300;
  font-size: 80%;
}

#page_product_list a.product-link {
  display: block;
  border: 1px solid #111;
  text-align: center;
  padding: 0.75em 1em;
  font-size: 15px;
  margin: 0 0 1em;
  line-height: 1;
}

#page_product_list li.ec-shelfGrid__item .ec-select select {
  width: 100%;
}

#page_product_list li.ec-shelfGrid__item .ec-numberInput input[type="number"] {
  width: 100%;
  max-width: inherit;
}

#page_product_list .ec-productRole__btn button {
  border: none;
  display: block;
  width: 100%;
  color: white;
  background-color: #111;
  padding: 0.5em;
  font-size: 15px;
  margin: 0 0 1em;
  line-height: 1.35;
  height: inherit;
  font-weight: 500;
}

.list_productInfo #ec-point {
  font-size: 14px;
}

.list_productInfo .stockInfo .green {
  color: #00aa00;
}

.list_productInfo .stockInfo .stockInfoTxt {
  line-height: 1.2;
}

.list_productInfo .stockInfo span {
  font-size: 14px;
}

.list_productInfo .stockInfo span.quantity {
  font-weight: bold;
}

.list_productInfo .stockInfo span.shippingPeriod {
  font-size: 12px;
}

.list_productInfo .recommend_average {
  color: #a98948;
}

.list_productInfo .product-link {
  margin-top: 12px !important;
}

@media (max-width: 1023px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  #page_product_list .ec-shelfRole {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-shelfGrid .ec-shelfGrid__item {
    width: calc(100% / 2);
  }
  .ec-shelfGrid .ec-shelfGrid__item-image {
    margin-bottom: 10px;
  }
  .product-list-top-tags p {
    font-size: 14px;
  }
  .product-list-bottom-tags p {
    font-size: 12px;
  }
  #page_product_list a.product-link {
    font-size: 13px;
  }
  #page_product_list li.ec-shelfGrid__item .ec-select select {
    font-size: 13px;
  }
  #page_product_list .ec-productRole__btn button {
    font-size: 13px;
  }
}

/*
商品一覧ページ｜絞り込み
*/
.ec-searchnavRole__actions-btn a {
  display: block;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 13px;
  padding: 1em;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0.5em;
  line-height: 1;
  cursor: pointer;
}

@media (min-width: 768px) {
  .ec-searchnavRole__actions-btn,
  a.ec-searchnavRole__actions-close,
  .ec-searchnavRole__actions-header {
    display: none;
  }
}

@media (max-width: 767px) {
  .ec-searchnavRole {
    padding: 0;
  }
  .ec-searchnavRole__actions {
    position: fixed;
    -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    visibility: hidden;
    background-color: white;
    opacity: 0;
    z-index: -1;
    left: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .ec-searchnavRole__actions.active {
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    padding: 49px 16px 16px;
  }
  .ec-searchnavRole__actions-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .ec-searchnavRole__actions-header h2 {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    padding: 16px 1em;
  }
  .ec-searchnavRole__actions .ec-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    padding-top: 1em;
  }
  .ec-searchnavRole__actions .ec-select p {
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0.5em;
    padding-left: 0 !important;
    font-weight: 400;
  }
  .ec-searchnavRole__actions .ec-select select {
    width: 100%;
    margin-bottom: 1em;
  }
  .ec-searchnavRole__actions-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    cursor: pointer;
    margin: 0;
    border-left: 1px solid #e2e2e2;
  }
}

/*
商品詳細ページ
*/
#page_product_detail .ec-grid2 {
  opacity: 0;
}

#page_product_detail .ec-grid2.fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  opacity: 1;
}

#page_product_detail .product-col-8 {
  width: calc(100% / 12 * 8.5);
  padding: 0 8px;
}

#page_product_detail .product-col-4 {
  width: calc(100% / 12 * 3.5);
  padding: 0 8px;
}

@media (max-width: 767px) {
  #page_product_detail .product-col-8 {
    width: 100%;
    padding: 0;
  }
  #page_product_detail .product-col-4 {
    width: 100%;
    padding: 0;
  }
}

/*
商品詳細ページ｜関連カテゴリー
*/
.ec-productRole .ec-productRole__category {
  padding: 0;
  margin: 0 15px 1em;
  border-bottom: 2px solid #ccc;
  padding: 0.5em 0;
}

.ec-productRole .ec-productRole__category li {
  font-size: 13px;
}

.ec-productRole .ec-productRole__category li a {
  color: #111;
}

.ec-productRole .ec-productRole__category li a:nth-of-type(1) {
  color: #33a8d0;
}

.ec-productRole .ec-productRole__category li a:nth-of-type(2) {
  color: #33a8d0;
}

@media (max-width: 767px) {
  .ec-productRole .ec-productRole__category {
    margin: 0 0 1em;
  }
}

/*
商品詳細ページ｜ヘッダー
*/
.ec-product-header {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ec-product-header {
    margin-bottom: 1em;
    font-size: 14px;
  }
}

/*
商品詳細ページ｜商品画像
*/
#page_product_detail .ec-sliderItemRole .slideThumb {
  width: calc(100% / 8 - 4.5px);
  padding: 5px;
  border: 1px solid #ccc;
}

#page_product_detail .ec-sliderItemRole .slideThumb + .slideThumb {
  margin-left: 5px;
}

#page_product_detail .ec-sliderItemRole .slideThumb img {
  width: 100%;
}

#page_product_detail .ec-sliderItemRole {
  padding-left: 0;
  padding-right: 0;
}

#page_product_detail .slick-slider {
  padding: 0 8px;
  margin-bottom: 1em;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#page_product_detail .slick-initialized .slick-slide {
  height: 430px;
}

#page_product_detail .slick-initialized .slick-slide img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-col-8 .button-prev {
  left: calc(100% / 12);
  position: absolute;
  top: 50%;
  top: calc(50% - 5px);
  background-color: rgba(255, 255, 255, 0.9);
  width: 36px;
  z-index: 2;
  cursor: pointer;
}

.product-col-8 .button-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-col-8 .button-next {
  right: calc(100% / 12);
  position: absolute;
  top: 50%;
  top: calc(50% - 5px);
  background-color: rgba(255, 255, 255, 0.9);
  width: 36px;
  z-index: 2;
  cursor: pointer;
}

.product-col-8 .button-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.product-col-8 .product-deteil-image-tags {
  position: absolute;
  z-index: 2;
  padding: 8px;
}

.product-col-8 .product-deteil-image-tags p {
  color: white;
  padding: 8px;
  line-height: 1.3;
  font-size: 21px;
  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-weight: 300;
}

@media (max-width: 767px) {
  #page_product_detail .slick-initialized .slick-slide {
    height: 262px;
  }
  .product-col-8 .product-deteil-image-tags p {
    font-size: 17px;
  }
  .product-col-8 .button-prev {
    left: 0;
  }
  .product-col-8 .button-next {
    right: 0;
  }
}

/*
商品詳細ページ｜商品情報
*/
.product-col-4 .ec-productRole__profile {
  background: #f3f3f3;
  padding: 15px;
  margin-left: 0;
}

.product-deteil-text-tags br {
  display: none;
}

.product-deteil-text-tags p {
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 0.5em 0.75em;
  margin: 0 0 15px;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 19px;
  margin: 0 0 1em;
}

.ec-productRole .ec-productRole__code {
  border-bottom: 0;
  padding: 0;
}

.ec-productRole__code p {
  font-size: 15px;
  margin: 0 0 0.5em;
}

.ec-productRole .ec-productRole__priceRegular-wrap {
  margin: 0 0 0.25em;
  font-size: 15px;
}

.ec-productRole
.ec-productRole__priceRegular-wrap
.ec-productRole__priceRegularPrice
span {
  text-decoration: line-through;
}

.ec-productRole .ec-productRole__price {
  border-bottom: 0;
  padding: 0;
}

.ec-productRole .ec-productRole__price p {
  font-size: 27px;
  font-weight: 600;
  margin: 0 0 0.5em;
  line-height: 1;
}

.ec-productRole .ec-productRole__price p span {
  color: #111;
  display: inline;
  padding: 0;
  font-weight: 500;
}

.ec-productRole .ec-productRole__price p span.ec-price__tax {
  font-size: 60%;
  font-weight: 100;
}

.ec-productRole .ec-productRole__actions {
  padding: 0;
}

.ec-productRole .ec-productRole__actions .ec-select select {
  width: 100%;
  min-width: inherit;
  max-width: inherit;
}

.product-col-4 form .ec-numberInput span {
  padding-right: 1em;
}

.ec-productRole .ec-productRole__btn {
  min-width: inherit;
  width: 100%;
  margin-bottom: 0;
}

.ec-productRole .ec-blockBtn--action {
  background: #111;
  border-color: #111;
  height: 75px;
  font-size: 16px;
  margin-bottom: 16px;
  position: relative;
}

.ec-productRole .ec-blockBtn--action p {
  margin: 0;
}

.ec-productRole .ec-blockBtn--action p i {
  padding-right: 1em;
}

button#favorite {
  display: block;
  background-color: white;
  border-radius: 0;
  border: 1px solid #999999;
  width: 100%;
  margin-bottom: 1em;
  font-size: 14px;
  color: #111;
  line-height: 1.65;
  height: inherit;
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  padding-left: calc(0.375rem + 1em);
  text-align: center;
}

button#favorite::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f004";
  font-weight: 900;
  position: absolute;
  margin-left: -1.5em;
}

.product-sns {
  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;
}

.product-sns .product-sns-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-sns .product-sns-inner a {
  color: #999999;
  font-size: 36px;
}

.product-sns .product-sns-inner a + a {
  margin-left: 0.25em;
}

.product-footer1 {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

.product-footer1 img {
  margin-bottom: 1em;
}

/*
商品詳細ページ｜ネットギア様追加
*/
.youtube-product {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 30px;
}

.youtube-product iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.row-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

.col-product {
  width: calc(100% / 4);
  padding: 0 8px;
  margin: 0 0 1em;
}

.col-product h2 {
  font-size: 14px;
}

.col-product p {
  font-size: 11px;
  margin: 0 0 1em;
}

.table-product {
  font-size: 14px;
}

.table-product tbody tr {
  border-top: 1px solid #ccc;
}

.table-product tbody tr td:first-child {
  width: 80px;
}

.table-product td {
  padding: 5px;
  border-right: 1px solid #ccc;
}

.table-product tbody tr td:last-child {
  border-right: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.option-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

.option-col {
  width: calc(100% / 4);
  padding: 0 8px;
  margin: 0 0 1em;
}

.option-col .option-col-txt {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.option-col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5em;
  border: 1px solid #ccc;
  padding: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.option-col a:hover {
  border: 2px solid #a98948;
  text-decoration: none;
}

.option-col a.active {
  border: 2px solid #a98948;
}

.ec-productRole .option-col img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.option-col p {
  color: #111;
  font-size: 13px;
}

.option-wifi-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

.option-wifi-col {
  width: calc(100% / 4);
  padding: 0 8px;
  margin: 0 0 1em;
}

.option-wifi-col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  padding: 15px 15px 27px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #111;
  font-size: 13px;
  height: 100%;
}

.option-wifi-col a:hover {
  border: 2px solid #01aae7;
  text-decoration: none;
}

.option-wifi-col a.active {
  border: 2px solid #01aae7;
}

.option-wifi-col a.nighthawk-link:hover {
  border: 2px solid #99001a;
}

.option-wifi-col a.nighthawk-link.active {
  border: 2px solid #99001a;
}

.option-wifi-col a.business-link:hover {
  border: 2px solid #717171;
}

.option-wifi-col a.business-link.active {
  border: 2px solid #717171;
}

.option-col p {
  color: #111;
  font-size: 13px;
}

@media (max-width: 767px) {
  .ec-productRole .ec-blockBtn--action {
    height: 60px;
    font-size: 14px;
  }
  .product-col-4 form select {
    font-size: 14px;
  }
  .product-col-4 form .ec-numberInput {
    font-size: 14px;
  }
  .product-col-4 form .ec-numberInput input {
    font-size: 14px;
  }
  button#favorite {
    font-size: 13px;
  }
  .product-sns .product-sns-inner a {
    font-size: 32px;
  }
  .col-product {
    width: calc(100% / 2);
  }
  .table-product {
    min-width: 740px;
  }
  .option-col {
    width: calc(100% / 2);
  }
  .option-wifi-col {
    width: calc(100% / 2);
  }
}

/*
商品在庫表示
*/
button#stock {
  display: block;
  background-color: white;
  border-radius: 0;
  border: 1px solid #999999;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  color: #111;
  line-height: 1.65;
  height: inherit;
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  padding-left: calc(0.375rem + 1em);
  text-align: center;
}

button#stock::before {
  font-family: "Font Awesome 5 Free";
  content: "\f49e";
  font-weight: 900;
  position: absolute;
  margin-left: -1.9em;
}

.stock-info {
  display: none;
}

.stock-info.active {
  display: inline;
}

#page_product_detail .product-stock p {
  font-size: 18px;
  margin-bottom: 1em;
}

#page_product_list .product-stock p {
  font-size: 15px;
  margin-bottom: 1em;
}

.product-stock span {
  font-size: 24px;
  font-weight: bold;
}

.product-stock span.red {
  color: #ff0000;
}

.product-stock span.green {
  color: #00aa00;
}

.product-stock-link p {
  line-height: 1;
  font-size: 13px;
  margin: 0 0 1em;
}

.product-stock-link p a {
  color: #0066c0;
  text-decoration: underline;
}

.product-review-link {
  margin-bottom: 1em;
}

.product-review-link a {
  display: block;
  max-width: 272px;
  width: 100%;
  margin: 0 auto;
}

p.availability {
  color: #111;
  font-weight: 300;
  font-size: 14.5px;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #page_product_detail .product-stock p {
    font-size: 16px;
  }
  .product-stock span {
    font-size: 22px;
    font-weight: bold;
  }
}

/*
カートに入れました修正
*/
.ec-modal .ec-modal-overlay {
  visibility: hidden;
}

.ec-modal input:checked ~ .ec-modal-overlay {
  visibility: visible;
  overflow: hidden;
}

/*
ご利用ガイド
*/
#guide-tab {
  color: #111;
}

body#page_help_guide .ec-layoutRole__mainWithColumn {
  margin-bottom: 50px;
}

#guide-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#guide-nav select {
  display: none;
}

#guide-nav dl {
  width: 100%;
}

#guide-nav dl dt {
  padding: 1em 0.25em;
  border-bottom: 1px solid #333;
  font-weight: 400;
}

#guide-nav dl dd {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1em;
  width: 100%;
  font-size: 14px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0;
}

#guide-nav dl dd p {
  margin: 0;
}

#guide-nav dl dd img {
  display: none;
  width: 29px;
  margin-right: 0.5em;
}

#guide-nav dl dd::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  padding-right: 0.5em;
  font-size: 11px;
  position: absolute;
  right: 0;
  padding-top: 3px;
}

#guide-nav dl dd + dd {
  border-top: 1px dotted #333;
}

#guide-nav dl dd.active {
  background-color: #f1f1f1;
}

#guide-main > div {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#guide-main .show {
  display: block;
}

#guide-main h2 {
  margin: 0;
  position: relative;
  font-size: 21px;
  border-bottom: 1px solid #333;
  padding: 0.5em 0;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#guide-main h2 img {
  width: 26px;
  left: 0;
  margin-right: 16px;
  height: 26px;
}

#guide-main h3 {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.35;
  position: relative;
}

#guide-main h3 {
  padding-left: 24px;
}

#guide-main h3::before {
  position: absolute;
  content: "｜";
  left: 0;
}

#guide-main h4 {
  font-size: 15px;
  margin: 0 0 1em;
  line-height: 1.35;
  font-weight: normal;
}

#guide-main h5 {
  font-size: 14px;
  margin: 0 0 1em;
  line-height: 1.35;
  font-weight: normal;
}

#guide-main p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 1em;
}

#guide-main p b {
  font-weight: 500;
}

.guide-main-payment dl + dl {
  padding-top: 30px;
}

.guide-main-shipping dl {
  margin-bottom: 30px;
}

table.cash-list {
  margin-bottom: 1em;
  font-size: 14px;
}

table.cash-list thead {
  background-color: #666666;
  color: #ffffff;
}

table.cash-list th {
  font-weight: 400;
  padding: 1em;
  border: 1px solid white;
}

table.cash-list tbody tr:nth-child(2n-1) {
  background-color: #fbf1d1;
}

table.cash-list td {
  padding: 1em;
  border: 1px solid white;
  color: #111;
}

@media (max-width: 858px) {
  #guide-main h2 img {
    width: 19px;
    margin-bottom: 5px;
    height: 19px;
  }
  #guide-main h2 {
    font-size: 19px;
    margin-bottom: 21px;
  }
  #guide-main h3 {
    font-size: 17px;
  }
  #guide-main h4 {
    font-size: 15px;
  }
  #guide-main h5 {
    font-size: 14px;
  }
  #guide-nav select {
    display: block;
  }
  #guide-nav dl dd img {
    display: block;
  }
  #guide-nav dl dd p {
    padding: 17px 0;
    font-weight: bold;
  }
  #guide-nav dl dd {
    width: calc(50% - 2px);
    font-size: 12px;
    padding: 0 0 0 4px;
    margin: 1px;
    background-color: #f1f1f1;
  }
  #guide-nav dl {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
  #guide-nav dl dt {
    width: 100%;
    display: none;
  }
  #guide-nav dl dd + dd {
    border: 0;
  }
  #guide-nav dl dd::after {
    content: none;
  }
  #guide-main h2 span {
    font-size: 16px;
  }
  #guide-main h3 {
    font-size: 15px;
  }
  #guide-main p {
    font-size: 13px;
  }
  .guide-main-payment dl + dl {
    padding-top: 18px;
  }
}

/*
お問い合わせ
*/
#page_contact form.h-adr input[type="radio"] {
  -webkit-appearance: auto;
  width: inherit;
  display: inline;
  height: auto;
  margin-right: 0.25rem;
}

#contact-link {
  background-color: #E8E8E8;
}

.contact-link-tech a {
  background-color: #bfbfbf;
  display: block;
  color: white;
  font-size: 10px;
  text-align: center;
  padding: 33px 1em;
}

#contact-link .contact-link-faq {
  padding: 16px 1em;
  text-align: center;
}

.contact-link-faq h2 {
  color: #000;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.contact-link-faq a {
  background-color: white;
  color: #525263;
  line-height: 1;
  font-weight: 400;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
}

#contact-link p {
  text-align: left;
  font-size: 15px;
}

.contact-link-tech {
  background: #A9A9A9;
}

.contact-link-tech a {
  background-color: white;
  color: #525263;
  line-height: 1;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
}

.contact-link-inner {
  padding: 16px 1em;
  text-align: center;
}

.contact-link-inner p {
  text-align: left;
}

#page_contact .ec-borderedDefs dt {
  line-height: 1.41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

#page_contact .ec-borderedDefs dt label {
  font-weight: 500;
  font-size: 15px;
  color: #111;
}

#page_contact .ec-borderedDefs dd {
  margin-bottom: 0;
  word-break: break-all;
}

dl#top_box__contents dd p.desc {
  font-size: 15px;
  font-weight: 500;
  color: #111;
}

dl#top_box__contents dd p span {
  color: #de5d50;
}

.ec-zipInput input {
  max-width: 8.5em;
}

.ec-telInput input {
  max-width: 10.5em;
}

span.form-left {
  font-size: 14px;
  font-weight: 500;
  padding-right: 0.6em;
}

span.form-right {
  font-size: 14px;
  font-weight: 500;
  padding-right: 1em;
  margin-left: 0.6em;
}

input#contact_name_name01 {
  width: calc(45% - 35px);
  margin-left: 0;
}

input#contact_name_name02 {
  width: calc(45% - 35px);
  margin-left: 0;
}

input#contact_kana_kana01 {
  width: calc(45% - 35px);
  margin-left: 0;
}

input#contact_kana_kana02 {
  width: calc(45% - 35px);
  margin-left: 0;
}

/*
お問い合わせ完了ページ
*/
#page_contact_complete .ec-contactCompleteRole h2 {
  font-size: 22px;
  font-weight: 500;
  color: #111;
}

#page_contact_complete .ec-contactCompleteRole p.ec-reportDescription {
  font-size: 15px;
}

/*
ログイン
*/
.ec-login {
  margin: 0 0 16px;
  padding: 23px 1em;
}

.ec-login h2,
.ec-entry h2 {
  margin: 0 0 1em;
  font-size: 15px;
}

.ec-login .ec-login__input label {
  font-size: 13px;
}

.ec-login .ec-login__input label.form-check-label {
  font-weight: 300;
  font-size: 12px;
}

.ec-login .ec-login__input {
  margin-bottom: 1em;
}

.ec-login .ec-login__link {
  font-size: 14px;
}

.ec-entry {
  margin: 0 0 16px;
  padding: 23px 1em;
  background: #f3f4f4;
}

.ec-entry__link {
  font-size: 14px;
  text-align: left;
}

@media (min-width: 768px) {
  .ec-login h2,
  .ec-entry h2 {
    font-size: 17px;
  }
  .ec-login .ec-login__link {
    margin: 0 0 1em;
  }
  .ec-login button {
    font-size: 14px;
  }
  .ec-entry a.btn {
    font-size: 14px;
  }
  .ec-login .ec-login__input label.form-check-label {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  #page_mypage_login .ec-layoutRole__contents .ec-role {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
マイページ共通
*/
.ec-navlistRole .active-mypage {
  display: block !important;
}

.ec-navlistRole .ec-navlistRole__navlist {
  background-color: white;
  right: 26px;
  top: 153px;
  width: 167px;
  z-index: 2;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 10px 0;
}

.ec-navlistRole .ec-navlistRole__item {
  width: 100%;
}

.ec-navlistRole .ec-navlistRole__item a {
  padding: 0.5em;
  font-size: 13px;
  color: #111;
}

.ec-navlistRole .active a {
  border-bottom: none;
  background-color: #333;
  color: white !important;
}

.ec-welcomeMsg {
  border-bottom: 0;
  border: 1px solid #d3d4d5;
  border-radius: 3px;
  background-color: #f1f4f5;
  padding: 1em;
}

.ec-welcomeMsg p {
  font-size: 16px;
  font-weight: 400;
}

.ec-welcomeMsg p span {
  padding: 0 0.5em;
  font-weight: 600;
}

@media (min-width: 768px) {
  .ec-mypageRole .ec-pageHeader h1 {
    margin: 10px 0 10px;
    padding: 8px 0 18px;
  }
  .ec-navlistRole .ec-navlistRole__navlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    right: inherit;
    width: auto;
    top: inherit;
    z-index: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: inherit;
    padding: 0;
  }
  .ec-navlistRole .ec-navlistRole__item a {
    padding: 16px;
    font-size: inherit;
  }
  .ec-navlistRole .active a {
    color: #333 !important;
    border-bottom: 2px solid #00b901;
    background-color: white;
  }
  select[name="mypage-select"] {
    display: none;
  }
}

@media (max-width: 767px) {
  .ec-navlistRole .ec-navlistRole__navlist {
    display: none;
  }
  .ec-welcomeMsg p {
    font-size: 14px;
  }
}

/*
ご注文履歴
*/
.ec-historyListHeader .ec-historyListHeader__date {
  font-size: 15px;
  margin: 0 0 0.5em;
}

dl.ec-definitions {
  font-size: 14px;
  margin: 0 0 0.25em;
}

.ec-historyListHeader dl.ec-definitions:last-of-type {
  margin-bottom: 1em;
}

.ec-historyListHeader .ec-historyListHeader__action {
  margin: 0;
}

.ec-historyListHeader .ec-historyListHeader__action a {
  border: 1px solid #333;
  background: white;
  color: #333;
  border-radius: 3px;
  line-height: 1;
  padding: 10px 1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ec-historyListHeader .ec-historyListHeader__action a:hover {
  background: #999;
  color: white;
}

.ec-historyRole .ec-historyRole__detail a {
  color: #0066c0;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  display: inline;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  font-weight: 500;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice small {
  padding-left: 0.25em;
  font-size: 10px;
  font-weight: 300;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailQuantity {
  font-size: 13px;
}

.ec-navlistRole .ec-navlistRole__navlist {
  border: none;
}

.ec-navlistRole .ec-navlistRole__item {
  border: none;
  font-weight: 300;
  font-size: 15px;
}

.ec-navlistRole .active a {
  color: inherit;
  border-bottom: 2px solid #111;
  font-weight: 600;
}

.ec-mypageRole p.ec-para-normal {
  text-align: right;
  font-size: 13px;
}

.ec-mypageRole p.ec-para-normal span {
  font-weight: bold;
  padding-right: 0.25em;
}

.ec-historyRole .ec-historyRole__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#page_mypage .ec-totalBox .ec-totalBox__price {
  font-size: 21px;
}

#page_mypage .ec-totalBox .ec-totalBox__total {
  margin-bottom: 1em;
}

.ec-historyRole .ec-historyRole__header {
  width: 100%;
  background-color: #f1f4f5;
  padding: 10px 10px 0;
  margin-bottom: 16px;
}

.ec-historyRole .ec-historyRole__detail {
  border-top: 0;
  padding-left: 10px;
  width: 100%;
}

.ec-imageGrid .ec-imageGrid__img {
  width: 73px;
  padding: 0 10px 0 0;
}

.ec-historyRole .ec-historyRole__detail .ec-imageGrid {
  margin: 0 0 0.5em;
}

.ec-historyRole .ec-historyRole__detail .ec-imageGrid + .ec-imageGrid {
  border-top: 1px dotted #ccc;
  padding-top: 0.5em;
}

.ec-historyListHeader dl.ec-definitions {
  font-size: 13px;
}

.ec-historyListHeader dl.ec-definitions dt::after {
  content: ":";
  padding-left: 0.25em;
}

#page_mypage .ec-totalBox {
  min-width: 255px;
  margin-left: 10px;
  margin-bottom: 0;
  background-color: #f1f4f5;
}

@media (min-width: 768px) {
  .ec-historyRole .ec-historyRole__header {
    width: 270px;
  }
  .ec-imageGrid .ec-imageGrid__img {
    width: 130px;
  }
  .ec-historyListHeader dl.ec-definitions {
    font-size: 14px;
  }
  .ec-historyListHeader dl.ec-definitions dt {
    font-weight: 300;
  }
  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
    font-size: 15px;
    font-weight: 500;
  }
  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
    font-size: 15px;
  }
  .ec-mypageRole p.ec-para-normal {
    font-size: 15px;
  }
  .ec-historyRole .ec-historyRole__detail {
    width: calc(100% - 170px);
  }
  .ec-historyRole .ec-historyRole__header {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .ec-historyRole .ec-historyRole__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 8px;
  }
  #page_mypage .ec-totalBox {
    display: none;
  }
  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
    margin: 0 0 0.25em;
  }
  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
    margin: 0 0 0.25em;
  }
  .ec-historyRole .ec-historyRole__detail {
    padding-left: 0;
  }
  #page_mypage .ec-totalBox .ec-totalBox__price {
    font-size: 18px;
  }
  .ec-historyRole .ec-historyRole__header .ec-historyListHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ec-historyRole
.ec-historyRole__header
.ec-historyListHeader
dl.ec-definitions-wrapper {
    width: calc(100% - 50px);
    margin-bottom: 10px;
  }
  .ec-imageGrid .ec-imageGrid__img {
    padding-left: 0;
  }
  .ec-historyListHeader dl.ec-definitions:last-of-type {
    margin-bottom: 0;
  }
}

/*
ご注文履歴詳細
*/
#page_mypage_history .ec-rectHeading h2 {
  font-size: 19px;
  background: white;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.5em;
  font-weight: 400;
  padding-top: 1em;
  margin-bottom: 10px;
  color: #111;
}

#page_mypage_history .ec-orderOrder {
  font-size: 15px;
  color: #111;
}

#page_mypage_history .ec-orderOrder dt {
  margin-right: 0.5em;
  font-weight: 400;
}

.ec-orderDelivery .ec-orderDelivery__title {
  padding: 0;
  margin: 0 0 0.5em;
  font-size: 15px;
}

#page_mypage_history .ec-orderDelivery__item {
  margin-bottom: 9px;
}

#page_mypage_history .ec-orderDelivery__item + .ec-orderDelivery__item {
  border-top: 1px solid #ccc;
  padding-top: 9px;
}

#page_mypage_history .ec-orderDelivery__item .ec-imageGrid__img {
  padding-left: 0;
}

#page_mypage_history .ec-definitions--soft {
  font-size: 15px;
}

#page_mypage_history .ec-orderPayment p {
  font-size: 15px;
}

#page_mypage_history .ec-orderConfirm p {
  font-size: 15px;
}

#page_mypage_history .ec-orderMails .ec-orderMail__time {
  font-size: 15px;
}

#page_mypage_history .ec-orderMails .ec-orderMail__link {
  font-size: 15px;
}

#page_mypage_history .ec-orderMail__body {
  overflow: auto;
}

#page_mypage_history .ec-orderDelivery__col + .ec-orderDelivery__col {
  border-top: 1px dotted #ccc;
  margin-top: 26px;
}

#page_mypage_history
.ec-orderDelivery__col
p.ec-imageGrid__content__price
small {
  font-size: 10px;
  padding-left: 0.25em;
}

#page_mypage_history .ec-inlineBtn {
  color: #333;
  background: white;
  font-weight: 300;
  height: inherit;
  line-height: 1;
  padding: 1em;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: pre-wrap;
  margin-bottom: 1em;
}

.ec-orderMail .ec-orderMail__link a {
  color: #0066c0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .ec-orderDelivery .ec-orderDelivery__title {
    padding-top: 26px;
  }
}

@media (max-width: 767px) {
  #page_mypage_history .ec-orderDelivery__col + .ec-orderDelivery__col {
    margin-top: 16px;
    padding-top: 16px;
  }
}

/*
お気に入り一覧
*/
.ec-favoriteRole {
  margin-left: -6px;
  margin-right: -6px;
}

.ec-favoriteRole .ec-favoriteRole__item {
  width: calc(100% / 6 - 12px);
  padding: 0;
  margin: 0 6px 1em;
}

.ec-favoriteRole .ec-favoriteRole__item-image {
  height: inherit;
  margin-bottom: 1em;
  border-radius: 4px;
  position: relative;
}

.ec-favoriteRole .ec-favoriteRole__item-image img {
  border-radius: 4px;
}

.ec-favoriteRole .ec-favoriteRole__item-overlay {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
  border-radius: 4px;
}

.ec-favoriteRole .ec-favoriteRole__item-overlay.active {
  z-index: 2;
  opacity: 0.2;
  visibility: visible;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
}

a.ec-favoriteRole__itemThumb {
  width: 73px;
}

.ec-favoriteRole .ec-favoriteRole__itemList .favorite-product-info a {
  color: #0066c0;
  font-weight: bold;
  text-decoration: none;
}

.ec-favoriteRole .ec-favoriteRole__itemList .favorite-product-info a:hover {
  color: #f4800c;
}

.ec-favoriteRole .ec-favoriteRole__itemTitle {
  font-size: 14px;
  font-weight: 500;
}

.ec-favoriteRole .ec-productRole__priceRegular-wrap {
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}

.ec-favoriteRole .ec-productRole__priceRegular-wrap small {
  padding-left: 0.25em;
}

.ec-favoriteRole .ec-favoriteRole__itemPrice {
  word-break: break-all;
  font-size: 13px;
  font-weight: 500;
}

.ec-favoriteRole .ec-favoriteRole__itemPrice small {
  padding-left: 0.25em;
  font-weight: 300;
  font-size: 10px;
}

.ec-favoriteRole .ec-favoriteRole__itemList a {
  margin: 0;
  width: 100%;
}

li.ec-favoriteRole__item .ec-closeBtn--circle {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: inherit;
  max-height: inherit;
  min-width: inherit;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: 2;
  background-color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle:hover {
  background-color: #f1f4f5;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle.active {
  z-index: 3;
  visibility: visible;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
  opacity: 1;
}

li.ec-favoriteRole__item .ec-closeBtn--circle .ec-icon {
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 17px;
  text-align: center;
  color: #111;
  line-height: 40px;
}

.ec-favoriteRole .ec-favoriteRole__header {
  text-align: right;
  font-size: 13px;
}

.ec-favoriteRole .ec-favoriteRole__header span {
  font-weight: bold;
  padding-right: 0.25em;
}

.ec-favoriteRole__detail {
  margin: 0;
}

.ec-favoriteRole .ec-favoriteRole__itemList {
  margin: 0;
}

.ec-favoriteRole__editlist {
  position: relative;
  padding-top: 16px;
  text-align: right;
  display: none;
}

.ec-favoriteRole__editlist-inner i.list {
  font-size: 19px;
  color: #111;
}

.ec-favoriteRole__editlist ul {
  display: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0px;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 10px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 10px;
  border-radius: 4px;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 3;
  list-style: none;
}

.ec-favoriteRole__editlist ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 32px auto;
      grid-template-columns: 32px auto;
  -ms-grid-rows: 24px;
      grid-template-rows: 24px;
  padding: 5px 24px 5px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #111;
}

.ec-favoriteRole__editlist ul.active {
  display: block;
}

@media (min-width: 768px) {
  .ec-favoriteRole .ec-favoriteRole__header {
    font-size: 15px;
  }
  a.ec-favoriteRole__itemThumb {
    width: 135px;
  }
  .ec-favoriteRole .ec-favoriteRole__itemTitle {
    font-size: 15px;
    margin: 0 0 0.5em;
  }
  .ec-favoriteRole .ec-favoriteRole__itemPrice {
    font-size: 15px;
  }
  .ec-favoriteRole__itemList {
    margin: 0;
  }
  .ec-favoriteRole .ec-productRole__priceRegular-wrap {
    font-size: 15px;
  }
  .ec-favoriteRole .ec-productRole__priceRegular-wrap small {
    padding-left: 0.25em;
  }
}

@media (max-width: 991px) {
  .ec-favoriteRole .ec-favoriteRole__item {
    width: calc(100% / 3 - 6px);
    margin: 0 3px 1em;
  }
  .ec-favoriteRole {
    margin-left: -3px;
    margin-right: -3px;
  }
  .ec-favoriteRole__editlist {
    display: block;
  }
}

@media (max-width: 768px) {
  .ec-favoriteRole .ec-favoriteRole__item {
    width: calc(100% / 2 - 6px);
    margin: 0 3px 1em;
  }
}

/*
お届け先の一覧
*/
#page_mypage_delivery .ec-addressList__address {
  font-size: 13px;
  width: 100%;
}

#page_mypage_delivery .ec-addressList__address .ec-addressList__address-name {
  font-weight: 500;
  margin: 0 0 0.25em;
}

#page_mypage_delivery .ec-addressList__address .ec-addressList__address-postal {
  margin: 0 0 0.25em;
}

#page_mypage_delivery .ec-addressList__address .ec-addressList__address-tel {
  margin: 0 0 1em;
}

#page_mypage_delivery .ec-para-normal-none {
  text-align: center;
}

#page_mypage_delivery a.ec-inlineBtn {
  border-radius: 3px;
  background-color: #f3f3f3;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1em;
  width: 100%;
  border: 1px solid #ccc;
  white-space: pre-line;
  color: #111;
}

.ec-addressList .ec-addressList__action {
  padding: 0;
}

.ec-addressRole .action-btn {
  font-size: 13px;
}

.ec-addressList__action .cancel-btn {
  font-size: 13px;
}

.ec-addressList__item {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  margin: 0 0 10px;
}

.ec-addressList__item .address-control {
  display: inline;
}

.ec-addressList__item .address-control a.address-cancel {
  font-size: 12px;
}

.ec-addressList__item .address-control a.address-remove {
  font-size: 12px;
}

.ec-addressList__item .address-control span {
  font-size: 13px;
}

#page_mypage_delivery a.ec-inlineBtn p {
  position: relative;
}

@media (min-width: 768px) {
  #page_mypage_delivery .ec-off1Grid__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page_mypage_delivery .ec-addressRole {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 10px 10px;
  }
  .ec-addressList__item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 10px 10px;
    padding: 16px 16px 26px 16px;
    position: relative;
  }
  #page_mypage_delivery a.ec-inlineBtn {
    height: 100%;
    margin: 0;
  }
  #page_mypage_delivery a.ec-inlineBtn p {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 0.5em;
  }
  #page_mypage_delivery a.ec-inlineBtn i {
    font-size: 22px;
    color: #666;
  }
  #page_mypage_delivery .ec-addressList__address {
    font-size: 14px;
  }
  .ec-addressList__item .address-control {
    position: absolute;
    bottom: 13px;
  }
}

/*
カゴの中
*/
.ec-progress {
  padding-top: 1em;
}

.ec-cartRow .ec-cartRow__summary {
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
}

.ec-cartRow .ec-cartRow__summary .cart-option {
  display: block;
  margin: 0 0 0.6em;
  font-size: 14px;
}

.ec-cartRow .ec-cartRow__summary .ec-productRole__priceRegular-wrap {
  text-decoration: line-through;
}

.ec-cartRow
.ec-cartRow__summary
.ec-productRole__priceRegular-wrap
span.cart-option {
  display: none;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__unitPrice {
  font-weight: bold;
}

.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}

.ec-cartRow__name {
  font-weight: 300;
}

.ec-cartHeader .ec-cartHeader__label {
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}

.ec-cartRole .ec-cartRole__progress {
  z-index: 1;
}

.ec-progress .ec-progress__number {
  background: #d7d7d7;
}

.ec-progress .ec-progress__number {
  width: 10px;
  height: 10px;
}

.ec-progress .ec-progress__item:after {
  height: 1px;
  top: 8px;
}

.ec-progress .is-complete .ec-progress__label {
  color: #111;
  font-weight: 500;
  font-size: 105%;
}

.ec-progress .ec-progress__label {
  font-size: 12px;
  font-weight: 400;
  padding-top: 17px;
}

.ec-progress .is-complete .ec-progress__number {
  background: #111;
  height: 15px;
  width: 15px;
}

.ec-orderAccount .ec-orderAccount__account {
  margin-bottom: 1em;
  font-size: 15px;
}

#page_cart .ec-alert-warning {
  background: transparent;
  padding: 0;
  margin: 0 0 30px;
}

#page_cart .ec-alert-warning .ec-alert-warning__text {
  color: #c53d43;
  font-weight: 300;
  font-size: 13px;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
  color: #0066c0;
  font-weight: bold;
}

@media (min-width: 768px) {
  .ec-cartRole .ec-cartRole__actions {
    width: 100%;
    margin: 0;
  }
  .ec-cartRow .ec-cartRow__imageColumn {
    border-bottom: 1px dotted #ccc;
    padding: 14px 0;
    display: table-cell;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    font-size: 14px;
    margin: 0 0 0.5em;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__unitPrice-basic {
    font-size: 14px;
  }
  .ec-cartRow .ec-cartRow__summary .ec-productRole__priceRegular-wrap {
    font-size: 16px;
  }
  .ec-cartRole .ec-cartRole__totalAmount {
    font-size: 21px;
    font-weight: 500;
  }
  .ec-cartRow .ec-cartRow__delColumn a i {
    color: #333;
  }
  .ec-cartRow .ec-cartRow__delColumn p {
    display: none;
  }
  .ec-alert-warning .ec-alert-warning__text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  form#form_cart {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-cartRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 11px;
    position: relative;
  }
  li.ec-cartRow__imageColumn {
    width: 30%;
    list-style: none;
  }
  .ec-cartRow .ec-cartRow__contentColumn {
    width: 70%;
    border-bottom: 0;
    padding: 0;
  }
  .ec-cartRow .ec-cartRow__amountColumn {
    width: 65%;
    padding-left: 30%;
    border-bottom: 0;
    text-align: left;
  }
  .ec-cartRow .ec-cartRow__delColumn {
    width: 35%;
    text-align: left;
    border-bottom: 0;
    position: relative;
  }
  .ec-cartRow .ec-cartRow__delColumn a {
    font-size: 12px;
    color: #333;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 6px 0.75em;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
  }
  .ec-cartRow .ec-cartRow__delColumn a i {
    display: none;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 0.5em;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
    padding-bottom: 0.5em;
    display: inline-block;
  }
  .ec-cartTable {
    border: 0;
  }
  .ec-cartRow__unitPrice {
    font-size: 14px;
    margin: 0 0 0.5em;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    font-size: 13px;
    margin: 0 0 5px;
  }
  .ec-progress .ec-progress__item .ec-progress__label {
    display: none;
  }
  .ec-progress .is-complete .ec-progress__label {
    display: block;
    padding: 0;
    width: 72px;
    font-size: 12px;
  }
  .ec-progress {
    padding-bottom: 0;
    margin-bottom: 1em;
  }
  .ec-orderAccount .ec-orderAccount__account {
    font-size: 13px;
  }
}

/*
ご注文手続き
*/
body#page_shopping .ec-blockBtn--action {
  font-size: 14px;
}

body#page_shopping .ec-blockBtn--cancel {
  color: #333;
  background: white;
}

body#page_shopping .ec-rectHeading h2 {
  background: white;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.5em;
  font-weight: 500;
  font-size: 18px;
}

body#page_shopping .ec-orderDelivery__edit {
  margin-bottom: 50px;
}

body#page_shopping .ec-orderPayment {
  margin-bottom: 16px;
}

body#page_shopping .ec-orderPayment p {
  margin-bottom: 1em;
}

.ec-orderRole .ec-borderedList {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.ec-borderedList li {
  border-bottom: 0;
}

.ec-borderedList li + li {
  border-top: 1px dotted #ccc;
}

.ec-imageGrid {
  border-top: 0;
}

.ec-imageGrid .ec-imageGrid__content {
  font-size: 15px;
}

.ec-imageGrid .ec-imageGrid__content p a {
  color: #0066c0;
  font-weight: 500;
}

.ec-imageGrid .ec-imageGrid__content a {
  display: inline-block;
  margin: 0 0 0.5em;
}

.ec-orderDelivery .ec-orderDelivery__address {
  font-size: 15px;
  line-height: 1.5;
}

.ec-select label {
  font-weight: 500;
  font-size: 15px;
}

#gmo_payment_gateway_credit_form .dl_table dd {
  margin-bottom: 1em;
}

.ec-totalBox .ec-totalBox__price {
  font-weight: 500;
}

.ec-totalBox .ec-totalBox__spec {
  font-size: 14px;
}

#page_shopping button.ec-inlineBtn {
  font-size: 13px;
  padding: 8px 1em;
  line-height: 1;
  height: inherit;
  border-radius: 3px;
}

.ec-orderDelivery .ec-orderDelivery__change {
  top: -7px;
}

.ec-orderDelivery-shipping .ec-imageGrid {
  padding: 9px 0;
}

.ec-orderDelivery-shipping .ec-imageGrid .ec-imageGrid__img {
  padding-left: 0;
}

.ec-totalBox .ec-totalBox__paymentTotal {
  margin-bottom: 1em;
}

.ec-orderRole .ec-orderRole__summary {
  margin-top: 0 !important;
}

.ec-totalBox .ec-totalBox__pointBlock {
  margin-bottom: 1em;
}

/* #page_shopping .ec-orderDelivery__actions {
  height: 0;
  overflow: hidden;
  opacity: 0;
} */

@media (min-width: 768px) {
  .ec-totalBox {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media (max-width: 767px) {
  body#page_shopping .ec-rectHeading h2 {
    font-size: 15px;
  }
  .ec-orderDelivery .ec-orderDelivery__address {
    font-size: 13px;
  }
  .ec-imageGrid .ec-imageGrid__content {
    font-size: 13px;
    line-height: 1.1;
  }
  #gmo_payment_gateway_credit_confirm_form .dl_table dt {
    display: block !important;
    width: 100%;
    font-weight: 500 !important;
    width: 100% !important;
    margin: 0 0 0.5em;
  }
  #gmo_payment_gateway_credit_confirm_form .dl_table dd {
    display: block !important;
    width: 100%;
    margin: 0 0 0.5em;
    font-size: 13px;
  }
  #gmo_payment_gateway_credit_form .dl_table dt {
    font-size: 14px;
    width: 100%;
    display: block !important;
    margin: 0 0 0.5em;
    font-weight: 500 !important;
  }
  #gmo_payment_gateway_credit_form .dl_table dd {
    font-size: 14px;
    width: 100%;
    display: block !important;
  }
  #gmo_payment_gateway_credit_form .form-control {
    width: 100%;
  }
  #gmo_payment_gateway_credit_form input#shopping_order_card_no {
    width: 100%;
  }
  #page_shopping #payment_portiapay fieldset {
    margin-left: 0 !important;
  }
}

/*
ご注文内容のご確認
*/
#page_shopping_confirm .ec-rectHeading h2 {
  background: white;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.5em;
  font-weight: 500;
  font-size: 18px;
}

#page_shopping_confirm #gmo_payment_gateway_credit_confirm_form .dl_table {
  font-size: 14px;
}

#page_shopping_confirm .ec-selects {
  border-bottom: 0;
}

#page_shopping_confirm .ec-orderPayment {
  margin-bottom: 16px;
}

.ec-totalBox .ec-totalBox__taxLabel {
  font-weight: 300;
}

.ec-totalBox p#warning {
  color: #33475b;
  font-size: 14px;
  margin: 0 0 1em;
  font-weight: 400;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
  font-size: 14px;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
  background-color: white;
  color: #111;
}

@media (max-width: 767px) {
  #page_shopping_confirm .ec-rectHeading h2 {
    font-size: 15px;
  }
  #gmo_payment_gateway_credit_confirm_form .dl_table dt {
    display: block !important;
    width: 100%;
    font-weight: 500 !important;
  }
  #gmo_payment_gateway_credit_confirm_form .dl_table dd {
    display: block !important;
    width: 100%;
    margin: 0 0 0.5em;
    font-size: 13px;
  }
}

/*
ゲスト購入
*/
.ec-guest {
  height: inherit;
  margin: 0 0 16px;
  padding: 16px 25px;
  width: 100%;
}

.ec-guest-title {
  margin: 0 16px;
  width: 100%;
}

.ec-guest a.ec-blockBtn--cancel {
  height: inherit;
  line-height: 1;
  background: #333;
  border-radius: 3px;
  padding: 1em;
  font-size: 12px;
  margin-bottom: 1em;
  font-weight: 300;
}

.ec-guest p {
  font-size: 13px;
}

@media (min-width: 768px) {
  .ec-guest {
    margin: 0 16px;
  }
  .ec-guest p {
    font-size: 15px;
  }
  .ec-grid2__cell {
    font-size: 15px;
  }
  .ec-guest a.ec-blockBtn--cancel,
  .ec-login .ec-login__link {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ec-guest-title {
    margin: 0;
  }
}

/*
商品一覧ページ｜モーダル
*/
.ec-modal-wrap .ec-inlineBtn--cancel {
  color: #333;
  background: white;
  font-weight: 300;
  height: inherit;
  line-height: 1;
  padding: 1em;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: pre-wrap;
  width: 100%;
}

.ec-modal-wrap .ec-inlineBtn--action {
  color: white;
  background: #111;
  border-color: #111;
  font-weight: 300;
  height: inherit;
  line-height: 1;
  padding: 1em;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: pre-wrap;
  width: 100%;
}

.ec-modal .ec-modal-wrap {
  border: none;
}

/*
エラーページ 
*/
#error-page {
  width: 100%;
  height: 100vh;
  background-color: white;
  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;
}

#error-page .error-wrap {
  padding: 0 16px;
  text-align: center;
}

#error-page h1 {
  margin: 0 0 1em;
}

#error-page p {
  margin: 0 0 1em;
}

/*
特定商取引法に基づく表記
*/
#page_help_tradelaw .ec-off1Grid {
  color: #111;
}

#page_help_tradelaw .ec-borderedDefs dl {
  padding: 1em 0;
}

#page_help_tradelaw .ec-borderedDefs dd {
  line-height: 1.41;
  margin-bottom: 0;
}

#page_help_tradelaw .ec-borderedDefs dt {
  padding: 0 1em;
}

#page_help_tradelaw .ec-borderedDefs dt label {
  font-weight: 500;
}

@media (max-width: 767px) {
  #page_help_tradelaw .ec-borderedDefs dt {
    padding: 0;
  }
}

/*
プライバシーポリシー
*/
#page_help_privacy .ec-role {
  color: #111;
}

#page_help_privacy .ec-role p {
  margin-bottom: 1em;
}

/*
当サイトについて
*/
#page_help_about .ec-role p.detail {
  padding-top: 30px;
  margin-bottom: calc(30px + 1em);
}

#page_help_about .ec-off1Grid {
  color: #111;
}

#page_help_about .ec-borderedDefs dl {
  padding: 1em 0;
}

#page_help_about .ec-borderedDefs dd {
  line-height: 1.41;
  margin-bottom: 0;
}

#page_help_about .ec-borderedDefs dt {
  padding: 0 1em;
}

#page_help_about .ec-borderedDefs dt label {
  font-weight: 500;
}

@media (max-width: 767px) {
  #page_help_about .ec-borderedDefs dt {
    padding: 0;
  }
}

/*
クーポンページ
*/
body#page_shopping #coupon {
  margin-bottom: 16px;
}

body#page_shopping #coupon a {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #525263;
  background-color: #f5f7f8;
  border-color: #ccc;
}

#page_plugin_coupon_shopping .form-check-input {
  position: relative;
  margin-right: 0.5em;
}

/*
会員特典
*/
#page_benefits .ec-off1Grid {
  color: #111;
}

#page_benefits .ec-off1Grid h1 {
  font-size: 22px;
}

#page_benefits .benefit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page_benefits .benefit-col {
  width: 50%;
  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;
}

#page_benefits .benefit-col img {
  padding: 30px 10px;
  padding-left: 40px;
}

#page_benefits .benefit-col h2 {
  font-size: 20px;
}

#page_benefits .benefit-col p {
  font-size: 14px;
}

#page_benefits .ec-off1Grid .btn {
  border: none;
  display: block;
  width: 100%;
  color: white;
  background-color: #111;
  padding: 0.5em;
  font-size: 15px;
  margin: 0 0 1em;
  line-height: 1.35;
  height: inherit;
  font-weight: 500;
  margin-top: 50px;
}

@media (max-width: 767px) {
  #page_benefits .benefit-row .benefit-col:nth-child(1) {
    width: 20%;
  }
  #page_benefits .benefit-row .benefit-col:nth-child(2) {
    width: 80%;
  }
  #page_benefits .benefit-col img {
    padding: 1em;
    padding-left: 0;
  }
  #page_benefits .ec-off1Grid h1 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #page_benefits .benefit-col h2 {
    font-size: 15px;
  }
  #page_benefits .benefit-col p {
    font-size: 13px;
  }
  #page_benefits .benefit-row {
    margin-bottom: 1em;
  }
  #page_benefits .ec-off1Grid .btn {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

/*
キャンペーン
*/
.row-campaign {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 0 0.5em 0.5em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-campaign .title {
  background-color: #2e495a;
  color: white;
  padding: 1em;
  width: 25%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-campaign .title .wrap {
  width: 100%;
}

.row-campaign .title h1 {
  margin: 0 0 0.25em;
  text-align: center;
  font-size: 25px;
}

.row-campaign .title p {
  text-align: center;
}

.row-campaign .title h1.number {
  text-align: center;
  background-color: white;
  color: #2e495a;
  width: 35px;
  display: block;
  margin: 0 auto;
  font-size: 25px;
  line-height: 35px;
  border-radius: 50%;
}

.row-campaign .col-campaign {
  padding: 1em;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-campaign .col-campaign img {
  -o-object-fit: contain;
     object-fit: contain;
}

.row-campaign .col-campaign .text {
  width: 73%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-campaign .col-campaign .text h2 {
  font-size: 23px;
  font-weight: 600;
}

.row-campaign .col-campaign .text h2 span {
  font-size: 80%;
}

.row-campaign .col-campaign .text p {
  font-weight: 100;
  font-size: 15px;
  margin: 0 0 1em;
}

.row-campaign .col-campaign .text a {
  background-color: #111;
  color: white;
  padding: 0.5em 0.75em;
  text-align: center;
  display: inline-block;
  border-radius: 0.25em;
  width: 100%;
  max-width: 350px;
}

.row-campaign .col-campaign .img {
  width: 27%;
  position: relative;
}

.row-campaign .col-campaign .img p {
  background-color: #111;
  color: white;
  border-radius: 50%;
  padding: 0.5em;
  position: absolute;
  right: 0;
}

.row-campaign .col-campaign .img .col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-campaign .col-campaign .img .col-img img {
  width: 45%;
  height: 100%;
}

.row-campaign .col-campaign .img .col-img h3 {
  width: 55%;
  word-break: break-all;
  font-size: 15px;
  padding: 0 0.5em;
}

.row-campaign .col-campaign .img .col-img h3 span {
  display: inline-block;
  background-color: #111;
  color: white;
  border-radius: 50%;
  padding: 0.5em;
  margin-bottom: 0.25em;
}

@media (max-width: 767px) {
  .row-campaign {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row-campaign .title {
    width: 100%;
  }
  .row-campaign .title h1 {
    font-size: 21px;
  }
  .row-campaign .title h1.number {
    font-size: 17px;
    line-height: 30px;
    width: 30px;
  }
  .row-campaign .col-campaign {
    width: 100%;
  }
  .row-campaign .col-campaign .text {
    width: 100%;
  }
  .row-campaign .col-campaign .text h2 {
    font-size: 21px;
  }
  .row-campaign .col-campaign .text h2 br {
    display: none;
  }
  .row-campaign .col-campaign .text a {
    margin: 0 0 1em;
  }
  .row-campaign .col-campaign .img {
    width: 100%;
    margin: 0 auto;
  }
  .row-campaign .col-campaign img {
    max-width: 120px;
    margin: 0 auto;
    display: block;
  }
  .row-campaign .col-campaign .img .row-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row-campaign .col-campaign .img .col-img {
    width: 50%;
  }
}

/*TIPS block
------------------------------------------*/
.sectionContent {
  padding: 35px 0;
}

.sectionContent.bg_gray {
  background: #f8f8f8;
}

#tips.sectionContent a {
  color: #111;
}

#tips.sectionContent a:hover {
  text-decoration: none;
}

#tips.sectionContent img {
  width: 100%;
  margin: 0 0 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

#tips.sectionContent h2 {
  font-size: 2em;
}

#tips.sectionContent h3 {
  font-size: 18px;
}

#tips.sectionContent p {
  font-size: 14px;
}

/*recommend section
------------------------------------------*/
#recommend.sectionContent a {
  color: #111;
}

#recommend.sectionContent a:hover {
  text-decoration: none;
}

#recommend.sectionContent img {
  width: 100%;
  max-width: 215px;
  display: block;
  margin: 0 auto 1em;
}

#recommend.sectionContent p.name {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0.5em;
}

#recommend.sectionContent p.price {
  font-size: 17px;
  font-weight: 100;
}

#recommend.sectionContent p.price span {
  font-size: 80%;
}

/*レビューブロック
------------------------------------*/
#reviews.review_block {
  padding: 40px 0;
}

#reviews.review_block .col-review {
  border: 1px solid #efefef;
  display: block;
  padding: 24px 16px;
  margin: 0 0 1em;
}

#reviews.review_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #reviews.review_block a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  #reviews.review_block a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  #reviews.review_block .imgArea {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  #reviews.review_block .imgArea {
    max-width: 300px;
    margin: 0 auto;
  }
}

#reviews.review_block .imgArea img {
  width: 100%;
  padding: 0 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

@media only screen and (min-width: 768px) {
  #reviews.review_block .infoArea {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #reviews.review_block .infoArea {
    margin-top: 16px;
  }
}

#reviews.review_block .infoArea h2 {
  font-size: 2em;
}

@media only screen and (min-width: 768px) {
  #reviews.review_block .infoArea h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #reviews.review_block .infoArea h2 {
    font-size: 18px;
  }
}

#reviews.review_block .infoArea h3 {
  font-size: 17px;
  line-height: 1.41;
}

#reviews.review_block .infoArea p {
  font-size: 14px;
}

/*レビューブロック
------------------------------------*/
#benefits.benefits_block {
  padding: 40px 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#benefits.benefits_block a {
  display: block;
  margin: 0 0 16px;
  color: #111;
}

@media only screen and (min-width: 768px) {
  #benefits.benefits_block a {
    padding: 24px 14px;
  }
}

@media only screen and (max-width: 767px) {
  #benefits.benefits_block a {
    padding: 12px 0;
  }
}

#benefits.benefits_block .imgArea {
  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;
}

#benefits.benefits_block .imgArea .icon {
  width: 100%;
  margin: 0 auto 1em;
  display: block;
}

@media only screen and (min-width: 768px) {
  #benefits.benefits_block .imgArea .icon {
    max-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #benefits.benefits_block .imgArea .icon {
    max-width: 80px;
  }
}

#benefits.benefits_block .imgArea img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#benefits.benefits_block .txtArea {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #benefits.benefits_block .txtArea .head {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #benefits.benefits_block .txtArea .head {
    font-size: 16px;
  }
}

#benefits.benefits_block .txtArea p.txt {
  font-size: 14px;
}

#benefits.benefits_block.top {
  background-color: #f2f2f2;
  padding: 20px 0;
}

#benefits.benefits_block.top a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #benefits.benefits_block.top a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#benefits.benefits_block.top a .head {
  font-size: 15px;
  text-align: left;
}

#benefits.benefits_block.top a .imgArea {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 80px;
  margin-right: 10px;
}

/*ブランドカテゴリーブロック
------------------------------------*/
#category.category_block {
  padding: 40px 0;
}

#category.category_block a {
  border: 1px solid #efefef;
  display: block;
  padding: 25px 13px 10px;
  height: 100%;
}

#category.category_block img {
  width: 100%;
  margin: 0 0 1em;
  padding: 0 1em;
}

@media only screen and (max-width: 767px) {
  #category.category_block h2 {
    font-size: 15px;
  }
}

#category.category_block h3 {
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
  #category.category_block p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #category.category_block p {
    font-size: 13px;
    line-height: 1.41;
  }
}

/*ポップアップクーポン
------------------------------------*/
.popup {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: none;
}

@media only screen and (max-width: 767px) {
  .popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997 !important;
  }
}

.popup.is_show {
  display: block;
}

@media only screen and (max-width: 767px) {
  .popup .bg {
    background-color: #1119;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998 !important;
  }
}

.popup .popItemImg {
  z-index: 99999;
}

@media only screen and (min-width: 768px) {
  .popup .popItemImg {
    position: fixed;
    right: 10px;
    bottom: 10px;
    max-width: 360px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (max-width: 767px) {
  .popup .popItemImg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80vw;
  }
}

.popup .popItemImg img {
  width: 100%;
}

.popup .popItemImg .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #666;
}

@media only screen and (max-width: 767px) {
  .popup .popItemImg .closeBtn {
    top: -5px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    border-radius: 100px;
  }
}

.popup .popItemImg .closeBtn span {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  height: 1px;
  width: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .popup .popItemImg .closeBtn span {
    height: 3px;
  }
}

.popup .popItemImg .closeBtn span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.AmazonPayButton {
  margin-right: 50%;
  margin-left: calc(50% + 15px);
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .AmazonPayButton {
    margin: 0 auto 20px;
  }
}

#amazon_pay__payment_descriptor {
  margin-top: 16px;
  margin-bottom: 16px;
}

#amazon_pay__payment_descriptor .amazon_pay_amazonpaymentdescriptor_block {
  margin-bottom: 12px;
}

#amazon_pay__payment_descriptor .amazon_pay_amazonpaymentdescriptor_block img {
  width: 100px;
  margin-bottom: 8px;
}
/*# sourceMappingURL=netgear.css.map */