body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: unset;
}

@media screen and (min-width: 768px) {
  .fs-c-productMarks {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .fs-c-productMarks .fs-c-mark {
    background: unset;
    padding: 0;
    margin-bottom: 12px;
  }
  .fs-c-productMarks .fs-c-mark--image {
    width: auto;
    height: 100%;
    max-height: 15px;
  }
  .fs-c-productMarks .fs-c-mark--image .fs-c-mark__image {
    max-height: 15px;
  }
  .fs-c-productMarks .fs-c-mark__label {
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    padding: 2px 12px;
    margin: 0;
    border-radius: unset;
    border: solid 1px #777777;
    display: inline-block;
  }
  .fs-c-productMarks .fs-c-productMark {
    width: 100%;
  }
  .fs-c-productMarks .fs-c-productMark__item {
    margin-bottom: 4px;
  }
  .fs-c-productMarks .fs-c-productMark__item:not(:last-of-type) {
    margin-right: 4px;
  }
  .fs-c-productMarks .fs-c-productMark__mark {
    padding: 0;
    height: 15px;
  }
  .fs-c-productMarks .fs-c-productMark__image {
    width: auto;
    height: 100%;
    max-height: 15px;
  }
  .fs-c-productMarks .fs-c-productMark__label {
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    line-height: 1;
  }
  .top-main-h1 > p {
    display: none;
  }

  .top-headline--jp {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
  }

  .main-visual .fs-c-slick {
    margin-top: 25px;
    margin-bottom: 48px;
  }
  .main-visual .fs-c-slick .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 48px;
    height: 48px;
    top: 50%;
    padding: 0;
  }
  .main-visual .fs-c-slick .slick-arrow::before {
    display: block;
    width: 48px;
    height: 48px;
    content: "";
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .main-visual .fs-c-slick .slick-arrow.slick-prev {
    left: 30%;
  }
  .main-visual .fs-c-slick .slick-arrow.slick-prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-w.svg);
  }
  .main-visual .fs-c-slick .slick-arrow.slick-next {
    right: 30%;
  }
  .main-visual .fs-c-slick .slick-arrow.slick-next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-w.svg);
  }
  .main-visual .fs-c-slick .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0 auto;
    /* width: 520px; */
    width: 220px;
    padding: 0;
    margin-top: 16px;
  }
  .main-visual .fs-c-slick .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    width: 100%;
    flex: 1;
    /* height: 5px; */
    height: 1px;
    margin: 0;
    /* margin-right: 5px; */
    margin-right: 0px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
  }
  .main-visual .fs-c-slick .slick-dots li button {
    border: none;
    font-size: 0;
    background-color: transparent;
    /* background-color: #aaaaaa; */
    background-color: #e4e4e4;
    display: block;
    padding: 0;
    margin: 0;
    /* width: 5px; */
    width: 100%;
    /* height: 5px; */
    height: 1px;
    border-radius: 100%;
    transition: background-color .2s ease;
  }
  .main-visual .fs-c-slick .slick-dots li button::before {
    display: none;
  }
  .main-visual .fs-c-slick .slick-dots li.slick-active button {
    background-color: #2f2f2f;
    transition: background-color .4s ease;
  }
  .main-visual .fs-c-slick .slick-list .slick-slide {
    /* margin: 0 12px; */
    margin: 0;
    /* border-radius: 8px; */
    overflow: hidden;
  }
  .main-visual .fs-c-slick .slick-list .slick-slide img {
    width: 100%;
    height: 100%;
    max-width: 520px;
    max-height: 520px;
  }

  .top-pickup {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 72px;
    position: relative;
  }
  .top-pickup .slick-control__arrow .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 48px;
    height: 48px;
  }
  .top-pickup .slick-control__arrow .slick-arrow::before {
    display: block;
    width: 48px;
    height: 48px;
    content: "";
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .top-pickup .slick-control__arrow .slick-arrow.slick-prev {
    left: 0;
  }
  .top-pickup .slick-control__arrow .slick-arrow.slick-prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-w.svg);
  }
  .top-pickup .slick-control__arrow .slick-arrow.slick-next {
    right: 0;
  }
  .top-pickup .slick-control__arrow .slick-arrow.slick-next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-w.svg);
  }
  .top-pickup .slick-control__dots .slick-dots {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
  .top-pickup .slick-control__dots .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
  }
  .top-pickup .slick-control__dots .slick-dots li button {
    border: none;
    font-size: 0;
    background-color: transparent;
    background-color: #aaaaaa;
    display: block;
    padding: 0;
    margin: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
  }
  .top-pickup .slick-control__dots .slick-dots li button::before {
    display: none;
  }
  .top-pickup .slick-control__dots .slick-dots li.slick-active button {
    background-color: #222222;
  }
  .top-pickup .fs-pt-column__item {
    padding: 0;
    margin: 0 12px;
  }
  .top-pickup .fs-pt-column__image {
    width: 100%;
    height: 100%;
    margin-bottom: 12px;
  }
  .top-pickup .fs-pt-column__image img {
    width: 100%;
    height: 100%;
    max-width: 324px;
    max-height: 216px;
    border-radius: 8px;
    overflow: hidden;
  }
  .top-pickup .fs-pt-column__description {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-pickup .slick-control__arrow {
    top: 35%;
    width: 110%;
    left: -50px;
    position: absolute;
  }

  .aw-new-item {
    max-width: 1024px;
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 72px;
  }
  .aw-new-item__event-banner__link img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .aw-new-item__text {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: #777777;
    margin-bottom: 24px;
  }
  .aw-new-item__list {
    margin-bottom: 8px;
    position: relative;
  }
  .aw-new-item__list .fs-c-button--addToWishList--icon {
    display: none;
  }
  .aw-new-item__list .fs-c-productName__name {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .aw-new-item__list .fs-c-productPrice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
  }
  .aw-new-item__list .fs-c-productPrice__main__label {
    display: none;
  }
  .aw-new-item__list .fs-c-productPrice__main__price .fs-c-price__currencyMark {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__addon__label {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice {
    margin-top: 8px;
  }
  .aw-new-item__list .fs-c-productPrice__main__label {
    display: inline;
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__main__price .fs-c-price__currencyMark {
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__addon::after, .aw-new-item__list .fs-c-productPrice__addon::before {
    font-size: 11px;
    font-size: 1.1rem;
    color: #222222;
    line-height: 1.5;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__addon__label {
    font-size: 11px;
    font-size: 1.1rem;
    color: #222222;
    line-height: 1.5;
    font-weight: bold;
  }
  .aw-new-item .fs-c-slick .fs-c-productListCarousel__ctrl--next {
    right: -50px;
  }
  .aw-new-item .fs-c-slick .fs-c-productListCarousel__ctrl--prev {
    left: -50px;
  }
  .aw-new-item .fs-c-slick .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 48px;
    height: 48px;
    top: 35%;
    padding: 0;
    z-index: 10;
  }
  .aw-new-item .fs-c-slick .slick-arrow .fs-c-button--carousel::before {
    display: block;
    width: 48px;
    height: 48px;
    content: "";
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .aw-new-item .fs-c-slick .slick-arrow .fs-c-button--carousel--next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-w.svg);
  }
  .aw-new-item .fs-c-slick .slick-arrow .fs-c-button--carousel--prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-w.svg);
  }
  .aw-new-item__more {
    width: 480px;
    padding: 16px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 3px;
  }
  .aw-new-item__more:hover {
    background-color: #222222;
  }
  .aw-new-item__more:hover p {
    color: #ffffff;
  }
  .aw-new-item__more:hover > svg .icon-arrow {
    stroke: #ffffff;
  }
  .aw-new-item__more p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 8px;
  }
  .aw-new-item__more > svg {
    right: 16px;
    position: absolute;
    transform: rotate(270deg);
  }
  .aw-new-item__more > svg .icon-arrow {
    stroke: #222222;
  }

  .pickup-recommend {
    width: 100%;
    background-color: #363b39;
    padding: 50px 0 1px 0;
    margin-bottom: 72px;
  }
  .pickup-recommend .fs-c-productListItem__control {
    display: none;
  }
  .pickup-recommend__wrap {
    max-width: 1024px;
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .pickup-recommend__wrap .top-headline--jp {
    color: #ffffff;
  }
  .pickup-recommend__list {
    margin-bottom: 32px;
    position: relative;
  }
  .pickup-recommend__list .fs-c-button--addToWishList--icon {
    display: none;
  }
  .pickup-recommend__list .fs-c-productName__name {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .pickup-recommend__list .fs-c-preorderMessage {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .pickup-recommend__list .fs-c-productPrice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
  }
  .pickup-recommend__list .fs-c-productPrice__main__label {
    display: none;
  }
  .pickup-recommend__list .fs-c-productPrice__main__price .fs-c-price__currencyMark {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__addon__label {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__main__label {
    display: inline;
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__addon::after, .pickup-recommend__list .fs-c-productPrice__addon::before {
    font-size: 11px;
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__addon__label {
    font-size: 11px;
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend .fs-c-slick .fs-c-productListCarousel__ctrl--next {
    right: 70px;
  }
  .pickup-recommend .fs-c-slick .fs-c-productListCarousel__ctrl--prev {
    left: 70px;
  }
  .pickup-recommend .fs-c-slick .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 48px;
    height: 48px;
    top: 35%;
    padding: 0;
    z-index: 10;
  }
  .pickup-recommend .fs-c-slick .slick-arrow .fs-c-button--carousel::before {
    display: block;
    width: 48px;
    height: 48px;
    content: "";
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .pickup-recommend .fs-c-slick .slick-arrow .fs-c-button--carousel--next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-b.svg);
  }
  .pickup-recommend .fs-c-slick .slick-arrow .fs-c-button--carousel--prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-b.svg);
  }
  .ranking-recommend {
    max-width: 1024px;
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 72px;
  }
  .ranking-recommend__list {
    overflow-x: auto;
  }
  .ranking-recommend__list > div {
    display: flex;
    justify-content: center;
    width: 1024px;
  }
  .ranking-recommend__item{
    /* max-width: 170px; */
    width: calc( ( 1024px - 160px ) / 5 );
  }
  .ranking-recommend__item:not(:last-of-type) {
    margin-right: 40px;
    /* max-width: 170px; */
  }
  .ranking-recommend__item__number {
    width: 24px;
    height: 21px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .ranking-recommend__item__number--image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ranking-recommend__item__number p {
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 1;
    color: #ffffff;
  }
  .ranking-recommend__thumbnail {
    /* margin-bottom: 12px; */
    /* max-width: 145px; */
    max-height: 225px;
    margin: 0 auto 12px;
  }
  .ranking-recommend__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ranking-recommend__text br {
    display: none;
  }
  .ranking-recommend__price {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .ranking-recommend__price_tax {
    font-size: 10px;
  }

  .top-news {
    max-width: 1024px;
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 72px;
  }
  .top-news__item:not(:last-of-type) {
    margin-bottom: 17px;
  }
  .top-news__item.type1 .tag-color {
    color: #e089f9;
  }
  .top-news__item.type2 .tag-color {
    color: #73d5ae;
  }
  .top-news__detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #dddddd;
  }
  .top-news__detail__toptext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .top-news__detail__date {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #aaaaaa;
    margin-left: 20px;
    margin-right: 25px;
  }
  .top-news__detail__tag {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 3px 0;
    background-color: #ffffff;
    margin-right: 16px;
  }
  .top-news__detail__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
  }

  .event-banner {
    max-width: 1024px;
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 72px;
  }
  .event-banner__item:first-of-type {
    margin-bottom: 24px;
  }
  .event-banner__link img {
    border-radius: 8px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-productMarks {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .fs-c-productMarks .fs-c-mark {
    background: unset;
    padding: 0;
    margin-bottom: 12px;
  }
  .fs-c-productMarks .fs-c-mark--image {
    width: auto;
    height: 100%;
    max-height: 15px;
  }
  .fs-c-productMarks .fs-c-mark--image .fs-c-mark__image {
    max-height: 15px;
  }
  .fs-c-productMarks .fs-c-mark__label {
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    padding: 2px 12px;
    margin: 0;
    border-radius: unset;
    border: solid 1px #777777;
    display: inline-block;
  }
  .fs-c-productMarks .fs-c-productMark {
    width: 100%;
  }
  .fs-c-productMarks .fs-c-productMark__item {
    margin-bottom: 4px;
  }
  .fs-c-productMarks .fs-c-productMark__item:not(:last-of-type) {
    margin-right: 4px;
  }
  .fs-c-productMarks .fs-c-productMark__mark {
    padding: 0;
    height: 15px;
  }
  .fs-c-productMarks .fs-c-productMark__image {
    width: auto;
    height: 100%;
    max-height: 15px;
  }
  .fs-c-productMarks .fs-c-productMark__label {
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    line-height: 1;
  }
  .top-main-h1 > p {
    display: none;
  }

  .top-headline--jp {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6.4%;
  }

  .main-visual {
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .main-visual .fs-c-slick {
    margin-top: 6.4%;
    margin-bottom: 8.5333333333%;
  }
  .main-visual .fs-c-slick .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 32px;
    height: 32px;
    top: 50%;
    padding: 0;
  }
  .main-visual .fs-c-slick .slick-arrow::before {
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .main-visual .fs-c-slick .slick-arrow.slick-prev {
    left: -3%;
  }
  .main-visual .fs-c-slick .slick-arrow.slick-prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-w.svg);
  }
  .main-visual .fs-c-slick .slick-arrow.slick-next {
    right: -3%;
  }
  .main-visual .fs-c-slick .slick-arrow.slick-next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-w.svg);
  }
  .main-visual .fs-c-slick .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0 auto;
    width: 200px;
    padding: 0;
    /* margin-top: 16px; */
    margin-top: 20px;
  }
  .main-visual .fs-c-slick .slick-dots li {
    position: relative;
    display: inline-block;
    /* width: 5px; */
    width: 100%;
    flex: 1;
    /* height: 5px; */
    height: 1px;
    margin: 0;
    /* margin-right: 5px; */
    margin-right: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
  }
  .main-visual .fs-c-slick .slick-dots li button {
    border: none;
    font-size: 0;
    background-color: transparent;
    background-color: #e4e4e4;
    display: block;
    padding: 0;
    margin: 0;
    /* width: 5px; */
    width: 100%;
    /* height: 5px; */
    height: 1px;
    border-radius: 100%;
    transition: background-color .2s ease;
  }
  .main-visual .fs-c-slick .slick-dots li button::before {
    display: none;
  }
  .main-visual .fs-c-slick .slick-dots li.slick-active button {
    background-color: #2f2f2f;
    transition: background-color .4s ease;
  }
  .main-visual .fs-c-slick .slick-list {
    border-radius: 8px;
    overflow: hidden;
  }
  .main-visual .fs-c-slick .slick-list .slick-slide {
    /* margin: 0 12px; */
    margin: 0;
  }
  .main-visual .fs-c-slick .slick-list .slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .main-visual .fs-c-slick .slick-list .slick-slide img {
    width: 100%;
    max-width: 343px;
    height: auto;
    /* border-radius: 8px; */
    overflow: hidden;
  }


  .top-pickup {
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 10.6666666667%;
    position: relative;
  }
  .top-pickup .fs-c-slick {
    margin-top: 25px;
    margin-bottom: 48px;
  }
  .top-pickup .fs-c-slick .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 32px;
    height: 32px;
    top: 50%;
    padding: 0;
  }
  .top-pickup .fs-c-slick .slick-arrow::before {
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .top-pickup .fs-c-slick .slick-arrow.slick-prev {
    left: -3%;
  }
  .top-pickup .fs-c-slick .slick-arrow.slick-prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-w.svg);
  }
  .top-pickup .fs-c-slick .slick-arrow.slick-next {
    right: -3%;
  }
  .top-pickup .fs-c-slick .slick-arrow.slick-next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-w.svg);
  }
  .top-pickup .fs-c-slick .slick-dots {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
  .top-pickup .fs-c-slick .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
  }
  .top-pickup .fs-c-slick .slick-dots li button {
    border: none;
    font-size: 0;
    background-color: transparent;
    background-color: #aaaaaa;
    display: block;
    padding: 0;
    margin: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
  }
  .top-pickup .fs-c-slick .slick-dots li button::before {
    display: none;
  }
  .top-pickup .fs-c-slick .slick-dots li.slick-active button {
    background-color: #222222;
  }
  .top-pickup .fs-c-slick .slick-list .slick-slide {
    margin: 0 8px;
  }
  .top-pickup .fs-c-slick .slick-list .slick-slide img {
    width: 100%;
    height: 100%;
    max-width: 240px;
    max-height: 240px;
    border-radius: 8px;
    overflow: hidden;
  }
  .top-pickup .fs-c-slick .slick-list .slick-slide .fs-pt-carousel__slide__caption {
    background: unset;
    color: #222222;
    padding: unset;
    position: unset;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
  }

  .aw-new-item {
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 10.6666666667%;
  }
  .aw-new-item__event-banner__link img {
    border-radius: 8px;
    overflow: hidden;
  }
  .aw-new-item__text {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: #777777;
    margin: 4.2666666667% 0;
  }
  .aw-new-item__list {
    margin-bottom: 1%;
    position: relative;
  }
  .aw-new-item__list .fs-c-button--addToWishList--icon {
    display: none;
  }
  .aw-new-item__list .fs-c-productName__name {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .aw-new-item__list .fs-c-productPrice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
  }
  .aw-new-item__list .fs-c-productPrice__main__label {
    display: none;
  }
  .aw-new-item__list .fs-c-productPrice__main__price .fs-c-price__currencyMark {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__addon__label {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice {
    margin-top: 8px;
  }
  .aw-new-item__list .fs-c-productPrice__main__label {
    display: inline;
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__main__price .fs-c-price__currencyMark {
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    line-height: 1;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__addon::after, .aw-new-item__list .fs-c-productPrice__addon::before {
    font-size: 11px;
    font-size: 1.1rem;
    color: #222222;
    line-height: 1.5;
    font-weight: bold;
  }
  .aw-new-item__list .fs-c-productPrice__addon__label {
    font-size: 11px;
    font-size: 1.1rem;
    color: #222222;
    line-height: 1.5;
    font-weight: bold;
  }
  .aw-new-item .fs-c-slick .fs-c-productListCarousel__ctrl--next {
    right: 0;
  }
  .aw-new-item .fs-c-slick .fs-c-productListCarousel__ctrl--prev {
    left: 0;
  }
  .aw-new-item .fs-c-slick .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 32px;
    height: 32px;
    top: 35%;
    padding: 0;
    z-index: 10;
  }
  .aw-new-item .fs-c-slick .slick-arrow .fs-c-button--carousel::before {
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .aw-new-item .fs-c-slick .slick-arrow .fs-c-button--carousel--next {
    right: -3%;
  }
  .aw-new-item .fs-c-slick .slick-arrow .fs-c-button--carousel--next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-w.svg);
  }
  .aw-new-item .fs-c-slick .slick-arrow .fs-c-button--carousel--prev {
    left: -3%;
  }
  .aw-new-item .fs-c-slick .slick-arrow .fs-c-button--carousel--prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-w.svg);
  }
  .aw-new-item__more {
    width: 91.4666666667%;
    padding: 16px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 3px;
  }
  .aw-new-item__more:hover {
    background-color: #222222;
  }
  .aw-new-item__more:hover p {
    color: #ffffff;
  }
  .aw-new-item__more:hover > svg .icon-arrow {
    stroke: #ffffff;
  }
  .aw-new-item__more p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 8px;
  }
  .aw-new-item__more > svg {
    right: 16px;
    position: absolute;
    transform: rotate(270deg);
  }
  .aw-new-item__more > svg .icon-arrow {
    stroke: #222222;
  }

  .pickup-recommend {
    width: 100%;
    background-color: #363b39;
    padding: 10% 0 4% 0;
    margin-bottom: 10.6666666667%;
  }
  .pickup-recommend .fs-c-productListItem__control {
    display: none;
  }
  .pickup-recommend__wrap {
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .pickup-recommend__wrap .top-headline--jp {
    color: #ffffff;
  }
  .pickup-recommend__list {
    position: relative;
  }
  .pickup-recommend__list .fs-c-button--addToWishList--icon {
    display: none;
  }
  .pickup-recommend__list .fs-c-productName__name {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .pickup-recommend__list .fs-c-preorderMessage {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .pickup-recommend__list .fs-c-productPrice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
  }
  .pickup-recommend__list .fs-c-productPrice__main__label {
    display: none;
  }
  .pickup-recommend__list .fs-c-productPrice__main__price .fs-c-price__currencyMark {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__addon__label {
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__main__label {
    display: inline;
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__addon::after, .pickup-recommend__list .fs-c-productPrice__addon::before {
    font-size: 11px;
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.5;
    font-weight: bold;
  }
  .pickup-recommend__list .fs-c-productPrice__addon__label {
    font-size: 11px;
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.5;
    font-weight: bold;
  }
  .pickup-recommend .fs-c-slick .fs-c-productListCarousel__ctrl--next {
    right: 3px;
  }
  .pickup-recommend .fs-c-slick .fs-c-productListCarousel__ctrl--prev {
    left: 3px;
  }
  .pickup-recommend .fs-c-slick .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 32px;
    height: 32px;
    top: 35%;
    padding: 0;
    z-index: 10;
  }
  .pickup-recommend .fs-c-slick .slick-arrow .fs-c-button--carousel::before {
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  }
  .pickup-recommend .fs-c-slick .slick-arrow .fs-c-button--carousel--next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-b.svg);
  }
  .pickup-recommend .fs-c-slick .slick-arrow .fs-c-button--carousel--prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-b.svg);
  }
  .top-news {
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 18.6666666667%;
  }
  .top-news__item:not(:last-of-type) {
    margin-bottom: 17px;
  }
  .top-news__item.type1 .tag-color {
    color: #e089f9;
  }
  .top-news__item.type2 .tag-color {
    color: #73d5ae;
  }
  .top-news__detail {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 17px;
    border-bottom: 1px solid #dddddd;
  }
  .top-news__detail__toptext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 9px;
  }
  .top-news__detail__date {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #aaaaaa;
    margin-right: 16px;
  }
  .top-news__detail__tag {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 3px 0;
    background-color: #ffffff;
    margin-right: 16px;
  }
  .top-news__detail__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #222222;
  }

  .ranking-recommend {
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 18.6666666667%;
  }
  .ranking-recommend__wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .ranking-recommend__list > div {
    display: flex;
    width: 780px;
  }
  .ranking-recommend__link {
    display: block;
  }
  .ranking-recommend__item {
    width: 140px;
    display: inline-block;
  }
  .ranking-recommend__item:not(:last-of-type) {
    margin-right: 16px;
  }
  .ranking-recommend__item__number {
    width: 24px;
    height: 21px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 13px;
  }
  .ranking-recommend__item__number--image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ranking-recommend__item__number p {
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 1;
    color: #ffffff;
  }
  .ranking-recommend__thumbnail {
    margin-bottom: 12px;
  }
  .ranking-recommend__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ranking-recommend__text br {
    display: none;
  }
  .ranking-recommend__price {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .ranking-recommend__price_tax {
    font-size: 10px;
  }

  .event-banner {
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 72px;
  }
  .event-banner__item:first-of-type {
    margin-bottom: 24px;
  }
  .event-banner__link img {
    border-radius: 8px;
    overflow: hidden;
  }
}

/* (税込) のスタイル調整 */
.pickup-recommend__list .fs-c-productPrice__addon::after, 
.pickup-recommend__list .fs-c-productPrice__addon::before {
  font-size: 10px;
  line-height: 1.1;
}
.pickup-recommend__list .fs-c-productPrice__addon__label {
  font-size: 10px;
  line-height: 1.1;
}

/* メインバナーのスライドボタン 非表示 */
.main-visual .fs-c-slick .slick-arrow.slick-prev ,
.main-visual .fs-c-slick .slick-arrow.slick-next {
  /* display: none !important; */
}
/* メインバナーのナビゲーションボタン */
.main-visual .fs-c-slick .slick-arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  display: flex;
}
.main-visual .fs-c-slick .slick-arrow::before {
  width: 32px;
  height: 32px;
  box-shadow: none;
  background-position: center center;
  background-size: 8px 14px;
}
.main-visual .fs-c-slick .slick-arrow.slick-prev::before {
  background-image: url("https://ryugi.itembox.design/item/images/common/slider-arrow-prev.png");
}
.main-visual .fs-c-slick .slick-arrow.slick-next::before {
  background-image: url("https://ryugi.itembox.design/item/images/common/slider-arrow-next.png");
}
.main-visual .slide-number {
  max-width: 200px;
  text-align: center;
  margin: 10px auto 10px;
  font-size: 16px;
}
.main-visual .slide-number .current-slide ,
.main-visual .slide-number .total-slides {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .main-visual .fs-c-slick .slick-arrow.slick-prev {
    left: calc( 50% - ( 520px / 2 ) - 16px );
  }
  .main-visual .fs-c-slick .slick-arrow.slick-next {
    right: calc( 50% - ( 520px / 2 ) - 16px );
  }
}
@media screen and (max-width: 767px) {
  .main-visual .fs-c-slick .slick-list {
    border-radius: 0;
  }
  .main-visual .fs-c-slick .slick-arrow {
    background-color: transparent;
  }
  .main-visual .fs-c-slick .slick-arrow.slick-prev ,
  .main-visual .fs-c-slick .slick-arrow.slick-next {
    top: 100%;
  }
  .main-visual .fs-c-slick .slick-arrow.slick-prev {
    left: calc( 50% - 140px );
  }
  .main-visual .fs-c-slick .slick-arrow.slick-next {
    right: calc( 50% - 140px );
  }
  .main-visual .slide-number {
    max-width: 200px;
    text-align: center;
    margin: 10px auto 10px;
    font-size: 12px;
  }
  .main-visual .slide-number .current-slide ,
  .main-visual .slide-number .total-slides {
    font-size: 12px;
  }
}