@charset "utf-8";

/* ==================================================
   SHINKA PRIME MISONO
================================================== */

/* base
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.msn-serif {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, serif;
}

.msn-inner {
  width: min(86%, 1080px);
  margin: 0 auto;
}

.msn-section {
  padding: 10vw 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


/* header
-------------------------------------------------- */
.msn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  background: rgba(255, 255, 255, 0.94);
  z-index: 1000;
}

.msn-header__inner {
  width: 94%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.msn-header__logo {
  width: 30vw;
}

.msn-header__logo img {
  width: 100%;
  height: auto;
}

.msn-header__nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  margin-right: 0;
}

.msn-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: 0.3s;
}

.msn-header__btn--reserve {
  background: #2f4b45;
  color: #fff;
}

.msn-header__btn--contact {
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
}

.msn-header__btn:hover {
  opacity: 0.75;
}


/* menu
-------------------------------------------------- */
.msn-menu-trigger {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 16px;
  right: 18px;
  z-index: 1100;
}

.msn-menu-trigger span {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #111;
  transition: 0.35s;
}

.msn-menu-trigger span:nth-of-type(1) {
  top: 15px;
}

.msn-menu-trigger span:nth-of-type(2) {
  top: 24px;
}

.msn-menu-trigger span:nth-of-type(3) {
  top: 33px;
}

.msn-menu-trigger.active span:nth-of-type(1) {
  top: 24px;
  transform: rotate(45deg);
}

.msn-menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.msn-menu-trigger.active span:nth-of-type(3) {
  top: 24px;
  transform: rotate(-45deg);
}

.msn-global-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.96);
  z-index: 900;
}

.msn-global-nav.is-open {
  display: block;
}

.msn-global-nav__inner {
  width: 86%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msn-global-nav__list {
  text-align: center;
}

.msn-global-nav__list li {
  margin: 18px 0;
}

.msn-global-nav__list a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25em;
  letter-spacing: 0.12em;
}

body.is-menu-open {
  overflow: hidden;
}

/* FV
-------------------------------------------------- */

.msn-fv {
    position: relative;
}

.msn-fv__copybox {
    position: absolute;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.msn-fv__title,
.msn-fv__lead,
.msn-fv__sub {
    display: table;
    width: fit-content;
    background: rgba(255, 255, 255, 0.88);
    color: #2f8f4e;
    line-height: 1.25;
    margin: 0 0 8px 0;
}

.msn-fv__title {
	font-family: "inter-18pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 0em 0.2em;
    font-size: 3em;
	letter-spacing: 0;
}

.msn-fv__lead {
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    padding: 0.15em 0.2em;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.msn-fv__sub {
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    padding: 0.15em 0.3em;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {

    .msn-fv__copybox {
        left: 6%;
        top: 50%;
        transform: translateY(-50%);
    }

    .msn-fv__title {
        font-size: 10.5vw;
    }

    .msn-fv__lead {
        font-size: 4.1vw;
    }

    .msn-fv__sub {
        font-size: 2.8vw;
    }

}


/* CTA
-------------------------------------------------- */
.msn-cta {
    position: relative;
    overflow: hidden;
}

.msn-cta__bg {
    margin: 0;
}

.msn-cta__bg img {
    width: 100%;
    height: auto;
}

.msn-cta__content {
    position: absolute;
    inset: 0;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.msn-cta__title {
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 2vw;
    text-align: left;
    font-size: 2.2vw;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.msn-cta__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
}

.msn-cta__text {
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    width: 58%;
}

.msn-cta__lead {
	font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1.4em;
    font-size: 1.8vw;
    line-height: 1.8;
}

.msn-cta__desc {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
    margin: 0;
    font-size: 1vw;
    line-height: 2.2;
}

.msn-cta__btns {
    width: 42%;
}

.msn-cta__btn {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 55px;
    padding: 0 42px;
    border-radius: 999px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    letter-spacing: 0.18em;
    transition: 0.3s;
}

.msn-cta__btn + .msn-cta__btn {
    margin-top: 34px;
}

.msn-cta__btn--reserve {
    background: #5e7973;
    color: #fff;
}

.msn-cta__btn--film {
    border: 1px solid #5e7973;
    color: #5e7973;
    background: rgba(255,255,255,0.15);
}

.msn-cta__icon {
    width: 25px;
    flex: 0 0 25px;
}

.msn-cta__icon img {
    display: block;
    width: 100%;
    height: auto;
}

.msn-cta__icon--circle {
    width: 25px;
    height: 25px;
    border: 1px solid #5e7973;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msn-cta__icon--circle img {
    width: 12px;
}

.msn-cta__arrow {
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
}

.msn-cta__btn:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {

    .msn-cta__content {
        width: 80%;
    }
    .msn-cta__title {
        margin-bottom: 6vw;
        font-size: 5vw;
        line-height: 1.7;
        text-align: left;
    }
    .msn-cta__body {
        display: block;
    }
    .msn-cta__text {
        font-size: 2vw;
        width: 100%;
        text-align: center;
    }
    .msn-cta__lead {
        font-size: 4vw;
    }
    .msn-cta__catch {
        font-size: 5.4vw;
        line-height: 1.9;
    }

    .msn-cta__desc {
        display: none;
    }

    .msn-cta__btns {
        width: 100%;
        margin-top: 8vw;
    }
    .msn-cta__btn {
        /*min-height: 50px; */
        padding: 0 26px;
        font-size: 3.5vw;
        letter-spacing: 0.14em;
    }
    .msn-cta__btn + .msn-cta__btn {
        margin-top: 6vw;
    }
    .msn-cta__icon {
        width: 25px;
        flex-basis: 25px;
    }
    .msn-cta__arrow {
        font-size: 30px;
		display: contents;
		align-items: center;
    }
}


/* feature
-------------------------------------------------- */

.msn-shippori {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.msn-feature {
    background: #fff;
    padding: 7vw 0 0;
}

.msn-feature__head {
    text-align: center;
    margin-bottom: 0;
}

.msn-feature__head h2 {
    margin: 0 0 2.2vw;
    font-size: 2.8vw;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.8;
}

.msn-feature__head p {
    margin: 0;
    font-size: 1.1vw;
    line-height: 2.1;
    letter-spacing: 0.12em;
}

.msn-feature__image {
    width: 100%;
    margin: 0;
}

.msn-feature__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {

    .msn-feature {
        padding: 14vw 0 0;
    }

    .msn-feature__head {
        margin-bottom: 10vw;
    }

    .msn-feature__head h2 {
        font-size: 6.2vw;
        letter-spacing: 0.12em;
        margin-bottom: 6vw;
    }

    .msn-feature__head p {
        font-size: 3.4vw;
        line-height: 2;
        letter-spacing: 0.08em;
    }

}



/* time
-------------------------------------------------- */

.msn-time {
  background: #fff;
  padding: 7vw 0 0;
}

.msn-time__head {
  text-align: center;
  margin-bottom: 4vw;
}

.msn-time__head h2 {
  margin: 0 0 1.4em;
  font-size: clamp(30px, 2.6vw, 52px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.18em;
}

.msn-time__head h2 span {
  background: linear-gradient(transparent 58%, #c8dfb7 58%);
  padding: 0 0.2em;
}

.msn-time__head p {
  margin: 0;
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.msn-time__item {
  position: relative;
  margin: 0;
}

.msn-time__item img {
  display: block;
  width: 100%;
  height: auto;
}

.msn-time__text {
  position: absolute;
  top: 50%;
  left: 25%;
	transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 0 12px rgba(0,0,0,0.25);
}

.msn-time__num {
	font-family: "inter-18pt", sans-serif;
	font-weight: 400;
	font-style: normal;
  margin: 0 0 0.6em;
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1;
}

.msn-time__text h3 {
  margin: 0 0 1em;
  font-size: clamp(34px, 2.8vw, 56px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.msn-time__text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
}

/* 個別位置調整 */
.msn-time__item:nth-child(2) .msn-time__text {
  top: 50%;
  left: 25%;
	transform: translateY(-50%);
}

.msn-time__item:nth-child(3) .msn-time__text {
  top: 50%;
  left: 25%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .msn-time {
    padding: 4vw 0 0;
  }

  .msn-time__head {
    width: 96%;
    margin: 0 auto 10vw;
  }

  .msn-time__head h2 {
    font-size: 6.5vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }

  .msn-time__head p {
    font-size: 4.2vw;
  }

  .msn-time__items {
    width: 86%;
    margin: 0 auto;
  }

  .msn-time__item {
    margin-bottom: 10vw;
  }

  .msn-time__text {
	  top: 50%;
	  left: 50%;
	  width: 66%;
	  transform: translate(-50%, -50%);
	  padding: 5vw 4vw;
	  background: rgba(255, 255, 255, 0.72);
	  color: #111;
	  text-shadow: none;
  }

  .msn-time__num {
    display: none;
  }

  .msn-time__text h3 {
    font-size: 5.5vw;
    margin-bottom: 1em;
  }

  .msn-time__text p {
    font-size: 3vw;
    line-height: 1.85;
    font-weight: 400;
  }

  .msn-time__item:nth-child(2) .msn-time__text,
  .msn-time__item:nth-child(3) .msn-time__text {
	  top: 50%;
	  left: 50%;
	  width: 66%;
	  transform: translate(-50%, -50%);
	  padding: 5vw 4vw;
	  background: rgba(255, 255, 255, 0.72);
	  color: #111;
	  text-shadow: none;
  }
}


/* place
-------------------------------------------------- */

.msn-place {
    position: relative;
    overflow: hidden;
	margin-top: 5vh;
}

.msn-place__bg {
    margin: 0;
}

.msn-place__bg img {
    display: block;
    width: 100%;
    height: auto;
}

.msn-place__text {
    position: absolute;
    inset: 0;
    width: 78%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0 0 12px rgba(0,0,0,0.25);
}

.msn-place__text h2 {
    margin: 0 0 1em;
    font-size: 2.8vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.18em;
}

.msn-place__text p {
    margin: 0 0 1.8em;
    font-size: 1.2vw;
    line-height: 2.1;
    letter-spacing: 0.14em;
}

.msn-place__lead {
    font-size: 1.1vw;
}

.msn-place__text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {

    .msn-place__text {
        width: 86%;
    }

    .msn-place__text h2 {
		margin-bottom: 1em;
        font-size: 6vw;
        line-height: 1.6;
        letter-spacing: 0.1em;
    }

    .msn-place__text p {
        margin-bottom: 1.6em;
        font-size: 4.2vw;
        line-height: 2;
        letter-spacing: 0.08em;
    }

    .msn-place__lead {
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
		font-style: normal;
        font-size: 1em;
        line-height: 1.6;
    }

}


/* blueprint
-------------------------------------------------- */

.msn-blueprint {
    background: rgba(135,168,174,.15);
    padding: 6vw 0;
}

.msn-blueprint__image {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}

.msn-blueprint__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {

    .msn-blueprint {
        padding: 0;
    }

    .msn-blueprint__image {
        width: 100%;
        max-width: none;
    }

}


/* slide
-------------------------------------------------- */

.msn-slide {
    position: relative;
    background: #fff;
    padding: 6vw 0;
    overflow: hidden;
}

.msn-slide__wrap {
    position: relative;
    width: 100%;
}

.msn-slide-swiper {
    width: 100%;
    overflow: visible;
}

.msn-slide-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.msn-slide-swiper .swiper-slide {
    width: 38vw;
    max-width: 560px;
    min-width: 420px;
}

.msn-slide-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.msn-slide__icon {
    position: absolute;
    top: -48px;
    left: 50%;
    width: 88px;
    transform: translateX(-50%);
    z-index: 20;
    pointer-events: none;
}

.msn-slide-pagination {
    position: static;
    margin-top: 28px;
}

.msn-slide-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
    background: #999;
    opacity: .45;
}

.msn-slide-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination {
    position: relative!important;
}

.msn-slide-swiper .swiper-slide .pc,
.msn-slide-swiper .swiper-slide .sp {
    box-shadow:
        8px 8px 12px rgba(0,0,0,.20);
}

@media screen and (max-width: 768px) {

    .msn-slide {
        padding: 12vw 0;
    }

    .msn-slide-swiper .swiper-slide {
		width: 33vw;
		max-width: 460px;
		min-width: 320px;
	}

    .msn-slide__icon {
        top: -6vw;
		left: 15vw;
        width: 18vw;
    }

}


/* BETWEEN
-------------------------------------------------- */

.msn-between {
    background: rgba(135, 168, 174, 0.15);
    padding: 6vw 0;
}

.msn-between__image {
    margin: 0;
}

.msn-between__image img {
    width: 100%;
    height: auto;
    display: block;
}

.msn-between__inner {
    font-family: "Shippori Mincho", serif;
}

.msn-between h2 {
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.msn-between__txt {
    letter-spacing: 0.08em;
}

/* PC
-------------------------------------------------- */

@media screen and (min-width:769px) {

    .msn-between {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6vw;
    }

    .msn-between__image {
        width: 46%;
        max-width: 760px;
    }

    .msn-between__inner {
        width: 20%;
        min-width: 280px;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .msn-between h2 {
		writing-mode: vertical-rl;
        font-size: 2vw;
        line-height: 1.7;
        margin-bottom: 2vw;
		margin-left: 2vw;
    }

    .msn-between__txt {
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
		font-style: normal;
        font-size: 1.1vw;
        line-height: 2;
    }

    .msn-between .sp {
        display: none;
    }
}

/* SP
-------------------------------------------------- */

@media screen and (max-width:768px) {

    .msn-between {
        position: relative;
        padding: 0;
        background: none;
    }

    .msn-between__inner {
        position: absolute;
        inset: 0;

        color: #fff;
        text-shadow: 0 0 10px rgba(0,0,0,.15);
    }

    .msn-between h2 {
        position: absolute;
        top: 8%;
        right: 6%;

        writing-mode: vertical-rl;

        font-size: 7vw;
        line-height: 1.5;
    }

    .msn-between__txt {
		font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
        position: absolute;
        left: 7%;
        bottom: 7%;
        width: 58%;
        font-size: 3vw;
        line-height: 1.8;
    }

    .msn-between .pc {
        display: none;
    }
}


/* movie
-------------------------------------------------- */

.msn-movie {
    background: #fff;
    padding: 7vw 0 0;
}

.msn-movie__head {
    width: 86%;
    margin: 0 auto 4vw;
    text-align: center;
}

.msn-movie__head h2 {
    display: inline-flex;
    align-items: center;
    gap: 2vw;
    margin: 0 0 3vw;
    font-size: 2vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.12em;
}

.msn-movie__head h2 span {
    width: 30px;
}

.msn-movie__head h2 img {
    width: 100%;
}

.msn-movie__head p {
    margin: 0;
    font-size: 1.05vw;
    line-height: 2;
    letter-spacing: 0.08em;
}

.msn-movie__slider {
    background: #231815;
    padding: 3vw 0 4vw;
    overflow: hidden;
}

.msn-movie-swiper {
    width: 100%;
    margin: 0;
    overflow: visible !important;
}

.msn-movie-swiper .swiper-wrapper {
    align-items: flex-start;
}

.msn-movie-swiper .swiper-slide {
    width: 54vw !important;
    flex-shrink: 0;
    opacity: .35;
    transition: opacity .35s;
}

.msn-movie-swiper .swiper-slide-active {
    opacity: 1;
}

.msn-movie-card {
    display: block;
    color: #fff;
}

.msn-movie-card img {
    display: block;
    width: 100%;
    height: auto;
}

.msn-movie-card__title {
    margin: .8em 0 .4em;
    font-family: "Shippori Mincho", serif;
    font-size: 1.45vw;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.msn-movie-card__bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 2vw;
}

.msn-movie-card__text {
    margin: 0;
    width: auto;
    font-size: .9vw;
    line-height: 1.8;
}

.msn-movie-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    margin: 0;
    padding: .55em 1.6em;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 4px;
    color: #fff;
    font-size: .85vw;
    line-height: 1.4;
    letter-spacing: .08em;
    white-space: nowrap;
    transition: .3s;
}

.msn-movie-card__btn:hover {
    background: rgba(255,255,255,.1);
}

.msn-movie-prev,
.msn-movie-next {
    display: none !important;
}

/* pagination */
.msn-movie-controller {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5vw;
}

.msn-movie-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    transform: none !important;
}

.msn-movie-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: #fff;
    opacity: .35;
}

.msn-movie-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* SP */
@media screen and (max-width: 768px) {

    .msn-movie {
        padding-top: 12vw;
    }

    .msn-movie__head {
        width: 86%;
        margin-bottom: 8vw;
    }

    .msn-movie__head h2 {
        gap: 2vw;
        font-size: 4.5vw;
        line-height: 1.7;
        margin-bottom: 8vw;
    }

    .msn-movie__head h2 span {
        width: 5vw;
    }

    .msn-movie__head p {
        text-align: left;
        font-size: 3.9vw;
        line-height: 2;
    }

    .msn-movie__slider {
        padding: 8vw 0 7vw;
    }

    .msn-movie-swiper {
        width: 78vw;
        margin: 0 auto;
        overflow: visible;
    }
    .msn-movie-swiper .swiper-slide {
        width: 78% !important;
    }

    .msn-movie-card__title {
        font-size: 5vw;
    }

    .msn-movie-card__bottom {
        display: block;
    }

    .msn-movie-card__text {
        width: 100%;
        font-size: 3.1vw;
        margin-bottom: 4vw;
    }

    .msn-movie-card__btn {
        min-width: auto;
        font-size: 3vw;
        padding: .6em 1.4em;
    }

    .msn-movie-controller {
        margin-top: 5vw;
    }

    .msn-movie-pagination {
        gap: 10px;
    }

    .msn-movie-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
}

.msn-movie-card {
    display: block;
    color: #fff;
    -webkit-user-drag: none;
}

.msn-movie-card img {
    pointer-events: none;
    user-select: none;
}




/* reserve cta
-------------------------------------------------- */

.msn-reservecta {
    position: relative;
    overflow: hidden;
	height: 20vh;
}

.msn-reservecta__bg img {
    display: block;
    width: 100%;
    height: auto;
}

.msn-reservecta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(135,168,174,.65);
}

.msn-reservecta__inner {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.msn-reservecta__btn {
    width: 40vw;
    min-height: 70px;
    background: rgba(47, 75, 69, .90);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
	margin-bottom: 34px;
}

.msn-reservecta__btn--film {
    display: none;
}

@media screen and (max-width: 768px) {

    .msn-reservecta {
        min-height: 260px;
    }

    .msn-reservecta__bg img {
        height: 260px;
        object-fit: cover;
    }

    .msn-reservecta__inner {
        flex-direction: column;
        justify-content: center;
        gap: 4vw;
    }

    .msn-reservecta__btn {
        width: 78%;
        min-height: 60px;
		margin-bottom: 0;
    }

    .msn-reservecta__btn--film {
        display: flex;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.9);
        color: #fff;
    }

}


/* scene
-------------------------------------------------- */

.msn-scene {
    background: #fff;
    padding: 10vw 0 0;
}

.msn-scene__gallery {
    width: 86%;
    margin: 0 auto 4vw;
}

.msn-scene__gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.msn-scene__message {
    position: relative;
    overflow: hidden;
    min-height: 32vw;
}

.msn-scene__bg {
    position: absolute;
    inset: 0;
}

.msn-scene__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msn-scene__overlay {
    position: absolute;
}

.msn-scene__inner {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 2;
    min-height: 32vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vw 0;
    text-align: center;
}

.msn-scene__title {
    margin: 0 0 1.4em;
    font-size: clamp(30px, 2.6vw, 52px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.18em;
}

.msn-scene__title span {
    background: linear-gradient(transparent 58%, #c8dfb7 58%);
    padding: 0 0.2em;
}

.msn-scene__inner p {
    margin: 0;
    text-align: center;
    font-size: clamp(18px, 1.4vw, 26px);
    line-height: 1.8;
    letter-spacing: 0.12em;
}

@media screen and (max-width:768px){

    .msn-scene {
        padding: 0;
    }

    .msn-scene__gallery {
        width: 100%;
        margin: 0;
    }

    .msn-scene__message {
        display: none;
    }

}



/* open
-------------------------------------------------- */

.msn-open {
    background: #fff;
    padding: 8vw 0;
}

.msn-open__hero {
    width: min(90%, 1250px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 60%;
    background: #dfe3e2;
}

.msn-open__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msn-open__body {
    display: grid;
    grid-template-columns: 1fr 360px;
    grid-template-areas:
        "main info"
        "cta cta";
    column-gap: 3vw;
    row-gap: 2.5vw;
    padding: 3vw;
}

.msn-open__main {
    grid-area: main;
}

.msn-open__info {
    grid-area: info;
    padding-left: 2vw;
    border-left: 1px solid #333;
}

.msn-open__cta {
    grid-area: cta;
}

.msn-open__main h2 {
    margin: 0;
    font-size: clamp(22px, 1.9vw, 38px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: .03em;
}

.msn-open__main h2 span {
    display: block;
    color: #00a040;
}

.msn-open__main h2 em {
    display: block;
    font-style: normal;
}

.msn-open__time {
    margin: 1.2em 0 0;
    padding-top: .8em;
    border-top: 2px solid #333;
    font-size: clamp(16px, 1.2vw, 24px);
    font-weight: 700;
    line-height: 1.5;
}

.msn-open__place h3,
.msn-open__parking h3 {
    margin: 0 0 .5em;
    font-size: 1rem;
    font-weight: 700;
}

.msn-open__name {
    margin: 0 0 .3em;
    font-size: 1.35rem;
    line-height: 1.4;
    letter-spacing: .08em;
}

.msn-open__place p {
    margin: 0;
    font-size: .95rem;
    line-height: 1.6;
}

.msn-open__place a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1em;
    padding: .9em 1.2em;
    border: 1px solid #999;
    text-decoration: none;
    color: inherit;
}

.msn-open__parking {
    margin-top: 1.6em;
}

.msn-open__parking p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.8;
}

.msn-open__cta {
    display: flex;
    align-items: center;
    gap: 2.5vw;
}

.msn-open__badge {
    width: 140px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #c93215;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.6;
    flex-shrink: 0;
}

.msn-open__btns {
    flex: 1;
}

.msn-open__btn {
    width: 100%;
    min-height: 68px;
}

.msn-open__btn + .msn-open__btn {
    margin-top: 1vw;
}

.msn-open__benefit {
    width: min(90%, 1250px);
    margin: 3vw auto 0;
}

.msn-open__benefit img {
    display: block;
    width: 100%;
    height: auto;
}


/* SP
-------------------------------------------------- */

@media screen and (max-width:768px) {

    .msn-open {
        padding: 10vw 0 14vw;
    }

    .msn-open__hero {
        width: 92%;
        display: block;
    }

    .msn-open__photo img {
        width: 100%;
        height: auto;
    }

    .msn-open__body {
        display: block;
        padding: 8vw 7vw;
    }

    .msn-open__main h2 {
        font-size: 11vw;
        line-height: 1.05;
        letter-spacing: .02em;
    }

    .msn-open__main h2 span,
    .msn-open__main h2 em {
        display: block;
    }

    .msn-open__time {
        margin-top: 1.2em;
        padding-top: .8em;
        font-size: 6vw;
    }

    .msn-open__info {
        margin-top: 8vw;
        padding-left: 0;
        border-left: none;
    }

    .msn-open__place h3,
    .msn-open__parking h3 {
        font-size: 5vw;
    }

    .msn-open__name {
        font-size: 7vw;
        line-height: 1.5;
    }

    .msn-open__place p,
    .msn-open__parking p {
        font-size: 3.8vw;
    }

    .msn-open__place a {
        padding: 1em 1.2em;
        font-size: 4vw;
    }

    .msn-open__parking {
        margin-top: 7vw;
    }

    .msn-open__cta {
        display: block;
        margin-top: 8vw;
    }

    .msn-open__badge {
        display: none;
    }

    .msn-open__btn {
        min-height: 60px;
    }

    .msn-open__btn + .msn-open__btn {
        margin-top: 4vw;
    }

    .msn-open__benefit {
        width: 92%;
        margin-top: 8vw;
    }
}











/* footer
-------------------------------------------------- */
#footer {
  width: 100%;
  background: #f3f1ec;
  color: #111;
  overflow: hidden;
}

#footer .foot_in {
  width: min(70%, 360px);
  margin: 0 auto;
  padding: 60px 0 30px;
}

#footer .foot_tp {
  text-align: center;
  font-size: 0.85rem;
  line-height: 2;
}

#footer .foot_tp a {
  color: #111;
}

#footer .foot_bt {
  margin-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  line-height: 2;
}


/* responsive
-------------------------------------------------- */
@media screen and (max-width: 768px) {

  body {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.06em;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .msn-inner {
    width: 76%;
  }

  .msn-section {
    padding: 17vw 0;
  }

  .msn-header {
    height: 68px;
  }

  .msn-header__inner {
    width: 90%;
  }

  .msn-header__logo {
    width: 142px;
  }

  .msn-header__nav {
    gap: 6px;
    margin-right: 0;
  }

  .msn-header__btn {
    min-width: auto;
    height: 32px;
    padding: 0 9px;
    font-size: 10px;
    letter-spacing: 0.03em;
  }

  .msn-menu-trigger {
    top: 9px;
    right: 2px;
  }

  .msn-fv {
    padding-top: 68px;
  }

  .msn-fv__title {
    top: 7vw;
    left: 6vw;
  }

  .msn-fv__brand {
    font-size: 13vw;
  }

  .msn-fv__copy {
    margin-top: 1em;
    font-size: 3.2vw;
  }

  .msn-concept-visual__copy {
    top: 9%;
    left: 48%;
    font-size: 6.4vw;
    line-height: 1.75;
  }

  .msn-concept__text {
    font-size: 4.4vw;
    line-height: 2.15;
  }

  .msn-honne__text {
    padding: 8vw 4vw;
  }

  .msn-honne__text h2 {
    margin-left: 1.3em;
    font-size: 8vw;
  }

  .msn-honne__text p {
    font-size: 4.3vw;
    line-height: 1.9;
  }

  .msn-living__box {
    width: 82%;
    padding: 7vw 6vw;
  }

  .msn-living__logo {
    width: 72%;
    margin-bottom: 5vw;
  }

  .msn-living__title {
    margin-bottom: 1.6em;
    font-size: 4.4vw;
  }

  .msn-living__text {
    font-size: 3.6vw;
    line-height: 2.1;
  }

  #footer .foot_in {
    width: 66%;
    padding: 50px 0 25px;
  }
}