@charset "UTF-8";
html,
body {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "ryo-text-plusn", serif;
  font-weight: 400;
  color: #4c483e;
  font-size: clamp(16px, 1vw, 20px);
}

img {
  width: 100%;
}

a {
  cursor: pointer;
}

main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/main_bg.jpg);
  background-size: contain;
}

.header {
  position: relative;
}
.header-points {
  position: absolute;
  top: 72.5%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 48%;
}
.header p {
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 25px;
  letter-spacing: 4px;
  background-color: #fff;
  padding: 2% 1%;
  text-align: center;
}
.header p.header-side1 {
  left: 88.5%;
  top: 0;
  transform: translate(-50%);
}
.header p.header-side2 {
  left: 85%;
  top: 5%;
  transform: translate(-50%);
}
.header a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 85%;
  right: 13%;
  transform: translate(50%, -50%);
  white-space: nowrap;
  background-color: rgba(235, 183, 3, 0.7);
  padding: 1% 2%;
  border-radius: 10px;
  font-size: 20px;
  border: 2px solid #fff;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  box-shadow: 2px 2px 5px rgb(110, 110, 110);
}
.header a::after {
  content: url(../images/arrow.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.7);
  margin-left: 2%;
}

.intro {
  width: 100%;
  padding: 4% 0;
}
.intro-content {
  width: 36%;
  display: block;
  margin: 0 auto;
}
.intro-gift {
  width: 45%;
  display: block;
  margin: 0 auto;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 120px solid transparent;
  border-left: 120px solid transparent;
  border-top: 30px solid #72695d;
  border-bottom: 0;
  margin: 4% auto 0 auto;
}

.about, .price {
  background-color: rgba(214, 206, 176, 0.4);
  text-align: center;
  padding: 4% 0;
}
.about .ttl-en, .price .ttl-en {
  font-size: clamp(70px, 7vw, 130px);
  letter-spacing: 5px;
  font-family: "allura", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.about h1, .price h1 {
  font-size: clamp(16px, 1.2vw, 25px);
  margin-top: -1%;
  font-weight: bolder;
}
.about h1::after, .price h1::after {
  content: "";
  width: 115px;
  height: 1px;
  background: #3e351c;
  display: block;
  margin: 1% auto 0 auto;
}
.about h2, .price h2 {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  margin: 3% auto;
}
.about__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 2%;
}
.about__inner-left {
  display: flex;
  flex-direction: column;
  width: 38%;
  gap: 10px;
}
.about__inner-left li {
  border: solid 1px #3e351c;
  padding: 2% 5%;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}
.about__inner-left span {
  color: #e19422;
  font-family: "allura", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  margin-right: 10px;
}
.about__inner-right {
  width: 23.5%;
}

.feature, .qa {
  text-align: center;
  padding: 4% 0;
  background-color: rgba(108, 100, 79, 0.8);
  color: #fff;
}
.feature .ttl-en, .qa .ttl-en {
  font-size: clamp(70px, 7vw, 130px);
  letter-spacing: 5px;
  font-family: "allura", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature h2, .qa h2 {
  font-size: clamp(16px, 1.2vw, 25px);
  margin-top: -1%;
  font-weight: bolder;
}
.feature h2::after, .qa h2::after {
  content: "";
  width: 115px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 1% auto 0 auto;
}
.feature__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
  gap: 2%;
}
.feature__inner-right {
  display: inline-block;
  text-align: left;
  line-height: 1.7;
}
.feature__inner-right p {
  margin-bottom: 3%;
}
.feature__inner-left {
  width: 16%;
}

.larger {
  font-size: 1.2em;
  font-weight: bold;
}

.voice, .message, .last {
  text-align: center;
  padding: 4% 0;
}
.voice .ttl-en, .message .ttl-en, .last .ttl-en {
  font-size: clamp(70px, 7vw, 130px);
  letter-spacing: 5px;
  font-family: "allura", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.voice h3, .message h3, .last h3 {
  font-size: clamp(16px, 1.2vw, 25px);
  margin-top: -1%;
  font-weight: bolder;
}
.voice h3::after, .message h3::after, .last h3::after {
  content: "";
  width: 115px;
  height: 1px;
  background: #3e351c;
  display: block;
  margin: 1% auto 0 auto;
}
.voice-item {
  display: flex;
  align-items: center;
  gap: 1%;
  line-height: 1.2;
  margin-bottom: 2%;
}
.voice-item img {
  width: 10%;
}
.voice-item p {
  text-align: left;
}
.voice-item span {
  display: block;
}

.swiper {
  width: 60%;
}
.swiper-slide {
  background-color: #fff;
  padding: 5%;
}
.swiper-container {
  position: relative;
  margin-top: 2%;
}

.swiper-button-next {
  position: absolute;
  right: 17vw !important;
}

.swiper-button-prev {
  left: 17vw !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #3e351c;
}

.swiper-pagination {
  bottom: -30px !important;
}
.swiper-pagination-bullet {
  background: #3e351c !important;
}

.price h4 {
  font-size: clamp(16px, 1.2vw, 25px);
  margin-top: -1%;
  font-weight: bolder;
}
.price h4::after {
  content: "";
  width: 115px;
  height: 1px;
  background: #3e351c;
  display: block;
  margin: 1% auto 0 auto;
}
.price-place {
  background-color: #3e351c;
  color: #fff;
  width: 15vw;
}
.price-times {
  background-color: #c8c0a2;
}
.price-price {
  background-color: #fff;
}
.price-disc {
  display: inline-block;
  text-align: left;
  width: 60%;
}
.price-disc-ttl {
  background-color: #3e351c;
  color: #fff;
  display: flex;
  width: 17.5%;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
}
.price table,
.price td {
  border: 2px solid #e9e4d5;
}
.price table {
  border-collapse: collapse;
  width: 60%;
  margin: 3% auto;
}
.price td {
  padding: 1.5%;
  vertical-align: middle;
  white-space: nowrap;
  height: auto;
}

.no-border {
  border: transparent 2px solid !important;
}

.message h5, .last h5 {
  font-size: clamp(16px, 1.2vw, 25px);
  margin-top: -1%;
  font-weight: bolder;
}
.message h5::after, .last h5::after {
  content: "";
  width: 115px;
  height: 1px;
  background: #3e351c;
  display: block;
  margin: 1% auto 0 auto;
}
.message-content {
  margin-top: 3%;
  line-height: 2;
  display: inline-block;
  text-align: left;
}
.message-content p {
  margin-bottom: 4%;
}
.message-content-img {
  float: right;
  width: 25%;
  display: block;
  margin-top: -37%;
}

.qa .ttl-en {
  font-size: clamp(70px, 7vw, 130px);
  letter-spacing: 5px;
  font-family: "allura", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.qa h6 {
  font-size: clamp(16px, 1.2vw, 25px);
  margin-top: -1%;
  font-weight: bolder;
}
.qa h6::after {
  content: "";
  width: 115px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 1% auto 0 auto;
}

.qa__accordion {
  width: 50%;
  margin: 4% auto;
}
.qa__accordion-item {
  display: inline-block;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 2% 2%;
  margin-bottom: 2%;
  width: 100%;
  text-align: left;
}
.qa__accordion-ttl {
  position: relative;
  font-weight: 500;
  width: 100%;
}
.qa__accordion-ttl::after {
  content: url(../images/plus.png);
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%) scale(0.8);
  right: 20px;
  transition: 0.5s;
  padding-right: 3%;
}
.qa__accordion-ttl::before {
  content: "Q";
  display: inline-block;
  margin-right: 1%;
}
.qa__accordion-ttl.is-open::after {
  content: url(../images/plus.png);
  transform: rotate(45deg) translate(8%, -50%) scale(0.8);
}
.qa__accordion-body {
  position: relative;
  font-weight: 300;
  opacity: 0;
  line-height: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  margin-top: 1.5%;
  width: 90%;
}
.qa__accordion-body.is-open {
  line-height: 1.3;
  opacity: 1;
}
.qa__accordion-body p::before {
  content: "A";
  margin-right: 1%;
  display: inline-block;
}

.last-img {
  width: 40%;
  margin-top: 4%;
}

.footer {
  background-color: #72695d;
  color: #fff;
  text-align: center;
  padding: 4% 0 1% 0;
}
.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  margin-bottom: 2%;
}

/* プラポリ、特商法ページ */
.company-table {
  margin: 2% auto 0 auto;
  font-size: clamp(14px, 16px, 1.1vw);
  width: 100%;
  position: static;
}

.company-table tr {
  border-bottom: 1px solid #b5b1b1;
}

.company-table th,
.company-table td {
  padding: 20px;
  border: 1px solid #dedbdb;
  text-align: left;
  white-space: unset;
}

.company-table th {
  width: 25%;
  background-color: #d5c6aa;
  text-align: center;
  vertical-align: middle;
}

.privacy__container,
.legal__container {
  width: 100%;
  padding-top: 8%;
  padding-bottom: 2%;
}

.privacy__inner,
.legal__inner {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5%;
}

.legal__inner h1 {
  font-size: 1.2em;
  text-align: center;
}

.privacy__inner-ttl {
  font-size: 1.2em;
  margin-bottom: 2%;
}

.privacy__inner h1 {
  font-size: 1.1em;
  margin-top: 2%;
  margin-bottom: 1%;
  background-color: #ecdbbc;
  padding: 0.5%;
}

.privacy__inner h2 {
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
  main::before {
    background-size: cover;
  }
  .header p {
    -ms-writing-mode: lr-tb !important;
        writing-mode: horizontal-tb !important;
    font-size: 16px;
    padding: 2% 3%;
  }
  .header p.header-side1 {
    left: 0;
    top: 5%;
    transform: none;
  }
  .header p.header-side2 {
    left: 0;
    top: 11%;
    transform: none;
  }
  .header-points {
    position: absolute;
    top: 71%;
    left: 50%;
    width: 98%;
  }
  .header a {
    top: 89%;
    right: 37%;
    padding: 2% 4%;
    font-size: 16px;
  }
  .intro {
    padding: 10% 0;
  }
  .intro-content {
    width: 90%;
  }
  .intro-gift {
    width: 95%;
  }
  .triangle {
    border-style: solid;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 25px solid #72695d;
  }
  .about,
.price {
    background-color: rgba(214, 206, 176, 0.3);
  }
  .about,
.feature,
.price,
.voice,
.message,
.qa,
.last {
    padding: 14% 4% 18% 4%;
  }
  .about h2, .price h2 {
    margin: 6% auto;
  }
  .about__inner {
    display: block;
  }
  .about__inner-left {
    width: 100%;
  }
  .about__inner-left li {
    display: flex;
    align-items: center;
    white-space: unset;
    gap: 2%;
    padding: 4% 5%;
  }
  .about__inner-right {
    width: 100%;
    margin-top: 5%;
  }
  .feature__inner {
    display: block;
  }
  .feature__inner-left {
    width: 85%;
    margin: 10% auto;
  }
  .feature__inner-right br {
    display: none;
  }
  .swiper {
    width: 100%;
    margin: 8% auto;
  }
  .swiper-slide {
    padding: 3%;
  }
  .swiper-button-prev {
    left: 0vw !important;
    top: 263px !important;
  }
  .swiper-button-next {
    right: 0vw !important;
    top: 263px !important;
  }
  .voice-item {
    display: block;
    margin-bottom: 7%;
  }
  .voice-item img {
    width: 20%;
  }
  .voice-item span {
    text-align: center;
    margin: 2% 0;
  }
  .price table {
    width: 700px;
    margin-top: 10%;
  }
  .price-disc {
    width: 100%;
  }
  .price-disc-ttl {
    width: 35.5%;
    margin-top: 5%;
  }
  .price-place {
    width: auto;
  }
  .table-scroll {
    overflow-x: scroll;
  }
  .table-scroll-arrow {
    background-image: url(../images/scroll.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 5px;
    background-position: right;
    margin-top: 10%;
    margin-bottom: -5%;
    opacity: 0.8;
  }
  .message-content {
    margin-top: 8%;
  }
  .message-content-img {
    float: none;
    width: 72%;
    margin: -15px auto 0 auto;
  }
  .qa__accordion {
    width: 100%;
    margin: 10% auto 5% auto;
    font-size: 15px;
  }
  .qa__accordion-ttl::after {
    right: 2px;
  }
  .last-img {
    width: 70%;
    margin: 12% 0 5% 0;
  }
  .footer {
    padding: 10% 0 2% 0;
  }
  .footer-link {
    margin-bottom: 4%;
    font-size: 14px;
  }
  /* プラポリ */
  .company-table tr {
    display: flex;
    flex-direction: column;
  }
  .company-table th {
    width: 100%;
  }
  .company-table th,
.company-table td {
    padding: 15px;
    text-align: center;
  }
  .privacy__inner,
.legal__inner {
    width: 90%;
    margin-top: 6%;
  }
  .company-table {
    margin-top: 5%;
  }
}
@media screen and (min-width: 769px) {
  .for-sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */