@charset "UTF-8";
/*--------------------------------------------------------
共通設定(PC)
--------------------------------------------------------*/
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.6;
  background-color: #fff;
  color: #403d39;
}
body .sp-item {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .sp-item {
    display: block !important;
  }
}
body .pc-item {
  display: block !important;
}
@media screen and (max-width: 768px) {
  body .pc-item {
    display: none !important;
  }
}
a {
  text-decoration: underline;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: underline;
}
a:link,
a:visited {
  color: #403d39;
}
a:hover,
a:active {
  color: #403d39;
}
.container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.btn:hover {
  opacity: 0.7;
}
.btn-poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}
/*--------------------------------------------------------
追従ボタン
--------------------------------------------------------*/
.fixed-buttons {
  position: fixed;
  bottom: 25%;
  right: 0;
  z-index: 9999;
  display: none;
  flex-direction: column;
  transition: opacity 0.3s ease-in-out;
  gap: 20px;
}
.fixed-buttons a {
  display: block;
  line-height: 0;
}
.fixed-buttons img {
  display: block;
  width: 60px;
  height: auto;
  border-radius: 0;
  margin: 0;
}
.fixed-buttons.visible {
  display: flex;
  opacity: 1;
}

/*--------------------------------------------------------
お客様の声エリア
--------------------------------------------------------*/
.voice-area {
  margin: 100px auto 60px;
}
.voice-ttl {
  margin-bottom: 60px;
}
.voice-img {
  margin-bottom: 60px;
}
/*--------------------------------------------------------
CTAエリア
--------------------------------------------------------*/
.cta-area {
  text-align: center;
  background-color: #ffe4d1;
  padding: 0 0 80px 0;
}
.cta-ttl {
  margin-bottom: 40px;
}
.cta-subsc-wrap {
  position: relative;
  margin: 40px auto 60px;
}
.cta-subsc1 {
  position: absolute;
  top: 42%;
  left: 5%;
  width: 90%;
}
.cta-subsc3 {
  position: absolute;
  top: 87%;
  left: 5%;
  width: 90%;
}
.cta-subsc3-2 {
  margin: 0 30px 40px;
}
.cta-subsc-tokuten {
  margin-bottom: 40px;
}
.cta-single {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
}
.cta-subsc-text {
  font-size: 1.6rem;
  text-align: justify;
  padding: 0 40px;
  margin-bottom: 20px;
}
/*--------------------------------------------------------
特典エリア
--------------------------------------------------------*/
.tokuten-img {
  margin-bottom: 60px;
}
.tokuten-area iframe {
  display: block;
  margin: 0 auto 80px;
  max-width: 100%;
}
/*--------------------------------------------------------
よくある質問エリア
--------------------------------------------------------*/
.faq {
  width: 100%;
  padding: 60px 0;
}
.faq-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.faq-accordion {
  position: relative;
  margin: 20px auto;
  padding: 15px 40px;
}
.faq-q {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 18px 20px 22px 45px;
  margin: 0;
  border-top: 1px solid #ccc;
  position: relative;
  line-height: 1.5;
  text-align: left;
}
.faq-q::before {
  content: "Q";
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ff9446;
  color: #fafaf8;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 16px;
}
.faq-q::after {
  position: absolute;
  content: "\03e";
  right: 3px;
  top: 20px;
  transition: transform 0.2s;
}
.faq-q span {
  font-size: 1.8rem;
}
.faq-q.open::after {
  transform: rotate(90deg);
}
.faq-a {
  padding: 0 20px 22px 45px;
  transition: transform 0.2s;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}
.faq-a::before {
  content: "A";
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #de7196;
  color: #fafaf8;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 0px;
}
.faq-a span {
  font-size: 1.8em;
}
/*--------------------------------------------------------
商品情報エリア
--------------------------------------------------------*/
.info {
  /* background-color: #e8e4de; */
  padding: 40px;
}
.info-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.info-table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 10px auto 10px auto;
}

.info-table th {
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
  border-top: 1px solid #ccc;
  padding: 20px 20px 0 20px;
  vertical-align: middle;
}

.info-table td {
  font-size: 1.8rem;
  width: 100%;
  padding: 0 20px 20px 20px;
  text-align: justify;
  line-height: 180%;
}
/*--------------------------------------------------------
フッター部分
--------------------------------------------------------*/
.footer-area {
  width: 100%;
  margin: 40px auto;
  font-size: 1.4rem;
  text-align: center;
}
.footer-info-sp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-info-sp li {
  list-style: none;
  margin-left: 20px;
}
