@import "https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap";
.child-list-container_yp {
  display: none;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
  background: #f5f3ed;
}
.inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 95%;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a:hover {
  opacity: 0.7;
}
.js-new-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition:
    opacity 0.8s ease,
    -webkit-transform 0.8s ease;
  transition:
    opacity 0.8s ease,
    -webkit-transform 0.8s ease;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    -webkit-transform 0.8s ease;
}
.js-new-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.js-new-sequence > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition:
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
  transition:
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease,
    -webkit-transform 0.6s ease;
}
.js-new-sequence > *.is-sequence-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section-line {
  position: relative;
}
.section-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition:
    transform 1.2s ease,
    -webkit-transform 1.2s ease;
}
.section-line.is-line-visible::before {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}
.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
.new-head-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #454f58;
  padding: 19px 37px;
  gap: 61px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-head-news {
    padding: 21px 11px;
    padding-right: 25px;
  }
  .new-head-news::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    width: 5.875px;
    height: 10.681px;
    background: url(../img/new-head-news-arrow.webp) no-repeat center center/cover;
  }
}
.new-head-news p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .new-head-news p {
    font-size: 12px;
  }
}
.new-head-news .new-head-news__date {
  font-family: Roboto;
}
.new-head-main.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .new-head-main {
    background-color: #f5f3ed;
    width: 100%;
    height: 81px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .new-head-main.is-fixed {
    height: 60px;
  }
}
.new-head-main__nav-sp {
  display: none;
}
@media (max-width: 1280px) {
  .new-head-main__nav-sp {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.new-header-Navi-container_yp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f5f3ed;
  padding: 14px 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .new-header-Navi-container_yp {
    padding: 0 18px 0 7px;
  }
}
.new-head-main__logo {
  width: 100px;
  margin-right: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .new-head-main__logo {
    max-width: 199px;
    width: 43%;
  }
}
.new-head-main__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 2%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1280px) {
  .new-head-main__nav {
    display: none;
  }
}
.new-head-main__nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.new-head-main__nav nav ul li p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  white-space: nowrap;
}
.new-head-main__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
@media (max-width: 1280px) {
  .new-head-main__btn {
    gap: 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media (max-width: 1280px) {
  .new-head-main__btn li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.new-head-main__btn li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-head-main__btn :has(#mypage_pc_header) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}
.new-head-main__btn :has(#mypage_pc_header) img {
  width: 34.374px;
}
.new-head-main__btn-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 63px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .new-head-main__btn-login {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.new-head-main__btn-login a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1280px) {
  .new-head-main__btn-login a {
    gap: 3px;
    font-weight: 400;
  }
}
.new-head-main__btn-login a img {
  width: 33px;
}
@media (max-width: 1280px) {
  .new-head-main__btn-login a img {
    width: 26px;
  }
}
.new-head-main__btn-contact {
  background: #8f8c7d;
}
@media (max-width: 1280px) {
  .new-head-main__btn-contact {
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.new-head-main__btn-contact a {
  width: 161px;
  height: 70px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.6px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-head-main__btn-contact a img {
  width: 21px;
}
@media (max-width: 1280px) {
  .new-head-main__btn-contact a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #251d15;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    gap: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .new-head-main__btn-contact a img {
    width: 26px;
  }
}
.new-head-main__btn-order {
  background: #d5c64d;
}
.new-head-main__btn-order a {
  width: 205px;
  height: 70px;
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.6px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-head-main__btn-order a img {
  width: 24px;
}
.new-mv {
  position: relative;
}
@media (max-width: 1280px) {
  .new-mv a {
    display: none;
  }
  .new-mv.header-fixed {
    margin-top: 81px;
  }
}
.new-mv-video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-mv-video-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .new-mv-video-pc {
    display: none;
  }
}
.new-mv-video-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-mv-video-sp {
    display: block;
  }
}
.new-mv-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 75px;
  position: absolute;
  left: min(155px, 10.7638888889vw);
  top: min(167px, 11.5972222222vw);
}
@media screen and (max-width: 768px) {
  .new-mv-text {
    gap: 21px;
  }
}
.new-mv-text p {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .new-mv-text p {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
.new-mv-text small {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 160%;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .new-mv-text small {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1.4px;
  }
}
.new-line-banner {
  width: 303px;
  height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #251d15;
  color: #fff;
  position: absolute;
  bottom: min(15px, 1.0416666667vw);
  right: min(18px, 1.25vw);
}
.new-line-banner__lead {
  color: #f5f1ea;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.3px;
}
.new-line-banner__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12.83px;
}
.new-line-banner__title img {
  width: 24.174px;
}
.new-line-banner__title p {
  color: #f5f1ea;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.4px;
}
.new-line-banner__lead p {
  color: #f5f1ea;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.3px;
}
.new-concept__content1 {
  width: 15.7638888889vw;
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 950px) {
  .new-concept__content1 {
    width: 100%;
    margin-top: 20px;
    padding-right: 30px;
  }
}
.new-concept__content1 img {
  width: 61.24%;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 950px) {
  .new-concept__content1 img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 145/118;
    width: 42.18%;
  }
}
.new-concept {
  background: #f5f3ed;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 950px) {
  .new-concept {
    padding-bottom: 79px;
  }
}
.new-concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 87.5694444444vw;
  height: 16.875vw;
  background: url(../img/new-concept-bg.webp) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .new-concept::before {
    background: url(../img/new-concept-bg-sp.webp) no-repeat center center/cover;
    width: 100%;
    height: auto;
    aspect-ratio: 390/131;
    top: 10px;
  }
}
.new-concept__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 950px) {
  .new-concept__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.new-concept__content2 {
  padding: 0 3.9583333333vw;
  margin-top: 15.1388888889vw;
}
@media screen and (max-width: 950px) {
  .new-concept__content2 {
    width: 95%;
    margin: 0 auto;
    padding: 36px 0 0;
    max-width: 340px;
  }
}
.new-concept__content2 h2 {
  color: #251d15;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 2.8px;
  margin-bottom: 76px;
}
@media screen and (max-width: 950px) {
  .new-concept__content2 h2 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 42px;
  }
}
.new-concept__content2 p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 200%;
  margin-bottom: 86px;
}
@media screen and (max-width: 950px) {
  .new-concept__content2 p {
    margin-bottom: 64px;
  }
}
.new-concept__content3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.new-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--454F58, #454f58);
  background: #cdd6d6;
  width: 340px;
  height: 56px;
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.6px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .new-btn {
    width: 100%;
    max-width: 340px;
  }
}
.new-review .new-btn {
  background: none;
  margin: auto;
}
.new-btn:hover {
  border: 1px solid #454f58;
  background: #454f58;
  color: #fff;
  opacity: 1;
}
.new-btn:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.new-btn::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  width: 25px;
  height: 25px;
  background: url(../img/new-btn-arrow.svg) no-repeat center center/cover;
}
.new-concept__content3 {
  margin-top: 15.1388888889vw;
  position: relative;
}
@media screen and (max-width: 950px) {
  .new-concept__content3 {
    margin-top: 79px;
  }
}
.new-concept__content3::before {
  content: "";
  position: absolute;
  top: 12.5694444444vw;
  right: 0;
  width: 95%;
  height: 13.4027777778vw;
  border: 1px solid #251d15;
  z-index: -1;
  border-right: none;
}
@media screen and (max-width: 950px) {
  .new-concept__content3::before {
    height: 175px;
    max-width: 340px;
    top: 120px;
    width: 95%;
  }
}
.new-concept__content3-img1 {
  width: 27.8472222222vw;
  margin-left: 6.1111111111vw;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 950px) {
  .new-concept__content3-img1 {
    width: 100%;
    max-width: 304px;
    margin-left: auto;
    margin-bottom: 39px;
  }
}
.new-concept__content3-img2 {
  width: 16.1111111111vw;
}
@media screen and (max-width: 950px) {
  .new-concept__content3-img2 {
    width: 100%;
    max-width: 221px;
    margin-left: auto;
    margin-right: 135px;
  }
}
.new-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .new-title {
    margin-bottom: 65px;
  }
}
.new-title p {
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.6px;
  margin-bottom: 17px;
}
.new-title h2 {
  color: #251d15;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 768px) {
  .new-title h2 {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
}
.new-title__box {
  height: 233px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-title__box {
    height: 143px;
  }
}
.new-title__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 93.334%;
  height: 100%;
  border: 1px solid #251d15;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .new-title__box::before {
    width: 100%;
    border-right: none;
  }
}
.new-work {
  background: url(../img/new-work-bg.webp) no-repeat center center/cover;
}
.new-work__container {
  position: relative;
  padding-bottom: 156px;
}
@media screen and (max-width: 950px) {
  .new-work__container {
    padding-bottom: 95px;
  }
}
.new-work__container::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/837;
  z-index: 1;
}
.new-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 930px;
  margin: 0 auto;
  row-gap: 76px;
  position: relative;
  z-index: 10;
}
@media (max-width: 956px) {
  .new-card {
    max-width: 623px;
    gap: 20px;
    width: 95%;
  }
}
@media (max-width: 956px) {
  .new-card .new-card__item {
    width: calc(50% - 21.5px);
  }
}
.new-card .new-card__item:nth-of-type(3n + 2) {
  margin-top: 45px;
}
@media (max-width: 956px) {
  .new-card .new-card__item:nth-of-type(3n + 2) {
    margin-top: 0;
  }
}
.new-card .new-card__item:nth-of-type(3n) {
  margin-top: 80px;
}
@media (max-width: 956px) {
  .new-card .new-card__item:nth-of-type(3n) {
    margin-top: 0;
  }
}
@media (max-width: 956px) {
  .new-card .new-card__item:nth-of-type(2n) {
    margin-top: 45px;
  }
}
.new-card__item {
  max-width: 290px;
}
.new-card__item img {
  aspect-ratio: 1/1;
  margin-bottom: 24px;
}
.new-work-card__title h3 {
  color: #251d15;
  text-align: left;
  font-family: "Futura PT";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 3.2px;
  margin-bottom: 8px;
}
@media (max-width: 950px) {
  .new-work-card__title h3 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.new-work-card__item-text {
  position: relative;
  padding-bottom: 15px;
}
.new-work-card__item-text a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 25px;
  height: 25px;
}
@media (max-width: 950px) {
  .new-work-card__item-text a {
    top: 100%;
    -webkit-transform: none;
    transform: none;
  }
}
.new-work-card__item-text p {
  color: var #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.6px;
}
@media (max-width: 950px) {
  .new-work-card__item-text p {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.new-brands {
  background: #d5cec6;
}
.new-brands .new-title {
  height: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #251d15;
  margin-bottom: 29px;
}
.new-brands .new-title::before {
  content: none;
}
.new-brands__container {
  max-width: 962px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 970px) {
  .new-brands__container {
    padding: 94px 0 133px;
    max-width: 313px;
  }
}
.new-our {
  background: #cdd6d6;
  position: relative;
}
.new-our::before {
  content: "";
  position: absolute;
  top: -44.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 89px;
  background: #251d15;
}
.new-our .new-title {
  margin-bottom: 163px;
}
@media screen and (max-width: 956px) {
  .new-our .new-title {
    margin-bottom: 75px;
  }
}
.new-our__container {
  padding: 180px 0 173px;
}
@media screen and (max-width: 956px) {
  .new-our__container {
    padding: 92px 0 103px;
  }
}
.new-our-card {
  gap: 43px;
  max-width: 956px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  row-gap: 83px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 956px) {
  .new-our-card {
    max-width: 623px;
    gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .new-our-card .new-our-card__item {
    width: calc(50% - 21.5px);
  }
}
.new-our-card__title {
  padding-bottom: 8px;
  border-bottom: 1px solid #251d15;
  margin-bottom: 8px;
}
@media screen and (max-width: 956px) {
  .new-our-card__title {
    padding-bottom: 4px;
    margin-bottom: 12px;
  }
}
.new-our-card__title p {
  color: #251d15;
  font-family: "Akshar", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 956px) {
  .new-our-card__title p {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.new-our-card__title h3 {
  color: #251d15;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 956px) {
  .new-our-card__title h3 {
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 500;
  }
}
.new-our-card__item-text {
  position: relative;
}
.new-our-card__item-text a {
  position: absolute;
  top: 100%;
  right: 0;
  width: 25px;
  height: 25px;
}
.new-our-card__item-text p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 956px) {
  .new-our-card__item-text p {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.new-review__container {
  padding: 216px 0 200px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .new-review__container {
    padding: 70px 0 125px;
  }
}
.new-review__container .new-review__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .new-review__container .new-review__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.new-review__container .new-review__title .new-title {
  width: 626px;
  padding-bottom: 226px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .new-review__container .new-review__title .new-title {
    margin: 0 auto;
    padding-bottom: 75px;
    width: 100%;
  }
}
.new-review__container .new-review__title-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 537px;
  border-right: 1px solid #251d15;
}
@media screen and (max-width: 900px) {
  .new-review__container .new-review__title-img {
    height: 229px;
    min-height: 229px;
    margin-left: auto;
    max-width: 303px;
  }
}
.new-review__container .new-review__title-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}
@media screen and (max-width: 900px) {
  .new-review__container .new-review__title-img img {
    height: 229px;
    min-height: 229px;
    margin-left: auto;
    max-width: 303px;
  }
}
.new-review {
  background: #f5f3ed;
}
.new-review__slider-item {
  max-width: 330px;
  border: 1px solid #251d15;
  background: #fff;
  padding: 34px 30px 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin: 0 9.9px;
}
@media screen and (max-width: 900px) {
  .new-review__slider-item {
    max-width: 277px;
    padding: 26px 25px 62px;
  }
}
.new-revie__top {
  height: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .new-revie__top {
    height: auto;
    margin-bottom: 16px;
  }
}
/* カテゴリとタイトルが同一のため非表示 */
.new-revie__slider-cat {
  display: none;
}
.new-revie__slider-cat span {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.72px;
  border: 1px solid #251d15;
  padding: 5px 7px;
  margin-bottom: 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .new-revie__slider-cat span {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.new-revie__slider-title {
  margin-bottom: 8.35px;
}
.new-revie__slider-title h3 {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .new-revie__slider-title h3 {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.new-revie__slider-info {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 900px) {
  .new-revie__slider-info {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.new-review__slider-container {
  position: relative;
  padding: 60px 0;
  max-width: 1235px;
  margin: -280px auto 0;
}
@media screen and (max-width: 900px) {
  .new-review__slider-container {
    padding: 60px 0 0;
    margin: -150px auto 0;
  }
}
.new-review__slider {
  max-width: 1031px;
  margin: 0 auto;
  position: relative;
}
.new-review__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.new-slider-side-btn {
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
}
.new-slider-side-btn:hover {
  opacity: 0.7;
}
.new-slider-side-btn img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 900px) {
  .new-slider-side-btn img {
    width: 39px;
    height: 39px;
  }
}
.new-review__slider .slick-dots {
  display: none !important;
}
.new-review__slider .slick-arrow {
  display: none !important;
}
.new-slider-prev {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
}
.new-slider-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}
.new-price {
  background-color: #f5f3ed;
}
.new-price__container {
  padding: 0 0 262px;
  margin: 0 auto;
}
.new-price-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1023px;
  margin: 0 auto;
  gap: 7%;
  width: 95%;
}
@media screen and (max-width: 850px) {
  .new-price-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80.77%;
    gap: 72px;
  }
}
.new-price-menu__main {
  width: 51.125%;
}
@media screen and (max-width: 850px) {
  .new-price-menu__main {
    width: 100%;
  }
}
.new-price-menu__sub {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.new-accordion__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-price-option .new-accordion__item .new-accordion__title {
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .new-price-option .new-accordion__item .new-accordion__title {
    padding-left: 0;
  }
}
.new-price-option .new-accordion__body-wrapper {
  padding-top: 16px;
  padding-bottom: 0;
}
.new-price-option .new-accordion__body-wrapper .new-accordion__body-list dl {
  padding: 8px 14px 7px;
}
.new-price-option .new-accordion__body-wrapper .new-accordion__body-list dt {
  font-size: 16px;
}
.new-price-option .new-accordion__body-wrapper .new-accordion__body-list dd {
  font-size: 16px;
}
.new-price-option .new-accordion__body-wrapper .new-accordion__body-list p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.1px;
  padding: 8px 14px;
  padding-right: 9.86px;
}
.new-price-option__title {
  background: #8e9d9f;
  padding: 18px 0;
  position: relative;
  margin-bottom: 27px;
}
.new-price-option__title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.new-price-option__title::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.new-price-option__title h3 {
  color: #f5f1ea;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .new-price-option__title h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.new-price-mainwash__title {
  background: #454f58;
  padding: 18px 0;
  position: relative;
  margin-bottom: 27px;
}
.new-price-mainwash__title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.new-price-mainwash__title::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.new-price-mainwash__title h3 {
  color: #f5f1ea;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .new-price-mainwash__title h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.new-accordion__item {
  border: 1px solid #251d15;
  background: #fff;
  padding: 12px 33px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .new-accordion__item {
    padding: 11.5px 10px;
  }
}
.new-accordion__item + .new-accordion__item {
  margin-top: 15px;
}
.new-accordion__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .new-accordion__title {
    width: 95%;
    margin: 0 auto;
  }
}
.new-accordion__title h4 {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .new-accordion__title h4 {
    font-size: 14px;
    letter-spacing: 1.4px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.new-accordion__title h4 span {
  font-size: 18px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  letter-spacing: 1.8px;
  width: 97px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .new-accordion__title h4 span {
    font-size: 17px;
    letter-spacing: 1.7px;
  }
}
.new-accordion__body-wrapper {
  padding: 39px 0 29px;
}
.new-accordion__body-wrapper .new-accordion__body-title:not(:first-of-type) {
  margin-top: 17px;
}
.new-accordion__body-title {
  border: 1px solid #3b3938;
  background: #f5f3ed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 22.5px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .new-accordion__body-title {
    padding: 4px 16px;
    padding-right: 7px;
  }
}
.new-accordion__body-title h5 {
  color: #3b3938;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.4px;
}
.new-accordion__body-title p {
  color: #3b3938;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.2px;
}
.new-accordion__body-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 22.5px 7px;
  padding-right: 20px;
  padding-right: 9.86px;
  border-bottom: 1px solid #ebe6df;
}
@media screen and (max-width: 768px) {
  .new-accordion__body-list dl {
    padding: 8px 7px 8px 16px;
  }
}
.new-accordion__body-list dl dt {
  color: #251d15;
  color: #3b3938;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .new-accordion__body-list dl dt {
    font-size: 14px;
  }
}
.new-accordion__body-list dl dd {
  color: #3b3938;
  font-family: "Noto Sans JP";
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .new-accordion__body-list dl dd {
    font-size: 14px;
  }
}
.mt-4 {
  margin-top: 4px;
  display: block;
}
.new-accordion__arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.new-accordion__arrow.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.new-accordion__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.new-accordion__body.is-open {
  max-height: 1000px;
}
.new-price-guarantee {
  margin-top: 40px;
  padding: 10px 0;
  margin-bottom: 40px;
}
.new-price-guarantee .new-accordion__item {
  padding: 0;
}
.new-price-guarantee .new-accordion__title {
  background: #251d15;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.4px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 12px 33px;
}
@media screen and (max-width: 768px) {
  .new-price-guarantee .new-accordion__title {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.new-price-guarantee .new-accordion__title .new-accordion__arrow {
  position: absolute;
  right: 0;
  right: 33px;
}
@media screen and (max-width: 768px) {
  .new-price-guarantee .new-accordion__title .new-accordion__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6%;
  }
  .new-price-guarantee .new-accordion__title .new-accordion__arrow.rotate {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
.new-price-guarantee .new-accordion__body-wrapper {
  padding: 29px 33px 46px;
}
.new-price-guarantee .new-accordion__body-wrapper h4 {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 2px;
  text-align: center;
  padding: 14px 0 13px;
  border-top: 1px solid #251d15;
  border-bottom: 1px solid #251d15;
  width: 172px;
  margin: 0 auto 36px;
}
.new-price-guarantee .new-accordion__body-wrapper .new-price-guarantee__lead {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  letter-spacing: 1.4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 34px;
}
@media screen and (max-width: 768px) {
  .new-price-guarantee .new-accordion__body-wrapper .new-price-guarantee__lead {
    font-size: 12px;
  }
}
.new-price-guarantee .new-accordion__body-wrapper .new-price-guarantee__tel {
  margin-bottom: 34px;
}
.new-price-guarantee .new-accordion__body-wrapper .new-price-guarantee__tel p {
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.new-price-guarantee .new-accordion__body-wrapper .new-price-guarantee__tel strong {
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin: 0 auto 9px;
  display: block;
}
.new-price-guarantee .new-accordion__body-wrapper .new-price-guarantee__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 16px 15px 29px;
  border: 1px solid #251d15;
  background: #fffefd;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.4px;
  position: relative;
}
.new-price-guarantee .new-accordion__body-wrapper .new-price-guarantee__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  width: 25px;
  height: 25px;
  background: url(../img/new-price-guarantee-arrow.svg) no-repeat center center/cover;
}
.new-price-guarantee .new-accordion__body-wrapper .new-price-guarantee__btn a span {
  width: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-price-postage {
  border: 1px solid #251d15;
  background: #fff;
}
.new-price-postage .new-price-postage__title {
  background: #251d15;
  padding: 10px 0;
}
.new-price-postage .new-price-postage__title h3 {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .new-price-postage .new-price-postage__title h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.new-price-postage .new-price-postage__body {
  padding: 30px;
}
.new-price-postage .new-price-postage__body p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .new-price-postage .new-price-postage__body p {
    font-size: 14px;
  }
}
.new-flow {
  background-color: #f5f3ed;
  overflow-x: visible;
}
@media screen and (max-width: 768px) {
  .new-flow {
    border-top: 1px solid #251d15;
  }
}
.new-flow-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1242px;
  margin: 0 auto;
  height: 458px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-flow-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin-top: -100px;
  }
}
.new-flow-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #251d15;
}
@media screen and (max-width: 768px) {
  .new-flow-title::after {
    display: none;
  }
}
.new-flow-title__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 128px;
}
@media screen and (max-width: 768px) {
  .new-flow-title__text {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-bottom: 89px;
  }
}
.new-flow-title__text p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .new-flow-title__text p {
    text-align: center;
  }
}
.new-flow-title__text h2 {
  color: #251d15;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 768px) {
  .new-flow-title__text h2 {
    font-size: 36px;
    letter-spacing: 3.6px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.new-flow-title__img {
  max-width: 505px;
  position: relative;
  bottom: 200px;
  z-index: 10;
  width: 40.661%;
  height: 315px;
}
@media screen and (max-width: 768px) {
  .new-flow-title__img {
    width: 100%;
    max-width: 250px;
    height: 156px;
    top: -100px;
    margin-left: auto;
  }
}
.new-flow-title__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.new-flow-card__item {
  border-radius: 20px 0 0 0;
  border: 1px solid #454f58;
  background: #fff;
  width: 292px;
  height: 337px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-flow-card__item {
    width: 225.282px;
    height: 260px;
    border-radius: 15.43px 0 0 0;
    border: 0.772px solid #454f58;
  }
}
.new-flow-card__item-step {
  background: #454f58;
  width: 125px;
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .new-flow-card__item-step {
    width: 96.439px;
    height: 28.546px;
  }
}
.new-flow-card__item-step p {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .new-flow-card__item-step p {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.new-flow-card__item-img {
  width: 86px;
  height: 86px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .new-flow-card__item-img {
    width: 66px;
    height: 66px;
    margin: 0 auto 7px;
  }
}
.new-flow-card__item-title {
  margin-bottom: 22px;
}
.new-flow-card__item-title p {
  color: #454f58;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .new-flow-card__item-title p {
    font-size: 16px;
  }
}
.new-flow-card__item-lead p {
  color: #454f58;
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .new-flow-card__item-lead p {
    font-size: 14px;
  }
}
.new-flow-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 37px;
  position: relative;
}
.new-flow-card::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #251d15;
  z-index: 1;
}
.new-flow__content {
  overflow-x: auto;
  padding: 0 207px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .new-flow__content {
    padding: 0 37px;
  }
}
.new-flow__content::-webkit-scrollbar {
  display: none;
}
.new-flow__content:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.new-flow__container {
  padding-bottom: 91px;
}
.new-flow-num p {
  color: #251d15;
  font-family: "Futura PT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new-scene {
  background: #d5cec6;
}
.new-scene__container {
  padding: 103px 0;
  max-width: 1020px;
  margin: 0 auto;
  width: 95%;
}
.new-scene-video__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 5px;
}
.new-scene-video__item {
  width: calc(25% - 4px);
  position: relative;
}
@media screen and (max-width: 910px) {
  .new-scene-video__item {
    width: calc(50% - 2.5px);
    margin: 0 3px;
  }
}
.new-scene-video__item::after {
  position: absolute !important;
  top: 5px !important;
  left: 5px !important;
  z-index: 1 !important;
  font-size: 18px !important;
  line-height: 0 !important;
  content: "" !important;
  background: url(../img/new-scene-instagram.svg) no-repeat center center/cover;
  z-index: 10;
  width: 24px;
  height: 24px;
}
.new-scene-video__item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-scene__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 97px;
}
@media screen and (max-width: 910px) {
  .new-scene__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.new-scene-video {
  max-width: 626px;
  width: 64%;
}
@media screen and (max-width: 910px) {
  .new-scene-video {
    width: 80%;
    margin: 0 auto;
  }
}
.new-scene-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 910px) {
  .new-scene-text {
    text-align: center;
  }
}
.new-scene-text p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 910px) {
  .new-scene-text p {
    font-size: 14px;
    line-height: 200%;
  }
}
.new-scene-text__title {
  margin-bottom: 40px;
}
.new-scene-text__title p {
  margin-bottom: 12px;
}
@media screen and (max-width: 910px) {
  .new-scene-text__title p {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 8px;
  }
}
.new-scene-text__title h2 {
  color: #251d15;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 910px) {
  .new-scene-text__title h2 {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.new-information {
  background: #f5f3ed;
}
.new-information__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1034px;
  margin: 0 auto;
  gap: 15%;
  padding: 120px 0 149px;
  width: 95%;
}
@media (max-width: 910px) {
  .new-information__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 125px;
  }
}
@media (max-width: 910px) {
  .new-information-btn .new-btn {
    margin: 0 auto;
  }
}
.new-information-btn .new-btn::after {
  right: 66px;
}
@media (max-width: 910px) {
  .new-information-btn .new-btn::after {
    right: 15%;
  }
}
.new-information__title {
  width: 333px;
}
.new-information__title p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.6px;
}
.new-information__title h2 {
  color: #251d15;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4.8px;
}
@media (max-width: 910px) {
  .new-information__title h2 {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.new-information-item__date {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
}
@media (max-width: 910px) {
  .new-information-item__date {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.new-information-item__title {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.4px;
}
@media (max-width: 910px) {
  .new-information-item__title {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.new-information-list {
  margin-bottom: 55px;
}
.new-information__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.new-information__body .new-information-item {
  border-bottom: 1px solid #d9d9d9;
  display: block;
}
.new-information__body .new-information-item:not(:first-of-type) {
  margin-top: 20px;
}
@media (max-width: 910px) {
  .new-information__body .new-information-item:not(:first-of-type) {
    margin-top: 14px;
  }
}
.section-line {
  width: 100%;
  height: 1px;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-line {
    display: none;
  }
}
.new-banner-area {
  background: #f5f3ed;
}
@media screen and (max-width: 768px) {
  .new-banner-area {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, transparent), color-stop(26%, #fff));
    background: -webkit-linear-gradient(top, transparent 26%, #fff 26%);
    background: linear-gradient(180deg, transparent 26%, #fff 26%);
  }
}
.new-banner-area__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 878px;
  margin: 0 auto;
  padding: 120px 0 0;
  gap: 23px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .new-banner-area__container {
    padding-top: 0;
  }
}
.new-banner-area__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.new-banner-area__item h2 {
  color: #251d15;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .new-banner-area__item h2 {
    color: #251d15;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    margin-bottom: 0;
  }
}
.new-banner-area__item p {
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .new-banner-area__item p {
    color: #251d15;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
  }
}
.new-banner-area__item a {
  border: 1px solid #454f58;
  display: block;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .new-banner-area__item a {
    margin-bottom: 17px;
  }
}
.new-banner-area__logo {
  padding: 105px 0 79px;
}
@media screen and (max-width: 768px) {
  .new-banner-area__logo {
    padding: 65px 0 47px;
  }
}
.new-banner-area__logo img {
  width: 310px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .new-banner-area__logo img {
    max-width: 212px;
  }
}
.new-footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .new-footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 38px;
  }
}
.new-footer-box__item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .new-footer-box__item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.new-footer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-footer-container {
  max-width: 1026px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .new-footer-container {
    width: 100%;
  }
}
.new-footer-box__item {
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 20px 3px rgba(0, 0, 0, 0.15);
  height: 278px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 33px;
}
@media screen and (max-width: 768px) {
  .new-footer-box__item {
    height: 246px;
    padding: 0 0 19px;
  }
}
.new-footer-box__item p {
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.4px;
}
.new-footer-box__tel {
  margin-bottom: 26px;
}
.new-footer-box__tel .new-footer-box__number {
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3.2px;
  margin: 9px 0 7px;
}
@media screen and (max-width: 768px) {
  .new-footer-box__tel .new-footer-box__number {
    font-weight: 300;
  }
}
.new-footer-btn {
  border: 1px solid #251d15;
  width: 300px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 22px;
  color: #251d15;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.4px;
}
.new-footer-btn:hover {
  background: #454f58;
  opacity: 1;
}
.new-footer-btn:hover p {
  color: #fff;
}
.new-footer-btn:hover .new-footer-btn__icon svg,
.new-footer-btn:hover .new-footer-btn__icon img,
.new-footer-btn:hover .new-footer-btn__arrow svg,
.new-footer-btn:hover .new-footer-btn__arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.new-footer-btn:hover .new-footer-btn__icon-line img {
  -webkit-filter: none;
  filter: none;
}
.new-footer-btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .new-footer-btn p {
    font-weight: 500;
  }
}
.new-footer-btn__icon-line {
  width: 20px;
  height: 20px;
}
.new-footer-btn__order {
  background: #dde25e;
  border: none;
  margin-top: 20px;
}
.new-footer-btn__order:hover {
  background: #d5c64d;
}
.new-footer-btn__order:hover p {
  color: #fff;
}
.new-footer-btn__line {
  margin-top: 24px;
}
.new-footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(15%, #454f58));
  background: -webkit-linear-gradient(top, transparent 15%, #454f58 15%);
  background: linear-gradient(180deg, transparent 15%, #454f58 15%);
  padding-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .new-footer {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #fff), color-stop(15%, #454f58));
    background: -webkit-linear-gradient(top, #fff 15%, #454f58 15%);
    background: linear-gradient(180deg, #fff 15%, #454f58 15%);
  }
}
.new-footer-instagram {
  margin-bottom: 17px;
}
.new-footer-instagram a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.new-footer-instagram a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-footer-instagram a p {
  color: #fff;
  font-family: Marcellus;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}
.new-footer-nav {
  padding: 36px 0 34px;
  border-top: 1px solid #fff;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .new-footer-nav {
    display: none;
  }
}
.new-footer-nav nav ul {
  max-width: 632px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.new-footer-nav nav ul li {
  color: #f5f1ea;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.footer-copy p {
  color: #f5f1ea;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .footer-copy p {
    font-weight: 350;
    line-height: 140%;
  }
}
.new-brands__slider {
  max-width: 962px;
  margin: 0 auto;
}
.new-brands__slider-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.new-brands__slider-item img {
  width: 157px;
}
@media screen and (max-width: 970px) {
  .new-brands__slider-item img {
    width: 101px;
  }
}
.new-brands__slider .slick-dots {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  list-style: none;
  bottom: -60px;
}
.new-brands__slider .slick-dots li {
  width: 32px;
  height: 5px;
  margin: 0;
}
.new-brands__slider .slick-dots li button {
  width: 32px;
  height: 5px;
  padding: 0;
  border: none;
  background: #8f8c7d;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-brands__slider .slick-dots li button::before {
  display: none;
}
.new-brands__slider .slick-dots li button:hover {
  background: #454f58;
}
.new-brands__slider .slick-dots li.slick-active button {
  background: #251d15;
}
@media (max-width: 910px) {
  .new-scene-video__wrapper .slick-dots {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    padding: 0;
    list-style: none;
    bottom: -60px;
  }
  .new-scene-video__wrapper .slick-dots li {
    width: 32px;
    height: 5px;
    margin: 0;
  }
  .new-scene-video__wrapper .slick-dots li button {
    width: 32px;
    height: 5px;
    padding: 0;
    border: none;
    background: #8f8c7d;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .new-scene-video__wrapper .slick-dots li button::before {
    display: none;
  }
  .new-scene-video__wrapper .slick-dots li button:hover {
    background: #454f58;
  }
  .new-scene-video__wrapper .slick-dots li.slick-active button {
    background: #251d15;
  }
}
.new-footer-nav-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-footer-nav-sp {
    display: block;
  }
}
.new-footer-nav-sp nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.new-footer-nav-sp nav ul li {
  width: 50%;
  text-align: center;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  padding: 22px 0 18px;
  color: #f5f1ea;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.4px;
}
.new-footer-nav-sp nav ul li:nth-of-type(2n) {
  border-right: none;
}
.new-footer-nav-sp nav ul li:last-of-type {
  border-bottom: 1px solid #fff;
}
.new-footer-nav-sp nav ul .new-footer-nav-sp__full {
  width: 100%;
  border-right: none;
}
.new-hamburger {
  display: none;
}
@media (max-width: 1280px) {
  .new-hamburger {
    display: block;
  }
}
.hamburger-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.hamburger-button .hamburger-icon {
  position: relative;
  width: 24px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hamburger-button .hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: #bbb9b0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.hamburger-button .hamburger-text {
  color: #3b3938;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.hamburger-button.is-active .hamburger-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}
.hamburger-button.is-active .hamburger-icon span:nth-child(2) {
  opacity: 0;
}
.hamburger-button.is-active .hamburger-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  transform: rotate(-45deg) translate(6px, -6px);
}
.hamburger-button.is-active .hamburger-text {
  opacity: 0;
}
.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10000;
}
.hamburger-menu.is-open {
  display: block;
}
@media (max-width: 1280px) {
  .hamburger-menu.is-open {
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  .hamburger-menu {
    display: none !important;
  }
}
.new-head {
  z-index: 10000;
}
@media (max-width: 1280px) {
  .new-head {
    position: static;
  }
}
@media (min-width: 1281px) {
  .new-head {
    position: relative;
  }
}
.new-head.menu-open {
  z-index: 10002;
}
@media (max-width: 1280px) {
  .new-head.menu-open .new-head-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f5f3ed;
    z-index: 10002;
  }
}
.hamburger-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10001;
}
.hamburger-nav .hamburger-nav-content {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f3ed;
  overflow-y: auto;
  z-index: 2;
  -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}
.hamburger-nav .hamburger-nav-content .new-footer-instagram {
  margin-bottom: 36px;
}
.hamburger-nav .hamburger-nav-content .new-footer-instagram p {
  color: #251d15;
  font-family: Marcellus;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.8px;
}
.hamburger-nav .hamburger-nav-content .hamburger-nav-privacy {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 47px;
}
.hamburger-nav .hamburger-nav-group {
  margin-bottom: 40px;
  padding: 0 0 0 45px;
}
.hamburger-nav .hamburger-nav-group:nth-of-type(2) {
  margin: 0 0 0 19px;
  padding: 0 0 0 26px;
  background: #fff;
  -webkit-box-shadow: 6px 6px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 10px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 62px;
}
.hamburger-nav .hamburger-nav-group:nth-of-type(2) li:first-of-type {
  border-top: none;
}
.hamburger-nav .hamburger-nav-group:nth-of-type(2) li:last-of-type {
  border-bottom: none;
}
.hamburger-nav .hamburger-nav-group:first-child {
  margin-top: 70px;
}
.hamburger-nav .hamburger-nav-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hamburger-nav .hamburger-nav-group ul li {
  border-top: 1px solid #251d15;
}
.hamburger-nav .hamburger-nav-group ul li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #251d15;
}
.hamburger-nav .hamburger-nav-group ul li a {
  display: block;
  color: #251d15;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  padding: 22px 37px 19px 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.hamburger-nav .hamburger-nav-group ul li a::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 37px;
  width: 25px;
  height: 25px;
  background: url(../img/new-btn-arrow.svg) no-repeat center center/cover;
}
.hamburger-nav .hamburger-nav-group ul li a span {
  color: #251d15;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 1.4px;
}
.hamburger-nav .hamburger-nav-group ul li a:hover {
  color: #8f8c7d;
  padding-left: 10px;
}
.new-head-news {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.new-head-news.hidden {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.new-floating-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
@media (max-width: 1280px) {
  .new-floating-btn {
    display: block;
  }
}
.new-floating-btn.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.new-floating-btn .new-head-main__btn-order a {
  height: 56px;
  margin: 0 auto;
  width: 50%;
}
.new-floating-btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
}
.new-floating-btn ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.new-floating-btn__line a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #8f8c7d;
  color: #f5f1ea;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.4px;
  text-align: center;
}
.concept-mv {
  position: relative;
  margin-bottom: 230px;
}
@media screen and (max-width: 900px) {
  .concept-mv {
    margin-bottom: 510px;
  }
}
.concept-mv::after {
  content: "";
  width: 78.612%;
  height: 100%;
  border: 1px solid #251d15;
  position: absolute;
  top: 0;
  left: 0;
  border-left: none;
}
@media screen and (max-width: 900px) {
  .concept-mv::after {
    top: 238px;
    width: 93.612%;
    height: 112%;
  }
}
.concept-mv .new-title {
  margin-bottom: 94px;
  text-align: left;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .concept-mv .new-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 239px;
  }
}
.concept-mv__content {
  max-width: 1440px;
  margin: 204px auto 0;
  padding: 160px 0;
  padding-left: min(212px, 14.7222222222vw);
  position: relative;
}
@media screen and (max-width: 900px) {
  .concept-mv__content {
    margin-top: 0;
    padding: 58px 0;
    max-width: 390px;
  }
}
@media screen and (max-width: 900px) {
  .concept-mv__lead {
    width: 87%;
    margin: 0 auto;
  }
}
.concept-mv__lead p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 160%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 900px) {
  .concept-mv__lead p {
    line-height: 200%;
  }
}
.concept-mv__img img {
  border: 1px solid #251d15;
}
.concept-mv__img-item1 {
  width: 205px;
  height: 174px;
  position: absolute;
  top: -60px;
  left: min(212px, 14.7222222222vw);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .concept-mv__img-item1 {
    width: 146px;
    height: 124px;
    top: 190px;
    left: 0;
  }
}
.concept-mv__img-item2 {
  width: min(807px, 56.0416666667vw);
  height: 407px;
  position: absolute;
  top: -140px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .concept-mv__img-item2 {
    width: 340px;
    height: 190px;
    top: 680px;
    right: 0;
  }
}
.concept-mv__img-item2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.concept-mv__img-item3 {
  width: 198px;
  height: 320px;
  position: absolute;
  top: 364px;
  left: min(900px, 62.5vw);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .concept-mv__img-item3 {
    width: 112px;
    height: 180px;
    left: 0;
    top: 910px;
    padding-left: 6.5%;
  }
}
.concept-media {
  margin-bottom: 90px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .concept-media {
    margin-bottom: 189px;
  }
}
.concept-media .concept-media-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .concept-media .concept-media-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
}
.concept-media .concept-media-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .concept-media .concept-media-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  .concept-media .concept-media-item:nth-of-type(even) .concept-media-item__img {
    margin-left: 0;
    margin-right: auto;
  }
}
.concept-media .concept-media-item:nth-of-type(even) .concept-media-item__text {
  padding-left: min(79px, 5.4861111111vw);
}
@media screen and (max-width: 980px) {
  .concept-media .concept-media-item:nth-of-type(even) .concept-media-item__text {
    padding: 0 20px;
  }
}
.concept-media .concept-media-item:nth-of-type(even) .concept-media-item__text p {
  line-height: 160%;
}
.concept-media .concept-media-item + .concept-media-item {
  margin-top: 175px;
}
@media screen and (max-width: 980px) {
  .concept-media .concept-media-item + .concept-media-item {
    margin-top: 120px;
  }
}
.concept-media .concept-media-item:nth-of-type(3) .concept-media-item__img {
  width: min(633px, 43.9583333333vw);
  height: 466px;
}
@media screen and (max-width: 980px) {
  .concept-media .concept-media-item:nth-of-type(3) .concept-media-item__img {
    width: 331px;
    height: 235px;
  }
}
.concept-media-item__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: min(210px, 14.5833333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .concept-media-item__text {
    padding: 0 20px;
  }
}
.concept-media-item__text h3 {
  color: #251d15;
  font-family: "Noto Serif JP";
  font-size: clamp(24px, 22.5915492958px + 0.0037558685 * 100vw, 28px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 980px) {
  .concept-media-item__text h3 {
    font-size: 24px;
    letter-spacing: 1.2px;
    font-weight: 400;
  }
}
.concept-media-item__text p {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 980px) {
  .concept-media-item__text p {
    font-weight: 350;
    line-height: 160%;
  }
}
.concept-media-item__img {
  width: min(708px, 49.1666666667vw);
  height: 449px;
}
@media screen and (max-width: 980px) {
  .concept-media-item__img {
    width: 321px;
    height: 204px;
    margin-left: auto;
    margin-top: 41px;
  }
}
.concept-media-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.concept-media-item__img {
  border: 1px solid #251d15;
}
.concept-media-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1033px;
  margin: 87px auto;
  width: 95%;
}
@media screen and (max-width: 980px) {
  .concept-media-flex {
    max-width: 400px;
    margin: 0 auto;
  }
}
.concept-media-flex__item4 {
  width: 181px;
  height: 328px;
}
@media screen and (max-width: 980px) {
  .concept-media-flex__item4 {
    display: none;
  }
}
.concept-media-flex__item5 {
  width: 287px;
  height: 190px;
}
@media screen and (max-width: 980px) {
  .concept-media-flex__item5 {
    width: 174px;
    height: 115px;
    margin-top: 33px;
  }
}
.concept-our {
  border: 1px solid #000;
  background: #fff;
  padding: 215px 110px 119px;
  max-width: 1246px;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 212px;
  position: relative;
}
.concept-our::after {
  content: "";
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 157px;
  background: #251d15;
}
@media screen and (max-width: 950px) {
  .concept-our::after {
    height: 110px;
    top: -55px;
  }
}
@media screen and (max-width: 950px) {
  .concept-our {
    padding: 120px 12px 79px;
    margin-bottom: 81px;
  }
}
.concept-our .new-title {
  margin-bottom: 85px;
}
.concept-our-num__item {
  width: 98px;
  height: 98px;
  border: 1px solid #251d15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  color: #251d15;
}
.concept-our-num__item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: 1.6px;
}
.concept-our-num__item p {
  font-size: 19.569px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.978px;
}
.concept-our-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 180px;
}
@media screen and (max-width: 950px) {
  .concept-our-num {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .concept-our-media {
    max-width: 400px;
    margin: 0 auto;
  }
}
.concept-our-media__text-num {
  border-bottom: 1px solid #454f58;
}
.concept-our-media__text-num span {
  font-size: 24px;
  width: 183px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #454f58;
  color: #f5f1ea;
}
@media screen and (max-width: 950px) {
  .concept-our-media__text-num span {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.8px;
    width: 168px;
    height: 32px;
  }
}
.concept-our-media__text-num span p {
  font-family: "Futura PT";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 950px) {
  .concept-our-media__text-num span p {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.concept-our-media__text-num span small {
  color: #f5f1ea;
  font-family: "Futura PT";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  letter-spacing: 1.6px;
  margin-right: 7px;
  display: block;
  margin-top: 7px;
}
@media screen and (max-width: 950px) {
  .concept-our-media__text-num span small {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1.6px;
    margin-top: 5px;
  }
}
.concept-our-media__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 950px) {
  .concept-our-media__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.concept-our-media__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 950px) {
  .concept-our-media__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.concept-our-media__item:nth-of-type(even) .concept-our-media__text-title,
.concept-our-media__item:nth-of-type(even) .concept-our-media__text-lead {
  padding-left: min(44px, 3.0555555556vw);
}
@media screen and (max-width: 950px) {
  .concept-our-media__item:nth-of-type(even) .concept-our-media__text-title,
  .concept-our-media__item:nth-of-type(even) .concept-our-media__text-lead {
    padding: 0 12px;
  }
}
.concept-our-media__item + .concept-our-media__item {
  margin-top: 190px;
}
@media screen and (max-width: 950px) {
  .concept-our-media__item + .concept-our-media__item {
    margin-top: 100px;
  }
}
.concept-our-media__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.concept-our-media__img {
  width: min(530px, 36.8055555556vw);
}
@media screen and (max-width: 950px) {
  .concept-our-media__img {
    width: 100%;
    margin-top: 40px;
  }
}
.concept-our-media__text-title {
  margin-top: 83px;
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .concept-our-media__text-title {
    margin-top: 48px;
    margin-bottom: 40px;
  }
}
.concept-our-media__text-title p {
  color: #251d15;
  font-family: "Noto Serif JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 950px) {
  .concept-our-media__text-title p {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.concept-our-media__text-lead {
  color: #251d15;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 160%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 950px) {
  .concept-our-media__text-lead {
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.6px;
  }
}
.concept-our-media__flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 950px) {
  .concept-page .section-line {
    margin-bottom: 90px;
    display: block;
  }
} /*# sourceMappingURL=style.css.map */
@media screen and (min-width: 1100px) {
  #globalNaviWrap_yp {
    height: auto;
    position: relative;
    background-color: none;
  }
  #globalNaviWrap_yp #loginWrap_yp {
    width: auto;
    max-width: 100%;
    float: none;
    background-color: initial;
  }
  #globalNaviWrap_yp h1 {
    width: auto;
    max-width: 100%;

    float: none;
    padding-left: initial;
    margin-top: initial;
  }
}
