@charset "utf-8";
/* 
  common
**********************/

:root {
  --color-primary: #F5E4E2;
  --color-primary-dark: #C39292;
  --color-black: #363636;  
  --font-family-en: 'Montserrat', sans-serif;
  --font-family-jp-sans: 'Noto Sans JP', sans-serif;
  --font-family-jp-serif: 'Shippori Mincho', serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-jp-serif);
}

a {
  text-decoration: none;
}

#content {
  padding-bottom: 100px;
}

#content section {
  width: 100%;
}

#content section .sec_container {
  width: 85%;
  max-width: 980px;
  margin: 0 auto;
}

#content .sec_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: var(--color-black);
}

#content .sec_subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 2; 
  text-align: center;
  color: var(--color-black);
  margin-bottom: 32px;
}

#content .hr_border {
  background-color: #CFCFCF;
  height: 1px;
  width: 100%;
  margin: 60px auto;
}

#content .view_pc {
  display: block;
}
#content .view_sp {
  display: none;
}

@media (max-width: 767px) {
  #content .view_pc {
    display: none;
  }
  #content .view_sp {
    display: block;
  }
}

#content .mt-4 {
  margin-top: 16px;
}

#content .mt-6 {
  margin-top: 24px;
}

#content .button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#content .button_link_black {
  font-size: 12px; /* 12px */
  color: #fff;
  font-family: var(--font-family-jp-serif);
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--color-black);
  padding: 8px 20px;
  display: inline-block;
  width: fit-content;
  text-align: center;
}

#content .button_link_pink {
  font-size: 12px; /* 12px */
  color: var(--color-primary);
  font-family: var(--font-family-jp-serif);
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid var(--color-primary);
  padding: 8px 20px;
  display: inline-block;
  width: fit-content;
}

#content .button_link_black,
#content .button_link_pink {
  transition: opacity 0.3s ease;
}
#content .button_link_black:hover,
#content .button_link_pink:hover {
  opacity: 0.8;
}

#content .view_sp {
  display: none;
}
#content .view_max375 {
  display: none;
}
#content .view_max350 {
  display: none;
}

@media (max-width: 767px) {
  #content {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  #content .view_pc {
    display: none;
  }
  #content .view_sp {
    display: block;
  }
  #content .campaign_period {
    font-size: 14px;
  }
  #content section .sec_container {
    width: 90%;
  } 
}
@media (max-width: 375px) {
  #content .view_max375 {
    display: block;
  }
  #content .view_min375 {
    display: none;
  }
  #content .view_max350 {
    display: block;
  }
}

/* 
  mv 
**********************/

#content .campaign_period {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
}

#content h1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  padding: 10px 0;
  color: var(--color-black);
  margin-bottom: 24px;
  margin-inline: auto;
  margin-top: 0;
}

/* 横幅に広い画面に対応できるように、画像を背景と分割しました*/
#content #mv {
  text-align: center;
  margin-top: 40px;
}
#content #mv img{
  width: 80%;
  max-width: 1180px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #content #mv img{
    width: 100%;
  }
  #content .campaign_period {
    margin-top: 120px;
    font-size: 13px;
  }
  #content h1 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: auto;
    padding: 10px 0;
  }
}


/* 
  introduction 
**********************/

#content #introduction {
  margin-top: 48px;
  position: relative;
  font-family: var(--font-family-jp-serif);
}

#content #introduction .introduction_text {
  font-size: 16px;
  color: var(--color-black);
  font-weight: 400;
  line-height: 2.5;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: var(--color-primary);      /* 下線の色 */
  text-decoration-thickness: 2px;   /* 線の太さ */
  text-underline-offset: 8px;
}


@media (max-width: 767px) {
  #content #introduction  .introduction_text {
    font-size: 14px;
  }
}

/* 
  merit 
**********************/
#content #merit {
  margin: 48px auto 100px;
}

#content #merit .sec_container {
  background: var(--color-primary);
  padding: 28px;
}

#content #merit .sec_container_inner {
  background: #F7F5F4;
  padding-block: 48px;
}

#content #merit .four_merit {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  place-items: center;
  gap: 10px;
  margin-bottom: 32px;
  width: 90%;
  margin-inline: auto;
}
#content #merit .four_merit li {
  background: #fff;
  width: 100%;
  aspect-ratio: 1/1; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

#content #merit .four_merit li h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

#content #merit .merit_situations h3{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#content #merit .merit_situations h3 .backslash {
  display: block;
  height: 20px;
  width: 2px;
  background-color: var(--color-primary-dark);
  rotate: -45deg;
}

#content #merit .merit_situations h3 .slash {
  display: block;
  height: 20px;
  width: 2px;
  background-color: var(--color-primary-dark);
  rotate: 45deg;
}

#content #merit .merit_situations ul{
  display: flex;
  justify-content: center;
  gap: 52px;
}
#content #merit .merit_situations li{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
#content #merit .merit_situations li div{
  background: var(--color-primary-dark);
  aspect-ratio: 1/1; 
  border-radius: 100%;
  width: 94px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content #merit .merit_situations li div img {
  width: 48px;
  height: 48px;
}

#content #merit .merit_situations li h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 767px) {
  #content #merit {
    margin-bottom: 0px;
  }
  #content #merit .sec_container {
    width: 100%;
    padding: 24px;
  }
  #content #merit .four_merit {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 85%;
  }
  #content #merit .four_merit li {
    gap: 4px;
  }
  #content #merit .four_merit li h3 {
    font-size: 12px;
  }
  #content #merit .merit_situations h3 {
    font-size: 16px;
  }
  #content #merit .merit_situations h3 .backslash,
  #content #merit .merit_situations h3 .slash {
    height: 16px;
  }
  #content #merit .merit_situations ul {
    gap: 16px;
  }
  #content #merit .merit_situations li div {
    width: 52px;
    height: 52px;
  }
  #content #merit .merit_situations li div img {
    width: 32px;
    height: 32px;
  }
  #content #merit .merit_situations li h4 {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  #content #merit .merit_situations ul {
    gap: 8px;
  }
  #content #merit .merit_situations li h4 {
    font-size: 11px;
  }
}


/* 
  Recommend 
**********************/
#content #recommend {
  padding: 90px 0;
  background: var(--color-primary);
}

#content #recommend .sec_container {
  position: relative;
}

#content #recommend .recommend_items {
  position: relative;
  margin-bottom: 52px;
}

#content #recommend .recommend_items_title {
  background: #fff;
  border-radius: 999px;
  padding: 12px 32px;
  width: fit-content;
  margin: 16px auto;
  font-size: 18px;
  font-weight: 400;
}

#content #recommend .note {
  font-size: 14px;
  color: #C10000;
  text-align: center;
}

.recommend-swiper {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.recommend_card a {
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.recommend_card a:hover {
  opacity: 0.6;
}

.recommend_card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background-color: #fff;
}

.recommend_card .brand_name {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0;
}

.recommend_card .product_name {
  font-size: 14px;
  margin-top: 2px;
  letter-spacing: 0;
}

.recommend_card .price {
  margin-top: 8px;
  font-size: 14px;
}

.recommend_card .tax {
  font-size: 11px;
}

#recommend .swiper-button-next,
#recommend .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-size: cover;
}

#recommend .swiper-button-next svg,
#recommend .swiper-button-prev svg {
  display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

#recommend .swiper-button-prev {
  left: -64px;
  background-image: url(images/arrow_left@2x.png);
}
#recommend .swiper-button-next {
  right: -64px;
  background-image: url(images/arrow_right@2x.png);
}

#recommend .swiper-pagination {
    position: static;
    margin-top: 30px;
}

#recommend .swiper-pagination-bullet-active {
  background: #c78f9b;
}

@media (max-width: 767px) {
  #content #recommend .sec_container {
    width: 100%;
  }
  .recommend-swiper {
    padding-bottom: 52px !important;
  }
  #content #recommend .recommend_items {
    margin-bottom: 24px;
  }
  #content #recommend .recommend_items_title {
    font-size: 16px;
  }
  #recommend .swiper-button-next,
  #recommend .swiper-button-prev {
    top: auto;
    bottom: 10px;
    width: 32px;
    height: 32px;
  }
  #recommend .swiper-button-prev {
    left: 42%;
    transform: translate(-50%, -50%)
  }
  
  #recommend .swiper-button-next {
    right: 42%;
    transform: translate(50%, -50%)
  }
  #content #recommend .note {
    max-width: 90%;
    text-align: left;
    margin: 10px auto;
  }
}

/* 
  howTo 
**********************/
#content #howTo {
  padding: 90px 0;
}

#content #howTo .howto_tabs {
  display: grid;
  grid-template-columns: 1fr 12px 1fr;
  margin: 0 auto 60px;
}

#content #howTo .howto_tab {
  font-family: var(--font-family-jp-serif);
  font-size: 20px;
  letter-spacing: 0.04em;
  background: #F5F0EF;
  border-bottom: 1px solid #CFCFCF;
  color: #B1AEAD;
  padding: 26px 10px;
  cursor: pointer;
  transition: all .2s ease;
}

#content #howTo .tab_middle_border {
  border-bottom: 1px solid #CFCFCF;
  width: 12px;
}

#content #howTo .howto_tab.is_active {
  background: #FFF;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #FFF;
  color: #363636;
}

#content #howTo .howto_panels {
  width: 100%;
}

#content #howTo .howto_steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

#content #howTo .howto_step {
  text-align: center;
}

#content #howTo .howto_step_badge {
  font-family: var(--font-family-en);
  display: inline-block;
  padding: 6px 14px;
  background: var(--color-primary);
  color: var(--color-primary-dark);
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}

#content #howTo .howto_step_title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

#content #howTo .howto_step_visual {
  width: 80%;
  aspect-ratio: 1/1;
  margin: 12px auto 24px;
}

#content #howTo .howto_step_desc {
  font-size: 14px;
  line-height: 2;
  color: var(--color-black);
  text-align: justify;
}

#content #howTo .note_title {
  font-size: 14px;
  font-weight: 400;
  background-color: #F3E7E5;
  padding: 12px 0;
  text-align: center;
}

#content #howTo .note_subtitle {
  font-size: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #CFCFCF;
  margin-top: 32px;
  font-weight: 500;
}

#content #howTo .note_desc {
  font-size: 13px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 2;
}

@media (max-width: 767px) {
  #content #howTo .howto_tabs {
    width: 100%;
  }
  #content #howTo .howto_steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  #content #howTo .howto_tab {
    font-size: 14px;
    padding: 16px 0;
  }
}

/* faq 
***********************************/
#content #faq {
  padding: 90px 0;
}
#content #faq .sec_container {
  background-color: #F7F5F4;
  padding: 56px;
}
/* FAQ list base */
#content #faq .faq_list {
  display: grid;
  gap: 12px;
}

#content #faq .faq_item {
  background: #fff;
}

#content #faq .faq_q {
  margin: 0;
}

#content #faq .faq_toggle {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  padding: 32px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
}

#content #faq .faq_q_text {
  font-size: 16px;
  color: #363636;
  font-weight: 400;
}

#content #faq .faq_icon {
  position: relative;
  width: 18px;
  height: 18px;
}

#content #faq .faq_icon::before,
#content #faq .faq_icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #9F9B9A;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

#content #faq .faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#content #faq .faq_toggle[aria-expanded="true"] .faq_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Answer area with height animation */
#content #faq .faq_a {
  overflow: clip;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s ease;
  padding: 0 32px 32px 32px;
}

/* #content #faq .faq_a > * {
  min-height: 0;
} */

#content #faq .faq_a p {
  font-size: 14px;
  line-height: 2;
  color: #363636;
}

#content #faq .fqa_text_icon {
  color: #C39292;
}

#content #faq .faq_toggle[aria-expanded="true"] + .faq_a,
#content #faq .faq_a.is-open {
  grid-template-rows: 1fr;
}

/* open時は子要素のmin-heightを解除して内容高さを確保 */
#content #faq .faq_toggle[aria-expanded="true"] + .faq_a > *,
#content #faq .faq_a.is-open > * {
  min-height: auto;
}

@media (max-width: 767px) {
  #content #faq {
    padding-top: 0px;
  }
  
  #content #faq .sec_container {
    padding: 32px 16px;
  }
  #content #faq .faq_toggle {
    padding: 20px;
  }
  #content #faq .faq_q_text {
    font-size: 13px;
  }
  #content #faq .faq_a {
    padding: 0px 20px 20px 20px;
  }
  #content #faq .faq_a p {
    font-size: 12px;
  }
}

/*
  
  Gift Set 

*****************/
#content #giftset {
  margin: 0 auto 60px;
}

#content #giftset ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 40px;
}

#content #giftset ul li img {
  width: 100%;
}

#content #giftset ul li a {
  transition-duration: 300ms;
}
#content #giftset ul li a:hover {
  opacity: 0.6;
}

#content #giftset ul li p {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 767px) {
  #content #giftset {
    padding: 0 20px;
  }
  #content #giftset ul {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}