@charset "UTF-8";
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;
  }
  .aw-styling__modal {
    position: fixed;
    width: 900px;
    height: auto;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 210;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .aw-styling__modal::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .aw-styling__modal__overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  }
  .aw-styling__modal--close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #222222;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .aw-styling__modal--close::after {
    content: "×";
    color: #ffffff;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .aw-styling__modal__thumbnail {
    width: 450px;
    overflow: hidden;
    height: 600px;
    position: relative;
  }
  .aw-styling__modal__thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .aw-styling__modal__content {
    padding: 64px;
  }
  .aw-styling__modal__content__top {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .aw-styling__modal__content__top--date {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .aw-styling__modal__content__top--title {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .aw-styling__modal__content__center--content {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .aw-styling__modal__content__list {
    display: flex;
    justify-content: flex-start;
  }
  .aw-styling__modal__content__list__item {
    width: 96px;
    margin-right: 16px;
  }
  .aw-styling__modal__content__list__item--thumbnail {
    overflow: hidden;
    width: 96px;
    /* トリミングしたい枠の幅 */
    height: 128px;
    /* トリミングしたい枠の高さ */
    position: relative;
    margin-bottom: 8px;
  }
  .aw-styling__modal__content__list__item--thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .aw-styling__modal__content__list__item--product_name {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .aw-styling__modal__content__list__item--sell_price {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 10px;
    font-size: 1rem;
  }

  .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;
    border-left: solid 2px #833f77;
    padding-left: 16px;
  }

  .main-visual {
    position: relative;
    margin-bottom: 72px;
  }
  .main-visual--blur {
    background-size: 100%;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: blur(6px);
    filter: blur(6px);
    z-index: 1;
  }
  .main-visual__wrap {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .main-visual__wrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .top-pickup {
    max-width: 1024px;
    width: 91.4666666667%;
    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;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aw-new-item__list .fs-c-productName__name br {
    display: none;
  }
  .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: flex-start;
    width: 1024px;
  }
  .ranking-recommend__item {
    width: calc( ( 1024px - 160px ) / 5 );
  }
  .ranking-recommend__item:not(:last-of-type) {
    margin-right: 40px;
  }
  .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;
  }
  .ranking-recommend__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .ranking-recommend__price {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .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: 13px;
    font-size: 1.3rem;
    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;
  }

  .styling {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 72px;
  }
  .styling__wrap {
    margin-bottom: 32px;
  }
  .styling .aw-styling__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .styling .aw-styling__list__item--thumbnail {
    overflow: hidden;
    width: 254px;
    height: 338px;
    position: relative;
  }
  .styling .aw-styling__list__item--thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .styling .aw-styling__list__item__detail {
    display: none;
  }
  .styling .aw-styling__list li {
    width: 254px;
    height: 338px;
    margin-bottom: 2px;
  }
  .styling .aw-styling__list li:not(:nth-of-type(4n)) {
    margin-right: 2px;
  }
  .styling .aw-styling__list li a {
    width: 100%;
    height: 100%;
  }

  .shopblog {
    width: 100%;
    margin-bottom: 72px;
  }
  .shopblog__wrap {
    width: 1024px;
    margin: 0 auto;
  }
  .shopblog .aw-shopblog__list {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 32px;
  }
  .shopblog .aw-shopblog__list .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 48px;
    height: 48px;
    top: 35%;
    padding: 0;
    z-index: 1;
  }
  .shopblog .aw-shopblog__list .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);
  }
  .shopblog .aw-shopblog__list .slick-arrow.slick-prev {
    left: 3%;
  }
  .shopblog .aw-shopblog__list .slick-arrow.slick-prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-b.svg);
  }
  .shopblog .aw-shopblog__list .slick-arrow.slick-next {
    right: 3%;
  }
  .shopblog .aw-shopblog__list .slick-arrow.slick-next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-b.svg);
  }
  .shopblog .aw-shopblog__list__item {
    width: 238px;
    margin: 0 12px;
  }
  .shopblog .aw-shopblog__list__item--thumbnail {
    overflow: hidden;
    width: 238px;
    height: 238px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .shopblog .aw-shopblog__list__item--thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .shopblog .aw-shopblog__list__item--date {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #aaaaaa;
    margin-bottom: 8px;
  }
  .shopblog .aw-shopblog__list__item--title {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .shopblog .aw-shopblog__list__item--text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    color: #222222;
  }

  .brandlist {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 72px;
  }
  .brandlist__thumbnail img {
    border-radius: 8px;
  }
  .brandlist__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .brandlist__list li {
    width: 250px;
    height: 83px;
    margin-bottom: 7px;
  }
  .brandlist__list li:not(:nth-of-type(4n)) {
    margin-right: 7px;
  }
  .brandlist__list li a {
    width: 100%;
    height: 100%;
  }

  .origin-content {
    width: 100%;
    padding: 72px 0;
    margin-bottom: 72px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e1e6+0,e2d5e0+50,d0c3d6+100 */
    background: #e6e1e6;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e6e1e6 0%, #e2d5e0 50%, #d0c3d6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6e1e6", endColorstr="#d0c3d6",GradientType=1 );
    /* IE6-9 */
  }
  .origin-content__wrap {
    max-width: 1024px;
    width: 91.4666666667%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .origin-content__thumbnail {
    max-width: 640px;
    width: calc( 100% - 400px );
    margin-right: 7%;
  }
  .origin-content__right-content {
    /* max-width: 400px; */
    width: 400px;
  }
  .origin-content__right-content__logo {
    margin-bottom: 34px;
  }
  .origin-content__right-content__headline {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 32px;
  }
  .origin-content__right-content__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .origin-content__right-content__text span {
    font-weight: bold;
  }

  .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 (min-width: 768px) and (max-width: 1180px) {
  .aw-new-item .fs-c-slick .fs-c-productListCarousel__ctrl--next {
    right: -3%;
  }
  .aw-new-item .fs-c-slick .fs-c-productListCarousel__ctrl--prev {
    left: -3%;
  }
}

@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;
  }
  .aw-styling__modal {
    position: fixed;
    width: 87.2%;
    height: 90vh;
    top: 3%;
    left: 0;
    right: 0;
    z-index: 210;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .aw-styling__modal::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .aw-styling__modal__overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  }
  .aw-styling__modal--close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #222222;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .aw-styling__modal--close::after {
    content: "×";
    color: #ffffff;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .aw-styling__modal__thumbnail {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 133.2361516035% 0 0;
  }
  .aw-styling__modal__thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .aw-styling__modal__content {
    padding: 6.4%;
  }
  .aw-styling__modal__content__top {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 3.2%;
    margin-bottom: 3.2%;
  }
  .aw-styling__modal__content__top--date {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .aw-styling__modal__content__top--title {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .aw-styling__modal__content__center--content {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 6.4%;
  }
  .aw-styling__modal__content__list {
    display: flex;
    justify-content: flex-start;
  }
  .aw-styling__modal__content__list__item {
    width: 49%;
    margin-bottom: 4%;
  }
  .aw-styling__modal__content__list__item:nth-child(odd) {
    margin-right: 4%;
  }
  .aw-styling__modal__content__list__item--thumbnail {
    overflow: hidden;
    width: 100%;
    /* トリミングしたい枠の幅 */
    position: relative;
    padding: 133.0935251799% 0 0;
    margin-bottom: 8px;
  }
  .aw-styling__modal__content__list__item--thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .aw-styling__modal__content__list__item--product_name {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .aw-styling__modal__content__list__item--sell_price {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 10px;
    font-size: 1rem;
  }

  .top-headline--jp {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4.2666666667%;
    border-left: solid 3px #833f77;
    padding-left: 3.2%;
  }

  .main-visual {
    position: relative;
    margin-bottom: 8.5333333333%;
  }
  .main-visual__wrap {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .main-visual__wrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .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;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aw-new-item__list .fs-c-productName__name br {
    display: none;
  }
  .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;
  }

  .styling {
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 10.6666666667%;
  }
  .styling .more-button {
    width: 100%;
    padding: 16px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 3px;
  }
  .styling .more-button:hover {
    background-color: #222222;
  }
  .styling .more-button:hover p {
    color: #ffffff;
  }
  .styling .more-button:hover > svg .icon-arrow {
    stroke: #ffffff;
  }
  .styling .more-button p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 8px;
  }
  .styling .more-button > svg {
    right: 16px;
    position: absolute;
    transform: rotate(270deg);
  }
  .styling .more-button > svg .icon-arrow {
    stroke: #222222;
  }
  .styling .aw-styling__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5.3333333333%;
  }
  .styling .aw-styling__list__item--thumbnail {
    overflow: hidden;
    width: 100%;
    /* トリミングしたい枠の幅 */
    padding-top: 132.9411%;
    position: relative;
  }
  .styling .aw-styling__list__item--thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .styling .aw-styling__list__item__detail {
    display: none;
  }
  .styling .aw-styling__list li {
    width: 49%;
    margin-bottom: 2px;
  }
  .styling .aw-styling__list li:not(:nth-of-type(2n)) {
    margin-right: 2px;
  }
  .styling .aw-styling__list li a {
    width: 100%;
    height: 100%;
  }

  .shopblog {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10.6666666667%;
  }
  .shopblog__wrap {
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .shopblog .aw-shopblog__list {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 12.5333333333%;
  }
  .shopblog .aw-shopblog__list .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    width: 32px;
    height: 32px;
    top: 35%;
    padding: 0;
    z-index: 1;
  }
  .shopblog .aw-shopblog__list .slick-arrow::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);
  }
  .shopblog .aw-shopblog__list .slick-arrow.slick-prev {
    left: 3%;
  }
  .shopblog .aw-shopblog__list .slick-arrow.slick-prev::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-prev-w.svg);
  }
  .shopblog .aw-shopblog__list .slick-arrow.slick-next {
    right: 3%;
  }
  .shopblog .aw-shopblog__list .slick-arrow.slick-next::before {
    background-image: url(https://ryugi.itembox.design/item/images/common/slider-arrow-next-w.svg);
  }
  .shopblog .aw-shopblog__list__item {
    margin: 0 8px;
    width: 140px;
  }
  .shopblog .aw-shopblog__list__item--thumbnail {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 100% 0 0;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .shopblog .aw-shopblog__list__item--thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .shopblog .aw-shopblog__list__item--date {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #aaaaaa;
    margin-bottom: 8px;
  }
  .shopblog .aw-shopblog__list__item--title {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .shopblog .aw-shopblog__list__item--text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    color: #222222;
  }
  .shopblog .more-button {
    width: 100%;
    padding: 16px 0;
    border: solid 1px #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 3px;
    width: 91.4666666667%;
  }
  .shopblog .more-button:hover {
    background-color: #222222;
  }
  .shopblog .more-button:hover p {
    color: #ffffff;
  }
  .shopblog .more-button:hover > svg .icon-arrow {
    stroke: #ffffff;
  }
  .shopblog .more-button p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 8px;
  }
  .shopblog .more-button > svg {
    right: 16px;
    position: absolute;
    transform: rotate(270deg);
  }
  .shopblog .more-button > svg .icon-arrow {
    stroke: #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;
  }
  .ranking-recommend__price {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .brandlist {
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 10.6666666667%;
  }
  .brandlist__thumbnail {
    overflow: hidden;
    width: 100%;
    /* トリミングしたい枠の幅 */
    padding: 33.3333333333% 0 0;
    position: relative;
  }
  .brandlist__thumbnail img {
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .brandlist__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .brandlist__list li {
    width: 49%;
    margin-bottom: 6px;
  }
  .brandlist__list li:not(:nth-of-type(2n)) {
    margin-right: 6px;
  }
  .brandlist__list li a {
    width: 100%;
    height: 100%;
  }

  .origin-content {
    width: 100%;
    padding: 11.2% 0;
    margin-bottom: 10.6666666667%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e1e6+0,e2d5e0+50,d0c3d6+100 */
    background: #e6e1e6;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e6e1e6 0%, #e2d5e0 50%, #d0c3d6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6e1e6", endColorstr="#d0c3d6",GradientType=1 );
    /* IE6-9 */
  }
  .origin-content__wrap {
    width: 91.4666666667%;
    margin: 0 auto;
  }
  .origin-content__thumbnail {
    width: 100%;
    margin-bottom: 6.4%;
  }
  .origin-content__right-content {
    width: 100%;
  }
  .origin-content__right-content__logo {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 6.9333333333%;
  }
  .origin-content__right-content__logo img {
    display: inline-block;
  }
  .origin-content__right-content__headline {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 8.5333333333%;
    text-align: center;
  }
  .origin-content__right-content__text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .origin-content__right-content__text span {
    font-weight: bold;
  }

  .event-banner {
    width: 91.4666666667%;
    margin: 0 auto;
    margin-bottom: 10.6666666667%;
  }
  .event-banner__item:first-of-type {
    margin-bottom: 24px;
  }
  .event-banner__link img {
    border-radius: 8px;
    overflow: hidden;
  }
}
