@import "https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap";
html {
  scroll-behavior: smooth;
}
.u-opacity-0 {
  opacity: 0;
}
.u-auto-alpha {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.u-scroll--fadeIn {
  transition: opacity 0.6s, transform 0.6s;
}
.u-scroll--fadeIn:not(.is-active) {
  opacity: 0;
  transform: translateY(40px);
}
.u-scroll--fadeInBlur {
  transition: opacity 0.6s, transform 0.6s, filter 0.6s;
}
.u-scroll--fadeInBlur:not(.is-active) {
  filter: blur(8px);
  opacity: 0;
  transform: translateY(40px);
}
.u-scroll--clipInRight {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
}
.u-scroll--clipInRight:not(.is-active) {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
main .l-container {
  margin-inline: max(20px, (100% - 1200px)/2);
}
.c-btn {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.c-btn__inner {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 370px;
  min-height: 80px;
  padding: 24px 15px;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 100vmax;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .c-btn__inner {
    min-width: 320px;
    min-height: 60px;
    padding: 14px 12px;
  }
}
.c-btn__inner:hover {
  color: #000;
  background-color: #fff;
}
.c-btn__inner:hover .c-btn__icon {
  transform: translateY(-50%) translateX(4px);
}
.c-btn__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 0;
  transition: transform 0.3s;
  transform: translateY(-50%);
}
.c-btn__icon::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14"><path d="M6.29293 7.00004.646484 1.35359 1.35359.646484 7.70714 7.00004 1.35359 13.3536l-.707106-.7071L6.29293 7.00004Z" /></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14"><path d="M6.29293 7.00004.646484 1.35359 1.35359.646484 7.70714 7.00004 1.35359 13.3536l-.707106-.7071L6.29293 7.00004Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-btn__label {
  font-family: "Josefin Sans", "'Noto Sans JP'", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.06em;
}
.c-btn__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
}
body {
  color: #000;
  min-width: 1200px;
  min-height: 100vh;
  font-family: "'Noto Sans JP'", sans-serif;
  font-kerning: normal;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
  body {
    min-width: unset;
  }
}
a[class=""],
a:not([class]):not(:has(*)) {
  text-decoration: none;
  transition: 0.6s ease;
}
a[class=""]:hover,
a:not([class]):not(:has(*)):hover {
  color: #8e8e8e;
}
.p-home_kv .p-home_kv__inner {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .p-home_kv .p-home_kv__inner {
    min-height: 100svh;
  }
}
.p-home_kv .p-home_kv__bg {
  width: 100%;
}
.p-home_kv .p-home_kv__bg img {
  width: 100%;
  height: calc(100svh - 80px);
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home_kv .p-home_kv__contents {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
@media (max-width: 767.98px) {
  .p-home_kv .p-home_kv__contents {
    gap: 36px;
  }
}
.p-home_kv .p-home_kv__logo {
  width: min(623px, 100%);
}
@media (max-width: 767.98px) {
  .p-home_kv .p-home_kv__logo {
    width: min(323px, 100%);
  }
}
.p-home_kv .slick .slick-arrow {
  display: none !important;
}
.p-home_movie__bg {
  display: none !important;
}
.p-home_movie__play {
  min-height: calc(100vh - 80px);
  transform: scale(1.3);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .p-home_movie__bg {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .p-home_movie__play {
    position: absolute !important;
    top: 0;
    width: 100%;
    min-height: calc(100svh - 80px);
  }
}
.p-home_intro {
  padding: 100px 0;
  background: #F5F3F0;
}
.p-home_intro .p-home_intro__inner {
  margin-inline-end: max(35px, (100% - 1200px)/2);
  align-items: center;
  display: flex;
  gap: 40px 100px;
}
@media (max-width: 767.98px) {
  .p-home_intro .p-home_intro__inner {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.p-home_intro .p-home_intro__img {
}
.p-home_intro .p-home_intro__desc {
  font-family: "'Sawarabi Mincho'", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.26em;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .p-home_intro .p-home_intro__desc {
    font-size: 32px;
  }
}
.p-home_intro .p-home_intro__desc .p-home_intro__desc__line {
  writing-mode: vertical-rl;
  display: inline;
  padding-right: 10px;
  background-image: linear-gradient(
    to right,
    transparent calc(100% - 1px),
    #000 0
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-home_story {
  background-color: #bbaca3;
  padding: 60px 0 75px;
}
@media (max-width: 767.98px) {
  .p-home_story {
    padding-bottom: 110px;
  }
}
.p-home_story .p-home_story__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.p-home_story .p-home_story__title {
  font-family: "Josefin Sans", "'Noto Sans JP'", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.28125;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-home_story .p-home_story__title {
    font-size: 40px;
  }
}
.p-home_story .p-home_story__lead {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
.p-home_products {
  padding: 100px 0 120px;
  background-color: #f5f3f0;
}
.p-home_products [data-tab-label] > *:not(.is_active) {
  cursor: pointer;
}
.p-home_products [data-tab-content] {
  position: relative;
}
.p-home_products [data-tab-content] > *:not(.is_active) {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.p-home_products .l-container {
  container-type: inline-size;
}
.p-home_products__flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.p-home_products__flex a,
.p-home_products__grid a {
  border-radius: 24px;
  overflow: hidden;
}
.p-home_products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767.98px) {
  .p-home_products__flex {
    flex-direction: column;
  }
  .p-home_products__grid {
    display: flex;
    flex-direction: column;
  }
}
.p-home_products__img img {
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  transition: .3s;
}
.p-home_products__img img:hover {
  transform: scale(1.1);
}
.p-home_products__img {
  overflow: hidden;
}
.p-home_products__card {
  height: 100%;
  padding: 15px 30px 25px;
  background: #fff;
}
.p-home_products__desc {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0;
}
.p-home_products__price {
  font-weight: 600;
}
.p-home_products .p-home_products__name {
  margin-bottom: 6px;
  color: #043f2a;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
}
.p-home_products .p-home_products__name span {
  display: block;
  color: #043f2a;
  font-weight: 500;
  font-size: 12px;
}
.p-home_products .p-home_products__title {
  color: #043f2a;
  font-family: "Josefin Sans", "'Noto Sans JP'", sans-serif !important;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.28;
  text-align: center;
  text-transform: capitalize;
}
.p-home_products .p-home_products__inner {
  margin: 40px auto 0;
  max-width: 1080px;
}
@media (max-width: 767.98px) {
  .p-home_products .p-home_products__inner {
    overflow-x: scroll;
  }
}
@media (max-width: 767.98px) {
  .p-home_products .p-home_products__tab {
    min-width: 1200px;
  }
}
.p-home_products .p-home_products__tab-label {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.p-home_products .p-home_products__tab-label .p-home_products__tab-label__item {
  background-color: #d8cec6;
  flex-grow: 1;
  text-align: center;
  padding: 20px 16px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767.98px) {
  .p-home_products
    .p-home_products__tab-label
    .p-home_products__tab-label__item {
    flex-grow: unset;
    width: 250px;
  }
}
.p-home_products
  .p-home_products__tab-label
  .p-home_products__tab-label__item.is_active {
  background-color: #fff;
}
.p-home_products .p-home_products__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  line-height: 1.7142857143;
}
.p-home_products .p-home_products__block {
  background-color: #fff;
  padding: 42px 40px 24px;
}
.p-home_products .p-home_products__block .p-home_products__block__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-home_products .p-home_products__step-list {
  display: flex;
  gap: 16px;
}
.p-home_products .p-home_products__step-list .p-home_products__step-list__item {
  flex-grow: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #bbaca3;
  padding: 16px 8px;
  min-height: 60px;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 48%,
    calc(100% - 20px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 48%,
    calc(100% - 20px) 100%,
    0 100%
  );
}
.p-home_products
  .p-home_products__step-list
  .p-home_products__step-list__item--brown {
  color: #fff;
  background-color: #765a53;
  flex-grow: 0.5;
}
.p-home_products
  .p-home_products__step-list
  .p-home_products__step-list__item--dark-brown {
  color: #fff;
  background-color: #3e302d;
  flex-grow: 0.5;
}
.p-home_products
  .p-home_products__step-list
  .p-home_products__step-list__label {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.p-home_products
  .p-home_products__step-list
  .p-home_products__step-list__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.08em;
}
.p-home_products .p-home_products__item-details {
  background-color: #d9d9d9;
  margin-top: 10px;
}
.p-home_products
  .p-home_products__item-details
  .p-home_products__item-details__inner {
  display: flex;
  align-items: center;
  gap: 36px;
}
.p-home_products
  .p-home_products__item-details
  .p-home_products__item-details__inner__col {
  position: relative;
  z-index: 0;
  padding: 10px;
}
.p-home_products
  .p-home_products__item-details
  .p-home_products__item-details__inner__col--title {
  flex-shrink: 0;
  width: 225px;
  padding-right: 12px;
}
.p-home_products
  .p-home_products__item-details
  .p-home_products__item-details__inner__col--title::before {
  content: "";
  position: absolute;
  background-color: #7d7979;
  width: 12px;
  height: 100%;
  right: 0;
  top: 0;
}
.p-home_products .p-home_products__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #bbaca3;
  padding: 16px 8px;
  min-height: 40px;
  min-width: 178px;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 48%,
    calc(100% - 10px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 48%,
    calc(100% - 10px) 100%,
    0 100%
  );
}
.p-home_products .p-home_products__arrow--gray {
  background-color: #bfbab8;
}
.p-home_products .p-home_products__arrow + .p-home_products__arrow {
  margin-top: 8px;
}
.p-home_products .p-home_products__arrow .p-home_products__arrow__label {
  font-family: "'Sawarabi Mincho'", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
}
.p-home_products .p-home_products__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-home_products
  .p-home_products__item-block
  .p-home_products__item-block__inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.p-home_products
  .p-home_products__item-block
  .p-home_products__item-block__img {
  width: 110px;
}
.p-home_products
  .p-home_products__item-block
  .p-home_products__item-block__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-home_products
  .p-home_products__item-block
  .p-home_products__item-block__title {
  font-family: "'Sawarabi Mincho'", serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.p-home_products
  .p-home_products__item-block
  .p-home_products__item-block__badge {
  display: inline-flex;
  padding: 5px;
  border-radius: 3px;
  border: solid 1px currentColor;
  font-weight: 350;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-home_about {
  background: #F6F1E2;
  padding: 100px 40px;
}
.p-home_about__logo {
  width: 515px;
  margin: 0 auto 50px;
}
.p-home_about__text {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #043F2A;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.p-home_about__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 373px;
  height: 80px;
  margin: 0 auto;
  border-radius: 99rem;
  background-color: #000;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  font-family: "Josefin Sans", "'Noto Sans JP'", sans-serif;
  letter-spacing: 0.06em;
}
@media (max-width: 767.98px) {
  .p-home_about__logo {
    width: 100%;
  }
  .p-home_about__btn {
    width: 100%;
  }
}
.p-home_revalue {
  background: #F5F3F0;
  padding: 100px 40px;
}
.p-home_revalue__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  min-height: 642px;
  margin: 0 auto 50px;
  padding: 60px;
  border-radius: 60px;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/rawsoupjp/uploads/image/home/bg_revalue_pc.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-home_revalue__heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  font-family: "Josefin Sans", "'Noto Sans JP'", sans-serif;
}
.p-home_revalue__text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .p-home_revalue {
    padding: 60px 20px;
  }
  .p-home_revalue__inner {
    min-height: 412px;
    padding: 20px;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/rawsoupjp/uploads/image/home/bg_revalue_sp.webp");
    border-radius: 40px;
  }
}

.p-home_howto {
  background: #fff;
  padding: 100px 40px;
}
.p-home_howto__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-home_howto__heading {
  margin-bottom: 50px;
  color: #043F2A;
  font-size: 40px;
  font-weight: 600;
  font-family: "Josefin Sans", "'Noto Sans JP'", sans-serif;
}
.p-home_howto__colum {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
.p-home_howto__text {
  border-top: 1px solid #000;
  padding-top: 40px;
}
.p-home_howto__lists{
  margin-bottom: 56px;
}
.p-home_howto__list {
  display: flex;
  gap: 20px;
}
.p-home_howto__list + .p-home_howto__list {
  margin-top: 32px;
}
.p-home_howto__icon {
  width: 100px;
  min-width: 100px;
}
.p-home_howto__icon .js-toggle {
  display: none;
}
.p-home_howto__icon .js-toggle.is-active {
  display: block;
}
.p-home_howto__desc {
  color: #043F2A;
  font-size: 18px;
  font-weight: 600;
  font-family: "Josefin Sans", "'Noto Sans JP'", sans-serif;
}
.p-home_howto__desc span {
  display: none;
}
.p-home_howto__desc span.is-active {
  display: block;
}
.p-home_howto__step {
  margin-bottom: 5px;
}
.p-home_howto__title {
  margin-bottom: 5px;
  font-size: 24px;
  letter-spacing: 0;
}
.p-home_howto__img img {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.p-home_howto__img img.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.p-home_howto__toggle {
  display: inline-flex;
  gap: 40px;
  border: 1px solid #000;
  border-radius: 24px;
}
.p-home_howto__toggle div {
  padding: 10px 20px;
  border-radius: 99rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  transition: 0.3s;
  cursor: pointer;
}
.p-home_howto__toggle div.is-active {
  background: #000;
  color: #fff;
}
@media (max-width: 767.98px) {
  .p-home_howto {
    padding: 40px 20px;
    margin: 0 auto 50px;
  }
  .p-home_howto__colum {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .p-home_howto__text {
    border-top: none;
  }
}
.p-home_news {
  padding-bottom: 100px;
  background-color: #f5f3f0;
}
.p-home_news__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  line-height: 1;
}
.p-home_news__title__main {
  color: #043F2A;
  font-size: 40px;
  font-family: "Josefin Sans", "'Noto Sans JP'", sans-serif !important;
  font-weight: 600;
}
.p-home_news__title__link {
  display: flex;
  align-items: center;
  color: #043F2A;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: underline;
}
.p-home_news__card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
.c-card {
  border: 1px solid #043F2A;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
.c-card__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
  color: #BBACA3;
  font-family: "Josefin Sans", "'Noto Sans JP'", sans-serif !important;
  font-size: 10px;
  font-weight: 500;
}
.c-card__body {
  margin-bottom: 15px;
}
.c-card__title {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  min-height: 40px;
}
.c-card__thumbnail {
  display: block;
  margin-bottom: 15px;
}
.c-card__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.c-card__link {
  display: block;
  text-align: right;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .p-home_news__card-list {
    display: flex;
    overflow-x: scroll;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .c-card {
    min-width: 290px;
  }
}
#magazine {
  margin-bottom: 100px;
}
#news .c-card__date {
  font-size: 14px;
}