@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP";
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

.header {
  width: 100%;
}

header img {
  width: 100%;
}

.sell-comment {
  position: relative;
}

.sell-comment__link {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 82.4%;
  aspect-ratio: 206/57;
}

.sell-comment__link.last {
  top: 31%;
}

.sell-cta {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 206/57;
}

.sell-comment .cta-wrapper {
  top: 20%;
}

.cta-wrapper.first {
  margin-top: 29px;
  margin-inline: auto;
  max-width: 822px;
}

.cta-wrapper {
  margin-inline: auto;
  max-width: 822px;
  margin-top: 20px;
  position: relative;
  position: relative;
}

.cta-arrow {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
}

.sell-arrow-wrapper {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sell-arrow {
  width: 10.12px;
}

.sell-attention > img:first-child {
  display: none;
}

.cta-button.first {
  padding: -41px 82px 41px 33px;
}

.cta-button {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  height: 100%;
  padding: 5% 10%;
}

.cta-text {
  color: #fff;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP"; /* または通常のフォント指定 */
  font-weight: 500;
  white-space: nowrap;
}

.cta-text2 {
  font-size: 6.8rem;
  font-family: "Shippori Mincho B1"; /* または通常のフォント指定 */
  font-weight: 600;
  padding-left: 27%;
  letter-spacing: 0.2em;
  color: #fff;
  white-space: nowrap;
}

@media screen and (min-width: 1100px) {
  .cta-text {
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .cta-text2 {
    padding-left: initial;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .cta-text {
    font-size: 2.425rem;
    text-align: center;
  }
  .cta-text2 {
    font-size: 5.925rem;
  }
}
@media screen and (max-width: 850px) {
  .cta-text {
    font-size: 1.7rem;
    text-align: center;
  }
  .cta-text2 {
    font-size: 4.925rem;
  }
}
@media screen and (max-width: 620px) {
  .cta-text {
    font-size: 1.2em;
    text-align: center;
  }
  .cta-text2 {
    font-size: 3.925rem;
  }
}
.buy-conversion {
  position: relative;
}

.buy-conversion .cta-wrapper {
  bottom: 20%;
}

.button-wrapper {
  position: relative;
}

.after-cta {
  position: relative;
}

.after-cta .sell-cta {
  top: 43%;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

.header {
  width: 100%;
}

.header__flex {
  display: flex;
  height: 117px;
}

.header__logo {
  padding: 26px 43px 23px 45px;
}

@media screen and (max-width: 900px) {
  .header__logo {
    padding: 10px 20px;
    align-self: center;
  }
}
.header__logo img {
  width: 100%;
}

.header__catchcopy {
  padding: 24px 22px 37px 46px;
  background: linear-gradient(to right, rgb(213, 195, 132) 0%, white 60%, rgb(216, 199, 140) 100%);
  height: inherit;
  flex: 1;
}

.header__catchcopy > p {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 700;
  font-size: 4.52rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .header__logo {
    width: 34.7%;
    padding: 5px 10px;
  }
  .header__catchcopy {
    display: flex;
  }
  .header__catchcopy > p {
    font-size: 3rem;
    align-self: center;
  }
}
.fv {
  background-image: url("../images_pc/fv_image.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 113px;
  height: 1563px;
  height: auto;
  position: relative;
  padding-inline: 8.1%;
  text-align: center;
}

.age {
  font-family: "Shippori Mincho B1";
  background: linear-gradient(116deg, #491200 0%, #bd8807 26%, #9f5802 43%, #ab8616 58%, #693000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 5.206rem;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 82px;
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .age {
    font-size: 3.2rem;
  }
}
.product-name1 {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 500;
  font-size: 10.679rem;
  letter-spacing: 0em;
  white-space: nowrap;
  text-align: center;
  position: relative;
  display: inline-block;
}

.product-name2 {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 600;
  font-size: 6rem;
  text-align: right;
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: -62px;
}

@media screen and (max-width: 980px) {
  .product-name1 {
    font-size: 8rem;
  }
  .product-name2 {
    font-size: 4rem;
  }
}
.cross.cross1 {
  width: 16%;
  margin-inline: auto;
  position: relative;
}

.cross.cross1 {
  width: 6%;
  top: 6px;
  right: 44px;
}

.cross.cross1 img + img {
  position: absolute;
  top: 0;
}

.cross1 {
  position: absolute;
  top: 65%;
  width: 16%;
}

.cross2 {
  width: 16%;
  margin-inline: auto;
  position: absolute;
  top: 65%;
  right: -2px;
}

.cross1 img,
.cross2 img {
  width: 100%;
  position: absolute;
  top: 0;
}

.product-name3 {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 500;
  font-size: 8.96rem;
  vertical-align: 4.73px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  margin-top: 74px;
}

@media screen and (max-width: 980px) {
  .product-name3 {
    font-size: 7.96rem;
  }
}
@media screen and (max-width: 830px) {
  .product-name3 {
    font-size: 5.96rem;
  }
}
.product-wrapper {
  width: 100%;
  margin-top: 111px;
  display: flex;
  gap: 8px;
  position: relative;
}

.texture1 {
  position: absolute;
  left: -82px;
  bottom: 12px;
}

.texture2 {
  position: absolute;
  left: 38px;
  bottom: -28px;
}

.acupuncturist {
  width: 26.8594%;
  position: relative;
  margin-top: 98px;
  margin-right: -106px;
  align-self: flex-start;
  z-index: 10;
}

.product {
  width: 37.281%;
  position: relative;
}

.acupuncturist-texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  line-height: 1;
}

.acupuncturist-text1,
.acupuncturist-text2,
.acupuncturist-text3 {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 500;
  font-size: 5.449rem;
  vertical-align: 4.79px;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .acupuncturist-text1,
.acupuncturist-text2,
.acupuncturist-text3 {
    font-size: 2.449rem;
  }
}
.polygons {
  width: 31.5362%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-direction: column;
  margin-top: -37px;
  margin-left: 28px;
}

.polygon {
  position: relative;
}

.polygon-texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.polygon-text1 {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 3.457rem;
  white-space: nowrap;
}

.polygon-text1 span {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 2.79rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.polygon-text1 + p {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 3.835rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.polygon-text2 {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 3.835rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.polygon-text2 span {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 2.714rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.polygon-text2 + p {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 3.457rem;
  letter-spacing: 0.075em;
  white-space: nowrap;
}

.polygon-text3 span:first-child {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 600;
  font-size: 5.131rem;
  letter-spacing: 0.075em;
  white-space: nowrap;
}

.polygon-text3 span:first-child + span {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 4.198rem;
  letter-spacing: 0.075em;
  white-space: nowrap;
}

.polygon-text3 span:last-child {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 3.457rem;
  letter-spacing: 0.075em;
  white-space: nowrap;
}

.polygon-text3 + p .number {
  font-family: "century-old-style-std", serif;
  color: #393939;
  font-weight: 500;
  font-size: 6.867rem;
  white-space: nowrap;
  vertical-align: -5px;
}

.polygon-text3 + p .kanji {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 5.146rem;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .fv {
    padding-left: 10px;
  }
  .product-wrapper {
    justify-content: space-between;
  }
  .polygons {
    margin-left: initial;
  }
  .texture1 {
    width: 56%;
    left: -50px;
  }
}
.purchase {
  padding-top: 123px;
  padding-bottom: 115px;
  background: linear-gradient(128deg, #e2c475 0%, #f0e0a4 31%, #e4c97c 50%, #e4c97c 82%, #dcbf78 100%);
}

.purchase__inner.inner {
  max-width: 94.8%;
}

.banner {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.banner__campaign {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(150deg, #491200 0%, #bd8807 36%, #9f5802 68%, #693000 100%);
  padding-top: 49px;
  padding-bottom: 51px;
}

.banner__ribbon-wrapper {
  display: flex;
  gap: 51px;
  height: 105px;
  padding-right: 33px;
}

.banner__ribbon {
  background-color: white;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 105px;
  padding-right: 43px;
  padding-left: 87px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 356px 0, 326px 52.5px, 356px 105px, 0 105px);
          clip-path: polygon(0 0, 356px 0, 326px 52.5px, 356px 105px, 0 105px);
}

.banner__month {
  color: #5c2d0b;
  font-family: "century-old-style-std";
  font-weight: 700;
  font-size: 9.651rem;
  letter-spacing: 0.075em;
  white-space: nowrap;
  display: inline-block;
}

.banner__period {
  color: #5c2d0b;
  font-family: "Shippori Mincho B1";
  font-weight: 700;
  font-size: 45.83px;
  letter-spacing: 0.075em;
  white-space: nowrap;
}

.banner__text {
  font-family: "Shippori Mincho B1";
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.8;
  white-space: nowrap;
}

.banner__texts {
  padding-left: 45px;
}

.banner__text.two {
  font-family: "Shippori Mincho B1";
  color: #fff;
  font-weight: 500;
  font-size: 69.64px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  line-height: 1.2;
}

.banner__text.big {
  font-family: "Shippori Mincho B1";
  color: #fff;
  font-weight: 700;
  color: #f5e54e;
  font-size: 82.69px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  white-space: nowrap;
}

@media screen and (max-width: 700px) {
  .banner__text.big {
    font-size: 60px;
  }
}
.product-contents.first {
  padding: 59px 43px 98px;
}

.product-contents {
  background-color: #fff;
  padding: 59px 62px 98px;
}

.product-contents h2 {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 600;
  font-size: 46.5px;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .product-contents h2 {
    font-size: 42.5px;
  }
}
.product-contents h2 br {
  display: none;
}

@media screen and (max-width: 900px) {
  .product-contents h2 {
    font-size: 38.5px;
  }
  .product-contents h2 br {
    display: block;
    font-size: 38.5px;
  }
}
.product-price-wrapper.first {
  gap: 39px;
}

@media screen and (max-width: 750px) {
  .product-price-wrapper.first {
    justify-content: space-between;
  }
}
.product-price-wrapper {
  display: flex;
  gap: 67px;
  max-width: 800px;
  margin-top: 43px;
  margin-inline: auto;
}

@media screen and (max-width: 980px) {
  .product-price-wrapper {
    gap: 12px;
  }
}
@media screen and (max-width: 900px) {
  .product-price-wrapper {
    gap: 0;
  }
}
@media screen and (max-width: 750px) {
  .product-price-wrapper {
    justify-content: space-between;
  }
}
.price-box {
  position: relative;
  margin-left: 5px;
}

.original-price-wrapper {
  display: flex;
}

.original-price.first {
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 500;
  font-size: 30.51px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  background-color: #000;
  padding: 11px 18px;
  align-self: flex-end;
}

.original-price {
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 500;
  font-size: 30.51px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  background-color: #000;
  padding: 15px 28px;
  align-self: flex-start;
}

.tax-include {
  display: flex;
  align-items: center;
  line-height: 1;
}

.tax-include::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  transform-origin: left;
  transform: rotate(45deg);
}

.tax-include > span {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  color: #393939;
  font-weight: 600;
  font-size: 75.79px;
  letter-spacing: 0;
  white-space: nowrap;
  margin-left: 22px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .tax-include > span {
    font-size: 67px;
  }
}
.tax-include .en span {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  color: #393939;
  font-weight: 600;
  font-size: 49.48px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  margin-top: 5px;
}

.en {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.en small {
  font-size: 2rem;
  white-space: nowrap;
}

.tax {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 18.95px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.arrow-wrapper.last {
  margin-top: 0;
}

.arrow-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 31.5%;
  margin-top: 20px;
}

.arrow-wrapper img {
  width: 22.53px;
  height: 10.94px;
}

.special-label {
  font-family: "Noto Sans JP";
  color: #c48606;
  border: solid 5px #c48606;
  background-color: #fff;
  font-weight: 500;
  font-size: 4.5em;
  line-height: 1;
  padding: 15px 21px;
  margin-top: 10px;
  white-space: nowrap;
  display: inline-block;
}

.special-price-wrapper {
  display: flex;
}

.special-price {
  font-family: "Yu Mincho";
  color: #c48606;
  font-weight: 600;
  font-size: 13.834rem;
  font-style: italic;
  white-space: nowrap;
  display: flex;
  line-height: 1.2;
}

.purchase.last .special-price .en2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 5rem;
  align-self: flex-start;
  margin-top: 25px;
}

.purchase.last .special-price .en2 span {
  font-style: initial;
  font-size: 8rem;
}

.purchase.last .special-price .en2 small {
  font-size: 3rem;
}

.purchase .special-price .en2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 5rem;
  align-self: flex-start;
  margin-top: 25px;
}

.purchase .special-price .en2 span {
  font-style: initial;
  font-size: 8rem;
}

@media screen and (max-width: 800px) {
  .purchase .special-price .en2 span {
    font-size: 6rem;
  }
}
.purchase .special-price .en2 small {
  font-style: initial;
  font-size: 3rem;
}

@media screen and (max-width: 800px) {
  .purchase .special-price .en2 small {
    font-size: 2rem;
  }
}
.unit {
  font-family: YuMincho;
  font-family: "Noto Sans JP";
  color: #c48606;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: 8.153rem;
  font-style: initial;
  line-height: 1;
  white-space: nowrap;
  align-self: center;
}

.tax {
  font-family: "Noto Sans JP";
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  color: #c48606;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: 2.718rem;
  white-space: nowrap;
}

.purchase.last .discount {
  width: 153px;
  height: 153px;
  position: absolute;
  top: 19%;
}

@media screen and (max-width: 900px) {
  .purchase.last .discount {
    width: 100px;
    height: 100px;
  }
}
.purchase .discount {
  position: absolute;
  top: 23%;
  right: 4.5%;
}

@media screen and (max-width: 900px) {
  .discount {
    right: 14.5%;
  }
}
.discount p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 5.222rem;
  font-size: 18px;
  color: #fff;
}

.discount::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #f0f0f0 transparent;
  bottom: -7px; /* 位置調整 */
  left: -7px; /* 位置調整 */
  transform: rotate(-45deg);
}

.purchase__image.middle {
  width: 27.617%;
}

.purchase__image {
  width: 31.617%;
  margin-top: -1px;
}

@media screen and (max-width: 900px) {
  .price-box {
    width: 61.5%;
  }
  .original-price.first {
    width: 31.53%;
    font-size: 8.5px;
  }
  .original-price {
    width: 31.53%;
    font-size: 14.5px;
    text-align: center;
    padding: 8px 10px;
  }
  .special-label {
    width: 47.1%;
    font-size: 1.5rem;
    text-align: center;
    padding: 12px 16px;
  }
  .discount {
    width: 100px;
  }
  .tax-include span {
    font-size: 50px;
  }
  .tax-include small {
    font-size: 11px;
  }
  .tax-include .en span {
    font-size: 41px;
  }
  .special-price {
    font-size: 10rem;
  }
  .bonus.first {
    font-size: 26px;
  }
  .bonus {
    font-size: 26px;
  }
  .cta-arrow {
    width: 6%;
  }
}
@media screen and (max-width: 600px) {
  .discount {
    right: 0;
  }
}
.purchase.last .bonus.first {
  margin-top: 39px;
  max-width: 777px;
}

@media screen and (max-width: 950px) {
  .purchase.last .bonus.first {
    margin-top: 61px;
  }
}
.bonus {
  background: linear-gradient(90deg, #dadbd3 0%, #ffffff 51%, #dbdcd5 100%);
  padding: 28px 11px 41px 40px;
  text-align: center;
  height: 106px;
  border-radius: 10px;
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 41.33px;
  line-height: 1;
  margin-top: 59px;
  margin-inline: auto;
  white-space: nowrap;
  position: relative;
}

.purchase .bonus {
  margin-top: 61px;
}

@media screen and (max-width: 810px) {
  .purchase .bonus.first {
    margin-top: 61px;
  }
}
.plus {
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 61.46px;
  height: 61.46px;
  background-color: #000;
  border-radius: 50%;
}

.plus::before,
.plus::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.plus::before {
  width: 4px;
  height: 42%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.plus::after {
  width: 42%;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accent {
  font-family: "Noto Sans JP";
  color: #b38a20;
  font-weight: 500;
  font-size: 30.33px;
  letter-spacing: 0.3em;
  white-space: nowrap;
}

.note.first {
  margin-inline: initial;
  margin-top: 50px;
}

.note {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 34.02px;
  color: #333;
  white-space: nowrap;
  text-align: center;
  margin-top: 49px;
}

.note span {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 37.02px;
  letter-spacing: 0.3em;
  white-space: nowrap;
  color: #b27605;
}

@media screen and (max-width: 990px) {
  .note {
    font-size: 23.02px;
  }
  .note span {
    font-size: 33.02px;
  }
}
.problem {
  padding-top: 93px;
  padding-bottom: 60px;
  background: url(../images_pc/problem_back.png) no-repeat;
}

.problem__inner.inner {
  max-width: 955px;
}

.problem__heading {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 600;
  font-size: 64px;
  text-align: center;
  white-space: nowrap;
}

.problem__heading span {
  font-family: "Shippori Mincho B1";
  font-weight: 600;
  font-size: 100px;
  color: #a0681f;
}

.problem__list {
  margin-top: 62px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 33px;
  width: 100%;
}

.problem__item {
  width: 100%;
}

.problem__title {
  background-color: #393939;
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 500;
  font-size: 38px;
  height: 173px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 41px 26px;
  text-align: center;
}

.problem__image {
  position: relative;
  margin-top: 69px;
  padding: 17px;
  background: url(../images_pc/problem_border.png) no-repeat center center/cover;
  background-size: 100% 100%;
}

.problem__graph {
  aspect-ratio: 911/613;
}

.problem__text {
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.problem__text span {
  font-family: "Noto Sans JP";
  color: #faf4ce;
  font-weight: 500;
  font-size: 5.613rem;
  white-space: nowrap;
}

.problem__lead-wrapper {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 128px;
}

.problem__lead-image {
  width: 13%;
  margin-left: 86px;
}

.problem__lead {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 500;
  font-size: 8.3rem;
  white-space: nowrap;
}

.problem__lead span {
  font-size: 7.2rem;
}

@media screen and (max-width: 900px) {
  .problem__lead-image {
    margin-left: initial;
  }
  .problem__lead {
    font-size: 5.3rem;
  }
  .problem__lead span {
    font-size: 4.3rem;
  }
}
.problem__caution {
  text-align: center;
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 600;
  font-size: 6.5rem;
  margin-top: 73px;
}

.problem__caution span {
  font-family: "Shippori Mincho B1";
  color: #a46c22;
  font-weight: 600;
  font-size: 7.759rem;
}

span.problem__strong {
  font-family: "Shippori Mincho B1";
  color: #fff;
  padding: 0 14px;
  font-weight: 600;
  font-size: 6rem;
  white-space: nowrap;
  background-color: #393939;
}

@media screen and (max-width: 900px) {
  span.problem__strong {
    width: 100%;
    white-space: wrap;
  }
}
.problem__care {
  width: 643px;
  margin-inline: auto;
  margin-top: 123px;
  position: relative;
}

.problem__care img {
  aspect-ratio: 643/153;
}

.problem__care p {
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: "Shippori Mincho B1";
  color: #fff;
  font-weight: 600;
  font-size: 6.8rem;
}

.problem__now {
  width: 305px;
  position: absolute;
  bottom: 87px;
  left: -130px;
}

.problem__now img {
  aspect-ratio: 305/267;
}

.problem__now p {
  font-family: "Shippori Mincho B1";
  color: #fff;
  font-weight: 600;
  font-size: 6.498rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 900px) {
  .problem__care {
    width: 100%;
  }
  .problem__care p {
    font-size: 2.5rem;
  }
  .problem__now {
    left: 0;
  }
}
.problem__detail {
  margin-top: 87px;
}

.problem__detail_list {
  display: flex;
  flex-direction: column;
}

.problem__detail_item {
  display: flex;
  justify-content: space-between;
  width: 92%;
}

.problem__detail_item.second {
  width: 100%;
  padding-left: 31px;
  margin-top: -28px;
}

.problem__detail_item.third {
  width: 95%;
  margin-top: -32px;
}

.problem__detail_item.forth {
  width: 100%;
  padding-left: 42px;
  margin-top: -35px;
}

.problem__detail_item:nth-child(even) {
  flex-direction: row-reverse;
}

.detail__item_image {
  width: 385.98px;
}

.detail__item_text-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.detail__item_text-image {
  position: absolute;
  width: 450px;
  top: 138px;
  left: -174px;
}

.detail__item_text-image img {
  aspect-ratio: 3/1;
}

.problem__detail_item:nth-child(2) .detail__item_text-image {
  top: 120px;
  left: -120px;
}

.detail__item_text-circle {
  position: absolute;
  top: -27px;
  left: -21px;
  width: 45.28px;
}

.detail__item_text-circle img {
  aspect-ratio: 1/1;
}

.detail__item_text {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 4.1rem;
}

.detail__item_text span {
  font-family: "Noto Sans JP";
  color: #b38a20;
  font-weight: 700;
  font-size: 4.1rem;
}

.problem__maybe {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 600;
  font-size: 6.5rem;
  text-align: center;
  margin-top: 31px;
}

@media screen and (max-width: 900px) {
  .problem__text {
    font-size: 3rem;
  }
  .problem__text span {
    font-size: 6.6rem;
  }
}
.complete {
  padding: 25px;
  padding-bottom: 217px;
  background: url(../images_pc/complete_back.png) no-repeat center center/cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.complete__arrow-wrapper {
  width: 40px;
  margin-top: 39px;
  margin-inline: auto;
}

.complete__arrow-wrapper img {
  aspect-ratio: 2/1;
}

.complete__title {
  width: 100%;
  margin-inline: auto;
  margin-top: 66px;
}

.complete__lead {
  margin-top: 66px;
  text-align: center;
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 300;
  font-size: 4.8rem;
}

.complete__product-wrapper {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.complete__product {
  width: 274px;
}

.complete__product img {
  aspect-ratio: 274/692;
}

.complete__circle {
  width: 27.771rem;
  position: absolute;
}

.complete__circle.first {
  top: 65px;
  left: 65px;
}

.complete__circle.second {
  top: 357px;
  left: 65px;
}

.complete__circle.third {
  top: 65px;
  right: 11px;
}

.complete__circle.forth {
  top: 357px;
  right: 11px;
}

.complete__circle img {
  aspect-ratio: 1/1;
}

.complete__circle-text {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 500;
  font-size: 6.971rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.completing {
  width: 537px;
  margin-left: auto;
}

.effect1 {
  width: 100%;
  height: 1000px;
  background: url(../images_pc/complete_back2.png) no-repeat center center/cover;
  position: absolute;
  top: 1318px;
}

.グループ_38 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 3792px;
  z-index: 31;
}

.長方形_34 {
  border-width: 9px;
  border-style: solid;
  background-image: -ms-linear-gradient(156deg, rgb(175, 159, 143) 0%, rgb(255, 255, 255) 77%, rgb(229, 226, 219) 100%);
  position: absolute;
  left: -348px;
  width: 1712px;
  height: 1006px;
  z-index: 29;
}

.effect2 {
  height: 1000px;
  background: url(../images_pc/complete_back3.png) no-repeat center center/cover;
}

.effect3 {
  height: 1000px;
  background: url(../images_pc/complete_back4.png) no-repeat center center/cover;
}

.effect4 {
  height: 1000px;
  background: url(../images_pc/complete_back5.png) no-repeat center center/cover;
}

.continue {
  position: relative;
  background: url(../images_pc/continue_back.png) no-repeat center center/cover;
}

.continue__title-wrapper {
  height: 374px;
  padding-top: 63px;
  position: relative;
  z-index: 9999;
}

.continue__arrow {
  width: 134px;
  margin-inline: auto;
}

.continue__heading {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 700;
  font-size: 5.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 27px;
}

.continue__image1 {
  position: absolute;
  left: 70px;
  bottom: 28px;
}

.continue__image2 {
  position: absolute;
  left: 20px;
  bottom: -7px;
}

.face {
  position: relative;
}

.face__images {
  height: 2658px;
  background: url(../images_pc/continue_back.png) no-repeat center center/cover;
  overflow: hidden;
}

.face__images section {
  position: relative;
}

.face1 {
  height: 411px;
}

.face__image1 {
  position: absolute;
  right: 5px;
  top: -110px;
  width: 551px;
  height: 497px;
  z-index: 6;
}

.face__text1 {
  width: 45.9%;
  position: absolute;
  top: -0.2%;
  left: 4%;
  z-index: 99;
}

.face2 {
  height: 528px;
}

.face__image2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 545px;
  height: 497px;
  z-index: 9;
}

.face__text2 {
  width: 69.1%;
  position: absolute;
  top: 31.6%;
  right: 4.5%;
  z-index: 99;
}

.face__water2 {
  width: 86px;
  position: absolute;
  top: 72px;
  right: 75px;
}

.face3 {
  height: 528px;
}

.face__image3 {
  position: absolute;
  right: 0;
  top: 0px;
  width: 449px;
  height: 497px;
  z-index: 13;
}

.face__text3 {
  width: 65.2%;
  position: absolute;
  top: 34%;
  left: 4%;
  z-index: 99;
}

.face4 {
  height: 528px;
}

.face__image4 {
  width: 547px;
  height: 497px;
  z-index: 17;
}

.face__text4 {
  width: 61%;
  position: absolute;
  top: 33%;
  right: 5%;
}

.face__water4 {
  width: 65px;
  position: absolute;
  top: 80px;
  right: 106px;
}

.face__water4_half {
  width: 45px;
  position: absolute;
  top: 26px;
  right: 177px;
}

.face5 {
  height: 497px;
}

.face__image5 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 537px;
  height: 497px;
  z-index: 20;
}

.face__water5 {
  width: 97px;
  position: absolute;
  top: 64px;
  left: 168px;
}

.face__water5_half {
  width: 53px;
  position: absolute;
  top: 120px;
  left: 122px;
}

.face__text5 {
  width: 70.1%;
  position: absolute;
  top: 200px;
  left: 4%;
  z-index: 99;
}

.fea {
  padding-top: 108px;
  padding-bottom: 117px;
  background: url(../images_pc/fea_back.png) no-repeat center center/cover;
}

.fea__sub_heading {
  text-align: center;
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 2.945rem;
}

.fea__heading {
  margin-top: 3px;
  text-align: center;
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 600;
  font-size: 5.891rem;
  line-height: 1;
}

.fea__heading.later {
  margin-top: 38px;
}

.fea__small {
  font-size: 5.087rem;
}

.fea__five {
  margin-top: 51px;
  margin-inline: auto;
  width: 70%;
}

.fea__list {
  margin-top: 162px;
  margin-inline: auto;
  width: 100%;
}

.fea__item.point {
  padding: 98px 71px 198px;
  position: relative;
  border-radius: 200px 0 0 0;
  background-color: #fff;
}

.fea__item.point:first-child {
  background: url(../images_pc/fea_item1back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.fea__item.point:nth-of-type(2) {
  background: url(../images_pc/fea_item2back.png) no-repeat center center/cover;
}

.fea__item.point:nth-of-type(3) {
  background: url("../images_pc/point3_back.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.fea__item3.fea__item.point {
  padding: 98px 0 198px;
}

.fea__item.point:nth-of-type(4) {
  background: url("../images_pc/fea_item4_back.png") no-repeat center center/cover;
}

.fea__item.point:nth-of-type(5) {
  background: url("../images_pc/fea_item5_back.png") no-repeat center center/cover;
}

.fea__item.point:nth-of-type(6) {
  background: url(../images_pc/fea_item6back.png) no-repeat center center/cover;
}

.fea__item.point:not(:first-child) {
  margin-top: 126px;
}

.point__1,
.point__2,
.point__3,
.point__4,
.point__5 {
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
  transform: translate(-50%);
  width: 185px;
  z-index: 99;
}

.point__4 {
  top: -90px;
}

.fea__point1_water {
  position: absolute;
  top: 23px;
  left: 37px;
  width: 93%;
  border-radius: 200px 0 0 0;
}

.fea__component1 {
  width: 68%;
  margin-inline: auto;
  position: relative;
}

.fea__component2 {
  width: 100%;
  margin-top: -169px;
  margin-inline: auto;
}

@media screen and (max-width: 900px) {
  .fea__component2 {
    margin-top: -65px;
  }
}
.fea__dottos {
  display: flex;
  gap: 64px;
  margin-left: 27%;
  margin-top: -25px;
}

.fea__dottos img {
  width: 11px;
  height: 11px;
}

.fea__many {
  margin-top: 9px;
  margin-inline: auto;
  width: 66%;
}

.fea__deltas {
  margin-top: 55px;
}

.fea__delta {
  width: 77px;
  margin-inline: auto;
}

.fea__delta:not(:first-child) {
  margin-top: 9px;
}

.fea__penetrate {
  width: 100%;
  margin-top: 52px;
  margin-inline: auto;
}

.fea__zukai {
  width: 89.733%;
  margin-inline: auto;
}

.fea__item2 {
  padding-bottom: 192px;
}

.point__2_title {
  width: 65%;
  margin-top: 90px;
  margin-inline: auto;
}

.point__2_list {
  margin-top: 74px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  row-gap: 42px;
}

.point__2_item {
  width: 32.2%;
  position: relative;
}

.point__2_text1,
.point__2_text2,
.point__2_text3,
.point__2_text4,
.point__2_text5,
.point__2_text6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 600;
  font-size: 5.4rem;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .point__2_text1,
.point__2_text2,
.point__2_text3,
.point__2_text4,
.point__2_text5,
.point__2_text6 {
    font-size: 2.4rem;
  }
}
.point3__wrapper {
  background: url("../images_pc/point3_back2.png");
  background-repeat: no-repeat;
}

.point__3_title {
  width: 83%;
  margin-top: 85px;
  margin-inline: auto;
}

.point3__text {
  width: 75%;
  margin-top: 57px;
  margin-inline: auto;
}

.point3_image {
  width: 81.9113%;
  margin-top: 40px;
  margin-inline: auto;
}

.fea__item4.point {
  padding-top: 170px;
  padding-bottom: 175px;
}

.point__4_title {
  width: 80%;
  margin-inline: auto;
}

.point__4_image {
  margin-top: 43px;
  margin-inline: auto;
  width: 99%;
}

.fea__item5.point {
  padding-top: 106px;
  padding-bottom: 167px;
}

.point__5_title {
  width: 80%;
  margin-top: 87px;
  margin-inline: auto;
}

.point__5_image {
  width: 98%;
  margin-top: 49px;
  margin-inline: auto;
}

.voice {
  padding: 99px 26px 88px;
  background: url(../images_pc/voice_back.png) no-repeat top, url(../images_pc/voice_back.png) no-repeat bottom;
  background-size: 100% auto, 100% auto;
}

.voice__inner.inner {
  padding-inline: 15px;
}

.voice__heading {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 8.5rem;
  text-align: center;
}

.voice-wrapper {
  margin-top: 38px;
}

.voice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.voice__item {
  width: 100%;
  padding: 66px 44px;
  position: relative;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background: url(../images_pc/voice_border.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 783px) {
  .voice__item {
    background-size: 100% 95%;
  }
}
@media screen and (min-width: 768px) {
  .voice__item {
    background-size: 100% 95%;
  }
}
.voice__item:not(:first-child) {
  margin-top: 31px;
}

.voice__border {
  width: 100%;
}

.voice__image {
  width: 23.3%;
  height: 34.3%;
  border-radius: 50%;
  position: absolute;
  right: -7.4388%;
  top: -12.78%;
  z-index: 8;
}

.voice__image img {
  width: 50.9%;
  height: 61.35%;
  position: absolute;
  bottom: -11px;
  left: 15.1394%;
}

.voice__number-wrapper {
  display: flex;
  gap: 51px;
  align-items: baseline;
}

.voice__number {
  font-family: "annabelle-jf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.054rem;
}

.voice__rating {
  display: flex;
  gap: 5px;
  align-items: center;
}

.voice__rating img {
  width: 34px;
  height: 34px;
}

.voice__title-wrapper {
  display: flex;
  gap: 33px;
}

@media screen and (max-width: 600px) {
  .voice__title-wrapper {
    flex-direction: column;
  }
}
.voice__title {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.09em;
  margin-top: 16px;
}

.voice__text {
  margin-top: 37px;
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 3.3rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
}

.voice__text span {
  font-family: "Noto Sans JP";
  color: #c58606;
  font-weight: 500;
  font-size: 3.3rem;
}

.bonus.second {
  margin-top: -35px;
}

.how {
  padding: 111px 0px 162px;
  background-color: #efedea;
}

.how__inner.inner {
  position: relative;
}

.not__product_image {
  position: absolute;
  top: -33px;
  right: 51px;
  width: 14%;
  z-index: 19;
}

.not__product {
  aspect-ratio: 141/345;
}

.how__heading {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 8.5rem;
  font-weight: 700;
  color: #393939;
  text-align: center;
  line-height: 1;
}

.how__sub_heading {
  width: 468px;
  display: flex;
  gap: 25px;
  align-items: center;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 4.8rem;
  font-weight: 500;
  color: #393939;
  margin-inline: auto;
  margin-top: 13px;
}

.how__sub_heading img {
  width: 88px;
}

.how__list-wrapper {
  margin-top: 30px;
}

.how__list {
  display: flex;
  flex-direction: column;
}

.how__item.first {
  padding: 23px 25px 22px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.how__item.second {
  padding: 23px 25px 22px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.how__item:not(:first-child) {
  margin-top: 49px;
}

.how__image-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.how__item_title {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 5.8rem;
  font-weight: 500;
  color: #c58606;
}

.how__image {
  width: 98%;
  height: 292px;
  position: relative;
}

.how__product {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 57%;
}

.how__circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.how__hand {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 49%;
  height: 65%;
}

.how__circle-wrapper {
  position: absolute;
  right: 43px;
  bottom: 34px;
  width: 41%;
  height: 59%;
}

@media screen and (max-width: 930px) {
  .how__circle-wrapper {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 800px) {
  .how__circle-wrapper {
    width: 70px;
    height: 70px;
  }
}
.how__delta {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 19px;
}

.how__number {
  width: 94px;
  height: 91px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 930px) {
  .how__number {
    width: 70%;
    height: auto;
  }
}
.how__face {
  width: 227px;
  height: 286px;
  margin-inline: auto;
}

.how__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #393939;
  margin-top: -34px;
  line-height: 1.8;
}

.how__caution {
  margin-top: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #393939;
  line-height: 1.7;
}

.qa {
  padding: 104px 41px 120px;
  background: url(../images_pc/qa_back.png) no-repeat center center/cover;
}

.qa__inner.inner {
  padding-inline: 0;
}

.qa__heading {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 9rem;
  color: #393939;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.19em;
  line-height: 1;
}

.qa__wrapper {
  margin-top: 70px;
}

.qa__item {
  box-shadow: 0px 7px 18px 0px rgba(65, 33, 1, 0.17);
}

.qa__item:not(:first-child) {
  margin-top: 49px;
}

.qa__question-wrapper {
  padding: 30px 38px 44px;
  display: flex;
  gap: 22px;
  background-color: #b48e47;
  line-height: 1.4;
}

.qa__indent {
  align-self: flex-start;
  line-height: 1;
}

.qa__indent.q {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 6.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.309;
}

.qa__indent.a {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 6.5rem;
  font-weight: 600;
  color: #393939;
}

.qa__question {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 5.4rem;
  font-weight: 600;
  color: #fff;
}

.qa__answer-wrapper {
  padding: 36px 60px 75px 42px;
  display: flex;
  gap: 28px;
  letter-spacing: 0.1em;
}

.qa__answer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  color: #393939;
}

.qa__answer + p {
  margin-top: 5px;
  line-height: 1.7;
}

.not {
  padding: 90px 0px 0px;
  background-color: #fff;
  position: relative;
}

.not__inner.inner {
  padding-inline: 18px;
  max-width: 1000px;
  position: relative;
}

.not__fv {
  padding: 97px 38px 75px;
  background-color: rgb(248, 247, 246);
  position: relative;
  box-shadow: 0 12px 17px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.not__fv::after {
  content: "";
  background-color: rgb(231, 227, 218);
  position: absolute;
  top: -950px;
  left: -180px;
  width: 964px;
  height: 1055px;
  transform: rotate(72deg);
}

@media screen and (max-width: 800px) {
  .not__fv::after {
    width: 880px;
  }
}
.not__company {
  font-size: 3rem;
  font-family: "Noto Sans JP";
  color: rgb(57, 57, 57);
  line-height: 1.2;
  text-align: center;
  -moz-transform: matrix(1.203944361, 0, 0, 1.203944361, 0, 0);
  -webkit-transform: matrix(1.203944361, 0, 0, 1.203944361, 0, 0);
  -ms-transform: matrix(1.203944361, 0, 0, 1.203944361, 0, 0);
}

.not__heading {
  font-size: 4.779rem;
  font-family: "Shippori Mincho B1";
  color: rgb(57, 57, 57);
  line-height: 1.2;
  text-align: center;
  -moz-transform: matrix(1.203944361, 0, 0, 1.203944361, 0, 0);
  -webkit-transform: matrix(1.203944361, 0, 0, 1.203944361, 0, 0);
  -ms-transform: matrix(1.203944361, 0, 0, 1.203944361, 0, 0);
}

.not__heading span {
  font-size: 4.575rem;
}

.not__sub_heading {
  font-size: 6rem;
  font-family: "Shippori Mincho B1";
  color: rgb(57, 57, 57);
  font-weight: bold;
  line-height: 1.2;
  padding-left: 76px;
  -moz-transform: matrix(1.203944361, 0, 0, 1.203944361, 0, 0);
  -webkit-transform: matrix(1.203944361, 0, 0, 1.203944361, 0, 0);
  -ms-transform: matrix(1.203944361, 0, 0, 1.203944361, 0, 0);
  margin-top: 21px;
}

@media screen and (max-width: 930px) {
  .not__sub_heading {
    font-size: 5rem;
  }
}
@media screen and (max-width: 830px) {
  .not__sub_heading {
    font-size: 5rem;
    padding-left: 0;
    text-align: center;
  }
}
.not__text-wrapper {
  padding: 29px 24px 26px;
  border: 1px solid #393939;
  margin-top: 73px;
  position: relative;
  background: url(../images_pc/not_shikaku.png);
  background-size: 100% 100%;
}

.not__text-wrapper::after {
  position: absolute;
  top: -24px;
  left: -24px;
  right: -24px;
  bottom: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  border: 12px solid #393939;
}

.not__texts {
  border: 1px solid #393939;
  padding: 70px 0px 61px;
  background-image: url(../images_pc/not_fv_back.png);
  background-size: 100% 100%;
  position: relative;
}

.not__text.second {
  background: url(../images_pc/not__black_back.png) no-repeat center center/cover;
}

.not__story {
  position: absolute;
  right: 57px;
  bottom: 0;
  font-family: century-old-style-std, serif;
  font-style: italicnormal;
  font-weight: 400;
  text-align: right;
  font-size: 10.5rem;
  color: #f8eac3;
  line-height: 1;
  -moz-transform: matrix(1.2499978807, 0, 0, 1.2499978807, 0, 0);
  -webkit-transform: matrix(1.2499978807, 0, 0, 1.2499978807, 0, 0);
  -ms-transform: matrix(1.2499978807, 0, 0, 1.2499978807, 0, 0);
}

@media screen and (max-width: 600px) {
  .not__story {
    font-size: 5.5rem;
  }
}
.not__text.first {
  font-size: 5.1rem;
  font-family: "Shippori Mincho B1";
  color: rgb(57, 57, 57);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
}

.not__text.second {
  font-size: 4.6rem;
  font-family: "Noto Sans JP";
  color: rgb(255, 255, 255);
  line-height: 1.304;
  text-align: center;
  background-color: rgb(57, 57, 57);
  padding: 20px 0;
  max-width: 782px;
  white-space: nowrap;
  margin-top: 33px;
  margin-inline: auto;
}

@media screen and (max-width: 900px) {
  .not__text.second {
    font-size: 2rem;
  }
}
.not__text.third {
  font-size: 4.8rem;
  font-family: "Noto Sans JP";
  color: rgb(57, 57, 57);
  line-height: 1.5;
  text-align: center;
  margin-top: 22px;
  position: relative;
}

.not__image {
  margin-top: 67px;
  background: url(../images_pc/not_image_back.png) no-repeat center center/cover;
  position: relative;
}

.not__arrow-wrapper {
  position: absolute;
  left: 49.5%;
  width: 19px;
  height: 105px;
}

.not__border {
  position: absolute;
  width: 3px;
  height: 102px;
}

.not__arrow {
  position: absolute;
  bottom: 0;
  width: 27px;
  height: 23px;
}

.not__circle-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 88px;
}

.not__circle1 {
  width: 47%;
  position: relative;
}

.not__circle2 {
  width: 46%;
  position: relative;
}

.not__text.forth {
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 500;
  font-size: 6.907rem;
  line-height: 1.2;
  text-align: left;
  padding-top: 84px;
}

.not__text.forth span {
  font-size: 5.756rem;
}

.not__absolute__inner.inner {
  padding-inline: 0;
  max-width: 1000px;
}

.not__last_contents {
  margin-top: -134px;
  padding-left: 61px;
  background: url(../images_pc/not_water_s.png) no-repeat center center/cover;
  background-size: 100% 100%;
}

@media screen and (min-width: 500px) {
  .not__last_contents {
    background-size: 92% 93%;
    background-position: 0 -92px;
  }
}
@media screen and (min-width: 1020px) {
  .not__last_contents {
    background-position: 0 -4px;
  }
}
.not__absolute {
  margin-top: 78px;
  position: relative;
  background: url(../images_pc/as.png) no-repeat center center/cover;
  height: 1060px;
}

.not__charas {
  height: 1060px;
}

.not__image_ha {
  width: 22.3%;
  position: absolute;
  top: 14px;
  left: -33.703px;
}

.not__image_ri {
  width: 14.3%;
  position: absolute;
  top: 15px;
  left: 179.703px;
}

.not__image_ya {
  width: 7%;
  position: absolute;
  top: 141px;
  left: 318.367px;
}

.not__image_u {
  width: 14.65%;
  position: absolute;
  top: 195px;
  left: -14.875px;
}

.not__image_ru {
  width: 15.65%;
  position: absolute;
  left: 71.125px;
  top: 280px;
}

.not__image_o {
  width: 19.6%;
  position: absolute;
  top: 250px;
  left: 172.75px;
}

.not__image_i {
  width: 17.6%;
  position: absolute;
  top: 319px;
  left: 312.188px;
  z-index: 10;
}

@media screen and (min-width: 1000px) {
  .not__image_ha {
    width: 241.98px;
  }
  .not__image_ri {
    width: 137.66px;
  }
  .not__image_ya {
    width: 63.72px;
  }
  .not__image_u {
    width: 133.86px;
  }
  .not__image_ru {
    width: 144.25px;
  }
  .not__image_o {
    width: 177.23px;
  }
  .not__image_i {
    width: 165.45px;
  }
}
.not__text.fifth {
  position: absolute;
  top: 472px;
  font-family: "Shippori Mincho B1";
  color: #393939;
  font-weight: 500;
  font-size: 6.899rem;
  line-height: 1.2;
}

.not__image_image {
  width: 100%;
  margin-inline: auto;
  position: absolute;
  top: 592px;
  left: -51px;
  z-index: 99;
}

.not__image_reborn {
  width: 79%;
  aspect-ratio: 741/1032;
  position: absolute;
  top: -6px;
  right: -11px;
  background: url(../images_pc/not_reborn.png) no-repeat center center/cover;
  background-size: 80% 80%;
  background-position: top right;
}

.last__inner.inner {
  max-width: 793px;
  position: relative;
}

.last__text.first {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 5.309rem;
  text-align: center;
  line-height: 1;
  margin-top: -5px;
}

.last__text.first + p {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 4.309rem;
  text-align: center;
  line-height: 1;
  margin-top: 25px;
  margin-left: 81px;
  letter-spacing: 0.26em;
  display: inline-block;
}

.last__text.second {
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 5.309rem;
  text-align: center;
  line-height: 1;
  margin-top: -4px;
  margin-inline: auto;
  padding-bottom: 18px;
  border-bottom: 2px solid #333333;
  width: 647px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 650px) {
  .last__text.first + p {
    margin-left: initial;
    margin-inline: auto;
  }
  .last__text.second {
    width: 480px;
    font-size: 3.5rem;
  }
}
.last__arrow {
  width: 126px;
  height: 57px;
  margin-inline: auto;
  margin-top: 93px;
}

.not__company.last {
  margin-top: 81px;
}

.last__heading {
  font-size: 4.779rem;
  font-family: "Shippori Mincho B1";
  color: rgb(57, 57, 57);
  line-height: 1.2;
  text-align: center;
  margin-top: 12px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 800px) {
  .last__heading {
    font-size: 4rem;
  }
}
.last__sub_heading {
  font-size: 6rem;
  font-family: "Shippori Mincho B1";
  color: rgb(57, 57, 57);
  font-weight: bold;
  line-height: 1.2;
  padding-left: 76px;
  margin-top: 21px;
}

@media screen and (max-width: 800px) {
  .last__sub_heading {
    font-size: 5rem;
  }
}
.last__image {
  margin-top: 60px;
}

.last__ad-wrapper {
  background: url(../images_pc/last_image.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 1475px;
  margin-bottom: 153px;
}

@media screen and (min-width: 1020px) {
  .last__ad-wrapper {
    height: 230%;
  }
}
@media screen and (min-width: 1600px) {
  .last__ad-wrapper {
    height: 268%;
  }
}
.last__ad_text-wrapper {
  position: relative;
  width: 88.8%;
  margin-inline: auto;
  box-shadow: 0px 31px 13px 0px rgba(51, 51, 51, 0.18);
  max-width: 888px;
}

.last__catch-wrapper {
  display: flex;
  gap: 24px;
  flex-direction: row-reverse;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 11%;
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .last__catch-wrapper {
    padding-right: 8%;
  }
}
.last__catch1 {
  writing-mode: vertical-rl; /* 縦書き、右から左へ */
  align-self: flex-start;
  font-family: "Shippori Mincho B1";
  color: #fff;
  font-weight: 600;
  font-size: 7.343rem;
  line-height: 1;
  background: linear-gradient(to right, #b78d22 0%, #b68c1f 100%);
  padding: 70px 20px 41px 22px;
}

.last__catch1 span {
  font-size: 5.287rem;
}

.last__catch2 {
  writing-mode: vertical-rl; /* 縦書き、右から左へ */
  font-family: "Shippori Mincho B1";
  color: #fff;
  font-weight: 600;
  font-size: 7.343rem;
  line-height: 1;
  margin-top: 168.15px;
  padding: 41px 19px 34px 23px;
  white-space: nowrap;
  background: linear-gradient(to right, #b78d22 0%, #b68c1f 100%);
}

@media screen and (max-width: 900px) {
  .last__catch1,
.last__catch2 {
    font-size: 5.343rem;
    padding: 40px 12px;
  }
}
.last__product {
  width: 200px;
  position: absolute;
  bottom: -8%;
  right: 4.8%;
  z-index: 10;
}

@media screen and (max-width: 900px) {
  .last__product {
    width: 24%;
  }
}
.last__product img {
  aspect-ratio: 240/509;
}

.last__texture {
  width: 17.4%;
  position: absolute;
  right: 0;
  bottom: -0.957%;
  z-index: 5;
}

.last__texture img {
  aspect-ratio: 414/524;
}

.last__ad_border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91.8246%;
}

.last__ad_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Shippori Mincho B1";
  color: #6a3100;
  font-weight: 700;
  font-size: 5.1rem;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .last__ad_text {
    font-size: 2.8rem;
  }
}
.bonus.last {
  margin-top: 104px;
  background: initial;
  background-color: rgb(234, 231, 223);
  padding: 30px 11px 17px 25px;
  letter-spacing: 0.05em;
  max-width: 783px;
  margin-inline: auto;
}

.bonus.last::after {
  content: "";
  -webkit-clip-path: inset(0 0 11px 0);
          clip-path: inset(0 0 11px 0);
  border-radius: 50%;
  background-color: rgb(234, 231, 223);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 91px;
}

.last__add {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 63;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP";
  color: #393939;
  font-weight: 500;
  font-size: 3.347rem;
}

.plus.last {
  display: none;
}

.product-contents.last {
  padding: 72px 45px 98px;
}

@media screen and (max-width: 900px) {
  .product-contents.last {
    padding: 59px 20px 98px;
  }
}
.purchase.last {
  padding-top: 163px;
}

.banner__campaign.last {
  padding-top: 46px;
  padding-bottom: 13px;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 74px;
  margin-top: -39px;
}

@media screen and (max-width: 900px) {
  .banner__campaign.last {
    margin-top: 0;
  }
}
.banner__ribbon.last {
  line-height: 76px;
  padding-left: 116px;
  height: 105px;
  padding-right: 58px;
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 55%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 91% 55%, 100% 100%, 0 100%);
  display: flex;
  align-items: center;
}

.banner__ribbon {
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 55%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 91% 55%, 100% 100%, 0 100%);
}

.banner__period.last {
  line-height: 3;
}

.banner__text.two.last {
  line-height: 2;
}

.bonus br {
  display: none;
}

@media screen and (max-width: 900px) {
  .banner__ribbon {
    display: flex;
    align-items: center;
  }
  .banner__ribbon.last {
    padding-left: 15px;
    display: flex;
    align-items: center;
  }
  .banner__month {
    font-size: 6rem;
  }
  .banner__period {
    font-size: 30px;
    align-self: flex-end;
  }
  .banner__text {
    font-size: 46px;
  }
  .banner__text.two {
    font-size: 27px;
  }
  .bonus {
    height: 128px;
  }
  .bonus br {
    display: block;
  }
  .accent {
    font-size: 22px;
  }
  .note {
    font-size: 18px;
  }
  .note span {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .note {
    text-align: left;
  }
  .banner__text {
    font-size: 25px;
  }
}
.note.last {
  margin-top: 56px;
  letter-spacing: 0.03em;
  width: 783px;
  margin-inline: auto;
}

@media screen and (max-width: 1100px) {
  .note.last {
    width: 100%;
  }
}
.inner {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 20px;
}

.strikethrough {
  position: relative;
}

.strikethrough::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(13deg);
  width: 86%;
  height: 2px; /* 線の太さ */
  background-color: #393939; /* 線の色（自由に変更） */
  transform-origin: center;
  pointer-events: none;
}

.sp-show {
  display: none;
}

@media screen and (max-width: 660px) {
  .sp-show {
    display: block;
  }
}
.md-show {
  display: none;
}

@media screen and (max-width: 900px) {
  .md-show {
    display: block;
  }
}
.pc-show {
  display: block;
}

@media screen and (max-width: 660px) {
  .pc-show {
    display: none;
  }
}
.br-show {
  display: block;
}

@media screen and (max-width: 900px) {
  .br-show {
    display: none;
  }
}