@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap");
.contents-title {
  border-left: 7px solid #f362b0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  padding: 2px 10px;
}

.contents-subtitle {
  border-top: 7px solid #f463b2;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}

.review_detail_pick-up_wrap {
  margin-bottom: 25px; }
.review_detail_pick-up_wrap--sp {
  padding: 0 10px;
  margin-bottom: 20px; }

.review_detail_pick-up {
  padding: 2px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background: #FAF9F7; }
.review_detail_pick-up:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #F463B2;
  border-radius: 10px;
  pointer-events: none; }
.review_detail_pick-up--sp {
  padding: 1px; }
.review_detail_pick-up--sp:after {
  border-width: 1px; }
.review_detail_pick-up_head {
  display: flex; }
.review_detail_pick-up_head_txt {
  display: flex;
  flex: 0 0 auto;
  height: 30px;
  padding: 0 22px;
  background: #F463B2;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border-radius: 0 15px 15px 0; }
.review_detail_pick-up--sp .review_detail_pick-up_head_txt {
  font-size: 12px;
  height: 20px;
  border-radius: 0 10px 10px 0;
  padding: 0 10px; }
.review_detail_pick-up_content {
  padding: 20px; }
.review_detail_pick-up_content .review_detail_txt {
  margin-bottom: 0; }
.review_detail_pick-up_content .review-user .icon-user {
  margin-left: 0;
  margin-right: .5em; }
.review_detail_pick-up--sp .review_detail_pick-up_content {
  padding: 15px 10px; }
  .delivery-schedule__body {
  overflow: hidden;
  margin-bottom: 10px; }

.delivery-schedule__list {
  display: flex;
  margin: -10px;
  flex-wrap: wrap; }
  .delivery-schedule--pc .delivery-schedule__list {
    margin: -20px; }

.delivery-schedule__item {
  padding: 10px;
  flex: 1 1 50%;
  box-sizing: border-box;
  max-width: 180px; }
  .delivery-schedule--pc .delivery-schedule__item {
    max-width: 328px;
    padding: 20px; }

.delivery-schedule-item__head {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px; }
  .delivery-schedule--pc .delivery-schedule-item__head {
    font-size: 18px;
    margin-bottom: 10px; }

.delivery-schedule-calender {
  width: 100%; }
  .delivery-schedule-calender__table {
    width: 100%;
    table-layout: fixed;
    vertical-align: middle;
    border-spacing: 0; }
  .delivery-schedule-calender__head, .delivery-schedule-calender__data {
    border: #ccc 1px solid;
    padding: 0;
    vertical-align: bottom;
    font-weight: inherit;
    background: #fff; }
  .delivery-schedule-calender__head--sunday {
    background: #fde4ec; }
  .delivery-schedule-calender__head--saturday {
    background: #e4f0fd; }
  .delivery-schedule-calender__data--business-holiday {
    background: #D4D4D4; }

.delivery-schedule-calender-box .keep-ratio {
  display: block;
  position: relative;
  width: 100%; }
  .delivery-schedule-calender-box .keep-ratio::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅のn%に固定 */ }
  .delivery-schedule--pc .delivery-schedule-calender-box .keep-ratio::before {
    padding-top: 75%; }
  .delivery-schedule-calender-box .keep-ratio__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.delivery-schedule-calender-box__body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap; }
  .delivery-schedule-calender__head--saturday .delivery-schedule-calender-box__body,
  .delivery-schedule-calender__data--saturday .delivery-schedule-calender-box__body {
    color: #77B6F5; }
  .delivery-schedule-calender__head--sunday .delivery-schedule-calender-box__body,
  .delivery-schedule-calender__data--sunday .delivery-schedule-calender-box__body,
  .delivery-schedule-calender__data--public-holiday .delivery-schedule-calender-box__body {
    color: #F577A1; }
  .delivery-schedule-calender__data--business-holiday .delivery-schedule-calender-box__body {
    color: #fff; }
  .delivery-schedule--pc .delivery-schedule-calender-box__body {
    font-size: 14px; }

.delivery-schedule-supplement {
  display: flex;
  align-items: center; }
  .delivery-schedule-supplement__square {
    display: inline-block;
    background: #d4d4d4;
    border: 1px solid #ccc;
    border-radius: 1px;
    width: 15px;
    height: 15px;
    margin-right: 5px; }
    .delivery-schedule--pc .delivery-schedule-supplement__square {
      margin-right: 10px; }
  .delivery-schedule-supplement__text {
    line-height: 1;
    font-size: 12px; }
    .delivery-schedule--pc .delivery-schedule-supplement__text {
      font-size: 14px; }

.matome-head__mv {
  margin-bottom: 15px; }
  .matome-contents--pc .matome-head__mv {
    margin-bottom: 40px;
    padding: 0 -30px; }

.matome-head__title {
  margin-top: 15px;
  margin-bottom: 15px; }
  .matome-contents--pc .matome-head__title {
    margin-top: 0;
    margin-bottom: 30px; }

.matome-head-mv {
  text-align: center; }

.matome-head-title {
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  line-height: 1; }
  .matome-contents--pc .matome-head-title {
    font-size: 20px;
    font-weight: bold;}

.matome-head-lead__text {
  text-align: center;
  margin: -0.3em 0;
  font-size: 12px;
  line-height: 1.6; }
  .matome-contents--pc .matome-head-lead__text {
    font-size: 16px; }

.matome-list-card-body {
  height: 100%;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .matome-list-card-body:hover, .matome-list-card-body:visited {
    color: inherit; }
  .matome-list-card-body:hover {
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  .matome-list-card-body * {
    line-height: 1;
    font-size: inherit;
    font-weight: inherit; }
  .matome-list-card-body:hover img {
    border: 0 none !important; }
  .matome-list-card-body__label {
    margin-bottom: 5px; }
  .matome-list-card-body__thumb {
    margin-bottom: 5px; }
    .matome-contents--pc .matome-list-card-body__thumb {
      margin-bottom: 10px; }
  .matome-list-card-body__title {
    margin-bottom: 10px; }
  .matome-list-card-body__price {
    margin-bottom: 8px; }
  .matome-list-card-body__unit {
    margin-bottom: 15px; }
  .matome-list-card-body__bottom {
    margin-top: auto; }
  .matome-list-card-body__delivery {
    margin-bottom: 5px; }
    .matome-contents--pc .matome-list-card-body__delivery {
      margin-bottom: 10px; }

.matome-list-card-thumb {
  border: #ccc solid 1px; }
  .matome-list-card-thumb > img {
    max-width: 100%;
    width: 100%; }

.matome-list-card-price-container {
  background: #fff1f5;
  border-radius: 4px;
  padding: 8px; }
  .matome-list-card-price-container__head {
    margin-bottom: 5px; }
  .matome-list-card-price-container__price {
    margin-bottom: 5px; }
    .matome-contents--pc .matome-list-card-price-container__price {
      margin-bottom: 10px; }

.matome-list-card-sub-text {
  font-size: .7em; }

.matome-list-card-color-text {
  color: #c7000b; }

.matome-list-card-top-label {
  display: inline-block;
  padding: 3px 8px;
  font-size: 11px;
  color: #f463b2;
  border: solid 1px #f463b2; }
  .matome-list-card-top-label--red {
    color: #fff;
    border-color: #c7000b;
    background: #c7000b;
    font-weight: bold; }

.matome-list-card-price-head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center; }
  .matome-list-card-price-head__head {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-right: .5em; }
    .matome-list-card-price-head__head > * {
      color: #c7000b;
      font-weight: bold; }
    .matome-list-card-price-head__head .matome-list-card-sub-text {
      font-size: 10px; }
    .matome-contents--pc .matome-list-card-price-head__head .matome-list-card-sub-text {
      font-size: 14px; }
  .matome-list-card-price-head__label {
    -webkit-box-flex: 0;
            flex: 0 0 auto; }

.matome-list-card-price-label {
  padding: 4px 6px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #c7000b; }
  .matome-contents--pc .matome-list-card-price-label {
    font-size: 12px; }

.matome-list-card-price {
  font-size: 28px;
  font-weight: bold;
  color: #c7000b;
  text-align: right; }
  .matome-contents--pc .matome-list-card-price {
    font-size: 50px; }

.matome-list-card-reference-price {
  font-size: 10px;
  text-align: right; }
  .matome-contents--pc .matome-list-card-reference-price {
    font-size: 14px; }
    .matome-contents--pc .matome-list-card-reference-price__value {
      font-size: 16px; }
      .matome-contents--pc .matome-list-card-reference-price__value .matome-list-card-sub-text {
        font-size: 14px; }

.matome-list-card-strong-price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

.matome-list-card-title-limit-container {
  font-size: 14px;
  margin: calc((1.4em - 1em) / 4 * -1) 0;
  overflow: hidden; }
  .matome-list-card-title-limit-container > * {
    margin: calc((1.4em  - 1em) / 4 * -1) 0;
    height: calc(1.4em  * 3);
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
  .matome-contents--pc .matome-list-card-title-limit-container {
    font-size: 16px; }
    .matome-contents--pc .matome-list-card-title-limit-container > * {
      height: calc(1.4em  * 2);
      -webkit-line-clamp: 2; }

.matome-list-card-item-unit {
  text-align: right;
  font-size: 14px;
  white-space: nowrap; }
  .matome-list-card-item-unit__head {
    font-size: 13px; }
    .matome-contents--pc .matome-list-card-item-unit__head {
      font-size: 14px; }
      .matome-contents--pc .matome-list-card-item-unit__head .matome-list-card-sub-text {
        font-size: inherit; }
  .matome-list-card-item-unit__value {
    font-size: 14px; }
    .matome-list-card-item-unit__value .matome-list-card-sub-text {
      font-size: 10px; }
    .matome-contents--pc .matome-list-card-item-unit__value {
      font-size: 16px; }
      .matome-contents--pc .matome-list-card-item-unit__value .matome-list-card-sub-text {
        font-size: .7em; }
  .matome-list-card-item-unit__reference {
    font-size: 10px; }
    .matome-list-card-item-unit__reference .matome-list-card-sub-text {
      font-size: 10px; }
    .matome-contents--pc .matome-list-card-item-unit__reference {
      font-size: 16px; }
      .matome-contents--pc .matome-list-card-item-unit__reference .matome-list-card-sub-text {
        font-size: .7em; }

.matome-list-card-item-unit-strong {
  text-align: right;
  font-size: 0; }
  .matome-contents--pc .matome-list-card-item-unit-strong {
    max-width: 450px; }
  .matome-list-card-item-unit-strong__cost {
    display: inline-block; }
  .matome-list-card-item-unit-strong__reference {
    margin-left: 5px;
    display: inline-block; }
  .matome-list-card-item-unit-strong-cost {
    font-size: 0;
    color: #c7000b; }
    .matome-list-card-item-unit-strong-cost__head {
      font-size: 10px;
      margin-right: 5px; }
      .matome-contents--pc .matome-list-card-item-unit-strong-cost__head {
        font-size: 14px; }
    .matome-list-card-item-unit-strong-cost__value {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700; }
    .matome-list-card-item-unit-strong-cost__floor {
      font-size: 22px; }
      .matome-contents--pc .matome-list-card-item-unit-strong-cost__floor {
        font-size: 34px; }
    .matome-list-card-item-unit-strong-cost__small {
      font-size: 15.4px; }
      .matome-contents--pc .matome-list-card-item-unit-strong-cost__small {
        font-size: 23.8px; }
    .matome-list-card-item-unit-strong-cost__yen {
      font-size: 10px; }
      .matome-contents--pc .matome-list-card-item-unit-strong-cost__yen {
        font-size: 16.8px; }
  .matome-list-card-item-unit-strong-reference {
    font-size: 0; }
    .matome-list-card-item-unit-strong-reference__brackets {
      font-size: 10px; }
      .matome-contents--pc .matome-list-card-item-unit-strong-reference__brackets {
        font-size: 16px; }
    .matome-list-card-item-unit-strong-reference__floor {
      font-size: 10px; }
      .matome-contents--pc .matome-list-card-item-unit-strong-reference__floor {
        font-size: 16px; }
    .matome-list-card-item-unit-strong-reference__small {
      font-size: 10px; }
      .matome-contents--pc .matome-list-card-item-unit-strong-reference__small {
        font-size: 11.2px; }
    .matome-list-card-item-unit-strong-reference__yen {
      font-size: 10px; }
      .matome-contents--pc .matome-list-card-item-unit-strong-reference__yen {
        font-size: 11.2px; }
    .matome-list-card-item-unit-strong-reference__string {
      font-size: 10px; }
      .matome-contents--pc .matome-list-card-item-unit-strong-reference__string {
        font-size: 16px; }

.matome-list-card-icon-list {
  overflow: hidden; }
  .matome-list-card-icon-list__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    margin: -3px; }
    .matome-contents--pc .matome-list-card-icon-list__list {
      margin: 0; }
  .matome-list-card-icon-list__item {
    padding: 3px;
    font-size: 12px;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box; }
    .matome-contents--pc .matome-list-card-icon-list__item {
      padding: 0; }

.matome-list-card-icon-text {
  color: #666;
  font-size: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .matome-contents--pc .matome-list-card-icon-text {
    font-size: 12px; }
  .matome-list-card-icon-text__icon {
    display: block;
    color: #f463b2;
    font-size: 1.33333333333em;
    line-height: 1;
    margin-right: 3px;
    max-width: 1em; }
    .matome-list-card-icon-text__icon > i {
      margin-right: 0; }

.matome-list-card-icon-circle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 1.6em;
  height: 1.6em;
  font-style: normal;
  line-height: 1;
  text-align: center;
  font-size: 0.625em;
  color: #fff;
  background: #f463b2;
  border-radius: 50%; }

.matome-list-card-delivery-date {
  color: #fff;
  background: #41b8d7;
  padding: 0 10px;
  font-size: 12px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: bold;
  height: 20px;
  display: -webkit-box;
  display: flex; }
  .matome-list-card-delivery-date__icon {
    font-size: 14px;
    margin-right: 3px; }
  .matome-contents--pc .matome-list-card-delivery-date {
    font-size: 14px;
    height: 30px; }
    .matome-contents--pc .matome-list-card-delivery-date > i {
      font-size: 16px; }

.matome-list {
  overflow: hidden; }
  
  
  
.matome-list__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin: -20px -10px; 
    
    }
  
    
.matome-contents--pc .matome-list__list {
    /* margin: -40px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.matome-separator--list::after {
    content: "※掲載価格と販売価格が異なる場合がございます。最新の販売価格は遷移先の商品詳細ページにてご確認下さい。";
    color: #000;
    font-size:12px;
    position: absolute;
    margin-top: 40px;
    padding: 0 10px 0 0;
}


#maincontents .matome-list__item2 {
  flex: 0 0 23%;
  max-width: 23%;
  margin-bottom: 20px;
}

#maincontents .matome-list__item2:nth-child(n+5){
  margin-top: 30px;
}
.matome-contents--pc .matome-list__item2 {
  padding: 1.5%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
    .matome-contents--pc .matome-list__item {
      -webkit-box-flex: 0;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      padding: 40px 15px; }

.matome-contents {
  color: #333; }
  .matome-contents img {
    max-width: 100%; }
  .matome-contents ul::before, .matome-contents ul after {
    display: none; }

.matome-separator--head {
  margin-bottom: 25px; }
  .matome-contents--pc .matome-separator--head {
    margin-bottom: 50px; }

.matome-separator--list {
  margin-bottom: 50px; }
  .matome-contents--pc .matome-separator--list {
    margin-bottom: 100px; }

.matome-separator--article {
  margin-bottom: 20px; }
  .matome-contents--pc .matome-separator--article {
    margin-bottom: 40px; }

.matome-container {
  padding: 0 10px; }
  .matome-contents--pc .matome-container {
    padding: 0 0px;
   }

.matome-separator:not(:last-child) .matome-article {
  padding-bottom: 18px;}
  .matome-contents--pc .matome-separator:not(:last-child) .matome-article {
    padding-bottom: 25px;
    border-width: 3px; }
.plain-btn-wrapper-pc {
  margin: 20px 0 30px; }

.plain-btn-wrapper-sp {
  padding: 0 10px;
  margin: 20px 0 25px; }

.plain-btn {
  text-decoration: none;
  display: block;
  padding: 12px 8px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative; }
  .plain-btn:visited {
    color: inherit; }
  .plain-btn__icon {
    color: #666;
    font-size: 11px;
    margin-right: 4px; }
  .plain-btn:not(.plain-btn--sp)::after {
    display: block;
    content: '\f054';
    font-family: "FontAwesome";
    color: #f463b2;
    height: 16px;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0; }
.footernav-multi-column {
  float: left; }

.footernav-logo-list {
  margin-top: 30px;
  border-top: 1px #ccc solid;
  padding: 20px 0; }
  .footernav-logo-list--column {
    margin: 0;
    border: 0 none;
    padding: 0; }
  .footernav-logo-list__item:not(:last-child) {
    margin-bottom: 20px; }

.footer-logo-area-sp {
  border-top: 1px #c7c7c7 solid;
  background: #f3f3f2;
  padding: 10px 0;
  text-align: center; }
  .footer-logo-area-sp--docomo {
    border-bottom: 1px #c7c7c7 solid; }
  .footer-logo-area-sp__item:not(:last-child) {
    margin-bottom: 10px;
    text-align: center; }


/*追加*/
.matome-midashiMenu .nav-link {
    background: #c03;
}
@media screen and (min-width: 768px){
  #maincontents .matome-list__item2:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px){
  .matome-contents--pc .matome-head-title {
    font-weight: normal;
    font-size: 14px;
  }
  .matome-contents--pc .matome-head__mv {
    margin-bottom: 20px;
  }
  .matome-contents--pc .matome-head__title {
    margin-bottom: 20px;
  }
}


@charset "utf-8";
.matome__tag__title, .matome__related__title {
  color: #d98ca2;
  font-size: 16px;
}

.matome__tag__link, .matome__new__link, .matome__related__link {
  color: #555;
  display: block;
  text-decoration: none;
}

.matome__tag__link:hover, .matome__new__link:hover, .matome__related__link:hover, .matome__tag__link:visited, .matome__new__link:visited, .matome__related__link:visited {
  color: #555;
}

.matome__sns__link--twitter, .matome__sns__link--facebook, .matome__sns__link--line, .matome__sns__link--clip {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 9px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 130px;
}

.matome__sns__link--twitter::before, .matome__sns__link--facebook::before, .matome__sns__link--line::before, .matome__sns__link--clip::before {
  content: "";
  left: 5px;
  position: absolute;
  top: 50%;
}

.matome__sns__link--twitter:hover, .matome__sns__link--facebook:hover, .matome__sns__link--line:hover, .matome__sns__link--clip:hover, .matome__sns__link--twitter:visited, .matome__sns__link--facebook:visited, .matome__sns__link--line:visited, .matome__sns__link--clip:visited {
  color: #fff;
}

.matome {
  margin: 20px 0;
}

.matome__lead {
  color: #555;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}

.matome__tag {
  margin-top: 30px;
}

.matome__tag__list, .matome__tag__list--related {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.matome__tag__list--related {
  margin-left: 100px;
}

.matome__tag__item {
  margin: 15px 15px 0 0;
}

.matome__tag__link {
  background-color: #eee;
  border-radius: 3px;
  line-height: 1;
  padding: 8px 16px;
  text-align: center;
}

.matome__new {
  margin-top: 30px;
}

.matome__new__list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
.matome__new__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  margin-top: 50px;
}

.matome__new__item:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 33.33333%;
}

.matome__new__item:nth-child(-n+3) {
  margin-top: 20px;
}

.matome__new__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  height: 100%;
  width: 210px;
}
*/
.matome__new__link:hover {
  opacity: 1;
}

.matome__new__link:hover .matome__new__image {
  opacity: .7;
}

.matome__new__link:hover .matome__new__text {
  text-decoration: underline;
}

.matome__new__image {
  background-position: center;
  background-size: cover;
  display: block;
  height: 210px;
  width: 210px;
}

.matome__new__item-name {
  font-weight: bold;
  margin-top: 20px;
}

.matome__new__text {
  margin-top: 10px;
}

.matome__sns {
  margin-top: 20px;
}

.matome__sns__list {
  display: -webkit-box;
}

.matome__sns__item {
  margin-right: 10px;
}

.matome__sns__link--twitter {
  background-color: #1da1f2;
}

.matome__sns__link--twitter::before {
  background: url("/image/icon/icon_twitter.png") no-repeat 0 0;
  background-size: 26px auto;
  height: 26px;
  margin-top: -13px;
  width: 26px;
}

.matome__sns__link--facebook {
  background-color: #3b579d;
}

.matome__sns__link--facebook::before {
  background: url("/image/icon/icon_facebook.png") no-repeat 0 0;
  background-size: 18px auto;
  height: 18px;
  margin-top: -10px;
  width: 18px;
}

.matome__sns__link--line {
  background-color: #00b900;
}

.matome__sns__link--line::before {
  background: url("/image/icon/icon_line.png") no-repeat 0 0;
  background-size: 22px auto;
  height: 22px;
  margin-top: -11px;
  width: 22px;
}

.matome__sns__link--clip {
  background-color: #eee;
  border: 1px solid #909090;
  color: #555;
  padding: 8px 0;
}

.matome__sns__link--clip::before {
  content: none;
}

.matome__sns__link--clip:hover, .matome__sns__link--clip:visited {
  color: #555;
}

.matome__sns__icon-clip {
  padding-left: 20px;
  position: relative;
}

.matome__sns__icon-clip::before {
  content: '\f0c6';
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.matome__item-list {
  margin-top: 20px;
}

.matome__item-list__list {
  border-top: 3px solid #999;
}

.matome__item-list__item {
  border-top: 1px solid #999;
  margin-top: 20px;
  padding-top: 20px;
}

.matome__item-list__item:first-child {
  border-top: 0;
  padding-top: 0;
}

.matome__item-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.matome__item-list__image {
  display: block;
}

.matome__item-list__name {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
  color: #555;
}

.matome__item-list__cost {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 290px;
}

.matome__item-list__cost__heading {
  color: #555;
  font-size: 18px;
}

.matome__item-list__cost__heading-add {
  display: block;
  font-size: 16px;
}

.matome__item-list__cost__price {
  color: #d40000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

.matome__item-list__each {
  font-size: 15px;
  margin-top: 5px;
  text-align: right;
}

.matome__item-list__proper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.matome__item-list__proper__head {
  font-size: 12px;
}

.matome__item-list__proper__amount {
  font-size: 18px;
  text-decoration: line-through;
}

.matome__item-list__button {
  margin-top: 15px;
}

.matome__item-list__button__link {
  background-color: #43a243;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.matome__item-list__button__link:hover, .matome__item-list__button__link:visited {
  color: #fff;
}

.matome__item-list__button__icon {
  font-size: 1.2em;
  padding-right: 5px;
}

.matome__contents {
  margin-top: 20px;
}

.matome__contents__subtitle {
  color: #fff;
  background-color: #c03;
  font-size: 140%;
  padding: 12px 15px;
  font-weight: normal;
  border-radius: 5px;
}

.matome__contents__text {
  color: #555;
  font-size: 16px;
  margin-top: 20px;
}

.matome__contents__image-wrap {
  margin-top: 20px;
}

.matome__contents__image-wrap__link {
  display: block;
}

.matome__contents__image-wrap__link:hover .matome__contents__image-wrap__link {
  opacity: .7;
}

.matome__contents__image-wrap__image {
  display: block;
  margin: 0 auto;
  max-width: 450px;
}

.matome__contents__caption {
  background-color: #faedf1;
  color: #ac566f;
  font-size: 16px;
  margin-top: 15px;
  padding: 15px;
}

.matome__contents__detail-button {
  margin-top: 15px;
}

.matome__contents__detail-button__link {
  background-color: #c03;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
/*  width: 450px;*/
}

.matome__contents__detail-button__link:hover, .matome__contents__detail-button__link:visited {
  color: #fff;
}

.matome__contents__detail-button__link:hover {
  color: #fff;
}

.matome__contents__external-button {
  margin-top: 15px;
}

.matome__contents__external-button__link {
  background-color: #eee;
  border: 1px solid #909090;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  display: block;
  font-size: 18px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
/*  width: 450px; */
}

.matome__contents__external-button__link:hover, .matome__contents__external-button__link:visited {
  color: #555;
}

.matome__contents__external-button__icon {
  font-size: 18px;
  line-height: 1.1;
  padding-left: 5px;
}

.matome__contents__others-title {
  font-size: 16px;
  margin-top: 45px;
  padding: 3px 0 3px 0px;
}

.matome__related {
  margin-top: 30px;
}

.matome__related__list {
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
}

.matome__related__item {
  border-top: 1px solid #ccc;
  padding-bottom: 15px;
}

.matome__related__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 0;
  width: 100%;
}

.matome__related__link:hover {
  opacity: 1;
}

.matome__related__link:hover .matome__related__image {
  opacity: .7;
}

.matome__related__link:hover .matome__related__subtitle {
  opacity: .7;
}

.matome__related__image {
  height: 100%;
  margin-right: 15px;
  width: 70px;
}

.matome__related__subtitle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  margin-right: 15px;
}

.matome__related__date {
  margin-left: auto;
}

.matome__count {
  margin: 30px 0 10px;
}

#maincontents  {
    margin: 15px 15px 15px 50px;
}
.img_set {
  height: auto;
}
.price_set p.price {font-size: 160%;}
.band span {font-size: 130%;}
@media screen and (max-width: 767px){ 
  .matome-contents #maincontents {
    margin: 1px 3% 1px;
  }
  .matome-contents--pc .matome-separator--head {
    margin-bottom: 30px;
  }
  .matome-midashiMenu {
    margin: 0 3% 15px;
  }
  .matome-contents--pc .matome-head-lead__text {
    font-size: 14px;
  }
  .matome-contents--pc .matome-separator--list {
    margin: 0 0% 7em;
  }
  #maincontents .matome-list__item2 {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    padding: 2.5%;
    margin-bottom: 20px;
  }
  .ds-container .matome-contents--pc .matome-list__item2 {
    padding:10px;
    margin-left: 0%;
  }
  #maincontents .img_set {
    width: 100%;
    height: auto;
  }
  #maincontents .list-item {
    width: 90%;
  }
  .matome-list__item2 .list-item .desc {
    width: 110%;
  }
  .matome-list__item2 .style4 .desc p {
    text-align: left;
    width: 100%;
  }
  .matome-list__list {
    margin: 0;
  }
  #maincontents .matome-list__item2:not(:nth-child(2n+1)) {
    margin-left: 3%;
  }


  .matome__contents__subtitle {
    margin: 0;
    padding: 0.6em 10px;
    font-size: 16px;
    border-radius: 4px;
  }
  .matome-contents--pc .matome-separator--article {
    margin-bottom: 0;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  #maincontents .matome-list__item2 .list-item .desc {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 979px) and (min-width: 801px) {
  #maincontents .matome-list__item2 .list-item .desc {
    width: 100%;
    text-align: left;
  }
}
