@charset "utf-8";
/* modelroom page
 * ========================================================================== */
/* common style */
.modelroom header .menu-trigger .line {
  background-color: #000;
}
section {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.bg {
  background: linear-gradient(101.43deg, #DEE5EC 8.73%, #FFFBF7 54.44%);

}
.js-trigger.fade {
  opacity: 0;
}
.js-trigger._on.fade {
  opacity: 1;
  transition: opacity 2s;
}
.js-trigger.blur {
  opacity: .5;
  filter: blur(4px);
}
.js-trigger._on.blur {
  opacity: 1;
  filter: blur(0);
  transition: all 1s 1s;
}
#caption {
  background: var(--color-white);
}
#caption .sectionItem {
  padding: 60px 20px;
  margin: auto;
}
#bnr_bz,
#copyright {
  position: relative;
}
#corpotation_link {
  position: relative;
  background: var(--color-white);
}
footer {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 619px) {
  #caption {
    margin: 0;
  }
}
/* mainvisual */
#mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1900 / 1080;
  background: #000;
}
#mainvisual::before {
  position: absolute;
  inset: 0;
  background: url('../img/mainvisual.webp') center / cover no-repeat;
  opacity: 0.9;
  transform: translateY(10%);
  filter: blur(8px);
  will-change: transform, filter, opacity;
  content: '';
}
#mainvisual._on::before {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    transform 2.5s ease-out 0.2s,
    filter 2.2s ease-out 1s,
    opacity 2.2s ease-out 0.2s;
}
#mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: var(--color-white);
  text-align: center;
  text-shadow:
    rgba(0, 0, 0, 0.6) 1px 1px 10px,
    rgba(0, 0, 0, 0.6) -1px 1px 10px,
    rgba(0, 0, 0, 0.6) 1px -1px 10px,
    rgba(0, 0, 0, 0.6) -1px -1px 10px;
  font-size: 90px;
  font-weight: 100;
  letter-spacing: 8px;
  line-height: 1;
  opacity: 0;
}
#mainvisual._on h2 {
  opacity: 1;
  transition: opacity 4s 2s;
}
#mainvisual .mainvisualCopy .caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: var(--color-white);
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
  #mainvisual h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 619px) {
  #mainvisual {
    aspect-ratio: inherit;
    height: 100vh;
  }
  #mainvisual._on .mainvisualCopy picture {
    opacity: 0.9;
  }
  #mainvisual .mainvisualCopy picture > div {
    transform: translateY(5%);
  }
  #mainvisual._on .mainvisualCopy picture > div {
    transform: translateY(-3%);
    transition: transform 4s ease-out;
  }
  #mainvisual h2 {
    top: 27%;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  #mainvisual._on h2 {
    transition: opacity 4s 1s;
  }
}
@media screen and (max-width: 320px) {
}

/* pagelink */
.pagelink {
  margin: 100px auto;
  max-width: 700px;
  width: 90%;
}
.pagelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.pagelink .c-btn01 {
  width: 290px;
  max-width: calc(50% - 10px);
  height: 70px;
}
.pagelink .c-btn01 > a .c-btn__txt {
  text-align: center;
  line-height: 1.1;
}
.pagelink .c-arrow::before {
  left: 31%;
  width: 40%;
  transform: rotate(90deg);
}
.pagelink .c-arrow::after {
  top: 58%;
  width: 20%;
  transform: rotate(145deg);
  transform-origin: center bottom;
}
.pagelink .premium.c-btn01 {
  --btn-color: var(--color-black);
}
.pagelink .premium.c-btn01 > a .c-arrow {
  --arrow-color: var(--color-black);
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 619px) {
  .pagelink {
    margin: 50px auto;
  }
  .pagelink .c-btn01 {
    width: 100%;
    max-width: 270px;
    height: 60px;
  }
  .pagelink .c-btn01 > a .c-btn__txt {
    font-size: 15px;
  }
  .pagelink .c-arrow::before {
    left: 32%;
    width: 40%;
    transform: rotate(90deg);
  }
  .pagelink .c-arrow::after {
    top: 58%;
    width: 20%;
    transform: rotate(145deg);
    transform-origin: center bottom;
  }
}
@media screen and (max-width: 320px) {
}
/* modelroom */
.modelroom .ttlArea {
  margin: auto;
  max-width: 1240px;
  width: 90%;
}
.modelroom .ttlArea dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
}
.modelroom .ttlArea dt {
  padding: 10px 50px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 32px;
}
.modelroom .ttlArea dt span {
  font-size: 69px;
}
.modelroom .ttlArea dd .type {
  font-size: 30px;
}
.modelroom .ttlArea dd .type span {
  font-size: 54px;
}
.modelroom .ttlArea dd .areas {
  padding-right: 5px;
  font-size: 18px;
}
.modelroom .ttlArea dd .areas .PC_TB {
  display: inline-block!important;
}
.modelroom .ttlArea dd .area .num {
  font-size: 40px;
}
.modelroom .ttlArea dd .area small {
  font-size: 18px;
}
.modelroom .ttlArea h3 {
  padding: 80px 0 150px;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.4;
}
.modelroom .modelroomCopy {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1900 / 1160;
  overflow: hidden;
}
.modelroom .modelroomCopy picture {
  position: absolute;
  inset: 0;
}
.modelroom .modelroomCopy picture img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  clip-path: inset(10% 10% 10% 10%);
  transition:
    clip-path 2s ease,
    filter 2s ease;
}
.modelroom .modelroomCopy._on picture img {
  clip-path: inset(0 0 0 0);
}
.modelroom .caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: var(--color-white);
  line-height: 1;
}
.modelroom .galleryBlock {
  display: flex;
  flex-wrap: wrap;
}
.modelroom .galleryBlock.flex-end {
  justify-content: flex-end;
}
.modelroom .galleryArea .txtInner {
  padding: 20px;
}
.modelroom .galleryArea .txtArea p {
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 2px;
}
.modelroom .galleryArea .txtArea p:last-of-type {
  padding-bottom: 0;
}
.modelroom .galleryArea .fadeImg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.transLeft._on {
  animation: transLeftAnim 2.2s ease-out forwards;
}
@keyframes transLeftAnim {
  from {
    opacity: 0.5;
    filter: blur(20px);
    background-position: right center;
  }
  to {
    opacity: 1;
    filter: blur(0);
    background-position: left center;
  }
}
.transRight._on {
  animation: transRightAnim 2.2s ease-out forwards;
}
@keyframes transRightAnim {
  from {
    opacity: 0.5;
    filter: blur(20px);
    background-position: left center;
  }
  to {
    opacity: 1;
    filter: blur(0);
    background-position: right center;
  }
}
.transBottom._on {
  animation: transBottomAnim 2.2s ease-out forwards;
}
@keyframes transBottomAnim {
  from {
    opacity: 0.5;
    filter: blur(20px);
    background-position: center top;
  }
  to {
    opacity: 1;
    filter: blur(0);
    background-position: center bottom;
  }
}
.modelroom .txtArea01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41.6%;
}
.modelroom .fadeImg01 {
  width: 58.4%;
  background-image: url(../img/premium_img01.jpg);
  aspect-ratio: 1110 / 736;
}
.modelroom .gb02 {
  margin-top: 10%;
}
.modelroom .txtArea02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46.9%;
}
.modelroom .fadeImg02 {
  width: 53.1%;
  background-image: url(../img/premium_img02.jpg);
  aspect-ratio: 1010 / 736;
}
.modelroom .gb03 {
  margin-top: 10%;
  padding-right: 4.3%;
}
.modelroom .txtArea03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%;
  width: 51%;
}
.modelroom .fadeImg03 {
  width: 44.7%;
  background-image: url(../img/premium_img03.jpg);
  aspect-ratio: 850 / 920;
}
.modelroom .gb04 {
  margin-top: -10%;
}
.modelroom .fadeImg04 {
  width: 43.1%;
  background-image: url(../img/premium_img04.jpg);
  aspect-ratio: 820 / 574;
}
.modelroom .gb05 {
  margin-top: -12%;
}
.modelroom .fadeImg05 {
  width: 48.9%;
  background-image: url(../img/premium_img05.jpg);
  aspect-ratio: 930 / 574;
}
.modelroom .txtArea06 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36.9%;
}
.modelroom .fadeImg06 {
  width: 63.1%;
  background-image: url(../img/deluxe_img01.jpg);
  aspect-ratio: 1199 / 768;
}
.modelroom .gb07 {
  margin-top: 8%;
}
.modelroom .txtArea07 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46.9%;
}
.modelroom .fadeImg07 {
  width: 53.1%;
  background-image: url(../img/deluxe_img02.jpg);
  aspect-ratio: 1010 / 736;
}
.modelroom .gb08 {
  margin-top: 10%;
}
.modelroom .fadeImg08 {
  width: 44.7%;
  background-image: url(../img/deluxe_img03.jpg);
  aspect-ratio: 850 / 920;
}
.modelroom .gb09 {
  margin-top: -23%;
}
.modelroom .fadeImg09 {
  width: 43.1%;
  background-image: url(../img/deluxe_img04.jpg);
  aspect-ratio: 820 / 574;
}
#premium {
  padding: 160px 0 150px;
  background: var(--color-black);
  color: var(--color-white);
}
#premium .galleryArea {
  padding: 150px 0;
}
#premium .bnrPremium {
  position: relative;
  margin: auto;
  max-width: 1240px;
  width: 90%;
  overflow: hidden;
}
#premium .bnrPremium .bnrPremiumCopy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bnr_premium.jpg);
  aspect-ratio: 1240 / 460;
}
#premium .bnrPremium h2 {
  width: 100%;
  text-align: center;
  font-size: 80px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 10px,
    rgba(0, 0, 0, 0.6) -1px 1px 10px,
    rgba(0, 0, 0, 0.6) 1px -1px 10px,
    rgba(0, 0, 0, 0.6) -1px -1px 10px;
}
#premium .bnrPremium .c-btn02 {
  width: 260px;
  height: 50px;
}
#premium .bnrPremium .c-btn02 > a {
  padding: 0 40px;
  border-radius: 78px;
}
#premium .bnrPremium .c-btn02 > a .c-btn__txt {
  padding-top: 2px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-indent: 10px;
}
#premium .bnrPremium .c-btn02 > a .c-arrow {
  left: 10px;
}
#premium .bnrPremium .c-btn02 > a:hover .c-arrow {
  --arrow: 4px;
  left: 30px;
}
#deluxe {
  padding-top: 160px;
}
#deluxe .ttlArea dt {
  border-right: 1px solid var(--color-black);
}
#deluxe .galleryArea {
  padding: 150px 0 100px;
}
#deluxe .modelroomCopy .caption {
  color: var(--color-black);
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
  .modelroom .ttlArea h3 {
    font-size: 30px;
  }
  .modelroom .galleryArea .txtArea p {
    padding-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 619px) {
  .modelroom .ttlArea dl {
    flex-wrap: wrap;
    gap: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
  }
  .modelroom .ttlArea dt {
    padding: 10px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 28px;
  }
  .modelroom .ttlArea dt span {
    font-size: 50px;
  }
  .modelroom .ttlArea dd .type {
    text-align: center;
    font-size: 30px;
  }
  .modelroom .ttlArea dd .type span {
    font-size: 45px;
  }
  .modelroom .ttlArea dd .area .areas {
    display: inline-block;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
  }
  .modelroom .ttlArea dd .areas .PC_TB {
    display: none!important;
  }
  .modelroom .ttlArea dd .area .num {
    padding: 0 10px;
    font-size: 45px;
  }
  .modelroom .ttlArea dd .area small {
    font-size: 14px;
  }
  .modelroom .ttlArea h3 {
    padding: 30px 0;
    font-size: 24px;
  }
  .modelroom .modelroomCopy {
    aspect-ratio: 751 / 458;
  }
  .modelroom .galleryArea .txtInner {
    padding: 20px;
  }
  .modelroom .galleryArea .txtArea p {
    font-size: 18px;
  }
  .modelroom .txtArea01 {
    margin-bottom: 20px;
    justify-content: flex-start;
    width: 100%;
  }
  .modelroom .fadeImg01 {
    margin-left: 5%;
    width: 95%;
  }
  .modelroom .gb02 {
    margin-top: 20%;
  }
  .modelroom .txtArea02 {
    margin-bottom: 20px;
    justify-content: flex-end;
    order: -1;
    width: 100%;
  }
  .modelroom .fadeImg02 {
    width: 95%;
  }
  .modelroom .gb03 {
    margin-top: 15%;
    padding-right: 0;
  }
  .modelroom .txtArea03 {
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
  }
  .modelroom .fadeImg03 {
    margin-left: 20%;
    width: 75%;
  }
  .modelroom .gb04 {
    margin-top: 15%;
  }
  .modelroom .fadeImg04 {
    width: 95%;
  }
  .modelroom .gb05 {
    margin-top: 15%;
  }
  .modelroom .fadeImg05 {
    width: 95%;
  }
  .modelroom .txtArea06 {
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
  }
  .modelroom .fadeImg06 {
    margin-left: 5%;
    width: 95%;
  }
  .modelroom .gb07 {
    margin-top: 15%;
  }
  .modelroom .txtArea07 {
    justify-content: flex-end;
    order: -1;
    margin-bottom: 20px;
    width: 100%;
  }
  .modelroom .fadeImg07 {
    width: 95%;
  }
  .modelroom .gb08 {
    margin-top: 15%;
  }
  .modelroom .fadeImg08 {
    margin-right: 5%;
    width: 75%;
  }
  .modelroom .gb09 {
    margin-top: 15%;
  }
  .modelroom .fadeImg09 {
    width: 95%;
  }
  #premium {
    padding: 80px 0 70px;
  }
  #premium .galleryArea {
    padding: 80px 0;
  }
  #premium .bnrPremium .bnrPremiumCopy {
    gap: 10px;
    background-image: url(../img/bnr_premium-smp.jpg);
    aspect-ratio: 680 / 347;
  }
  #premium .bnrPremium h2 {
    font-size: 30px;
  }
  #premium .bnrPremium .c-btn02 {
    width: 200px;
    height: 40px;
  }
  #premium .bnrPremium .c-btn02 > a .c-btn__txt {
    font-size: 18px;
  }
  #deluxe {
    padding-top: 80px;
  }
  #deluxe .ttlArea dt {
    border-right: none;
    border-bottom: 1px solid var(--color-black);
  }
  #deluxe .galleryArea {
    padding: 80px 0;
  }
  #deluxe .modelroomCopy .caption {
    color: var(--color-white);
  }
}
@media screen and (max-width: 320px) {
}