.index-slider {
  overflow: hidden;
}

.index-slider__items {
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.3s linear;
  visibility: hidden;
}

.index-slider__items.slick-initialized {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.index-slider__item {
  position: relative;
  border-right: none;
  padding: 0 8px;
}

.index-slider__item:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
}

.index-slider__item.slick-current:after {
  content: none;
}

.index-slider__link {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.index-slider__link img {
  width: 100%;
  height: 350px;
  background: transparent;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.index-slider .slick-list,
.index-slider .slick-track {
  width: 100%;
  height: 100%;
}

.index-slider__thumbs {
  width: 100%;
  margin-top: 0;
  background: #323233;
}

.index-slider__thumb {
  position: relative;
}

.index-slider__thumb:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
}

.index-slider__thumb.slick-current {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.index-slider__thumb.slick-current:after {
  content: none;
}

.index-slider__navi img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .index-slider__link img {
    height: calc(350*100vw/1200);
  }

  .index-slider__navi img {
    height: calc(60*100vw/1200);
  }
}

@media screen and (max-width: 768px) {
  .index-slider__item {
    position: relative;
    border-right: none;
    padding: 0 2px;
  }

  .index-slider__link img {
    width: 100%;
    height: auto;
    background: #323233;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .index-slider__navi img {
    width: 100%;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
  }
}

.index-expansion {
  margin-top: 28px;
}

.index-expansion__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-expansion__list {
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 6px;
}

.index-expansion__list::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
}

.index-expansion__list::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 2.5px;
  box-shadow: inset 0 0 6px #dfdfdf;
}

.index-expansion__list::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
}

.index-expansion__item {
  position: relative;
}

.index-expansion__item:nth-child(n+2) {
  margin-left: 8px;
}

.index-expansion__link {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 60px;
  /* padding: 0 24px 0 8px; */
  padding: 0 15px 0 0;
  border: 1px solid #e10541;
  font-size: 19.2px;
  font-size: 1.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.index-expansion__link:before {
  content: "";
  display: block;
  height: 100%;
  width: 16px;
  position: absolute;
  right: 0;
  background: #e10541;
  top: 0;
  bottom: 0;
}

.index-expansion__link:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.index-expansion__link .sub_category_image {
  width: 100%;
  height: 59px;
  display: flex;
  justify-content: center;
}

.index-expansion__link .sub_category_text {
  width: 100%;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.index-pricedown {
  padding: 0 25px 40px;
  background: #FFF;
}

.index-rank__top03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-rank__lower__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-rank__button {
  margin-right: auto;
  margin-left: auto;
}

.index-checked__slider {
  position: relative;
  margin-top: 16px;
}

.index-checked__slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.index-checked__slider .slick-list {
  padding-right: 16px !important;
}

.index-checked__item {
  margin-right: 8px;
}

.index-checked__img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.index-checked__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.index-checked__price {
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
}

.index-checked__arrow {
  height: 50px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #323233;
}

.index-checked__arrow:focus {
  outline: none;
}

.index-checked__arrow.slick-disabled {
  display: none !important;
}

.index-checked__arrow--prev {
  left: 0;
  z-index: 1;
}

.index-checked__arrow--prev:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.index-checked__arrow--next {
  right: 0;
}

.index-checked__arrow--next:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.index-cardlist__list::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
  margin-top: 6px;
}

.index-cardlist__list::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 2.5px;
  box-shadow: inset 0 0 6px #dfdfdf;
}

.index-cardlist__list::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
}

.index-cardlist__item {
  margin-left: 8px;
}

.index-news__heading {
  cursor: pointer;
  position: relative;
}

.index-news__item {
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

.index-news__heading.is-open .index-news__button:after {
  content: none;
}

.index-news__button.active::after {
  content: none;
}

.index-news__title {
  position: relative;
  width: 100%;
}

.index-news__button {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 20px;
}

.index-news__text {
  margin-top: 16px;
}

.index-bnr-sp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.index-bnr-sp__youtube {
  width: 49.4%;
}

.index-bnr-sp__youtube__inner {
  position: relative;
  padding-top: 66.7%;
  overflow: hidden;
}

.index-bnr-sp__youtube__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.index-bnr-sp__banner {
  width: 49.4%;
}

.index-bnr-sp__banner__inner {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}

.index-bnr-sp__banner__inner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-buy-box__inner {
  position: relative;
  border-top: 5px solid #323233;
  background: #29905e;
  display: block;
}

.index-buy-box__title {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.index-buy-box__title--sm {
  display: block;
}

.index-buy-box__title--lg {
  display: block;
}

.index-buy-box__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 8px;
}

.index-buy-box__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 10px) / 3);
  min-height: 80px;
  border-radius: 4px;
  background: #ffffff;
}

.index-buy-box__item--highlight {
  color: #29905e;
  display: block;
  margin-top: 4px;
  font-weight: 700;
}

.index-buy-item {
  background: rgba(41, 144, 94, 0.15);
}

.index-buy-item__title {
  padding: 10px;
  background: #29905e;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.index-buy-item__img {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.index-buy-item__label {
  height: 20px;
  width: 81px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: -4px;
  transform: rotate(-2deg);
  width: calc(100% + 8px);
  background: #29905e;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.index-buy-item__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-buy-item__item {
  width: 25.6%;
  padding: 8px;
  background: #ffffff;
}

.index-buy-item__item:nth-child(n+2) {
  margin-left: 8px;
}

.index-buy-item__text {
  margin-top: 6px;
  font-weight: 700;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-align: center;
}

.index-buy-item__price {
  margin-top: 2px;
  color: #29905e;
  font-weight: 700;
  font-size: 19.2px;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.index-buy-item__button {
  height: 48px;
}

@media screen and (max-width: 1023px) {
  .index-section {
    margin-top: 40px;
  }

  .index-slider__thumbs {
    height: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .index-slider__thumb {
    margin-left: 4px;
  }

  .index-expansion__list {
    width: calc(100% - 112px);
  }

  .index-expansion__item {
    min-width: 124px;
    width: 124px;
  }

  .index-rank__top03 {
    margin-top: 24px;
  }

  .index-rank__lower__items {
    margin-top: 24px;
  }

  .index-rank__buttons {
    margin-top: 32px;
  }

  .index-rank__button {
    height: 48px;
  }

  .index-rank__button:nth-child(n+2) {
    margin-top: 10px;
  }

  .index-cardlist {
    padding-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-cardlist__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-cardlist__item {
    width: calc(25% - 8px);
  }

  .index-news__item {
    padding: 16px 0;
  }

  .index-news__title {
    margin-top: 8px;
    padding-right: 80px;
  }

  .index-buy-box__inner {
    padding: 30px 8px 16px;
  }

  .index-buy-box__inner:before {
    left: 8px;
  }

  .index-buy-box__title--sm {
    font-size: 1.4rem;
  }

  .index-buy-box__title--lg {
    font-size: 2.2rem;
  }

  .index-buy-box__item--highlight {
    font-size: 1.6rem;
  }

  .index-buy-item {
    margin-top: 4px;
  }

  .index-buy-item__title {
    font-size: 1.4rem;
  }

  .index-buy-item__img {
    width: 85%;
  }

  .index-buy-item__items {
    padding: 16px 0;
  }

  .index-buy-item__button {
    margin-top: 16px;
  }
}

@media all and (min-width: 1024px) {
  .index-section {
    margin-top: 60px;
  }

  .index-slider__items {
    max-height: 350px;
    /* background: #323233; */
  }

  .index-slider__thumbs {
    height: 76px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .index-slider__thumb {
    margin-left: 5px;
  }

  .index-expansion__list {
    position: relative;
    width: calc(100% - 180px);
  }

  .index-expansion__item {
    min-width: 141px;
    width: 141px;
  }

  .index-expansion__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-expansion__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-rank {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
  }

  .index-rank__top03 {
    width: 57.4%;
  }

  .index-rank__lower {
    width: 39.8%;
  }

  .index-rank__buttons {
    margin-top: 24px;
  }

  .index-rank__button {
    max-width: 304px;
    height: 40px;
  }

  .index-rank__button:nth-child(n+2) {
    margin-top: 16px;
  }

  .index-checked__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-checked__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-checked__price {
    margin-top: 4px;
  }

  .index-checked__arrow--next {
    transition: 0.3s;
  }

  .index-cardlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-cardlist__list {
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-cardlist__item {
    width: calc(25% - 8px);
  }

  .index-cardlist__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-cardlist__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-news__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-news__item {
    padding: 20px 0;
  }

  .index-news__date {
    min-width: 120px;
    width: 120px;
  }

  .index-news__title {
    margin-left: 24px;
    padding-right: 20px;
  }

  .index-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }

  .index-buy-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-buy-box {
    width: 45%;
  }

  .index-buy-box__inner {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-buy-box__inner:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-buy-box__inner {
    padding: 18px 12px 14px 13px;
  }

  .index-buy-box__inner:before {
    left: 16px;
  }

  .index-buy-box__title--sm {
    font-size: 1.6rem;
  }

  .index-buy-box__title--lg {
    font-size: 2.4rem;
  }

  .index-buy-box__item {
    font-size: 1.4rem;
  }

  .index-buy-box__item--highlight {
    font-size: 2rem;
  }

  .index-buy-item {
    width: 53.8%;
  }

  .index-buy-item__title {
    font-size: 1.6rem;
  }

  .index-buy-item__img {
    width: 70%;
  }

  .index-buy-item__items {
    padding: 22px 16px;
  }

  .index-buy-item__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-buy-item__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-buy-item__button {
    margin-top: 12px;
  }
}

@media print {
  .index-section {
    margin-top: 60px;
  }

  .index-slider__items {
    max-height: 330px;
    background: #323233;
  }

  .index-slider__thumbs {
    height: 76px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .index-slider__thumb {
    margin-left: 8px;
  }

  .index-expansion__list {
    position: relative;
    width: calc(100% - 180px);
  }

  .index-expansion__item {
    min-width: 141px;
    width: 141px;
  }

  .index-expansion__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-expansion__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-rank {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
  }

  .index-rank__top03 {
    width: 57.4%;
  }

  .index-rank__lower {
    width: 39.8%;
  }

  .index-rank__buttons {
    margin-top: 24px;
  }

  .index-rank__button {
    max-width: 304px;
    height: 40px;
  }

  .index-rank__button:nth-child(n+2) {
    margin-top: 16px;
  }

  .index-checked__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-checked__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-checked__price {
    margin-top: 4px;
  }

  .index-checked__arrow--next {
    transition: 0.3s;
  }

  .index-cardlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-cardlist__list {
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-cardlist__item {
    width: 288px;
    min-width: 288px;
    height: 64px;
  }

  .index-cardlist__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-cardlist__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-news__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-news__item {
    padding: 20px 0;
  }

  .index-news__date {
    min-width: 120px;
    width: 120px;
  }

  .index-news__title {
    margin-left: 24px;
    padding-right: 100px;
  }

  .index-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }

  .index-buy-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-buy-box {
    width: 45%;
  }

  .index-buy-box__inner {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-buy-box__inner:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-buy-box__inner {
    padding: 18px 12px 14px 13px;
  }

  .index-buy-box__inner:before {
    left: 16px;
  }

  .index-buy-box__title--sm {
    font-size: 1.6rem;
  }

  .index-buy-box__title--lg {
    font-size: 2.4rem;
  }

  .index-buy-box__item {
    font-size: 1.4rem;
  }

  .index-buy-box__item--highlight {
    font-size: 2rem;
  }

  .index-buy-item {
    width: 53.8%;
  }

  .index-buy-item__title {
    font-size: 1.6rem;
  }

  .index-buy-item__img {
    width: 70%;
  }

  .index-buy-item__items {
    padding: 22px 16px;
  }

  .index-buy-item__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-buy-item__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-buy-item__button {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .index-buy-box__inner:before {
    width: 6.389vw !important;
    height: 6.111vw !important;
  }

  .index-buy-box__title--lg {
    font-size: 1.389vw !important;
  }

  .index-buy-box__item {
    font-size: 0.972vw !important;
  }

  .index-buy-box__item--highlight {
    font-size: 1.389vw !important;
  }

  .index-buy-item__title {
    font-size: 1.51vw !important;
  }

  .index-buy-item__price {
    font-size: 0.833vw;
  }

  .index-buy-item__button {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-cardlist__list {
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .index-cardlist__item {
    width: 104px;
    min-width: 104px;
  }
}

/*# sourceMappingURL=maps/index.css.map */