  html {
    scroll-padding-top: 100px;
  }

  @media screen and (max-width: 599px) {
    html {
      scroll-padding-top: 140px;
    }
  }

  .pageWrap {
    max-width: 750px;
    margin: auto;
  }

  .pageWrap p {
    letter-spacing: 0.08em;
  }

  .pageWrap .itemflex {
    margin-bottom: 100px;
  }

  .pageWrap .itemList .itemName {
    font-size: 14px;
  }

  .pageWrap .itemList .itemPrice {
    color: inherit;
  }

  .mvWrap {
    position: relative;
    font-size: 0;
    margin-bottom: 75px;
  }

  .mvWrap .mvtxt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 44px;
    letter-spacing: 0.08em;
    color: #fff;
  }

  .mvWrap .mvtxt small {
    font-size: 22px;
  }

  .mb90 {
    margin-bottom: 90px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .page_txt {
    font-size: 16px;
    margin-bottom: 75px;
  }

  #category .ct_concept_subtit,
  #category .ct_concept_subtxt {
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }

  ul.imgarrangeWrap_subtxt {
    display: flex;
    justify-content: space-between;
  }

  ul.imgarrangeWrap_subtxt li {
    width: 33%;
    text-align: center;
  }

  .imgarrangeWrap {
    margin-bottom: 50px;
  }

  h3.bartit {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #000;
  }

  .columnWrap+.columnWrap {
    margin-top: 50px;
  }

  .columnWrap p:not(:last-child) {
    margin-bottom: 30px;
  }

  .columnWrap p img {
    max-width: 500px;
  }

  .columnWrap p strong {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .columnWrap p {
    line-height: 1.8;
  }

  .columnWrap p a {
    color: blue;
  }

  .aboutbuyWrap {
    margin-bottom: 75px;
  }

  .bgtit {
    background: #eee;
    font-size: 22px;
    padding: 10px 15px;
    margin-bottom: 15px;
  }

  .min_tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .minwidth {
    max-width: 500px;
    margin: auto;
  }

  .couponWrap {
    margin-bottom: 100px;
  }

  .couponWrap .couponList {
    background: #eee;
    padding: 25px 0;
    margin-bottom: 30px;
    pointer-events: none;
  }

  .couponWrap .couponList li {
    max-width: 700px;
    margin: auto;
  }

  .couponWrap .couponList li:nth-of-type(n + 2) {
    margin-top: 15px;
  }

  .couponWrap .page_txt {
    margin-bottom: 30px;
  }

  .pageWrap .couponWrap .itemflex,
  .pageWrap .columnSec .itemflex {
    margin-bottom: 30px;
  }

  .morebtnWrap {
    text-align: center;
  }

  .morebtnWrap a {
    position: relative;
    transition: 0.3s;
    width: 270px;
    line-height: 27px;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    border: 1px solid #3d4744;
    background-color: #fff;
    color: #3d4744;
    border-radius: 0px;
  }

  .morebtnWrap a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
  }

  .morebtnWrap a:hover {
    text-decoration: none;
  }

  .morebtnWrap a:hover:after {
    right: 12px;
  }

  .bg_gray {
    background: #eee;
    padding: 30px 20px 1px;
    margin: 50px 0 30px;
  }

  .columnSec {
    margin-bottom: 100px;
  }

  li.couponbnr {
    position: relative;
    /*pointer-events:none;*/
  }

  /*li.couponbnr img {pointer-events:none;}*/
  p.couponbnrtxt {
    position: absolute;
    left: 280px;
    bottom: 23%;
    z-index: 10;
    pointer-events: all;
  }

  @media (max-width: 767px) {
    .fs-l-main {
      overflow: hidden;
    }

    #category .cInner {
      padding: 0;
    }

    #category .ct_concept_subtxt {
      font-size: 14px;
      letter-spacing: 0.05em;
    }

    #category .ct_concept_subtit {
      letter-spacing: 0.05em;
    }

    #category .ct_concept_subtit small {
      font-size: 12px;
    }

    .pageWrap .itemflex {
      margin-bottom: 50px;
    }

    .pageWrap .itemList .itemName {
      font-size: 14px;
    }

    .mvWrap {
      margin: 0 -25px;
      margin-bottom: 35px;
    }

    .mvWrap .mvtxt small {
      font-size: 18px;
    }

    .mb90 {
      margin-bottom: 45px;
    }

    .mt30 {
      margin-top: 15px;
    }

    .page_txt {
      font-size: 14px;
      margin-bottom: 35px;
    }

    #category .ct_concept_subtit,
    #category .ct_concept_subtxt {
      margin-bottom: 15px;
    }

    .imgarrangeWrap {
      margin-bottom: 25px;
    }

    h3.bartit {
      font-size: 18px;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }

    .columnWrap+.columnWrap {
      margin-top: 25px;
    }

    .columnWrap p:not(:last-child) {
      margin-bottom: 15px;
    }

    .columnWrap p img {
      max-width: 100%;
    }

    .columnWrap p strong {
      font-size: 14px;
    }

    .aboutbuyWrap {
      margin-bottom: 35px;
    }

    .bgtit {
      font-size: 18px;
      padding: 10px 10px;
      margin-bottom: 10px;
    }

    .min_tit {
      font-size: 16px;
      margin-bottom: 15px;
    }

    .minwidth {
      max-width: 100%;
    }

    .couponWrap {
      margin-bottom: 50px;
    }

    .couponWrap .couponList {
      padding: 20px 25px;
      margin: 0 -25px;
      margin-bottom: 15px;
    }

    .couponWrap .couponList li {
      max-width: 100%;
    }

    .couponWrap .couponList li:nth-of-type(n + 2) {
      margin-top: 7px;
    }

    .couponWrap .page_txt {
      margin-bottom: 15px;
    }

    .pageWrap .couponWrap .itemflex,
    .pageWrap .columnSec .itemflex {
      margin-bottom: 15px;
    }

    .bg_gray {
      padding: 15px 25px 1px;
      margin: 25px -25px 15px;
    }

    .columnSec {
      margin-bottom: 50px;
    }

    p.couponbnrtxt {
      left: 200px;
      bottom: 24%;
    }

    #category .sp-slider .flex4clm_unit {
      padding: 0 7.5px;
    }

    #category .sp-slider .flex4clm_unit:nth-child(n + 3) {
      margin-top: 0px;
    }

    .slick-prev,
    .slick-next {
      position: absolute;
      display: block;
      height: 10px;
      width: 10px;
      line-height: 0px;
      font-size: 0px;
      cursor: pointer;
      background: transparent;
      color: transparent;
      top: 50%;
      transform: translate(0, -50%);
      padding: 0;
      border: none;
      outline: none;
      z-index: 2;
    }

    .slick-arrow:before {
      content: "" !important;
    }

    .slick-arrow {
      transform-origin: top left top left;
      margin: 0;
      display: block;
      width: 10px;
      height: 10px;
      transform-origin: top;
    }

    .slick-prev {
      transform: rotate(45deg) translate(0, -50%);
      border-bottom: #1b1b1b 1px solid;
      border-left: #1b1b1b 1px solid;
      left: -12px;
    }

    .slick-next {
      transform: rotate(45deg) translate(0, -50%);
      border-top: #1b1b1b 1px solid;
      border-right: #1b1b1b 1px solid;
      right: -12px;
    }
  }

  @media (max-width: 767px) {
    .pcOnly {
      display: none !important;
    }
  }

  @media (min-width: 768px) {
    .spOnly {
      display: none !important;
    }
  }

  .feature__tocbox {
    width: 70%;
    margin: 0 auto;
    border-radius: 3em;
    border: 1px solid #ccc;
    padding: 3em 2em;

    @media screen and (max-width: 599px) {
      width: 100%;
    }
  }

  .feature__toc {
    margin: 0;
    padding: 0;
    list-style: decimal;
  }

  .feature__toc>li {
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
  }

  .feature__toc>li::after {
    content: ">";
    display: block;
    transform: rotate(90deg);
  }

  .feature__toc>li>a {
    display: block;
    width: 100%;
  }

  .mothers__giftset__wrap {
    display: flex;
    gap: 0.5em;
    margin-bottom: 2em;

    li {
      width: 50%;
    }
  }

  .mothers__giftset__heading {
    text-align: center;
    margin-bottom: 1em;
  }

  .category__btn {
    border: 1px solid #9d9d9d;
    border-radius: 5px;
    position: relative;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 80%;
    margin: 0 auto;
    width: fit-content;
  }

  .u-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5em;
  }

  .mothersday__badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b6a732;
    color: #fff;
    padding: 0.25em 0.8em;
    border-radius: 0.25em;
    font-size: 10px;
  }

  .flex4clm_unit {
    position: relative;
  }

  .section-main.newItems_sec {
    display: none !important;
  }

  .section-main.newItems_sec.newItems_sec_c {
    display: block !important;
  }

  .newItems_sec .flex4clm .flex4clm_unit .itemName {
    text-decoration: underline;
    color: blue;
  }

  .newItems_sec .flex4clm .flex4clm_unit .itemPrice {
    color: red;
  }

  .section-main.newItems_sec.newItems_sec_c .morebtnwrap {
    max-width: 270px;
  }

  @media screen and (min-width: 768px) {
    .flex4clm.flex-pc-3.itemflex>.flex4clm_unit {
      width: calc((100% - 75px)/ 3);
    }
  }

  .hdr_btn{
    display: none;
  }

  @media screen and (max-width: 767px) {
    #fs_CustomPage .fs-l-main{
      padding: 0 3vw !important;
    }
    #fs_CustomPage .reviewWidget_inner{
      padding: 0;
    }
  }

  .itemMassage{
    text-align: center;
  }

  #fs_CustomPage .itemList .itemName{
    padding-top: 5px;
  }