@charset "UTF-8";

/* -- common -- */
.p-featured002 {
  overflow: clip;
}
.p-featured002 .p-featured002-c__title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55556;
  letter-spacing: 0.09rem;
  text-align: center;
}
.p-featured002 .p-featured002-c__button {
  margin-inline: auto;
  border-radius: 0.4rem;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  width: 23rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-c__title {
    font-size: 2.4rem;
    line-height: 1.58333;
    letter-spacing: 0.12rem;
  }
  .p-featured002 .p-featured002-c__button {
    font-size: 1.5rem;
  }
}


/* -- featured002-mv -- */
.p-featured002 .p-featured002-mv {
  z-index: 1;
  background: linear-gradient(to right, #D2D2D4 0, #D2D2D4 calc(50% - 61rem), #EBE9EC calc(50% + 61rem), #EBE9EC 100%);
}
.p-featured002 .p-featured002-mv__img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 2.4s cubic-bezier(.215, .61, .355, 1), opacity 1.2s;
}
.p-featured002 .p-featured002-mv.show .p-featured002-mv__img {
  transform: scale(1) !important;
  opacity: 1;
}
.p-featured002 .p-featured002-mv__title-wrap {
  top: revert;
  bottom: 7.2rem;
}
.p-featured002 .p-featured002-mv__title {
  height: fit-content;
}
.p-featured002 .p-featured002-mv__title--name {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55556;
  letter-spacing: 0;
  display: block;
  width: max-content;
  margin-inline: auto;
}
.p-featured002 .p-featured002-mv__title--price {
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.83333;
  letter-spacing: 0;
  display: block;
  margin-top: 0.5rem;
  width: max-content;
  margin-inline: auto;
}
.p-featured002 .p-featured002-mv__button {
  width: 34.2rem;
  height: 5rem;
  position: absolute;
  bottom: 3.8rem;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .p-featured002 .s-mv.s-mv--center .s-mv-unit {
    left: calc((100% - 86.3rem) / 2);
    transform: translate(0, -50%);
    bottom: revert;
    top: 50%;
  }
  .p-featured002 .p-featured002-mv__title {
    text-align: left;
  }
  .p-featured002 .p-featured002-mv__title--copy {
    display: block;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.53846;
    letter-spacing: 0.078rem;
    text-align: left;
    margin-bottom: 2rem;
    margin-top: -0.4rem;
  }
  .p-featured002 .p-featured002-mv__title--name {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75; 
    display: inline-block;
  }
}


/* -- featured002-intro -- */
.p-featured002 .p-featured002-intro {
  width: 100%;
  padding: 10.3rem 2.4rem 7.3rem;
  background: linear-gradient(146deg, #FFF 1.85%, #E5E5E5 100%);
  position: relative;
  z-index: 0;
}
.p-featured002 .p-featured002-intro__title {
  color: #A56B55;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85714;
  text-decoration: underline solid #B2806A 1px;
  text-underline-offset: 0.6em;
  margin-top: -1.1rem;
}
.p-featured002 .p-featured002-intro__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55556;
  letter-spacing: 0.09rem;
  margin-top: 3.2rem;
}
.p-featured002 .p-featured002-intro__desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.85714;
  margin-top: 2.2rem;
}
.p-featured002 .p-featured002-intro__point-list-wrap {
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
}
.p-featured002 .p-featured002-intro__point-list-title {
  color: #686868;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.p-featured002 .p-featured002-intro__point-list-title::before,
.p-featured002 .p-featured002-intro__point-list-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #BBB;
}
.p-featured002 .p-featured002-intro__point-list-title::before {
  margin-right: 1.3rem;
}
.p-featured002 .p-featured002-intro__point-list-title::after {
  margin-left: 1.3rem;
}
.p-featured002 .p-featured002-intro__point-list-scroll-area {
  margin-inline: -2.4rem;
  width: calc(100% + 4.8rem);
  padding-inline: 2.4rem;
  scrollbar-width: none;
  overflow-x: scroll;
}
.p-featured002 .p-featured002-intro__point-list {
  display: flex;
  gap: 1.6rem;
  width: max-content;
  margin-top: 2.6rem;
}
.p-featured002 .p-featured002-intro__point-item {
  width: 32rem;
  padding: 2.2rem 2rem;
  border-radius: 0.4rem;
  border: 1px solid #DDD;
  opacity: 0.8;
  background: var(--color-white);
}
.p-featured002 .p-featured002-intro__point-text {
  color: #686868;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57143;
}
.p-featured002 .p-featured002-intro__left-img-wrap {
  mix-blend-mode: multiply;
  width: 13.3333rem;
  height: 20rem;
  position: absolute;
  top: -0.2rem;
  left: -1.9rem;
  z-index: -1;
  background: url(../../../../Page/assets/featured002/img/intro_left.png);
  background-size: contain;
}
.p-featured002 .p-featured002-intro__right-img-wrap {
  mix-blend-mode: multiply;
  width: 22rem;
  height: 18.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(../../../../Page/assets/featured002/img/intro_right.png);
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-intro {
    padding-block: 4rem 7.3rem;
    padding-inline: calc((100% - 86rem) / 2);
  }
  .p-featured002 .p-featured002-intro__title {
    margin-top: -3.1rem;
  }
  .p-featured002 .p-featured002-intro__point-list-wrap {
    margin-top: 2.8rem;
    margin-bottom: 0.7rem;
  }
  .p-featured002 .p-featured002-intro__point-list-scroll-area {
    margin-inline: 0;
    width: 100%;
    padding-inline: 0;
  }
  .p-featured002 .p-featured002-intro__point-list {
    gap: 2rem;
    margin-top: 2.6rem;
  }
  .p-featured002 .p-featured002-intro__point-item {
    width: 27.3rem;
    padding: 1.8rem 2rem 2.4rem;
    display: grid;
    align-items: center;
    margin-top: 0.2rem;
  }
  .p-featured002 .p-featured002-intro__point-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.71429;
  }
  .p-featured002 .p-featured002-intro__left-img-wrap {
    width: 20.6rem;
    height: 30.9rem;
    top: -1rem;
    left: 0;
  }
  .p-featured002 .p-featured002-intro__right-img-wrap {
    width: 27.9rem;
    height: 23.9rem;
    bottom: 0;
    right: 0;
  }
  .p-featured002 .p-featured002-intro__desc {
    font-size: 1.5rem;
    line-height: 1.73333;
    text-align: center;
    margin-top: 3rem;
  }
}


/* -- featured002-point -- */
.p-featured002 .p-featured002-point__accordion:not(:last-child) {
  border-bottom: solid 1px #DDD;
}
.p-featured002 .p-featured002-point__title-wrap {
  display: grid;
  grid-template-columns: 9rem auto;
  gap: 1.6rem;
  align-items: center;
  padding-block: 3rem;
  padding: 2.4rem 4.4rem 2.4rem 2.4rem;
  position: relative;
}
.p-featured002 .p-featured002-point__title-wrap::before, 
.p-featured002 .p-featured002-point__title-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--color-primary);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-featured002 .p-featured002-point__title-wrap::before {
  width: 1.5rem;
  height: 0.1rem;
  right: 2rem;
}
.p-featured002 .p-featured002-point__title-wrap::after {
  width: 0.1rem;
  height: 1.5rem;
  right: 2.7rem;
}
.p-featured002-point__accordion[open] .p-featured002-point__title-wrap::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg); 
}
.p-featured002-point__accordion:not([open]) .p-featured002-point__title-wrap::after {
  opacity: 1;
}
.p-featured002 .p-featured002-point_icon {
  border-radius: 0.4rem;
}
.p-featured002 .p-featured002-point__label {
  color: #686868;
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.33333;
}
.p-featured002 .p-featured002-point__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85714;
  margin-top: 0.4rem;
}
.p-featured002 .p-featured002-point__lead {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.69231;
}
.p-featured002 .p-featured002-point__content {
  padding: 3rem 2.4rem 6.2rem;
}
.p-featured002 .p-featured002-point__img {
  border-radius: 0.4rem;
}
.p-featured002 .p-featured002-point__content-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55556;
  letter-spacing: 0.09rem;
  margin-block: 1.8em 2.2rem;
}
.p-featured002 .p-featured002-point__body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.85714;
}
.p-featured002 .p-featured002-point__bottom-area {
  border-radius: 0.4rem;
  background: #F5F5F5;
  margin-top: 3.4rem;
  padding: 3rem 2rem;
}
.p-featured002 .p-featured002-point__bottom-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
}
.p-featured002 .p-featured002-point__bottom-list {
  margin-top: 4rem;
  display: grid;
  gap: 2.6rem;
}
.p-featured002 .p-featured002-point__bottom-item {
  display: grid;
  grid-template-columns: 9rem auto;
  gap: 2rem;
}
.p-featured002 .p-featured002-point___bottom-item-img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.p-featured002 .p-featured002-point___bottom-item-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.30769;
}
.p-featured002 .p-featured002-point___bottom-item-body {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.3rem;
}

@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-point {
    width: 86rem;
    margin: 8rem auto;
  }
  .p-featured002 .p-featured002-point__accordion:not(:last-child) {
    border-bottom: none;
  }
  .p-featured002 .p-featured002-point__title-wrap {
    pointer-events: none;
    cursor: default;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.7rem;
    border-block: solid 1px #DDD;
  }
  .p-featured002 .p-featured002-point__title-wrap::before, 
  .p-featured002 .p-featured002-point__title-wrap::after {
    content: revert;
  }
  .p-featured002 .p-featured002-point__title-text-top-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .p-featured002 .p-featured002-point__accordion--01 .p-featured002-point__title-text-top-wrap {
    margin-left: -4.4rem;
  }
  .p-featured002 .p-featured002-point__label {
    font-size: 1.5rem;
    line-height: 1.86667;
  }
  .p-featured002 .p-featured002-point__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.73333;
    margin-top: 0;
  }
  .p-featured002 .p-featured002-point__lead {
    font-size: 1.5rem;
    line-height: 1.46667;
    margin-top: 1.2rem;
  }
  .p-featured002 .p-featured002-point__content {
    padding: 6rem 0 8rem;
  }
  .p-featured002 .p-featured002-point__top-area {
    display: grid;
    grid-template-columns: 33rem auto;
    gap: 4rem;
  }
  .p-featured002 .p-featured002-point__img {
    border-radius: 0.4rem;
  }
  .p-featured002 .p-featured002-point__content-title {
    text-align: left;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.58333;
    letter-spacing: 0.12rem;
    margin-block: -1rem 2.2rem;
  }
  .p-featured002 .p-featured002-point__body {
    font-size: 1.5rem;
    line-height: 1.73333;
  }
  .p-featured002 .p-featured002-point__bottom-area {
    margin-top: 6rem;
    padding: 3.3rem 3rem;
  }
  .p-featured002 .p-featured002-point__bottom-title {
    font-size: 1.8rem;
    line-height: 1.44444;
  }
  .p-featured002 .p-featured002-point__bottom-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.5rem;
  }
  .p-featured002 .p-featured002-point__bottom-item {
    display: grid;
    grid-template-columns: 9rem auto;
    gap: 2rem;
  }
  .p-featured002 .p-featured002-point___bottom-item-title {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  .p-featured002 .p-featured002-point___bottom-item-body {
    font-size: 1.3rem;
    line-height: 1.53846;
    margin-top: 0.3rem;
    letter-spacing: 0.066em;
  }
}


/* -- featured002-recipe -- */
.p-featured002 .p-featured002-recipe__title-wrap {
  position: relative;
}
.p-featured002 .p-featured002-recipe__title {
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44444;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-featured002 .p-featured002-recipe__list {
  background: #FEFBF1;
  display: grid;
  gap: 1.2rem;
  padding: 4rem 2.4rem 5rem;
}
.p-featured002 .p-featured002-recipe__item-title-wrap {
  border-block: solid 1px var(--color-text-default);
  padding-block: 0.2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-featured002 .p-featured002-recipe__item-label {
  font-family: Inter;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.33333;
}
.p-featured002 .p-featured002-recipe__item-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85714;
}
.p-featured002 .p-featured002-recipe__item-icon {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 0.2rem;
  background: #B2806A;
  width: 5.2rem;
  height: 1.7rem;
  display: grid;
  align-items: center;
  margin-left: 0.7rem;
}
.p-featured002 .p-featured002-recipe__item-content-wrap {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: auto 15rem;
  gap: 0.7rem;
}
.p-featured002 .p-featured002-recipe__item-content {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.69231;
}
.p-featured002 .p-featured002-recipe__item-content-img {
  margin-inline: auto;
}
.p-featured002 .p-featured002-recipe__item--01 .p-featured002-recipe__item-content-img {
  width: 9.4rem;
}
.p-featured002 .p-featured002-recipe__item--02 .p-featured002-recipe__item-content-img {
  width: 15rem;
  margin-top: -2rem;
  margin-bottom: 0.5rem;
}
.p-featured002 .p-featured002-recipe__item--03 .p-featured002-recipe__item-content-img {
  width: 9.7rem;
}
.p-featured002 .p-featured002-recipe__item--notes {
  margin-top: 1.5rem;
}
.p-featured002 .p-featured002-recipe__item-notes-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}
.p-featured002 .p-featured002-recipe__item-notes {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-recipe__list {
    padding-inline: calc((100% - 86rem) / 2);
    grid-template-columns: repeat(2, 1fr);
    gap: 3.6rem 4rem;
    padding-bottom: 7.4rem;
  }
  .p-featured002 .p-featured002-recipe__item-title-wrap {
    border-block: solid 1px var(--color-text-default);
    padding-block: 0.2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .p-featured002 .p-featured002-recipe__item-title {
    font-size: 1.5rem;
    line-height: 1.73333;
  }
  .p-featured002 .p-featured002-recipe__item-icon {
    margin-left: 0;
  }
  .p-featured002 .p-featured002-recipe__item-content-wrap {
    margin-top: 2.4rem;
    margin-right: 1.3rem;
  }
  .p-featured002 .p-featured002-recipe__item-content {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  .p-featured002 .p-featured002-recipe__item-content-img {
    margin-inline: auto;
    margin-top: -2rem;
  }
  .p-featured002 .p-featured002-recipe__item--01 .p-featured002-recipe__item-content-img {
  }
  .p-featured002 .p-featured002-recipe__item--02 .p-featured002-recipe__item-content-img {
    margin-top: -2rem;
    margin-bottom: 0.5rem;
  }
  .p-featured002 .p-featured002-recipe__item--03 .p-featured002-recipe__item-content-img {
    margin-top: 0.1rem;
  }
  .p-featured002 .p-featured002-recipe__item--notes {
    margin-top: 0.15em;
  }
  .p-featured002 .p-featured002-recipe__item-notes-title {
    font-size: 1.3rem;
    line-height: 1.84615;
  }
  .p-featured002 .p-featured002-recipe__item-notes {
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-top: 1rem;
  }
}


/* -- featured002-sec01 -- */
.p-featured002 .p-featured002-sec01 {
  margin: 6rem 2.4rem;
}
.p-featured002 .p-featured002-sec01__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55556;
  letter-spacing: 0.09rem;
  margin-top: -0.6rem;
}
.p-featured002 .p-featured002-sec01__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 1.7rem;
}
.p-featured002 .p-featured002-sec01__item-img-wrap {
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
}
.p-featured002 .p-featured002-sec01__item-img {
  margin-inline: auto;
}
.p-featured002 .p-featured002-sec01__item--01 .p-featured002-sec01__item-img {
  width: 10.6rem;
  margin-top: -0.2rem;
}
.p-featured002 .p-featured002-sec01__item--02 .p-featured002-sec01__item-img {
  width: 9.8rem;
}
.p-featured002 .p-featured002-sec01__item-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.38462;
  margin-top: -0.6rem;
  text-align: center;
}
.p-featured002 .p-featured002-sec01__item-content {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.038rem;
  margin-top: 1.3rem;
  border-top: solid 1px #DDD;
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-sec01 {
    width: 86rem;
    margin: 8rem auto 5.2rem;
  }
  .p-featured002 .p-featured002-sec01__title {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.16667;
    letter-spacing: 0.072rem;
    margin-top: -0.6rem;
  }
  .p-featured002 .p-featured002-sec01__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin-top: 3.5rem;
  }
  .p-featured002 .p-featured002-sec01__item {
    display: grid;
    grid-template-columns: 19rem auto;
    gap: 1rem;
    align-items: center;
  }
  .p-featured002 .p-featured002-sec01__item-img-wrap {
    aspect-ratio: 1/1;
    display: grid;
    align-items: center;
  }
  .p-featured002 .p-featured002-sec01__item-img {
    margin-inline: auto;
  }
  .p-featured002 .p-featured002-sec01__item--01 .p-featured002-sec01__item-img {
    width: 15.1rem;
    margin-top: -0.2rem;
  }
  .p-featured002 .p-featured002-sec01__item--02 .p-featured002-sec01__item-img {
    width: 12.9rem;
  }
  .p-featured002 .p-featured002-sec01__item-title {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
    margin-top: 2rem;
  }
  .p-featured002 .p-featured002-sec01__item-content {
    font-size: 1.4rem;
    line-height: 1.71429;
    letter-spacing: -0.038rem;
    margin-top: 1.7rem;
    padding-top: 1.5rem;
  }
}


/* -- featured002-sec02 -- */
.p-featured002 .p-featured002-sec02 {
  padding: 6rem 2.4rem 5.2rem;
  background: #F5F5F5;
  margin-top: -0.5rem;
}
.p-featured002 .p-featured002-sec02__img {
  border-radius: 0.4rem;
}
.p-featured002 .p-featured002-sec02__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55556;
  letter-spacing: 0.09rem;
  margin-top: 3rem;
}
.p-featured002 .p-featured002-sec02__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.85714;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-sec02 {
    padding-inline: calc((100% - 86rem) / 2);
    padding-block: 7.5rem 8rem;
    margin-top: 0;
  }
  .p-featured002 .p-featured002-sec02__title {
    font-size: 2.4rem;
    line-height: 1.16667;
    letter-spacing: 0.072rem;
    margin-top: 0;
  }
  .p-featured002 .p-featured002-sec02__wrap {
    display: grid;
    grid-template-columns: 33rem auto;
    gap: 3.9rem;
    margin-top: 4.5rem;
  }
  .p-featured002 .p-featured002-sec02__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.73333;
    margin-top: -0.6rem;
  }
}


/* -- featured002-product-area -- */
.p-featured002 .p-featured002-product-area {
  margin: 6rem 2.4rem;
}
.p-featured002 .p-featured002-product-area__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
  margin-top: -0.6rem;
}
.p-featured002 .p-featured002-product-area__img-wrap {
  margin-top: 3.2rem;
  padding-inline: 3.1rem;
}
.p-featured002 .p-featured002-product-area__img {
  border-radius: 0.4rem;
}
.p-featured002 .p-featured002-product-area__product-name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2rem;
}
.p-featured002 .p-featured002-product-area__product-price {
  color: #686868;
  text-align: center;
  font-family: var(--font-mixed);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.83333;
  margin-top: 0.7rem;
}
.p-featured002 .p-featured002-product-area__button {
  margin: 4.3rem auto 0;
  border-radius: 0.4rem;
  border: solid 1px var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  width: 23rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-featured002 .p-featured002-product-area__banner-wrap {
  position: relative;
  margin-top: 5.8rem;
}
.p-featured002 .p-featured002-product-area__banner-lead {
  color: var(--color-white);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.83333;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
.p-featured002 .p-featured002-product-area__banner-title {
  color: var(--color-white);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-featured002 .p-featured002-product-area__banner-img {
  border-radius: 0.4rem;
  aspect-ratio: 311/100;
}

@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-product-area {
    width: 86rem;
    margin: 8rem auto 8rem;
    display: grid;
    grid-template-columns: 42rem auto;
    gap: 2.9rem;
    margin-top: 0.3rem;
    padding-top: 7rem;
  }
  .p-featured002 .p-featured002-product-area__title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.66667;
    letter-spacing: 0.072rem;
  }
  .p-featured002 .p-featured002-product-area__img-wrap {
    margin-top: 0.9rem;
    padding-inline: 0;
  }
  .p-featured002 .p-featured002-product-area__text-area {
    width: fit-content;
    height: fit-content;
    margin-block: auto;
  }
  .p-featured002 .p-featured002-product-area__product-wrap {
  }
  .p-featured002 .p-featured002-product-area__product-name {
    margin-top: 3rem;
  }
  .p-featured002 .p-featured002-product-area__product-price {
    margin-top: 0.6rem;
  }
  .p-featured002 .p-featured002-product-area__button {
    margin: 2.4rem auto 0;
    font-size: 1.5rem;
    line-height: normal;
  }
  .p-featured002 .p-featured002-product-area__banner-wrap {
    margin-top: 4.2rem;
    grid-column: span 2;
    width: 34.2rem;
    margin-inline: auto;
  }
  .p-featured002 .p-featured002-product-area__banner-img {
    aspect-ratio: revert;
  }
}


/* -- featured002-faq -- */
.p-featured002 .p-featured002-faq {
  margin: 6rem 2.4rem;
  border-top: solid 1px rgba(34, 34, 34, 0.20);
  padding-top: 6rem;
  margin-top: -0.2rem;
}
.p-featured002 .p-featured002-faq__title {
  margin-top: -0.7rem;
}
.p-featured002 .p-featured002-faq__faq {
  display: grid;
  gap: 1rem;
  margin-top: 3.7rem;
}
.p-featured002 .p-featured002-faq__accordion {
  border-radius: 0.4rem;
  background: #F6F6F6;
}
.p-featured002 .p-featured002-faq__question {
  padding: 1.5rem 5.6rem 1.5rem 2rem;
  position: relative;
}
.p-featured002 .p-featured002-faq__answer {
  margin-inline: 2rem;
  padding-block: 2.2rem 2.9rem;
  border-top: solid 1px #DDD;
}
.p-featured002 .p-featured002-faq__question::before, 
.p-featured002 .p-featured002-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--color-primary);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-featured002 .p-featured002-faq__question::before {
  width: 1.5rem;
  height: 0.1rem;
  right: 2rem;
}
.p-featured002 .p-featured002-faq__question::after {
  width: 0.1rem;
  height: 1.5rem;
  right: 2.7rem;
}
.p-featured002 .p-featured002-faq__accordion[open] .p-featured002-faq__question::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg); 
}
.p-featured002 .p-featured002-faq__accordion:not([open]) .p-featured002-faq__question::after {
  opacity: 1;
}
.p-featured002 .p-featured002-faq__question, 
.p-featured002 .p-featured002-faq__answer {
  display: grid;
  grid-template-columns: 1.6rem auto;
  gap: 1.9rem;
}
.p-featured002 .p-featured002-faq__question-mark, 
.p-featured002 .p-featured002-faq__answer-mark {
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}
.p-featured002 .p-featured002-faq__question-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57143;
}
.p-featured002 .p-featured002-faq__answer-text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.69231;
}
.p-featured002 .p-featured002-faq__button {
  margin: 4.3rem auto 0;
  border-radius: 0.4rem;
  border: solid 1px var(--color-primary);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  width: 23rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-faq {
    width: 110rem;
    margin: 8.7rem auto 8rem;
  }
  .p-featured002 .p-featured002-faq__inner {
    width: 86rem;
    margin-inline: auto;
  }
  .p-featured002 .p-featured002-faq__title {
    margin-top: 0.8rem;
  }
  .p-featured002 .p-featured002-faq__faq {
    margin-top: 4rem;
    gap: 1.8rem;
  }
  .p-featured002 .p-featured002-faq__question {
    padding: 2rem 7.5rem 2rem 3rem;
  }
  .p-featured002 .p-featured002-faq__answer {
    margin-inline: 3rem;
    padding-block: 1.8rem 3rem;
  }
  .p-featured002 .p-featured002-faq__question::before {
    right: 3rem;
  }
  .p-featured002 .p-featured002-faq__question::after {
    right: 3.7rem;
  }
  .p-featured002 .p-featured002-faq__question, 
  .p-featured002 .p-featured002-faq__answer {
    grid-template-columns: 1.7rem auto;
    gap: 1.8rem;
  }
  .p-featured002 .p-featured002-faq__question-mark, 
  .p-featured002 .p-featured002-faq__answer-mark {
    font-size: 1.7rem;
  }
  .p-featured002 .p-featured002-faq__question-text {
    font-size: 1.5rem;
    line-height: 1.46667;
  }
  .p-featured002 .p-featured002-faq__answer-text {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  .p-featured002 .p-featured002-faq__button {
    margin: 4.4rem auto 0;
    font-size: 1.5rem;
    line-height: normal;
  }
}


/* -- featured002-jounal -- */
.p-featured002 .p-featured002-journal {
  margin: 6rem 2.4rem;
  border-top: solid 1px rgba(34, 34, 34, 0.20);
  padding-top: 6rem;
  margin-top: 0.1rem;
}
.p-featured002 .p-featured002-journal__title {
  text-align: center;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2rem;
  margin-top: -0.3rem;
}
.p-featured002-journal .feature-page__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 4rem;
  text-align: left;
  margin-top: 3.5rem;
}
.p-featured002-journal .feature-page__item {
  display: grid;
  grid-template-columns: 9rem 1fr;
  column-gap: 1rem;
  align-items: center;
}
.p-featured002-journal .feature-page__item--thumbnail {
  margin: 0;
  overflow: hidden;
  border-radius: .4rem;
  position: relative;
}
.p-featured002-journal .feature-page__item--thumbnail a {
  display: block;
}
.p-featured002-journal .product__item--new-icon {
  display: none;
}
.p-featured002-journal .feature-page__item--thumbnail img {
  width: 9rem;
  height: 9rem;
  object-fit: cover;
  display: block;
}
.p-featured002-journal .feature-page__item--details {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.p-featured002-journal .feature-page__item--title {
  font-size: 1.4rem;
  line-height: 1.571;
  font-weight: 400;
  color: var(--c-text);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  word-break: break-all;
}
.p-featured002-journal .feature-page__item--category {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.p-featured002-journal .feature-page__item--category-name {
  align-self: flex-start;
  font-size: 1.2rem;
  line-height: 1.666;
  color: var(--c-text);
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 2px;
  margin: 0;
}
.p-featured002-journal .feature-page__item--date {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.833;
  letter-spacing: .05em;
  color: var(--c-text-sub);
}
.p-featured002-journal .feature-page__actions {
  text-align: center;
}
.p-featured002-journal .feature-page__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 23rem;
  min-width: 0;
  height: 4.6rem;
  margin: 0 auto;
  border: 1px solid var(--c-text);
  border-radius: .4rem;
  background: var(--c-white);
  color: var(--c-text);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  transition: opacity .3s ease;
  padding-inline: 1rem;
}
.p-featured002-journal .feature-page__actions a:hover {
  opacity: .7;
}
.p-featured002-journal .feature-page__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 23rem;
  min-width: 0;
  height: 4.6rem;
  margin: 0 auto;
  border: 1px solid var(--color-text-default);
  border-radius: .4rem;
  background: var(--color-white);
  color: var(--color-text-default);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  transition: opacity .3s ease;
  padding-inline: 1rem;
}

@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-journal {
    width: 110rem;
    margin: 8rem auto 8rem;
    padding-top: 8rem;
  }
  .p-featured002 .p-featured002-journal__inner {
    width: 86rem;
    margin-inline: auto;
  }
  .p-featured002 .p-featured002-journal__title {
    font-size: 2.6rem;
    letter-spacing: 0.26rem;
    margin-top: -0.6rem;
  }
  .p-featured002-journal .feature-page__list {
    max-width: var(--content-max);
    margin: 0 auto 5rem;
    gap: 2.7rem;
    margin-top: 4.3rem;
  }
  .p-featured002-journal .feature-page__item {
    grid-template-columns: 12rem 1fr;
    column-gap: 2rem;
  }
  .p-featured002-journal .feature-page__item--thumbnail img {
    width: 12rem;
    height: 12rem;
  }
  .p-featured002-journal .feature-page__item--title {
    font-size: 1.8rem;
    line-height: 1.444;
    letter-spacing: .05em;
    -webkit-line-clamp: 2;
            line-clamp: 2;
  }
  .p-featured002-journal .feature-page__item--category {
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
  }
  .p-featured002-journal .feature-page__actions a {
    font-size: 1.5rem;
  }
  .p-featured002-journal .feature-page__actions a {
    font-size: 1.5rem;
  }
}


/* -- featured002-review -- */
.p-featured002 .p-featured002-review {
  margin: 6rem 2.4rem;
  border-top: solid 1px rgba(34, 34, 34, 0.20);
  padding-top: 6rem;
  margin-top: 0.1rem;
}
.p-featured002 .p-featured002-review__title {
  text-align: center;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2rem;
  margin-top: -0.3rem;
}
.p-featured002-review__content {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-featured002 .p-featured002-review {
    width: 110rem;
    margin: 8rem auto 8rem;
    padding-top: 8rem;
  }
  .p-featured002 .p-featured002-review__inner {
    width: 86rem;
    margin-inline: auto;
  }
  .p-featured002 .p-featured002-review__title {
    font-size: 2.6rem;
    letter-spacing: 0.26rem;
    margin-top: -0.6rem;
  }
  .p-featured002-review__content {
    margin-top: 4rem;
  }
}

