@charset "UTF-8";

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.a-more, .a-more--text {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 4px 22px 4px 7px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.a-more::after, .a-more--text::after {
  content: "";
  right: 9px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  overflow: hidden;
}

.a-more:hover, .a-more--text:hover {
  opacity: 0.7;
}

.a-more--text {
  padding: 4px 15px 4px 0;
  border: 0;
  background-color: unset;
}

.a-more--text::after {
  right: 2px;
}

.m-mv-slidebanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.m-mv-slidebanner, .m-mv-slidebanner * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.m-mv-slidebanner .slider__main {
  position: relative;
  width: calc(100% + 0px);
  margin: 0 -0px;
  z-index: 1;
}

.m-mv-slidebanner .slider__main .slider__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: calc(37.5714285714%);
  overflow: visible;
}

.m-mv-slidebanner .slider__main .slider__slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.m-mv-slidebanner .slider__main .slider__slider .slider__item-list {
  display: flex;
  position: absolute;
  width: 100%;
  margin: 0;
  list-style: none;
}

.m-mv-slidebanner .slider__main .slider__slider .slider__item-list .slider__item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}

.m-mv-slidebanner .slider__main .slider__slider .slider__item-list .slider__item a {
  display: block;
}

.m-mv-slidebanner .slider__main .slider__slider .slider__item-list .slider__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.m-mv-slidebanner .slider__ui {
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.m-mv-slidebanner .slider__ui .slider__prev, .m-mv-slidebanner.-compact .slider__ui .slider__next, .m-mv-slidebanner .slider__ui .slider__next {
  display: none;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 20px;
  height: 50px;
  overflow: visible;
  pointer-events: auto;
  cursor: pointer;
}

.m-mv-slidebanner .slider__ui .slider__prev::after, .m-mv-slidebanner.-compact .slider__ui .slider__next::after, .m-mv-slidebanner .slider__ui .slider__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.m-mv-slidebanner .slider__ui .slider__prev.on, .m-mv-slidebanner .slider__ui .on.slider__next {
  display: block;
}

.m-mv-slidebanner .slider__ui .slider__next {
  left: auto;
  right: 4px;
}

.m-mv-slidebanner .slider__ui .slider__next::after {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.m-mv-slidebanner .slider__ui .slider__selector {
  position: absolute;
  bottom: 8px;
  width: 100%;
}

.m-mv-slidebanner .slider__ui .slider__selector.type2 .slider__dot-box {
  flex-wrap: nowrap;
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  pointer-events: auto;
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot::before {
  content: "";
  display: block;
  opacity: 0.6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dddddd;
  transition: width 300ms ease-out, height 300ms ease-out;
  cursor: pointer;
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot:not(:last-of-type) {
  margin-right: 8px;
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot.on::before {
  opacity: 1;
  background-color: #ffffff;
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot.s::before {
  width: 6px;
  height: 6px;
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot.xs::before {
  width: 4px;
  height: 4px;
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot.hide {
  visibility: hidden;
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot.hide::before {
  width: 0;
  height: 0;
}

.m-mv-slidebanner .slider__main {
  max-width: 700px;
  margin: 0 auto;
}

.m-mv-slidebanner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  width: calc(50% - 350px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.m-mv-slidebanner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  width: calc(50% - 350px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.m-mv-slidebanner .slider__ui {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.m-mv-slidebanner .slider__ui .slider__prev, .m-mv-slidebanner.-compact .slider__ui .slider__next, .m-mv-slidebanner .slider__ui .slider__next {
  left: 4px;
}

.m-mv-slidebanner .slider__ui .slider__next {
  left: auto;
  right: 4px;
}

.m-mv-slidebanner .slider__ui .slider__selector {
  bottom: 20px;
}

@media (min-width: 769px) {
  .m-mv-slidebanner .slider__ui .slider__selector {
    bottom: 22px;
  }
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot.on::before {
  background-color: #ffffff;
}

.m-mv-slidebanner .slider__ui .slider__selector .slider__dot:not(:last-of-type) {
  margin-right: 10px;
}

.m-mv-slidebanner.-compact {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.m-mv-slidebanner.-compact, .m-mv-slidebanner.-compact * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.m-mv-slidebanner.-compact .slider__main {
  position: relative;
  width: calc(100% + 0px);
  margin: 0 -0px;
  z-index: 1;
}

.m-mv-slidebanner.-compact .slider__main .slider__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: calc(37.3831775701%);
  overflow: visible;
}

.m-mv-slidebanner.-compact .slider__main .slider__slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.m-mv-slidebanner.-compact .slider__main .slider__slider .slider__item-list {
  display: flex;
  position: absolute;
  width: 100%;
  margin: 0;
  list-style: none;
}

.m-mv-slidebanner.-compact .slider__main .slider__slider .slider__item-list .slider__item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}

.m-mv-slidebanner.-compact .slider__main .slider__slider .slider__item-list .slider__item a {
  display: block;
}

.m-mv-slidebanner.-compact .slider__main .slider__slider .slider__item-list .slider__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.m-mv-slidebanner.-compact .slider__ui {
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.m-mv-slidebanner.-compact .slider__ui .slider__prev, .m-mv-slidebanner.-compact .slider__ui .slider__next {
  display: none;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 20px;
  height: 50px;
  overflow: visible;
  pointer-events: auto;
  cursor: pointer;
}

.m-mv-slidebanner.-compact .slider__ui .slider__prev::after, .m-mv-slidebanner.-compact .slider__ui .slider__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.m-mv-slidebanner.-compact .slider__ui .slider__prev.on, .m-mv-slidebanner.-compact .slider__ui .on.slider__next {
  display: block;
}

.m-mv-slidebanner.-compact .slider__ui .slider__next {
  left: auto;
  right: 4px;
}

.m-mv-slidebanner.-compact .slider__ui .slider__next::after {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector {
  position: absolute;
  bottom: 8px;
  width: 100%;
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector.type2 .slider__dot-box {
  flex-wrap: nowrap;
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  pointer-events: auto;
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot::before {
  content: "";
  display: block;
  opacity: 0.6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dddddd;
  transition: width 300ms ease-out, height 300ms ease-out;
  cursor: pointer;
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot:not(:last-of-type) {
  margin-right: 8px;
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.on::before {
  opacity: 1;
  background-color: #ffffff;
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.s::before {
  width: 6px;
  height: 6px;
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.xs::before {
  width: 4px;
  height: 4px;
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.hide {
  visibility: hidden;
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.hide::before {
  width: 0;
  height: 0;
}

@media (min-width: 769px) {
  .m-mv-slidebanner.-compact {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
  }

  .m-mv-slidebanner.-compact, .m-mv-slidebanner.-compact * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .m-mv-slidebanner.-compact .slider__main {
    position: relative;
    width: calc(100% + 0px);
    margin: 0 -0px;
    z-index: 1;
  }

  .m-mv-slidebanner.-compact .slider__main .slider__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: calc(37.4331550802%);
    overflow: visible;
  }

  .m-mv-slidebanner.-compact .slider__main .slider__slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .m-mv-slidebanner.-compact .slider__main .slider__slider .slider__item-list {
    display: flex;
    position: absolute;
    width: 100%;
    margin: 0;
    list-style: none;
  }

  .m-mv-slidebanner.-compact .slider__main .slider__slider .slider__item-list .slider__item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
  }

  .m-mv-slidebanner.-compact .slider__main .slider__slider .slider__item-list .slider__item a {
    display: block;
  }

  .m-mv-slidebanner.-compact .slider__main .slider__slider .slider__item-list .slider__item img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .m-mv-slidebanner.-compact .slider__ui {
    position: absolute;
    top: 0;
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__prev, .m-mv-slidebanner.-compact .slider__ui .slider__next {
    display: none;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 20px;
    height: 50px;
    overflow: visible;
    pointer-events: auto;
    cursor: pointer;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__prev::after, .m-mv-slidebanner.-compact .slider__ui .slider__next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-135deg);
    width: 20px;
    height: 20px;
    margin: 0 4px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__prev.on, .m-mv-slidebanner.-compact .slider__ui .on.slider__next {
    display: block;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__next {
    left: auto;
    right: 4px;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__next::after {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector {
    position: absolute;
    bottom: 8px;
    width: 100%;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector.type2 .slider__dot-box {
    flex-wrap: nowrap;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    pointer-events: auto;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot::before {
    content: "";
    display: block;
    opacity: 0.6;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dddddd;
    transition: width 300ms ease-out, height 300ms ease-out;
    cursor: pointer;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot:not(:last-of-type) {
    margin-right: 8px;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.on::before {
    opacity: 1;
    background-color: #ffffff;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.s::before {
    width: 6px;
    height: 6px;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.xs::before {
    width: 4px;
    height: 4px;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.hide {
    visibility: hidden;
  }

  .m-mv-slidebanner.-compact .slider__ui .slider__selector .slider__dot.hide::before {
    width: 0;
    height: 0;
  }
}

.m-mv-slidebanner.-compact .slider__main {
  max-width: 214px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .m-mv-slidebanner.-compact .slider__main {
    max-width: 374px;
  }
}

.m-mv-slidebanner.-compact::before {
  width: calc(50% - 107px);
}

@media (min-width: 769px) {
  .m-mv-slidebanner.-compact::before {
    width: calc(50% - 187px);
  }
}

.m-mv-slidebanner.-compact::after {
  width: calc(50% - 107px);
}

@media (min-width: 769px) {
  .m-mv-slidebanner.-compact::after {
    width: calc(50% - 187px);
  }
}

.m-mv-slidebanner.-compact .slider__ui {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.m-mv-slidebanner.-compact .slider__ui .slider__selector {
  bottom: 20px;
}

@media (min-width: 769px) {
  .m-mv-slidebanner.-compact .slider__ui .slider__selector {
    bottom: 22px;
  }
}

.a-label, .a-label--limit, .a-label--end, .a-label--genre, .a-label--done, .a-label--conversion, .a-label--free, .cd-label-notice, .a-label--notice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 15px;
  padding: 0 0.5em;
  border-radius: 5px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.a-label--notice {
  background-color: #cc0033;
}

.cd-label-notice {
  background-color: #cc0033;
  line-height: initial;
}

.a-label--free {
  background-color: #e05f00;
}

.a-label--conversion {
  background-color: #009141;
}

.a-label--done {
  background-color: #888888;
}

.a-label--genre {
  background-color: #333333;
}

.a-label--end {
  padding: 0;
}

.a-label--end img {
  margin: -22% 0;
}

.a-label--limit {
  display: none;
  width: 22px;
  height: 18px;
  background-color: #cc0033;
}

.a-label--limit img {
  width: 14px !important;
}

.m-shelf-carousel {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  z-index: 0;
}

.m-shelf-carousel .carousel__slide {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.m-shelf-carousel .carousel__slide::-webkit-scrollbar {
  display: none;
}

.m-shelf-carousel .carousel__list {
  display: flex;
  margin: 0;
}

.m-shelf-carousel .carousel__list .carousel__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.m-shelf-carousel .carousel__list .carousel__item.on {
  border: 2px solid #ff0000;
}

.m-shelf-carousel .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-img img,
.m-shelf-carousel .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-image img {
  width: 100%;
  height: auto;
}

.m-shelf-carousel .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-img img,
.m-shelf-carousel .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-image img {
  width: auto;
  height: 100%;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
  position: relative;
  width: 100%;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  z-index: 1;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .cd-label {
  line-height: 1.5;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img,
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a,
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a {
  display: inline;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover,
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a img:hover {
  opacity: 0.7;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img,
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  -o-object-fit: contain;
  object-fit: contain;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-height: 4.6em;
  margin-top: 8px;
  overflow: hidden;
  font-size: 12px;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
  display: -webkit-box;
  max-height: 1.5em;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.5;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data .carousel__item-title::before {
  content: "";
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data .carousel__item-title::after {
  content: "";
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data a.carousel__item-title:hover {
  text-decoration: underline;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data .carousel__item-price {
  margin-top: 0.5em;
  font-weight: 600;
  line-height: 1.1;
  word-break: break-all;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-before {
  margin-right: 0.3em;
  color: #888888;
  text-decoration: line-through;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-after {
  color: #cc0033;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
  margin-top: 0.5em;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__label {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4px;
  margin-top: 4px;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__label.-one {
  grid-template-columns: 1fr;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__label [class^=a-label] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__button {
  margin-top: 4px;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__button>* {
  height: 40px;
  min-height: 40px;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .m-shelf-carousel .carousel__list .carousel__item .carousel__button>* {
    font-size: 14px;
  }
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__button>*::before {
  width: 20px;
  height: 20px;
}

@media (max-width: 320px) {
  .m-shelf-carousel .carousel__list .carousel__item .carousel__button>*::before {
    content: none;
  }
}

.m-shelf-carousel .carousel__next {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 80px;
  margin-top: -24px;
  border-radius: 8px 0 0 8px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  z-index: 1;
}

.m-shelf-carousel .carousel__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  margin-left: -3px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  overflow: hidden;
}

@media (hover: hover) {
  .m-shelf-carousel .carousel__next:hover {
    opacity: 0.7;
  }
}

.m-shelf-carousel .carousel__next.on {
  display: block;
}

.m-shelf-carousel .carousel__prev {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 32px;
  height: 80px;
  margin-top: -24px;
  border-radius: 8px 0 0 8px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  z-index: 1;
}

.m-shelf-carousel .carousel__prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  margin-left: -3px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  overflow: hidden;
}

@media (hover: hover) {
  .m-shelf-carousel .carousel__prev:hover {
    opacity: 0.7;
  }
}

.m-shelf-carousel .carousel__prev.on {
  display: block;
}

.m-shelf-carousel .cd-thumbnail_label_wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 4px;
  left: 4px;
}

.m-shelf-carousel .cd-freeplan_label_wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.m-shelf-carousel .carousel__scrollbar {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.m-shelf-carousel .carousel__scrollbar .scrollbar-thumb {
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  border-radius: 4px;
  background-color: #dddddd;
}

.m-shelf-carousel .carousel__item-price.cd-price_wrapper>span::before {
  content: "￥";
}

.m-shelf-carousel .carousel__slide {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}

.m-shelf-carousel .carousel__list .carousel__item {
  width: calc((33.3333333333% - 21.3333333333px) * 1.25);
}

.m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
  margin-right: 24px;
}

.m-shelf-carousel .carousel__list .carousel__item:first-of-type {
  width: calc((33.3333333333% - 21.3333333333px) * 1.25 + 16px);
  padding-left: 16px;
}

.m-shelf-carousel .carousel__list .carousel__item:last-of-type {
  width: calc((33.3333333333% - 21.3333333333px) * 1.25 + 16px);
  padding-right: 16px;
}

.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
  padding-top: calc(100% * 1.43);
}

@media (min-width: 576px) {
  .m-shelf-carousel .carousel__slide {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((25% - 22px) * 1.1666666667);
  }

  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .m-shelf-carousel .carousel__list .carousel__item:first-of-type {
    width: calc((25% - 22px) * 1.1666666667 + 16px);
    padding-left: 16px;
  }

  .m-shelf-carousel .carousel__list .carousel__item:last-of-type {
    width: calc((25% - 22px) * 1.1666666667 + 16px);
    padding-right: 16px;
  }

  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}

@media (min-width: 769px) {
  .m-shelf-carousel {
    margin-bottom: 0;
  }

  .m-shelf-carousel .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((25% - 18px) * 1.1666666667);
  }

  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .m-shelf-carousel .carousel__list .carousel__item:first-of-type {
    width: calc((25% - 18px) * 1.1666666667);
    padding-left: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item:last-of-type {
    width: calc((25% - 18px) * 1.1666666667);
    padding-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }

  .m-shelf-carousel .carousel__scrollbar {
    display: none;
  }
}

@media (min-width: 992px) {
  .m-shelf-carousel .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((12.5% - 21px) * 1);
  }

  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .m-shelf-carousel .carousel__list .carousel__item:first-of-type {
    width: calc((12.5% - 21px) * 1);
    padding-left: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item:last-of-type {
    width: calc((12.5% - 21px) * 1);
    padding-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}

@media (min-width: 1180px) {
  .m-shelf-carousel .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((12.5% - 21px) * 1);
  }

  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .m-shelf-carousel .carousel__list .carousel__item:first-of-type {
    width: calc((12.5% - 21px) * 1);
    padding-left: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item:last-of-type {
    width: calc((12.5% - 21px) * 1);
    padding-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}

@media (min-width: 1320px) {
  .m-shelf-carousel .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((11.1111111111% - 21.3333333333px) * 1);
  }

  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .m-shelf-carousel .carousel__list .carousel__item:first-of-type {
    width: calc((11.1111111111% - 21.3333333333px) * 1);
    padding-left: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item:last-of-type {
    width: calc((11.1111111111% - 21.3333333333px) * 1);
    padding-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}

@media (min-width: 1460px) {
  .m-shelf-carousel .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((10% - 21.6px) * 1);
  }

  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .m-shelf-carousel .carousel__list .carousel__item:first-of-type {
    width: calc((10% - 21.6px) * 1);
    padding-left: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item:last-of-type {
    width: calc((10% - 21.6px) * 1);
    padding-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}

@media (min-width: 1600px) {
  .m-shelf-carousel .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((10% - 21.6px) * 1);
  }

  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .m-shelf-carousel .carousel__list .carousel__item:first-of-type {
    width: calc((10% - 21.6px) * 1);
    padding-left: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item:last-of-type {
    width: calc((10% - 21.6px) * 1);
    padding-right: 0;
  }

  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}

.m-shelf-carousel .carousel__item:nth-of-type(1) svg path {
  fill: #b5a700;
}

.m-shelf-carousel .carousel__item:nth-of-type(2) svg path {
  fill: #939aa3;
}

.m-shelf-carousel .carousel__item:nth-of-type(3) svg path {
  fill: #bf7d00;
}

.m-shelf-carousel .carousel__rank {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.m-shelf-carousel .carousel__rank[class*=status]::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-shelf-carousel .carousel__rank.status--up::after {
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/ranking/ico_rank_up.svg");
}

.m-shelf-carousel .carousel__rank.status--same::after {
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/ranking/ico_rank_same.svg");
}

.m-shelf-carousel .carousel__rank.status--down::after {
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/ranking/ico_rank_down.svg");
}

.m-shelf-carousel--article {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  z-index: 0;
  margin-bottom: 0;
}

.m-shelf-carousel--article .carousel__slide {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.m-shelf-carousel--article .carousel__slide::-webkit-scrollbar {
  display: none;
}

.m-shelf-carousel--article .carousel__list {
  display: flex;
  margin: 0;
}

.m-shelf-carousel--article .carousel__list .carousel__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.m-shelf-carousel--article .carousel__list .carousel__item.on {
  border: 2px solid #ff0000;
}

.m-shelf-carousel--article .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-img img,
.m-shelf-carousel--article .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-image img {
  width: 100%;
  height: auto;
}

.m-shelf-carousel--article .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-img img,
.m-shelf-carousel--article .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-image img {
  width: auto;
  height: 100%;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
  position: relative;
  width: 100%;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  z-index: 1;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .cd-label {
  line-height: 1.5;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img,
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a,
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a {
  display: inline;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover,
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a img:hover {
  opacity: 0.7;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img,
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  -o-object-fit: contain;
  object-fit: contain;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-height: 4.6em;
  margin-top: 8px;
  overflow: hidden;
  font-size: 12px;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
  display: -webkit-box;
  max-height: 1.5em;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.5;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title::before {
  content: "";
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title::after {
  content: "";
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data a.carousel__item-title:hover {
  text-decoration: underline;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-price {
  margin-top: 0.5em;
  font-weight: 600;
  line-height: 1.1;
  word-break: break-all;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-before {
  margin-right: 0.3em;
  color: #888888;
  text-decoration: line-through;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-after {
  color: #cc0033;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
  margin-top: 0.5em;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__label {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4px;
  margin-top: 4px;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__label.-one {
  grid-template-columns: 1fr;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__label [class^=a-label] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__button {
  margin-top: 4px;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>* {
  height: 40px;
  min-height: 40px;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>* {
    font-size: 14px;
  }
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>*::before {
  width: 20px;
  height: 20px;
}

@media (max-width: 320px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>*::before {
    content: none;
  }
}

.m-shelf-carousel--article .carousel__next {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 80px;
  margin-top: -24px;
  border-radius: 8px 0 0 8px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  z-index: 1;
}

.m-shelf-carousel--article .carousel__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  margin-left: -3px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  overflow: hidden;
}

@media (hover: hover) {
  .m-shelf-carousel--article .carousel__next:hover {
    opacity: 0.7;
  }
}

.m-shelf-carousel--article .carousel__next.on {
  display: block;
}

.m-shelf-carousel--article .carousel__prev {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 32px;
  height: 80px;
  margin-top: -24px;
  border-radius: 8px 0 0 8px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  z-index: 1;
}

.m-shelf-carousel--article .carousel__prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  margin-left: -3px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  overflow: hidden;
}

@media (hover: hover) {
  .m-shelf-carousel--article .carousel__prev:hover {
    opacity: 0.7;
  }
}

.m-shelf-carousel--article .carousel__prev.on {
  display: block;
}

.m-shelf-carousel--article .cd-thumbnail_label_wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 4px;
  left: 4px;
}

.m-shelf-carousel--article .cd-freeplan_label_wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.m-shelf-carousel--article .carousel__scrollbar {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.m-shelf-carousel--article .carousel__scrollbar .scrollbar-thumb {
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  border-radius: 4px;
  background-color: #dddddd;
}

.m-shelf-carousel--article .carousel__item-price.cd-price_wrapper>span::before {
  content: "￥";
}

.m-shelf-carousel--article .carousel__list {
  display: grid;
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
}

.m-shelf-carousel--article .carousel__list .carousel__item {
  display: flex;
  position: relative;
  padding-bottom: 44px;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img {
  position: relative;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  max-height: none;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
  -webkit-line-clamp: 1;
  max-height: 4.5em;
  font-size: 12px;
  font-weight: 600;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
  display: -webkit-box;
  max-height: 1em;
  font-size: 12px;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data.absolute {
  position: absolute;
}

.m-shelf-carousel--article .carousel__slide {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}

.m-shelf-carousel--article .carousel__list {
  grid-column-gap: 24px;
}

.m-shelf-carousel--article .carousel__list .carousel__item:first-of-type {
  padding-left: 16px;
}

.m-shelf-carousel--article .carousel__list .carousel__item:first-of-type .carousel__item-data {
  left: 16px;
  width: calc(100% - 16px);
}

.m-shelf-carousel--article .carousel__list .carousel__item:last-of-type {
  padding-right: 16px;
}

.m-shelf-carousel--article .carousel__list .carousel__item:last-of-type .carousel__item-data {
  right: 16px;
  width: calc(100% - 16px);
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
  height: 160px;
}

.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
  top: 160px;
}

@media (min-width: 769px) {
  .m-shelf-carousel--article {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    z-index: 0;
    margin-bottom: 0;
  }

  .m-shelf-carousel--article .carousel__slide {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .m-shelf-carousel--article .carousel__slide::-webkit-scrollbar {
    display: none;
  }

  .m-shelf-carousel--article .carousel__list {
    display: flex;
    margin: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item.on {
    border: 2px solid #ff0000;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-img img,
  .m-shelf-carousel--article .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-image img {
    width: 100%;
    height: auto;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-img img,
  .m-shelf-carousel--article .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-image img {
    width: auto;
    height: 100%;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    position: relative;
    width: 100%;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
    position: absolute;
    top: 3px;
    left: 3px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    z-index: 1;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .cd-label {
    line-height: 1.5;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img,
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a,
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a {
    display: inline;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover,
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a img:hover {
    opacity: 0.7;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img,
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    -o-object-fit: contain;
    object-fit: contain;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-self: start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-height: 4.6em;
    margin-top: 8px;
    overflow: hidden;
    font-size: 12px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    display: -webkit-box;
    max-height: 1.5em;
    overflow: hidden;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title::before {
    content: "";
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title::after {
    content: "";
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data a.carousel__item-title:hover {
    text-decoration: underline;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-price {
    margin-top: 0.5em;
    font-weight: 600;
    line-height: 1.1;
    word-break: break-all;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-before {
    margin-right: 0.3em;
    color: #888888;
    text-decoration: line-through;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-after {
    color: #cc0033;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
    margin-top: 0.5em;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4px;
    margin-top: 4px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label.-one {
    grid-template-columns: 1fr;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label [class^=a-label] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button {
    margin-top: 4px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>* {
    height: 40px;
    min-height: 40px;
    font-size: 12px;
  }
}

@media (min-width: 769px) and (min-width: 1200px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>* {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>*::before {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 769px) and (max-width: 320px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>*::before {
    content: none;
  }
}

@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__next {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 80px;
    margin-top: -24px;
    border-radius: 8px 0 0 8px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    z-index: 1;
  }

  .m-shelf-carousel--article .carousel__next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    margin-left: -3px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    overflow: hidden;
  }
}

@media (min-width: 769px) and (hover: hover) {
  .m-shelf-carousel--article .carousel__next:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__next.on {
    display: block;
  }

  .m-shelf-carousel--article .carousel__prev {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    width: 32px;
    height: 80px;
    margin-top: -24px;
    border-radius: 8px 0 0 8px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    z-index: 1;
  }

  .m-shelf-carousel--article .carousel__prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    margin-left: -3px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    overflow: hidden;
  }
}

@media (min-width: 769px) and (hover: hover) {
  .m-shelf-carousel--article .carousel__prev:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__prev.on {
    display: block;
  }

  .m-shelf-carousel--article .cd-thumbnail_label_wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 4px;
    left: 4px;
  }

  .m-shelf-carousel--article .cd-freeplan_label_wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 4px;
    bottom: 4px;
  }

  .m-shelf-carousel--article .carousel__scrollbar {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f0f0f0;
  }

  .m-shelf-carousel--article .carousel__scrollbar .scrollbar-thumb {
    display: block;
    position: absolute;
    width: 0;
    height: 4px;
    border-radius: 4px;
    background-color: #dddddd;
  }

  .m-shelf-carousel--article .carousel__item-price.cd-price_wrapper>span::before {
    content: "￥";
  }

  .m-shelf-carousel--article .carousel__list {
    display: grid;
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
    grid-auto-flow: column;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: flex;
    position: relative;
    padding-bottom: 44px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img {
    position: relative;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    max-height: none;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    -webkit-line-clamp: 1;
    max-height: 4.5em;
    font-size: 12px;
    font-weight: 600;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
    display: -webkit-box;
    max-height: 1em;
    font-size: 12px;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data.absolute {
    position: absolute;
  }

  .m-shelf-carousel--article .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .m-shelf-carousel--article .carousel__list {
    grid-column-gap: 24px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item:first-of-type {
    padding-left: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item:first-of-type .carousel__item-data {
    left: 0;
    width: auto;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item:last-of-type {
    padding-right: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item:last-of-type .carousel__item-data {
    right: 0;
    width: auto;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    height: 160px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    top: 160px;
  }

  .m-shelf-carousel--article .carousel__scrollbar {
    display: none;
  }
}

@media (min-width: 992px) {
  .m-shelf-carousel--article {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    z-index: 0;
    margin-bottom: 0;
  }

  .m-shelf-carousel--article .carousel__slide {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .m-shelf-carousel--article .carousel__slide::-webkit-scrollbar {
    display: none;
  }

  .m-shelf-carousel--article .carousel__list {
    display: flex;
    margin: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item.on {
    border: 2px solid #ff0000;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-img img,
  .m-shelf-carousel--article .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-image img {
    width: 100%;
    height: auto;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-img img,
  .m-shelf-carousel--article .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-image img {
    width: auto;
    height: 100%;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    position: relative;
    width: 100%;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
    position: absolute;
    top: 3px;
    left: 3px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    z-index: 1;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .cd-label {
    line-height: 1.5;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img,
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a,
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a {
    display: inline;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover,
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a img:hover {
    opacity: 0.7;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img,
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    -o-object-fit: contain;
    object-fit: contain;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-self: start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-height: 4.6em;
    margin-top: 8px;
    overflow: hidden;
    font-size: 12px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    display: -webkit-box;
    max-height: 1.5em;
    overflow: hidden;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title::before {
    content: "";
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title::after {
    content: "";
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data a.carousel__item-title:hover {
    text-decoration: underline;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-price {
    margin-top: 0.5em;
    font-weight: 600;
    line-height: 1.1;
    word-break: break-all;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-before {
    margin-right: 0.3em;
    color: #888888;
    text-decoration: line-through;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-after {
    color: #cc0033;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
    margin-top: 0.5em;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4px;
    margin-top: 4px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label.-one {
    grid-template-columns: 1fr;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label [class^=a-label] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button {
    margin-top: 4px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>* {
    height: 40px;
    min-height: 40px;
    font-size: 12px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>* {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>*::before {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 992px) and (max-width: 320px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button>*::before {
    content: none;
  }
}

@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__next {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 80px;
    margin-top: -24px;
    border-radius: 8px 0 0 8px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    z-index: 1;
  }

  .m-shelf-carousel--article .carousel__next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    margin-left: -3px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (hover: hover) {
  .m-shelf-carousel--article .carousel__next:hover {
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__next.on {
    display: block;
  }

  .m-shelf-carousel--article .carousel__prev {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    width: 32px;
    height: 80px;
    margin-top: -24px;
    border-radius: 8px 0 0 8px;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    z-index: 1;
  }

  .m-shelf-carousel--article .carousel__prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    margin-left: -3px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (hover: hover) {
  .m-shelf-carousel--article .carousel__prev:hover {
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__prev.on {
    display: block;
  }

  .m-shelf-carousel--article .cd-thumbnail_label_wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 4px;
    left: 4px;
  }

  .m-shelf-carousel--article .cd-freeplan_label_wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 4px;
    bottom: 4px;
  }

  .m-shelf-carousel--article .carousel__scrollbar {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f0f0f0;
  }

  .m-shelf-carousel--article .carousel__scrollbar .scrollbar-thumb {
    display: block;
    position: absolute;
    width: 0;
    height: 4px;
    border-radius: 4px;
    background-color: #dddddd;
  }

  .m-shelf-carousel--article .carousel__item-price.cd-price_wrapper>span::before {
    content: "￥";
  }

  .m-shelf-carousel--article .carousel__list {
    display: grid;
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
    grid-auto-flow: column;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: flex;
    position: relative;
    padding-bottom: 44px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img {
    position: relative;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    max-height: none;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    -webkit-line-clamp: 1;
    max-height: 4.5em;
    font-size: 12px;
    font-weight: 600;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
    display: -webkit-box;
    max-height: 1em;
    font-size: 12px;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data.absolute {
    position: absolute;
  }

  .m-shelf-carousel--article .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .m-shelf-carousel--article .carousel__list {
    grid-column-gap: 24px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item:first-of-type {
    padding-left: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item:first-of-type .carousel__item-data {
    left: 0;
    width: auto;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item:last-of-type {
    padding-right: 0;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item:last-of-type .carousel__item-data {
    right: 0;
    width: auto;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    height: 200px;
  }

  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    top: 200px;
  }

  .m-shelf-carousel--article .carousel__scrollbar {
    display: none;
  }
}

.m-shelf-carousel--article .carousel__scrollbar {
  display: none;
}

.o-shelf {
  padding-top: 0;
  padding-bottom: 0;
}

.o-shelf .o-shelf__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .o-shelf .o-shelf__header {
    margin-bottom: 16px;
  }
}

.o-shelf .o-shelf__header .o-shelf__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .o-shelf .o-shelf__header .o-shelf__title {
    font-size: 22px;
  }
}

.o-shelf .o-shelf__header .o-shelf__more {
  margin-left: 8px;
}

.o-shelf .o-shelf__body section:first-of-type {
  margin-top: 0;
}

.o-shelf .o-shelf__body section:last-of-type {
  margin-bottom: 0;
}

.o-shelf .o-shelf__bottom-more {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 769px) {
  .o-shelf .o-shelf__bottom-more {
    margin-top: 48px;
  }
}

.o-shelf.-wrap .o-shelf__header {
  margin-bottom: 24px;
}

.o-shelf.-wrap .o-shelf__header .o-shelf__title {
  font-size: 22px;
}

@media (min-width: 769px) {
  .o-shelf.-wrap .o-shelf__header .o-shelf__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .o-shelf .carousel__next {
    margin-right: -16px;
  }
}

@media (max-width: 768px) {
  .o-shelf .carousel__prev {
    margin-left: -16px;
  }
}

.o-shelf.-narrow {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  z-index: 0;
}

.o-shelf.-narrow .carousel__slide {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.o-shelf.-narrow .carousel__slide::-webkit-scrollbar {
  display: none;
}

.o-shelf.-narrow .carousel__list {
  display: flex;
  margin: 0;
}

.o-shelf.-narrow .carousel__list .carousel__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.o-shelf.-narrow .carousel__list .carousel__item.on {
  border: 2px solid #ff0000;
}

.o-shelf.-narrow .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-img img,
.o-shelf.-narrow .carousel__list .carousel__item.h .carousel__item-thumbnail .carousel__item-image img {
  width: 100%;
  height: auto;
}

.o-shelf.-narrow .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-img img,
.o-shelf.-narrow .carousel__list .carousel__item.v .carousel__item-thumbnail .carousel__item-image img {
  width: auto;
  height: 100%;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail {
  position: relative;
  width: 100%;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  z-index: 1;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .cd-label {
  line-height: 1.5;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img,
.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a,
.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a {
  display: inline;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover,
.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image a img:hover {
  opacity: 0.7;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img,
.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  -o-object-fit: contain;
  object-fit: contain;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-height: 4.6em;
  margin-top: 8px;
  overflow: hidden;
  font-size: 12px;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
  display: -webkit-box;
  max-height: 1.5em;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.5;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data .carousel__item-title::before {
  content: "";
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data .carousel__item-title::after {
  content: "";
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data a.carousel__item-title:hover {
  text-decoration: underline;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data .carousel__item-price {
  margin-top: 0.5em;
  font-weight: 600;
  line-height: 1.1;
  word-break: break-all;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-before {
  margin-right: 0.3em;
  color: #888888;
  text-decoration: line-through;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data .carousel__item-price .carousel__item-price-after {
  color: #cc0033;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
  margin-top: 0.5em;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__label {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4px;
  margin-top: 4px;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__label.-one {
  grid-template-columns: 1fr;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__label [class^=a-label] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__button {
  margin-top: 4px;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__button>* {
  height: 40px;
  min-height: 40px;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .o-shelf.-narrow .carousel__list .carousel__item .carousel__button>* {
    font-size: 14px;
  }
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__button>*::before {
  width: 20px;
  height: 20px;
}

@media (max-width: 320px) {
  .o-shelf.-narrow .carousel__list .carousel__item .carousel__button>*::before {
    content: none;
  }
}

.o-shelf.-narrow .carousel__next {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 80px;
  margin-top: -24px;
  border-radius: 8px 0 0 8px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  z-index: 1;
}

.o-shelf.-narrow .carousel__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  margin-left: -3px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  overflow: hidden;
}

@media (hover: hover) {
  .o-shelf.-narrow .carousel__next:hover {
    opacity: 0.7;
  }
}

.o-shelf.-narrow .carousel__next.on {
  display: block;
}

.o-shelf.-narrow .carousel__prev {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 32px;
  height: 80px;
  margin-top: -24px;
  border-radius: 8px 0 0 8px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  z-index: 1;
}

.o-shelf.-narrow .carousel__prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  margin-left: -3px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  overflow: hidden;
}

@media (hover: hover) {
  .o-shelf.-narrow .carousel__prev:hover {
    opacity: 0.7;
  }
}

.o-shelf.-narrow .carousel__prev.on {
  display: block;
}

.o-shelf.-narrow .cd-thumbnail_label_wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 4px;
  left: 4px;
}

.o-shelf.-narrow .cd-freeplan_label_wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.o-shelf.-narrow .carousel__scrollbar {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.o-shelf.-narrow .carousel__scrollbar .scrollbar-thumb {
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  border-radius: 4px;
  background-color: #dddddd;
}

.o-shelf.-narrow .carousel__item-price.cd-price_wrapper>span::before {
  content: "￥";
}

.o-shelf.-narrow .carousel__slide {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}

.o-shelf.-narrow .carousel__list .carousel__item {
  width: calc((33.3333333333% - 21.3333333333px) * 1.25);
}

.o-shelf.-narrow .carousel__list .carousel__item:not(:last-of-type) {
  margin-right: 24px;
}

.o-shelf.-narrow .carousel__list .carousel__item:first-of-type {
  width: calc((33.3333333333% - 21.3333333333px) * 1.25 + 16px);
  padding-left: 16px;
}

.o-shelf.-narrow .carousel__list .carousel__item:last-of-type {
  width: calc((33.3333333333% - 21.3333333333px) * 1.25 + 16px);
  padding-right: 16px;
}

.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail {
  padding-top: calc(100% * 1.43);
}

@media (min-width: 576px) {
  .o-shelf.-narrow .carousel__slide {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .o-shelf.-narrow .carousel__list .carousel__item {
    width: calc((25% - 22px) * 1.1666666667);
  }

  .o-shelf.-narrow .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .o-shelf.-narrow .carousel__list .carousel__item:first-of-type {
    width: calc((25% - 22px) * 1.1666666667 + 16px);
    padding-left: 16px;
  }

  .o-shelf.-narrow .carousel__list .carousel__item:last-of-type {
    width: calc((25% - 22px) * 1.1666666667 + 16px);
    padding-right: 16px;
  }

  .o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}

@media (min-width: 769px) {
  .o-shelf.-narrow {
    margin-bottom: 0;
  }

  .o-shelf.-narrow .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .o-shelf.-narrow .carousel__list .carousel__item {
    width: calc((25% - 18px) * 1.1666666667);
  }

  .o-shelf.-narrow .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .o-shelf.-narrow .carousel__list .carousel__item:first-of-type {
    width: calc((25% - 18px) * 1.1666666667);
    padding-left: 0;
  }

  .o-shelf.-narrow .carousel__list .carousel__item:last-of-type {
    width: calc((25% - 18px) * 1.1666666667);
    padding-right: 0;
  }

  .o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }

  .o-shelf.-narrow .carousel__scrollbar {
    display: none;
  }
}

@media (min-width: 992px) {
  .o-shelf.-narrow .carousel__slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .o-shelf.-narrow .carousel__list .carousel__item {
    width: calc((12.5% - 21px) * 1);
  }

  .o-shelf.-narrow .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .o-shelf.-narrow .carousel__list .carousel__item:first-of-type {
    width: calc((12.5% - 21px) * 1);
    padding-left: 0;
  }

  .o-shelf.-narrow .carousel__list .carousel__item:last-of-type {
    width: calc((12.5% - 21px) * 1);
    padding-right: 0;
  }

  .o-shelf.-narrow .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}

.o-shelf.-narrow .carousel__item:nth-of-type(1) svg path {
  fill: #b5a700;
}

.o-shelf.-narrow .carousel__item:nth-of-type(2) svg path {
  fill: #939aa3;
}

.o-shelf.-narrow .carousel__item:nth-of-type(3) svg path {
  fill: #bf7d00;
}

.o-shelf.-narrow .carousel__rank {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.o-shelf.-narrow .carousel__rank[class*=status]::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.o-shelf.-narrow .carousel__rank.status--up::after {
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/ranking/ico_rank_up.svg");
}

.o-shelf.-narrow .carousel__rank.status--same::after {
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/ranking/ico_rank_same.svg");
}

.o-shelf.-narrow .carousel__rank.status--down::after {
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/ranking/ico_rank_down.svg");
}

.a-tag {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 100px;
  background-color: #f0f0f0;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.a-tag:hover {
  opacity: 0.7;
}

.a-tag::before {
  content: "# ";
}

.m-tag-list {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: -8px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.m-tag-list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 769px) {
  .m-tag-list {
    flex-wrap: wrap;
  }
}

.m-tag-list>li {
  margin-right: 8px;
  margin-bottom: 8px;
}

.o-trendword {
  padding-top: 0;
  padding-bottom: 0;
}

.o-trendword .o-trendword__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .o-trendword .o-trendword__header {
    margin-bottom: 16px;
  }
}

.o-trendword .o-trendword__header .o-trendword__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .o-trendword .o-trendword__header .o-trendword__title {
    font-size: 22px;
  }
}

.o-trendword .o-trendword__header .o-trendword__more {
  margin-left: 8px;
}

.o-trendword .o-trendword__body section:first-of-type {
  margin-top: 0;
}

.o-trendword .o-trendword__body section:last-of-type {
  margin-bottom: 0;
}

.o-trendword .o-trendword__bottom-more {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 769px) {
  .o-trendword .o-trendword__bottom-more {
    margin-top: 48px;
  }
}

.o-trendword.-wrap .o-trendword__header {
  margin-bottom: 24px;
}

.o-trendword.-wrap .o-trendword__header .o-trendword__title {
  font-size: 22px;
}

@media (min-width: 769px) {
  .o-trendword.-wrap .o-trendword__header .o-trendword__title {
    font-size: 24px;
  }
}

.m-searchbox {
  position: relative;
  z-index: 1;
}

.m-searchbox .m-searchbox__box {
  display: flex;
  align-items: center;
  position: relative;
  height: 56px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 769px) {
  .m-searchbox .m-searchbox__box {
    height: 66px;
  }
}

.m-searchbox .m-searchbox__box .m-searchbox__input {
  width: 100%;
  height: 100%;
  padding: 0.85em 0.3em 0.85em 1em;
  border: none;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
}

.m-searchbox .m-searchbox__box .m-searchbox__input::-moz-placeholder {
  color: #888888;
}

.m-searchbox .m-searchbox__box .m-searchbox__input::placeholder {
  color: #888888;
}

.m-searchbox .m-searchbox__box .m-searchbox__input:focus {
  outline: none;
}

.m-searchbox .m-searchbox__box .m-searchbox__button {
  width: 50px;
  height: 100%;
  background-color: #ffffff;
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/common/icon/ico_search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.m-searchbox .m-searchbox__suggest {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 250ms;
  pointer-events: none;
  z-index: 0;
}

.m-searchbox .m-searchbox__suggest .m-searchbox__suggest-window {
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
  padding: 16px;
  border-radius: 0 0 10px 10px;
  background-color: #f5f5f5;
  transition-duration: 250ms;
  pointer-events: auto;
}

.m-searchbox .m-searchbox__suggest .m-searchbox__suggest-window .m-searchbox__suggest-list li {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-searchbox .m-searchbox__suggest .m-searchbox__suggest-window .m-searchbox__suggest-list li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.m-searchbox .m-searchbox__suggest .m-searchbox__suggest-window .m-searchbox__delete-history {
  margin-top: 1em;
  text-align: right;
}

.m-searchbox .m-searchbox__suggest .m-searchbox__suggest-window .m-searchbox__delete-history>span {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}

.m-searchbox.-suggest-on .m-searchbox__box {
  border-radius: 10px 10px 0 0;
}

.m-searchbox.-suggest-on .m-searchbox__suggest {
  height: 500px;
  transition: height 0ms;
}

.m-searchbox.-suggest-on .m-searchbox__suggest .m-searchbox__suggest-window {
  transform: translateY(0);
}

.o-trendword-with-searchbox {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.o-trendword-with-searchbox .o-trendword-with-searchbox__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .o-trendword-with-searchbox .o-trendword-with-searchbox__header {
    margin-bottom: 16px;
  }
}

.o-trendword-with-searchbox .o-trendword-with-searchbox__header .o-trendword-with-searchbox__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .o-trendword-with-searchbox .o-trendword-with-searchbox__header .o-trendword-with-searchbox__title {
    font-size: 22px;
  }
}

.o-trendword-with-searchbox .o-trendword-with-searchbox__header .o-trendword-with-searchbox__more {
  margin-left: 8px;
}

.o-trendword-with-searchbox .o-trendword-with-searchbox__body section:first-of-type {
  margin-top: 0;
}

.o-trendword-with-searchbox .o-trendword-with-searchbox__body section:last-of-type {
  margin-bottom: 0;
}

.o-trendword-with-searchbox .o-trendword-with-searchbox__bottom-more {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 769px) {
  .o-trendword-with-searchbox .o-trendword-with-searchbox__bottom-more {
    margin-top: 48px;
  }
}

.o-trendword-with-searchbox.-wrap .o-trendword-with-searchbox__header {
  margin-bottom: 24px;
}

.o-trendword-with-searchbox.-wrap .o-trendword-with-searchbox__header .o-trendword-with-searchbox__title {
  font-size: 22px;
}

@media (min-width: 769px) {
  .o-trendword-with-searchbox.-wrap .o-trendword-with-searchbox__header .o-trendword-with-searchbox__title {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  .o-trendword-with-searchbox {
    flex-direction: row;
  }
}

.o-trendword-with-searchbox .o-trendword-with-searchbox__searchbox {
  margin-top: 12px;
}

@media (min-width: 769px) {
  .o-trendword-with-searchbox .o-trendword-with-searchbox__searchbox {
    flex-shrink: 0;
    width: 300px;
    margin-top: 0;
    margin-left: 16px;
  }
}

.a-information-label {
  display: inline-block;
  padding: 0.7em 1em;
  background-color: #f2f2f2;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.m-information-list .m-information-list__item {
  position: relative;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
}

@media (min-width: 769px) {
  .m-information-list .m-information-list__item {
    font-size: 16px;
  }
}

.m-information-list .m-information-list__item:first-of-type {
  border-top: 1px solid #dddddd;
}

.m-information-list .m-information-list__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  width: 18px;
  height: 100%;
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/common/icon/ico_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  pointer-events: none;
}

@media (min-width: 769px) {
  .m-information-list .m-information-list__item::after {
    right: 16px;
    width: 18px;
    background-size: 18px auto;
  }
}

.m-information-list .m-information-list__item>a {
  display: block;
}

.m-information-list .m-information-list__item>a:hover {
  background: #f2f4f5;
}

.m-information-list .m-information-list__item>a .m-information-list__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 39px;
  padding: 0 30px 0 16px;
}

@media (min-width: 769px) {
  .m-information-list .m-information-list__item>a .m-information-list__item-inner {
    height: 42px;
    padding: 0 42px 0 16px;
  }
}

.m-information-list .m-information-list__item .m-information-list__title {
  padding-right: 8px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .m-information-list .m-information-list__item .m-information-list__title {
    font-size: 16px;
  }
}

.m-information-list .m-information-list__item .m-information-list__data {
  flex-shrink: 0;
}

.m-information-list .m-information-list__item .m-information-list__data .m-information-list__date {
  font-size: 12px;
}

.m-information-list .m-information-list__item.-important {
  position: relative;
  text-indent: 8px;
}

.m-information-list .m-information-list__item.-important::after {
  right: 8px;
}

@media (min-width: 769px) {
  .m-information-list .m-information-list__item.-important::after {
    right: 30px;
    width: 24px;
    background-size: 24px auto;
  }
}

.m-information-list .m-information-list__item.-important> ::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  width: 18px;
  height: 100%;
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/common/icon/ico_information_line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

@media (min-width: 769px) {
  .m-information-list .m-information-list__item.-important> ::before {
    left: 30px;
    width: 24px;
    background-size: 24px auto;
  }
}

.m-information-list .m-information-list__item.-important a {
  padding: 0 8px;
}

@media (min-width: 769px) {
  .m-information-list .m-information-list__item.-important a {
    padding: 0 30px;
  }
}

.m-information-list .m-information-list__item.-important a .m-information-list__item-inner {
  padding: 0 18px 0 18px;
}

@media (min-width: 769px) {
  .m-information-list .m-information-list__item.-important a .m-information-list__item-inner {
    padding: 0 24px 0 24px;
  }
}

.o-top-information {
  max-width: 1600px;
  margin: auto;
}

.o-top-information .m-information-list {
  position: relative;
}

.o-top-information .m-information-list .m-information-list__item:first-of-type {
  border-top: none;
}

.o-top-information .m-information-list .m-information-list__item:last-of-type {
  border-bottom: none;
}

.o-top-information .m-information-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.o-information {
  padding-top: 0;
  padding-bottom: 0;
}

.o-information .o-information__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .o-information .o-information__header {
    margin-bottom: 16px;
  }
}

.o-information .o-information__header .o-information__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .o-information .o-information__header .o-information__title {
    font-size: 22px;
  }
}

.o-information .o-information__header .o-information__more {
  margin-left: 8px;
}

.o-information .o-information__body section:first-of-type {
  margin-top: 0;
}

.o-information .o-information__body section:last-of-type {
  margin-bottom: 0;
}

.o-information .o-information__bottom-more {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 769px) {
  .o-information .o-information__bottom-more {
    margin-top: 48px;
  }
}

.o-information.-wrap .o-information__header {
  margin-bottom: 24px;
}

.o-information.-wrap .o-information__header .o-information__title {
  font-size: 22px;
}

@media (min-width: 769px) {
  .o-information.-wrap .o-information__header .o-information__title {
    font-size: 24px;
  }
}

.o-information .o-information__header .o-information__title {
  font-size: 18px;
}

@media (min-width: 769px) {
  .o-information .o-information__header .o-information__title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .o-information .o-information__body {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-information .o-information__body .o-information__more {
  margin-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.o-information .o-information__body .o-information__more .a-basic-button:hover {
  background: #f2f4f5;
}

.o-fixed-banner {
  min-height: 1%;
}

.o-fixed-banner .o-fixed-banner__list {
  display: flex;
  flex-direction: column;
  margin-left: -8px;
  margin-right: -8px;
}

.o-fixed-banner .o-fixed-banner__list:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .o-fixed-banner .o-fixed-banner__list {
    flex-direction: row;
    justify-content: center;
  }
}

.o-fixed-banner .o-fixed-banner__list li {
  width: 100%;
  height: auto;
  min-height: 1%;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0;
}

.o-fixed-banner .o-fixed-banner__list li:empty {
  display: none;
}

.o-fixed-banner .o-fixed-banner__list li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .o-fixed-banner .o-fixed-banner__list li:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .o-fixed-banner .o-fixed-banner__list li {
    width: 33.3%;
  }
}

.o-fixed-banner .o-fixed-banner__list li a {
  display: block;
  height: auto;
}

.o-fixed-banner .o-fixed-banner__list li a:hover {
  opacity: 0.7;
}

.o-fixed-banner .o-fixed-banner__list li img {
  display: block;
  width: 100%;
  max-height: 100%;
}

.o-fixed-banner .o-fixed-banner__list.-col2 {
  flex-direction: unset;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .o-fixed-banner .o-fixed-banner__list.-col2 {
    margin-bottom: -16px;
  }
}

@media (min-width: 769px) {
  .o-fixed-banner .o-fixed-banner__list.-col2 li {
    width: 50%;
    max-width: 548px;
    margin-bottom: 16px;
  }
}

.o-fixed-banner .o-fixed-banner__list.-auto li {
  max-width: none;
}

.o-fixed-banner .o-fixed-banner__full {
  display: flex;
  justify-content: center;
}

.o-fixed-banner .o-fixed-banner__full>* {
  display: block;
}

@media (min-width: 769px) {
  .o-fixed-banner .o-fixed-banner__full>* {
    max-width: 640px;
  }
}

.o-fixed-banner .o-fixed-banner__full>* img {
  display: block;
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.o-fixed-banner .o-fixed-banner__full a {
  display: block;
}

.o-fixed-banner .o-fixed-banner__full a:hover {
  opacity: 0.7;
}

.o-trial-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.o-trial-offer .o-trial-offer__banner {
  display: block;
  width: 100%;
  height: auto;
  background-color: #00915d;
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/promotion/trial-offer-banner_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.o-trial-offer .o-trial-offer__banner img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 880px) {
  .o-trial-offer .o-trial-offer__banner {
    display: flex;
    justify-content: center;
  }

  .o-trial-offer .o-trial-offer__banner img {
    width: auto;
    max-width: 880px;
    height: 352px;
  }
}

.o-trial-offer .o-trial-offer__button {
  border-top: solid 1px #dddddd;
}

.m-trial-offer-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 769px) {
  .m-trial-offer-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.m-trial-offer-button p {
  position: relative;
  margin-bottom: 5px;
  color: #de5f1c;
  font-size: 14px;
  font-weight: bold;
}

.m-trial-offer-button p ::before,
.m-trial-offer-button p ::after {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  right: auto;
  bottom: 0;
  transform: skewX(40deg);
  width: 2px;
  height: 12px;
  background-color: #de5f1c;
}

.m-trial-offer-button p ::after {
  left: auto;
  right: -8px;
  transform: skewX(-40deg);
}

.m-trial-offer-button p span.-large {
  font-size: 18px;
}

.m-trial-offer-button p span.-small {
  font-size: 10px;
  font-weight: normal;
}

.m-trial-offer-button .a-basic-button {
  width: 420px;
  max-width: calc(100vw - 32px);
  height: 48px;
  margin-bottom: 8px;
  border: none;
  border-radius: 40px;
  background-color: #00915d;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .m-trial-offer-button .a-basic-button {
    height: 56px;
  }
}

.m-trial-offer-button .a-basic-button:not(.a-basic-button.-action):hover {
  opacity: 1;
  background-color: #008354;
}

.m-trial-offer-button .a-basic-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1) rotate(45deg);
  width: 13px;
  height: 13px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  right: 20px;
}

.m-trial-offer-button .a-basic-button .-small {
  margin: 0 0.1em -0.4em 0.1em;
  font-size: 16px;
}

.m-trial-offer-button .m-trial-offer-button__note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 330px) {
  .m-trial-offer-button .m-trial-offer-button__note {
    width: calc(100vw - 16px);
  }
}

@media (min-width: 769px) {
  .m-trial-offer-button .m-trial-offer-button__note {
    flex-direction: row;
    width: auto;
  }
}

.m-trial-offer-button .m-trial-offer-button__note li {
  font-size: 10px;
  line-height: 1.5;
}

.o-trial-offer-float-button {
  position: fixed;
  bottom: -100%;
  width: 100%;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
  transition: bottom 0.4s ease;
  z-index: 2;
}

.o-trial-offer-float-button> ::before {
  content: "";
  opacity: 0.95;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
}

.o-trial-offer-float-button.on {
  bottom: 0;
}

.o-trial-offer-float-button .m-trial-offer-button {
  padding-top: 4px;
  padding-bottom: 5px;
}

@media (min-width: 769px) {
  .o-trial-offer-float-button .m-trial-offer-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.o-trial-offer-float-button .m-trial-offer-button p {
  z-index: 1;
}

.o-trial-offer-float-button .m-trial-offer-button .a-basic-button {
  z-index: 1;
}

.o-trial-offer-float-button .m-trial-offer-button .m-trial-offer-button__note {
  z-index: 1;
}

.o-recommend-point {
  padding-top: 0;
  padding-bottom: 0;
  padding: 24px 16px;
  background-color: #00915d;
}

.o-recommend-point .o-recommend-point__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__header {
    margin-bottom: 16px;
  }
}

.o-recommend-point .o-recommend-point__header .o-recommend-point__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__header .o-recommend-point__title {
    font-size: 22px;
  }
}

.o-recommend-point .o-recommend-point__header .o-recommend-point__more {
  margin-left: 8px;
}

.o-recommend-point .o-recommend-point__body section:first-of-type {
  margin-top: 0;
}

.o-recommend-point .o-recommend-point__body section:last-of-type {
  margin-bottom: 0;
}

.o-recommend-point .o-recommend-point__bottom-more {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__bottom-more {
    margin-top: 48px;
  }
}

.o-recommend-point.-wrap .o-recommend-point__header {
  margin-bottom: 24px;
}

.o-recommend-point.-wrap .o-recommend-point__header .o-recommend-point__title {
  font-size: 22px;
}

@media (min-width: 769px) {
  .o-recommend-point.-wrap .o-recommend-point__header .o-recommend-point__title {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  .o-recommend-point {
    padding: 48px 0;
  }
}

.o-recommend-point .o-recommend-point__header {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.o-recommend-point .o-recommend-point__header .o-recommend-point__title {
  margin: auto;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__header .o-recommend-point__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 359px) {
  .o-recommend-point .o-recommend-point__header .o-recommend-point__title {
    font-size: 22px;
  }
}

.o-recommend-point .o-recommend-point__body {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li {
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
  padding: 24px 18px;
  border-radius: 8px;
  background-color: #ffffff;
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li::before {
    width: 80px;
    height: 80px;
  }
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li:nth-child(1)::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/promotion/point1-number.png");
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li:nth-child(2)::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/promotion/point2-number.png");
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li:nth-child(3)::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/front/img/promotion/point3-number.png");
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li {
    grid-template-columns: 389px 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 32px;
  }

  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li:first-of-type {
    grid-template-rows: auto auto;
  }

  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li:first-of-type>.o-recommend-point__box-left {
    display: flex;
    grid-column: 1/2;
    align-self: end;
    justify-content: flex-end;
  }

  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li:first-of-type>.o-recommend-point__img-box {
    grid-column: 2/3;
    grid-row: 1/3;
  }

  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li:first-of-type>.a-basic-button {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: start;
    margin-top: 24px;
  }
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__box-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__box-left .o-recommend-point__title {
  color: #00915d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__box-left .o-recommend-point__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 359px) {
  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__box-left .o-recommend-point__title {
    font-size: 14px;
  }
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__box-left .o-recommend-point__read {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__box-left .o-recommend-point__read {
    margin-top: 24px;
  }
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__img {
  width: 100%;
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__img-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 3px;
  margin-top: 16px;
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__img-box {
    margin-top: 0;
    margin-left: 16px;
  }
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__img-box>li {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .o-recommend-point__img-box>li img {
  width: 100%;
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .a-basic-button {
  margin: 16px auto 0;
  border: none;
  background-color: #00915d;
  color: #ffffff;
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__list>li .a-basic-button:not(.a-basic-button.-action):hover {
  opacity: 1;
  background-color: #008354;
}

@media (min-width: 769px) {
  .o-recommend-point .o-recommend-point__body .o-recommend-point__list>li {
    margin-top: 24px;
  }
}

.o-recommend-point .o-recommend-point__body .o-recommend-point__more {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.o-trendword-with-searchbox,
.p-popular-articles,
.o-shelf,
.p-banner,
.o-information,
.o-fixed-banner {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 769px) {

  .o-trendword-with-searchbox,
  .p-popular-articles,
  .o-shelf,
  .p-banner,
  .o-information,
  .o-fixed-banner {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.o-searchbox {
  margin-top: 32px;
}

.p-recommended-articles {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-recommended-articles .p-recommended-articles__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .p-recommended-articles .p-recommended-articles__header {
    margin-bottom: 16px;
  }
}

.p-recommended-articles .p-recommended-articles__header .p-recommended-articles__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .p-recommended-articles .p-recommended-articles__header .p-recommended-articles__title {
    font-size: 22px;
  }
}

.p-recommended-articles .p-recommended-articles__header .p-recommended-articles__more {
  margin-left: 8px;
}

.p-recommended-articles .p-recommended-articles__body section:first-of-type {
  margin-top: 0;
}

.p-recommended-articles .p-recommended-articles__body section:last-of-type {
  margin-bottom: 0;
}

.p-recommended-articles .p-recommended-articles__bottom-more {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 769px) {
  .p-recommended-articles .p-recommended-articles__bottom-more {
    margin-top: 48px;
  }
}

.p-recommended-articles.-wrap .p-recommended-articles__header {
  margin-bottom: 24px;
}

.p-recommended-articles.-wrap .p-recommended-articles__header .p-recommended-articles__title {
  font-size: 22px;
}

@media (min-width: 769px) {
  .p-recommended-articles.-wrap .p-recommended-articles__header .p-recommended-articles__title {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  .p-recommended-articles {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.p-recommended-articles.-top-border {
  padding-top: 40px;
}

.p-recommended-articles.-top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1540px;
  margin: 0 auto;
  border-top: 8px solid #f0f0f0;
}

@media (min-width: 769px) {
  .p-recommended-articles.-top-border::before {
    left: 30px;
    right: 30px;
  }
}

@media (min-width: 769px) {
  .p-recommended-articles.-top-border {
    padding-top: 56px;
  }
}

.p-recommended-articles.-bottom-border {
  padding-bottom: 40px;
}

.p-recommended-articles.-bottom-border::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1540px;
  margin: 0 auto;
  border-bottom: 8px solid #f0f0f0;
}

@media (min-width: 769px) {
  .p-recommended-articles.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}

@media (min-width: 769px) {
  .p-recommended-articles.-bottom-border {
    padding-bottom: 56px;
  }
}

.p-recommended-articles.-bottom-border+.-pickup {
  margin-top: -8px;
}

.p-recommended-articles.-pickup {
  background-color: #eef7f4;
}

.p-recommended-articles.-pickup::before {
  border-color: #dddddd;
}

.p-popular-articles {
  padding-top: 0;
  padding-bottom: 0;
}

.p-popular-articles .p-popular-articles__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .p-popular-articles .p-popular-articles__header {
    margin-bottom: 16px;
  }
}

.p-popular-articles .p-popular-articles__header .p-popular-articles__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .p-popular-articles .p-popular-articles__header .p-popular-articles__title {
    font-size: 22px;
  }
}

.p-popular-articles .p-popular-articles__header .p-popular-articles__more {
  margin-left: 8px;
}

.p-popular-articles .p-popular-articles__body section:first-of-type {
  margin-top: 0;
}

.p-popular-articles .p-popular-articles__body section:last-of-type {
  margin-bottom: 0;
}

.p-popular-articles .p-popular-articles__bottom-more {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 769px) {
  .p-popular-articles .p-popular-articles__bottom-more {
    margin-top: 48px;
  }
}

.p-popular-articles.-wrap .p-popular-articles__header {
  margin-bottom: 24px;
}

.p-popular-articles.-wrap .p-popular-articles__header .p-popular-articles__title {
  font-size: 22px;
}

@media (min-width: 769px) {
  .p-popular-articles.-wrap .p-popular-articles__header .p-popular-articles__title {
    font-size: 24px;
  }
}

.p-section-banner .p-section-banner__content {
  max-width: 480px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .p-section-banner .p-section-banner__content {
    max-width: 728px;
  }
}

.p-section-banner .p-section-banner__content a:hover {
  opacity: 0.7;
}

.p-section-banner .p-section-banner__content img {
  width: 100%;
  vertical-align: middle;
}

.p-banner .p-banner__content {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 769px) {
  .p-banner .p-banner__content {
    max-width: none;
  }
}

.p-banner .p-banner__content a:hover {
  opacity: 0.7;
}

.p-banner .p-banner__content img {
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .p-banner .p-banner__content img {
    width: auto;
  }
}

.t-contents *:not(.-narrow):not(.-fit):not(.-full):not(.-full-narrow).o-recommend-point {
  max-width: 100%;
}