@charset "utf-8";
/* カスタマイズ用CSS */

:root {
  --font-color: #333;
  --bg-body: #e5e4e6;
  --bg-menu: #28A3CD;
  --bg-footer: #D0CFD1;
  --border-color: #dcdcdc;
  --link-color: #5C8FB9;
}

/* スマホ画像 */
@media screen and (max-width: 767px) {
.slick-slider {
    touch-action: auto;
  }
}

/* レイアウト */
/*
.ec-cartRole {
  margin-bottom: 30px;
}
*/

.ec-cartRole,
.ec-registerRole,
.ec-contactCompleteRole,
.ec-contactConfirmRole,
.ec-mypageRole,
.ec-contactRole,
.ec-withdrawRole {
  padding: 16px;
  max-width: none;
}

.ec-registerCompleteRole {
  background: #fff;
  padding: 30px;
  max-width: none;
}

@media screen and (min-width:1025px) {
/*
  .ec-layoutRole {
    background-color: var(--bg-body);
  }
*/
  .ec-layoutRole__contents {
    padding-bottom: 60px;
  }

  .ec-layoutRole__contentBottom {
    max-width: 1150px;
    margin:  0 auto;
  }

  .ec-role {
    background-color: white;
    padding: 30px;
    margin: 0;
    max-width: 1150px;
  }

  .ec-cartRole {
    background-color: white;
    padding: 30px;
    max-width: none;
  }

  .ec-mypageRole {
    background-color: white;
    padding: 30px;
    /* margin-bottom: 20px; */
  }

  .ec-withdrawRole {
    background-color: white;
    padding: 30px;
    margin-bottom: 20px;
  }
}

/* ヘッダー */
.ec-layoutRole__header {
    border-top: 6px solid #3579BB;
    background-color: #F4F9FD;
}

.ec-headerNaviRole {
  padding: 0 20px 0 56px;
  height: 60px;
}

.ec-headerNaviRole img {
    width: auto;
}

@media screen and (min-width:768px) {
  .ec-headerNaviRole {
    padding: 0 20px;
    height: 80px;
  }
}

@media screen and (min-width:1025px) {
/*
    .ec-layoutRole__header {
        margin-bottom: 30px;
    }
*/
  .ec-headerNaviRole {
    padding: 0;
    max-width: 1150px;
    height: 110px;
  }
}

.ec-headerRole__title h1 {
  margin-top: 10px;
}

/* ヘッダーロゴ */
@media screen and (max-width: 767px) {
  .ec-headerNaviRole .ec-headerNaviRole__left {
    flex-basis: 356px;
    width: auto;
  }
}

/* ヘッダーバナー */
  .headerbnr {
    width: 100%;
    text-align: center;
    background-color: #D6325A;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
}
  .headerbnr__inner{

}
  .headerbnr img{
    display: block;
    width: 100%;
    max-width: 1150px;
    height: auto;
    margin: 0 auto;
}

/* カート */
@media only screen and (min-width: 768px) {
    .ec-cartNavi {
      border: 1px solid #ccc;
      background: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .ec-cartNavi {
      padding: 10px 0 0 15px;
    }
}

.ec-cartNaviIsset,
.ec-cartNaviNull {
  background: #fff;
}

.ec-cartNaviIsset.is-active {
    filter: drop-shadow(1px 1px 1px rgb(0 0 0 / .3));
}

@media only screen and (max-width: 599px) {
    .ec-cartNaviIsset.is-active {
      top: 67px;
    }
}

.ec-cartNaviIsset::before,
.ec-cartNaviNull::before {
  border-color: transparent transparent #fff transparent;
}

.ec-headerNav .ec-headerNav__itemIcon {
  margin-right: 2px;
  margin-left: 2px;
}

@media only screen and (min-width: 768px) {
  .ec-headerNav {
    margin: 0 20px;
  }

  .ec-headerNav .ec-headerNav__itemIcon {
    margin-right: 5px;
    margin-left: 5px;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: none;
  }
}

@media screen and (min-width:1025px) {
  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
  }
}

.header-search__sp {
  background-color: #fff;
  padding: 20px;
}

.header-search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 40px;
}

.header-search-form input {
  width: calc(100% - 50px);
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  background-color: #fff;
}

.header-search-form input::placeholder{
  color: #B6B6B6;
}

.header-search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: white;
  cursor: pointer;
}

.header-search-form button img {
  width: 30px;
}

@media screen and (min-width:1025px) {
  .header-search__sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__category {
    display: none;
  }

  .ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
    border-radius: 50px;
    background: #fff;
  }
}

@media only screen and (min-width: 1025px) {
  .ec-headerSearch .ec-headerSearch__keyword {
    width: 330px;
  }
}

/* ヘッダー下メニュー */
.global_nav {
  display: none;
}

@media screen and (min-width:1025px) {
  .global_nav {
    display: block;
    position: relative;
    background-color: var(--bg-menu);
    margin-bottom: 40px;
  }
}

.global_nav__inner {
  max-width: 1150px;
  margin: 0 auto;
}
.global_nav__menu {
  display: flex;
  list-style: none;
}

.global_nav__menu li {
  line-height: 60px;
  padding: 0 30px;
}

.global_nav__menu a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.global_nav__menu a:hover {
  color: #f3f3f3;
  text-decoration: underline;
}

.gnav_sub {
  list-style: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: white;
  display: none;
  z-index: 100;
  border-bottom: 1px solid #dcdcdc;
}

.gnav_sub a {
  padding: 0;
  color: var(--font-color);
  font-weight: normal;
}

.gnav_sub a:hover {
  color: var(--bg-menu);
}

.gnav_sub li {
  position: relative;
  line-height: 2.2;
  padding: 0 15px;
  display: block;
}
.gnav_sub li a {
  font-size: 15px;
}

.gnav_sub li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--bg-menu);
}

.gnav_sub__inner {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 50px;
}

.sub_a__inner {
  display: flex;
  justify-content: space-between;
}

.sub_a__col {
  width: calc( 33.33%);
}

.gnav_sub__a .col_1,
.gnav_sub__a .col_2,
.gnav_sub__a .col_3 {
  position: relative;
  padding: 0 30px;
  font-weight: 400;
}

/* スライダー */
.ec-sliderRole {
  max-width: 100%;
  padding: 0;
  margin-bottom: 30px;
}

/*
.ec-sliderRole .slick-slide {
    margin-right: 10px!important;
    margin-left: 10px!important;
}
*/

.ec-sliderRole .slick-slide {
  padding: 0 5px;
}


.ec-sliderRole .main_visual .slick-slide img {
    aspect-ratio: 225 / 148;
    max-width: 450px;
    height: auto;
}

@media screen and (min-width:1025px) {
  .ec-sliderRole {
    margin-bottom: 40px;
  }
}

/* トップページ */
.top-section {
  padding: 20px 10px;
}

@media screen and (min-width:1025px) {
  .top-section {
    background-color: white;
    margin: 0 0 20px;
    padding: 30px;
  }
}

.top-section img {
  width: 100%;
  max-width: 100%;
}

.top-heading h2 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  color: var(--font-color);
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.top-heading h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: var(--font-color);
}

@media screen and (min-width:1025px) {
  .top-heading h2 {
    font-size: 22px;
    text-align: left;
    margin: 10px 0 25px;
    padding-bottom: 0;
  }

  .top-heading h2::after {
    display: none;
  }
}

.ec-newsRole {
  padding: 0;
}

/* 商品リストスライダー 設定 */
.swiper-button-prev,
.swiper-button-next,
.slick-prev,
.slick-next {
  border: 1px solid var(--border-color);
  width: 40px !important;
  height: 40px !important;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.9);
  z-index: 10;
}
.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background-color: white;
}

.swiper-button-prev,
.slick-prev {
  left: -8px;
}

.swiper-button-next,
.slick-next {
  right: -8px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev::before,
.swiper-button-next::before,
.slick-prev::before,
.slick-next::before {
  content: '';
  position: absolute;
  top: 13px;
  display: block;
  width: 12px !important;
  height: 12px !important;
  border-top: 1px solid var(--font-color);
  border-right: 1px solid var(--font-color);
}

.swiper-button-prev::before,
.slick-prev::before {
  transform: rotate(225deg);
  left: 15px;
}

.swiper-button-next::before,
.slick-next::before {
  transform: rotate(45deg);
  left: 10px;
}

.top-feature .slick-slide,
.top-ranking .slick-slide,
.top-ranking2 .slick-slide,
.top-ranking3 .slick-slide,
.top-newitem-auto .slick-slide,
.top-newitem .slick-slide,
.top-recommend .slick-slide,
.top-recently .slick-slide,
.related-product .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}

@media screen and (min-width:1025px) {
  .top-feature .slick-slide,
  .top-ranking .slick-slide,
  .top-newitem-auto .slick-slide,
  .top-newitem .slick-slide,
  .top-recommend .slick-slide,
  .top-recently .slick-slide,
  .related-product .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.card-item a {
  color: var(--font-color);
}

.card-item a img {
  border: 1px solid var(--border-color);
}

.card-item__title {
  font-weight: bold;
  margin: 10px 0 5px;
  font-size: 14px;
}

.card-item__price {
  font-size: 13px;
  text-align: right;
}

.card-item__price > p:first-child {
  color: #DE5D50;
  font-weight: 700;
  margin-bottom: 0;
}

.card-item__price > p + p {
  font-size: 10px;
}

@media screen and (min-width:1025px) {
  .card-item__title {
    margin: 16px 0 8px;
  }
}


.card-ranking a {
  color: var(--font-color);
}

.card-ranking__number img {
  width: 30px;
  margin: 0 auto 10px;
}

.card-ranking__thumnail img {
  border: 1px solid var(--border-color);
}

.card-ranking__title {
  font-weight: bold;
  margin: 10px 0 5px;
  font-size: 14px;
  word-break: break-all;
}

.card-ranking__price {
  font-size: 13px;
}

@media screen and (min-width:1025px) {
  .card-ranking__number img {
    width: 36px;
  }

  .card-ranking__title {
    margin: 16px 0 8px;
  }
}

@media screen and (min-width:768px) {
/* 業界最安値 */
  .top-lowestprice {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .top-lowestprice > .card-lowestprice {
    width: calc(33% - 4px);
    border: 1px solid var(--border-color);
  }

  .top-lowestprice > .card-lowestprice2 {
    width: calc(19% - 0px);
    border: 1px solid var(--border-color);
  }
}

/* トップページ - 人気カテゴリ */
.top-category__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.top-category__listItem {
  width: calc(50% - 5px);
}

@media screen and (min-width:1025px) {
  .top-category__list {
    gap: 20px;
  }

  .top-category__listItem {
    width: calc(33.33% - 20px);
  }
}

.top-category__btn {
  margin-top: 30px;
  text-align: center;
}

.top-category__btn a {
  position: relative;
  display: inline-block;
  color: var(--font-color);
  padding: 15px 10px;
  border: 1px solid var(--font-color);
  width: 80%;
  transition: .3s ease-in-out;
}

.top-category__btn a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px; 
  height: 10px;
  border-top: 1px solid var(--font-color);
  border-right: 1px solid var(--font-color);
}

.top-category__btn a:hover {
  background-color: var(--font-color);
  color: white;
}

.top-category__btn a:hover::after {
  border-color: white;
}

@media screen and (min-width:1025px) {
  .top-category__btn a {
    padding: 18px 10px;
    width: 40%;
  }
}

/* トップページ - 取り扱いメーカー */
.top-maker__list-sp,
.top-maker__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
/*
  flex-direction: row;
  flex-wrap: wrap;
*/
  gap: 10px;
}

.top-maker__list-sp {
  flex-direction: row;
  flex-wrap: wrap;
}

.top-maker__list .slick-slide {
  margin: 0 8px;
}

.top-maker__list-sp div {
  width: calc((100% - 20px) / 3);
}

/* トップキャンペーンバナー */
.top-cmpbnr {
  /* margin-bottom: 20px; */
  background: #fff;
  padding: 16px;
}
.top-cmpbnr img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-cmpbnr {
    padding: 20px 0px;
  }   
  .top-cmpbnr img {
    width: 100%;
  }
}

/*
@media screen and (min-width:1025px) {
  .top-maker__list li {
    width: calc(16.6% - 10px);
  }
}
*/

.ec-pageHeader h1,
.ec-pageHeader .h1 {
    margin: 0 0 16px;
    border-top: 0;
}

/* トップページ - 新着情報 */
#news_readmore {
  margin-top: 20px;
}

/* サイド - ナビ */
.sidenav {
  margin: 0 20px 20px 0;
  background-color: white;
  padding: 20px;
}

.sidenav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidenav-menu > li {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    padding: 12px 0;
}

@media screen and (min-width:1025px) {
  .sidenav-menu > li {
    width: 100%;
  }
}

.sidenav-menu > li a {
  display: block;
  color: var(--font-color);
}

.sidenav-menu > li a:hover {
  color: var(--link-color);
}

.sidenav-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background-color: #F4F9FD;
  min-width: 100px;
  z-index: 100;
}

.sidenav-submenu li {
  padding: 12px 12px;
  border-bottom: 1px solid white;
  width: 230px;
}

.sidenav-submenu li:last-child {
  border-bottom: none;
}

.sidenav-menu > li:hover > .sidenav-submenu {
  display: block;
}

/* サイド - 検索 */
.side-search {
  margin: 0 20px 20px 0;
  background-color: white;
  padding: 20px;
}

.side-search p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 23px;
}

.side-search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #777777;
  border-radius: 3px;
  height: 34px;
}

.side-search-form input {
  width: 190px;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}

.side-search-form input::placeholder{
  color: #B6B6B6;
}

.side-search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* サイド - バナー */
.side-bnr {
  margin-right: 20px;
  background-color: white;
  padding: 20px 20px 0px;
}
.side-bnr img{
  width: 100%;
}

/* サイド - カレンダー */

.side-calendar p.heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.side-calendar {
  margin: 0 20px 20px 0;
  background-color: white;
  padding: 20px;
}

.ec-calendar__month {
  margin-bottom: 20px;
}

.ec-calendar__month tr {
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

.ec-calendar__month tr:first-of-type {
  border-left: none;
  border-right: none;
  background-color: #F4F9FD;
}

@media screen and (min-width:768px) {
  .ec-calendar__month th,
  .ec-calendar__month td {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
  }
}

@media screen and (min-width:1025px) {
  .ec-calendar__month th,
  .ec-calendar__month td {
    padding: 8px;
  }
}

/* フッター */
.ec-footerRole {
  background-color: #FCFDFE;
  border-top: 3px solid #3579BB;
  margin: 0;
  padding: 40px 0 0;
}

@media screen and (min-width:1025px) {
  .ec-footerRole {
    padding: 40px 0 0;
  }

  .ec-footerRole .ec-footerRole__inner {
    padding: 0!important;
    width: 100%;
    max-width: none;
  }
}

.ec-footerNavi .ec-footerNavi__link {
  display: block;
}

.ec-footerNavi .ec-footerNavi__link a {
  color: var(--font-color);
}

.ec-footerSitemap {
  display: flex;
  flex-direction: column;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

.ec-footerSitemap__box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ec-footerSitemap__box ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
  color: var(--font-color);
  font-size: 13px;
}

@media screen and (min-width:1025px) {
  .ec-footerSitemap {
    flex-direction: row;
    justify-content: space-between;
  }

  .ec-footerSitemap__box {
    /* background-color: var(--bg-body); */
    padding: 30px;
    width: calc( 33.33% - 20px);
  }

  .ec-footerSitemap__box ul li a {
    font-size: 14px;
  }
}

.ec-footerTitle--wrap {
    background-color: #F4F9FD;
    padding: 0 20px;
}

.ec-footerTitle {
  display: flex;
  flex-direction:column;
  justify-content: center;
  color: var(--font-color);
}

@media screen and (min-width:1025px) {
  .ec-footerTitle {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
  }
}

/*
@media screen and (min-width:768px) {
  .ec-footerTitle__logo img {
    width: 320px!important;
  }
}
*/

.ec-blockTopBtn {
  background-color: #3579BB;
  color: white;
    opacity: 1;
}

.ec-blockTopBtn:hover {
    opacity: .7;
}

/* 商品一覧ページ */
.productList_wrap {
  padding: 0 0 40px;
}

@media screen and (min-width:1025px) {
  .productList_wrap {
    background-color: white;
    padding: 20px;
  }
}

.ec-shelfGrid__item a {
  transition: .3 ease-in-out;
}

.ec-shelfGrid__item a:hover {
  opacity: .7;
}

.ec-shelfGrid__item p.name {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 0;
}

.ec-shelfGrid__item p.descripstion {
  font-size: 13px;
  margin: 10px 0 0;
}

.ec-shelfGrid__item p.price02-default {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0;
}

/* 商品詳細ページ */
.ec-productRole__detail {
  padding: 40px 0 60px;
}

.ec-productRole__detail p.heading {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
}

.ec-productRole__detail p.subtitle {
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0 0;
  color: var(--bg-menu);
}

.ec-productRole__detail h4 {
  position: relative;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  padding-left: 18px;
}

.ec-productRole__detail h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: var(--bg-menu);
}

.ec-productRole__detail p {
  font-size: 14px;
  line-height: 1.8;
}

.ec-productRole__detail ul {
  padding-left: 1em;
}

.ec-productRole__detail ul li {
  line-height: 1.8;
}

@media screen and (min-width:768px) {
  .ec-productRole {
    padding: 40px;
  }
}

@media screen and (min-width:1025px) {
  .ec-productRole__detail {
    padding: 0 0 20px;
  }
  
  .ec-productRole__detail p.heading {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .ec-productRole__detail p.subtitle {
    font-size: 20px;
  }

  .ec-productRole__detail p {
    line-height: 1.8;
    font-size: 16px;
  }

  .ec-productRole {
    background-color: white;
    color: var(--font-color);
    padding: 40px;
    margin: 0 0 40px;
    max-width: 1150px;
  }

  .ec-layoutRole__contentBottom {
    margin: 0 auto 60px;
  }
}

@media screen and (min-width:1025px) {
  .ec-sliderItemRole .slideThumb {
    margin-bottom: 15px;
    width: 20%;
  }

  .ec-sliderItemRole .slideThumb img {
    width: 90%;
  }
}

/* 商品タグ */
.ec-productRole .ec-productRole__tag {
  color: #fff;
  border: 0;
  line-height: 1;
  padding: 3px 10px;
}

.ec-productRole__tag.tag_1 {
  background: #D05080;
}

.ec-productRole__tag.tag_2 {
  background: #949494;
}

.ec-productRole__tag.tag_3 {
  background: #918E1F;
}

.ec-productRole__tag.tag_4 {
  background: #FB7D02;
}

.ec-productRole__tag.tag_5 {
  background: #4785B6;
}

.ec-productRole__tag.tag_6 {
  background: #00B0B3;
}

.ec-productRole__tag.tag_7 {
  background: #126A82;
}

.ec-productRole__tag.tag_8 {
  background: #259191;
}

.ec-productRole__tag.tag_9 {
  background: #00A0E9;
}

.ec-productRole__tag.tag_10 {
  background: #0E6EB8;
}

.ec-productRole__tag.tag_11 {
  background: #07913A;
}

.ec-productRole__tag.tag_12 {
  background: #0E6EB8;
}

.ec-productRole  .ec-productRole__tag.tag_13 {
  background: #fff;
  border: 1px solid red;
  color: red;
}

/* 商品詳細ページ - バナー */
@media screen and (min-width: 768px) {
.ec-productRole__bnr {
  margin: 15px 0;
  width: 60%;
  }
}
@media screen and (max-width: 767px) {
.ec-productRole__bnr {
  margin: 15px 0;
  width: 80%;
  }
}

/* 商品詳細ページ - レビュー欄 */
.ec-rectHeading h4 {
  font-size: 17px;
}

@media screen and (min-width:1025px) {
  .ec-rectHeading h4 {
    font-size: 20px;
  }
}

/* 商品詳細ページ - 注意書き */
.sales-restrictions {
  font-size: 14px;
}

.sales-restrictions span {
  font-size: 15px;
  padding-bottom: 10px;
}

/* 商品詳細ページ - 注意書きモーダル */
.ec-modal .ec-modal-wrap {
  padding: 40px 20px;
}

@media screen and (min-width:768px) {
  .ec-modal .ec-modal-wrap {
    padding: 40px 20px;
    width: 80%;
  }
}

@media screen and (min-width:1025px) {
  .ec-modal .ec-modal-wrap {
    padding: 40px 40px;
    width: 50%;
  }
}

.ec-modal-wrap #ec-modal-header {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 16px;
}

.ec-modal .ec-modal-box {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.ec-modal .ec-modal-box p {
  margin-bottom: 1em;
}

.ec-modal .ec-modal-box ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.ec-modal-box__btn {
  text-align: center;
}

@media screen and (min-width:1025px) {
  .ec-modal-wrap #ec-modal-header {
    font-size: 20px;
  }

  .ec-modal .ec-modal-box {
    font-size: 16px;
  }
}

/* メルマガ登録バナー */
.area-mailmagazine {
  /* margin-bottom: 20px; */
  background: #fff;
  padding: 16px;
}
.area-mailmagazine img {
  width: 100%;
}

@media screen and (min-width:1025px) {
  .area-mailmagazine {
    padding: 30px;
  }
}

/* レビュープラグイン */
#reviewContent p {
    margin-bottom: 1em;
}

/* 旧サイトstye */
.detail_t {
    font-size: 18px;
    font-weight: bold;
    border-bottom: #DCE0E5 1px solid;
    line-height: 1.8em;
    margin-bottom: 5px;
}

.detail_text {
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 15px;
}

.ec-productRole__detail img {
    width: auto !important;
}

/* ボタン */
/*
.ec-inlineBtn--action:disabled,
.ec-inlineBtn--action.disabled,
.btn-check:checked + .ec-inlineBtn--action,
.btn-check:active + .ec-inlineBtn--action,
.ec-inlineBtn--action:active,
.ec-inlineBtn--action.active,
.show > .ec-inlineBtn--action.dropdown-toggle,
.ec-inlineBtn--action:focus,
.ec-inlineBtn--action:active:focus,
.ec-inlineBtn--action,
*/
.ec-blockBtn--action:disabled,
.ec-blockBtn--action.disabled,
.btn-check:checked + .ec-blockBtn--action,
.btn-check:active + .ec-blockBtn--action,
.ec-blockBtn--action:active,
.ec-blockBtn--action.active,
.show > .ec-blockBtn--action.dropdown-toggle,
.ec-blockBtn--action:focus,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action {
  background-color: #28A3CD;
  border-color: #28A3CD;
  box-shadow: none;
  border-radius: 4px;
}

/*.ec-inlineBtn--action:hover,*/
.ec-blockBtn--action:hover {
  background-color: #28A3CD;
  border-color: #28A3CD;
  opacity: 0.80;
}

/*
.btn-check:checked + .ec-inlineBtn--cancel,
.btn-check:active + .ec-inlineBtn--cancel,
.ec-inlineBtn--cancel:active,
.ec-inlineBtn--cancel.active, .show > .ec-inlineBtn--cancel.dropdown-toggle,
.ec-inlineBtn--cancel:focus,
.ec-inlineBtn--cancel:active:focus,
.ec-inlineBtn--cancel,
*/
.btn-check:checked + .ec-blockBtn--cancel,
.btn-check:active + .ec-blockBtn--cancel,
.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel.active, .show > .ec-blockBtn--cancel.dropdown-toggle,
.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel:active:focus,
.ec-blockBtn--cancel {
  background-color: #F27581;
  border-color: #F27581;
  box-shadow: none;
  border-radius: 4px;
}

/*.ec-inlineBtn--cancel:hover,*/
.ec-blockBtn--cancel:hover {
  background-color: #F27581;
  border-color: #F27581;
  opacity: 0.80;
}

.ec-blockBtn--cancel:disabled:hover,
.ec-blockBtn--cancel.disabled:hover {
    background-color: #525263;
    border-color: #525263;
}

.ec-blockBtn:active:focus,
.ec-blockBtn {
  box-shadow: none;
  border-radius: 4px;
}

.ec-inlineBtn--action {
  border-radius: 4px;
}

.ec-inlineBtn:focus,
.ec-inlineBtn:active:focus {
  box-shadow: none;
}

/* MYページ請求書ボタン */
.ec-color-accent,
#ec-printBtnArea {
  background: #F3F3F3;
  padding: 16px !important;
}

#page_mypage_history .ec-totalBox {
    margin: 0;
}

.ec-totalBox .ec-totalBox__taxRate {
  display: none;
}

.ec-cartRow__sutbtotal,
.ec-imageGrid__content p,
.ec-totalBox__specTotal dd,
.ec-totalBox__spec dd,
.ec-totalBox__spec dd {
  font-size: 15.5px;
}

.view-sp {
  display: block !important;
}

.view-pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }

  .view-pc {
    display: block !important;
  }

}

.ec-layoutRole__mainTop .sidenav-menu {
  max-width: 700px;
  margin: 0 auto;
}

.category-list-ttl,
.ec-layoutRole__mainTop .sidenav-menu > li:hover > .sidenav-submenu {
  display: none;
}

.ec-layoutRole__mainTop .sidenav .category-list-ttl {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

/* footer nav */
.ec-footerSitemap__box dt {
  position: relative;
}

.ec-footerSitemap__box dt i {
  padding: 13px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.ec-footerSitemap__box dt i::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/html/template/original/assets/icon/plus-dark.svg) center center no-repeat;
}

.ec-footerSitemap__box dt.active i::after {
  background: url(/html/template/original/assets/icon/minus.svg) center center no-repeat;
}

.ec-footerSitemap__box dt a {
  color: #333;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .ec-footerSitemap__box dd {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ec-footerSitemap__box dt i {
    display: none;
  }

  .ec-footerSitemap__box dd {
    display: block !important;
  }
}

.ec-footerLink {
    width: 100%;
    text-align: center;
}

.ec-footerLink ul {
    display: flex;
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
    flex-wrap: wrap;
}

.ec-footerLink li {
    margin: 5px 0;
    width: 50%;
}

.ec-footerLink li a {
    color: #333;
}

@media screen and (min-width:768px){
    .ec-footerLink ul {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 30px;
    }
    .ec-footerLink li {
        width: auto;
    }
}

.ec-footerSns {
  text-align: center;
  margin: 20px 0;
}

.ec-footerRole .ec-footerRole__inner .ec-footerSns img {
    width: 44px;
    height: auto;
}

/* お気に入り */
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn,
.ec-newItemRole__listItem .ec-productRole__btn{
    margin: 5px 0 0;
    text-align: right;
}
.ec-shelfGrid__item .ec-productRole__btn button,
.ec-newItemRole__listItem .ec-productRole__btn button {
    color: #ff006f;
    transition: .3s;
    padding: 0;
    background: none;
    border: 0;
}

.ec-shelfGrid__item .ec-productRole__btn button:not([disabled="disabled"]):hover,
.ec-newItemRole__listItem .ec-productRole__btn button:not([disabled="disabled"]):hover {
  opacity: 0.70;
}

.ec-shelfGrid__item .ec-productRole__btn button[disabled="disabled"],
.ec-newItemRole__listItem .ec-productRole__btn button[disabled="disabled"] {
  color: #ccc;
}

.top-recommend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.top-recommend .card-item {
    width: calc((100% - 20px) / 3);
}

.top-recommend .card-item:nth-child(n+7) {
  display: none;
}

.related-product {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .related-product {
        flex-wrap: wrap;
    }

    .related-product .card-item {
        width: calc((100% - 20px) / 3);
    }

  .product_page .related-product .slick-slide > div {
    display: flex;
    gap: 10px;
  }

  .product_page .related-product .slick-slide > div + div {
    margin-top: 10px;
  }
/*    
    .related-product .card-item:nth-child(n+7) {
        display: none;
    }
*/
}
/*
@media screen and (min-width: 600px) {
  .related-product .card-item {
      width: calc((100% - 40px) / 5);
  }
}
*/

/* 特集 */
.top-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.top-feature > .card-item {
  width: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
/* 業界最安値 */
  .top-lowestprice {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .top-lowestprice > .card-lowestprice {
    width: calc(50% - 5px);
    border: 1px solid var(--border-color);
  }

  .top-lowestprice > .card-lowestprice2 {
    width: calc(32% - 0px);
    border: 1px solid var(--border-color);
  }
}

/* スマホメニュー */
.ec-headerNavSP {
  top: 45px;
}

.ec-drawerRole .ec-headerSearch {
    padding: 20px 12px;
}

.ec-headerSearch .ec-headerSearch__category {
  display: none;
}

.ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 10px;
}

.ec-drawerRole .ec-headerLinkArea {
  background:  #3579BB;
}

/* 新着情報　もっと見る */
.ec-inlineBtn--top {
  position: relative;
  display: block;
  color: var(--font-color);
  padding: 15px 10px;
  border: 1px solid var(--font-color);
  max-width: 400px;
  width: 80%;
  transition: .3s ease-in-out;
  background: #fff;
  margin: 20px auto 0;
  font-weight: 400;
}

.ec-inlineBtn--top a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--font-color);
  border-right: 1px solid var(--font-color);
}

/* SNSボタン */
.ec-productRole__sns {
  margin: 15px 0;
}

#sns-btn {
  margin: 15px 0 5px;
  letter-spacing: -0.4em;
  text-align: left;
  padding: 0;
}

#sns-btn li {
  display: inline-block;
  letter-spacing: 0;
}

#sns-btn li + li {
  margin-left: 15px;
}

#sns-btn li img {
  width: auto;
  height: 30px;
}

/* 詳細画面　表 */
.detail table {
    margin: 10px 0;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    width: 100%;
    max-width: 700px;
    border-collapse: collapse;
    text-align: left;
    font-size: 12px;
}

.detail table th {
    padding: 8px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #333;
    background-color: #eee;
    font-weight: normal;
    text-align: center;
}

.detail table td {
    padding: 8px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

/* 税込み価格 */
.price02-taxin {
  font-size: 11px;
}

.price01_inc_tax-default {
  font-size: 12px;
}

.price02_inc_tax-default {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
    .price02-taxin {
      font-size: 12px;
    }
    
    .price02_inc_tax-default {
      font-size: 16px;
    }
}

.price01_inc_tax-default::before,
.price02_inc_tax-default::before {
  content: "（税込 ";
  display: inline-block;
}

.price01_inc_tax-default::after,
.price02_inc_tax-default::after {
  content: "）";
  display: inline-block;
}

.ec-cartRow__sutbtotal .price02_inc_tax-default {
  display: block;
}

@media screen and (max-width: 767px) {
  .ec-modal .ec-modal-box .ec-inlineBtn--cancel,
  .ec-modal .ec-modal-box .ec-inlineBtn--action {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.card-item__title {
  word-break: break-all;
}

.view_sp {
  display: block !important;
}

.view_pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .view_sp {
    display: none !important;
  }

  .view_pc {
    display: block !important;
  }
}

.other_page .ec-layoutRole__mainTop .sidenav .sidenav-submenu {
  position: static;
  display: block !important;
  background: #fff;
}

.other_page .ec-layoutRole__mainTop .sidenav .sidenav-submenu li {
  width: 100%;
}

/* まとめ買い表 */
#qd_list {
  margin-top: 30px;
}

#qd_list:has(div)::before {
  content: "■ こちらの商品はまとめ買いがお得です! ";
  font-size: 18px;
  font-weight: bold;
  border-bottom: #DCE0E5 2px solid;
  line-height: 1.8em;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.qd_list-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: #DCE0E5 2px solid;
  line-height: 1.8em;
  margin-bottom: 5px;
}

.qd-Table {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  font-size: 11px;
  width: 100%;
}

.qd-Row .qd-Row-Column,
.d-Row .qd-Row-Column,
.qd-Header .qd-Header-Column {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.qd-Header {
  background: #f2f2f2;
  text-align: center;
}

.qd-Row,
.qd-Row .rigth {
  text-align: center;
}

.qd-Row .rigth::first-letter {
  font-size: 0;
}

.qd-Row .rigth::after {
  content: "円";
  display: inline-block;
}

.qd-Table ul:nth-child(2n+1) {
  background: none;
}