@charset "UTF-8";
.common__header {
  width: 100%;
  height: 50px;
  background: #111111;
  color: #fff;
  transition: transform 0.2s ease-out;
  position: relative;
  z-index: 1000; }
  .common__header .u-UserName::after {
    content: ' 様'; }
.common__header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  visibility: visible; }
  @media (min-width: 769px) {
    .common__header-inner {
      height: 50px; } }
  @media (max-width: 768px) {
    .common__header-inner {
      height: 50px; } }
.common__header-left, .common__header-right {
  display: flex;
  align-items: center; }
@media (min-width: 769px) {
  .common__header-menu-icon {
    display: none; } }
@media (max-width: 768px) {
  .common__header-menu-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    background: url(/img_sc/sourcenext_com/common/icon-menu.png) center/contain no-repeat; } }
.common__header-logo {
  display: flex;
  align-items: center;
  font-size: 0; }
@media (max-width: 768px) {
  .common__header-menu {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background: rgba(0, 0, 0, 0.7); }
    .active .common__header-menu {
      display: block; } }
@media (max-width: 768px) {
  .common__header-menu .close {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/img_sc/sourcenext_com/common/icon-close.png) center/20px no-repeat; }
    .active .common__header-menu .close {
      display: block; } }
.common__header-menu .person {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 25px;
  background: url(/img_sc/sourcenext_com/common/icon-person.png) left center/20px no-repeat; }
  .common__header-menu .person::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    transform: rotate(135deg); }
.common__header-menu li.active .person::after {
  top: 8px;
  transform: rotate(-45deg); }
.common__header-menu .mypage {
  display: none;
  padding: 0;
  background: #fff;
  font-weight: normal; }
  .common__header-menu .mypage .common__header-member-head {
    border: none;
    background: #fff;
    padding: 1em; }
.common__header-menu .active + .mypage {
  display: block; }
  @media (min-width: 769px) {
    .common__header-menu .active + .mypage {
      display: none; } }
.common__header-menu-inner {
  font-size: 14px; }
  @media (min-width: 769px) {
    .common__header-menu-inner {
      display: flex;
      margin-left: 20px; }
      .common__header-menu-inner a {
        color: #fff; }
        .common__header-menu-inner a:hover {
          text-decoration: underline; } }
  @media (max-width: 768px) {
    .common__header-menu-inner {
      /* ドロワー */
      width: calc(100% - 50px);
      min-height: 100vh;
      background: #F1F1F1;
      color: #111111;
      font-size: 15px;
      font-weight: bold; }
      .common__header-menu-inner a {
        color: #111111; } }
  @media (min-width: 769px) {
    .common__header-menu-inner > li {
      padding: 0 20px; }
      .common__header-menu-inner > li.cp {
        border-left: 1px solid #fff;
        margin-left: 20px;
        padding-left: 40px; }
        .common__header-menu-inner > li.cp a {
          position: relative; }
          .common__header-menu-inner > li.cp a:hover:after {
            text-decoration: none; } }
  @media (max-width: 768px) {
    .common__header-menu-inner > li {
      background: #F1F1F1;
      padding: 14px 20px;
      border-bottom: 1px solid #BCBCBC; }
      .common__header-menu-inner > li small {
        font-weight: normal; } }
@media (min-width: 769px) {
  .common__header-search {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
@media (min-width: 769px) {
  .common__header-search-icon {
    padding: 6px; } }
.common__header-search-icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }
.common__header-search-icon::before {
  background-image: url(/img_sc/sourcenext_com/common/icon-search_pc.png); }
  @media (max-width: 768px) {
    .common__header-search-icon::before {
      background-image: url(/img_sc/sourcenext_com/common/icon-search_sp.png); } }
@media (min-width: 769px) {
  .active .common__header-search-icon {
    background: #0096DE;
    border-radius: 0px 3px 3px 0px; } }
@media (max-width: 768px) {
  .active .common__header-search-icon {
    opacity: 0.4; } }
@media (min-width: 769px) {
  .common__header-search-box {
    width: 0;
    opacity: 0;
    transition: width 0.3s ease-out; } }
@media (max-width: 768px) {
  .common__header-search-box {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #111; } }
.common__header-search-box input {
  width: 100%; }
  @media (min-width: 769px) {
    .common__header-search-box input {
      height: 28px;
      line-height: 28px;
      border: none;
      border-radius: 3px 0px 0px 3px;
      font-size: 12px; } }
  @media (max-width: 768px) {
    .common__header-search-box input {
      border: 1px solid #707070;
      border-radius: 5px;
      height: 40px; } }
@media (min-width: 769px) {
  .common__header-search.active .common__header-search-box {
    width: calc(100% - 28px - 2px);
    opacity: 1; } }
@media (max-width: 768px) {
  .common__header-search.active .common__header-search-box {
    z-index: 1;
    top: 50px; } }
.common__header-search.active .common__header-search-box input {
  display: block;
  color: #111; }
  @media (min-width: 769px) {
    .common__header-search.active .common__header-search-box input {
      padding: 4px 8px; } }
.common__header-member {
  margin-left: calc(25px - 8px);
  font-size: 12px; }
.common__header-member-icon {
  position: relative;
  /*@include HeaderIcon();*/
  display: block;
  padding: 6px 16px 6px 24px;
  align-items: center;
  color: #fff;
  background: url(/img_sc/sourcenext_com/common/icon-member_pc.png) left center no-repeat; }
  @media (max-width: 768px) {
    .common__header-member-icon {
      background: none;
      padding: 0 20px 0 0; } }
  body.IsLogin .common__header-member-icon {
    cursor: default;
    text-align: left; }
  .common__header-member-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff; }
  @media (min-width: 769px) {
    .common__header-member-icon p {
      margin-left: 10px;
      font-size: 10px;
      text-align: left; } }
  .common__header-member-icon span {
    font-size: 10px;
    display: block;
    line-height: 1.2em; }
    .common__header-member-icon span:nth-of-type(n+2) {
      margin-left: auto; }
.common__header-member-wrapper {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 50px;
  right: 0;
  width: 100%; }
  @media (min-width: 769px) {
    .common__header-member:hover .common__header-member-wrapper {
      opacity: 1;
      height: auto;
      overflow: visible; } }
  @media (min-width: 769px) {
    .common__header-member-wrapper {
      top: 30px;
      width: 350px; } }
  .active .common__header-member-wrapper {
    opacity: 1;
    height: auto;
    overflow: visible; }
    @media (max-width: 768px) {
      .active .common__header-member-wrapper {
        overflow: scroll;
        height: calc(100vh - 50px);
        overflow: scroll;
        background: rgba(0, 0, 0, 0.7); } }
  @media (min-width: 769px) {
    .IsLogin .common__header-member-wrapper {
      width: 560px; } }
.common__header-member-box {
  color: #000;
  background: #fff;
  font-size: 15px; }
  @media (min-width: 769px) {
    .common__header-member-box {
      margin-top: 30px;
      border: 1px solid #BCBCBC;
      border-radius: 10px; }
      .common__header-member-box::before {
        content: '';
        position: absolute;
        top: 23px;
        right: 68px;
        display: block;
        width: 14px;
        height: 14px;
        background: #fff;
        border-top: 1px solid #BCBCBC;
        border-left: 1px solid #BCBCBC;
        transform: rotate(45deg); } }
  @media (max-width: 768px) {
    .common__header-member-box {
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); } }
  .common__header-member-box a {
    color: #111; }
.common__header-member-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 10px; }
.common__header-member-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #F1F1F1;
  border-bottom: 1px solid #BCBCBC;
  font-size: 12px; }
  @media (min-width: 769px) {
    .common__header-member-head {
      background: none;
      border-color: #f1f1f1;
      padding: 0.8em 2em; } }
  .common__header-member-head::before {
    content: 'ID確認中...';
    font-size: 13px; }
  .common__header-member-head .maijan {
    display: none;
    font-size: 12px; }
    .IsLogin .common__header-member-head .maijan {
      display: block; }
    .common__header-member-head .maijan a:hover {
      text-decoration: none; }
    .common__header-member-head .maijan a::after {
      content: '本日の毎ジャン宝くじ';
      color: #00A5E3;
      display: block;
      text-decoration: underline; }
  .UserInitialized .common__header-member-head::before {
    display: none; }
  .common__header-member-head .u-UserName {
    font-size: 15px;
    font-weight: bold;
    padding-left: 25px;
    background: url(/img_sc/sourcenext_com/common/icon-person.png) left center/20px no-repeat; }
    .common__header-menu .common__header-member-head .u-UserName {
      background: none;
      padding-left: 0; }
  .common__header-member-head .logout {
    font-size: 12px; }
    @media (min-width: 769px) {
      .common__header-member-head .logout {
        display: none; } }
    @media (max-width: 768px) {
      .common__header-member-head .logout {
        display: none; }
        .IsLogin .common__header-member-head .logout {
          display: block; } }
.common__header-member-info {
  display: none;
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .common__header-member-info {
      width: 50%;
      background: #F6F7F8;
      border-radius: 5px; } }
  @media (max-width: 768px) {
    .common__header-member-info {
      order: 3;
      width: 100%; } }
  .IsLogin .common__header-member-info {
    display: block; }
  .common__header-member-info li {
    position: relative;
    margin: 0 10px;
    padding: 10px 0;
    font-weight: bold;
    text-align: right; }
    .common__header-member-info li:not(:first-of-type) {
      border-top: 1px solid #D5D4D4; }
    .common__header-member-info li h3 {
      position: absolute;
      font-size: 13px;
      text-align: left;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 768px) {
        .common__header-member-info li h3 {
          font-size: 15px; } }
      .common__header-member-info li h3 i {
        color: transparent; }
    .common__header-member-info li p {
      font-size: 11px;
      font-weight: normal; }
      .common__header-member-info li p.limit {
        color: #A30000;
        font-weight: bold; }
    .common__header-member-info li.service p {
      margin-bottom: 0.7rem; }
      .common__header-member-info li.service p:last-child {
        margin-bottom: 0; }
  .common__header-member-info a {
    display: block;
    padding-right: 15px;
    position: relative; }
    .common__header-member-info a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 5px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #888;
      border-right: 2px solid #888;
      transform: rotate(45deg) translateY(-50%); }
    .common__header-member-info a:not(:first-of-type) {
      margin-top: 10px; }
  .common__header-member-info .service span {
    font-size: 11px;
    font-weight: normal; }
    .common__header-member-info .service span::before {
      display: block;
      font-size: 13px;
      font-weight: bold; }
    .common__header-member-info .service span::after {
      content: 'まで有効'; }
    .common__header-member-info .service span:empty::after {
      content: '未加入'; }
  .common__header-member-info .service .u-houdai::before {
    content: '超ホーダイ'; }
  .common__header-member-info .service .u-dl::before {
    content: '超割'; }
  .common__header-member-info .service .u-SGM::before {
    content: 'SGM'; }
.common__header-member-notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 5px;
  background: #E7F5FC;
  border-radius: 5px; }
  @media (min-width: 769px) {
    .common__header-member-notice {
      width: 50%; } }
  @media (max-width: 768px) {
    .common__header-member-notice {
      order: 1;
      width: 100%; } }
  .common__header-member-notice h3 {
    font-size: 15px;
    font-weight: 700; }
  .common__header-member-notice h3 + a {
    font-size: 12px;
    padding-right: 10px;
    position: relative; }
    .common__header-member-notice h3 + a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 5px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #888;
      border-right: 2px solid #888;
      transform: rotate(45deg) translateY(-50%); }
    .common__header-member-notice h3 + a::after {
      width: 6px;
      height: 6px;
      margin-top: -2px;
      border-width: 1px; }
  .common__header-member-notice ul {
    width: 100%; }
  .common__header-member-notice li {
    margin-top: 10px;
    margin-left: 5px;
    padding-left: 20px;
    background: url(/img_sc/sourcenext_com/common/icon-info.png) left center/16px no-repeat;
    font-size: 12px; }
    .common__header-member-notice li a {
      text-decoration: underline; }
@media (min-width: 769px) {
  .common__header-member-link {
    width: calc(100% - 20px);
    margin-left: 10px; }
    .common__header-member-link br {
      display: none; } }
@media (min-width: 769px) {
  .IsLogin .common__header-member-link {
    width: calc(50% - 10px); } }
@media (max-width: 768px) {
  .common__header-member-link {
    order: 2;
    width: 100%;
    text-align: center; } }
.common__header-member-link li {
  font-size: 13px;
  font-weight: 700;
  position: relative; }
  .common__header-member-link li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    transform: rotate(45deg) translateY(-50%); }
  .common__header-member-link li::after {
    display: none; }
    @media (max-width: 768px) {
      .common__header-member-link li::after {
        right: 12px; } }
    .IsLogin .common__header-member-link li::after {
      display: block; }
  @media (min-width: 769px) {
    .common__header-member-link li {
      height: 50px;
      padding: 0 10px;
      border-bottom: 1px solid #BCBCBC;
      text-align: left; } }
  @media (max-width: 768px) {
    .common__header-member-link li {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px;
      background: #F1F1F1;
      border: 1px solid #BCBCBC;
      border-radius: 5px;
      vertical-align: top;
      padding: 0 10px;
      font-size: 12px; }
      .common__header-member-link li.large {
        padding: 10px 16px;
        font-size: 14px;
        text-align: left; }
        .common__header-member-link li.large span {
          display: inline-block; }
      .common__header-member-link li.small {
        width: calc(50% - 6px);
        height: 45px; }
        .common__header-member-link li.small:last-of-type {
          margin-left: 8px; }
        .common__header-member-link li.small a {
          display: flex;
          align-items: center;
          justify-content: center; }
        .common__header-member-link li.small span {
          display: none; } }
  .common__header-member-link li a {
    width: 100%;
    height: 100%; }
    @media (min-width: 769px) {
      .common__header-member-link li a {
        display: flex;
        flex-wrap: wrap;
        align-content: center; } }
  .common__header-member-link li span {
    width: 100%;
    font-size: 11px;
    font-weight: normal; }
.common__header-member-link .login,
.common__header-member-link .logout {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  text-align: right; }
  .common__header-member-link .login a,
  .common__header-member-link .logout a {
    color: #777777;
    text-decoration: underline; }
    .common__header-member-link .login a:hover,
    .common__header-member-link .logout a:hover {
      text-decoration: none; }
.UserInitialized.NotLogin .common__header-member-link .login {
  display: block; }
.IsLogin .common__header-member-link .logout {
  display: block; }
.common__header-logout-message {
  font-size: 13px; }
  .common__header-logout-message a {
    display: none; }
    .common__header-logout-message a::before {
      content: 'お客様情報を確認するにはログインしてください。';
      text-decoration: underline; }
    .NotLogin .common__header-logout-message a {
      display: block; }
.common__header-cart {
  margin-left: calc(25px - 8px); }
  @media (min-width: 769px) {
    .common__header-cart a {
      padding: 6px; } }
  .common__header-cart a::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }
  .common__header-cart a::before {
    background-image: url(/img_sc/sourcenext_com/common/icon-cart_pc.png); }
    @media (max-width: 768px) {
      .common__header-cart a::before {
        background-image: url(/img_sc/sourcenext_com/common/icon-cart_sp.png);
        width: 22px;
        height: 22px; } }

.common__header-ePoint-count {
  display: block;
  color: #FF6500;
  font-size: 15px;
  font-weight: bold;
  min-height: 1em; }
  .common__header-ePoint-count::after {
    content: 'pt'; }
  .notInitialize .common__header-ePoint-count::after {
    content: ''; }
.common__header-ePoint-limit {
  display: block;
  font-size: 11px;
  min-height: 1em; }
  .common__header-ePoint-limit::after {
    content: '期限のポイントがあります'; }
  .notInitialize .common__header-ePoint-limit::after {
    content: ''; }
.common__header-discountTicket.notHasDiscountTicket p a::before {
  content: 'お持ちの割引券：0枚'; }
.common__header-discountTicket.notHasDiscountTicket p a span {
  display: none; }
.common__header-discountTicket.notInitializep a {
  min-height: 1em; }
.common__header-discountTicket-count {
  display: block;
  font-size: 13px;
  font-weight: bold; }
  .common__header-discountTicket-count::before {
    content: attr(data-count); }
  .common__header-discountTicket-count::after {
    content: '円分'; }
  .notInitialize .common__header-discountTicket-count::after {
    content: ''; }
.common__header-discountTicket-limit {
  display: block;
  color: #A30000;
  font-size: 11px;
  font-weight: bold; }
  .common__header-discountTicket-limit::before {
    content: attr(data-limit); }
  .common__header-discountTicket-limit::after {
    content: 'まで有効'; }
  .notInitialize .common__header-discountTicket-limit::after {
    content: ''; }

/* common.css */
* {
  box-sizing: border-box; }

body {
  margin: 0; }

a {
  text-decoration: none; }

li {
  list-style: none; }

@media (max-width: 768px) {
  .is-pc {
    display: none !important; } }

@media (min-width: 769px) {
  .is-sp {
    display: none !important; } }

.mt50 {
  margin-top: 50px; }

.inner, .inner-middle {
  max-width: 1100px;
  margin: auto; }
  @media (max-width: 768px) {
    .inner, .inner-middle {
      padding: 0 20px; } }

.inner-middle {
  max-width: 980px; }

.js_modal-body {
  height: 100vh;
  overflow-y: hidden; }

.common__footer-button {
  background: #E5E5E5;
  color: #666666;
  text-align: center; }
  .common__footer-button-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px 10px;
    color: #666666;
    font-size: 12px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .common__footer-button-link {
        font-size: 10px; } }
.common__footer-menu {
  background: #666666;
  padding: 40px 0;
  font-size: 14px; }
  @media (max-width: 768px) {
    .common__footer-menu {
      padding: 10px 0;
      font-size: 13px; } }
  .common__footer-menu a {
    color: #fff; }
.common__footer-menu-inner {
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .common__footer-menu-inner {
      padding: 0 10px; } }
@media (min-width: 769px) {
  .common__footer-menu-box {
    width: 210px;
    margin: 0 50px; } }
@media (max-width: 768px) {
  .common__footer-menu-box {
    width: 50%; } }
.common__footer-menu-box h4 {
  width: 100%;
  margin-bottom: 10px; }
.common__footer-menu-box ul:nth-of-type(n+2) {
  margin-top: 3em; }
.common__footer-menu-box li {
  margin: 0.8em 0;
  text-align: left; }
.common__footer-menu-box aside .banner__isms img {
  width: 80%; }
.common__footer-logo {
  padding: 10px 10px 20px;
  background: #111111;
  color: #D4D5D5;
  font-size: 12px;
  text-align: center; }
  @media (max-width: 768px) {
    .common__footer-logo {
      font-size: 10px; } }

.VuePagination {
  width: 100%;
  text-align: center; }
  @media (max-width: 768px) {
    .VuePagination {
      width: 220px;
      margin: auto; } }
  .VuePagination__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  @media (max-width: 768px) {
    .VuePagination__pagination-item {
      order: 3; } }
  .VuePagination__pagination-item button {
    background-color: transparent;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    color: #0096DE;
    font-size: 15px;
    font-weight: bold;
    text-align: center; }
    .VuePagination__pagination-item button.active {
      color: #888888; }
    @media (max-width: 768px) {
      .VuePagination__pagination-item button {
        margin: 0px; } }
  .VuePagination__pagination-item-prev-page button, .VuePagination__pagination-item-next-page button {
    position: relative;
    font-size: 0; }
    @media (max-width: 768px) {
      .VuePagination__pagination-item-prev-page button, .VuePagination__pagination-item-next-page button {
        width: 100px;
        height: 40px;
        line-height: 38px;
        margin: 0 5px 15px;
        border: 1px solid #BCBCBC;
        border-radius: 3px; }
        .VuePagination__pagination-item-prev-page button::after, .VuePagination__pagination-item-next-page button::after {
          font-size: 12px; } }
    .VuePagination__pagination-item-prev-page button::before, .VuePagination__pagination-item-next-page button::before {
      content: '';
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: -5px;
      border-top: 2px solid;
      border-right: 2px solid;
      border-color: #0096DE; }
      @media (min-width: 769px) {
        .VuePagination__pagination-item-prev-page button::before, .VuePagination__pagination-item-next-page button::before {
          top: calc(50% - 6px); } }
  .VuePagination__pagination-item-prev-page.active button, .VuePagination__pagination-item-next-page.active button {
    border-color: #888; }
  @media (max-width: 768px) {
    .VuePagination__pagination-item-prev-page {
      order: 1; } }
  .VuePagination__pagination-item-prev-page button::before {
    left: -50px;
    transform: rotate(-135deg); }
  @media (max-width: 768px) {
    .VuePagination__pagination-item-prev-page button::before {
      left: 10px; }
    .VuePagination__pagination-item-prev-page button::after {
      content: '前へ'; } }
  @media (max-width: 768px) {
    .VuePagination__pagination-item-next-page {
      order: 2; } }
  .VuePagination__pagination-item-next-page button::before {
    right: -50px;
    transform: rotate(45deg); }
  @media (max-width: 768px) {
    .VuePagination__pagination-item-next-page button::before {
      right: 10px; }
    .VuePagination__pagination-item-next-page button::after {
      content: '次へ'; } }
  .VuePagination__count {
    margin-top: 10px;
    font-size: 12px; }

.u-UserName {
  display: none; }
  .IsLogin .u-UserName {
    display: block; }

.IsLogin .ph_u-UserName {
  display: none; }

[class^="common__icon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  [class^="common__icon"][class$="--black"] {
    filter: brightness(0); }
  [class^="common__icon"][class$="--red"] {
    filter: grayscale(0%); }

[class^="common__icon-new"] {
  width: 16px;
  height: 16px;
  filter: grayscale(100%) brightness(200%);
  background-image: url(/img_sc/sourcenext_com/common/icon-new.png); }

[class^="common__icon-star"] {
  width: 16px;
  height: 16px;
  filter: grayscale(100%) brightness(200%);
  background-image: url(/img_sc/sourcenext_com/common/icon-star.png); }

[class^="common__icon-update"] {
  width: 16px;
  height: 16px;
  filter: grayscale(100%) brightness(200%);
  background-image: url(/img_sc/sourcenext_com/common/icon-update.png); }

[class^="common__icon-discount"] {
  width: 16px;
  height: 16px;
  filter: grayscale(100%) brightness(200%);
  background-image: url(/img_sc/sourcenext_com/common/icon-discount.png); }

.common__icon-epoint {
  background-image: url(/img_sc/sourcenext_com/common/icon-epoint.png); }
.common__icon-free {
  width: 18px;
  height: 18px;
  background-image: url(/img_sc/sourcenext_com/common/icon-free.png); }
.common__icon-support {
  width: 18px;
  height: 18px;
  background-image: url(/img_sc/sourcenext_com/common/icon-support.png); }

/* コンテンツエリア 上部マージン */
/*
GT            .top-head
ProductList   .product-list
Product       .product__top
*/
/*
.top-head,
main.product-list,
header.product__top{
  padding-top: 50px;
}
*/
/* ブラウザ警告 **/
#BrowserAlert {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border: 2px solid #D9001D;
  margin: 1rem; }
  #BrowserAlert p {
    font-size: 16px;
    text-align: center; }

/* 箱全体にanchor設置 */
.box-anchor {
  text-decoration: none;
  outline: none;
  border: none; }

/* 親にフィット */
a.fit-box {
  width: 100%;
  height: 100%;
  display: inline-block; }
