@charset "utf-8";
/* == underPage ============================================== */
/* ======
page-name #スタジオ
======*/
/* --- p-studio-top -------------------- */
.p-studio-top {
  width: 100%;
  /* aspect-ratio: 1440 / 810; */
  position: relative;
  /* margin: 64px 0 0; */
}
.p-studio-top .contents {
  height: 100vh;
  /* height: 100svh; */
  /* min-height: 810px; */
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
.p-studio-top .contents__inner {
  width: 100%;
  /* background: rgba(19, 17, 11, 0.24); */
  /* backdrop-filter: blur(40px); */
  /* -webkit-backdrop-filter: blur(40px); */
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.p-studio-top .progressive-blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  background: rgba(19, 17, 11, 0.24);
}
.p-studio-top .progressive-blur__item {
  position: absolute;
  inset: 0;
  transform: translateZ(0);
  will-change: backdrop-filter;
}
.progressive-blur__item:nth-child(1) {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.9) 10%,
    rgba(0,0,0,1) 60%,
    rgba(0,0,0,1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.9) 10%,
    rgba(0,0,0,1) 60%,
    rgba(0,0,0,1) 100%
  );
}
.progressive-blur__item:nth-child(2) {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.08) 20%,
    rgba(0,0,0,0.28) 45%,
    rgba(0,0,0,0.65) 75%,
    rgba(0,0,0,1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.08) 20%,
    rgba(0,0,0,0.28) 45%,
    rgba(0,0,0,0.65) 75%,
    rgba(0,0,0,1) 100%
  );
}
.progressive-blur__item:nth-child(3) {
  backdrop-filter: blur(48px);
  -webkit-backdrop-filter: blur(48px);

  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.04) 30%,
    rgba(0,0,0,0.22) 55%,
    rgba(0,0,0,0.6) 82%,
    rgba(0,0,0,1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.04) 30%,
    rgba(0,0,0,0.22) 55%,
    rgba(0,0,0,0.6) 82%,
    rgba(0,0,0,1) 100%
  );
}
.progressive-blur__item:nth-child(4) {
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);

  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.02) 45%,
    rgba(0,0,0,0.18) 70%,
    rgba(0,0,0,0.55) 90%,
    rgba(0,0,0,1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.02) 45%,
    rgba(0,0,0,0.18) 70%,
    rgba(0,0,0,0.55) 90%,
    rgba(0,0,0,1) 100%
  );
}
.p-studio-top .contents .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-studio-top .contents .heading {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 40px 0 0;
}
.p-studio-top .contents .c-heading {
  padding-top: 16px;
  flex-shrink: 0;
} 
.p-studio-top .contents .textBox {
  margin: 0 0 0 64px;
}
.p-studio-top .contents .textBox__copy {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
.p-studio-top .contents .textBox__floor {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin: 16px 0 0;
}
.p-studio-top .contents .facility {
  width: 290px;
  flex-shrink: 0;
  padding: 10px 24px;
}
.p-studio-top .contents .facilityList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.p-studio-top .contents .facilityList__item {
  display: flex;
  align-items: center;
}
.p-studio-top .contents .facilityList__icon {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
}
.p-studio-top .contents .facilityList__text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.p-studio-top .contents .facilityList__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-studio-top .mvSlider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-studio-top .mvSlider::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(19, 17, 11, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-studio-top .mvSlider .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-studio-top .mvSlider__slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-studio-top .mvSlider__slideItem {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-studio-top .swiper-slide-active .mvSlider__slideItem,
.p-studio-top .swiper-slide-duplicate-active .mvSlider__slideItem,
.p-studio-top .swiper-slide-prev .mvSlider__slideItem {
  animation: zoomUpStSlide 8s linear 0s normal both;
}
@keyframes zoomUpStSlide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 990px) {
  .p-studio-top {
    /* --bottom-ui-offset: clamp(40px, 8vh, 72px); */
  }
  .p-studio-top .contents {
    min-height: auto;
    height: calc(100vh + var(--facility-height, 0px) + 20px);
    height: calc(100svh + var(--facility-height, 0px) + 20px);
    /* height: calc(100vh + var(--facility-height, 0px) + 20px - var(--bottom-ui-offset)); */
  }
  .p-studio-top .contents__inner {
    /* padding: 20px 0 calc(40px + env(safe-area-inset-bottom)); */
  }
  .p-studio-top .contents .l-inner {
    display: block;
  }
  .p-studio-top .contents .heading {
    align-items: flex-start;
    padding: 0;
  }
  .p-studio-top .contents .c-heading {
    width: 100px;
    flex: 0;
  }
  .p-studio-top .contents .c-heading__en img {
    max-width: 80px;
  }
  .p-studio-top .contents .c-heading__en::after {
    margin-top: 20px;
  }
  .p-studio-top .contents .textBox {
    flex: 1;
    margin: 10px 0 0;
    padding: 0 0 0 24px;
  }
  .p-studio-top .contents .textBox__copy {
    font-size: 1.6rem;
  }
  .p-studio-top .contents .facility {
    margin: 10px 0 0;
  }
  /* .p-studio-top .mvSlider {
    width: 100%;
    padding: 56.41% 0 0;
    position: relative;
  } */
}

/* --- loading animation --- */
.loading-on .p-studio-top .contents__inner {
  opacity: 0;
  transform: translateY(48px);
  filter: blur(16px);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, filter 1.2s ease, box-shadow 0.5s ease;
  will-change: transform;
}
.loading-on.anime-start .p-studio-top .contents__inner {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* --- p-studio-detail -------------------- */
.p-studio-detail {
  padding: 80px 0;
  position: relative;
}
.p-studio-detail .contentsWrap {
  display: flex;
  justify-content: space-between;
}
.p-studio-detail .contents {
  width: 66.96%;
}
.p-studio-detail .detailSet + .detailSet {
  margin: 48px 0 0;
}
.p-studio-detail .detailSet__title {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}
.detailSet--case .titleArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
}
.detailSet--case .detailSet__title {
  margin: 0;
}
/* .detailSet--case .c-articleCard__item {
  pointer-events: none;
} */
.p-studio-detail .photoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 0;
}
.p-studio-detail .photoList__item {
  width: 48.93%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.photoList__itemBk {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 17, 11, 0.6);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.p-studio-detail .detailInfo {
  padding: 24px 32px;
}
.p-studio-detail .detailInfo__dl {
  display: flex;
  letter-spacing: 0.04em;
  padding: 12px 0;
}
.p-studio-detail .detailInfo__dt {
  width: 200px;
  flex-shrink: 0;
}
.p-studio-detail .detailInfo__dd {
  flex: 1;
}
.p-studio-detail .pack {
  width: 29.46%;
}
.p-studio-detail .pack__item {
  width: 100%;
  padding: 32px 24px;
  text-align: center;
  letter-spacing: 0.04em;
}
@supports (position: sticky) {
  .p-studio-detail .pack__item {
    position: sticky;
    top: 120px;
  }
}
.p-studio-detail .pack__jaTitle {
  font-size: 1.6rem;
  margin: 16px 0 0;
}
.p-studio-detail .pack__price {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-primary);
}
.p-studio-detail .pack__note {
  font-size: 1.2rem;
}
.p-studio-detail .pack__text {
  font-size: 1.2rem;
  color: var(--color-secondary);
  margin: 20px 0 0;
}
.p-studio-detail .pack .c-btn {
  margin: 16px 0 0;
}
.p-studio-detail .pack__link {
  font-size: 1.4rem;
  margin: 8px 0 0;
} 
@media screen and (max-width: 767px) {
  .p-studio-detail .contentsWrap {
    display: block;
  }
  .p-studio-detail .contents {
    width: 100%;
  }
  .p-studio-detail .detailSet + .detailSet {
    margin: 80px 0 0;
  }
  .p-studio-detail .detailSet__title {
    text-align: center;
  }
  .p-studio-detail .photoList {
    display: block;
  }
  .p-studio-detail .photoList__item {
    width: 100%;
    margin: 16px 0 0;
  }
  .p-studio-detail .detailInfo {
    padding: 16px;
  }
  .p-studio-detail .detailInfo__dl {
    display: flex;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    padding: 12px 0;
  }
  .p-studio-detail .detailInfo__dt {
    width: 120px;
  }
  .p-studio-detail .detailInfo__dd {
    flex: 1;
  }
  .p-studio-detail .pack__item {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 8px;
    opacity: 0;
    /* filter: blur(16px); */
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease, filter 1.2s ease;
    will-change: transform;
  }
  .p-studio-detail .pack__item.is-visible {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }
   /* リサイズ中はtransitionを切る */
  body.is-resizing .p-studio-detail .pack__item {
    transition: none !important;
  }
  .p-studio-detail .pack__detail {
    flex: 1;
    padding: 0 8px 0 0;
    letter-spacing: 0;
  }
  .p-studio-detail .pack__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-studio-detail .pack__jaTitle {
    font-size: 1.4rem;
    margin: 0 8px 0 0;
  }
  .p-studio-detail .pack__price {
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .p-studio-detail .pack .c-btn {
    margin: 0;
  }
  .p-studio-detail .pack .c-btn--s .c-btn__item {
    min-width: 140px;
  }

  /* --- loading animation --- */
  .loading-on .p-studio-detail .pack__item {
    transform: translate(-50%, 100%);
    opacity: 0;
    filter: blur(16px);
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, filter 1.2s ease, box-shadow 0.5s ease;
    will-change: transform;
  }
  .loading-on.anime-start-nav .p-studio-detail .pack__item {
    transform: translate(-50%, 0);
    opacity: 1;
    filter: blur(0);
  }

  /* --- 固定バナー表示切り替え --- */
  .page-studio .c-fixedBnr {
    opacity: 0;
    /* filter: blur(16px); */
    visibility: hidden;
  }
  .page-studio.is-studioDetail-end .c-fixedBnr {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }
  .page-studio.is-studioDetail-end .p-studio-detail .pack__item {
    opacity: 0;
    /* filter: blur(16px); */
    visibility: hidden;
  }
}

/* ----- modal ----- */
.p-photoModal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background: var(--color-bg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-photoModal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-photoModal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-photoModal__inner {
  width: 94.44%;
  padding: 24px 0;
  margin: 0 auto;
}
.p-photoModal__close {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/common/icon/icon_close.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  border: 0;
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}
.p-photoModal__contents {
  width: 90%;
  max-width: 1120px;
  height: 100%;
  color: var(--color-black);
  margin: 0 auto;
}
.p-photoModal__title {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
.p-photoModal__gall {
  max-height: calc(100vh - 240px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: auto;
  gap: 16px 0;
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
}
.p-photoModal__gallItem {
  width: 49.29%;
}
.p-photoModal__gallImg {
  width: 100%;
  padding: 53.99% 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p-photoModal__gallImg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .p-photoModal__gallImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-photoModal__gall {
    margin-top: 16px;
  }
  .p-photoModal__gallItem {
    width: 100%;
  }
  .p-photoModal__inner {
    width: 92%;
  }
  .p-photoModal__contents {
    width: 100%;
  }
}
/* --- */
.p-gallModal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  background: var(--color-bg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-gallModal.is-active {
  visibility: visible;
  opacity: 1;
}
.p-gallModal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-gallModal__inner {
  width: 94.44%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 0;
  margin: 0 auto;
}
.p-gallModal__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  z-index: 2;
  pointer-events: none;
}
.p-gallModal__close {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/common/icon/icon_close.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  border: 0;
  position: absolute;
  left: 0;
  pointer-events: all;
}
.p-gallModal__contents {
  width: 100%;
  max-width: 1360px;
  height: calc(100% - 100px);
  max-height: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-gallModalSlider__count {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--color-black);
  text-align: center;
}
.p-gallModalSlider {
  width: 84%;
  max-width: 1120px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.p-gallModalSlider__item {
  width: 100%;
}
.p-gallModalSlider__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-gallModalSlider__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* @supports (object-fit: cover) {
  .p-gallModalSlider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}  */
.p-gallModal .c-sliderCtrl {
  width: 100%;
  max-width: 1360px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.p-gallModal .c-sliderCtrl__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.p-gallModal .c-sliderCtrl__arrow--prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.p-gallModal .c-sliderCtrl__arrow--next {
  right: 0;
}
@media screen and (max-width: 767px) {

.p-gallModal__inner {
  display: block;
  width: 92%;
}
.p-gallModal__head {
  display: block;
  position: static;
}
.p-gallModal__close {
  position: relative;
}
.p-gallModalSlider__count {
  text-align: right;
}
.p-gallModal__contents {
  height: auto;
  margin: 18px 0 0;
}
.p-gallModalSlider {
  width: 100%;
}
.p-gallModalSlider__img {
  padding: 53.84% 0 0;
}
.p-gallModal .c-sliderCtrl {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  justify-content: space-between;
  margin: 8px 0 0;
}
.p-gallModal .c-sliderCtrl__arrow {
  transform: none;
}
.p-gallModal .c-sliderCtrl__arrow--prev {
  left: 0;
  transform: translateY(0) scale(-1, 1);
}
}

/* --- p-studio-plan -------------------- */
.p-studio-plan {
  padding: 0 0 80px;
}
.p-studio-plan .c-textLead {
  font-size: 1.6rem;
}
.p-studio-plan .planWrap {
  margin-top: 48px;
}
.p-studio-plan .planWrap + .planWrap {
  margin-top: 80px;
}
.p-studio-plan .planWrap .c-heading {
  margin-bottom: 48px;
}
.p-studio-plan .packList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.p-studio-plan .packList + .packList {
  margin-top: 48px;
}
.p-studio-plan .packList__item {
  width: 280px;
  padding: 32px 24px;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-studio-plan .packList__enTitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-secondary);
}
.p-studio-plan .packList__jaTitle {
  font-size: 1.6rem;
  margin: 16px 0 0;
}
.p-studio-plan .packList__price {
  font-size: 3.2rem;
  font-weight: 700;
}
.p-studio-plan .packList__note {
  font-size: 1.2rem;
}
.p-studio-plan .packList__benefits {
  display: inline-block;
  text-align: left;
  margin: 16px 0 0;
}
.p-studio-plan .packList__benefits__item {
  font-size: 1.4rem;
  padding: 0 0 0 1em;
  position: relative;
}
.p-studio-plan .packList__benefits__item::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.p-studio-plan .packList--pl .packList__item:nth-of-type(2n) {
  color: var(--color-black);
  background: var(--color-white);
  box-shadow: 0px 8px 24px 8px rgba(255, 255, 255, 0.24);
}
.p-studio-plan .packList--pl  .packList__item:nth-of-type(2n) .packList__enTitle,
.p-studio-plan .packList--pl  .packList__item:nth-of-type(2n) .packList__price {
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .p-studio-plan .packList + .packList {
    margin-top: 24px;
  }
  .p-studio-plan .packList {
    display: block;
  }
  .p-studio-plan .packList__item {
    margin: 24px auto 0;
  }
}

/* --- p-studio-floor -------------------- */
.p-studio-floor {
  padding: 120px 0;
}
.p-studio-floor .map {
  text-align: center;
  margin: 20px 0 0;
}
.p-studio-floor .mapImg {
  display: inline;
  box-shadow: 0px 16px 24px rgba(26, 26, 30, 0.16);
}
.p-studio-floor .mapDl {
  margin: 20px 0 0;
  text-align: right;
}
.p-studio-floor .mapDl__link {
  font-size: 1.4rem;
  background: url(../img/common/icon/icon_pdf.svg) no-repeat center right;
  background-size: 24px auto;
  padding: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  .p-studio-floor {
    padding: 80px 0;
  }
}

/* --- p-studio-room -------------------- */
.p-studio-room {
  padding: 80px 0;
}
.p-studio-room .c-heading {
  margin-bottom: 48px;
}

/* --- p-studio-faq -------------------- */
.p-studio-faq {
  padding: 120px 0;
}
.p-studio-faq .c-btn {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-studio-faq {
    padding: 80px 0;
  }
}

/* --- p-studio-other -------------------- */
.p-studio-other {
  padding: 80px 0;
}
.p-studio-other .contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-studio-other .titleArea {
  width: 40%;
  max-width: 400px;
}
.p-studio-other .c-stCardList {
  flex: 1;
  gap: 24px;
}
@media screen and (max-width: 1210px) {
  .p-studio-other .contents {
    display: block;
  }
  .p-studio-other .titleArea {
    width: 100%;
    max-width: none;
    margin: 0 0 16px;
  }
  .p-studio-other .c-stCardList {
    gap: 16px;
  }
}

/* ======
page-name #お知らせ 一覧
======*/
/* --- p-news-contents -------------------- */
.p-news-contents {
  padding: 0 0 120px;
}
.p-news-contents .c-article__item {
  background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.5165 16.0004L17.729 22.7879L17.0493 22.1098L16.3711 21.4316L20.8321 16.9691H7.48364V15.0488H20.8493L16.3711 10.5691L17.0493 9.89102L17.729 9.21289L24.5165 16.0004Z" fill="%23a5824b"/></svg>');
}
.p-news-contents .c-articleCard__meta {
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .p-news-contents {
    padding: 0 0 64px;
  }
}

/* ======
page-name #お知らせ 詳細
======*/
/* --- p-newsDetail-contents -------------------- */
.p-newsDetail-contents {
  padding: 200px 0 120px;
}
.p-newsDetail-contents .entry__cover {
  width: 100%;
  aspect-ratio: 1120 / 554;
  position: relative;
  overflow: hidden;
}
.p-newsDetail-contents .entry__cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-newsDetail-contents .entry__header {
  max-width: 720px;
  margin: 40px auto 80px;
}
.p-newsDetail-contents .entry__title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-black);
}
.p-newsDetail-contents .entry__meta {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--color-primary);
  margin: 16px 0 0;
}
.p-newsDetail-contents .entry__date {
  flex-shrink: 0;
  padding: 0 40px 0 0;
}
.p-newsDetail-contents .entry__cat {
  text-align: right;
  font-size: 0;
}
.p-newsDetail-contents .entry__catItem {
  font-size: 1.4rem;
}
.p-newsDetail-contents .entry__catItem + .entry__catItem::before {
  content: '';
  margin: 0 4px;
}
.p-newsDetail-contents .entry__content {
  max-width: 720px;
  color: var(--color-black);
  margin: 0 auto;
}
@media screen and (max-width: 767px) { 
  .p-newsDetail-contents {
    padding: 104px 0 64px;
  }
}

/* ======
page-name #配信事例 一覧
======*/
/* --- p-case-contents -------------------- */
.p-case-contents {
  padding: 0 0 120px;
}
.p-case-contents .c-articleCard__meta {
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .p-case-contents {
    padding: 0 0 64px;
  }
}

/* ======
page-name #配信事例 詳細
======*/
/* --- p-caseDetail-contents -------------------- */
.p-caseDetail-contents {
  padding: 200px 0 120px;
}
.p-caseDetail-contents .entry__cover {
  width: 100%;
  aspect-ratio: 1120 / 554;
  position: relative;
  overflow: hidden;
}
.p-caseDetail-contents .entry__cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-caseDetail-contents .entry__header {
  max-width: 720px;
  margin: 40px auto 80px;
}
.p-caseDetail-contents .entry__title,
.p-caseDetail-contents .entry__subtitle {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-black);
}
.p-caseDetail-contents .entry__subtitle {
  display: block;
  margin-top: 8px;
  font-size: calc(3.2rem * 2 / 3);
}
.p-caseDetail-contents .entry__meta {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--color-primary);
  margin: 16px 0 0;
}
.p-caseDetail-contents .entry__date {
  flex-shrink: 0;
  padding: 0 40px 0 0;
}
.p-caseDetail-contents .entry__cat {
  text-align: right;
  font-size: 0;
}
.p-caseDetail-contents .entry__catItem {
  font-size: 1.4rem;
}
.p-caseDetail-contents .entry__catItem + .entry__catItem::before {
  content: '';
  margin: 0 4px;
}
.p-caseDetail-contents .entry__content {
  max-width: 720px;
  color: var(--color-black);
  margin: 0 auto;
}
@media screen and (max-width: 767px) { 
  .p-caseDetail-contents {
    padding: 104px 0 64px;
  }
}

/* ======
page-name #お問い合わせ
======*/
/* --- p-contact-contents -------------------- */
.p-contact-contents {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .p-contact-contents {
    padding: 0 0 64px;
  }
}

/* ======
page-name #送信完了
======*/
/* --- p-thanks-contents -------------------- */
.p-thanks-contents {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .p-thanks-contents {
    padding: 0 0 64px;
  }
}

/* ======
page-name #よくある質問
======*/
/* --- p-faq-contents -------------------- */
.p-faq-contents {
  padding: 0 0 120px;
}
.p-faq-contents .filterListWrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-faq-contents .filterListWrap::-webkit-scrollbar {
  display: none;
}
.p-faq-contents .filterList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px;
}
.p-faq-contents .filterList__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(100% / 5);
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--color-primary);
  background: #fff;
  border: 1px solid var(--color-primary);
  padding: 8px 12px;
  margin: 0 -1px -1px 0;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.p-faq-contents .filterList__item.is-active {
  background-color: var(--color-primary);
  color: #fff;
}
@media (hover: hover) {
  .p-faq-contents .filterList__item:hover {
    background-color: var(--color-primary);
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-faq-contents {
    padding: 0 0 64px;
  }
  .p-faq-contents .filterList {
    flex-wrap: nowrap;
  }
  .p-faq-contents .filterList__item {
    width: auto;
    min-width: 120px;
    white-space: nowrap;
  }
}

/* ======
page-name #プライバシーポリシー
======*/
/* --- p-privacy-contents -------------------- */
.p-privacy-contents {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .p-privacy-contents {
    padding: 0 0 64px;
  }
}

/* ======
page-name #スタジオ
======*/
/* --- p-[ページ名]-[セクション名] -------------------- */
@media screen and (min-width: 768px) { }
@media screen and (max-width: 1170px) { }
@media screen and (max-width: 767px) { }
@media (hover: hover) { }
