@media print, screen and (min-width: 768px) {
  .bnrList {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrList {
    padding-top: 4rem;
  }
}
.bnrList__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bnrList__item {
  padding: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .brandSect__lead {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .brandSect__lead {
    margin-top: 6rem;
  }
}
.brandSect__cont {
  color: #666464;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt" 1;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .brandSect__cont {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .brandSect__cont {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .companySect {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .companySect {
    padding: 10rem 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .companySect__block + .companySect__block {
    border-top: 1px solid #ddd;
    margin-top: 10rem;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .companySect__block + .companySect__block {
    border-top: 1px solid #ddd;
    margin-top: 8rem;
    padding-top: 8rem;
  }
}
.companySect__logo {
  text-align: center;
}
.companySect__logo img {
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .companySect__logo img {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .companySect__logo img {
    max-width: 100%;
  }
}
.companySect__info {
  margin-top: 4rem;
}
.companySect__catch {
  color: #666464;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt" 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .companySect__catch {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companySect__catch {
    font-size: 1.6rem;
  }
}
.companySect__cont {
  color: #666464;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt" 1;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .companySect__gallery {
    margin-top: 6rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .companySect__gallery {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .companySect__galleryBrand {
    position: absolute;
    right: 0;
    top: 0;
    width: 71.5rem;
  }
}
@media screen and (max-width: 768px) {
  .companySect__galleryBrand {
    order: -1;
  }
}
@media print, screen and (min-width: 768px) {
  .companySect__galleryGrid {
    align-items: flex-end;
    display: flex;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companySect__galleryGrid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .companySect__galleryMain {
    flex: 0 0 22.5rem;
  }
}
@media screen and (max-width: 768px) {
  .companySect__galleryMain {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .companySect__galleryMain img {
    max-width: 22.5rem;
  }
}
.companySect__galleryMain .caption {
  margin-top: 0.5rem;
}
.companySect__gallerySub {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  .companySect__gallerySub {
    margin-top: 15rem;
  }
}
.companySect__galleryItem {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .companySect__galleryItem {
    flex: 0 0 calc((100% - 2rem) / 2);
    min-width: calc((100% - 2rem) / 2);
  }
}
.companySect__galleryItem .caption {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .companySect__galleryWide {
    display: flex;
    gap: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .companySect__galleryWideItem {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .companySect__galleryWideItem + .companySect__galleryWideItem {
    margin-top: 4rem;
  }
}
.companySect__galleryWideItem .caption {
  margin-top: 0.5rem;
}
.companySect__chartGroup {
  margin-top: 4rem;
}
.companySect__chartGroup .companySect__chart + .companySect__chart {
  margin-top: 2rem;
}
.companySect__chart {
  margin-top: 4rem;
}
.conceptSect__hero {
  overflow: hidden;
  position: relative;
}
.conceptSect__hero > .photo .photo__caption {
  z-index: 2;
}
.conceptSect__hero .photo__pic {
  backface-visibility: hidden;
}
.conceptSect__heroPlot {
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.conceptSect__heroPlot .photo {
  height: 100%;
  width: 100%;
}
.conceptSect__heroPlot .photo__pic {
  display: block;
  height: 100%;
  width: 100%;
}
.conceptSect__heroPlot .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.conceptSect__note {
  background: #d6cbc3;
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__note {
    padding: 0.8rem 2rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__note {
    padding: 0.6rem 1.5rem;
    text-align: left;
  }
}
.conceptSect__world {
  background: #d6cbc3;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__world {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__world {
    padding: 10rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 12rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__worldGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 2.4rem;
  }
}
.conceptSect__worldItem {
  clip-path: inset(0 0 100% 0);
  overflow: hidden;
  position: relative;
  transition: clip-path 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.conceptSect__worldItem.is-revealed {
  clip-path: inset(0 0 0 0);
}
.conceptSect__worldItem.is-revealed .photo__pic {
  transform: scale(1);
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldItem {
    aspect-ratio: 300/470;
  }
}
.conceptSect__worldItem .photo {
  height: 120%;
  width: 100%;
}
.conceptSect__worldItem .photo__pic {
  height: 100%;
  transform: scale(1.15);
  transition: transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.conceptSect__worldItem .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.conceptSect__worldCity {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  opacity: 0;
  position: absolute;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  transition: opacity 0.8s ease-out;
}
.is-revealed .conceptSect__worldCity {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldCity {
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__worldCity {
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldCap {
    padding: 0 12rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__worldCap {
    padding: 0 2.4rem;
  }
}
.conceptSect__worldCap {
  margin-top: 1rem;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldTxt {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8rem;
    margin-top: 8rem;
    padding: 0 12rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__worldTxt {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    margin-top: 8rem;
    padding: 0 2.4rem;
  }
}
.conceptSect__worldBlock {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldBlock {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
}
.conceptSect__enLabel {
  font-weight: 400;
}
.conceptSect__enLabel .en {
  color: #fff;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__enLabel .en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__enLabel .en {
    font-size: 4rem;
  }
}
.conceptSect__enLabel .charReveal__char {
  filter: blur(0.4rem);
  opacity: 0;
  transition: opacity 0.4s ease-out, filter 0.8s ease-out;
}
.conceptSect__enLabel .charReveal__char.is-visible {
  filter: blur(0);
  opacity: 1;
}
.conceptSect__worldHeading {
  color: #666464;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt" 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldHeading {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__worldHeading {
    font-size: 3rem;
    line-height: 1.6;
    margin-top: 4rem;
  }
}
.conceptSect__worldHeading .charReveal__char {
  filter: blur(0.4rem);
  opacity: 0;
  transition: opacity 0.4s ease-out, filter 0.8s ease-out;
}
.conceptSect__worldHeading .charReveal__char.is-visible {
  filter: blur(0);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldHeading {
    margin-top: 0;
  }
}
.conceptSect__worldEn .en {
  color: #666464;
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldEn .en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__worldEn .en {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldEn {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__worldEn {
    margin-top: 4rem;
  }
}
.conceptSect__worldEn .charReveal__char {
  filter: blur(0.2rem);
  opacity: 0;
  transition: opacity 0.3s ease-out, filter 0.5s ease-out;
}
.conceptSect__worldEn .charReveal__char.is-visible {
  filter: blur(0);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldEn {
    margin-top: 0;
  }
}
.conceptSect__subHeading {
  color: #666464;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt" 1;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.conceptSect__worldCont {
  color: #666464;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldCont {
    margin: 0 auto;
    max-width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__worldCont {
    margin-top: 4rem;
  }
}
.conceptSect__worldImg {
  aspect-ratio: 1440/746;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__worldImg {
    max-width: 72rem;
  }
}
.conceptSect__design {
  background: #d6cbc3;
  overflow: hidden;
  position: relative;
}
.conceptSect__designInner {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.conceptSect__designNote {
  background: #fff;
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .conceptSect__designNote {
    padding: 0.8rem 2rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .conceptSect__designNote {
    padding: 0.6rem 1.5rem;
    text-align: left;
  }
}
.conceptSect__designClip {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.conceptSect__designClip .photo {
  height: 100%;
  width: 100%;
}
.conceptSect__designClip .photo__pic {
  display: block;
  height: 100%;
  width: 100%;
}
.conceptSect__designClip .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  width: 100%;
}
.conceptSect__designClip.is-ready .photo__caption {
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .infoSect {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .infoSect {
    padding: 4rem 2rem;
  }
}
.infoSect__head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.infoSect__head .enTtl {
  color: #b1a283;
}
@media print, screen and (min-width: 768px) {
  .infoSect__head .enTtl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .infoSect__head .enTtl {
    font-size: 2rem;
  }
}
.infoSect__head .usableList {
  justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .infoSect__head .usableList {
    gap: 4rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .infoSect__head .usableList {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.infoSect__head .usableList__item {
  min-width: 0;
}
@media print, screen and (min-width: 768px) {
  .infoSect__head .usableList__item {
    flex: 1;
    max-width: 48.5rem;
  }
}
.infoSect__head .usableList__item .generalBtn {
  width: 100%;
}
.infoSect__ttl {
  color: #666464;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.infoSect__ttl:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.infoSect__ttl:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.infoSect__ttl:before, .infoSect__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media print, screen and (min-width: 768px) {
  .infoSect__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .infoSect__ttl {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .infoSect__ttl .small {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .infoSect__ttl .small {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .enTtl + .infoSect__ttl {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .enTtl + .infoSect__ttl {
    margin-top: 0;
  }
}
.infoSect__heading {
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.infoSect__heading:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.infoSect__heading:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.infoSect__heading:before, .infoSect__heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media print, screen and (min-width: 768px) {
  .infoSect__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .infoSect__heading {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .infoSect__ttl + .infoSect__heading {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .infoSect__ttl + .infoSect__heading {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .infoSect__head + .infoSect__cont {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .infoSect__head + .infoSect__cont {
    margin-top: 4rem;
  }
}
.infoSect__bnr {
  margin: 0 auto;
  max-width: 60rem;
}
@media print, screen and (min-width: 768px) {
  .infoSect__bnr:not(:first-child) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .infoSect__bnr:not(:first-child) {
    margin-top: 2rem;
  }
}
.locationSect__head {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .locationSect__head {
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .locationSect__head {
    padding: 10rem 0 0;
  }
}
.locationSect__hero {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .locationSect__hero {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect__hero {
    margin-top: 3rem;
  }
}
.locationSect__heroCaption {
  bottom: 1rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  right: 1rem;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .locationSect__cont {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect__cont {
    margin-top: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .locationSect__row {
    align-items: center;
    display: flex;
    gap: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .locationSect__row--reverse {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .locationSect__img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.locationSect__imgCaption {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .locationSect__imgCaption {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect__imgCaption {
    padding: 0 2rem;
  }
}
.locationSect__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .locationSect__txt {
    flex: 0 0 46rem;
    max-width: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect__txt {
    padding: 4rem 2rem;
  }
}
.locationSect__subHeading {
  color: #666464;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt" 1;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
.locationSect__desc {
  color: #666464;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .locationSect__desc {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .locationSect__desc {
    margin-top: 3rem;
  }
}
.locationSect__collage {
  margin-top: 10rem;
}
.locationSect__collageFoot {
  margin: 2rem auto 0;
  width: 120rem;
}
@media screen and (max-width: 768px) {
  .locationSect__collageFoot {
    padding: 0 2rem;
    width: auto;
  }
}
.mainVisual {
  height: 100vh;
  height: 100dvh;
  position: relative;
  width: 100%;
}
.mainVisual__fixed {
  height: 100vh;
  height: 100dvh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .mainVisual__fixed {
    min-width: 100rem;
  }
}
.mainVisual__image {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .mainVisual__image {
    height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__image {
    height: 100%;
  }
}
.mainVisual__image .photo,
.mainVisual__image .photo__pic,
.mainVisual__image .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mainVisual__image.is-mv-ready {
  backface-visibility: hidden;
  filter: blur(4px) brightness(1.35);
}
.mainVisual__image.is-mv-ready .photo__pic {
  backface-visibility: hidden;
  transform-origin: center center;
}
@media print, screen and (min-width: 768px) {
  .mainVisual__image.is-mv-ready .photo__pic {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__image.is-mv-ready .photo__pic {
    transform: scale(1.08);
  }
}
.mainVisual__caption {
  bottom: 1rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1rem, rgba(0, 0, 0, 0.7) 1px 1px 1rem;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mainVisual__caption {
    right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__caption {
    right: 0.5rem;
  }
}
.mainVisual__ttl {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 768px) {
  .mainVisual__ttl {
    bottom: 28.5rem;
    width: 88.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__ttl {
    bottom: 18rem;
    width: 32.2rem;
  }
}
.mainVisual__ttl svg path {
  filter: blur(0.4rem);
  opacity: 0;
  transform: translateX(1.5rem);
  transition: opacity 0.8s ease-out, filter 1.5s ease-out, transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.mainVisual__ttl svg path.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .mainVisual__ttl svg path {
    filter: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.periodSect {
  overflow: hidden;
  position: relative;
}
.periodSect__visual {
  display: block;
}
.periodSect__caption {
  bottom: 0.5rem;
  position: absolute;
  right: 0.5rem;
  z-index: 1;
}
.periodSect__note {
  background: #d6cbc3;
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .periodSect__note {
    padding: 0.8rem 2rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .periodSect__note {
    padding: 0.6rem 1.5rem;
    text-align: left;
  }
}
.periodSect__catch {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt" 1;
  font-weight: 400;
  position: absolute;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 768px) {
  .periodSect__catch {
    font-size: 3.2rem;
    left: 64.5%;
    letter-spacing: 0.15em;
    line-height: 2;
    text-align: center;
    top: 26%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .periodSect__catch {
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
    right: 3.3rem;
    text-align: left;
    top: 26%;
    white-space: nowrap;
  }
}
.periodSect__catch .charReveal__char {
  filter: blur(0.4rem);
  opacity: 0;
  transition: opacity 0.4s ease-out, filter 0.8s ease-out;
}
.periodSect__catch .charReveal__char.is-visible {
  filter: blur(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .planSect__head .sectHead__heading {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .planSect__head + .planSect__cont {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .planSect__head + .planSect__cont {
    margin-top: 3rem;
  }
}
.planSect__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
@media print, screen and (min-width: 768px) {
  .planSect__nav {
    justify-content: center;
  }
}
.planSect__navItem {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ccc;
  border: none;
  color: #666464;
  cursor: pointer;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: inherit;
  font-weight: inherit;
  gap: 1rem;
  letter-spacing: inherit;
  line-height: 1.5;
  transition: background 0.3s;
}
@media print, screen and (min-width: 768px) {
  .planSect__navItem {
    flex: 1;
    height: 5rem;
    max-width: 24rem;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .planSect__navItem {
    height: 6rem;
    padding: 0 1.5rem;
    width: calc((100% - 2px) / 2);
  }
}
.planSect__navItem.is-active {
  background: #d6cbc3;
}
@media print, screen and (min-width: 768px) {
  .planSect__navItem:hover {
    background: #d6cbc3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .planSect__navItem:hover {
    background: #d6cbc3;
  }
}
.planSect__navType {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .planSect__navType {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}
.planSect__navTypeName {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .planSect__navTypeName {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .planSect__navTypeName {
    font-size: 2.4rem;
  }
}
.planSect__navTypeLabel {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.planSect__navVariation {
  flex: 1;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .planSect__navVariationMain {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .planSect__navVariationMain {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .planSect__navVariationSub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .planSect__navVariationSub {
    font-size: 1rem;
  }
}
.planSect__slide {
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .planSect__slide {
    gap: 4rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .planSect__slide {
    margin-top: 2rem;
  }
}
.planSect__slider {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.planSect__slider .swiper-slide > picture img {
  display: block;
  height: auto;
  width: 100%;
}
.planSect__prev, .planSect__next {
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .planSect__prev, .planSect__next {
    height: 12rem;
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .planSect__prev, .planSect__next {
    height: 6rem;
    width: 2rem;
  }
}
.planSect__prev::before, .planSect__prev::after, .planSect__next::before, .planSect__next::after {
  border-top: 1px solid #666464;
  content: "";
  left: 0;
  position: absolute;
  width: 180.3%;
}
.planSect__prev::before, .planSect__next::before {
  top: 0;
  transform-origin: top left;
}
.planSect__prev::after, .planSect__next::after {
  bottom: 0;
  transform-origin: bottom left;
}
@media print, screen and (min-width: 768px) {
  .planSect__prev:hover, .planSect__next:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .planSect__prev:hover, .planSect__next:hover {
    opacity: 0.6;
  }
}
.planSect__prev::before, .planSect__prev::after {
  left: auto;
  right: 0;
}
.planSect__prev::before {
  transform: rotate(-56.31deg);
  transform-origin: top right;
}
.planSect__prev::after {
  transform: rotate(56.31deg);
  transform-origin: bottom right;
}
.planSect__next::before {
  transform: rotate(56.31deg);
}
.planSect__next::after {
  transform: rotate(-56.31deg);
}
@media print, screen and (min-width: 768px) {
  .planSect__note {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .planSect__note {
    margin-top: 3rem;
  }
}
.planSect__legend {
  color: #999;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.planSect__hanrei {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
.planSect__hanreiItem {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.planSect__hanreiIc {
  flex-shrink: 0;
}
.planSect__hanreiIc--storage {
  background: #dbd4b1;
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 1rem;
  width: 2.6rem;
}
.planSect__hanreiIc--floor {
  background: #ebd9c6;
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 1rem;
  width: 2.7rem;
}
.planSect__hanreiIc--wind {
  height: auto;
  width: 2.7rem;
}
.planSect__hanreiIc--light {
  height: auto;
  width: 2.9rem;
}
.planSect__hanreiTxt {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
}
.planSect__caption {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 0.5rem;
}
.uspArea {
  color: #666464;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "halt" 1;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .uspArea {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .uspArea {
    padding: 6rem 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .uspArea__head {
    margin: 0 auto;
    max-width: 100rem;
  }
}
.uspArea__catch {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .uspArea__catch {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__catch {
    font-size: 3.2rem;
  }
}
.uspArea__catch .charReveal__char {
  filter: blur(0.4rem);
  opacity: 0;
  transition: opacity 0.4s ease-out, filter 0.8s ease-out;
}
.uspArea__catch .charReveal__char.is-visible {
  filter: blur(0);
  opacity: 1;
}
.uspArea__lead {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.4;
}
@media print, screen and (min-width: 768px) {
  .uspArea__lead {
    font-size: 1.6rem;
    margin-top: 6rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__lead {
    font-size: 1.2rem;
    margin-top: 4.8rem;
  }
}
.uspArea__leadLine {
  backface-visibility: hidden;
  display: block;
  filter: blur(0.3rem);
  opacity: 0;
  transform: translateY(1.2rem) translateZ(0);
  transition: opacity 0.8s ease-out, filter 1s ease-out, transform 0.8s ease-out;
}
.uspArea__leadLine.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) translateZ(0);
}
@media print, screen and (min-width: 768px) {
  .uspArea__spec {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8rem;
    max-width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__spec {
    margin-top: 6rem;
  }
}
.uspArea__specTtl {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .uspArea__specTtl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__specTtl {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .uspArea__grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__grid {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .uspArea__inner {
    align-items: center;
    display: flex;
    height: 10rem;
  }
}
.uspArea__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .uspArea__item {
    border-left: 1px solid #ccc;
    flex: 1 0 0;
    height: 8rem;
    padding: 1rem 2rem;
  }
  .uspArea__item:last-child {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__item {
    border-top: 1px solid #ccc;
    gap: 1.6rem;
    padding: 3rem 0;
  }
  .uspArea__inner:last-child .uspArea__item:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.uspArea__sub {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.uspArea__txt {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
.uspArea__lg {
  font-size: 2.4rem;
}
.uspArea__md {
  font-size: 2rem;
}
.uspArea__accessNote {
  font-size: 1rem;
}
.uspArea__note {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1rem;
}
.container {
  background: #fff;
  position: relative;
  z-index: 1;
}
.mvNote {
  background: #fff;
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .mvNote {
    padding: 0.8rem 2rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .mvNote {
    padding: 0.6rem 1.5rem;
    text-align: left;
  }
}
.top-usp {
  background: #fff;
}
.top-concept {
  background: #fff;
}
.top-location {
  background: #fff;
}
.top-plan {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .top-plan {
    padding: 10rem 0 12rem;
  }
}
@media screen and (max-width: 768px) {
  .top-plan {
    padding: 10rem 0;
  }
}
.top-period {
  background: #fff;
  position: relative;
}
.top-brand {
  background: #d6cbc3;
}
@media print, screen and (min-width: 768px) {
  .top-brand {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top-brand {
    padding: 10rem 0;
  }
}
.top-company {
  background: #fff;
}
/*# sourceMappingURL=style.css.map */
