.feature-01 {
  padding-top: 30px;
  background: #fff;
  color: #212529;
}

.feature-01 .mypage-content {
  max-width: 1138px;
  padding-left: 0;
}

.feature-01-content.row {
  justify-content: center;
}

.feature-01 .number,
.feature-01 .text-left a,
.feature-01 .shop-category a,
.feature-01 .page-item {
  color: #212529;
}

.feature-01 .row > * {
  padding-left: 0;
  padding-right: 0;
}

.item-tag-feature-01 {
  padding-left: 8px;
  padding-right: 8px;
  background: #979DA3;
}

.feature-01-title {
  padding-bottom: 30px;
}

.feature-01-subtitle {
  margin: 0 0 10px;
  border-bottom: 1px solid #979DA3;
}

.feature-01-subtitle span {
  display: inline-block;
  padding: 6px 10px;
  background: #979DA3;
  color: #fff;
}

.feature-01 .innerbox-c {
  border-radius: 10px;
}

.feature-01-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #bbb;
  color: #212529;
  font-size: 14px;
}

.feature-01 .text-left {
  margin-top: 10px;
  margin-bottom: 0;
}

.feature-01 .item-area-text {
  width: 100%;
  margin-top: 10px;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-01 .gallery-item {
  max-width: 250px;
  min-width: 250px;
  margin-bottom: 0;
  line-height: 1.5;
}

.feature-01 .shop-category a {
  font-size: 16px;
}

.feature-01 .gallery-item-body {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  gap: 46px;
}

.feature-01-category {
  font-size: 16px;
  color: #fff;
}

.feature-01 .item-tag-wrapper {
  height: 24px;
  overflow: hidden;
}

.feature-01 .item-tag {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.feature-01 .text a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.area-wrapper {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  background-color: #fff;
  min-width: 14rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.2rem;
  padding: 0.8rem;
  padding-right: 2.4rem;
  font-size: 1.3rem;
}
.area-wrapper::before, .area-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.area-wrapper::before {
  right: 2.1rem;
  width: 0.1rem;
  height: 1.6rem;
  background-color: #ccc;
}
.area-wrapper::after {
  right: 0.8rem;
  width: 0.5rem;
  height: 0.4rem;
  border-style: solid;
  border-width: 0.4rem 0.25rem 0 0.25rem;
  border-color: #333 transparent transparent transparent;
}
.area-wrapper-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding-left: 0.8rem;
}

/* NOTICE: 1399pxと1001pxをトリガーとしてJS処理をしているため、max-widthを修正する場合は、JSも修正すること */
@media (max-width: 1399px) {
  .feature-01 .mypage-content {
    max-width: 842px;
  }  
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .area-wrapper {
    min-width: 11rem;
    height: 3.2rem;
    padding: 0.8rem;
    padding-right: 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 1001px) {
  .feature-01 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-01 .mypage-content {
    max-width: 538.5px;
  }

  .feature-01 .gallery-item-body {
    grid-template-columns: calc(50% - 12.5px) calc(50% - 12.5px);
    gap: 38.5px;
    gap: 25px;
  }

  .feature-01 .gallery-item {
    max-width: 100%;
    min-width: unset;
  }

  .feature-01 .text-left {
    margin-top: 10px;
  }

  .feature-01 .text-left a {
    font-size: 16px;
    line-height: 1.5;
  }

  .feature-01-excerpt {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  main.feature-01 .pager-wrapper {
    margin-top: 50px;
  }

  .feature-01 .item-area-text,
  .feature-01 .item-tag {
    font-size: 0.75rem;
  }

  .feature-01 .item-tag-wrapper {
    height: 18px;
  }
}