@charset "UTF-8";

/* 商品一覧 */
#page_product_list {
  padding-bottom: 80px;
}
#page_product_list .ec-pageHeader {
  position: relative;
}
.ec-searchnavRole .ec-searchnavRole__infos {
  border-top: none;
  padding: 0;
}
.ec-searchnavRole .ec-searchnavRole__counter {
  width: auto;
  margin-top: -4px;
  margin-bottom: 21px;
}
.ec-shelfRole {
  padding-left: 0;
  padding-right: 0;
}
.ec-shelfGrid {
  margin-left: 0;
  margin-right: 0;
}
.ec-searchnavRole {
  padding-left: 0;
  padding-right: 0;
}
.ec-shelfGrid .ec-shelfGrid__item {
  border: 1px solid #dddddd;
  margin: 0;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(25% + 1px);
  position: relative;
  display: block;
}
.ec-shelfGrid .ec-shelfGrid__item .blank:after{
  content: '';
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 10px;
  margin: 5px 5px;
  width: 16px;
  height: 16px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(2n+1),
.ec-shelfGrid .ec-shelfGrid__item:nth-child(2n){
  padding: 20px 20px 134px;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
  height: auto;
}
.ec-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.ec-tag li {
  text-align: center;
  width: calc(50% - 3px);
  border: 1px solid #000;
  border-radius: 5px; 
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.ec-name {
  margin-bottom: 8px;
}
.price02-default {
  margin-bottom: 15px;
}
.ec-shelfGrid .ec-shelfGrid__item .select-red {
  margin-bottom: 10px;
}
.ec-numberInput {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.ec-numberInput input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 10px;
  border: 1px solid #000;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #333333;
  height: 45px;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: auto;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn2 {
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ec-shelfGrid a.btn-red__flip {
  color: #e60012;
}

/* 検索・並び替えメニュー */
.ec-searchnavRole .ec-searchnavRole__actions {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 0;
}
.ec-modal {
  margin: 0 5px 0 0;
}
.ec-modal .btn-red__flip {
  border-radius: 10px;
  padding: 9px;
  width: 210px;
  height: 45px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #e60012;
  cursor: pointer;
}
.ec-searchnavRole__actions .ec-select {
  width: 210px;
  margin: 0 0 0 5px;
}

/* modal */
.js-modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.js-modal h2{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.js-modal__careTxt{
  color: #e60012;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.js-modal__bg {
  background: rgba(0,0,0,0.7);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.js-modal__content {
  background: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  width: 97%;
  max-width: 900px;
  line-height: 1.4;
  z-index: 1000;
  border-radius: 10px;
}
.js-modal__scroll_list {
  height: 415px;
  overflow-y: scroll;
  padding: 20px 30px 0;
}
.js-modal__scroll_review {
  height: 415px;
  padding: 20px 30px 0;
}
.js-modal__arrow {
  position: absolute;
  top: -40px;
  right: 1px;
}
.js-modal__arrow img {
  width: 25px;
  height: 25px;
}
.js-modal__content .hdg1 {
  font-size: 3rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 35px;
  padding-bottom: 23px;
  font-weight: bold;
}
.js-modal__content .hdg2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 15px 0 17px;
}
.checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-list.border {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
.checkbox-list li {
  width: calc(25% - 15px);
  margin-right: 15px;
  margin-bottom: 20px;
}
.checkbox-list li label {
  display: flex;
  font-weight: normal;
  margin: 0;
}
.select-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.select-box p {
  padding: 0 17px;
  font-size: 1.6rem;
}
.select-box .select-red {
  margin: 0;
}
.select-box .ec-select {
  width: 170px;
}
.js-modal__content .btn1 {
  margin: 40px 0 37px;
}
.js-modal__content .btn2 {
  margin-bottom: 40px;
}
.js-modal__content .btn1,
.js-modal__content .btn2 {
  text-align: center;
}
.js-modal__content .btn1 button,
.js-modal__content .btn2 div {
  width: 300px;
  margin: 0 auto;
  cursor: pointer;  
}

/* リスト */
.products-list {
  margin-top: 60px;
}
.products-list .products-list__hdg {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 13px;
}
.products-list ul {
  display: flex;
  flex-wrap: wrap;
}
.products-list ul li {
  max-width: 197px;
}
.products-list ul li:nth-child(5n) {
  margin-right: 0;
}
.products-list ul li:nth-child(n+6) {
  margin-top: 30px;
}
.products-list ul li a {
  display: block;
}
.products-list .products-list__img {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
.products-list .products-list__img img {
  width: 100%;
}
.products-list .products-list__name {
  font-size: 1.4rem;
  margin-bottom: 5px;
  max-height: 3em;
  overflow: hidden;
}
.products-list .products-list__price {
  color: #e60012;
  font-size: 1.4rem;
}
.products-list__contributor{
  margin:0 10px;
}
.products-list__store{
  color: #e60012 !important;
  margin-bottom: 15px;
}
.products-list__review{
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
.products-list__reviewtitle{
  font-size: 18px;
  margin-top: 10px;
}
.products-list__reviewproduct{
  font-size: 12px;
}
.products-list__reviewbody{
  margin-top: 10px;
}
.products-list__reviewreply{
  margin-left: 20px;
  margin-bottom: 10px;
  position:relative;
}
.products-list__reviewreply .reply__title{
  font-size: 16px;
  margin: 10px auto;
}
.products-list__reviewreply:before{
  content:"";
   display:inline-block;
   width:3px;
   height:100%;
   background-color:#dddddd;
   position:absolute;
   top:-2px;
   left:-5px;
}

/* 商品詳細 */
#page_product_detail .ec-layoutRole .ec-layoutRole__contents,
#page_user_data.product_page .ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}
.product_page .ec-productRole {
  max-width: 100%;
  padding: 50px 0 80px;
  color: #333;
  background: #f5f5f5;
}
.product_page .ec-grid2 {
  max-width: 960px;
  margin: 0 auto;
}
.ec-sliderItemRole {
  margin-bottom: 23px;
  padding: 0 25px 0 0;
}
.ec-productRole .ec-productRole__profile {
  margin-left: 25px;
}
.ec-productRole__descriptionWrap {
  max-width: 960px;
  margin: 0 auto;
}
.ec-productRole__list {
  max-width: 960px;
  margin: 0 auto;
}
.ec-sliderItemRole .slick-slider {
  margin-bottom: 13px;
}
.ec-sliderItemRole .slick-prev {
  left: -11px;
}
.ec-sliderItemRole .slick-next {
  right: -11px;
}
.ec-sliderItemRole .item_nav {
  width: calc(100% + 8px);
  margin-left: -4px;
}
.ec-sliderItemRole .slick-track {
  min-width: 463px;
}
.ec-sliderItemRole .slick-slide {
  min-width: 155px;
}
.ec-sliderItemRole .slideThumb {
  margin-bottom: 0;
}
.ec-sliderItemRole .slideThumb img {
  margin: 0 auto;
  width: calc(100% - 8px);
  border: 1px solid hsla(0,0%,0%,0.00);
}
.ec-sliderItemRole .slick-current .slideThumb img {
  border: 1px solid #e60012;
}
.ec-productRole .ec-productRole__tags {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: none;
  line-height: 0;
}
.ec-productRole .ec-productRole__tag {
  text-align: center;
  min-width: 80px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.ec-productRole__title .ec-headingTitle {
  color: #333;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.ec-productRole .ec-productRole__priceRegularPrice ,
.ec-productRole .ec-productRole__priceRegularTax {
  color: #666666;
}
.ec-productRole .ec-productRole__priceRegularPrice {
  font-size: 1.6rem;
}
.ec-productRole .ec-productRole__priceRegularTax {
  font-size: 1.4rem;
}
.ec-productRole .ec-productRole__price {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding: 5px 0 13px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.ec-productRole .ec-productRole__priceRegular {
  padding: 0;
}
.ec-price .ec-price__price {
  margin: 0;
  padding: 0;
  color: #e60012;
  font-size: 3rem;
}
.ec-price__tax {
  margin-right: 20px;
}
.ec-tag__red {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.ec-tag__red li {
  border: 1px solid #e60012;
  font-size: 1.3rem;
  text-align: center;
  min-width: 80px;
  border-radius: 5px;
  margin-left: 5px;
  margin-bottom: 7px;
  padding: 0 10px;
  line-height: 1.3;
  background: #e60012;
  color: #fff;
}
.ec-tag__red li:first-child {
  margin-left: 0;
}
.ec-productRole .ec-productRole__code {
  border-bottom: none;
}
.ec-productRole____dl {
  display: flex;
  margin-bottom: 12px;
}
.ec-productRole____dl dt {
  width: 120px;
  font-weight: normal;
}
.ec-productRole____dl dd {
  width: calc(100% - 120px);
}
.ec-productRole____dl dd a {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
.ec-productRole .ec-productRole__category a {
  color: #e60012;
}
.ec-productRole .ec-productRole__category a + span {
  font-size: 1.2rem;
  padding: 0 1px;
}
.ec-productRole .ec-productRole__code {
  padding: 0;
}
.ec-productRole .ec-productRole__category {
  padding: 0;
  border-bottom: none;
}
.ec-productRole .ec-productRole__category ul + ul {
  margin-top: 10px;
}
.ec-productRole____border {
  border-top: 1px solid #dddddd;
  margin: 20px 0;
}
.ec-productRole .ec-productRole__actions {
  padding: 0;
}
.ec-productRole .ec-productRole__actions .select-red {
  width: 300px;
  margin-bottom: 10px;
}
.ec-productRole .ec-productRole__actions .ec-select select {
  min-width: 100%;
  max-width: 100%;
}
.ec-productRole .ec-productRole__actions .ec-numberInput {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.ec-productRole .ec-productRole__actions .ec-numberInput span {
  margin-right: 20px;
}
.ec-productRole .ec-productRole__btn {
  width: 300px;
  min-width: 300px;
  margin-bottom: 20px;
}
.btn-red__caution{
  color: #e60012;
  margin: 10px auto;
  cursor: pointer;
}
.ec-productRole .ec-productRole__btn .btn-red__flip,
.ec-productRole .ec-productRole__btn .btn-black {
  background: none;
}
.ec-productRole .ec-productRole__profile .ec-link {
  background: url("../img/common/arrow1.svg") no-repeat left center;
  background-size: 6px 10px;
  padding-left: 16px;
  margin-bottom: 10px;
}
.ec-productRole .ec-productRole__profile .ec-link a {
  color: #e60012;
  border-bottom: 1px solid #e60012; 
}
.ec-productRole__descriptionWrap p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.ec-productRole__descriptionWrap .ec-productRole__description {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.75;
}
.products-list .ec-slider__cont .slick-list {
  width: 985px;
  margin: 0 -12.5px;
}
.products-list .ec-slider__cont li .ec-cont__item {
  max-width: 172px;
}
.products-list .ec-slider__cont .slick-prev {
  left: -16px;
}
.products-list .ec-slider__cont .slick-next {
  right: -16px;
}
.products-list .ec-slider__cont .slick-track {
  margin-left: 0;
}

/* 店舗情報 */
.ec-shop {
  line-height: 1.75;
}
.ec-shop .ec-pageHeader h2 {
  margin: 0;
  padding-top: 0;
}
.ec-shop__h1 {
  font-size: 4.2rem;
  margin: 35px 0 48px;
}
.ec-shop__h1 h1 {
  font-weight: bold;
}
.ec-shop__h2 h2 {
  font-size: 2.2rem;
  padding-bottom: 9px;
  margin-bottom: 25px;
}
.ec-shop__box {
  margin: 20px 0 35px;
}
.ec-shop__box dl {
  display: flex;
  align-items: center;
}
.ec-shop__box dl + dl {
  margin-top: 5px;
}
.ec-shop__box dl dt {
  width: 9em;
  font-weight: normal;
}
.ec-shop__box dl dd {
  width: calc(100% - 6em);
}
.ec-shop__box dl dd a {
  text-decoration: underline;
}
.ec-shop__box .ec-shop__notes {
  color: #888888;
  padding-left: 1em;
  text-indent: -1em;
}
.ec-shop__box p + p,
.ec-shop__box .mt {
  margin-top: 28px;
}
.ec-shop__box ul li {
  padding-left: 1em;
  text-indent: -1em;  
}
.ec-shop__ul2 li {
  margin-top: 25px;
}
.ec-shop__btn {
  margin-top: 50px;
}

/* 追加分（MRDN_MALL-2265） */
.ec-productRole_btn_external {
  position: absolute;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  bottom: 80px;
  margin: auto;
  background: #e60012;
  border-radius: 20px;
  padding: 5px;
  font-size: 1.6rem;
}

.ec-productRole_btn_external:hover {
  opacity: 0.6;
}

.ec-productRole_btn_external a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
}

@media (min-width: 769px) {
  .ec-navlistRole .ec-navlistRole__item a:hover {
    background: #fef0f0;
  }
  .ec-productRole .ec-productRole__btn .btn-black:hover {
    color: #333;
  }
}

@media (max-width: 768px) {
  /* 商品一覧 */
  #page-product-list {
    padding-bottom: 63px;
  }
  .ec-searchnavRole .ec-searchnavRole__infos {
    border-top: none;
    padding: 0;
  }
  .ec-searchnavRole .ec-searchnavRole__counter {
    width: auto;
    margin-top: -4px;
    margin-bottom: 2px;
    font-size: 1.3rem;
  }
  .ec-shelfRole {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ec-shelfGrid {
    margin-left: 0;
    margin-right: 0;
  }
  .ec-searchnavRole {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ec-shelfGrid .ec-shelfGrid__item {
    width: calc(50% + 1px);
  }
  .ec-shelfGrid .ec-shelfGrid__item .blank:after{
    margin: 3px 5px;
    width: 14px;
    height: 14px;
}
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n+1),
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n){
    padding: 15px 15px 120px;
  }
  .ec-tag {
    margin-bottom: 3px;
  }
  .ec-tag li {
    width: calc(50% - 2px);
    border-radius: 2.5px; 
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .ec-name {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
  .price02-default {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .ec-shelfGrid .ec-shelfGrid__item .select-red {
    margin-bottom: 10px;
  }
  .ec-shelfGrid .ec-shelfGrid__item .select-red select {
    height: 35px;
    font-size: 1.3rem;
  }
  .ec-numberInput {
    font-size: 1.3rem;
  }
  .ec-numberInput input[type="number"] {
    border-radius: 9px;
    font-size: 1.3rem;
    max-width: 72px;
    height: 35px;
  }
  .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
    width: calc(100% - 30px);
    bottom: 70px;
  }
  .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn2 {
    width: calc(100% - 30px);
    bottom: 20px;
  }
  .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn .btn-red {
    font-size: 1.3rem;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  /* 検索・並び替えメニュー */
  .ec-searchnavRole .ec-searchnavRole__actions {
    padding: 9px 0;
  }
  .ec-modal {
    margin: 0 3px 0 0;
    width: calc(42% - 3px);
    max-width: 210px;
  }
  .ec-modal .btn-red__flip {
    padding: 9px;
    width: 100%;
    height: 37px;
    font-size: 1.3rem;
  }
  .ec-searchnavRole__actions .ec-select {
    width: calc(36% - 3px);
    max-width: 210px;
    margin: 0 0 0 3px;
  }
  
  /* modal */
  .js-modal__content {
    width: calc(100% - 30px);
    max-width: 100%;
  }
  .js-modal__scroll {
    height: 345px;
    padding: 10px 15px 0;
  }
  .js-modal__arrow {
    position: absolute;
    top: -39px;
    right: 1px;
  }
  .js-modal__arrow img {
    width: 20px;
    height: 20px;
  }
  .js-modal__content .hdg1 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .js-modal__content .hdg2 {
    font-size: 1.3rem;
    margin: 5px 0 8px;
  }
  .checkbox-list.border {
    margin-top: 5px;
    padding-top: 15px;
  }
  .checkbox-list li {
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .select-box {
    margin-bottom: 20px;
  }
  .select-box p {
    padding: 0 9px;
    font-size: 1.3rem;
  }
  .select-box .select-red {
    margin: 0;
    width: calc(50% - 15px);
  }
  .select-box .ec-select {
    width: 100%;
  }
  .select-box .ec-select select {
    height: 35px;
  }
  .js-modal__content .btn1 {
    margin: 30px 0 15px;
  }
  .js-modal__content .btn1,
  .js-modal__content .btn2 {
    padding: 0 15px;
  }
  .js-modal__content .btn1 button,
  .js-modal__content .btn2 div {
    width: 100%;
  }
  
  /* リスト */
  .products-list {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-list .products-list__hdg {
    font-size: 1.6rem;
    margin-bottom: 13px;
  }
  .products-list ul li {
    width: calc(50% - 12.5px);
    max-width: 100%;
    margin-right: 25px;
  }
  .products-list ul li:nth-child(5n) {
    margin-right: 25px;
  }
  .products-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .products-list ul li:nth-child(n+6) {
    margin-top: 20px;
  }
  .products-list ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .products-list .products-list__img {
    margin-bottom: 5px;
  }
  .products-list .products-list__name {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .products-list .products-list__price {
    font-size: 1.3rem;
  }
  
  /* 商品詳細 */
  .product_page .ec-productRole {
    padding: 15px 15px 40px;
  }
  .product_page .ec-grid2 {
    max-width: 960px;
    margin: 0 auto;
  }
  .ec-sliderItemRole {
    margin-bottom: 23px;
    padding: 0;
  }
  .ec-productRole .ec-productRole__profile {
    margin-left: 0;
  }
  .ec-productRole__descriptionWrap {
    max-width: 100%;
  }
  .ec-productRole__list {
    max-width: 100%;
  }
  .ec-sliderItemRole .slick-slider {
    margin-bottom: 13px;
  }
  .ec-sliderItemRole .slick-prev {
    left: -11px;
  }
  .ec-sliderItemRole .slick-next {
    right: -11px;
  }
  .ec-sliderItemRole .item_nav {
    width: calc(100% + 8px);
    margin-left: -4px;
  }
  .ec-sliderItemRole .slideThumb {
    margin-bottom: 0;
  }
  .ec-sliderItemRole .slideThumb img {
    margin: 0 auto;
    width: calc(100% - 8px);
    border: 1px solid hsla(0,0%,0%,0.00);
  }
  .ec-sliderItemRole .slideThumb.slick-current img {
    border: 1px solid #e60012;
  }
  .ec-productRole .ec-productRole__tag {
    min-width: 58px;
    border-radius: 2.5px;
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 1rem;
  }
  .ec-productRole__title .ec-headingTitle {
    margin-bottom: 7px;
  }
  .ec-productRole .ec-productRole__priceRegularPrice {
    font-size: 1.3rem;
  }
  .ec-productRole .ec-productRole__priceRegularTax {
    font-size: 1rem;
  }
  .ec-productRole .ec-price {
    line-height: 1;
    margin-bottom: 5px;
  }
  .ec-productRole .ec-productRole__price {
    margin-bottom: 15px;
    padding: 0 0 13px;
  }
  .ec-price .ec-price__price {
    font-size: 2rem;
  }
  .ec-price__tax {
    margin-right: 20px;
  }
  .ec-tag__red {
  }
  .ec-tag__red li {
    font-size: 1rem;
    min-width: 58px;
    border-radius: 2.5px;
    margin-left: 5px;
    margin-bottom: 7px;
    padding: 0 8px;
  }
  .ec-productRole____dl {
    margin-bottom: 2px;
  }
  .ec-productRole____dl dt {
    width: 95px;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .ec-productRole____dl dd {
    width: calc(100% - 95px);
  }
  .ec-productRole____dl dd a {
    font-size: 1.3rem;
  }
  .ec-productRole .ec-productRole__category a + span {
    font-size: 1rem;
    padding: 0;
  }
  .ec-productRole .ec-productRole__category ul + ul {
    margin-top: 2px;
  }
  .ec-productRole____border {
    margin: 20px 0;
  }
  .ec-productRole .ec-productRole__actions .select-red {
    width: 100%;
    margin-bottom: 10px;
  }
  .ec-productRole .ec-productRole__actions .ec-numberInput {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .ec-productRole .ec-productRole__actions .ec-numberInput span {
    margin-right: 20px;
  }
  .ec-productRole .ec-productRole__btn {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
  .ec-productRole .ec-productRole__btn .btn-red__flip {
    background: none;
  }
  .ec-productRole .ec-productRole__profile .ec-link {
    background: url("../img/common/arrow1.svg") no-repeat left center;
    background-size: 6px 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .ec-productRole .ec-productRole__profile .ec-link + .ec-link {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .ec-productRole .ec-productRole__profile .ec-link a {
    color: #e60012;
    border-bottom: 1px solid #e60012; 
  }
  .ec-productRole__descriptionWrap p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .ec-productRole__descriptionWrap .ec-productRole__description {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .products-list .ec-slider__cont .slick-list {
    margin: 0 auto;
  }
  .products-list .ec-slider__cont .slick-prev {
    left: 0.2%;
  }
  .products-list .ec-slider__cont .slick-next {
    right: 0.2%;
  }
  
  /* 店舗情報 */
  .ec-shop {
    line-height: 1.6;
  }
  .ec-shop .ec-pageHeader h2 {
    margin: 0;
    padding-top: 0;
  }
  .ec-shop__h1 {
    font-size: 2rem;
    margin: 20px 0 28px;
  }

  .ec-shop__h2 h2 {
    font-size: 1.5rem;
    padding-bottom: 9px;
    margin-bottom: 10px;  
  }

  .ec-shop__box {
    margin: 12px 0 22px;
    font-size: 1.3rem;
  }
  .ec-shop__box dl + dl {
    margin-top: 3px;
  }
  .ec-shop__box dl dt {
    width: 5.8em;
  }
  .ec-shop__box dl dd {
    width: calc(100% - 5.8em);
  }
  .ec-shop__box p + p,
  .ec-shop__box .mt {
    margin-top: 20px;
  }
  .ec-shop__ul2 li {
    margin-top: 20px;
  }
  .ec-shop__btn {
    margin-top: 20px;
  }

  /* 追加分（MRDN_MALL-2265） */
  .ec-productRole_btn_external {
    margin: 10px auto -10px;
    padding: 8px;
    width: calc(100% - 30px);
  } 

}

@media (max-width: 374px) {
  /* 検索・並び替えメニュー */
  .ec-modal {
    width: calc(40% - 3px);
  }
  .ec-searchnavRole__actions .ec-modal .btn-red__flip,
  .ec-searchnavRole__actions .ec-select select {
    font-size: 1rem;
  }
}

@media (max-width: 350px) {
  .ec-tag li {
    font-size: 0.9rem;
    letter-spacing: -1px;
  }
  .ec-modal .btn-red__flip {
    font-size: 1.3rem;
    padding-top: 10px;
  }
  .select-red select {
    font-size: 1.3rem;
  }
}
