  @media (min-width: 960px) {
    .sp-only {
      display: none !important;
    }
  }

  @media (max-width: 959px) {
    .pc-only {
      display: none !important;
    }
  }

  .is-hidden {
    display: none;
  }


  .lp-note-text {
    color: #A5A5A5;
    font-size: 9px;
    text-align: left;
    padding-top: 10px;
  }

  .lp-note-text p {
    margin: 0 !important;
    line-height: 1.2;
  }

  .lp-note-text p.height3 {
    height: 3em;
  }

  .lp-note-text p.height4 {
    height: 4em;
  }

  .lp-note-text p.height5 {
    height: 5em;
  }

  @media (min-width: 960px) {
    .lp-note-text p.height3_5 {
      height: 5em;
    }

    .lp-note-text p.height4 {
      height: 4em;
    }

  }

  .lp-note-text .lp-flame {
    border: 1px solid;
    padding: 0 0.2em;
    margin-right: 1em;
    display: inline-block;
  }

  .recommend .ecm-main .ecm-collapse__title--icon-black {
    margin: 0 !important;
  }

  /* COUPON */
  .recommend-coupon-list {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .recommend-coupon-list__item img {
    width: 100%;
  }

  .recommend-coupon-list__item+.recommend-coupon-list__item {
    margin-left: 16px;
  }

  @media (min-width: 960px) {
    .recommend-coupon-list {
      padding: 0 24px;

    }
  }

  .recommend-coupon-list__item button {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
  }

  .recommend-coupon-list__item input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* TABLE OF CONTENT */
  .top__table-of-content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 16px;
    justify-content: center;
    padding: 16px 0 32px 0;
    max-width: 100%;
  }

  .top__content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 172px;
    gap: 8.1px;
    cursor: pointer;
  }

  .top__content-img {
    width: 172px;
    height: 172px;
  }

  .top__content-img img {
    width: 100%;
  }

  .top__content-img:hover {
    opacity: 0.8;
  }


  .top__content-text {
    background: #FFFFFF;
    background-image: url(../img/icn_arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    border-radius: 100px;
    backdrop-filter: blur(40px);
    box-shadow:
      0 1px 8px 0 rgba(0, 0, 0, 0.1),
      0 0 2px 0 rgba(0, 0, 0, 0.1),
      inset 0 0 8px 0 #F2F2F2;
    color: #2D2926;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    height: 48px;
    width: 100%;
  }

  .top__content-text:hover {
    box-shadow:
      0 2px 12px 0 rgba(0, 0, 0, 0.2),
      0 0 4px 0 rgba(0, 0, 0, 0.2),
      inset 0 0 8px 0 #F2F2F2;
  }


  @media (min-width: 960px) {
    .top__table-of-content {
      grid-template-columns: repeat(4, auto);
      gap: 24px;
      padding: 24px 0 56px 0;
    }

    .top__content-item {
      width: 208px;
      min-width: 180px;
    }

    .top__content-img {
      width: 208px;
      height: 208px;
    }


    .top__content-text {
      font-size: 16px;
    }

  }

  /* TITLE */
  .ecm-heading2--centered-no-underline.left {
    text-align: left !important;
    line-height: 1.2 !important;
  }

  /* KV */
  .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  @media (min-width: 960px) {
    .top {
      gap: 32px;
    }
  }

  .top__image {
    max-width: 100%;
  }

  .top__image picture {
    display: block;
    width: 100%;
  }

  .top__image picture img {
    width: 100%;
  }

  @media (min-width: 960px) {
    .top__image {
      width: 960px;
    }
  }

  /* CONTENTS */
  .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .feature__header {
    color: #2D2926;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
  }

  .feature__product-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
  }

  .feature__headline {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
  }

  @media (min-width: 960px) {
    .feature__header {
      padding: 32px 0;
    }

    .feature__product-name {
      font-size: 24px;
      line-height: 140%;
    }

    .feature__headline {
      font-size: 18px;
      line-height: 160%;
    }
  }

  .feature__product-image,
  .feature__product-image picture,
  .feature__product-image picture img {
    display: block;
    width: 100%;
  }

  .feature__description-note {
    color: #A5A5A5;
    font-weight: 400;
    font-size: 9px;
    line-height: 120%;
    text-align: left;
    margin: 0;
    width: 100% !important;
  }

  /* FLOAT */
  .lp-floatnavi {
    position: fixed;
    top: 60px;
    width: 100vw;
    visibility: hidden;

  }

  @media (max-width: 959px) {
    .lp-floatnavi {
      left: 0;
    }
  }

  @media (min-width: 960px) {
    .lp-floatnavi {
      top: 160px;
      width: 960px;
    }
  }

  .lp-floatnavi ul {
    display: flex;
    padding: 0;
  }

  .lp-floatnavi ul li {
    line-height: 1.2 !important;
    list-style: none;
    background: #FFFFFF;
    background-image: url(../img/icn_arrow.png);
    background-position: center 90%;
    background-repeat: no-repeat;
    border-radius: 0 0 8px 8px;
    backdrop-filter: blur(40px);
    box-shadow:
      0 1px 8px 0 rgba(0, 0, 0, 0.1),
      0 0 2px 0 rgba(0, 0, 0, 0.1),
      inset 0 0 8px 0 #F2F2F2;
    color: #2D2926;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    height: 64px;
    width: 100%;
    padding-top: 10px;

  }

  .lp-floatnavi.show {
    visibility: visible;
  }

  /* BANNERS */
  .lp-banners-list {
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 16px;
    justify-content: center;
    max-width: 100%;
  }

  .lp-banners-item {
    cursor: pointer;
  }

  @media (min-width: 960px) {
    .lp-banners-list {
      grid-template-columns: repeat(2, auto);
    }

  }