﻿/**
 * #s-formContent-head
 */
.l-container-wrap__head {
  max-width: 100rem;
  width: 100%;
  margin-inline: auto;
}
.s-formContent-head {
  padding-bottom: 2.1rem;
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (max-width: 960px) {
  .l-container-wrap__head {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .s-formContent-head {
    padding-bottom: 2.6rem;
  }
}

/**
 * .m-formHeading-body__tagList
 */
.m-formHeading-body__tagList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.m-formHeading-body__tagListItem {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  margin-left: 1rem;
  background-color: var(--color-gray);
  border-radius: 2rem;
}
.m-formHeading-body__tagListItemLink {
  display: block;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
}

.m-featureListLine {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3.5rem;
  gap: 2.5rem 0.9rem;
}

@media screen and (min-width: 576px) {
  .m-featureListLine {
    padding-top: 8rem;
    gap: 6rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .m-featureListLine {
    padding-top: 8rem;
    gap: 6rem 3rem;
  }
}

.m-featureListLine__item {
  width: calc(50% - 0.45rem);
}
@media screen and (min-width: 576px) {
  .m-featureListLine__item {
    width: calc(33.3333% - 2rem);
  }
}
@media screen and (min-width: 992px) {
  .m-featureListLine__item {
    width: calc(25% - 2.25rem);
  }
}

.m-featureProductList-pager {
  margin-top: 5.5rem;
}

.p-page-feature .p-productSkuBottomBtn,
.p-page-feature .c-productSkuSelectBox {
  margin-top: 1rem;
}

.p-page-feature .p-productSkuBottomBtn > form .p-productSkuBottomBtn {
  margin-top: 0;
}

.p-page-feature .p-productSkuBottomBtn__cart,
.p-page-feature .p-productSkuBottomBtn__favorit,
.p-page-feature .p-productSkuBottomBtn > form {
  width: 100%;
}

/* Feature
------------------------------------------------------------- */
.c-feature {
  position: relative;
}

.c-feature-head {
  position: relative;
}

.c-feature-body {
  position: relative;
  margin-top: 0.7rem;
}

@media screen and (min-width: 768px) {
  .c-feature-body {
    margin-top: 1rem;
  }
}

.c-feature-body__title-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .c-feature-body__title-name {
    font-size: 1.6rem;
  }
}

@media (hover: hover) {
  .c-feature-body__title-name:hover {
    opacity: var(--hover-opacity);
    transition: opacity var(--transition-default);
  }
}

/*  p-featureListHeading
------------------------------------------------------------- */
.p-featureListHeading {
  display: block;
  padding: 0 1.5rem 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--color-gray);
}

@media screen and (min-width: 768px) {
  .p-featureListHeading {
    padding: 0;
    margin-bottom: 3.5rem;
    border-bottom: none;
  }
}

.p-featureListHeading-head {
  display: block;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-featureListHeading-head {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-gray);
  }
}

.p-featureListHeading-head__title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.p-featureListHeading-head__title > em {
  font-style: normal;
  font-size: 1.2rem;
}

.p-featureListHeading-head__title > em::before {
  content: " / ";
}

@media screen and (min-width: 768px) {
  .p-featureListHeading-head__title {
    width: calc(100% - 22rem);
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .p-featureListHeading-head__title > em {
    display: inline-block;
    font-size: 1.4rem;
  }
}

.p-featureListHeading-head__nav {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-featureListHeading-head__nav {
    display: flex;
    width: 20rem;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 0.5rem;
  }
}

.p-featureListHeading-head__nav .p-featureListCnt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  line-height: 1;
}

.p-featureListHeading-head__nav .p-featureListCnt__title::after {
  content: "：";
}

.p-featureListHeading-head__nav .p-featureListCnt__cntNum {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .p-featureListHeading-head__nav .p-featureListCnt__cntNum {
    font-weight: 300;
  }
}

.p-featureListHeading-head__nav .p-featureListHeadPager {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-featureListHeading-head__nav .p-featureListHeadPager {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 3.5rem;
  }

  .p-featureListHeading-head__nav .p-featureListHeadPager__prev,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next {
    width: 1.485rem;
  }

  .p-featureListHeading-head__nav .p-featureListHeadPager__prev > a,
  .p-featureListHeading-head__nav .p-featureListHeadPager__prev > span,
  .p-featureListHeading-head__nav .p-featureListHeadPager__prev > button,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next > a,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next > span,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next > button {
    display: block;
  }

  .p-featureListHeading-head__nav .p-featureListHeadPager__prev > a:hover,
  .p-featureListHeading-head__nav .p-featureListHeadPager__prev > span:hover,
  .p-featureListHeading-head__nav .p-featureListHeadPager__prev > button:hover,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next > a:hover,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next > span:hover,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next > button:hover {
    opacity: var(--hover-opacity);
    transition: opacity var(--transition-default);
  }

  .p-featureListHeading-head__nav .p-featureListHeadPager__prev > a > img,
  .p-featureListHeading-head__nav .p-featureListHeadPager__prev > span > img,
  .p-featureListHeading-head__nav .p-featureListHeadPager__prev > button > img,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next > a > img,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next > span > img,
  .p-featureListHeading-head__nav .p-featureListHeadPager__next > button > img {
    display: block;
    width: 100%;
    height: auto;
  }

  .p-featureListHeading-head__nav .p-featureListHeadPager__next {
    margin-left: 3.5rem;
  }
}

/**
 * #s-featureContent
 */
.s-featureContent-item {
  display: block;
  width: 100%;
}

.s-featureContent-body__pager {
  margin-top: 10rem;
}

.s-featureContent-item__headerImage {
  width: 100%;
  margin: 0 auto 3rem;
}

.p-page-feature .c-page-textcontent {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/**
 * feature detail
 */
.l-page-feature--detail {
  --feature-detail-gutter: 1.5rem;
  max-width: calc(100rem + var(--feature-detail-gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--feature-detail-gutter);
}
.l-page-feature--detail img {
  width: 100%;
  height: auto;
}

/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .m-page-feature__block > * + * {
    margin-block-start: 3rem;
  }
  .m-page-feature__block + .m-page-feature__block {
    margin-block-start: 5rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .m-page-feature__block > * + * {
    margin-block-start: 4rem;
  }
  .m-page-feature__block + .m-page-feature__block {
    margin-block-start: 8rem;
  }
}

/**
 * module / component
 */
/* --- header --- */
.m-page-feature__header {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  width: 100%;
  font-family: var(--font-ja-primary);
}
.c-page-feature__title {
  grid-column: 1 / span 2;
  grid-row: 1;
}
.c-page-feature__categories {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  gap: 0.25em;
}
.c-page-feature__categories li {
  padding-inline: 0.8rem;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1.4rem;
  line-height: calc(25 / 14);
}
.c-page-feature__post-date {
  grid-column: 2;
  grid-row: 2;
  text-align: right;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .m-page-feature__header {
    row-gap: 2rem;
    padding-block-end: 2rem;
  }
  .c-page-feature__post-date {
    font-size: 1.4rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .m-page-feature__header {
    row-gap: 3rem;
    padding-block-end: 3rem;
  }
  .c-page-feature__post-date {
    font-size: 1.6rem;
  }
}

/* --- typography --- */
#page-feature-detail h1 {
  font-weight: 600;
  letter-spacing: 0.1em;
}
#page-feature-detail h2:not([class]) {
  --feature-detail-heading-border-width: .2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: var(--feature-detail-heading-border-width) solid var(--color-primary);
}
#page-feature-detail h3:not([class]) {
  --feature-detail-heading-border-width: .2rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: var(--feature-detail-heading-border-width) solid var(--color-gray-middle);
}
#page-feature-detail h3:not([class])::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(var(--feature-detail-heading-border-width) * -1);
  height: var(--feature-detail-heading-border-width);
  background-color: var(--color-primary);
}
#page-feature-detail h4:not([class]) {
  font-weight: 500;
  letter-spacing: 0.1em;
}
#page-feature-detail h5:not([class]) {
  font-weight: 600;
  letter-spacing: 0.1em;
}
#page-feature-detail ul:not([class]),
#page-feature-detail ol:not([class]) {
  padding-inline-start: 1em;
  font-family: var(--font-ja-primary);
}
#page-feature-detail ul:not([class]) li {
  list-style: disc;
}
#page-feature-detail ol:not([class]) li {
  list-style: decimal;
}
#page-feature-detail .c-page-feature__notes {
  margin-block-start: 1.6rem;
  font-size: 1.2rem;
  color: var(--color-red);
  letter-spacing: 0.08em;
  line-height: calc(18 / 12);
}
#page-feature-detail
  a:not(:has(img)):not(.c-page-feature__button):not(
    .c-page-feature-static-products__button
  ):not(.c-page-feature-products__product-link):not(.c-button--arrow-right) {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  color: var(--color-dark);
}
#page-feature-detail
  a:not(:has(img))[target="_blank"]:not(.c-page-feature__button):not(
    .c-page-feature-static-products__button
  )::after {
  content: "";
  background-image: url(../../assets/img/common/icon/icon-link.svg);
  background-size: 100%;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  #page-feature-detail {
    font-size: 1.4rem;
  }
  #page-feature-detail h1 {
    font-size: 2.2rem;
    line-height: calc(35.2 / 22);
  }
  #page-feature-detail h2:not([class]) {
    margin-block-end: 2.5rem;
    padding-block-end: 2rem;
    font-size: 2rem;
    line-height: calc(35 / 20);
  }
  #page-feature-detail h3:not([class]) {
    margin-block-end: 2.5rem;
    padding-block-end: 2rem;
    font-size: 1.8rem;
    line-height: calc(31.5 / 18);
  }
  #page-feature-detail h3:not([class])::after {
    width: 5rem;
  }
  #page-feature-detail h4:not([class]) {
    padding-block-end: 2rem;
    font-size: 1.8rem;
    line-height: calc(31.5 / 18);
  }
  #page-feature-detail h5:not([class]) {
    padding-block-end: 1em;
    font-size: 1.6rem;
    line-height: calc(28 / 16);
  }
  #page-feature-detail p:not([class]) {
    line-height: calc(33.5 / 14);
  }
  #page-feature-detail ul:not([class]),
  #page-feature-detail ol {
    line-height: calc(24.5 / 14);
  }
  #page-feature-detail ul:not([class]) > * + *,
  #page-feature-detail ol > * + * {
    margin-block-start: 1.6rem;
  }
  #page-feature-detail
    a:not(:has(img)):not(.c-page-feature__button):not(
      .c-page-feature-products__product-link
    ):not(.c-button--arrow-right) {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
  }
  #page-feature-detail a:not(:has(img))[target="_blank"]:not([class]) {
    gap: 0.8rem;
    font-size: 1.3rem;
    line-height: calc(19 / 13);
  }
  #page-feature-detail a:not(:has(img))[target="_blank"]:not([class])::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  #page-feature-detail {
    font-size: 1.7rem;
  }
  #page-feature-detail h1 {
    font-size: 3rem;
    line-height: 1.5;
  }
  #page-feature-detail h2:not([class]) {
    margin-block-end: 3.6rem;
    padding-block-end: 2.5rem;
    font-size: 2.7rem;
    line-height: calc(47.25 / 27);
  }
  #page-feature-detail h3:not([class]) {
    margin-block-end: 3.6rem;
    padding-block-end: 2.5rem;
    font-size: 2.4rem;
    line-height: calc(42 / 24);
  }
  #page-feature-detail h3:not([class])::after {
    width: 5rem;
  }
  #page-feature-detail h4:not([class]) {
    padding-block-end: 1em;
    font-size: 2.4rem;
    line-height: calc(42 / 24);
  }
  #page-feature-detail h5:not([class]) {
    padding-block-end: 1.6rem;
    font-size: 2rem;
    line-height: calc(36 / 20);
  }
  #page-feature-detail p:not([class]) {
    line-height: var(--line-height, calc(40.8 / 17));
  }
  #page-feature-detail ul:not([class]),
  #page-feature-detail ol:not([class]) {
    line-height: calc(29.75 / 17);
  }
  #page-feature-detail ul:not([class]) > * + *,
  #page-feature-detail ol > * + * {
    margin-block-start: 1.6rem;
  }
  #page-feature-detail
    a:not(:has(img)):not(.c-page-feature__button):not(
      .c-page-feature-products__product-link
    ):not(.c-button--arrow-right) {
    font-size: 1.6rem;
    line-height: calc(28 / 16);
  }
  #page-feature-detail
    a:not(:has(img))[target="_blank"]:not(.c-page-feature__button) {
    gap: 0.8rem;
  }
  #page-feature-detail
    a:not(:has(img))[target="_blank"]:not(.c-page-feature__button)::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* --- text container --- */
.c-page-feature__text-container {
  border-radius: 1rem;
}
.c-page-feature__text-container[data-decoration-type="background"] {
  background-color: var(--color-gray-light-middle);
}
.c-page-feature__text-container[data-decoration-type="border"] {
  border: 1px solid #d1cbcb;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .c-page-feature__text-container {
    padding-block: 2rem;
    padding-inline: 1.5rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .c-page-feature__text-container {
    padding-block: 3rem;
    padding-inline: 3rem;
  }
}

/* --- table --- */
#page-feature-detail table {
  width: 100%;
  border-spacing: 0;
  font-family: var(--font-ja-primary);
}
#page-feature-detail table th {
  background-color: var(--color-gray-light);
  font-weight: 500;
}
#page-feature-detail table:not(:has(thead)) th {
  text-align: left;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  #page-feature-detail table:not(:has(thead)) tbody tr {
    display: grid;
    grid-template-columns: 100%;
    gap: 1.5rem;
    width: 100%;
  }
  #page-feature-detail table:not(:has(thead)) tbody th {
    padding-block: 1.2rem;
    padding-inline: 1rem;
  }
  #page-feature-detail table:has(thead) {
    display: flex;
    overflow: auto;
  }
  #page-feature-detail table:has(thead) > * {
    flex-shrink: 0;
  }
  #page-feature-detail table:has(thead) thead {
    width: calc(1 / 3 * 100%);
  }
  #page-feature-detail table:has(thead) thead tr,
  #page-feature-detail table:has(thead) thead th {
    display: block;
  }
  #page-feature-detail table:has(thead) td {
    min-width: 11.5rem;
    padding-block: 0.8rem;
    padding-inline: 0.8rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  #page-feature-detail table:not(:has(thead)) {
    border-top: 1px solid var(--color-gray-middle);
  }
  #page-feature-detail table:not(:has(thead)) tbody tr th,
  #page-feature-detail table:not(:has(thead)) tbody tr td {
    padding-block: 2.5rem;
    padding-inline: 2rem;
    border-bottom: 1px solid var(--color-gray-middle);
  }
  #page-feature-detail table:not(:has(thead)) tbody th {
    width: 25rem;
    padding-block: 2.5rem;
    padding-inline: 2rem;
    white-space: nowrap;
  }
  #page-feature-detail table:has(thead) {
    border: 1px solid var(--color-gray-middle);
  }
  #page-feature-detail table:has(thead) th,
  #page-feature-detail table:has(thead) td {
    padding-block: 2rem;
    padding-inline: 1.5rem;
  }
  #page-feature-detail table:has(thead) thead th {
    border-bottom: 1px solid var(--color-gray-middle);
  }
  #page-feature-detail table:has(thead) thead th:not(:last-child) {
    border-right: 1px solid var(--color-gray-middle);
  }
  #page-feature-detail table:has(thead) tbody tr:not(:last-child) td {
    border-bottom: 1px solid var(--color-gray-middle);
  }
  #page-feature-detail table:has(thead) tbody td:not(:last-child) {
    border-right: 1px solid var(--color-gray-middle);
  }
}

/**
 * index
 */
.l-page-feature__index {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  background-color: var(--color-gray-light);
  border-radius: 0.4rem;
}
.l-page-feature__index dt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.l-page-feature__index dd {
  border-top: 1px dashed #e0e0e0;
  letter-spacing: 0.05em;
}
.l-page-feature__index-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}
.l-page-feature__index-list > li {
  border-bottom: 1px dashed #e0e0e0;
  font-size: 16px;
}
.l-page-feature__index-list > li a {
  gap: 1em;
}
.l-page-feature__index-list > li a::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
  background-color: var(--color-primary);
}
.l-page-feature__index-sub-list {
  padding-inline-start: 1em;
}
.l-page-feature__index-sub-list > li {
  color: #242424;
}
.l-page-feature__index-sub-list > li a {
  gap: 12px;
}
.l-page-feature__index-sub-list > li a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
  border-radius: 100vh;
  background-color: #b4b4b4;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .l-page-feature__index {
    margin-block: 5rem;
    padding-block-start: 2rem;
    padding-block-end: 2.5rem;
    padding-inline-start: 1.5rem;
  }
  .l-page-feature__index dt {
    padding-block-end: 1.6rem;
    font-size: 1.5rem;
    line-height: calc(36 / 15);
  }
  .l-page-feature__index-list > li {
    line-height: 2;
  }
  .l-page-feature__index-list > li a {
    padding-block: 1.2rem;
  }
  .l-page-feature__index-sub-list > li {
    font-size: 1.3rem;
    line-height: calc(28 / 13);
  }
  .l-page-feature__index-sub-list > li + li {
    margin-block-start: 1.2rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .l-page-feature__index {
    margin-block: 8rem;
    padding-block: 4rem;
    padding-inline: 4rem;
  }
  .l-page-feature__index dt {
    padding-block-end: 2rem;
    font-size: 2rem;
    line-height: calc(36 / 20);
  }
  .l-page-feature__index-list > li {
    line-height: calc(28 / 16);
  }
  .l-page-feature__index-list > li a {
    padding-block: 1.5rem;
  }
  .l-page-feature__index-sub-list > li {
    font-size: 1.4rem;
    line-height: calc(24.5 / 14);
  }
  .l-page-feature__index-sub-list > li + li {
    margin-block-start: 1.5rem;
  }
}

/**
 * faq
 */
.c-page-feature__faq {
  border-radius: 1rem;
  background-color: var(--color-gray-light-middle);
  line-height: 2;
  letter-spacing: 0.02em;
}
.c-page-feature__faq dt,
.c-page-feature__faq dd {
  position: relative;
}
.c-page-feature__faq dt {
  font-weight: 600;
}
.c-page-feature__faq dd {
  font-weight: 400;
}
.c-page-feature__faq dt::before,
.c-page-feature__faq dd::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: var(--faq-icon-size);
  height: var(--faq-icon-size);
  border: 1px solid var(--color-primary);
  border-radius: 100vh;
}
.c-page-feature__faq dt::before {
  content: "Q";
  background-color: var(--color-primary);
  color: var(--color-white);
}
.c-page-feature__faq dd::before {
  content: "A";
  background-color: transparent;
  color: var(--color-primary);
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .c-page-feature__faq {
    padding-block: 1.5rem;
    padding-inline: 1.2rem;
  }
  .c-page-feature__faq dt,
  .c-page-feature__faq dd {
    --faq-icon-size: 3rem;
    padding-block: 0.4rem;
    padding-inline-start: calc(var(--faq-icon-size) + 2rem);
  }
  .c-page-feature__faq dt {
    font-size: 2rem;
  }
  .c-page-feature__faq dd {
    margin-block-start: 1.6rem;
    font-size: 1.7rem;
  }
  .c-page-feature__faq dt::before,
  .c-page-feature__faq dd::before {
    font-size: 2.4rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .c-page-feature__faq {
    padding-block: 2.5rem;
    padding-inline: 3rem;
  }
  .c-page-feature__faq dt,
  .c-page-feature__faq dd {
    --faq-icon-size: 4.5rem;
    padding-block: 0.8rem;
    padding-inline-start: calc(var(--faq-icon-size) + 1rem);
  }
  .c-page-feature__faq dt {
    font-size: 1.6rem;
  }
  .c-page-feature__faq dd {
    margin-block-start: 1.6rem;
    font-size: 1.4rem;
  }
  .c-page-feature__faq dt::before,
  .c-page-feature__faq dd::before {
    font-size: 1.6rem;
  }
}

/**
 * button
 */
.c-page-feature__button {
  display: grid;
  place-items: center;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-page-feature__button[data-button-position=left] {
  margin-inline-start: 0;
}
.c-page-feature__button[data-button-position=center] {
  margin-inline: auto;
}
.c-page-feature__button[data-button-position=right] {
  margin-inline-start: auto;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .c-page-feature__button {
    width: 24rem;
    height: 5rem;
    margin-block-start: 5rem;
    font-size: 1.5rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .c-page-feature__button {
    width: 30rem;
    height: 6rem;
    margin-block-start: 5rem;
    font-size: 1.8rem;
  }
}

/**
 * carousel
 */
.m-page-feature__carousel-container {
  margin-inline: auto;
}
.m-page-feature__carousel-shell {
  position: relative;
}
.m-page-feature__carousel-container .swiper-button-prev,
.m-page-feature__carousel-container .swiper-button-next {
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.m-page-feature__carousel-container .swiper-button-prev {
  left: 0;
  background-image: url(../../assets/img/common/carousel/carousel-prev.svg);
}
.m-page-feature__carousel-container .swiper-button-next {
  right: 0;
  background-image: url(../../assets/img/common/carousel/carousel-next.svg);
}
.m-page-feature__thumbnails {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.6rem;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .m-page-feature__carousel-shell {
    padding-inline: 2.2rem;
  }
  .m-page-feature__carousel-container .swiper-button-prev,
  .m-page-feature__carousel-container .swiper-button-next {
    width: 0.8rem;
    height: 1.6rem;
  }
  .m-page-feature__thumbnails {
    margin-block-start: 2rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .m-page-feature__carousel-container {
    width: 69.2rem;
  }
  .m-page-feature__carousel-shell {
    padding-inline: 6.6rem;
  }
  .m-page-feature__carousel-container .swiper-button-prev,
  .m-page-feature__carousel-container .swiper-button-next {
    width: 1.6rem;
    height: 3.2rem;
  }
  .m-page-feature__thumbnails {
    margin-block-start: 2.5rem;
    padding-inline: 6.6rem;
  }
}

/**
 * video
 */
.c-page-feature__video {
  aspect-ratio: 2 / 1;
}
.c-page-feature__video iframe {
  width: 100%;
  height: 100%;
}

/**
 * columns
 */
.m-page-feature__columns {
  display: grid;
  align-items: center;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .m-page-feature__columns {
    column-gap: 1.5rem;
    row-gap: 3rem;
  }
  .m-page-feature__columns[data-column-length="1"] {
    grid-template-columns: 100%;
  }
  .m-page-feature__columns[data-column-length="2"],
  .m-page-feature__columns[data-column-length="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .m-page-feature__columns[data-column-length="1"] {
    grid-template-columns: 100%;
  }
  .m-page-feature__columns[data-column-length="2"] {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
  .m-page-feature__columns[data-column-length="4"] {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3.2rem;
  }
}

/**
 * figures
 */
.c-page-feature__figure figcaption {
  letter-spacing: 0.02em;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .c-page-feature__figure figcaption {
    margin-block-start: 1.5rem;
    font-size: 1.2rem;
    line-height: calc(21 / 12);
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .c-page-feature__figure figcaption {
    margin-block-start: 2rem;
    font-size: 1.5rem;
    line-height: calc(26.2 / 15);
  }
}

/**
 * static products
 */
.m-page-feature__static-products {
  background-color: var(--color-gray-light);
}
.c-page-feature-static-products {
  display: grid;
  align-items: center;
}
.c-page-feature-static-products + .c-page-feature-static-products {
  border-top: 1px solid var(--color-gray-middle);
}
.c-page-feature-static-products__summary-box {
  display: grid;
  grid-template-columns: 100%;
}
.c-page-feature-static-products__product-name {
  font-weight: 600;
}
.c-page-feature-static-products__price {
  --line-height: 1;
}
.c-page-feature-static-products__button {
  display: grid;
  place-items: center;
  margin-inline: auto;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  font-weight: 500;
  letter-spacing: 0.1em;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .m-page-feature__static-products {
    padding-inline: 1.5rem;
  }
  .c-page-feature-static-products {
    grid-template-columns: 100%;
    row-gap: 2rem;
    padding-block: 3rem;
  }
  .c-page-feature-static-products__summary-box {
    row-gap: 1.2rem;
  }
  .c-page-feature-static-products__product-name {
    --line-height: calc(28 / 16);
    font-size: 1.6rem;
  }
  .c-page-feature-static-products__price {
    font-size: 2rem;
  }
  .c-page-feature-static-products__price--currency {
    font-size: 1.1rem;
  }
  .c-page-feature-static-products__description {
    --line-height: 2;
    font-size: 1.3rem;
  }
  .c-page-feature-static-products__button {
    width: 15rem;
    height: 4rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .m-page-feature__static-products {
    padding-inline: 5rem;
  }
  .c-page-feature-static-products {
    grid-template-columns: 36rem 1fr;
    column-gap: 4rem;
    padding-block: 5rem;
  }
  .c-page-feature-static-products__summary-box {
    row-gap: 2rem;
  }
  .c-page-feature-static-products__product-name {
    --line-height: calc(42 / 24);
    font-size: 2.4rem;
  }
  .c-page-feature-static-products__price {
    font-size: 2.4rem;
  }
  .c-page-feature-static-products__price--currency {
    font-size: 1.2rem;
  }
  .c-page-feature-static-products__button {
    width: 24rem;
    height: 5rem;
  }
}

/**
 * product list
 */
.m-page-feature-products__list {
  display: grid;
}
.c-page-feature-products__icons-list-item img {
  width: auto;
  height: 100%;
}
.m-page-feature-products + .c-button.c-button--arrow-right {
  margin-inline: auto;
}
.c-page-feature-products__container {
  display: grid;
  gap: 1.5rem;
}
.c-page-feature-products__container[data-grid-container="horizontal"] {
  align-items: center;
}
.m-page-feature-products__description {
  display: grid;
  grid-template-columns: 100%;
  letter-spacing: 0.025em;
}
.c-page-feature-products__thumbnail-picture {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.c-page-feature-products__thumbnail-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .m-featureProductList {
    padding-block-start: 5rem;
  }
  .m-page-feature-products__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
    row-gap: 3rem;
  }
  .c-page-feature-products__container[data-grid-container="horizontal"] {
    grid-template-columns: 12.5rem 1fr;
  }
  .m-page-feature-products__description {
    row-gap: 1rem;
  }
  .c-page-feature-products__product-name {
    font-size: 1.3rem;
    line-height: calc(19.5 / 13);
  }
  .c-page-feature-products__price {
    font-size: 1.6rem;
    line-height: calc(22 / 16);
  }
  .c-page-feature-products__price--currency {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .m-page-feature-products + .c-button.c-button--arrow-right {
    --button-font-size: 1.4rem;
    margin-block-start: 3rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .m-featureProductList {
    padding-block-start: 8rem;
  }
  .m-page-feature-products__list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.5rem;
    row-gap: 4rem;
  }
  .c-page-feature-products__container[data-grid-container="horizontal"] {
    grid-template-columns: 18rem 1fr;
  }
  .m-page-feature-products__description {
    row-gap: 0.8rem;
  }
  .c-page-feature-products__product-name {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }
  .c-page-feature-products__price {
    font-size: 2rem;
    line-height: calc(22 / 20);
  }
  .c-page-feature-products__price--currency {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .m-page-feature-products + .c-button.c-button--arrow-right {
    --button-width: 20rem;
    --button-height: 4.5rem;
    --button-font-size: 1.6rem;
    margin-block-start: 3.6rem;
  }
}

/**
 * social links
 */
.l-feature__socials {
  border-top: 0.2rem solid var(--color-gray-light-little);
}
.m-feature-socials {
  text-align: center;
}
.c-feature-socials__title {
  letter-spacing: 0.1em;
}
.c-feature-socials__links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-feature-socials__link {
  width: var(--feature-social-link-icon-size);
  aspect-ratio: 1 / 1;
}
.c-feature-socials__link img {
  width: 100%;
  height: auto;
}
.c-feature-socials__button {
  margin-inline: auto;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .l-feature__socials {
    margin-block-start: 6.5rem;
    padding-block-start: 5rem;
  }
  .c-feature-socials__title {
    font-size: 1.8rem;
    line-height: calc(23 / 18) !important;
  }
  .c-feature-socials__links {
    column-gap: 3rem;
    margin-block-start: 2.5rem;
  }
  .c-feature-socials__link {
    width: 3rem;
  }
  .c-feature-socials__button {
    margin-block-start: 4rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .l-feature__socials {
    margin-block-start: 15rem;
    padding-block-start: 8rem;
  }
  .c-feature-socials__links {
    column-gap: 3rem;
    margin-block-start: 3rem;
  }
  .c-feature-socials__title {
    font-size: 1.8rem;
    line-height: calc(23 / 18) !important;
  }
  .c-feature-socials__link {
    width: 3.7rem;
  }
  .c-feature-socials__button {
    margin-block-start: 6rem;
  }
}

/**
 * feature list page
 */
#page-feature-list .s-formContent-head {
  display: none;
}
.m-page-feature-list__parent-tabs {
  width: 100%;
  border-bottom: 1px solid var(--color-dark);
}
.m-page-feature-list__child-tabs {
  display: flex;
  align-items: center;
  overflow: auto;
}
.c-page-feature-parent-tabs__link,
.c-page-feature-child-tabs__link {
  display: grid;
  place-items: center;
  background-color: var(
    --tab-link-background-color-active,
    var(--color-gray-light-middle)
  );
  color: var(--tab-link-color-active, var(--color-primary)) !important;
  letter-spacing: 0.1em;
}
.c-page-feature-parent-tabs__link.is-active,
.c-page-feature-child-tabs__link.is-active {
  --tab-link-background-color-active: var(--color-primary);
  --tab-link-color-active: var(--color-white);
}
.c-page-feature-child-tabs__link {
  flex-shrink: 0;
}
.l-page-feature-list__container {
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  #page-feature-list {
    padding-inline: 1.5rem;
  }
  .l-page-feature-list__header {
    padding-block-end: 3.5rem;
  }
  .m-page-feature-list__parent-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
  }
  .c-page-feature-parent-tabs__link {
    height: 4rem;
    font-size: 1.5rem;
  }
  .m-page-feature-list__child-tabs {
    margin-block-start: 2.5rem;
    gap: 0.4rem;
  }
  .c-page-feature-child-tabs__link {
    height: 3rem;
    padding-inline: 1.2rem;
    font-size: 1.4rem;
  }
  .c-page-feature-child-tabs__link.is-active {
    padding-inline: 2rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .l-page-feature-list__header {
    padding-block-end: 8rem;
  }
  .m-page-feature-list__parent-tabs {
    display: flex;
    column-gap: 1.5rem;
    padding-inline: 3rem;
  }
  .c-page-feature-parent-tabs__link {
    width: 18rem;
    height: 6rem;
    font-size: 2rem;
  }
  .m-page-feature-list__child-tabs {
    margin-block-start: 4rem;
    gap: 1rem;
  }
  .c-page-feature-child-tabs__link {
    height: 4rem;
    padding-inline: 2rem;
    font-size: 1.7rem;
  }
  .c-page-feature-child-tabs__link.is-active {
    padding-inline: 3.6rem;
  }
}

/**
 * recipe contents
 */
.m-page-feature-recipe-products {
  display: flex;
  flex-direction: column;
  background-color: var(--color-gray-light);
}
.m-page-feature-recipe-products__list {
  display: grid;
}
.m-page-feature-recipe__block {
  display: grid;
}
.m-page-feature-recipe-materials {
  align-self: start;
  padding-inline: 2rem;
  padding-block: 2.7rem 4rem;
  background-color: var(--color-gray-light-middle);
}
.c-page-feature-recipe-materials__list {
  font-weight: 400;
  line-height: 2;
}
.m-page-feature-recipe-steps h3 small {
  display: block;
}
.m-page-feature-recipe-steps__list {
  display: grid;
  counter-reset: step;
}
.c-page-feature-recipe-steps__list-container {
  display: flex;
}
.c-page-feature-recipe-steps__list-item {
  counter-increment: step;
}
.c-page-feature-recipe-steps__thumbnail {
  flex-shrink: 0;
}
.m-page-feature-recipe-steps__description {
  position: relative;
  display: flex;
  column-gap: 1.5rem;
}
.m-page-feature-recipe-steps__description:before {
  flex-shrink: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  font-weight: 500;
  line-height: 3rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-primary);
  content: counter(step);
}
.c-page-feature-recipe-steps__description-text {
  line-height: 2;
}
.c-page-feature-recipe__button {
  margin-inline: auto;
}
/* --- for small viewport --- */
@media screen and (max-width: 960px) {
  .m-page-feature__recipe > * + * {
    margin-block-start: 4rem;
  }
  .m-page-feature-recipe-products {
    row-gap: 1rem;
    padding-block: 3rem;
    padding-inline: 1.5rem;
  }
  .m-page-feature-recipe-products__list {
    grid-template-columns: auto;
    row-gap: 2rem;
  }
  .m-page-feature-recipe__block {
    row-gap: 4rem;
  }
  .m-page-feature-recipe__block h3 small {
    padding-block-start: 0.8rem;
    font-size: 1.2rem;
  }
  .c-page-feature-recipe-materials__list {
    font-size: 1.3rem;
  }
  .m-page-feature-recipe-steps__list {
    row-gap: 2.5rem;
  }
  .c-page-feature-recipe-steps__list-container {
    row-gap: 2rem;
    flex-direction: column;
  }
  .m-page-feature-recipe-steps__description:before {
    font-size: 1.6rem;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 961px) {
  .m-page-feature__recipe > * + * {
    margin-block-start: 6rem;
  }
  .m-page-feature-recipe-products {
    row-gap: 2rem;
    padding-block: 5rem;
    padding-inline: 5rem;
  }
  .m-page-feature-recipe-products__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4.8rem;
    row-gap: 3rem;
  }
  .m-page-feature-recipe__block {
    grid-template-columns: 29rem 1fr;
    column-gap: 5rem;
  }
  .m-page-feature-recipe__block h3 {
    column-gap: 1rem;
  }
  .m-page-feature-recipe__block h3 small {
    padding-block-start: 0.5rem;
    font-size: 1.4rem;
  }
  .c-page-feature-recipe-materials__list {
    font-size: 1.5rem;
  }
  .c-page-feature-recipe-steps__list-container {
    column-gap: 3rem;
  }
  .m-page-feature-recipe-steps__list {
    row-gap: 3.6rem;
  }
  .m-page-feature__recipe .c-page-feature-recipe-steps__thumbnail {
    width: 26rem;
  }
  .m-page-feature-recipe-steps__description:before {
    font-size: 2rem;
  }
}
