@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Zen+Kaku+Gothic+Antique:wght@400;500&family=Zen+Old+Mincho:wght@400;500&display=swap");
.m-heading-01__ttl {
  display: grid;
  place-content: center;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #f5f3f0;
  color: #222;
  text-align: center;
}

.m-heading-01__ttl span {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.m-heading-01__ttl span.is-small {
  font-size: 1.6rem;
}

.m-heading-01__ttl span.is-large {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f7e7e0));
  background: linear-gradient(transparent 70%, #f7e7e0 0%);
  font-size: 2.4rem;
  line-height: 1.6;
}

.m-heading-02 {
  position: relative;
  margin-bottom: 50px;
}

.m-heading-02::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #3C2A21;
  content: "";
}

.m-heading-02 h2 {
  position: relative;
  margin-bottom: 0;
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(2.1rem, 5.8vw, 3.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.m-heading-02 h2::before, .m-heading-02 h2::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3C2A21;
  content: "";
}

.m-heading-02 h2::after {
  right: 0;
  left: auto;
}

.m-heading-02 h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
}

.m-heading-02 h2 span::before, .m-heading-02 h2 span::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3C2A21;
  content: "";
}

.m-heading-02 h2 span::after {
  right: 0;
  left: auto;
}

.m-heading-02.is-bg-beige h2 span {
  background: #FCFAF3;
}

.m-heading-02.is-bg-green h2 span {
  background: #DBE9AE;
}

.m-heading-en {
  display: block;
  width: auto;
  height: 95px;
  margin: 0 auto;
  opacity: .5;
}

.m-heading-03 {
  margin-bottom: 0;
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.333;
}

.m-heading-04 {
  margin-bottom: 0;
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.333;
  text-align: center;
}

.m-txt-01 {
  color: #3C2A21;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.857;
}

.m-btn-01 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 345px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 5px 5px 10px rgba(173, 152, 122, 0.25);
  background: #DBE9AE;
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
}

.m-btn-01.is-white {
  background: #fff;
}

.m-btn-01.is-gold {
  background: #F7BE6A;
}

.m-mv {
  position: relative;
  overflow: hidden;
  background: #FCFAF3;
}

.m-mv::before, .m-mv::after {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(247, 190, 106, 0.4) 0%, rgba(247, 190, 106, 0.15) 30%, rgba(247, 190, 106, 0) 70%);
  content: "";
  pointer-events: none;
}

.m-mv::before {
  top: -170px;
  left: -180px;
  width: 400px;
  height: 400px;
}

.m-mv::after {
  right: -130px;
  bottom: -80px;
  width: 340px;
  height: 340px;
}

.m-mv#top {
  padding: 100px 0 35px;
}

.m-mv__ttl {
  font-weight: 500;
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
  font-size: 1.6rem;
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: layer1 2s .5s forwards;
          animation: layer1 2s .5s forwards;
}

.m-mv__inr {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  width: 90%;
  margin: 0 auto;
}

.m-mv__video {
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
          order: 2;
  aspect-ratio: 335 / 430;
  border-radius: 50px 0 50px 0;
}

.m-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.m-mv__catch {
  position: relative;
  -webkit-box-ordinal-group: 2;
          order: 1;
  opacity: 0;
  -webkit-animation: layer1 2s .5s forwards;
          animation: layer1 2s .5s forwards;
}

.m-mv__catch-large {
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .075em;
}

.m-mv__catch-small {
  margin-bottom: 0;
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: .12em;
}

.m-mv__catch-small::after {
  display: inline-block;
  width: 47px;
  height: 1px;
  margin-left: 10px;
  background: #3C2A21;
  vertical-align: middle;
  content: "";
}

@-webkit-keyframes layer1 {
  0%, 30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes layer1 {
  0%, 30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.m-concern {
  position: relative;
  padding: 30px 15px 0;
  background: #ebe0d6;
}

.m-concern::before {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(172, 153, 138, 0.6) 0%, rgba(207, 193, 180, 0.25) 30%, rgba(207, 193, 180, 0) 70%);
  content: "";
  pointer-events: none;
}

.m-concern::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 190, 106, 0)), color-stop(50%, #f7be6a));
  background: linear-gradient(180deg, rgba(247, 190, 106, 0) 0%, #f7be6a 50%);
  content: "";
  pointer-events: none;
}

.m-concern__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.m-concern__ttl {
  line-height: 1.67;
}

.m-concern__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.m-concern__item {
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  line-height: 1.5;
}

.m-concern__item::after {
  display: block;
  width: 0;
  height: 20px;
  margin: 10px auto;
  border-left: 2px dotted #624A21;
  content: "";
}

.m-concern__item:last-child::after {
  height: 30px;
}

.m-concern__answer {
  line-height: 1.5;
}

.m-concern__arrow {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background: #F7BE6A;
}

.m-why {
  padding: 40px 0 80px;
}

.m-why__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 50px;
  margin: 0 auto;
}

.m-why__card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 30px;
  padding: 50px 15px 30px;
  background: #FFF5E6;
  box-shadow: 5px 5px 10px rgba(173, 152, 122, 0.25);
}

.m-why__card-ttl {
  text-align: center;
}

.m-why__num {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
  width: auto;
}

.m-why__head {
  display: grid;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
}

.m-why__img {
  width: 100%;
  height: auto;
  aspect-ratio: 315 / 180;
  overflow: hidden;
}

.m-why__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-why__body {
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.857;
  color: #3C2A21;
}

.m-why__sub {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 5px;
}

.m-why__sub-ttl {
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #F7BE6A;
}

.m-why__sub-txt {
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.857;
  color: #3C2A21;
}

.m-about {
  position: relative;
  padding: 60px 15px 25px;
  border-top: 2px solid #624A21;
  background: #FCFAF3;
}

.m-about::after {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 111 / 57;
  width: 45px;
  height: auto;
  background-color: #624A21;
  content: "";
}

.m-about__ttl {
  text-align: center;
}

.m-about__ttl img {
  width: auto;
  height: 40px;
}

.m-about__card {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.m-about__card-video {
  -webkit-box-ordinal-group: 3;
          order: 2;
  overflow: hidden;
  border-radius: 15px;
}

.m-about__card-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.m-about__card-body {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.m-machine {
  padding: 60px 15px 25px;
  background: #FCFAF3;
}

.m-machine__ttl {
  text-align: center;
}

.m-machine__ttl img {
  width: auto;
  height: 80px;
}

.m-machine__wrap {
  position: relative;
  margin-top: 30px;
}

.m-machine__img {
  overflow: hidden;
  border-radius: 15px;
}

.m-machine__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-machine__body {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.m-machine__lead::before {
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(247, 190, 106, 0.4) 0%, rgba(247, 190, 106, 0.15) 30%, rgba(247, 190, 106, 0) 70%);
  content: "";
  pointer-events: none;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.m-flow-01 {
  display: grid;
  gap: 64px;
}

.m-flow-01__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.m-flow-01__step {
  max-width: 105px;
  margin: 0 auto 4px;
}

.m-flow-01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-flow-01__main {
  padding: 20px 8px;
  background: #fff;
}

.m-flow-01__ttl {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.m-flow-01__txt {
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.m-flow-01__txt span {
  color: #993366;
  font-weight: 700;
}

.m-flow-02 {
  padding: 40px 0 60px;
  background: #FCFAF3;
}

.m-flow-02__list {
  display: -webkit-box;
  display: flex;
  gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
}

.m-flow-02__list::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  border-left: 2px dashed #624A21;
  content: "";
}

.m-flow-02__card {
  position: relative;
  overflow: visible;
  border-radius: 0 50px 0 50px;
  background: #fff;
}

.m-flow-02__card-img {
  aspect-ratio: 345 / 200;
  overflow: hidden;
  border-radius: 0 50px 0 0;
}

.m-flow-02__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-flow-02__card-body {
  display: -webkit-box;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px 15px 30px;
}

.m-flow-02__card-ttl {
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.333;
}

.m-flow-02__card-num {
  position: absolute;
  top: -30px;
  left: 20px;
  width: auto;
  height: 70px;
}

.m-voice {
  position: relative;
  padding: 40px 0 0;
  background: #DBE9AE;
}

.m-voice::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFAF3), to(#DBE9AE));
  background: linear-gradient(180deg, #FCFAF3 0%, #DBE9AE 100%);
  content: "";
}

.m-voice__ttl {
  margin-top: -20px;
  margin-bottom: 30px;
}

.m-voice__body {
  position: relative;
}

.m-voice__slider .swiper-wrapper {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.m-voice__slider .swiper-slide {
  height: auto;
}

.m-voice__card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 19px;
  height: 100%;
  padding: 20px 15px;
  background: #fff;
  color: #3C2A21;
  box-shadow: 5px 5px 10px rgba(173, 152, 122, 0.25);
}

.m-voice__card-ttl {
  margin: 0;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.m-voice__card-body {
  margin: 0;
}

.m-voice__card-name {
  margin: 0;
  text-align: right;
}

.m-voice__nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
  padding: 15px 0;
  background: #DBE9AE;
}

.m-voice__arrow {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.m-voice__arrow::after {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  border-top: 2px solid #3C2A21;
  border-right: 2px solid #3C2A21;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: "";
}

.m-voice__arrow.is-next::after {
  margin-right: 3px;
  margin-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-voice__arrow.swiper-button-disabled {
  opacity: .35;
  cursor: default;
}

.m-voice__dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
}

.m-voice__dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

.m-voice__dots .swiper-pagination-bullet-active {
  background: #F7BE6A;
}

.m-voice__trustindex {
  max-width: 800px;
  margin: 0 auto;
}

.m-sns {
  position: relative;
  padding: 40px 0 10px;
  background: #F7BE6A;
}

.m-sns::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFAF3), to(#F7BE6A));
  background: linear-gradient(180deg, #FCFAF3 0%, #F7BE6A 100%);
  content: "";
}

.m-sns::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f7be6a;
  content: "";
}

.m-sns__ttl {
  margin-top: -20px;
}

.m-sns__feed {
  margin: 30px auto;
}

.m-qa {
  position: relative;
  padding: 90px 0 40px;
  background: #FCFAF3;
}

.m-qa::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 170px;
  border-radius: 0 0 50% 50%;
  box-shadow: 5px 5px 10px rgba(173, 152, 122, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7bf6b), color-stop(20.44%, #ecd087), color-stop(45.3%, #DBE9AE), to(#DBE9AE));
  background: linear-gradient(180deg, #f7bf6b 0%, #ecd087 20.44%, #DBE9AE 45.3%, #DBE9AE 100%);
  content: "";
}

.m-qa .m-btn-01 {
  margin: 0 auto;
}

.m-choose {
  display: grid;
  row-gap: 60px;
}

.m-choose__box {
  position: relative;
  padding: 44px 20px;
  background: url(/wp-content/themes/yuzupilatis/img/bg_choose_sp.png) no-repeat center/cover;
  -webkit-clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px, 40px 0);
          clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px, 40px 0);
  border-radius: 10px;
}

.m-choose__heading {
  display: -webkit-box;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #372a1b;
}

.m-choose__num {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.33;
}

.m-choose__ttl {
  font-size: 1.4rem;
  letter-spacing: .15em;
  margin-bottom: 0;
  line-height: 1.45;
}

.m-choose__txt {
  font-size: 1.2rem;
  letter-spacing: .15em;
  line-height: 1.5;
}

.m-choose__txt:not(:last-child) {
  margin-bottom: 1rem;
}

.m-choose__txt span {
  font-weight: 700;
}

.m-choose__link {
  display: inline-grid;
  grid-template-columns: auto 40px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: start;
  gap: 10px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  font-weight: 500;
  margin-top: 16px;
  margin-left: 20px;
}

.m-choose__link::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(/wp-content/themes/yuzupilatis/img/icon_arrow_02.svg) no-repeat center center/contain;
}

.m-choose__wrap {
  position: relative;
}

.m-choose__wrap .container {
  position: relative;
  z-index: 2;
}

.m-choose__deco {
  position: absolute;
  height: auto;
}

.m-choose__deco.is-01 {
  top: 125px;
  left: 0;
  width: 84px;
  aspect-ratio: 193 / 373;
}

.m-choose__deco.is-02 {
  top: 0;
  right: 0;
  width: 133px;
  aspect-ratio: 525 / 650;
}

.m-choose__deco.is-03 {
  bottom: 0;
  left: 0;
  width: 141px;
  aspect-ratio: 450 / 1033;
}

.m-choose__deco.is-04 {
  bottom: 0;
  right: 0;
  width: 450px;
  aspect-ratio: 450 / 788;
}

.m-choose__deco.is-05 {
  top: 700px;
  right: 0;
  width: 160px;
  aspect-ratio: 161 / 554;
}

.m-choose__deco.is-06 {
  top: 1356px;
  left: 0;
  width: 96px;
  aspect-ratio: 96 / 297;
}

.m-choose__deco.is-07 {
  top: 1833px;
  right: 0;
  width: 130px;
  aspect-ratio: 130 / 240;
}

.m-choose__deco.is-08 {
  bottom: 472px;
  right: 0;
  width: 84px;
  aspect-ratio: 84 / 195;
}

.m-choose__deco.is-09 {
  bottom: 0;
  right: 0;
  width: 112px;
  aspect-ratio: 112 / 102;
}

.m-choose-02 {
  position: relative;
  padding: 40px 0 80px;
  background: #FCFAF3;
}

.m-choose-02::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(150 / 375 * 100vw);
  max-height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #DBE9AE), color-stop(78%, #DBE9AE), to(transparent));
  background: linear-gradient(180deg, #fff 0%, #DBE9AE 20%, #DBE9AE 78%, transparent 100%);
  content: "";
}

.m-choose-02 .m-heading-02 {
  margin-bottom: 0;
}

.m-choose-02 .m-heading-02 span {
  background: #DBE9AE;
}

.m-choose-02__list {
  display: -webkit-box;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
}

.m-choose-02__item:not(:last-child) {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #624A21;
}

.m-choose-02__item:not(:last-child)::before, .m-choose-02__item:not(:last-child)::after {
  position: absolute;
  bottom: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #624A21;
  content: "";
}

.m-choose-02__item:not(:last-child)::before {
  left: 0;
}

.m-choose-02__item:not(:last-child)::after {
  right: 0;
}

.m-choose-02__header {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}

.m-choose-02__num {
  width: auto;
  height: 60px;
}

.m-choose-02 .m-txt-01 {
  margin: 0;
}

.m-accordion__toggle {
  display: none;
}

.m-accordion__toggle:checked + .m-accordion__label + .m-accordion__content {
  height: auto;
  padding: 12px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-accordion__toggle:checked + .m-accordion__label::before {
  background: url(/wp-content/themes/yuzupilatis/img/icon_minus_01.svg) no-repeat center/contain;
}

.m-accordion__label {
  display: block;
  padding: 10px 20px;
  border-radius: 7px;
  background: color-mix(in srgb, #ad997b 13%, transparent);
  color: #9f1639;
  font-size: 1.6rem;
  font-weight: 700;
}

.m-accordion__label::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1 / 1;
  width: 30px;
  height: auto;
  background: url(/wp-content/themes/yuzupilatis/img/icon_plus_01.svg) no-repeat center/contain;
  content: "";
}

.m-accordion__label, .m-accordion__content {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.m-accordion__content {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.m-accordion-02 {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.m-accordion-02__item {
  box-shadow: 5px 5px 10px rgba(173, 152, 122, 0.25);
  interpolate-size: allow-keywords;
}

.m-accordion-02__item::details-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height .3s ease, content-visibility .3s ease allow-discrete;
  transition: height .3s ease, content-visibility .3s ease allow-discrete;
}

.m-accordion-02__item[open]::details-content {
  height: auto;
}

.m-accordion-02__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding: 12px 40px 12px 15px;
  background: #DBE9AE;
  list-style: none;
  cursor: pointer;
}

.m-accordion-02__header::-webkit-details-marker {
  display: none;
}

.m-accordion-02__header::before, .m-accordion-02__header::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 2px;
  background: #3C2A21;
  content: "";
}

.m-accordion-02__header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

[open] > .m-accordion-02__header::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 0;
}

.m-accordion-02__ttl {
  margin: 0;
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.429;
}

.m-accordion-02__body {
  padding: 20px 15px 30px;
  background: #fff;
}

.m-accordion-02 .m-txt-01 {
  margin: 0;
}

.price {
  position: relative;
  padding: 40px 0 0;
  background: #fff;
}

.price::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #dbe9ae), color-stop(73%, rgba(219, 233, 174, 0.15)), to(rgba(219, 233, 174, 0)));
  background: linear-gradient(180deg, #dbe9ae 21%, rgba(219, 233, 174, 0.15) 73%, rgba(219, 233, 174, 0) 100%);
  content: "";
}

.price::after {
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(219, 233, 174, 0.4) 0%, rgba(219, 233, 174, 0.15) 30%, rgba(219, 233, 174, 0) 70%);
  content: "";
  pointer-events: none;
}

.price .m-heading-02 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.5%, #e1edbc), to(#f0f6de));
  background: linear-gradient(180deg, #e1edbc 7.5%, #f0f6de 100%);
}

.price__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 40px;
}

.price__label {
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}

.price__value {
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}

.price__value .is-large {
  font-size: 6.4rem;
}

.price__note {
  color: #3C2A21;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.667;
}

.price__wave {
  position: relative;
  z-index: 1;
}

.price__wave img {
  display: block;
  width: 100%;
  height: auto;
}

.news {
  position: relative;
  padding: 55px 0 50px;
  background: #fff;
}

.news::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #624A21;
  content: "";
}

.news::after {
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 18px solid #624A21;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  content: "";
}

.news__en {
  margin: 0;
  text-align: center;
}

.news__en img {
  width: auto;
  height: 52px;
}

.news__list {
  display: -webkit-box;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.news__item {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 10px;
  text-decoration: none;
}

.news__txt {
  margin: 0;
}

.float-cta {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  pointer-events: none;
}

.float-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.float-cta img {
  display: block;
  width: 180px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .m-heading-01__ttl {
    padding: 30px 0;
  }
  .m-heading-01__ttl span {
    word-break: keep-all;
  }
  .m-heading-02 {
    margin-bottom: 70px;
  }
  .m-heading-02::after {
    height: 2px;
  }
  .m-heading-02 h2 {
    font-size: clamp(3.8rem, 5vw, 4rem);
  }
  .m-heading-02 h2 span {
    padding: 0 30px;
  }
  .m-heading-02 h2 span::before, .m-heading-02 h2 span::after {
    width: 8px;
    height: 8px;
  }
  .m-heading-en {
    height: 165px;
  }
  .m-heading-03 {
    font-size: 2.8rem;
    line-height: 1.429;
  }
  .m-heading-04 {
    font-size: 4rem;
    line-height: 1.5;
  }
  .m-txt-01 {
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .m-btn-01 {
    width: 400px;
    height: 70px;
    border-radius: 50px;
    font-size: 2.4rem;
  }
  .m-mv::before, .m-mv::after {
    display: none;
  }
  .m-mv#top {
    padding: 100px 0 70px;
  }
  .m-mv__ttl {
    text-align: center;
    margin-bottom: 18px;
    font-size: 3.2rem;
  }
  .m-mv__inr {
    gap: 30px;
    max-width: 1200px;
  }
  .m-mv__video {
    -webkit-box-ordinal-group: 1;
            order: 0;
    aspect-ratio: auto;
    border-radius: 150px 0 150px 0;
    height: 700px;
  }
  .m-mv__catch {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .m-mv__catch-large {
    font-size: 4rem;
    line-height: 1;
  }
  .m-mv__catch-small {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .m-concern {
    padding: 100px 0 110px;
  }
  .m-concern::before {
    top: 80px;
    width: 700px;
    height: 700px;
  }
  .m-concern::after {
    height: 330px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 190, 106, 0)), color-stop(46%, #f7be6a), color-stop(91%, #fff));
    background: linear-gradient(180deg, rgba(247, 190, 106, 0) 0%, #f7be6a 46%, #fff 91%);
  }
  .m-concern__item {
    font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    line-height: 2.08;
  }
  .m-concern__item::after {
    height: 40px;
    border-left-width: 3px;
  }
  .m-concern__item:last-child::after {
    height: 60px;
  }
  .m-concern__arrow {
    display: none;
  }
  .m-why {
    padding: 100px 0 120px;
  }
  .m-why__list {
    gap: 60px;
  }
  .m-why__card {
    padding: 30px;
  }
  .m-why__num {
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
  .m-why__head {
    grid-template-columns: 35% 1fr;
  }
  .m-why__img {
    aspect-ratio: 400 / 180;
  }
  .m-why__body {
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .m-why__sub-txt {
    font-size: 1.8rem;
    line-height: 1.667;
  }
  .m-about {
    padding: 110px 0 50px;
    border-width: 5px;
  }
  .m-about::after {
    width: 111px;
  }
  .m-about__card {
    grid-template-columns: 37.5% 1fr;
    gap: 37px;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .m-about__card-video {
    -webkit-box-ordinal-group: 1;
            order: 0;
    height: 260px;
  }
  .m-about__card-body {
    gap: 30px;
  }
  .m-machine {
    padding: 100px 0;
  }
  .m-machine__ttl img {
    height: 40px;
  }
  .m-machine__wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
  .m-machine__img {
    flex-shrink: 0;
    position: relative;
    z-index: 0;
    aspect-ratio: 1 / 1;
    width: 500px;
    margin-left: auto;
  }
  .m-machine__body {
    gap: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: 750px;
    padding: 50px 30px;
    background: rgba(255, 255, 255, 0.7);
  }
  .m-machine__lead::before {
    display: none;
  }
  .m-flow-01 {
    grid-template-columns: repeat(3, 1fr);
    gap: 90px 40px;
  }
  .m-flow-02 {
    padding: 100px 0 120px;
  }
  .m-flow-02__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 50px;
  }
  .m-flow-02__list::before {
    display: none;
  }
  .m-flow-02__card {
    border-radius: 0 90px 0 90px;
  }
  .m-flow-02__card:nth-child(odd) {
    margin-bottom: 80px;
  }
  .m-flow-02__card:nth-child(even) {
    margin-top: 80px;
  }
  .m-flow-02__card-img {
    aspect-ratio: 575 / 344;
    border-radius: 0 90px 0 0;
  }
  .m-flow-02__card-body {
    gap: 30px;
    padding: 40px 40px 50px;
  }
  .m-flow-02__card-ttl {
    font-size: 2.8rem;
    line-height: 1.429;
  }
  .m-flow-02__card-num {
    top: -50px;
    left: 30px;
    height: 100px;
  }
  .m-voice {
    padding: 80px 0 40px;
  }
  .m-voice::before {
    height: 190px;
  }
  .m-voice__ttl {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .m-voice__body {
    max-width: 940px;
    margin: 0 auto;
  }
  .m-voice__slider {
    max-width: 800px;
    margin: 0 auto;
  }
  .m-voice__card {
    gap: 30px;
    padding: 40px 30px;
  }
  .m-voice__card-ttl {
    font-size: 2.8rem;
    line-height: 1.429;
  }
  .m-voice__nav {
    padding: 30px 0 0;
    background: transparent;
  }
  .m-voice__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-voice__arrow.is-next {
    right: 0;
    left: auto;
  }
  .m-voice__arrow:not(.is-next) {
    left: 0;
  }
  .m-voice__dots {
    gap: 30px;
  }
  .m-voice__dots .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .m-sns {
    padding: 80px 0 100px;
  }
  .m-sns::before {
    height: 190px;
  }
  .m-sns::after {
    height: 100px;
  }
  .m-sns__ttl {
    margin-top: -30px;
  }
  .m-sns__feed {
    margin: 50px auto;
  }
  .m-qa {
    padding: 100px 0;
  }
  .m-qa::before {
    height: 240px;
    background: #DBE9AE;
  }
  .m-choose {
    row-gap: 40px;
  }
  .m-choose__box {
    padding: 19px 50px;
    background: url(/wp-content/themes/yuzupilatis/img/bg_choose_pc.png) no-repeat center/cover;
  }
  .m-choose__heading {
    gap: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .m-choose__ttl {
    font-size: 2rem;
  }
  .m-choose__txt {
    font-size: 1.4rem;
  }
  .m-choose__link {
    margin-left: 50px;
  }
  .m-choose__deco.is-01 {
    top: 50px;
    width: 193px;
  }
  .m-choose__deco.is-02 {
    width: 525px;
  }
  .m-choose__deco.is-03 {
    width: 450px;
  }
  .m-choose__deco.is-05 {
    display: none;
  }
  .m-choose__deco.is-06 {
    display: none;
  }
  .m-choose__deco.is-07 {
    display: none;
  }
  .m-choose__deco.is-08 {
    display: none;
  }
  .m-choose__deco.is-09 {
    display: none;
  }
  .m-choose-02 {
    padding: 120px 0;
  }
  .m-choose-02::before {
    height: 300px;
    max-height: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #DBE9AE), color-stop(60%, #DBE9AE), to(transparent));
    background: linear-gradient(180deg, #fff 0%, #DBE9AE 40%, #DBE9AE 60%, transparent 100%);
  }
  .m-choose-02__list {
    gap: 50px;
    max-width: 800px;
    margin: 50px auto 0;
  }
  .m-choose-02__item:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .m-choose-02__item:not(:last-child)::before, .m-choose-02__item:not(:last-child)::after {
    display: none;
  }
  .m-choose-02__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .m-accordion__label {
    font-size: 1.8rem;
  }
  .m-accordion-02 {
    gap: 30px;
  }
  .m-accordion-02__header {
    padding: 18px 60px 18px 30px;
  }
  .m-accordion-02__header::before, .m-accordion-02__header::after {
    right: 30px;
  }
  .m-accordion-02__ttl {
    font-size: 2.8rem;
  }
  .m-accordion-02__body {
    padding: 20px 30px 30px;
  }
  .price {
    padding: 100px 0;
  }
  .price::before {
    height: 280px;
  }
  .price::after {
    display: none;
  }
  .price .m-heading-02 span {
    background: -webkit-gradient(linear, left top, left bottom, from(#e4eec1), to(#f0f6dd));
    background: linear-gradient(180deg, #e4eec1 0%, #f0f6dd 100%);
  }
  .price__content {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: end;
            align-items: flex-end;
    margin-top: 24px;
  }
  .price__label {
    font-size: 4.8rem;
  }
  .price__value {
    font-size: 4.8rem;
  }
  .price__value .is-large {
    font-size: 9.6rem;
  }
  .price__note {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .news {
    padding: 115px 0 100px;
  }
  .news::before {
    height: 5px;
  }
  .news::after {
    top: 5px;
    border-top: 52px solid #624A21;
    border-right: 55px solid transparent;
    border-left: 55px solid transparent;
  }
  .news__list {
    max-width: 787px;
    margin-inline: auto;
  }
  .float-cta {
    right: 20px;
    bottom: 20px;
  }
  .float-cta img {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .m-heading-01__ttl span.is-small {
    font-size: 1.2rem;
  }
  .m-heading-01__ttl span.is-large {
    font-size: 1.6rem;
  }
  .m-heading-02 h2::before, .m-heading-02 h2::after {
    display: none;
  }
  .m-concern {
    margin-bottom: 40px;
    -webkit-filter: drop-shadow(0 4px 3px rgba(173, 152, 122, 0.25));
            filter: drop-shadow(0 4px 3px rgba(173, 152, 122, 0.25));
  }
  .m-about__card-ttl {
    text-align: center;
  }
  .m-machine__body {
    margin-top: 20px;
  }
  .m-machine__lead {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .m-choose__deco.is-04 {
    display: none;
  }
}
