@charset "UTF-8";
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.a-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 4px 22px 4px 7px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
}
.a-more::after {
  content: "";
  right: 9px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
  overflow: hidden;
}
.a-more:hover {
  opacity: 0.7;
}

.o-page-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .o-page-title {
    font-size: 22px;
  }
}

.o-breadcrumb {
  background-color: #f0f0f0;
}
@media (min-width: 769px) {
  .o-breadcrumb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.o-breadcrumb .o-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.o-breadcrumb .o-breadcrumb__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 769px) {
  .o-breadcrumb .o-breadcrumb__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
  }
}
.o-breadcrumb .o-breadcrumb__list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 31px;
  background-color: #f0f0f0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  color: #888888;
  white-space: nowrap;
}
.o-breadcrumb .o-breadcrumb__list > li:not(:last-of-type) {
  padding-right: 34px;
}
.o-breadcrumb .o-breadcrumb__list > li:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  width: 21px;
  height: 21px;
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.o-breadcrumb .o-breadcrumb__list > li:last-of-type {
  padding-right: 1em;
}
.o-breadcrumb .o-breadcrumb__list > li a {
  color: #1268d7;
}
.o-breadcrumb .o-breadcrumb__list > li a:hover {
  color: #0056b3;
}

.m-searchbox {
  position: relative;
  z-index: 1;
}
.m-searchbox .m-searchbox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 10px;
  height: 42px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 769px) {
  .m-searchbox .m-searchbox__box {
    height: 48px;
  }
}
.m-searchbox .m-searchbox__box .m-searchbox__input {
  padding: 0.85em 0.3em 0.85em 1em;
  width: 100%;
  height: 100%;
  font-size: 16px;
  border: none;
}
.m-searchbox .m-searchbox__box .m-searchbox__input::-webkit-input-placeholder {
  color: #888888;
}
.m-searchbox .m-searchbox__box .m-searchbox__input::-moz-placeholder {
  color: #888888;
}
.m-searchbox .m-searchbox__box .m-searchbox__input:-ms-input-placeholder {
  color: #888888;
}
.m-searchbox .m-searchbox__box .m-searchbox__input::-ms-input-placeholder {
  color: #888888;
}
.m-searchbox .m-searchbox__box .m-searchbox__input::placeholder {
  color: #888888;
}
.m-searchbox .m-searchbox__box .m-searchbox__button {
  width: 50px;
  height: 100%;
  background-image: url("../../../img/common/icon/ico_search.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.m-searchbox .m-searchbox__suggest {
  position: absolute;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 250ms;
  transition: height 250ms;
  pointer-events: none;
  z-index: 0;
}
.m-searchbox .m-searchbox__suggest .m-searchbox__suggest-window {
  position: absolute;
  padding: 16px;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #f5f5F5;
  border-radius: 0 0 10px 10px;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  pointer-events: auto;
}
.m-searchbox .m-searchbox__suggest .m-searchbox__suggest-window .m-searchbox__suggest-list li {
  line-height: 1.5em;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
  -webkit-transition: height 0ms;
  transition: height 0ms;
}
.m-searchbox.-suggest-on .m-searchbox__suggest .m-searchbox__suggest-window {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.o-searchbox-with-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-searchbox-with-filter .o-searchbox-with-filter__searchbox {
  margin-right: 16px;
  width: 100%;
}
.o-searchbox-with-filter .o-searchbox-with-filter__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .o-searchbox-with-filter .o-searchbox-with-filter__filter {
    margin-right: 16px;
  }
}
.o-searchbox-with-filter .o-searchbox-with-filter__filter .o-searchbox-with-filter__filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
}
.o-searchbox-with-filter .o-searchbox-with-filter__filter .o-searchbox-with-filter__filter-button img {
  display: block;
  width: 28px;
  height: 28px;
}

.m-mv-slidebanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 32px;
}
.m-mv-slidebanner, .m-mv-slidebanner * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-mv-slidebanner .slider__main {
  position: relative;
  margin: 0 -0px;
  width: calc(100% + 0px);
  z-index: 1;
}
.m-mv-slidebanner .slider__main .slider__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: calc(37.5714285714%);
  overflow: visible;
}
.m-mv-slidebanner .slider__main .slider__slider {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.m-mv-slidebanner .slider__main .slider__slider .slider__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0;
  list-style: none;
  width: 100%;
}
.m-mv-slidebanner .slider__main .slider__slider .slider__item-list .slider__item {
  padding-left: 0px;
  padding-right: 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.m-mv-slidebanner .slider__main .slider__slider .slider__item-list .slider__item img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-mv-slidebanner .slider__ui {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 3;
}
.m-mv-slidebanner .slider__ui .slider__prev, .m-mv-slidebanner .slider__ui .slider__next {
  display: none;
  pointer-events: auto;
  position: absolute;
  width: 20px;
  height: 50px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  overflow: visible;
}
.m-mv-slidebanner .slider__ui .slider__prev::after, .m-mv-slidebanner .slider__ui .slider__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 4px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  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;
  -webkit-transform: translateY(-50%) rotate(45deg);
          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 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.m-mv-slidebanner .slider__ui .slider__selector .slider__dot-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-mv-slidebanner .slider__ui .slider__selector .slider__dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8px;
  height: 8px;
  pointer-events: auto;
}
.m-mv-slidebanner .slider__ui .slider__selector .slider__dot:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dddddd;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: width 300ms ease-out, height 300ms ease-out;
  transition: width 300ms ease-out, height 300ms ease-out;
}
.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 {
  background-color: #ffffff;
  opacity: 1;
}
.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;
}
@media (min-width: 769px) {
  .m-mv-slidebanner {
    padding-bottom: 40px;
  }
}
.m-mv-slidebanner .slider__main {
  max-width: 89%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .m-mv-slidebanner .slider__main {
    max-width: calc(100% - 150px);
  }
}
@media (min-width: 850px) {
  .m-mv-slidebanner .slider__main {
    max-width: 700px;
  }
}
.m-mv-slidebanner::before {
  content: "";
  display: block;
  position: absolute;
  width: 5.5%;
  height: calc(100% - 32px);
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
}
@media (min-width: 769px) {
  .m-mv-slidebanner::before {
    width: calc(100% - calc(100% - 75px));
    height: calc(100% - 40px);
  }
}
@media (min-width: 850px) {
  .m-mv-slidebanner::before {
    width: calc(50% - 350px);
  }
}
.m-mv-slidebanner::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.5%;
  height: calc(100% - 32px);
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
}
@media (min-width: 769px) {
  .m-mv-slidebanner::after {
    width: calc(100% - calc(100% - 75px));
    height: calc(100% - 40px);
  }
}
@media (min-width: 850px) {
  .m-mv-slidebanner::after {
    width: calc(50% - 350px);
  }
}
.m-mv-slidebanner .slider__ui {
  max-width: 868px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.m-mv-slidebanner .slider__ui .slider__prev, .m-mv-slidebanner .slider__ui .slider__next {
  width: 64px;
  height: 64px;
  left: 4px;
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 50%;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .m-mv-slidebanner .slider__ui .slider__prev, .m-mv-slidebanner .slider__ui .slider__next {
    visibility: hidden;
  }
}
.m-mv-slidebanner .slider__ui .slider__prev::after, .m-mv-slidebanner .slider__ui .slider__next::after {
  top: 50%;
  left: 53%;
  width: 23px;
  height: 23px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-135deg);
          transform: translateY(-50%) translateX(-50%) rotate(-135deg);
  border-top: 2px solid #ffffff;
  border-right: 2px 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: 50%;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
          transform: translateY(-50%) translateX(50%) rotate(45deg);
}
.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: #888888;
}
.m-mv-slidebanner .slider__ui .slider__selector .slider__dot:not(:last-of-type) {
  margin-right: 10px;
}

.a-link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.7em 1em 0.7em 1em;
  min-height: 40px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #dddddd;
  text-align: center;
  text-decoration: none;
  color: #333333;
}
.a-link-button, .a-link-button p {
  font-size: 12px;
  line-height: 1.6;
}
.a-link-button.-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
  right: 10px;
}
.a-link-button:hover {
  background-color: #f0f0f0;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}
.a-link-button.-active {
  border-color: #009141;
  background-color: #eaf6ef;
  color: #009141;
}

.m-link-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}
.m-link-button-list li {
  padding: 4px;
  width: 50%;
}
@media screen and (min-width: 590.5px) {
  .m-link-button-list li {
    width: 33.3%;
  }
}
@media screen and (min-width: 784px) {
  .m-link-button-list li {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .m-link-button-list li {
    width: 193.5px;
  }
}
.m-link-button-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .m-genre-navigation .m-genre-navigation__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
  }
  .m-genre-navigation .m-genre-navigation__list > li {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background-color: #ffffff;
    overflow: hidden;
  }
  .m-genre-navigation .m-genre-navigation__list > li:nth-of-type(-n+3) {
    border-top: 1px solid #dddddd;
  }
  .m-genre-navigation .m-genre-navigation__list > li:nth-of-type(3n+1) {
    border-left: 1px solid #dddddd;
  }
  .m-genre-navigation .m-genre-navigation__list > li:nth-of-type(3n+1):nth-last-of-type(-n+3) {
    border-bottom-left-radius: 8px;
  }
  .m-genre-navigation .m-genre-navigation__list > li:nth-of-type(3n):nth-last-of-type(-n+3) {
    border-bottom-right-radius: 8px;
  }
  .m-genre-navigation .m-genre-navigation__list > li:nth-of-type(1) {
    border-top-left-radius: 8px;
  }
  .m-genre-navigation .m-genre-navigation__list > li:nth-of-type(3) {
    border-top-right-radius: 8px;
  }
  .m-genre-navigation .m-genre-navigation__list > li:nth-last-of-type(1) {
    border-bottom-right-radius: 8px;
  }
  .m-genre-navigation .m-genre-navigation__list > li:nth-last-of-type(1) {
    border-bottom-right-radius: 8px;
  }
  .m-genre-navigation .m-genre-navigation__list > li .m-genre-navigation__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5em 0.5em;
    min-height: 3em;
    font-size: 12.5px;
    text-align: center;
  }
  .m-genre-navigation .m-genre-navigation__list > li .m-genre-navigation__list-item.-active {
    background-color: #eaf6ef;
    color: #009141;
    pointer-events: none;
  }
  .m-genre-navigation .m-genre-navigation__list > li p {
    line-height: 1.3;
    white-space: nowrap;
  }
  .m-genre-navigation .m-genre-navigation__list > li a:hover {
    background-color: #f0f0f0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
  }
}
@media (min-width: 769px) {
  .m-genre-navigation .m-genre-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -4px;
  }
  .m-genre-navigation .m-genre-navigation__list li {
    padding: 4px;
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (min-width: 590.5px) {
  .m-genre-navigation .m-genre-navigation__list li {
    width: 33.3%;
  }
}
@media screen and (min-width: 769px) and (min-width: 784px) {
  .m-genre-navigation .m-genre-navigation__list li {
    width: 25%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .m-genre-navigation .m-genre-navigation__list li {
    width: 193.5px;
  }
}
@media (min-width: 769px) {
  .m-genre-navigation .m-genre-navigation__list li .m-genre-navigation__list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 0.7em 1em 0.7em 1em;
    min-height: 40px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #dddddd;
    text-align: center;
    text-decoration: none;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-genre-navigation .m-genre-navigation__list li .m-genre-navigation__list-item, .m-genre-navigation .m-genre-navigation__list li .m-genre-navigation__list-item p {
    font-size: 12px;
    line-height: 1.6;
  }
  .m-genre-navigation .m-genre-navigation__list li .m-genre-navigation__list-item.-arrow::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
            transform: translateY(-50%) scale(1) rotate(45deg);
    right: 10px;
  }
  .m-genre-navigation .m-genre-navigation__list li .m-genre-navigation__list-item:hover {
    background-color: #f0f0f0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
  }
  .m-genre-navigation .m-genre-navigation__list li .m-genre-navigation__list-item.-active {
    border-color: #009141;
    background-color: #eaf6ef;
    color: #009141;
  }
}
@media (min-width: 769px) {
  .m-genre-navigation .m-genre-navigation__list .m-genre-navigation__list-item.-active {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .m-genre-navigation.collapse .m-genre-navigation__list > li:nth-of-type(n+10) {
    display: none;
  }
  .m-genre-navigation.collapse .m-genre-navigation__list > li:nth-of-type(7) {
    border-bottom-left-radius: 8px;
  }
  .m-genre-navigation.collapse .m-genre-navigation__list > li:nth-of-type(9) {
    border-bottom-right-radius: 8px;
  }
}
.m-genre-navigation.collapse .m-genre-navigation__collapse-toggle span::before {
  content: "その他のジャンルを見る";
}
.m-genre-navigation.collapse .m-genre-navigation__collapse-toggle span::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.m-genre-navigation .m-genre-navigation__collapse-toggle {
  margin-top: 16px;
  text-align: center;
  cursor: pointer;
}
@media (hover: hover) {
  .m-genre-navigation .m-genre-navigation__collapse-toggle:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .m-genre-navigation .m-genre-navigation__collapse-toggle {
    display: none;
  }
}
.m-genre-navigation .m-genre-navigation__collapse-toggle span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-size: 14px;
}
.m-genre-navigation .m-genre-navigation__collapse-toggle span::before {
  content: "閉じる";
}
.m-genre-navigation .m-genre-navigation__collapse-toggle span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
  right: 0;
}

.o-genre-navigation .o-contents-navigation__recommend {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .o-genre-navigation .o-contents-navigation__recommend {
    margin-top: 48px;
  }
}

.a-basic-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
}
.a-basic-button span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-basic-button {
    height: 48px;
    max-width: 420px;
  }
}
.a-basic-button[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-basic-button[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-basic-button.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-basic-button.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-basic-button.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-basic-button.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-basic-button.-max {
  width: 100%;
  max-width: none;
}
.a-basic-button.-min {
  width: auto;
}
.a-basic-button.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-basic-button.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-basic-button.-pc-min {
    width: auto;
  }
}
.a-basic-button.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-basic-button.-small span {
  line-height: 1.2;
}
.a-basic-button.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-basic-button::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-basic-button.-ico::before {
  content: "";
}
.a-basic-button.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-basic-button.-ico-visible-sp::before {
    content: "";
  }
}
.a-basic-button.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-basic-button.-ico-visible-pc::before {
    content: "";
  }
}
.a-basic-button.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-basic-button.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-basic-button.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-basic-button.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
.a-basic-button:not(.a-basic-button.-action):hover {
  background-color: #f0f0f0;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}
@media (hover: hover) {
  .a-basic-button.-action:hover {
    background-color: #f0f0f0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
  }
}

.a-basic-button--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  color: #ffffff;
  border-color: #009141;
  background-color: #009141;
}
.a-basic-button--primary span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-basic-button--primary {
    height: 48px;
    max-width: 420px;
  }
}
.a-basic-button--primary[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-basic-button--primary[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-basic-button--primary.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-basic-button--primary.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-basic-button--primary.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-basic-button--primary.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-basic-button--primary.-max {
  width: 100%;
  max-width: none;
}
.a-basic-button--primary.-min {
  width: auto;
}
.a-basic-button--primary.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-basic-button--primary.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-basic-button--primary.-pc-min {
    width: auto;
  }
}
.a-basic-button--primary.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-basic-button--primary.-small span {
  line-height: 1.2;
}
.a-basic-button--primary.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-basic-button--primary::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-basic-button--primary.-ico::before {
  content: "";
}
.a-basic-button--primary.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-basic-button--primary.-ico-visible-sp::before {
    content: "";
  }
}
.a-basic-button--primary.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-basic-button--primary.-ico-visible-pc::before {
    content: "";
  }
}
.a-basic-button--primary.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-basic-button--primary.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-basic-button--primary.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-basic-button--primary.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
@media (min-width: 769px) {
  .a-basic-button--primary {
    font-weight: bold;
  }
}
.a-basic-button--primary.-arrow::after {
  border-color: #ffffff;
}
.a-basic-button--primary.-down-arrow::after {
  border-color: #ffffff;
}
.a-basic-button--primary.-left-arrow::after {
  border-color: #ffffff;
}
.a-basic-button--primary.-up-arrow::after {
  border-color: #ffffff;
}
.a-basic-button--primary:not(.a-basic-button--primary.-action):hover {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.a-basic-button--primary.-disabled, .a-basic-button--primary:disabled {
  background-color: #888888;
  cursor: default;
  pointer-events: none;
}
.a-basic-button--primary.-disabled:hover, .a-basic-button--primary:disabled:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) {
  .a-basic-button--primary.-disabled.-action:hover, .a-basic-button--primary:disabled.-action:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media (hover: hover) {
  .a-basic-button--primary.-action:hover {
    opacity: 0.7;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
  }
}

.a-basic-button--secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  color: #ffffff;
  border-color: #009141;
  background-color: #eaf6ef;
  color: #009141;
}
.a-basic-button--secondary span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-basic-button--secondary {
    height: 48px;
    max-width: 420px;
  }
}
.a-basic-button--secondary[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-basic-button--secondary[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-basic-button--secondary.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-basic-button--secondary.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-basic-button--secondary.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-basic-button--secondary.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-basic-button--secondary.-max {
  width: 100%;
  max-width: none;
}
.a-basic-button--secondary.-min {
  width: auto;
}
.a-basic-button--secondary.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-basic-button--secondary.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-basic-button--secondary.-pc-min {
    width: auto;
  }
}
.a-basic-button--secondary.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-basic-button--secondary.-small span {
  line-height: 1.2;
}
.a-basic-button--secondary.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-basic-button--secondary::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-basic-button--secondary.-ico::before {
  content: "";
}
.a-basic-button--secondary.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-basic-button--secondary.-ico-visible-sp::before {
    content: "";
  }
}
.a-basic-button--secondary.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-basic-button--secondary.-ico-visible-pc::before {
    content: "";
  }
}
.a-basic-button--secondary.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-basic-button--secondary.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-basic-button--secondary.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-basic-button--secondary.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
@media (min-width: 769px) {
  .a-basic-button--secondary {
    font-weight: bold;
  }
}
.a-basic-button--secondary.-arrow::after {
  border-color: #ffffff;
}
.a-basic-button--secondary.-down-arrow::after {
  border-color: #ffffff;
}
.a-basic-button--secondary.-left-arrow::after {
  border-color: #ffffff;
}
.a-basic-button--secondary.-up-arrow::after {
  border-color: #ffffff;
}
.a-basic-button--secondary:not(.a-basic-button--secondary.-action):hover {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.a-basic-button--secondary.-disabled, .a-basic-button--secondary:disabled {
  background-color: #888888;
  cursor: default;
  pointer-events: none;
}
.a-basic-button--secondary.-disabled:hover, .a-basic-button--secondary:disabled:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) {
  .a-basic-button--secondary.-disabled.-action:hover, .a-basic-button--secondary:disabled.-action:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media (hover: hover) {
  .a-basic-button--secondary.-action:hover {
    opacity: 0.7;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
  }
}

.a-cart-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  color: #ffffff;
  border-color: #009141;
  background-color: #009141;
}
.a-cart-button span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-cart-button {
    height: 48px;
    max-width: 420px;
  }
}
.a-cart-button[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-cart-button[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-cart-button.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-cart-button.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-cart-button.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-cart-button.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-cart-button.-max {
  width: 100%;
  max-width: none;
}
.a-cart-button.-min {
  width: auto;
}
.a-cart-button.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-cart-button.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-cart-button.-pc-min {
    width: auto;
  }
}
.a-cart-button.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-cart-button.-small span {
  line-height: 1.2;
}
.a-cart-button.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-cart-button::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-cart-button.-ico::before {
  content: "";
}
.a-cart-button.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-cart-button.-ico-visible-sp::before {
    content: "";
  }
}
.a-cart-button.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-cart-button.-ico-visible-pc::before {
    content: "";
  }
}
.a-cart-button.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-cart-button.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-cart-button.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-cart-button.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
@media (min-width: 769px) {
  .a-cart-button {
    font-weight: bold;
  }
}
.a-cart-button.-arrow::after {
  border-color: #ffffff;
}
.a-cart-button.-down-arrow::after {
  border-color: #ffffff;
}
.a-cart-button.-left-arrow::after {
  border-color: #ffffff;
}
.a-cart-button.-up-arrow::after {
  border-color: #ffffff;
}
.a-cart-button:not(.a-cart-button.-action):hover {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.a-cart-button.-disabled, .a-cart-button:disabled {
  background-color: #888888;
  cursor: default;
  pointer-events: none;
}
.a-cart-button.-disabled:hover, .a-cart-button:disabled:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) {
  .a-cart-button.-disabled.-action:hover, .a-cart-button:disabled.-action:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media (hover: hover) {
  .a-cart-button.-action:hover {
    opacity: 0.7;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
  }
}
.a-cart-button.-badge span {
  position: relative;
  white-space: nowrap;
}
.a-cart-button.-badge span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cc0033;
  left: -16px;
  top: -7px;
}

.a-basic-button--favorite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  padding: 0.3em;
  height: auto;
  min-height: 48px;
}
.a-basic-button--favorite span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-basic-button--favorite {
    height: 48px;
    max-width: 420px;
  }
}
.a-basic-button--favorite[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-basic-button--favorite[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-basic-button--favorite.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-basic-button--favorite.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-basic-button--favorite.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-basic-button--favorite.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-basic-button--favorite.-max {
  width: 100%;
  max-width: none;
}
.a-basic-button--favorite.-min {
  width: auto;
}
.a-basic-button--favorite.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-basic-button--favorite.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-basic-button--favorite.-pc-min {
    width: auto;
  }
}
.a-basic-button--favorite.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-basic-button--favorite.-small span {
  line-height: 1.2;
}
.a-basic-button--favorite.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-basic-button--favorite::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-basic-button--favorite.-ico::before {
  content: "";
}
.a-basic-button--favorite.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-basic-button--favorite.-ico-visible-sp::before {
    content: "";
  }
}
.a-basic-button--favorite.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-basic-button--favorite.-ico-visible-pc::before {
    content: "";
  }
}
.a-basic-button--favorite.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-basic-button--favorite.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-basic-button--favorite.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-basic-button--favorite.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
.a-basic-button--favorite::before {
  content: "";
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/common/icon/ico_favorite.svg");
}
@media (hover: hover) {
  .a-basic-button--favorite:hover {
    background-color: #f0f0f0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
  }
}
.a-basic-button--favorite.-on {
  border-color: #009141;
  background-color: #eaf6ef;
  color: #009141;
}
.a-basic-button--favorite.-on::before {
  background-image: url("../../../img/common/icon/ico_favorite_on.svg");
}
@media (hover: hover) {
  .a-basic-button--favorite.-on:hover {
    opacity: 0.7;
  }
}

.a-basic-button--follow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  padding: 0.3em;
  height: auto;
  min-height: 48px;
}
.a-basic-button--follow span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-basic-button--follow {
    height: 48px;
    max-width: 420px;
  }
}
.a-basic-button--follow[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-basic-button--follow[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-basic-button--follow.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-basic-button--follow.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-basic-button--follow.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-basic-button--follow.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-basic-button--follow.-max {
  width: 100%;
  max-width: none;
}
.a-basic-button--follow.-min {
  width: auto;
}
.a-basic-button--follow.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-basic-button--follow.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-basic-button--follow.-pc-min {
    width: auto;
  }
}
.a-basic-button--follow.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-basic-button--follow.-small span {
  line-height: 1.2;
}
.a-basic-button--follow.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-basic-button--follow::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-basic-button--follow.-ico::before {
  content: "";
}
.a-basic-button--follow.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-basic-button--follow.-ico-visible-sp::before {
    content: "";
  }
}
.a-basic-button--follow.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-basic-button--follow.-ico-visible-pc::before {
    content: "";
  }
}
.a-basic-button--follow.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-basic-button--follow.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-basic-button--follow.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-basic-button--follow.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
.a-basic-button--follow::before {
  content: "";
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/common/icon/ico_follow.svg");
}
@media (hover: hover) {
  .a-basic-button--follow:hover {
    background-color: #f0f0f0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
  }
}
.a-basic-button--follow.-on {
  border-color: #009141;
  background-color: #eaf6ef;
  color: #009141;
}
.a-basic-button--follow.-on::before {
  background-image: url("../../../img/common/icon/ico_follow_on.svg");
}
@media (hover: hover) {
  .a-basic-button--follow.-on:hover {
    opacity: 0.7;
  }
}

.a-basic-button--full-trial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  padding: 0.3em;
  height: auto;
  min-height: 48px;
}
.a-basic-button--full-trial span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-basic-button--full-trial {
    height: 48px;
    max-width: 420px;
  }
}
.a-basic-button--full-trial[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-basic-button--full-trial[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-basic-button--full-trial.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-basic-button--full-trial.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-basic-button--full-trial.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-basic-button--full-trial.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-basic-button--full-trial.-max {
  width: 100%;
  max-width: none;
}
.a-basic-button--full-trial.-min {
  width: auto;
}
.a-basic-button--full-trial.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-basic-button--full-trial.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-basic-button--full-trial.-pc-min {
    width: auto;
  }
}
.a-basic-button--full-trial.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-basic-button--full-trial.-small span {
  line-height: 1.2;
}
.a-basic-button--full-trial.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-basic-button--full-trial::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-basic-button--full-trial.-ico::before {
  content: "";
}
.a-basic-button--full-trial.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-basic-button--full-trial.-ico-visible-sp::before {
    content: "";
  }
}
.a-basic-button--full-trial.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-basic-button--full-trial.-ico-visible-pc::before {
    content: "";
  }
}
.a-basic-button--full-trial.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-basic-button--full-trial.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-basic-button--full-trial.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-basic-button--full-trial.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
.a-basic-button--full-trial::before {
  content: "";
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
@media (hover: hover) {
  .a-basic-button--full-trial:hover {
    background-color: #f0f0f0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
  }
}

.a-basic-button--trial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  padding: 0.4em;
  height: auto;
  min-height: 48px;
}
.a-basic-button--trial span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-basic-button--trial {
    height: 48px;
    max-width: 420px;
  }
}
.a-basic-button--trial[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-basic-button--trial[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-basic-button--trial.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-basic-button--trial.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-basic-button--trial.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-basic-button--trial.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-basic-button--trial.-max {
  width: 100%;
  max-width: none;
}
.a-basic-button--trial.-min {
  width: auto;
}
.a-basic-button--trial.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-basic-button--trial.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-basic-button--trial.-pc-min {
    width: auto;
  }
}
.a-basic-button--trial.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-basic-button--trial.-small span {
  line-height: 1.2;
}
.a-basic-button--trial.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-basic-button--trial::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-basic-button--trial.-ico::before {
  content: "";
}
.a-basic-button--trial.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-basic-button--trial.-ico-visible-sp::before {
    content: "";
  }
}
.a-basic-button--trial.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-basic-button--trial.-ico-visible-pc::before {
    content: "";
  }
}
.a-basic-button--trial.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-basic-button--trial.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-basic-button--trial.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-basic-button--trial.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
.a-basic-button--trial::before {
  content: "";
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
@media (hover: hover) {
  .a-basic-button--trial:hover {
    background-color: #f0f0f0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
  }
}

.a-basic-button--safe-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  color: #cc0033;
  font-weight: bold;
  border-color: #cc0033;
}
.a-basic-button--safe-search span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-basic-button--safe-search {
    height: 48px;
    max-width: 420px;
  }
}
.a-basic-button--safe-search[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-basic-button--safe-search[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-basic-button--safe-search.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-basic-button--safe-search.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-basic-button--safe-search.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-basic-button--safe-search.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-basic-button--safe-search.-max {
  width: 100%;
  max-width: none;
}
.a-basic-button--safe-search.-min {
  width: auto;
}
.a-basic-button--safe-search.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-basic-button--safe-search.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-basic-button--safe-search.-pc-min {
    width: auto;
  }
}
.a-basic-button--safe-search.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-basic-button--safe-search.-small span {
  line-height: 1.2;
}
.a-basic-button--safe-search.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-basic-button--safe-search::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-basic-button--safe-search.-ico::before {
  content: "";
}
.a-basic-button--safe-search.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-basic-button--safe-search.-ico-visible-sp::before {
    content: "";
  }
}
.a-basic-button--safe-search.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-basic-button--safe-search.-ico-visible-pc::before {
    content: "";
  }
}
.a-basic-button--safe-search.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-basic-button--safe-search.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-basic-button--safe-search.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-basic-button--safe-search.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
.a-basic-button--safe-search.-arrow::after {
  right: 20px;
  width: 15px;
  height: 15px;
  border-color: #cc0033;
}
.a-basic-button--safe-search:hover {
  opacity: 0.7;
}

.a-basic-button--free {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em;
  height: 48px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  padding: 0.3em;
  height: auto;
  min-height: 48px;
}
.a-basic-button--free span {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .a-basic-button--free {
    height: 48px;
    max-width: 420px;
  }
}
.a-basic-button--free[class*=-arrow] {
  padding-left: 40px;
  padding-right: 40px;
}
.a-basic-button--free[class*=-arrow]::after {
  content: "";
  position: absolute;
  right: 16px;
}
.a-basic-button--free.-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
          transform: translateY(-50%) scale(1) rotate(45deg);
}
.a-basic-button--free.-down-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
}
.a-basic-button--free.-left-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(225deg);
          transform: translateY(-50%) scale(1) rotate(225deg);
}
.a-basic-button--free.-up-arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: 2.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(-45deg);
          transform: translateY(-50%) scale(1) rotate(-45deg);
}
.a-basic-button--free.-max {
  width: 100%;
  max-width: none;
}
.a-basic-button--free.-min {
  width: auto;
}
.a-basic-button--free.-sp-min {
  width: auto;
}
@media (min-width: 769px) {
  .a-basic-button--free.-sp-min {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 769px) {
  .a-basic-button--free.-pc-min {
    width: auto;
  }
}
.a-basic-button--free.-small {
  padding: 0.4em;
  height: 40px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-basic-button--free.-small span {
  line-height: 1.2;
}
.a-basic-button--free.-small::before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.a-basic-button--free::before {
  content: none;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-basic-button--free.-ico::before {
  content: "";
}
.a-basic-button--free.-ico-visible-sp::before {
  content: none;
}
@media (max-width: 768px) {
  .a-basic-button--free.-ico-visible-sp::before {
    content: "";
  }
}
.a-basic-button--free.-ico-visible-pc::before {
  content: none;
}
@media (min-width: 769px) {
  .a-basic-button--free.-ico-visible-pc::before {
    content: "";
  }
}
.a-basic-button--free.-ico-cart::before {
  background-image: url("../../../img/common/icon/ico_cart_white.svg");
}
.a-basic-button--free.-ico-add-to-cart::before {
  background-image: url("../../../img/common/icon/ico_add-to-cart_white.svg");
}
.a-basic-button--free.-ico-trial::before {
  background-image: url("../../../img/common/icon/ico_trial.svg");
}
.a-basic-button--free.-ico-full-trial::before {
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
.a-basic-button--free::before {
  content: "";
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/common/icon/ico_full-trial_orange.svg");
}
@media (hover: hover) {
  .a-basic-button--free:hover {
    background-color: #f0f0f0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
  }
}

.o-safe-search-link {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .o-safe-search-link {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.o-safe-search-link.-top-border {
  padding-top: 24px;
}
.o-safe-search-link.-top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-top: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-safe-search-link.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-safe-search-link.-top-border {
    padding-top: 56px;
  }
}
.o-safe-search-link.-bottom-border {
  padding-bottom: 24px;
}
.o-safe-search-link.-bottom-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-bottom: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-safe-search-link.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-safe-search-link.-bottom-border {
    padding-bottom: 56px;
  }
}
.o-safe-search-link.-bottom-border + .-pickup {
  margin-top: -8px;
}
.o-safe-search-link.-pickup {
  background-color: #eaf6ef;
}
.o-safe-search-link.-pickup::before {
  border-color: #dddddd;
}
@media (min-width: 769px) {
  .o-safe-search-link {
    padding-bottom: 0;
  }
}

.o-related-genre {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.o-related-genre .o-related-genre__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .o-related-genre .o-related-genre__header {
    margin-bottom: 16px;
  }
}
.o-related-genre .o-related-genre__header .o-related-genre__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .o-related-genre .o-related-genre__header .o-related-genre__title {
    font-size: 22px;
  }
}
.o-related-genre .o-related-genre__header .o-related-genre__more {
  margin-left: 8px;
}
.o-related-genre .o-related-genre__body section > [class$=__header] > [class$=__title], .o-related-genre .o-related-genre__body div > [class$=__header] > [class$=__title] {
  font-size: 16px;
}
@media (min-width: 769px) {
  .o-related-genre .o-related-genre__body section > [class$=__header] > [class$=__title], .o-related-genre .o-related-genre__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
.o-related-genre .o-related-genre__bottom-more {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .o-related-genre .o-related-genre__bottom-more {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .o-related-genre {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.o-related-genre.-top-border {
  padding-top: 24px;
}
.o-related-genre.-top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-top: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-related-genre.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-related-genre.-top-border {
    padding-top: 56px;
  }
}
.o-related-genre.-bottom-border {
  padding-bottom: 24px;
}
.o-related-genre.-bottom-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-bottom: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-related-genre.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-related-genre.-bottom-border {
    padding-bottom: 56px;
  }
}
.o-related-genre.-bottom-border + .-pickup {
  margin-top: -8px;
}
.o-related-genre.-pickup {
  background-color: #eaf6ef;
}
.o-related-genre.-pickup::before {
  border-color: #dddddd;
}
@media (max-width: 768px) {
  .o-related-genre .o-related-genre__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -4px;
  }
  .o-related-genre .o-related-genre__list > * {
    padding: 4px;
  }
  .o-related-genre .o-related-genre__list > *.-full {
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-related-genre .o-related-genre__list > *.-full {
    max-width: 648px;
  }
}
@media (max-width: 768px) {
  .o-related-genre .o-related-genre__list > *.-half {
    width: 50%;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-related-genre .o-related-genre__list > *.-half {
    width: 100%;
    max-width: 328px;
  }
}
@media (max-width: 768px) {
  .o-related-genre .o-related-genre__list > * img {
    width: 100%;
    vertical-align: middle;
  }
}
@media (min-width: 769px) {
  .o-related-genre .o-related-genre__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -4px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .o-related-genre .o-related-genre__list li {
    padding: 4px;
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (min-width: 590.5px) {
  .o-related-genre .o-related-genre__list li {
    width: 33.3%;
  }
}
@media screen and (min-width: 769px) and (min-width: 784px) {
  .o-related-genre .o-related-genre__list li {
    width: 25%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .o-related-genre .o-related-genre__list li {
    width: 193.5px;
  }
}
@media (min-width: 769px) {
  .o-related-genre .o-related-genre__list li .o-related-genre__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 0.7em 1em 0.7em 1em;
    min-height: 40px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #dddddd;
    text-align: center;
    text-decoration: none;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .o-related-genre .o-related-genre__list li .o-related-genre__button, .o-related-genre .o-related-genre__list li .o-related-genre__button p {
    font-size: 12px;
    line-height: 1.6;
  }
  .o-related-genre .o-related-genre__list li .o-related-genre__button.-arrow::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
            transform: translateY(-50%) scale(1) rotate(45deg);
    right: 10px;
  }
  .o-related-genre .o-related-genre__list li .o-related-genre__button:hover {
    background-color: #f0f0f0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
  }
  .o-related-genre .o-related-genre__list li .o-related-genre__button.-active {
    border-color: #009141;
    background-color: #eaf6ef;
    color: #009141;
  }
}
@media (min-width: 769px) {
  .o-related-genre .o-related-genre__list li {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .o-related-genre .o-related-genre__list img {
    display: none;
  }
}

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

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

.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;
}

.m-shelf-carousel {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.m-shelf-carousel .carousel__list .carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-shelf-carousel .carousel__list .carousel__item.on {
  border: 2px solid #ff0000;
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
  width: 100%;
  position: relative;
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 3px;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .ad-label {
  line-height: 1.5;
}
.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 {
  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 {
  display: inline;
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover {
  opacity: 0.7;
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  width: 100%;
  height: 100%;
  max-height: 4.6em;
  margin-top: 8px;
  font-size: 12px;
  overflow: hidden;
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
  display: -webkit-box;
  line-height: 1.5;
  max-height: 3em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.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;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4px;
  margin-top: 4px;
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__label.-one {
  -ms-grid-columns: 1fr;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: calc(100% + 16px);
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  z-index: 1;
}
.m-shelf-carousel .carousel__next::after {
  content: "";
  display: block;
  margin-left: -3px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  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;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: calc(100% + 16px);
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  z-index: 1;
}
.m-shelf-carousel .carousel__prev::after {
  content: "";
  display: block;
  margin-left: -3px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  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 .ad-thumbnail_label_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.m-shelf-carousel .cd-thumbnail_label_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.m-shelf-carousel .carousel__scrollbar {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.m-shelf-carousel .carousel__scrollbar .scrollbar-thumb {
  display: block;
  position: absolute;
  height: 4px;
  width: 0;
  border-radius: 4px;
  background-color: #dddddd;
}
.m-shelf-carousel .carousel__item-price.ad-price_wrapper > span::before {
  content: "￥";
}
.m-shelf-carousel .carousel__item-price.cd-price_wrapper > span::before {
  content: "￥";
}
.m-shelf-carousel .carousel__list .carousel__item {
  width: calc((25% - 9px) * 1.3033333333);
}
.m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
  margin-right: 12px;
}
.m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
  padding-top: calc(100% * 1.43);
}
@media (min-width: 576px) {
  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((20% - 16px) * 1.2275);
  }
  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .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__list .carousel__item {
    width: calc((20% - 16px) * 1.2275);
  }
  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .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__list .carousel__item {
    width: calc((12.5% - 17.5px) * 1);
  }
  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}
@media (min-width: 1148px) {
  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((12.5% - 17.5px) * 1);
  }
  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}
@media (min-width: 1284px) {
  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((11.1111111111% - 17.7777777778px) * 1);
  }
  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}
@media (min-width: 1420px) {
  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((10% - 18px) * 1);
  }
  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .m-shelf-carousel .carousel__list .carousel__item .carousel__item-thumbnail {
    padding-top: calc(100% * 1.43);
  }
}
@media (min-width: 1556px) {
  .m-shelf-carousel .carousel__list .carousel__item {
    width: calc((10% - 18px) * 1);
  }
  .m-shelf-carousel .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.m-shelf-carousel .carousel__rank[class*=status]::after {
  content: "";
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
.m-shelf-carousel .carousel__rank.status--up::after {
  background-image: url("../../../img/ranking/ico_rank_up.svg");
}
.m-shelf-carousel .carousel__rank.status--same::after {
  background-image: url("../../../img/ranking/ico_rank_same.svg");
}
.m-shelf-carousel .carousel__rank.status--down::after {
  background-image: url("../../../img/ranking/ico_rank_down.svg");
}

.m-shelf-carousel--article {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  z-index: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.m-shelf-carousel--article .carousel__list .carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-shelf-carousel--article .carousel__list .carousel__item.on {
  border: 2px solid #ff0000;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
  width: 100%;
  position: relative;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 3px;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .ad-label {
  line-height: 1.5;
}
.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 {
  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 {
  display: inline;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover {
  opacity: 0.7;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  width: 100%;
  height: 100%;
  max-height: 4.6em;
  margin-top: 8px;
  font-size: 12px;
  overflow: hidden;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
  display: -webkit-box;
  line-height: 1.5;
  max-height: 3em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.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;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4px;
  margin-top: 4px;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__label.-one {
  -ms-grid-columns: 1fr;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: calc(100% + 16px);
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  z-index: 1;
}
.m-shelf-carousel--article .carousel__next::after {
  content: "";
  display: block;
  margin-left: -3px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  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;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: calc(100% + 16px);
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  z-index: 1;
}
.m-shelf-carousel--article .carousel__prev::after {
  content: "";
  display: block;
  margin-left: -3px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  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 .ad-thumbnail_label_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.m-shelf-carousel--article .cd-thumbnail_label_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.m-shelf-carousel--article .carousel__scrollbar {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.m-shelf-carousel--article .carousel__scrollbar .scrollbar-thumb {
  display: block;
  position: absolute;
  height: 4px;
  width: 0;
  border-radius: 4px;
  background-color: #dddddd;
}
.m-shelf-carousel--article .carousel__item-price.ad-price_wrapper > span::before {
  content: "￥";
}
.m-shelf-carousel--article .carousel__item-price.cd-price_wrapper > span::before {
  content: "￥";
}
.m-shelf-carousel--article .carousel__list .carousel__item {
  display: inline-block;
  width: auto;
}
.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 {
  max-height: none;
  max-width: none;
  height: 100%;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
  position: relative;
  padding-bottom: 2.5em;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
}
.m-shelf-carousel--article .carousel__list .carousel__item:not(:last-of-type) {
  margin-right: 20px;
}
.m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
  height: calc(100vw * 0.32);
}
@media (min-width: 576px) {
  .m-shelf-carousel--article {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    z-index: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item.on {
    border: 2px solid #ff0000;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    width: 100%;
    position: relative;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .ad-label {
    line-height: 1.5;
  }
  .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 {
    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 {
    display: inline;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover {
    opacity: 0.7;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    width: 100%;
    height: 100%;
    max-height: 4.6em;
    margin-top: 8px;
    font-size: 12px;
    overflow: hidden;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    display: -webkit-box;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
  }
  .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;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4px;
    margin-top: 4px;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label.-one {
    -ms-grid-columns: 1fr;
    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: 576px) and (min-width: 1200px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button > * {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button > *::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 320px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button > *::before {
    content: none;
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__next {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: calc(100% + 16px);
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    z-index: 1;
  }
  .m-shelf-carousel--article .carousel__next::after {
    content: "";
    display: block;
    margin-left: -3px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    overflow: hidden;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .m-shelf-carousel--article .carousel__next:hover {
    opacity: 0.7;
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__next.on {
    display: block;
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__prev {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: 24px;
    height: calc(100% + 16px);
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    z-index: 1;
  }
  .m-shelf-carousel--article .carousel__prev::after {
    content: "";
    display: block;
    margin-left: -3px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    overflow: hidden;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .m-shelf-carousel--article .carousel__prev:hover {
    opacity: 0.7;
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__prev.on {
    display: block;
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .ad-thumbnail_label_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .cd-thumbnail_label_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
  }
}

@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__scrollbar {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 4px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .m-shelf-carousel--article .carousel__scrollbar .scrollbar-thumb {
    display: block;
    position: absolute;
    height: 4px;
    width: 0;
    border-radius: 4px;
    background-color: #dddddd;
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__item-price.ad-price_wrapper > span::before {
    content: "￥";
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__item-price.cd-price_wrapper > span::before {
    content: "￥";
  }
}

@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: inline-block;
    width: auto;
  }
  .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 {
    max-height: none;
    max-width: none;
    height: 100%;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    position: relative;
    padding-bottom: 2.5em;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
  }
}
@media (min-width: 576px) {
  .m-shelf-carousel--article .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 30px;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    height: calc(100vw * 0.32);
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item.on {
    border: 2px solid #ff0000;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    width: 100%;
    position: relative;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .ad-label {
    line-height: 1.5;
  }
  .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 {
    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 {
    display: inline;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover {
    opacity: 0.7;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    width: 100%;
    height: 100%;
    max-height: 4.6em;
    margin-top: 8px;
    font-size: 12px;
    overflow: hidden;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    display: -webkit-box;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
  }
  .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;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4px;
    margin-top: 4px;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label.-one {
    -ms-grid-columns: 1fr;
    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;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: calc(100% + 16px);
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    z-index: 1;
  }
  .m-shelf-carousel--article .carousel__next::after {
    content: "";
    display: block;
    margin-left: -3px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    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;
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__prev {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: 24px;
    height: calc(100% + 16px);
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    z-index: 1;
  }
  .m-shelf-carousel--article .carousel__prev::after {
    content: "";
    display: block;
    margin-left: -3px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    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;
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article .ad-thumbnail_label_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article .cd-thumbnail_label_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__scrollbar {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 4px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .m-shelf-carousel--article .carousel__scrollbar .scrollbar-thumb {
    display: block;
    position: absolute;
    height: 4px;
    width: 0;
    border-radius: 4px;
    background-color: #dddddd;
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__item-price.ad-price_wrapper > span::before {
    content: "￥";
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__item-price.cd-price_wrapper > span::before {
    content: "￥";
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: inline-block;
    width: auto;
  }
  .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 {
    max-height: none;
    max-width: none;
    height: 100%;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    position: relative;
    padding-bottom: 2.5em;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 30px;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    height: calc(100vw * 0.24);
  }
}
@media (min-width: 769px) {
  .m-shelf-carousel--article .carousel__scrollbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .m-shelf-carousel--article {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    z-index: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item.on {
    border: 2px solid #ff0000;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    width: 100%;
    position: relative;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .ad-label {
    line-height: 1.5;
  }
  .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 {
    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 {
    display: inline;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover {
    opacity: 0.7;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    width: 100%;
    height: 100%;
    max-height: 4.6em;
    margin-top: 8px;
    font-size: 12px;
    overflow: hidden;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    display: -webkit-box;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
  }
  .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;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4px;
    margin-top: 4px;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label.-one {
    -ms-grid-columns: 1fr;
    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;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: calc(100% + 16px);
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    z-index: 1;
  }
  .m-shelf-carousel--article .carousel__next::after {
    content: "";
    display: block;
    margin-left: -3px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    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;
  }
}
@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__prev {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: 24px;
    height: calc(100% + 16px);
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    z-index: 1;
  }
  .m-shelf-carousel--article .carousel__prev::after {
    content: "";
    display: block;
    margin-left: -3px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    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;
  }
}
@media (min-width: 992px) {
  .m-shelf-carousel--article .ad-thumbnail_label_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .m-shelf-carousel--article .cd-thumbnail_label_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__scrollbar {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 4px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .m-shelf-carousel--article .carousel__scrollbar .scrollbar-thumb {
    display: block;
    position: absolute;
    height: 4px;
    width: 0;
    border-radius: 4px;
    background-color: #dddddd;
  }
}
@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__item-price.ad-price_wrapper > span::before {
    content: "￥";
  }
}
@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__item-price.cd-price_wrapper > span::before {
    content: "￥";
  }
}
@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: inline-block;
    width: auto;
  }
  .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 {
    max-height: none;
    max-width: none;
    height: 100%;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    position: relative;
    padding-bottom: 2.5em;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .m-shelf-carousel--article .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    height: calc(100vw * 0.145);
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    z-index: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item.on {
    border: 2px solid #ff0000;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    width: 100%;
    position: relative;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__label .ad-label {
    line-height: 1.5;
  }
  .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 {
    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 {
    display: inline;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img a img:hover {
    opacity: 0.7;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail .carousel__item-img img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    width: 100%;
    height: 100%;
    max-height: 4.6em;
    margin-top: 8px;
    font-size: 12px;
    overflow: hidden;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    display: -webkit-box;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
  }
  .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;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4px;
    margin-top: 4px;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__label.-one {
    -ms-grid-columns: 1fr;
    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: 1280px) and (min-width: 1200px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button > * {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button > *::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 320px) {
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__button > *::before {
    content: none;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__next {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: calc(100% + 16px);
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    z-index: 1;
  }
  .m-shelf-carousel--article .carousel__next::after {
    content: "";
    display: block;
    margin-left: -3px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    overflow: hidden;
  }
}
@media (min-width: 1280px) and (hover: hover) {
  .m-shelf-carousel--article .carousel__next:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__next.on {
    display: block;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__prev {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: 24px;
    height: calc(100% + 16px);
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    z-index: 1;
  }
  .m-shelf-carousel--article .carousel__prev::after {
    content: "";
    display: block;
    margin-left: -3px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    overflow: hidden;
  }
}
@media (min-width: 1280px) and (hover: hover) {
  .m-shelf-carousel--article .carousel__prev:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__prev.on {
    display: block;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .ad-thumbnail_label_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .cd-thumbnail_label_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__scrollbar {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 4px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f0f0f0;
  }
  .m-shelf-carousel--article .carousel__scrollbar .scrollbar-thumb {
    display: block;
    position: absolute;
    height: 4px;
    width: 0;
    border-radius: 4px;
    background-color: #dddddd;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__item-price.ad-price_wrapper > span::before {
    content: "￥";
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__item-price.cd-price_wrapper > span::before {
    content: "￥";
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__list .carousel__item {
    display: inline-block;
    width: auto;
  }
  .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 {
    max-height: none;
    max-width: none;
    height: 100%;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data {
    position: relative;
    padding-bottom: 2.5em;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-data .carousel__item-text {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .m-shelf-carousel--article .carousel__list .carousel__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .m-shelf-carousel--article .carousel__list .carousel__item .carousel__item-thumbnail {
    height: 194px;
  }
}

.o-shelf {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.o-shelf .o-shelf__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 > [class$=__header] > [class$=__title], .o-shelf .o-shelf__body div > [class$=__header] > [class$=__title] {
  font-size: 16px;
}
@media (min-width: 769px) {
  .o-shelf .o-shelf__body section > [class$=__header] > [class$=__title], .o-shelf .o-shelf__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
.o-shelf .o-shelf__bottom-more {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .o-shelf .o-shelf__bottom-more {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .o-shelf {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.o-shelf.-top-border {
  padding-top: 24px;
}
.o-shelf.-top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-top: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-shelf.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-shelf.-top-border {
    padding-top: 56px;
  }
}
.o-shelf.-bottom-border {
  padding-bottom: 24px;
}
.o-shelf.-bottom-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-bottom: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-shelf.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-shelf.-bottom-border {
    padding-bottom: 56px;
  }
}
.o-shelf.-bottom-border + .-pickup {
  margin-top: -8px;
}
.o-shelf.-pickup {
  background-color: #eaf6ef;
}
.o-shelf.-pickup::before {
  border-color: #dddddd;
}
@media (max-width: 768px) {
  .o-shelf .carousel__next {
    margin-right: -16px;
  }
}
@media (max-width: 768px) {
  .o-shelf .carousel__prev {
    margin-left: -16px;
  }
}

.o-ranking {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.o-ranking .o-ranking__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .o-ranking .o-ranking__header {
    margin-bottom: 16px;
  }
}
.o-ranking .o-ranking__header .o-ranking__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .o-ranking .o-ranking__header .o-ranking__title {
    font-size: 22px;
  }
}
.o-ranking .o-ranking__header .o-ranking__more {
  margin-left: 8px;
}
.o-ranking .o-ranking__body section > [class$=__header] > [class$=__title], .o-ranking .o-ranking__body div > [class$=__header] > [class$=__title] {
  font-size: 16px;
}
@media (min-width: 769px) {
  .o-ranking .o-ranking__body section > [class$=__header] > [class$=__title], .o-ranking .o-ranking__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
.o-ranking .o-ranking__bottom-more {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .o-ranking .o-ranking__bottom-more {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .o-ranking {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.o-ranking.-top-border {
  padding-top: 24px;
}
.o-ranking.-top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-top: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-ranking.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-ranking.-top-border {
    padding-top: 56px;
  }
}
.o-ranking.-bottom-border {
  padding-bottom: 24px;
}
.o-ranking.-bottom-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-bottom: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-ranking.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-ranking.-bottom-border {
    padding-bottom: 56px;
  }
}
.o-ranking.-bottom-border + .-pickup {
  margin-top: -8px;
}
.o-ranking.-pickup {
  background-color: #eaf6ef;
}
.o-ranking.-pickup::before {
  border-color: #dddddd;
}
.o-ranking .o-ranking__header {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.o-ranking .o-ranking__header .o-ranking__date {
  margin-left: 8px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .o-ranking .o-ranking__header .o-ranking__date {
    margin-left: 12px;
  }
}
.o-ranking .o-ranking__body > *:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .o-ranking .o-shelf {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .o-ranking .o-shelf .o-shelf__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__header {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .o-ranking .o-shelf .o-shelf__header .o-shelf__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__header .o-shelf__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .o-ranking .o-shelf .o-shelf__header .o-shelf__more {
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .o-ranking .o-shelf .o-shelf__body section > [class$=__header] > [class$=__title], .o-ranking .o-shelf .o-shelf__body div > [class$=__header] > [class$=__title] {
    font-size: 16px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__body section > [class$=__header] > [class$=__title], .o-ranking .o-shelf .o-shelf__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .o-ranking .o-shelf .o-shelf__bottom-more {
    margin-top: 16px;
    text-align: center;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__bottom-more {
    margin-top: 24px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-ranking .o-shelf {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .o-ranking .o-shelf.-top-border {
    padding-top: 24px;
  }
  .o-ranking .o-shelf.-top-border::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1540px;
    border-top: 8px solid #f0f0f0;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-ranking .o-shelf.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-ranking .o-shelf.-top-border {
    padding-top: 56px;
  }
}
@media (max-width: 768px) {
  .o-ranking .o-shelf.-bottom-border {
    padding-bottom: 24px;
  }
  .o-ranking .o-shelf.-bottom-border::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1540px;
    border-bottom: 8px solid #f0f0f0;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-ranking .o-shelf.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-ranking .o-shelf.-bottom-border {
    padding-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .o-ranking .o-shelf.-bottom-border + .-pickup {
    margin-top: -8px;
  }
}
@media (max-width: 768px) {
  .o-ranking .o-shelf.-pickup {
    background-color: #eaf6ef;
  }
  .o-ranking .o-shelf.-pickup::before {
    border-color: #dddddd;
  }
}
@media (max-width: 768px) {
  .o-ranking .o-shelf:first-of-type {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .o-ranking .o-shelf {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 24px;
  }
  .o-ranking .o-shelf .o-shelf__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__header {
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__header .o-shelf__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__header .o-shelf__title {
    font-size: 22px;
  }
}
@media (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__header .o-shelf__more {
    margin-left: 8px;
  }
}
@media (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__body section > [class$=__header] > [class$=__title], .o-ranking .o-shelf .o-shelf__body div > [class$=__header] > [class$=__title] {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__body section > [class$=__header] > [class$=__title], .o-ranking .o-shelf .o-shelf__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__bottom-more {
    margin-top: 16px;
    text-align: center;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-ranking .o-shelf .o-shelf__bottom-more {
    margin-top: 24px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-ranking .o-shelf {
    margin-top: 48px;
  }
}
@media (min-width: 769px) {
  .o-ranking .o-shelf:first-of-type {
    margin-top: 0;
  }
}

.m-panel-carousel {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .m-panel-carousel {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .m-panel-carousel .carousel__slide {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .m-panel-carousel .carousel__slide::-webkit-scrollbar {
    display: none;
  }
}
.m-panel-carousel .carousel__slide .carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}
@media (max-width: 768px) {
  .m-panel-carousel .carousel__slide .carousel__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px);
    grid-template-columns: repeat(8, calc(50% - 4px));
    grid-gap: 8px;
    margin: 0;
  }
}
@media screen and (min-width: 590.5px) {
  .m-panel-carousel .carousel__slide .carousel__item {
    -ms-grid-columns: (calc(33% - 4px))[8];
    grid-template-columns: repeat(8, calc(33% - 4px));
  }
}
.m-panel-carousel .carousel__slide .carousel__item li {
  padding: 4px;
  width: 50%;
}
@media screen and (min-width: 590.5px) {
  .m-panel-carousel .carousel__slide .carousel__item li {
    width: 33.3%;
  }
}
@media screen and (min-width: 784px) {
  .m-panel-carousel .carousel__slide .carousel__item li {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .m-panel-carousel .carousel__slide .carousel__item li {
    width: 193.5px;
  }
}
@media (max-width: 768px) {
  .m-panel-carousel .carousel__slide .carousel__item li {
    padding: 0;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.m-panel-carousel .carousel__slide .carousel__item li a:hover {
  opacity: 0.7;
}
.m-panel-carousel .carousel__slide .carousel__item li img {
  width: 100%;
  vertical-align: middle;
}
.m-panel-carousel .carousel__scrollbar {
  display: none;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .m-panel-carousel .carousel__scrollbar {
    display: block;
  }
}
.m-panel-carousel .carousel__scrollbar .scrollbar-thumb {
  display: block;
  position: absolute;
  height: 4px;
  width: 0;
  border-radius: 4px;
  background-color: #dddddd;
}

.o-panel-theme-search {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.o-panel-theme-search .o-panel-theme-search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .o-panel-theme-search .o-panel-theme-search__header {
    margin-bottom: 16px;
  }
}
.o-panel-theme-search .o-panel-theme-search__header .o-panel-theme-search__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .o-panel-theme-search .o-panel-theme-search__header .o-panel-theme-search__title {
    font-size: 22px;
  }
}
.o-panel-theme-search .o-panel-theme-search__header .o-panel-theme-search__more {
  margin-left: 8px;
}
.o-panel-theme-search .o-panel-theme-search__body section > [class$=__header] > [class$=__title], .o-panel-theme-search .o-panel-theme-search__body div > [class$=__header] > [class$=__title] {
  font-size: 16px;
}
@media (min-width: 769px) {
  .o-panel-theme-search .o-panel-theme-search__body section > [class$=__header] > [class$=__title], .o-panel-theme-search .o-panel-theme-search__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
.o-panel-theme-search .o-panel-theme-search__bottom-more {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .o-panel-theme-search .o-panel-theme-search__bottom-more {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .o-panel-theme-search {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.o-panel-theme-search.-top-border {
  padding-top: 24px;
}
.o-panel-theme-search.-top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-top: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-panel-theme-search.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-panel-theme-search.-top-border {
    padding-top: 56px;
  }
}
.o-panel-theme-search.-bottom-border {
  padding-bottom: 24px;
}
.o-panel-theme-search.-bottom-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-bottom: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-panel-theme-search.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-panel-theme-search.-bottom-border {
    padding-bottom: 56px;
  }
}
.o-panel-theme-search.-bottom-border + .-pickup {
  margin-top: -8px;
}
.o-panel-theme-search.-pickup {
  background-color: #eaf6ef;
}
.o-panel-theme-search.-pickup::before {
  border-color: #dddddd;
}

.m-link-button-carousel {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .m-link-button-carousel {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .m-link-button-carousel .carousel__slide {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .m-link-button-carousel .carousel__slide::-webkit-scrollbar {
    display: none;
  }
}
.m-link-button-carousel .carousel__slide .carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}
@media (max-width: 768px) {
  .m-link-button-carousel .carousel__slide .carousel__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px) 8px calc(50% - 4px);
    grid-template-columns: repeat(8, calc(50% - 4px));
    grid-gap: 8px;
    margin: 0;
  }
}
@media screen and (min-width: 590.5px) {
  .m-link-button-carousel .carousel__slide .carousel__item {
    -ms-grid-columns: (calc(33% - 4px))[8];
    grid-template-columns: repeat(8, calc(33% - 4px));
  }
}
.m-link-button-carousel .carousel__slide .carousel__item li {
  padding: 4px;
  width: 50%;
}
@media screen and (min-width: 590.5px) {
  .m-link-button-carousel .carousel__slide .carousel__item li {
    width: 33.3%;
  }
}
@media screen and (min-width: 784px) {
  .m-link-button-carousel .carousel__slide .carousel__item li {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .m-link-button-carousel .carousel__slide .carousel__item li {
    width: 193.5px;
  }
}
@media (max-width: 768px) {
  .m-link-button-carousel .carousel__slide .carousel__item li {
    padding: 0;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.m-link-button-carousel .carousel__slide .carousel__item li a {
  width: 100%;
}
.m-link-button-carousel .carousel__scrollbar {
  display: none;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .m-link-button-carousel .carousel__scrollbar {
    display: block;
  }
}
.m-link-button-carousel .carousel__scrollbar .scrollbar-thumb {
  display: block;
  position: absolute;
  height: 4px;
  width: 0;
  border-radius: 4px;
  background-color: #dddddd;
}

.o-theme-search {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.o-theme-search .o-theme-search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .o-theme-search .o-theme-search__header {
    margin-bottom: 16px;
  }
}
.o-theme-search .o-theme-search__header .o-theme-search__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .o-theme-search .o-theme-search__header .o-theme-search__title {
    font-size: 22px;
  }
}
.o-theme-search .o-theme-search__header .o-theme-search__more {
  margin-left: 8px;
}
.o-theme-search .o-theme-search__body section > [class$=__header] > [class$=__title], .o-theme-search .o-theme-search__body div > [class$=__header] > [class$=__title] {
  font-size: 16px;
}
@media (min-width: 769px) {
  .o-theme-search .o-theme-search__body section > [class$=__header] > [class$=__title], .o-theme-search .o-theme-search__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
.o-theme-search .o-theme-search__bottom-more {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .o-theme-search .o-theme-search__bottom-more {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .o-theme-search {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.o-theme-search.-top-border {
  padding-top: 24px;
}
.o-theme-search.-top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-top: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-theme-search.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-theme-search.-top-border {
    padding-top: 56px;
  }
}
.o-theme-search.-bottom-border {
  padding-bottom: 24px;
}
.o-theme-search.-bottom-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-bottom: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-theme-search.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-theme-search.-bottom-border {
    padding-bottom: 56px;
  }
}
.o-theme-search.-bottom-border + .-pickup {
  margin-top: -8px;
}
.o-theme-search.-pickup {
  background-color: #eaf6ef;
}
.o-theme-search.-pickup::before {
  border-color: #dddddd;
}

.o-author-search {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.o-author-search .o-author-search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .o-author-search .o-author-search__header {
    margin-bottom: 16px;
  }
}
.o-author-search .o-author-search__header .o-author-search__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .o-author-search .o-author-search__header .o-author-search__title {
    font-size: 22px;
  }
}
.o-author-search .o-author-search__header .o-author-search__more {
  margin-left: 8px;
}
.o-author-search .o-author-search__body section > [class$=__header] > [class$=__title], .o-author-search .o-author-search__body div > [class$=__header] > [class$=__title] {
  font-size: 16px;
}
@media (min-width: 769px) {
  .o-author-search .o-author-search__body section > [class$=__header] > [class$=__title], .o-author-search .o-author-search__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
.o-author-search .o-author-search__bottom-more {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .o-author-search .o-author-search__bottom-more {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .o-author-search {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.o-author-search.-top-border {
  padding-top: 24px;
}
.o-author-search.-top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-top: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-author-search.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-author-search.-top-border {
    padding-top: 56px;
  }
}
.o-author-search.-bottom-border {
  padding-bottom: 24px;
}
.o-author-search.-bottom-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-bottom: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-author-search.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-author-search.-bottom-border {
    padding-bottom: 56px;
  }
}
.o-author-search.-bottom-border + .-pickup {
  margin-top: -8px;
}
.o-author-search.-pickup {
  background-color: #eaf6ef;
}
.o-author-search.-pickup::before {
  border-color: #dddddd;
}

.a-float-cart-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 200px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.a-float-cart-button img {
  width: 47%;
}
@media (hover: hover) {
  .a-float-cart-button:hover {
    background-color: #f6f6f6;
  }
  .a-float-cart-button:hover img {
    opacity: 0.7;
  }
}
.a-float-cart-button.-badge::after {
  content: "";
  display: block;
  width: 37.5%;
  height: 37.5%;
  position: absolute;
  top: -9.3%;
  right: -9.3%;
  background-color: #009141;
  border-radius: 50%;
}

.o-float-cart-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  pointer-events: none;
  z-index: 1;
}
.o-float-cart-button .a-float-cart-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  pointer-events: auto;
}
.o-float-cart-button .a-float-cart-button:hover {
  background-color: #f6f6f6;
}
.o-float-cart-button .a-float-cart-button:hover img {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .o-float-cart-button .a-float-cart-button {
    right: 30px;
    bottom: 30px;
  }
}

.a-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 3;
}
.a-overlay.-on {
  display: block;
}

.a-checkbox, .a-checkbox--border {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 4px;
  border: 2px solid transparent;
}
.a-checkbox--border {
  background-color: #ffffff;
  border-color: #dddddd;
}

.a-checkbox.-checked::after, .-checked.a-checkbox--border::after, :checked + * .a-checkbox::after, :checked + * .a-checkbox--border::after,
:checked + .a-checkbox::after,
:checked + .a-checkbox--border::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #009141;
  border-right: 3px solid #009141;
}

.a-delete-icon-button {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #dddddd;
  cursor: pointer;
}
.a-delete-icon-button::after {
  content: "";
  display: block;
  width: 13px;
  border-top: 2px solid #888;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.t-list-modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}
.t-list-modal .t-list-modal__window {
  position: relative;
  margin: 0 5px;
  width: 100%;
  max-width: 340px;
  background-color: #ffffff;
  border-radius: 8px;
  pointer-events: auto;
}
@media (min-width: 769px) {
  .t-list-modal .t-list-modal__window {
    max-width: 438px;
  }
}
.t-list-modal .t-list-modal__window .t-list-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 10px;
  border-bottom: 1px solid #dddddd;
}
.t-list-modal .t-list-modal__window .t-list-modal__header .t-list-modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-list-modal .t-list-modal__window .t-list-modal__header .t-list-modal__title .t-list-modal__title-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
.t-list-modal .t-list-modal__window .t-list-modal__header .t-list-modal__title .a-icon {
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 6px;
}
.t-list-modal .t-list-modal__window .t-list-modal__body {
  height: 226px;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .t-list-modal .t-list-modal__window .t-list-modal__body {
    height: 320px;
  }
}
.t-list-modal .t-list-modal__window .t-list-modal__item-list .t-list-modal__item {
  padding: 14px 16px;
  border-bottom: 1px solid #dddddd;
}
.t-list-modal .t-list-modal__window .t-list-modal__footer {
  display: block;
  width: 100%;
  padding: 24px 16px;
  border-top: 1px solid #dddddd;
  -webkit-box-shadow: 0 -3px 5px -3px #dddddd;
          box-shadow: 0 -3px 5px -3px #dddddd;
}
.t-list-modal .t-list-modal__window .t-list-modal__footer .t-list-modal__action-list > *:not(:last-of-type) {
  margin-bottom: 16px;
}
.t-list-modal .t-list-modal__window .t-list-modal__footer .t-list-modal__text-button {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #009141;
  cursor: pointer;
}
.t-list-modal .t-list-modal__window .t-list-modal__footer .t-list-modal__text-button:hover {
  opacity: 0.7;
}
.t-list-modal .t-list-modal__window .t-list-modal__footer .t-list-modal__done {
  margin-top: 20px;
  text-align: center;
}
.t-list-modal .t-list-modal__window .t-list-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #333333;
  border: none;
  cursor: pointer;
}
.t-list-modal .t-list-modal__window .t-list-modal__close::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.t-list-modal .t-list-modal__window .t-list-modal__close::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.o-cart-modal .o-cart-modal__input {
  display: none;
}
.o-cart-modal .t-list-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
}
.o-cart-modal .o-cart-modal__item-data {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-grid-columns: 30px minmax(5em, 1fr) minmax(5em, 5em);
  grid-template-columns: 30px minmax(5em, 1fr) minmax(5em, 5em);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.o-cart-modal .o-cart-modal__item-data > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.o-cart-modal .o-cart-modal__item-data > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.o-cart-modal .o-cart-modal__item-data > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (min-width: 769px) {
  .o-cart-modal .o-cart-modal__item-data {
    -ms-grid-columns: 30px minmax(5em, 1fr) minmax(5em, 8em);
    grid-template-columns: 30px minmax(5em, 1fr) minmax(5em, 8em);
  }
}
.o-cart-modal .o-cart-modal__item-data .o-cart-modal__item-name {
  font-size: 14px;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-cart-modal .o-cart-modal__item-data .o-cart-modal__item-price {
  padding-left: 1em;
  font-size: 14px;
  color: #009141;
  text-align: right;
  line-height: 1.5;
  word-break: break-all;
}
.o-cart-modal .o-cart-modal__delete {
  margin-left: 8px;
}

.t-over-window {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 100%;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}
.t-over-window.on {
  top: 0;
}
@media (min-width: 769px) {
  .t-over-window {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.t-over-window .t-over-window__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  height: 50px;
  border-bottom: 1px solid #dddddd;
}
.t-over-window .t-over-window__header .t-over-window__title {
  font-size: 17px;
}
.t-over-window .t-over-window__header .t-over-window__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 14px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.t-over-window .t-over-window__header .t-over-window__close::before {
  content: "";
  height: calc(100% - 10px);
  border-left: 2px solid #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.t-over-window .t-over-window__header .t-over-window__close::after {
  content: "";
  height: calc(100% - 10px);
  border-left: 2px solid #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.t-over-window .t-over-window__body {
  height: 100%;
  padding: 18px 14px 80px 14px;
  overflow: auto;
}
@media (min-width: 769px) {
  .t-over-window .t-over-window__body {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
.t-over-window .t-over-window__footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
@media (min-width: 769px) {
  .t-over-window .t-over-window__footer {
    position: static;
    margin-top: 48px;
  }
}

.m-grid-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-grid-checkbox-list .m-grid-checkbox-list__input {
  display: none;
}
.m-grid-checkbox-list .m-grid-checkbox-list__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.m-grid-checkbox-list .m-grid-checkbox-list__item:nth-of-type(1), .m-grid-checkbox-list .m-grid-checkbox-list__item:nth-of-type(2) {
  border-top: 1px solid #dddddd;
}
.m-grid-checkbox-list .m-grid-checkbox-list__item:nth-of-type(2n + 1) {
  border-left: 1px solid #dddddd;
}
@media (min-width: 769px) {
  .m-grid-checkbox-list .m-grid-checkbox-list__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .m-grid-checkbox-list .m-grid-checkbox-list__item:nth-of-type(2n + 1) {
    border-left: none;
  }
  .m-grid-checkbox-list .m-grid-checkbox-list__item:nth-of-type(4n + 1) {
    border-left: 1px solid #dddddd;
  }
  .m-grid-checkbox-list .m-grid-checkbox-list__item:nth-of-type(3), .m-grid-checkbox-list .m-grid-checkbox-list__item:nth-of-type(4) {
    border-top: 1px solid #dddddd;
  }
}
.m-grid-checkbox-list .m-grid-checkbox-list__item .m-grid-checkbox-list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.6em 36px 0.6em 0.6em;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.m-grid-checkbox-list .m-grid-checkbox-list__item .a-checkbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}
.m-grid-checkbox-list .m-grid-checkbox-list__text {
  line-height: 1.6;
}

.a-selectbox {
  display: inline-block;
  position: relative;
}
.a-selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin-top: -3.3333333333px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotate(135deg);
          transform: translateY(-50%) scale(1) rotate(135deg);
  right: 14px;
  pointer-events: none;
}
.a-selectbox select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6em 36px 0.6em 0.6em;
  min-height: 40px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #dddddd;
  border-radius: 10px;
  font-size: 16px;
  background-color: #ffffff;
}
.a-selectbox select::-ms-expand {
  display: none;
}

.a-action-button--gray, .a-action-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.6em 1.2em;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.a-action-button {
  background-color: #ffffff;
  color: #333333;
}
.a-action-button:hover {
  opacity: 0.7;
}

.a-action-button--gray {
  background-color: #888888;
  color: #333333;
  font-weight: bold;
}
.a-action-button--gray:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  .o-filter-window .t-over-window__body .o-filter-window__section {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.o-filter-window .t-over-window__body .o-filter-window__section .o-filter-window__section-header {
  margin-bottom: 18px;
}
.o-filter-window .t-over-window__body .o-filter-window__section .o-filter-window__section-header .o-filter-window__section-title {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 769px) {
  .o-filter-window .t-over-window__body .o-filter-window__section .o-filter-window__section-header .o-filter-window__section-title {
    text-align: left;
  }
}
.o-filter-window .t-over-window__body .o-filter-window__section .o-filter-window__section-body .o-filter-window__group:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .o-filter-window .t-over-window__body .o-filter-window__section .o-filter-window__section-body .o-filter-window__group:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
.o-filter-window .t-over-window__body .o-filter-window__section .o-filter-window__section-body .o-filter-window__group .o-filter-window__group-title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #888888;
}
.o-filter-window .t-over-window__body .o-filter-window__section .o-filter-window__section-body .o-filter-window__sub-group:not(:last-of-type) {
  margin-bottom: 24px;
}
.o-filter-window .t-over-window__body .a-selectbox {
  display: block;
}
@media (min-width: 769px) {
  .o-filter-window .t-over-window__body .a-selectbox {
    display: inline-block;
    min-width: 343px;
  }
}
.o-filter-window .t-over-window__footer .o-filter-window__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 14px;
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
  background-color: #f0f0f0;
  font-size: 0;
  text-align: center;
}
@media (min-width: 769px) {
  .o-filter-window .t-over-window__footer .o-filter-window__action {
    width: 375px;
  }
}
.o-filter-window .t-over-window__footer .o-filter-window__action button:not(:last-of-type) {
  margin-right: 8px;
}
.o-filter-window .t-over-window__footer .o-filter-window__action .a-action-button--gray {
  min-width: 100px;
}
.o-filter-window .t-over-window__footer .o-filter-window__action .a-action-button {
  width: 100%;
}

.m-sub-slidebanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 24px;
}
.m-sub-slidebanner, .m-sub-slidebanner * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-sub-slidebanner .slider__main {
  position: relative;
  margin: 0 -4px;
  width: calc(100% + 8px);
  z-index: 1;
}
.m-sub-slidebanner .slider__main .slider__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: calc(37.5714285714%);
  overflow: visible;
}
.m-sub-slidebanner .slider__main .slider__slider {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.m-sub-slidebanner .slider__main .slider__slider .slider__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0;
  list-style: none;
  width: 100%;
}
.m-sub-slidebanner .slider__main .slider__slider .slider__item-list .slider__item {
  padding-left: 4px;
  padding-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.m-sub-slidebanner .slider__main .slider__slider .slider__item-list .slider__item img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-sub-slidebanner .slider__ui {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 3;
}
.m-sub-slidebanner .slider__ui .slider__prev, .m-sub-slidebanner .slider__ui .slider__next {
  display: none;
  pointer-events: auto;
  position: absolute;
  width: 20px;
  height: 50px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  overflow: visible;
}
.m-sub-slidebanner .slider__ui .slider__prev::after, .m-sub-slidebanner .slider__ui .slider__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 4px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.m-sub-slidebanner .slider__ui .slider__prev.on, .m-sub-slidebanner .slider__ui .on.slider__next {
  display: block;
}
.m-sub-slidebanner .slider__ui .slider__next {
  left: auto;
  right: 4px;
}
.m-sub-slidebanner .slider__ui .slider__next::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.m-sub-slidebanner .slider__ui .slider__selector {
  position: absolute;
  bottom: 8px;
  width: 100%;
}
.m-sub-slidebanner .slider__ui .slider__selector.type2 .slider__dot-box {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8px;
  height: 8px;
  pointer-events: auto;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dddddd;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: width 300ms ease-out, height 300ms ease-out;
  transition: width 300ms ease-out, height 300ms ease-out;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot:not(:last-of-type) {
  margin-right: 8px;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot.on:before {
  background-color: #ffffff;
  opacity: 1;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot.s:before {
  width: 6px;
  height: 6px;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot.xs:before {
  width: 4px;
  height: 4px;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot.hide {
  visibility: hidden;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot.hide:before {
  width: 0;
  height: 0;
}
.m-sub-slidebanner.selector-off {
  padding-bottom: 0;
}
.m-sub-slidebanner.selector-off .slider__selector {
  display: none;
}
.m-sub-slidebanner .slider__main {
  max-width: 65%;
  margin: 0 auto;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot.on:before {
  background-color: #888888;
}
.m-sub-slidebanner .slider__ui .slider__selector .slider__dot:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .m-sub-slidebanner .slider__main {
    margin: 0 -5px;
    width: auto;
  }
  .m-sub-slidebanner .slider__main .slider__container {
    padding-top: calc(9.3928571429% - 0px);
  }
  .m-sub-slidebanner .slider__main .slider__slider .slider__item-list .slider__item {
    padding: 0 5px;
    width: 25%;
  }
  .m-sub-slidebanner .slider__main {
    max-width: none;
  }
}

.m-label-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 24px;
  overflow: visible;
}
.m-label-slider, .m-label-slider * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-label-slider .slider__main {
  position: relative;
  margin: 0 -4px;
  width: calc(100% + 8px);
  z-index: 1;
}
.m-label-slider .slider__main .slider__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: calc(23.2142857143%);
  overflow: visible;
}
.m-label-slider .slider__main .slider__slider {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.m-label-slider .slider__main .slider__slider .slider__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0;
  list-style: none;
  width: 100%;
}
.m-label-slider .slider__main .slider__slider .slider__item-list .slider__item {
  padding-left: 4px;
  padding-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: 50%;
  cursor: pointer;
}
.m-label-slider .slider__main .slider__slider .slider__item-list .slider__item img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-label-slider .slider__ui {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 3;
}
.m-label-slider .slider__ui .slider__prev, .m-label-slider .slider__ui .slider__next {
  display: none;
  pointer-events: auto;
  position: absolute;
  width: 20px;
  height: 50px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  overflow: visible;
}
.m-label-slider .slider__ui .slider__prev::after, .m-label-slider .slider__ui .slider__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 4px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.m-label-slider .slider__ui .slider__prev.on, .m-label-slider .slider__ui .on.slider__next {
  display: block;
}
.m-label-slider .slider__ui .slider__next {
  left: auto;
  right: 4px;
}
.m-label-slider .slider__ui .slider__next::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.m-label-slider .slider__ui .slider__selector {
  position: absolute;
  bottom: 8px;
  width: 100%;
}
.m-label-slider .slider__ui .slider__selector.type2 .slider__dot-box {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.m-label-slider .slider__ui .slider__selector .slider__dot-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-label-slider .slider__ui .slider__selector .slider__dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8px;
  height: 8px;
  pointer-events: auto;
}
.m-label-slider .slider__ui .slider__selector .slider__dot:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dddddd;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: width 300ms ease-out, height 300ms ease-out;
  transition: width 300ms ease-out, height 300ms ease-out;
}
.m-label-slider .slider__ui .slider__selector .slider__dot:not(:last-of-type) {
  margin-right: 8px;
}
.m-label-slider .slider__ui .slider__selector .slider__dot.on:before {
  background-color: #ffffff;
  opacity: 1;
}
.m-label-slider .slider__ui .slider__selector .slider__dot.s:before {
  width: 6px;
  height: 6px;
}
.m-label-slider .slider__ui .slider__selector .slider__dot.xs:before {
  width: 4px;
  height: 4px;
}
.m-label-slider .slider__ui .slider__selector .slider__dot.hide {
  visibility: hidden;
}
.m-label-slider .slider__ui .slider__selector .slider__dot.hide:before {
  width: 0;
  height: 0;
}
.m-label-slider.selector-off {
  padding-bottom: 0;
}
.m-label-slider.selector-off .slider__selector {
  display: none;
}
.m-label-slider .slider__main {
  overflow: hidden;
}
.m-label-slider .slider__main .slider__item .slider__item-inner {
  display: block;
  position: relative;
  padding-top: 46.4285714286%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
}
.m-label-slider .slider__main .slider__item .slider__item-inner > * {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.m-label-slider .slider__main .slider__item img {
  width: 100px;
}
.m-label-slider .slider__ui {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  overflow: hidden;
}
@media (min-width: 769px) {
  .m-label-slider .slider__ui {
    width: calc(100% + 40px);
  }
}
.m-label-slider .slider__ui .slider__prev, .m-label-slider .slider__ui .slider__next {
  width: 32px;
  height: 32px;
  left: 4px;
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 50%;
  margin-top: -12px;
}
@media (max-width: 768px) {
  .m-label-slider .slider__ui .slider__prev, .m-label-slider .slider__ui .slider__next {
    visibility: hidden;
  }
}
.m-label-slider .slider__ui .slider__prev::after, .m-label-slider .slider__ui .slider__next::after {
  top: 50%;
  left: 46%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-135deg);
          transform: translateY(-50%) translateX(-50%) rotate(-135deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.m-label-slider .slider__ui .slider__prev.on, .m-label-slider .slider__ui .on.slider__next {
  display: block;
}
.m-label-slider .slider__ui .slider__next {
  left: auto;
  right: 4px;
}
.m-label-slider .slider__ui .slider__next::after {
  left: auto;
  right: 43%;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
          transform: translateY(-50%) translateX(50%) rotate(45deg);
}
.m-label-slider .slider__ui .slider__selector .slider__dot.on:before {
  background-color: #888888;
}
.m-label-slider .slider__ui .slider__selector .slider__dot:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .m-label-slider .slider__main {
    margin: 0 -4px;
    width: auto;
  }
  .m-label-slider .slider__main .slider__container {
    padding-top: calc(9.2857142857% - 0px);
  }
  .m-label-slider .slider__main .slider__slider .slider__item-list .slider__item {
    padding: 0 4px;
    width: 20%;
  }
  .m-label-slider .slider__main {
    max-width: none;
  }
  .m-label-slider .slider__main .slider__item .slider__item-inner {
    display: block;
    position: relative;
    padding-top: 46.4285714286%;
  }
}

.o-label {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.o-label .o-label__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .o-label .o-label__header {
    margin-bottom: 16px;
  }
}
.o-label .o-label__header .o-label__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .o-label .o-label__header .o-label__title {
    font-size: 22px;
  }
}
.o-label .o-label__header .o-label__more {
  margin-left: 8px;
}
.o-label .o-label__body section > [class$=__header] > [class$=__title], .o-label .o-label__body div > [class$=__header] > [class$=__title] {
  font-size: 16px;
}
@media (min-width: 769px) {
  .o-label .o-label__body section > [class$=__header] > [class$=__title], .o-label .o-label__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
.o-label .o-label__bottom-more {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .o-label .o-label__bottom-more {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .o-label {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.o-label.-top-border {
  padding-top: 24px;
}
.o-label.-top-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-top: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-label.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-label.-top-border {
    padding-top: 56px;
  }
}
.o-label.-bottom-border {
  padding-bottom: 24px;
}
.o-label.-bottom-border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1540px;
  border-bottom: 8px solid #f0f0f0;
}
@media (min-width: 769px) {
  .o-label.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .o-label.-bottom-border {
    padding-bottom: 56px;
  }
}
.o-label.-bottom-border + .-pickup {
  margin-top: -8px;
}
.o-label.-pickup {
  background-color: #eaf6ef;
}
.o-label.-pickup::before {
  border-color: #dddddd;
}
.o-label .o-label__body > *:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .o-label .o-label-group {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .o-label .o-label-group .o-label-group__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-label .o-label-group .o-label-group__header {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .o-label .o-label-group .o-label-group__header .o-label-group__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-label .o-label-group .o-label-group__header .o-label-group__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .o-label .o-label-group .o-label-group__header .o-label-group__more {
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .o-label .o-label-group .o-label-group__body section > [class$=__header] > [class$=__title], .o-label .o-label-group .o-label-group__body div > [class$=__header] > [class$=__title] {
    font-size: 16px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-label .o-label-group .o-label-group__body section > [class$=__header] > [class$=__title], .o-label .o-label-group .o-label-group__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .o-label .o-label-group .o-label-group__bottom-more {
    margin-top: 16px;
    text-align: center;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-label .o-label-group .o-label-group__bottom-more {
    margin-top: 24px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-label .o-label-group {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .o-label .o-label-group.-top-border {
    padding-top: 24px;
  }
  .o-label .o-label-group.-top-border::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1540px;
    border-top: 8px solid #f0f0f0;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-label .o-label-group.-top-border::before {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-label .o-label-group.-top-border {
    padding-top: 56px;
  }
}
@media (max-width: 768px) {
  .o-label .o-label-group.-bottom-border {
    padding-bottom: 24px;
  }
  .o-label .o-label-group.-bottom-border::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1540px;
    border-bottom: 8px solid #f0f0f0;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-label .o-label-group.-bottom-border::after {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .o-label .o-label-group.-bottom-border {
    padding-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .o-label .o-label-group.-bottom-border + .-pickup {
    margin-top: -8px;
  }
}
@media (max-width: 768px) {
  .o-label .o-label-group.-pickup {
    background-color: #eaf6ef;
  }
  .o-label .o-label-group.-pickup::before {
    border-color: #dddddd;
  }
}
@media (max-width: 768px) {
  .o-label .o-label-group:first-of-type {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .o-label .o-label-group {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 24px;
  }
  .o-label .o-label-group .o-label-group__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-label .o-label-group .o-label-group__header {
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) {
  .o-label .o-label-group .o-label-group__header .o-label-group__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-label .o-label-group .o-label-group__header .o-label-group__title {
    font-size: 22px;
  }
}
@media (min-width: 769px) {
  .o-label .o-label-group .o-label-group__header .o-label-group__more {
    margin-left: 8px;
  }
}
@media (min-width: 769px) {
  .o-label .o-label-group .o-label-group__body section > [class$=__header] > [class$=__title], .o-label .o-label-group .o-label-group__body div > [class$=__header] > [class$=__title] {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-label .o-label-group .o-label-group__body section > [class$=__header] > [class$=__title], .o-label .o-label-group .o-label-group__body div > [class$=__header] > [class$=__title] {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .o-label .o-label-group .o-label-group__bottom-more {
    margin-top: 16px;
    text-align: center;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-label .o-label-group .o-label-group__bottom-more {
    margin-top: 24px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .o-label .o-label-group {
    margin-top: 48px;
  }
}
@media (min-width: 769px) {
  .o-label .o-label-group:first-of-type {
    margin-top: 0;
  }
}

.o-cart-display-button {
  text-align: center;
}

.t-contents {
  padding-top: 16px;
}
@media (min-width: 769px) {
  .t-contents {
    padding-top: 48px;
  }
}
.t-contents > *:last-of-type::after {
  content: none;
}

.o-genre-navigation {
  padding-bottom: 16px;
}
@media (min-width: 769px) {
  .o-genre-navigation {
    padding-bottom: 0;
  }
}

.o-searchbox-with-filter {
  margin: 16px auto 24px auto;
  padding: 0 16px;
  max-width: 1600px;
}
@media (min-width: 769px) {
  .o-searchbox-with-filter {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.o-page-title {
  margin: 0 auto 16px auto;
  padding: 0 16px;
  max-width: 1600px;
}
@media (min-width: 769px) {
  .o-page-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 769px) {
  .o-related-genre {
    padding-bottom: 0;
  }
}

.o-sub-slidebanner {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  .o-sub-slidebanner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.o-sub-slidebanner + .o-sub-slidebanner {
  padding-top: 0;
}

.o-cart-display-button {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 769px) {
  .o-cart-display-button {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.o-breadcrumb {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .o-breadcrumb {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}