@charset "utf-8";
/* ------------------------------------
基本設計
-------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  /*font-family: "Hina Mincho", serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}
*:focus {
  outline: none;
}
.ec-layoutRole {
  background: rgba(255, 255, 255, 0.8);
}
.hina-mincho-regular {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
/*レスポンシブ --------- */
.sp, .sp-only {
  display: none;
}
.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
    width: 100%;
  }
}
/*内部スクロール --------- */
.scorll-target {
  padding-top: 64px;
  margin-top: -64px;
}
/*ヘッダー ----------*/

header.ec-layoutRole__header {
  background: #e3e3e3;
}



.ec-headerNaviRole {
  max-width: 1680px;
  padding-bottom: inherit;
}
/*logo--------- */
.ec-headerNaviRole img {
  max-width: 250px;
}
/*検索--------- */
aside.c-sidebar {
  max-width: 600px;
  width: 100%;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  border-radius: 0;
  background: #bb0303;
}
.ec-headerSearch .ec-headerSearch__category {
  width: 37%;
  margin-right: 10px;
}
.ec-headerSearch .ec-headerSearch__keyword {
  width: 60%;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  border-radius: 0;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
  font-size: 1.4rem;
}
ul.head-btn-wrap {
  display: flex;
  /*justify-content: space-around;*/
  align-items: center;
}
ul.head-btn-wrap li {
  width: 130px;
  padding: 0 10px;
  border-right: 1px solid #777;
  text-align: center;
}
ul.head-btn-wrap li a {
  display: block;
}
ul.head-btn-wrap li img {
  width: 30px;
}
ul.head-btn-wrap li span {
  font-size: 1.2rem;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
  margin-bottom: 8px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi .ec-cartNavi__price {
    font-size: 1.8rem;
    color: #bb0303;
    font-weight: bold;
    padding-bottom: 12px;
  }
  .ec-cartNaviIsset {
    min-width: 556px;
    max-width: 556px;
  }
}
@media screen and (max-width:767px) {
  .ec-headerNavSP {
    right: 3px;
    left: auto;
  }
  .ec-headerNaviRole {
    padding-left: 10px;
  }
  .ec-drawerRoleClose {
    right: 3px;
    left: auto;
  }
}
@media screen and (max-width:480px) {
  .ec-drawerRole {
    width: 100%;
    transform: translateY(-1000px);
  }
  .ec-drawerRole.is_active {
    z-index: 900;
  }
  .ec-headerNavSP {
    z-index: 800;
  }
  .ec-drawerRole .ec-headerLinkArea {
    background: #000;
  }
  .ec-headerTitle__title h1 {
    margin-top: 0;
    margin-bottom: -30px;
  }
  /*.ec-headerNaviRole .ec-headerNaviRole__right {
    margin-left: 30%;
  }*/
}
.ec-drawerRole {
  background: #000;
}
ul.head-btn-wrap li.nav-menu img {
  width: 100%;
}
.ec-topicpath {
  color: #bb0303;
}
.price02-default {
  color: #bb0303;
  font-weight: bold;
  padding: 10px 0;
}
/*フッター ----------*/
.ec-footerRole {
  border-top: none;
  background: #e3e3e3;
}
.ec-footerNavi {
  color: #000;
}
.ec-footerTitle {
  color: #000;
}
/* ------------------------------------
コンテンツカスタム(TOP)
-------------------------------------- */
/*TOP----------*/
.ec-sliderRole, .ec-layoutRole .ec-layoutRole__contents {
  max-width: 1680px;
}
.ec-sliderRole .slick-list {
border: 20px outset #a62600; }

.ec-cartNavi .ec-cartNavi__badge {
      background-color: #bb0303;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 80.6666666667%;
}


/*TOP(新着トピックス)----------*/
.ec-topicRole {
  background: #bb0303;
  text-align: center;
  font-size: 1.8rem;
}
.ec-topicRole .ec-topicRole__listItemTitle {
  color: #fff;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
  font-size: 16px;
  color: #bb0303;
  font-weight: bold;
}
/*TOP(TOPICSスライダー)----------*/
.slick-num-pick-up {
  display: none;
}
.p-pick-up-list {
  position: relative;
}
.p-pick-up-list__item {
  margin: 0 2.5rem;
}
.p-pick-up-item__img {
  margin: 0 auto;
  max-width: 32rem;
  width: 100%;
  position: relative;
}
.p-pick-up-item__img::before {
  content: "";
  display: block;
  padding-top: 67.307692%;
}
.p-pick-up-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}
.p-pick-up-item__img img {
  width: 100%;
  object-fit: cover;
}
.p-pick-up-item__heading {
  padding: 1.5rem;
  width: 100%;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.p-pick-up-item__text {
  max-width: 48.5rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.slick-num-pick-up {
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-pick-up-item__img {
    max-width: 35rem;
  }
  .p-pick-up-item__heading {
    margin-top: 2rem;
    padding: 1.25rem 0;
    max-width: 25rem;
    font-size: 1.8rem;
  }
  .p-pick-up-item__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-pick-up-item__img {
    max-width: 30rem;
  }
  .p-pick-up-item__text {
    max-width: 30rem;
  }
}

/*TOP(サイドメニュー)----------*/
.ec-categoryRole {
  background: #e3e3e3;
}
@media only screen and (min-width: 768px){
.ec-categoryRole .ec-categoryRole__listItem {
    width: 100%;
}
  .ec-categoryRole .ec-categoryRole__list {
    display: block;
  }
}


/* ------------------------------------
コンテンツカスタム（部品）
-------------------------------------- */
/*ボタン----------*/
a.ec-blockBtn--top, .ec-productRole__btn, .ec-inlineBtn--cancel, .ec-inlineBtn--action {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #bb0303;
  font-size: 1.8rem;
  font-weight: normal;
}
a.ec-blockBtn--top, .ec-productRole__btn {
  border-radius: 0;
}
a.ec-blockBtn--top:hover, .ec-productRole__btn:hover, .ec-inlineBtn--cancel:hover, .ec-inlineBtn--action:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.ec-blockBtn--top:hover::before, .ec-productRole__btn:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear;
  background-color: #401411;
  border-color: #401411;
}
a.ec-blockBtn--top::before, .ec-productRole__btn::before, .ec-inlineBtn--cancel::before, .ec-inlineBtn--action::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
@keyframes light {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (max-width: 480px) {
  a.ec-blockBtn--top, .ec-productRole__btn, .ec-inlineBtn--cancel, .ec-inlineBtn--action {
    min-width: auto;
  }
}
.ec-shelfGrid__item .ec-productRole__btn {
  border-radius: 0;
  min-width: inherit;
  width: 100%;
}
.ec-shelfGrid__item .ec-blockBtn--action {
  font-size: 1.4rem !important;
}
.ec-shelfGrid__item .ec-blockBtn--action {
  background: #bb0303;
}
/*カートに入れる*/
.ec-blockBtn--action, .ec-inlineBtn--action {
  background-color: #c87586;
  border-color: #c87586;
}
.ec-blockBtn--cancel:hover, .ec-inlineBtn--action:hover {
  background-color: #401411;
  border-color: #401411;
}
.ec-blockBtn--action, .ec-blockBtn--cancel, .ec-inlineBtn--cancel, .ec-inlineBtn--action, .ec-blockBtn, .ec-inlineBtn, .ec-inlineBtn {
  font-size: 1.8rem;
}
/* ------------------------------------
コンテンツカスタム（商品詳細）
-------------------------------------- */
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 1.5rem 1.5rem 0;
}
.ec-productRole .ec-productRole__price {
  color: #bb0303;
}
.ec-productRole .ec-productRole__category {
  padding: 20px 0;
  border-bottom: 1px solid #bb0303;
  display: flex;
  margin-bottom: 60px;
}
.ec-productRole .ec-productRole__category a {
  color: #bb0303;
}
.ec-productRole .ec-grid2 .ec-grid2__cell {
    background: #f5f5f5;
    padding: 30px 30px 10px;
    margin-bottom: 30px;
    border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .ec-grid2 .ec-grid2__cell {
    background: #fff;
    padding: 30px 10px 10px;
    margin-bottom: 30px;
  }
}
/*テーブル*/
/*.cp_table {
  width: 100%;
  border-spacing: 0;
}
.cp_table th {
  border-bottom: solid 2px #bb0303;
  padding: 10px 30px;
  white-space: nowrap;
}
.cp_table td {
  border-bottom: solid 2px #ddd;
  padding: 10px 30px;
}*/




table.cp_table {
  width: 100%;
  border-collapse: collapse;
}

table.cp_table  tr{
  border-bottom: solid 2px white;
}

table.cp_table  tr:last-child{
  border-bottom: none;
}

table.cp_table  th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #bb0303;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.cp_table  th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #bb0303;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.cp_table  td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  table.cp_table {
    display: flex;
  }
  .cp_table th, .cp_table td {
    display: block;
    width: 100%;
  }
  table.cp_table  th:after{
  content: none
  }
}

.p-pick-up__inner {
  background: #373737;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-pick-up-item__heading {
  color: #FFF;
}
@media only screen and (min-width: 768px){
.ec-footerRole {
    margin-top: -30px;
}
}
/* ------------------------------------
コンテンツカスタム（フォーム）
-------------------------------------- */
@media only screen and (min-width: 768px) {
  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    font-size: 1.6rem;
  }
  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
    font-size: 1.6rem;
  }
}
/* ------------------------------------
コンテンツカスタム（ショッピングカート）
-------------------------------------- */
.ec-progress .ec-progress__number {
  background: #c07987;
}
.ec-cartHeader .ec-cartHeader__label {
  background: #c07987;
  color: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  border: none;
}
.ec-cartRole .ec-cartRole__totalText {
  margin-bottom: 30px;
  padding: 0;
  font-size: 2.0rem;
}
/* 下層：キャンセル・返品・交換---------
*/
@media only screen and (min-width: 768px) {
  .ec-borderedDefs dd {
    width: 80%;
    line-height: 2;
  }
  .ec-borderedDefs dt {
    padding-top: 5px;
    width: 20%;
  }
}
/* 下層：ログイン--------- */
.ec-login {
  margin-top: 60px;
}
.ec-blockBtn--cancel {
  background-color: #bb0303;
  border-color: #bb0303;
}
.ec-blockBtn--cancel:hover {
  background-color: #300100;
  border-color: #300100;
}
@media only screen and (max-width: 767px) {
  .ec-login {
    margin-top: 30px;
  }
  .ec-checkbox label, .ec-link {
    font-size: 1.4rem;
  }
}
/* 下層：新規会員登録--------- */
.ec-zipInputHelp span, .ec-required {
  color: #a94442;
}
.ec-input input:focus, .ec-halfInput input:focus, .ec-numberInput input:focus, .ec-zipInput input:focus, .ec-telInput input:focus, .ec-select input:focus, .ec-birth input:focus, .ec-input textarea:focus, .ec-halfInput textarea:focus, .ec-numberInput textarea:focus, .ec-zipInput textarea:focus, .ec-telInput textarea:focus, .ec-select textarea:focus, .ec-birth textarea:focus {
  border-color: #bb0303;
}
.ec-registerCompleteRole {
  padding-bottom: 100px;
  padding-top: 100px;
}
/* 下層：ショッピングカート--------- */
.ec-progress .is-complete .ec-progress__number {
  background: #bb0303;
}
.ec-progress .is-complete .ec-progress__label {
  color: #bb0303;
}
/* 下層：個人情報保護ポリシー--------- */
@media only screen and (min-width: 768px) {
  .ec-off1Grid .ec-off1Grid__cell {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
    font-size: 1.8rem;
  }
}
/*コンテンツ（共通） --------------------*/
/*初期タグ --------- */
.front-h0 {
  font-size: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  color: #bb0303;
}
img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.object-fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
ul, ol, li {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}
video, iframe {
  max-width: 100%;
  border: none;
}
a:focus, a:hover {
  color: #bb0303;
  text-decoration: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1450px;
  justify-content: space-between;
  clear: both;
  padding: 30px 0;
}
.c-wide {
  padding-left: 30px;
  padding-right: 30px;
}
.c-wrap-white {
  padding: 10px 15px;
  margin-bottom: 15px;
}
@media screen and (max-width:1400px) {
  .ec-layoutRole .ec-layoutRole__contents {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-wrap-white {
    padding: 20px 15px 10px;
  }
}
/*余白調整
--------- */
.contents-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.page-size {
  /* max-width: 1400px; */
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contents-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*文字装飾 ---------
*/
.small-red {
  font-size: 1.4rem;
  color: #bb0303;
}
.txt-left {
  text-align: left;
}
.txt-bold {
  font-weight: bold;
}
.fs14 {
  font-size: 1.4rem;
}
.ec-link {
  color: #bb0303;
}
.ec-link:hover {
  color: #440201;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 78%;
}
.ec-layoutRole__left {
  margin-bottom: 100px;
}
.c-sidebar__category {
  margin-top: 15px;
}
.c-sidebar__category h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .c-sidebar__category h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.84rem;
  }
}
@media screen and (max-width: 820px) {
  .c-sidebar__category h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ec-layoutRole .ec-layoutRole__left {
    display: none;
  }
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 100%;
  }
}
/*カテゴリー--------- */
.ec-itemNav__nav {
  display: block;
}
ul.ec-itemNav__nav-custum li, ul.ec-itemNav__nav-custum-category li {
  text-align: left;
}
ul.ec-itemNav__nav-custum-category li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #bb0303;
}
ul.ec-itemNav__nav-custum-category li ul li {
  text-align: left;
  margin-left: 20px;
}
ul.ec-itemNav__nav-custum, .mb-category {
  margin-bottom: 30px;
}
/*メインコンテンツ
--------------------*/
.ec-layoutRole__mainBottom .ec-eyecatchRole__image {
  max-width: 600px;
}
/*.ec-layoutRole__mainBottom .ec-blockBtn--top, .ec-cartRole {
  margin-top: 60px;
}*/
/* TOP：NEWS--------- */
/*@media only screen and (min-width: 768px) {
  .ec-newsRole {
    padding: 0;
  }
  .ec-newsRole .ec-newsRole__news-wrap {
    padding: 5px 0 30px;
  }
  .ec-newsRole .ec-newsRole__news {
    border: none;
    padding: 0;
    max-width: 1450px;
    margin: 0 auto;
  }
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 10px 0;
  }
}
.ec-inlineBtn--top {
  float: right;
  margin-top: 10px;
  background-color: #000;
  border-color: #000;
}
.ec-newsRole .ec-newsRole__newsTitle {
  color: #000;
}*/
/* TOP：タイルカテゴリ---------
*/
.c-main-category .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}
.c-main-category .nav-wrap a {
  padding: 15px;
  border: 1px solid #d7d7d7;
  margin: 3px;
}
.c-main-category .nav-wrap ul li {
  float: left;
}
.c-main-category .nav-wrap ul li a {
  padding: 15px;
  display: block;
}
.c-main-category .nav-wrap ul li a:hover, .c-main-category .nav-wrap a:hover {
  background: #f5dfdf;
}
@media only screen and (max-width: 767px) {
  .c-main-category .nav-wrap a, .c-main-category .nav-wrap ul li a {
    padding: 7px;
    font-size: 1.4rem;
  }
}
/* 下層：商品一覧--------- */
/*.ec-shelfGrid .ec-shelfGrid__item {
  display: flex;
  flex-direction: unset;
  justify-content: space-between;
  width: 100%;
}
li.ec-shelfGrid__item.border {
  border-bottom: 1px solid #BDBBBB;
  margin-bottom: -10px;
}
.ec-shelfGrid__item-image img {
  max-width: 180px;
}
.product-name {
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
}
ol.ec-topicpath {
  color: #bb0303;
}
.producs-list-cart {
  display: flex;
}
.product-list-txt {
  max-width: 450px;
  padding-left: 15px;
  padding-right: 15px;
}
p.price02-default {
  margin-top: 30px;
}
.ec-productRole__actions {
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0 16px;
    width: 100%;
  }
}*/
/* 下層：商品詳細--------- */
/* 下層：お問い合わせ--------- */
/*@media only screen and (min-width: 768px) {
  .ec-off1Grid .ec-off1Grid__cell {
    margin-left: 0;
  }
  .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
  }
  .ec-off1Grid .ec-off1Grid__cell {
    margin-top: 60px;
  }
  .ec-off1Grid .ec-off1Grid__cell {
    margin-top: 60px;
  }
  .problem .ec-off1Grid p {
    margin: 16px 0;
  }
}*/
/* ボタン各種--------- */
/*.ec-blockBtn--action {
  background-color: #a94442 !important;
  border-color: #a94442 !important;
}
.ec-blockBtn--action:hover {
  opacity: 0.8;
  background-color: #a94442 !important;
  border-color: #a94442 !important;
}*/
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  color: #bb0303;
  border-bottom: 2px dotted;
  padding: 1rem 1rem 1rem 0;
}
.ec-secHeading .ec-secHeading__en {
  color: #bb0303;
}
.ec-blockBtn--top {
  background-color: #bb0303;
  border-color: #bb0303;
  border-radius: 100vh;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ec-newsRole {
    padding: 40px 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-eyecatchRole .ec-eyecatchRole__introDescription, p {
    font-size: 12px;
    line-height: 1.5;
  }
  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    margin-bottom: 0.5em;
    font-size: 18px;
  }
  .ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .p-pick-up-item__heading {
    margin-top: 2rem;
    padding: 1.25rem 0;
    max-width: 25rem;
    font-size: 1.4rem;
  }
  .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0;
  }
  .ec-shelfGrid__item-image img {
    max-width: 100%;
  }
  .ec-blockBtn--action {
    border-radius: 0;
  }
  .ec-shelfGrid .ec-shelfGrid__item-image {
    min-width: 60px;
  }
  .product-list-txt {
    min-width: 200px;
    max-height: 150px;
    display: inline-block;
    overflow: scroll;
  }
  p.price02-default {
    margin-top: 30px;
    font-weight: 800;
  }
  .products-item {}
  .ec-shelfGrid__item02 {
    display: flex;
    justify-content: space-between;
  }
  .ec-cartRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  li.ec-shelfGrid__item.border {
    border-bottom: 1px solid #BDBBBB;
    margin-bottom: 10px;
  }
  .ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 10px;
  }
  .ec-shelfGrid .ec-blockBtn--action {
    height: 30px;
    font-size: 12px;
    line-height: 0;
  }
  .ec-numberInput input[type='number'] {
    max-width: 50px;
  }
  .ec-cartNaviIsset.is-active {
    margin-top: 60px;
  }
  .ec-cartRow .ec-cartRow__delColumn {
    width: 5%;
    padding-right: 3px;
  }
  .ec-progress .ec-progress__item {
    font-weight: normal;
    font-size: 12px;
  }
  .ec-cartRow .ec-cartRow__summary {
    font-weight: normal;
    font-size: 14px;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    font-size: 1.4rem;
  }
  .ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
    font-size: 1.6rem;
    padding: 8px 0;
  }
  .ec-orderDelivery .ec-orderDelivery__title, .ec-select label {
    font-size: 1.6rem;
  }
}