@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
  --wh: #fff;
  --red: #aa2f4c;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* ====================================================
下層ページタイトル
==================================================== */
.under-title {
  padding: 0 5.5rem 10rem;
}
@media screen and (max-width: 1200px) {
  .under-title {
    padding: 0 5.5rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  .under-title {
    padding: 0 5% 2rem;
  }
}
.under-title__heading {
  font-size: 120px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  letter-spacing: -0.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .under-title__heading {
    font-size: 90px;
  }
}
@media screen and (max-width: 834px) {
  .under-title__heading {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .under-title__heading {
    font-size: 48px;
  }
}

/* ====================================================
NEWS
==================================================== */
.news-info {
  padding: 0 0 9rem;
}
@media screen and (max-width: 1200px) {
  .news-info {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 834px) {
  .news-info {
    padding: 0 0 3rem;
  }
}
@media screen and (max-width: 640px) {
  .news-info {
    padding: 0 0 3rem;
  }
}
.news-info_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 1200px) {
  .news-info_wrapper {
    gap: 1% 3%;
  }
}
@media screen and (max-width: 640px) {
  .news-info_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .news-info_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-date {
  color: var(--red);
  font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
  font-weight: 500;
}
.news-date_wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}
.news-date_wrapper .news-classification {
  background-color: #eee;
  font-size: 13px;
  font-weight: 500;
  border-radius: 12px;
  padding: 3px 12px;
}

.news-title p {
  font-size: clamp(1.5rem, 1vw + 1rem, 1.8rem);
  font-family: "Zen Old Mincho", serif;
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .news-title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: wrap;
  }
}

h2.news-title {
  font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
}

.news-row_wrapper {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #eee;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .news-row_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .news-row_wrapper a {
    flex-direction: column;
    gap: 1rem;
  }
}
.news-row_img {
  width: 100%;
  max-height: 248px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .news-row_img {
    height: 185px;
  }
}
@media screen and (max-width: 640px) {
  .news-row_img {
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.news-content {
  position: relative;
}
@media screen and (max-width: 834px) {
  .news-content {
    width: 100%;
  }
}
.news-content .btn--view-more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.news-detail {
  padding-bottom: 14rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .news-detail {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .news-detail {
    padding-bottom: 4rem;
  }
}
.news-detail__ttl {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .news-detail__ttl {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .news-detail__ttl {
    flex-direction: column;
    gap: 2rem;
  }
}
.news-detail__ttl-wrapper {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .news-detail__ttl-wrapper {
    width: 100%;
  }
}
.news-detail__ttl-img {
  padding-left: 7rem;
}
@media screen and (max-width: 1200px) {
  .news-detail__ttl-img {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .news-detail__ttl-img {
    padding-left: 0;
  }
}
.news-detail__ttl-img .news-row_img {
  width: 100%;
  max-width: 480px;
  height: 360px;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6,
.news-content p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  line-height: 1.5;
  margin: 2rem 0;
}
.news-content h2 {
  font-size: clamp(1.8rem, 2vw + 0.5rem, 2.5rem);
  line-height: 2;
}
.news-content h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.news-content h3 {
  font-size: clamp(1.8rem, 2vw + 0.5rem, 2.5rem);
  padding-left: 2rem;
  border-left: 1px solid var(--red);
}
.news-content h4 {
  font-size: clamp(1.7rem, 2vw + 0.5rem, 2.2rem);
  padding: 1rem 2rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.news-content h5 {
  font-size: clamp(1.7rem, 2vw + 0.5rem, 2.2rem);
  display: flex;
  align-items: center;
}
.news-content h5::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--red);
  margin-right: 1rem;
}
.news-content h6 {
  font-size: clamp(1.7rem, 2vw + 0.5rem, 2.2rem);
}

.back-to-list-btn {
  margin-top: 10rem;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .back-to-list-btn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .back-to-list-btn {
    margin-top: 3rem;
  }
}
.back-to-list-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  padding-bottom: 1rem;
}
.back-to-list-btn span {
  width: 30px;
  height: 30px;
}

/* ====================================================
GALLERY
==================================================== */
.gallery-info {
  padding: 0 0 9rem;
}
@media screen and (max-width: 1200px) {
  .gallery-info {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 834px) {
  .gallery-info {
    padding: 0 0 3rem;
  }
}
@media screen and (max-width: 640px) {
  .gallery-info {
    padding: 0 0 3rem;
  }
}
.gallery-info_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 5rem;
}
@media screen and (max-width: 1200px) {
  .gallery-info_wrapper {
    gap: 1% 3%;
  }
}
@media screen and (max-width: 834px) {
  .gallery-info_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-date {
  color: var(--red);
  font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
  font-weight: 500;
}
.gallery-date_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.gallery-classification {
  background-color: #eee;
  font-size: 13px;
  font-weight: 500;
  border-radius: 12px;
  padding: 3px 12px;
}

.gallery-title p {
  font-size: clamp(1.5rem, 1vw + 1rem, 1.8rem);
  font-family: "Zen Old Mincho", serif;
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .gallery-title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: wrap;
  }
}

h2.gallery-title {
  font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
}

.gallery-row_wrapper {
  padding-bottom: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .gallery-row_wrapper {
    width: 100%;
  }
  .gallery-row_wrapper a {
    display: flex;
    gap: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .gallery-row_wrapper a {
    flex-direction: column;
    gap: 1rem;
  }
}
.gallery-row-img {
  width: 100%;
  max-width: 330px;
  max-height: 330px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-content {
  position: relative;
}
@media screen and (max-width: 834px) {
  .gallery-content {
    width: 100%;
  }
}
.gallery-content .btn--view-more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.gallery-detail {
  padding-bottom: 14rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .gallery-detail {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .gallery-detail {
    padding-bottom: 4rem;
  }
}
.gallery-detail__ttl {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .gallery-detail__ttl {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .gallery-detail__ttl {
    flex-direction: column;
    gap: 2rem;
  }
}
.gallery-detail__ttl-wrapper {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .gallery-detail__ttl-wrapper {
    width: 100%;
  }
}
.gallery-detail__ttl-img {
  padding-left: 7rem;
}
@media screen and (max-width: 1200px) {
  .gallery-detail__ttl-img {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .gallery-detail__ttl-img {
    padding-left: 0;
  }
}
.gallery-detail__ttl-img .gallery-row_img {
  height: auto;
  width: 100%;
  aspect-ratio: 2/1;
}

.gallery-content h2,
.gallery-content h3,
.gallery-content h4,
.gallery-content h5,
.gallery-content h6,
.gallery-content p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  line-height: 1.5;
  margin: 2rem 0;
}
.gallery-content h2 {
  font-size: clamp(1.8rem, 2vw + 0.5rem, 2.5rem);
  line-height: 2;
}
.gallery-content h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.gallery-content h3 {
  font-size: clamp(1.8rem, 2vw + 0.5rem, 2.5rem);
  padding-left: 2rem;
  border-left: 1px solid var(--red);
}
.gallery-content h4 {
  font-size: clamp(1.7rem, 2vw + 0.5rem, 2.2rem);
  padding: 1rem 2rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.gallery-content h5 {
  font-size: clamp(1.7rem, 2vw + 0.5rem, 2.2rem);
  display: flex;
  align-items: center;
}
.gallery-content h5::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--red);
  margin-right: 1rem;
}
.gallery-content h6 {
  font-size: clamp(1.7rem, 2vw + 0.5rem, 2.2rem);
}

.tags-list {
  display: flex;
}

.tags-item .col-red {
  color: var(--red);
}

.cat-tags-clr {
  padding-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  .cat-tags-clr {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .cat-tags-clr {
    padding-bottom: 3rem;
  }
}
.cat-tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.cat-tags-list.--cat .cat-item {
  background-color: #eee;
  border-radius: 18px;
  padding: 3px 15px;
  white-space: nowrap;
}
.cat-tags-list.--cat .cat-item.current-cat {
  background-color: #222;
}
.cat-tags-list.--cat .cat-item.current-cat a {
  color: var(--wh);
}

/* lightbox */
.scrim {
  background-color: rgba(48, 48, 48, 0.8) !important;
}

.close-button {
  fill: var(--wh) !important;
}

/* ====================================================
GELLERY MODAL SLIDER
==================================================== */
.gallery-slider-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(89, 89, 89, 0.8);
}
.gallery-slider-modal::before, .gallery-slider-modal::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.gallery-slider-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 50%;
  max-width: 900px;
}

@media (max-width: 499px) {
  .modal__content {
    width: 75%;
  }
}
.modal__close-btn {
  position: absolute;
  background-color: transparent;
  right: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  color: #fff;
}

.modal__close-btn::before,
.modal__close-btn::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #fff;
}

.modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-slider-modal .swiper-slide {
  align-self: center;
}

.gallery-slider-modal .swiper-button-next,
.gallery-slider-modal .swiper-button-prev {
  width: 65px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
}
.gallery-slider-modal .swiper-button-next::after,
.gallery-slider-modal .swiper-button-prev::after {
  font-size: 20px;
}

@media (max-width: 768px) {
  .gallery-slider-modal .swiper-button-next,
  .gallery-slider-modal .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .gallery-slider-modal .swiper-button-next::after,
  .gallery-slider-modal .swiper-button-prev::after {
    font-size: 16px;
  }
}
@media (max-width: 499px) {
  .gallery-slider-modal .swiper-button-next,
  .gallery-slider-modal .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .gallery-slider-modal .swiper-button-next::after,
  .gallery-slider-modal .swiper-button-prev::after {
    font-size: 13px;
  }
}
.gallery-slider-modal .swiper-button-prev {
  left: -10vw;
}

.gallery-slider-modal .swiper-button-next {
  right: -10vw;
}

@media (max-height: 450px) {
  .gallery-slider-modal .swiper-slide img {
    max-height: 250px;
    display: block;
    margin: auto;
  }
}
/* ====================================================
CONCEPT
==================================================== */
.concept {
  /* conpect-policy */
  /* concect-slider */
  /* concect-service */
}
.concept-mv {
  padding: 0 5%;
  text-align: center;
}
.concept-lead {
  padding: 13rem 0;
}
@media screen and (max-width: 1200px) {
  .concept-lead {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 834px) {
  .concept-lead {
    padding: 4rem 0;
  }
}
.concept-lead .inner {
  display: flex;
}
@media screen and (max-width: 834px) {
  .concept-lead .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .concept-lead__ttl {
    width: 100%;
  }
}
.concept-lead-heading {
  line-height: 1;
}
.concept-lead__txtbox {
  width: 50%;
  padding-top: 35px;
  padding-left: 130px;
}
@media (max-width: 1600px) {
  .concept-lead__txtbox {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .concept-lead__txtbox {
    padding-left: 60px;
  }
}
@media screen and (max-width: 834px) {
  .concept-lead__txtbox {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
}
.concept-lead .c-ft--en {
  background-image: linear-gradient(-124deg, rgb(110, 0, 12), rgb(207, 26, 77));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.concept-lead-heading {
  font-size: 16rem;
  font-family: "Kalnia", serif;
  font-weight: 300;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1600px) {
  .concept-lead-heading {
    font-size: 8vw;
  }
}
@media screen and (max-width: 1200px) {
  .concept-lead-heading {
    font-size: 80px;
  }
}
@media screen and (max-width: 834px) {
  .concept-lead-heading {
    font-size: 40px;
    text-align: left;
    margin-bottom: 2rem;
  }
}
.concept-lead-heading2 {
  font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
  color: var(--red);
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .concept-lead-heading2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .concept-lead-heading2 {
    margin-bottom: 1rem;
  }
}
.concept-lead-heading2::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: var(--red);
}
.concept-lead-heading3 {
  font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  margin-bottom: 5.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .concept-lead-heading3 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .concept-lead-heading3 {
    margin-bottom: 2rem;
  }
}
.concept-lead-heading3 span {
  font-size: 28px;
}
@media screen and (max-width: 834px) {
  .concept-lead-heading3 span {
    font-size: 20px;
  }
}
.concept-lead-txt {
  line-height: 1.8;
}
.concept-policy {
  background-color: #f8f8f6;
  padding: 14.5rem 0;
  max-width: 1600px;
}
@media (min-width: 2501px) {
  .concept-policy {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .concept-policy {
    margin: 6rem 0;
    padding: 7rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .concept-policy {
    margin: 5rem 0;
    padding: 5rem 0 0;
  }
}
.concept-policy__contentbox {
  display: flex;
  margin-bottom: 7.5rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .concept-policy__contentbox {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-policy__contentbox {
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.concept-policy__ttl {
  width: 595px;
  padding-right: 7rem;
  flex-shrink: 0;
}
@media (max-width: 1680px) {
  .concept-policy__ttl {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .concept-policy__ttl {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-policy__ttl {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .concept-policy__img {
    width: 100%;
  }
}
.concept-policy__img.--01 {
  min-width: 950px;
}
@media (max-width: 1680px) {
  .concept-policy__img.--01 {
    min-width: auto;
  }
}
.concept-policy__img.--02 {
  padding-right: 10rem;
}
@media screen and (max-width: 1200px) {
  .concept-policy__img.--02 {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-policy__img.--02 {
    padding-right: 0;
    width: 100%;
    margin: auto;
  }
}
.concept-policy__img.--02 img {
  width: 100%;
}
.concept-policy .c-ft--en {
  background-image: linear-gradient(124deg, rgb(110, 0, 12), rgb(207, 26, 77));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.concept-policy-txt.c-ft--en {
  font-size: 8rem;
  font-family: "Kalnia", serif;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .concept-policy-txt.c-ft--en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-policy-txt.c-ft--en {
    font-size: 24px;
  }
}
.concept-policy-heading {
  font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
  color: var(--red);
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .concept-policy-heading {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .concept-policy-heading {
    margin-bottom: 1rem;
  }
}
.concept-policy-heading::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: var(--red);
}
.concept-policy-heading2 {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  margin-bottom: 5.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .concept-policy-heading2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-policy-heading2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .concept-policy-heading2 {
    margin-bottom: 2rem;
  }
}
.concept-policy-txt {
  line-height: 1.8;
}
.concept-policy__list {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .concept-policy__list {
    width: 100%;
  }
}
.concept-policy__list dt {
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 16px;
}
.concept-policy__list dt span {
  font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
  color: var(--red);
  margin-right: 2rem;
}
.concept-policy__list dd {
  margin-bottom: 6rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .concept-policy__list dd {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-policy__list dd {
    margin-bottom: 2rem;
  }
}
.concept-slider {
  overflow-x: hidden;
}
.concept-service {
  padding: 14.5rem 0;
}
@media screen and (max-width: 1200px) {
  .concept-service {
    margin: 6rem 0;
    padding: 7rem 0;
  }
}
@media screen and (max-width: 834px) {
  .concept-service {
    margin: 5rem 0;
    padding: 0;
  }
}
.concept-service__wrapper {
  max-width: 1600px;
  padding: 0 5%;
}
@media (min-width: 2501px) {
  .concept-service__wrapper {
    margin: 0 auto;
    padding: 0;
  }
}
.concept-service__contentbox {
  display: flex;
  margin-bottom: 7.5rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .concept-service__contentbox {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-service__contentbox {
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.concept-service__ttl {
  width: 550px;
  padding-left: 7rem;
  flex-shrink: 0;
}
@media (max-width: 1680px) {
  .concept-service__ttl {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .concept-service__ttl {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-service__ttl {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .concept-service__img {
    width: 100%;
  }
}
.concept-service__img img {
  min-width: 950px;
}
@media (max-width: 1680px) {
  .concept-service__img img {
    min-width: auto;
  }
}
.concept-service .c-ft--en {
  background-image: linear-gradient(124deg, rgb(110, 0, 12), rgb(207, 26, 77));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.concept-service-txt.c-ft--en {
  font-size: 8rem;
  font-family: "Kalnia", serif;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .concept-service-txt.c-ft--en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-service-txt.c-ft--en {
    font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
  }
}
.concept-service-heading {
  font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
  color: var(--red);
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .concept-service-heading {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .concept-service-heading {
    margin-bottom: 1rem;
  }
}
.concept-service-heading::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: var(--red);
}
.concept-service-heading2 {
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 5.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .concept-service-heading2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-service-heading2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .concept-service-heading2 {
    margin-bottom: 2rem;
  }
}
.concept-service-txt {
  line-height: 1.8;
}
.concept-service-txt.c-ft--en {
  line-height: 1.1;
  width: -moz-fit-content;
  width: fit-content;
}
.concept-service__list {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1200px) {
  .concept-service__list {
    gap: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .concept-service__list {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.concept-service__list-item:nth-child(2) {
  padding-top: 8.5rem;
}
@media screen and (max-width: 834px) {
  .concept-service__list-item:nth-child(2) {
    padding-top: 0;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  .concept-service__list-item:nth-child(2) {
    flex-direction: column;
  }
}
@media (max-width: 376px) {
  .concept-service__list-item:nth-child(2) {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .concept-service__list-item {
    display: flex;
    gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .concept-service__list-item {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 376px) {
  .concept-service__list-item {
    flex-direction: column;
    gap: 0;
  }
}
.concept-service__list .list-img-wrapper {
  position: relative;
}
@media screen and (max-width: 834px) {
  .concept-service__list .list-img-wrapper img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 395px;
  }
}
@media screen and (max-width: 640px) {
  .concept-service__list .list-img-wrapper img {
    min-width: 300px;
  }
}
.concept-service__list-txt-l {
  font-size: 48px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  color: var(--wh);
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
@media screen and (max-width: 1200px) {
  .concept-service__list-txt-l {
    font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
  }
}
.concept-service__list-heading {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  margin: 2rem 0 2rem;
}
@media screen and (max-width: 1200px) {
  .concept-service__list-heading {
    font-size: clamp(1.7rem, 2vw + 0.5rem, 2.2rem);
  }
}
@media screen and (max-width: 834px) {
  .concept-service__list-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .concept-service__list-heading {
    margin: 2rem 0 1rem;
  }
}
.concept-service__list-txt {
  line-height: 1.5;
}

/* ====================================================
COMPANY
==================================================== */
.company-mv {
  padding: 0 5%;
  text-align: center;
}
.company-outline {
  padding: 16rem 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .company-outline {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .company-outline {
    padding: 4rem 0;
  }
}
.company-heading {
  font-size: 52px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .company-heading {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .company-heading {
    font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
    margin-bottom: 3rem;
  }
}
.company-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.company-list-item {
  width: 245px;
  border-bottom: 1px solid var(--red);
  padding: 4rem 2rem;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .company-list-item {
    width: 30%;
    max-width: 245px;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .company-list-item {
    max-width: 180px;
  }
}
.company-list-cont {
  width: calc(100% - 245px);
  border-bottom: 1px solid #eee;
  padding: 4rem 2rem;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .company-list-cont {
    width: 70%;
    padding: 3rem 2rem;
  }
}
/* ====================================================
SALON
==================================================== */
.salon-mv {
  padding: 0 5%;
  text-align: center;
}
.salon-heading {
  font-size: 52px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  text-align: center;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .salon-heading {
    font-size: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-heading {
    font-size: 28px;
    padding-bottom: 3rem;
  }
}
.salon-heading2 {
  font-size: 32px;
  font-family: "Mulish", sans-serif;
  padding-bottom: 6rem;
  display: flex;
  align-items: center;
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .salon-heading2 {
    font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
    padding-bottom: 3rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-heading2 {
    font-size: clamp(1.8rem, 2vw + 0.5rem, 2.5rem);
    padding-bottom: 2rem;
    margin-top: 4rem;
  }
}
.salon-heading2::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--red);
  margin-right: 1rem;
}
.salon-list {
  padding: 16rem 0 14rem;
}
@media screen and (max-width: 1200px) {
  .salon-list {
    padding: 8rem 0 7rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-list {
    padding: 4rem 0 3rem;
  }
}
.salon-list.--esthe {
  background-color: #f6f6f6;
}
.salon-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 9rem 5.5rem;
}
@media screen and (max-width: 1200px) {
  .salon-list-wrapper {
    gap: 5rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-list-wrapper {
    gap: 5rem 1.5rem;
  }
}
.salon-list-wrapper::after {
  content: "";
  display: block;
  width: 32%;
}
.salon-list-item {
  width: calc(33.3333333333% - 4vw);
}
@media screen and (max-width: 834px) {
  .salon-list-item {
    width: calc(50% - 1.5vw);
  }
}
@media (max-width: 665px) {
  .salon-list-item {
    width: 100%;
  }
}
.salon-list-item .link--view-more {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0 auto auto;
}
.salon-list-submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .salon-list-submenu {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-list-submenu {
    margin-bottom: 3rem;
  }
}
.salon-list-submenu-item {
  font-size: 26px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .salon-list-submenu-item {
    font-size: 22px;
  }
}
.salon-list-submenu-item::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.salon-list__ttl.--jp {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.8rem, 2vw + 0.5rem, 2.4rem);
  font-weight: 300;
  padding-left: 0;
  border-left: none;
}
.salon-list__ttl-en {
  color: #ccc;
  font-size: clamp(1.4rem, 1vw + 0.75rem, 1.6rem);
  font-family: "Mulish", sans-serif;
}
.salon-list__ttl-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0;
}
@media screen and (max-width: 834px) {
  .salon-list__ttl-wrapper {
    margin: 1rem 0;
  }
}
.salon-list-info {
  line-height: 1.5;
}
.salon-list-info-wrap .address {
  font-size: 15px;
}
.salon-list-info-wrap .map {
  font-size: clamp(1.4rem, 1vw + 0.75rem, 1.6rem);
}
.salon-list-info-wrap .map::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 3px;
}
.salon-list-info-wrap .map a {
  display: inline-block;
  text-decoration: underline;
}
.salon-list-info .tel {
  font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .salon-list-info .tel {
    margin-top: 2rem;
  }
}
.salon-list-info .tel::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 3px;
}
.salon-list-info .tel a {
  display: inline-block;
}

/* ====================================================
SALON Detail
==================================================== */
.salon-detail__ttl {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1200px) {
  .salon-detail__ttl {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__ttl {
    margin-bottom: 3rem;
  }
}
.salon-detail__ttl-wrapper {
  display: flex;
  align-items: baseline;
  gap: 4rem;
}
.salon-detail-title {
  display: flex;
  align-items: baseline;
  gap: 3rem;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .salon-detail-title {
    font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
  }
}
.salon-detail-title-en {
  color: #ccc;
  font-size: clamp(1.8rem, 2vw + 0.5rem, 2.4rem);
  font-family: "Mulish", sans-serif;
}
.salon-detail__content .salon-info {
  display: none;
}
.salon-detail__content .salon-sns-list {
  display: none;
}

/* ブロックパターンのスタイル */
.salon-sns-list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.salon-sns-list a {
  flex-shrink: 0;
}
.salon-sns-list img {
  width: 24px;
}

.salon-detail__content-inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .salon-detail__content-inner {
    margin-bottom: 5rem;
  }
}
.salon-detail__content-inner.--auto {
  max-width: calc(1100px + 15%);
  margin: auto 0 auto auto;
}
@media screen and (max-width: 834px) {
  .salon-detail__content-inner.--auto {
    margin: auto;
  }
}
@media (max-width: 781px) {
  .salon-detail__content-inner.--staff .wp-block-column {
    flex-basis: calc(50% - 2rem) !important;
  }
}
.salon-detail__content-info {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .salon-detail__content-info {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-info {
    margin-bottom: 4rem;
  }
}
.salon-detail__content-info table {
  border: none;
}
.salon-detail__content-info table td {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 2rem 0;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .salon-detail__content-info table td {
    padding: 1rem 0;
  }
}
.salon-detail__content-info table td:first-of-type {
  color: var(--red);
  font-family: "Mulish", sans-serif;
  padding-right: 6rem;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .salon-detail__content-info table td:first-of-type {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-info table td:first-of-type {
    padding-right: 2rem;
  }
}
.salon-detail__content-info table td code {
  font-family: "Mulish", sans-serif;
}
.salon-detail__content-info table td code::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 5px;
}
.salon-detail__content-info table td code a {
  display: inline-block;
  text-decoration: underline;
}
.salon-detail__content-info table .tel-link {
  font-size: 28px;
}
@media screen and (max-width: 834px) {
  .salon-detail__content-info table .tel-link {
    font-size: 20px;
  }
}
.salon-detail__content iframe {
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  max-height: 500px;
}
@media screen and (max-width: 834px) {
  .salon-detail__content iframe {
    max-height: 350px;
  }
}
@media screen and (max-width: 640px) {
  .salon-detail__content iframe {
    max-height: 250px;
  }
}
.salon-detail__content-staff {
  padding: 10rem 0 12rem;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1200px) {
  .salon-detail__content-staff {
    padding: 5rem 0 6rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-staff {
    padding: 4rem 0 5rem;
  }
}
.salon-detail__content-staff-heading {
  font-size: 50px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 1200px) {
  .salon-detail__content-staff-heading {
    font-size: 40px;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-staff-heading {
    font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-staff .staff-img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
.salon-detail__content-staff .staff-position {
  font-weight: 700;
  color: var(--red);
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 834px) {
  .salon-detail__content-staff .staff-position {
    margin: 2rem 0 1rem;
  }
}
.salon-detail__content-staff .staff-name-jp {
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .salon-detail__content-staff .staff-name-jp {
    font-size: 17px;
  }
}
.salon-detail__content-staff .staff-name-en {
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  color: #ccc;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .salon-detail__content-staff .staff-name-en {
    font-size: 15px;
  }
}
.salon-detail__content-menu {
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 1200px) {
  .salon-detail__content-menu {
    padding: 6rem 0 5rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-menu {
    padding: 5rem 0 4rem;
  }
}
.salon-detail__content-menu-heading {
  font-size: 50px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  margin-bottom: 8.5rem;
  padding: 100px;
  margin: -100px;
}
@media screen and (max-width: 1200px) {
  .salon-detail__content-menu-heading {
    font-size: 40px;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-menu-heading {
    font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
    margin-bottom: 3rem;
  }
}
.salon-detail__content-menu-heading2 {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #222;
}
.salon-detail__content-menu-heading2::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--red);
  margin-right: 1rem;
}
.salon-detail__content-menu-heading2 > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.salon-detail__content-menu-heading2-h {
  font-size: 30px;
  font-family: "Mulish", sans-serif;
}
@media screen and (max-width: 1200px) {
  .salon-detail__content-menu-heading2-h {
    font-size: 40px;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-menu-heading2-h {
    font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
  }
}
.salon-detail__content-menu-item {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .salon-detail__content-menu-item {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-menu-item {
    margin-bottom: 5rem;
  }
}
.salon-detail__content-menu-list-item {
  padding: 5rem 3.5rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .salon-detail__content-menu-list-item {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-detail__content-menu-list-item {
    padding: 2rem 1.5rem;
  }
}
.salon-detail__content-menu-heading3 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.7rem, 2vw + 0.5rem, 2.2rem);
  font-weight: 400;
  margin-bottom: 1rem;
}/*# sourceMappingURL=under.css.map */