@charset "UTF-8";
/* カスタマイズ用CSS */
/* TOP */
.ec-newItemRole__listItem img {
  border-radius: 5px;
}

.ec-secHeading__ja {
  display: inline-block;
}

.ec-shelfGrid__item-image img {
  border-radius: 5px;
}

.media_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.media_list__item {
  position: relative;
  width: 24%;
  margin-bottom: 40px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transition-duration: 0.4s;
}

.media_list__item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

.media_list__item--hidden {
  height: 0;
  margin-bottom: 0;
}

.media_list__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  padding: 20px 20px 35px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media_list__link:hover {
  color: #e84031;
}

.media_list__dl {
  margin: 0;
}

.media_list__dd {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  font-size: 1.1rem;
  font-weight: 400;
}

.media_list__img {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 960px) {
  .media_list__item {
    width: 48%;
  }
  .media_list__dd {
    left: 0;
    text-align: center;
  }
}

.btn_area {
  margin: 60px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.btn_item {
  width: 49%;
  max-width: 49%;
}

/* 商品一覧 */
.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.product_list__item {
  width: 48% !important;
  padding: 0 !important;
}

.product_list__item__img {
  width: 100%;
  height: auto !important;
  position: relative;
}

.product_list__item__btn {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .product_list__item {
    width: 23.5% !important;
  }
}

.soldout_notice {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}

/* 商品詳細 */
.ec-productRole img {
  border-radius: 5px;
}

.ec-productRole__description img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* SNSシェアボタン */
.sns_share_list {
  margin: 2em 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sns_share_list__item {
  font-size: 1.4rem;
  width: 32%;
}

.sns_share_list__link {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 0.5em;
  transition-duration: 0.4s;
}

.sns_share_list__link:hover {
  background-color: #fff;
  text-decoration: none;
}

.sns_share_list__link--fb {
  background-color: #3B5998;
}

.sns_share_list__link--fb:hover {
  color: #3B5998;
  border: 1px solid #3B5998;
}

.sns_share_list__link--tw {
  background-color: #00acee;
}

.sns_share_list__link--tw:hover {
  color: #00acee;
  border: 1px solid #00acee;
}

.sns_share_list__link--line {
  background-color: #00B900;
}

.sns_share_list__link--line:hover {
  color: #00B900;
  border: 1px solid #00B900;
}

.sns_share_icon {
  margin-right: 0.5em;
}

.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* カテゴリー一覧 */
.parents_category {
  margin-bottom: 20px;
}

.parents_category__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.parents_category__list__item {
  margin-right: 0.8em;
  margin-bottom: 0.8em;
}

.parents_category__list__link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #337ab7;
  border-radius: 20px;
  text-decoration: none;
  transition-duration: 0.4s;
}

.parents_category__list__link:hover {
  background-color: #337ab7;
  color: #fff;
  text-decoration: none;
}

/* ご利用ガイド */
.guide_content p {
  margin-bottom: 1em;
}

.guide_content section {
  margin: 2em 0;
}

.ec-footerNavi .ec-footerNavi__link a i {
  padding-right: 0.5em;
}

.footer_banner {
  margin: 20px 0;
}

.footer_banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer_banner__list__item {
  width: 49%;
  margin: 15px 0;
}

.footer_banner__link {
  display: block;
}

.footer_banner__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer_banner_txt {
  display: block;
  color: #fff;
}
