﻿/**
 * #s-formContent-head
 */
.s-formContent-head {
  padding-bottom: 2.1rem;
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (min-width: 768px) {
  .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: 1.6rem;
  gap: 1.6rem 1.5rem;
}

@media screen and (min-width: 576px) {
  .m-featureListLine {
    padding-top: 3.5rem;
    gap: 3.5rem 2.02rem;
  }
}
@media screen and (min-width: 992px) {
  .m-featureListLine {
    padding-top: 3.5rem;
    gap: 3.5rem 2.02rem;
  }
}

.m-featureListLine__item {
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 576px) {
  .m-featureListLine__item {
    width: calc(33.3333% - 1.3466666667rem);
  }
}
@media screen and (min-width: 992px) {
  .m-featureListLine__item {
    width: calc(25% - 1.515rem);
  }
}

.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-body {
  display: flex;
  flex-wrap: wrap;
}

.s-featureContent-item {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

.s-featureContent-body__pager {
  margin-top: 5.5rem;
}

.m-featureProductList {
  display: block;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .m-featureProductList {
    padding: 3rem 0;
  }
}

.m-featureProductList__title {
  display: block;
  margin-bottom: 2rem;
  font-family: var(--font-en);
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-featureProductList__title {
    font-size: 3rem;
  }
}

.m-featureProductListLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 1.5rem;
}
@media screen and (min-width: 576px) {
  .m-featureProductListLine {
    gap: 3.5rem 2.02rem;
  }
}
@media screen and (min-width: 992px) {
  .m-featureProductListLine {
    gap: 3.5rem 2.02rem;
  }
}

.m-featureProductListLine__item {
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 576px) {
  .m-featureProductListLine__item {
    width: calc(33.3333% - 1.3466666667rem);
  }
}

@media screen and (min-width: 992px) {
  .m-featureProductListLine__item {
    width: calc(25% - 1.515rem);
  }
}

.s-featureContent-item__headerImage {
  width: 80%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .s-featureContent-item__headerImage {
    width: 60%;
  }
}

.p-page-feature .c-page-textcontent {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
