@charset "UTF-8";
.l-header {
  background: #fff;
  top: -22px;
}

@media screen and (min-width: 768px) {
  .l-header {
    top: -28px;
  }
}
.l-header .l-header__inner {
  border-top: none;
  height: 50px;
}

.l-header .l-header__logo {
  width: 72px !important;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__logo {
    width: 88px !important;
  }
}
.l-header .l-header__nav {
  top: 22px;
}

@media screen and (min-width: 768px) {
  .l-header .l-header__nav {
    top: 28px;
  }
}
.l-header.is-open .l-header__menu {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .l-header.is-open .l-header__menu {
    margin-top: 80px;
  }
}
.fs-l-page {
  padding-top: 50px;
}

.manaco-summary {
  width: 100%;
  font-feature-settings: 'pwid' off;
  font-weight: 400;
}

.manaco-summary .section {
  padding: 64px 0;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section {
    padding: 120px 0;
  }
}
.manaco-summary .section__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5%;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section__wrap {
    padding: 0 10%;
  }
}
.manaco-summary .section__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section__title {
    gap: 12px;
  }
}
.manaco-summary .section__title--en {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section__title--en {
    line-height: 1;
  }
}
.manaco-summary .section__title--ja {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.manaco-summary .section__content {
  width: 80vw;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section__content {
    width: 44%;
  }
}
.manaco-summary .section__text {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.manaco-summary .mv {
  width: 100%;
  position: relative;
}
.manaco-summary .mv__img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .mv__img {
    height: calc(100vh - 50px);
    aspect-ratio: unset;
  }
}
.manaco-summary .mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.manaco-summary .mv__info {
  width: 100%;
  height: 113px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manaco-summary .mv__info:active {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .mv__info {
    height: auto;
    background-color: #8c8c8c;
    padding: 16px;
  }
  .manaco-summary .mv__info:hover {
    opacity: 0.8;
  }
}
.manaco-summary .mv__index-title {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: #8c8c8c;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .mv__index-title {
    width: auto;
    display: block;
    padding: 0;
  }
}
.manaco-summary .mv__index-link {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .mv__index-link {
    width: auto;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    color: #ffffff;
    padding: 0;
  }
}
.manaco-summary .mv__index-link span.more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .mv__index-link span.more {
    gap: 16px;
  }
}
.manaco-summary .mv__index-link span.more::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .manaco-summary .mv__index-link span.more::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
.manaco-summary .mv__title {
  width: 100%;
  aspect-ratio: 390/146;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .mv__title {
    aspect-ratio: 1440/143;
    background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  }
}
.manaco-summary .mv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.manaco-summary .section.about {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.manaco-summary .section.about .section__wrap {
  gap: 96px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.about .section__wrap {
    gap: 120px;
  }
}
.manaco-summary .section.about .c-link {
  font-weight: 400;
  margin-top: 24px;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.about .c-link {
    margin-top: 48px;
  }
}

.manaco-summary .section.category {
  width: 100%;
  padding: 48px 0;
}
.manaco-summary .section.category .category__anchor {
  width: 100%;
  margin-top: 48px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor {
    margin-top: 95px;
  }
}
.manaco-summary .section.category .category__anchor-list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.manaco-summary .section.category .category__anchor-list::-webkit-scrollbar {
  display: none;
}
.manaco-summary .section.category .category__anchor-list.dragging {
  cursor: grabbing;
}
.manaco-summary .section.category .category__anchor-item {
  width: 240px;
  height: 328px;
  flex-shrink: 0;
  position: relative;
}
.manaco-summary .section.category .category__anchor-item:active {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-item {
    width: 360px;
    height: 354px;
  }
  .manaco-summary .section.category .category__anchor-item:hover {
    opacity: 0.6;
  }
}
.manaco-summary .section.category .category__anchor-item:first-of-type {
  margin-left: 17.4vw;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-item:first-of-type {
    margin-left: 30%;
  }
}
.manaco-summary .section.category .category__anchor-item:last-of-type {
  margin-right: 5vw;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-item:last-of-type {
    margin-right: 0;
  }
}
.manaco-summary .section.category .category__anchor-img {
  width: 240px;
  height: 320px;
  aspect-ratio: 240/320;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-img {
    width: 320px;
    height: 338px;
    aspect-ratio: 320/338;
    margin: 0 20px;
  }
}
.manaco-summary .section.category .category__anchor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 100%;
  object-position: center 100%;
  -webkit-user-drag: none;
}
.manaco-summary .section.category .category__anchor-img img.tote-bag {
  scale: 1.2;
  margin-top: -8%;
}
.manaco-summary .section.category .category__anchor-img img.others {
  scale: 0.9;
  margin-top: 5%;
}
.manaco-summary .section.category .category__anchor-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px;
  position: relative;
  z-index: 3;
  -webkit-user-drag: none;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-link {
    padding: 0;
  }
}
.manaco-summary .section.category .category__anchor-num {
  width: 100%;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-num {
    font-size: 24px;
  }
}
.manaco-summary .section.category .category__anchor-num::before {
  content: '#';
}
.manaco-summary .section.category .category__anchor-name {
  width: 100%;
  font-size: 12px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-name {
    font-size: 14px;
  }
}
.manaco-summary .section.category .category__anchor-name span.u-font--en {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-name span.u-font--en {
    font-size: 20px;
  }
}
.manaco-summary .section.category .category__anchor-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: absolute;
  top: -80px;
  right: 5vw;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-btn {
    gap: 64px;
    top: -135px;
    right: 10%;
  }
}
.manaco-summary .section.category .category__anchor-btn .anchor-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  transition: opacity 0.3s;
}
.manaco-summary .section.category .category__anchor-btn .anchor-arrow:active {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-btn .anchor-arrow {
    width: 40px;
    height: 40px;
  }
  .manaco-summary .section.category .category__anchor-btn .anchor-arrow:hover {
    opacity: 0.6;
  }
}
.manaco-summary
  .section.category
  .category__anchor-btn
  .anchor-arrow[disabled] {
  opacity: 0;
  cursor: default;
}
.manaco-summary
  .section.category
  .category__anchor-btn
  .anchor-arrow[disabled]:active {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .manaco-summary
    .section.category
    .category__anchor-btn
    .anchor-arrow[disabled]:hover {
    opacity: 0;
  }
}
.manaco-summary .section.category .category__anchor-btn .anchor-arrow::after {
  display: inline-block;
  font-family: 'Material Symbols Outlined';
  font-weight: 100;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.category .category__anchor-btn .anchor-arrow::after {
    font-size: 40px;
  }
}
.manaco-summary
  .section.category
  .category__anchor-btn
  .anchor-arrow.anchor-prev::after {
  content: 'arrow_circle_left';
}
.manaco-summary
  .section.category
  .category__anchor-btn
  .anchor-arrow.anchor-next::after {
  content: 'arrow_circle_right';
}

.manaco-summary .section.voice {
  width: 100%;
}
.manaco-summary .section.voice .voice__slider {
  padding-top: 64px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.voice .voice__slider {
    padding-top: 96px;
    padding-bottom: 32px;
  }
}
.manaco-summary .section.voice .voice__list {
  width: 100%;
  height: 100%;
}
.manaco-summary .section.voice .voice__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.voice .voice__item {
    gap: 32px;
  }
}
.manaco-summary .section.voice .slick-track {
  display: flex;
}
.manaco-summary .section.voice .slick-arrow {
  width: 24px;
  height: 24px;
  bottom: -48px;
}
.manaco-summary .section.voice .slick-arrow:active {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.voice .slick-arrow {
    width: 32px;
    height: 32px;
    bottom: -64px;
  }
  .manaco-summary .section.voice .slick-arrow:hover {
    opacity: 0.6;
  }
}
.manaco-summary .section.voice .c-slick-counter {
  width: auto;
  height: 24px;
  font-size: 14px;
  bottom: -24px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.voice .c-slick-counter {
    height: 32px;
    font-size: 16px;
    bottom: -32px;
  }
}

.manaco-summary .section.product {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.manaco-summary .section.product .product__index {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #f2f2f2, #ffffff);
}
.manaco-summary .section.product .product__index-wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__index-wrap {
    width: 75%;
  }
}
.manaco-summary .section.product .product__index-img {
  width: 100%;
  aspect-ratio: 4/3;
}
.manaco-summary .section.product .product__index-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.manaco-summary .section.product .product__index-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__index-container {
    aspect-ratio: 9/1;
  }
}
.manaco-summary .section.product .product__index-content {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
}
.manaco-summary .section.product .product__index-content:active {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__index-content {
    flex-direction: row;
    align-items: flex-end;
    padding: 16px;
    width: 100%;
  }
  .manaco-summary .section.product .product__index-content:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1280px) {
  .manaco-summary .section.product .product__index-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.manaco-summary .section.product .product__index-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__index-link {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    gap: 16px;
    padding-right: 0;
  }
}
.manaco-summary .section.product .product__index-link::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__index-link::after {
    width: 10px;
    height: 10px;
  }
}
.manaco-summary .section.product .product__heading {
  width: 50%;
  height: 100%;
  flex-shrink: 0;
  padding-top: 8px;
  padding-left: 8px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__heading {
    width: 25%;
    padding-top: 0;
    padding-left: 16px;
  }
}
.manaco-summary .section.product .product__heading .section__title {
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__heading .section__title {
    gap: 12px;
  }
}
.manaco-summary .section.product .product__heading .section__title--en {
  font-size: 20px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__heading .section__title--en {
    font-size: 24px;
  }
}
.manaco-summary .section.product .product__heading .section__title--ja {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__heading .section__title--ja {
    font-size: 14px;
  }
}
.manaco-summary .section.product .product__feature-list {
  overflow-y: hidden;
  width: 100%;
  max-height: 133.34vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: max-height 0.5s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-list {
    max-height: 33.33vw;
    gap: 10px 0;
  }
}
.manaco-summary .section.product .product__feature-list.show {
  max-height: calc(266.67vw + 5px);
  padding-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-list.show {
    max-height: calc(66.67vw + 15px);
  }
}
.manaco-summary .section.product .product__feature-item {
  width: 50%;
  aspect-ratio: 3/4;
  border: 1px solid #ffffff;
  border-top: none;
  background: linear-gradient(180deg, #f2f2f2 84.17%, #ffffff 100%);
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
}
.manaco-summary .section.product .product__feature-item:active {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-item {
    width: 25%;
  }
  .manaco-summary .section.product .product__feature-item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .manaco-summary .section.product .product__feature-item:hover a {
    opacity: 1;
  }
}
.manaco-summary .section.product .product__feature-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.manaco-summary .section.product .product__feature-img {
  width: 92.3%;
  aspect-ratio: 180/208;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-img {
    width: 83.3333333333%;
    aspect-ratio: 3/4;
  }
}
.manaco-summary .section.product .product__feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 100%;
  object-position: center 100%;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-img img {
    -o-object-position: center;
    object-position: center;
  }
}
.manaco-summary .section.product .product__feature-img img.mini-shoulder {
  -o-object-position: center 190%;
  object-position: center 190%;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-img img.mini-shoulder {
    padding-bottom: 16px;
  }
}
.manaco-summary .section.product .product__feature-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 8px 12px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-info {
    gap: 8px;
    padding: 0;
    bottom: 9%;
  }
}
.manaco-summary .section.product .product__feature-name {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-name {
    text-align: center;
  }
}
.manaco-summary .section.product .product__feature-price {
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-price {
    font-size: 16px;
    text-align: center;
  }
}
.manaco-summary .section.product .product__feature-price::before {
  content: '¥';
  margin-right: 2px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-price::before {
    margin-right: 4px;
  }
}
.manaco-summary .section.product .product__feature-soldOut {
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__feature-soldOut {
    font-size: 16px;
    text-align: center;
  }
}
.manaco-summary .section.product .product__more {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__more {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.manaco-summary .section.product .product__more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 2;
  color: #737373;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__more-btn {
    font-size: 14px;
  }
}
.manaco-summary .section.product .product__more-btn.active {
  position: absolute;
  top: 10px;
  z-index: 3;
  opacity: 1;
}
.manaco-summary .section.product .product__more-btn.active:active {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__more-btn.active {
    top: 18px;
  }
  .manaco-summary .section.product .product__more-btn.active:hover {
    opacity: 0.6;
  }
}
.manaco-summary .section.product .product__more-btn::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #737373;
  border-right: 1px solid #737373;
  margin-bottom: 2px;
  transform: rotate(135deg);
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.product .product__more-btn::after {
    width: 6px;
    height: 6px;
    margin-bottom: 0;
  }
}
.manaco-summary .section.product .product__more-btn.link::after {
  transform: rotate(45deg);
}

.manaco-summary .section.index {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.index {
    gap: 48px;
  }
}
.manaco-summary .section.index .index__title {
  width: 169px;
  height: 48px;
  aspect-ratio: 226/64;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.index .index__title {
    width: 226px;
    height: 64px;
  }
}
.manaco-summary .section.index .index__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.manaco-summary .section.index .index__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.index .index__list {
    gap: 1px 2px;
  }
}
.manaco-summary .section.index .index__item {
  width: 100%;
  position: relative;
  transition: box-shadow 0.2s;
}
.manaco-summary .section.index .index__item:active {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.manaco-summary .section.index .index__item:active img {
  scale: 1.1;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.index .index__item {
    width: calc(50% - 1px);
  }
  .manaco-summary .section.index .index__item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .manaco-summary .section.index .index__item:hover img {
    scale: 1.1;
  }
}
.manaco-summary .section.index .index__item a:hover {
  opacity: 1;
}
.manaco-summary .section.index .index__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.manaco-summary .section.index .index__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: scale 0.4s;
}
.manaco-summary .section.index .index__content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  padding: 12px 5px;
  background: linear-gradient(to bottom, #f2f2f2, #ffffff);
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.index .index__content {
    min-height: 97px;
    gap: 0;
    padding: 16px 16px;
  }
}
.manaco-summary .section.index .index__link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .manaco-summary .section.index .index__link::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    transform: rotate(45deg);
    margin-bottom: 6px;
  }
} /*# sourceMappingURL=style.css.map */
