@charset "UTF-8";
#tblLayout {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto;
  list-style: none;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #tblLayout {
    margin: 0 auto;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .only-tab {
    display: block;
  }
}

.feature {
  color: #333333;
}

.feature__mv {
  max-width: 1200px;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .feature__mv {
    margin-bottom: 20px;
  }
}

.feature__mv > img {
  width: 100%;
}

.feature__note {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .feature__note {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature__note {
    padding: 0 10px;
  }
}

.feature__note > dl > dt {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.feature__note > dl > dt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 30px;
  background-color: #D01F14;
  left: 0;
  bottom: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .feature__note > dl > dt::before {
    width: 8px;
    height: 24px;
  }
}

.feature__note__txt {
  margin-bottom: 20px;
}

.feature__note__period > dd {
  font-size: 24px;
  color: #D01F14;
}

@media screen and (max-width: 768px) {
  .feature__note__period > dd {
    font-size: 18px;
  }
}

.feature__category-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px 10px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .feature__category-btn {
    gap: 15px 10px;
    margin-bottom: 60px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature__category-btn {
    padding: 0 10px;
  }
}

.feature__category-btn__item {
  width: calc((100% - 10px * 3)/ 4);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  border: 2px solid #D01F14;
  background-color: #fff;
  box-shadow: 0 5px 0 #D01F14;
  position: relative;
}

@media screen and (max-width: 768px) {
  .feature__category-btn__item {
    width: calc((100% - 10px * 1)/ 2);
  }
}

.feature__category-btn__item > a {
  display: block;
  width: 100%;
  text-align: center;
  color: #D01F14;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  min-height: 60px;
}

.feature__category-btn__item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #D01F14 transparent transparent transparent;
  right: 15px;
  position: absolute;
}

@media screen and (max-width: 480px) {
  .feature__category-btn__item::after {
    border-width: 8px 6px 0 6px;
    right: 10px;
  }
}

.feature .nav-wrapper {
  width: 100%;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .feature .nav-wrapper {
    margin-bottom: 60px;
  }
}

.feature .category-nav {
  max-width: 1200px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.feature .category-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.feature .category-nav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.feature .category-nav__item:nth-last-child(-n+3) {
  border-left: 2px dotted #C51D12;
}

@media screen and (max-width: 768px) {
  .feature .category-nav__item:first-child {
    border-left: none;
  }
}

.feature .category-nav__item:last-child {
  border-right: 2px dotted #C51D12;
}

@media screen and (max-width: 768px) {
  .feature .category-nav__item:last-child {
    border-right: none;
  }
}

.feature .category-nav__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}

@media screen and (max-width: 768px) {
  .feature .category-nav__item > a {
    font-size: 13px;
    height: 80px;
  }
}

.feature .category-nav__item > a:hover {
  opacity: 1;
  background-color: #f8e0de;
}

.feature .category-nav__item > a.active {
  color: #C51D12;
  border-bottom: 3px solid #C51D12;
  background-color: #f8e0de;
}

.feature .category-nav__item > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #C51D12 transparent transparent transparent;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .feature .category-nav__item > a::after {
    content: none;
  }
}

.feature .category-nav .category-section {
  scroll-margin-top: 80px;
}

.feature .category-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}

.feature__sp-txt {
  text-align: center;
  color: #D01F14;
  font-weight: 500;
}

.feature__cat-morebtn {
  max-width: 700px;
  width: 100%;
  margin: 60px auto 0;
}

.feature__cat-morebtn > a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #D01F14;
  padding: 20px 10px;
  border: 5px solid #D01F14;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .feature__cat-morebtn > a {
    font-size: 16px;
    padding: 15px 10px;
  }
}

.feature__cat-morebtn > a > span {
  position: relative;
  padding-left: 1em;
}

.feature__cat-morebtn > a > span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/Contents/ImagesPkg/feature/f-recommend/icon_pickup-btn_red.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .feature__cat-morebtn > a > span::before {
    width: 18px;
    height: 18px;
    left: -8px;
  }
}

@media screen and (max-width: 768px) {
  .feature__cat-morebtn {
    max-width: 400px;
    margin-top: 30px;
  }
}

.feature__category {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .feature__category {
    padding: 0 10px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature__category {
    padding: 0 10px;
  }
}

.feature__category__wrap {
  margin-bottom: 120px;
}

.feature__category__wrap:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .feature__category__wrap {
    margin-bottom: 60px;
  }
}

.feature__category__ttl {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #D01F14;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .feature__category__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.feature__category__sub-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #ea1c24;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .feature__category__sub-ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.feature__category__sub-ttl::before {
  content: '■';
  color: #fcb1a9;
}

.feature__category__summary {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .feature__category__summary {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.feature__category__list-box {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .feature__category__list-box {
    width: 100%;
    overflow-x: scroll;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

.feature__category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 32px;
}

@media screen and (max-width: 768px) {
  .feature__category__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 0 12px;
  }
}

.feature__category__item {
  width: calc((100% - 32px * 4) / 5);
}

.feature__category__item:nth-child(n+6) {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .feature__category__item {
    width: calc((100% - 12px) / 2);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    scroll-snap-align: start;
  }
  .feature__category__item:nth-child(n+6) {
    margin-top: 0;
  }
}

.feature__category__item-inner .name {
  font-size: 12px !important;
  margin-bottom: 4px;
  line-height: 1.5 !important;
}

.feature__category__item-inner .price {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.feature__category__item-inner .price > p {
  font-weight: bold;
}

.feature__category__item-inner .price > a {
  display: none;
}

.feature__category__item-inner .price .special {
  line-height: 1.4;
}

.feature__category__item-inner .thumb {
  margin-bottom: 12px;
}

.feature__category__item-inner .thumb > img {
  width: 100%;
}

.feature__category__item-inner .icon {
  margin-top: 4px;
}

.feature__category__item-inner .icon > span > img {
  display: inline;
  height: 20px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .feature .sale-end {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}

.feature .sale-end__txt {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .feature .sale-end__txt {
    margin-bottom: 30px;
  }
}

.feature .sale-end__txt > p {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .feature .sale-end__txt > p {
    font-size: 14px;
  }
}

.feature .sale-end__txt .strong-txt {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #c51d12;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .feature .sale-end__txt .strong-txt {
    font-size: 18px;
  }
}

.feature .sale-end__link {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.feature .sale-end__link > a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #c51d12;
  font-weight: bold;
  border-radius: 61px;
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .feature .sale-end__link > a {
    padding: 15px 10px;
  }
}

.feature .pickup {
  border: 2px dotted #D01F14;
  border-radius: 10px;
  padding: 20px 20px 30px;
}

@media screen and (max-width: 768px) {
  .feature .pickup {
    padding: 10px 10px 20px;
  }
}

.feature .pickup__label {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background-color: #D01F14;
  border-radius: 8px 8px 0 0;
  padding: 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .feature .pickup__label {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.feature .pickup__label > span {
  position: relative;
}

.feature .pickup__label > span::before {
  content: "";
  display: inline-block;
  background-image: url(/Contents/ImagesPkg/feature/f-recommend/icon_pickup-label.png);
  width: 40px;
  height: 30px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: -47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .feature .pickup__label > span::before {
    width: 30px;
    height: 20px;
    left: -37px;
  }
}

.feature .pickup__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .feature .pickup__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature .pickup__img {
  max-width: 400px;
  width: 100%;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .feature .pickup__img {
    max-width: 300px;
    margin: 0 auto 10px;
  }
}

.feature .pickup__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(/Contents/ImagesPkg/feature/f-recommend/img_pickup-back.png) no-repeat;
  background-position: top center;
  background-size: 50%;
}

@media screen and (max-width: 768px) {
  .feature .pickup__detail {
    background-size: 90%;
    gap: 10px 0;
  }
}

.feature .pickup__detail .item-name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 2px solid #D01F14;
}

@media screen and (max-width: 768px) {
  .feature .pickup__detail .item-name {
    font-size: 16px;
  }
}

.feature .pickup__detail .item-name__maker, .feature .pickup__detail .item-name__type {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .feature .pickup__detail .item-name__maker, .feature .pickup__detail .item-name__type {
    font-size: 14px;
  }
}

.feature .pickup__detail .item-summary {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .feature .pickup__detail .item-summary {
    font-size: 14px;
  }
}

.feature .pickup__detail .item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}

.feature .pickup__detail .item-price, .feature .pickup__detail .item-btn {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.feature .pickup__detail .item-price {
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
  background: url(/Contents/ImagesPkg/feature/f-recommend/img_price-bakudan.png) no-repeat;
  background-position: right;
  background-size: contain;
  padding: 40px 10px 0 0;
}

@media screen and (max-width: 768px) {
  .feature .pickup__detail .item-price {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.feature .pickup__detail .item-price .main-price {
  color: #D01F14;
  line-height: 1.2;
}

.feature .pickup__detail .item-price .main-price__num {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .feature .pickup__detail .item-price .main-price__num {
    font-size: 30px;
  }
}

.feature .pickup__detail .item-price .tax-price {
  text-align: right;
}

.feature .pickup__detail .item-btn {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .feature .pickup__detail .item-btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    max-width: 400px;
  }
}

.feature .pickup__detail .item-btn > a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background-color: #D01F14;
  color: #fff;
  border-radius: 50px;
  padding: 20px 10px;
}

.feature .pickup__detail .item-btn > a > span {
  position: relative;
  padding-left: 1em;
}

.feature .pickup__detail .item-btn > a > span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/Contents/ImagesPkg/feature/f-recommend/icon_pickup-btn.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .feature .pickup__detail .item-btn > a > span::before {
    width: 18px;
    height: 18px;
    left: -8px;
  }
}

@media screen and (max-width: 768px) {
  .feature .pickup__detail .item-btn > a {
    font-size: 16px;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .feature .sale-end {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}

.feature .sale-end__txt {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .feature .sale-end__txt {
    margin-bottom: 30px;
  }
}

.feature .sale-end__txt > p {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .feature .sale-end__txt > p {
    font-size: 14px;
  }
}

.feature .sale-end__txt .strong-txt {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #c51d12;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .feature .sale-end__txt .strong-txt {
    font-size: 18px;
  }
}

.feature .sale-end__link {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.feature .sale-end__link > a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #c51d12;
  font-weight: bold;
  border-radius: 61px;
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .feature .sale-end__link > a {
    padding: 15px 10px;
  }
}
