@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@0;1&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@300;400&display=swap");
/* -- Reset --
--------------------------------------------------------------　*/
/* ボックスモデルの統一 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* デフォルトのマージン・パディングをリセット */
* {
  margin: 0;
  padding: 0;
}

/* HTMLのフォントサイズ基準を設定 */
html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/* ボディのベース設定 */
body {
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* セマンティック要素をブロック表示 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* メディア要素 */
img,
picture,
video,
canvas,
svg,
iframe {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}

/* フォーム要素のフォント継承 */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  vertical-align: middle;
}

/* ボタンのリセット */
button {
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* リストのリセット */
ol,
ul {
  list-style: none;
}

/* 見出しのフォントウェイトをリセット */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
}

/* テキスト要素 */
p,
li,
figcaption {
  overflow-wrap: break-word;
}

/* リンクのリセット */
a {
  color: inherit;
  text-decoration: none;
  background: transparent;
}

/* テーブルのリセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* 引用 */
blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* 削除・挿入テキスト */
del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

/* 略語 */
abbr[title],
dfn[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
}

/* 水平線 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid currentColor;
  margin: 1em 0;
  padding: 0;
  opacity: 0.2;
}

/* アニメーション軽減設定 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* -- 印刷対応 --
--------------------------------------------------------------　*/
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* framework ---------------------------------*/
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #161938;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.9px) {
  body {
    overflow-x: hidden;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #161938;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    outline: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-out;
  }
  a img {
    border: 0;
  }
}
/* -- original common --
--------------------------------------------------------------　*/
.cormorant-gd {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-serif.w300 {
  font-weight: 300;
}
.noto-serif.w400 {
  font-weight: 400;
}

@media only screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}
.gmap {
  cursor: pointer;
}

.gmap iframe {
  pointer-events: none;
  vertical-align: bottom;
  width: 100%;
}

.gmap.on iframe {
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}
.bg-fixed {
  height: 100%;
  overflow: hidden;
}

/* -- header --
--------------------------------------------------------------　*/
header {
  position: relative;
}
header h1 {
  position: absolute;
  color: #fff;
  z-index: 1;
}
@media print, screen and (max-width: 767.9px) {
  header h1 {
    font-size: 9px;
    top: 10px;
    left: 12px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  header h1 {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  header h1 {
    top: 10px;
    left: 15px;
  }
}
@media print, screen and (min-width: 1161px) {
  header h1 {
    top: 30px;
    left: 40px;
  }
}
header.is-menu .rsv-link__btn,
header.is-menu #toggle {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

#main-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #161938;
  z-index: 10;
  display: grid;
  place-content: center;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}
@media print, screen and (max-width: 560px) {
  #main-menu {
    width: 100%;
  }
}
@media print, screen and (min-width: 561px) {
  #main-menu {
    width: 360px;
  }
}
#main-menu nav {
  width: 260px;
}
#main-menu.is-open {
  transform: translateX(0);
}
#main-menu ul li a {
  display: block;
  color: #fff;
}
#main-menu ul li .nav-series__name,
#main-menu ul li .policy {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media print, screen and (max-width: 767.9px) {
  .nav-series {
    margin-bottom: 35px;
  }
  .nav-series ul {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .nav-series ul li:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .nav-series ul li .cormorant-gd {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .nav-series {
    margin-bottom: 48px;
  }
  .nav-series ul {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .nav-series ul li:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .nav-series ul li .cormorant-gd {
    font-size: 24px;
  }
}
.nav-series h2 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 7px;
  letter-spacing: 0.1em;
}
.nav-series ul {
  border-top: solid 1px #454760;
  border-bottom: solid 1px #454760;
}
.nav-series ul li .nav-series__name {
  font-size: 12px;
}

@media print, screen and (max-width: 767.9px) {
  .nav-links ul li .cormorant-gd {
    font-size: 20px;
  }
  .nav-links ul li .policy {
    font-size: 12px;
  }
  .nav-links ul li:first-of-type {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .nav-links ul li .cormorant-gd {
    font-size: 22px;
  }
  .nav-links ul li .policy {
    font-size: 14px;
  }
  .nav-links ul li:first-of-type {
    margin-bottom: 18px;
  }
}

#toggle {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
@media print, screen and (max-width: 767.9px) {
  #toggle {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
  }
  #toggle span {
    width: 20px;
  }
  #toggle span:nth-child(1) {
    top: 13px;
  }
  #toggle span:nth-child(3) {
    top: 27px;
  }
}
@media print, screen and (min-width: 768px) {
  #toggle {
    width: 60px;
    height: 60px;
    top: 30px;
    right: 40px;
  }
  #toggle span {
    width: 30px;
  }
  #toggle span:nth-child(1) {
    top: 22px;
  }
  #toggle span:nth-child(3) {
    top: 38px;
  }
}
#toggle span {
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
#toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.is-menu #toggle span:nth-child(1), .is-menu #toggle span:nth-child(3) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.is-menu #toggle span:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.is-menu #toggle span:nth-child(2) {
  opacity: 0;
}
.is-menu #toggle span:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}

.header-main__logo01 {
  position: absolute;
  z-index: 1;
  left: 0;
}
@media print, screen and (max-width: 767.9px) {
  .header-main__logo01 {
    top: 55px;
    display: grid;
    place-content: center;
    width: 100%;
  }
  .header-main__logo01 img {
    width: 160px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .header-main__logo01 {
    top: 40px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 1161px) {
  .header-main__logo01 {
    top: 30px;
    display: grid;
    place-content: center;
    width: 100%;
  }
}

.header-main__logo02 {
  transform: translateY(-200%);
}
@media print, screen and (max-width: 767.9px) {
  .header-main__logo02 {
    top: 12px;
    left: 12px;
  }
  .header-main__logo02 img {
    width: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-main__logo02 {
    top: 30px;
    left: 40px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .header-main__rsv {
    top: 0;
    right: 41px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-main__rsv {
    top: 30px;
    right: 101px;
  }
}

.nav-fixed {
  position: absolute;
  z-index: 10;
  transition: transform 0.4s ease;
}
.nav-fixed.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-200%);
}
.nav-fixed.is-fixed {
  position: fixed !important;
  transform: translateY(0);
}
.nav-fixed.is-fixed .rsv-link__btn, .nav-fixed.is-fixed#toggle {
  background-color: rgba(22, 25, 56, 0.6);
}

/* -- footer --
--------------------------------------------------------------*/
footer {
  background-color: #858d98;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
}

.ft-wrap {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap .rsv-link {
    margin-bottom: 70px;
    width: 150px;
  }
  .ft-wrap .rsv-link__main {
    width: 100%;
  }
  .ft-wrap__logo a {
    max-width: 180px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap {
    margin-bottom: 125px;
  }
  .ft-wrap__logo a {
    max-width: 260px;
  }
}
@media print, screen and (max-width: 560px) {
  .ft-wrap__series:not(:last-of-type) {
    padding-bottom: 38px;
    position: relative;
  }
  .ft-wrap__series:not(:last-of-type)::before {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #aeb5bf;
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .ft-wrap__series ul {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 561px) {
  .ft-wrap__main nav {
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    width: 100%;
  }
  .ft-wrap__series {
    width: 33.3333333333%;
    border-left: solid 1px #aeb5bf;
  }
  .ft-wrap__series:last-of-type {
    border-right: solid 1px #aeb5bf;
  }
  .ft-wrap__series ul {
    margin-top: 17px;
  }
}
@media print, screen and (max-width: 1160px) {
  .ft-wrap__logo a {
    margin-left: auto;
    margin-right: auto;
  }
  .ft-wrap__main {
    margin-top: 35px;
    margin-bottom: 60px;
  }
  .ft-wrap .rsv-link {
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1161px) {
  .ft-wrap {
    display: flex;
    justify-content: space-between;
  }
  .ft-wrap__logo {
    width: 20%;
  }
  .ft-wrap__main {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ft-wrap__rsv {
    width: 20%;
  }
}
.ft-wrap__logo a {
  display: block;
}
.ft-wrap__main nav {
  margin-left: auto;
  margin-right: auto;
}
.ft-wrap__series {
  text-align: center;
}
.ft-wrap__series ul {
  display: flex;
  justify-content: center;
}
.ft-wrap__series ul li:not(:last-of-type) {
  margin-right: 15px;
}
.ft-wrap .rsv-link {
  margin-left: auto;
}

.ft-policy {
  text-align: center;
  margin-bottom: 30px;
}
.ft-policy a {
  color: #fff;
  font-size: 13px;
}

.ft-copy {
  text-align: center;
  color: #bec8d6;
  font-size: 12px;
  line-height: 1;
}

/* -- page common --
--------------------------------------------------------------　*/
.rsv-link {
  position: relative;
}
.rsv-link:hover .rsv-link__main {
  visibility: visible;
  opacity: 1;
}
@media print, screen and (max-width: 767.9px) {
  .rsv-link {
    width: 110px;
  }
  .rsv-link__btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 22px;
    padding-left: 10px;
  }
  .rsv-link__btn p {
    font-size: 8px;
  }
  .rsv-link__btn p.cormorant-gd {
    font-size: 12px;
  }
  .rsv-link__btn::before {
    right: 10px;
    width: 10px;
    height: 7px;
  }
  .rsv-link__main {
    width: calc(100% + 40px);
  }
  .rsv-link__main li a {
    padding: 5px;
  }
  .rsv-link__main li .icon {
    width: 25px;
    margin-right: 7px;
  }
  .rsv-link__main li p {
    width: calc(100% - 32px);
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .rsv-link {
    width: 220px;
  }
  .rsv-link__btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 45px;
    padding-left: 20px;
  }
  .rsv-link__btn p {
    font-size: 12px;
  }
  .rsv-link__btn p.cormorant-gd {
    font-size: 20px;
  }
  .rsv-link__btn::before {
    right: 25px;
    width: 15px;
    height: 10px;
  }
  .rsv-link__main {
    width: 100%;
  }
  .rsv-link__main li a {
    padding: 10px;
  }
  .rsv-link__main li .icon {
    width: 50px;
    margin-right: 10px;
  }
  .rsv-link__main li p {
    width: calc(100% - 50px);
    font-size: 18px;
  }
}
.rsv-link__btn {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  cursor: pointer;
}
.rsv-link__btn:hover::before {
  transform: rotate(360deg);
}
.rsv-link__btn::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url(../images/common/icon_arr_wht.png);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform 0.3s ease;
}
.rsv-link__btn p {
  line-height: 1;
  color: #fff;
}
.rsv-link__btn p.cormorant-gd {
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.rsv-link__main {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
}
.rsv-link__main li:not(:last-of-type) {
  border-bottom: solid 1px #fff;
}
.rsv-link__main li a {
  display: flex;
  align-items: center;
  color: #161938;
}

.top-com__h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767.9px) {
  .top-com__h2 {
    margin-bottom: 50px;
  }
  .top-com__h2 h2 {
    font-size: 38px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-com__h2 h2 {
    font-size: 50px;
  }
}
.top-com__h2 h2 {
  line-height: 1.2;
}
.top-com__h2 p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
.top-com__h2 p span {
  color: #858d98;
  display: inline-block;
  margin-right: 10px;
}

/* 共通：初期非表示 */
.js-fade-up {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.8s ease, translate 0.8s ease;
}

.js-clip-reveal img {
  clip-path: ellipse(0% 0% at 50% 100%);
  transition: clip-path 2.1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: clip-path;
}

/* 共通：発火後 */
.js-fade-up.is-active {
  opacity: 1;
  translate: 0 0;
}

.js-clip-reveal.is-active img {
  clip-path: ellipse(140% 120% at 50% 100%);
}

.com-view a {
  max-width: 140px;
  display: block;
  position: relative;
  padding-right: 27px;
  border-bottom: solid 1px #d1d4d8;
  padding-top: 12px;
  padding-bottom: 12px;
}

.com-view a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_arr_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: 0.3s ease;
}

.com-view a:hover p span {
  opacity: 0;
}

.com-view a:hover::before {
  right: 0;
}

.com-view a:hover p::before {
  opacity: 1;
}

.com-view a:hover p span,
.com-view a:hover p::before {
  transform: translate3d(0, -100%, 0);
}

.com-view a p {
  position: relative;
  clip-path: inset(0 0 -0.2em);
}

.com-view a p span {
  display: block;
}

.com-view a p span,
.com-view a p::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.com-view a p::before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}

.top-bg {
  position: relative;
}
.top-bg::before {
  content: "";
  width: 100%;
  height: 95%;
  background-image: url(../images/top/wall_bg01.webp);
  background-size: cover;
  background-repeat: repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* -- front page --
--------------------------------------------------------------　*/
.swiper-bg-container {
  position: sticky;
  top: 0;
  height: 0;
  overflow: visible;
  z-index: 0;
}

.swiper-bg-wrapper {
  position: relative;
  overflow: clip;
}

@media print, screen and (max-width: 1024px) {
  .mv-swiper__wrap > div {
    height: 50vh;
    height: 50svh;
  }
}
@media print, screen and (min-width: 1025px) {
  .mv-swiper__wrap {
    display: flex;
    height: 100vh;
    height: 100svh;
  }
  .mv-swiper__wrap > div {
    width: 50%;
  }
}
.mv-swiper__wrap {
  width: 100%;
  position: relative;
}
.mv-swiper__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 25, 56, 0.7);
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, width 1s ease;
}
.mv-swiper__wrap.is-blur::after {
  opacity: 1;
}

.mv-swiper .swiper-slide-active .swiper-img,
.mv-swiper .swiper-slide-duplicate-active .swiper-img,
.mv-swiper .swiper-slide-prev .swiper-img {
  animation: zoomOut 8s linear 0s normal both;
}
.mv-swiper .swiper-img {
  overflow: hidden;
  height: 100%;
}
.mv-swiper .swiper-img div {
  height: 100%;
}
.mv-swiper .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-section-1,
.content-section-2 {
  position: relative;
  z-index: 1;
}

.content-section-1 {
  height: 100vh;
  height: 100svh;
  display: grid;
  place-content: center;
}
.content-section-1 .mv-txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.6em;
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .content-section-1 .mv-txt {
    font-size: clamp(14px, 4.2vw, 28px);
  }
}
@media print, screen and (min-width: 768px) {
  .content-section-1 .mv-txt {
    font-size: clamp(24px, 1.45vw, 28px);
  }
}
@media print, screen and (max-width: 960px) {
  .content-section-1 .mv-txt {
    text-align: center;
    line-height: 2.85;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.content-section-2 {
  padding-bottom: 280px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-2__wrap {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .section-2__wrap h2 {
    font-size: 20px;
  }
  .section-2__wrap h3 {
    font-size: clamp(12px, 3.8vw, 16px);
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .section-2__wrap h2 {
    font-size: 26px;
  }
  .section-2__wrap h3 {
    font-size: clamp(16px, 1.5625vw, 30px);
    margin-left: clamp(60px, 7.8125vw, 150px);
  }
  .section-2__wrap h3 span:nth-child(2) {
    margin-left: clamp(60px, 7.8125vw, 150px);
  }
  .section-2__wrap h3 span:nth-child(3) {
    margin-left: clamp(24px, 3.125vw, 60px);
  }
}
.section-2__wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.3em;
}
.section-2__wrap h3 span {
  display: block;
  line-height: 3;
}

@media print, screen and (max-width: 960px) {
  .section-2__txt {
    margin-top: 35px;
  }
}
@media print, screen and (max-width: 1360px) {
  .section-2__txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1361px) {
  .section-2__txt {
    margin-left: calc(50% + 170px);
    margin-top: -3em;
  }
}
.section-2__txt p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.section-2__txt p:not(:last-of-type) {
  margin-bottom: 2em;
}

@media print, screen and (max-width: 960px) {
  .top-plan,
  .top-rental {
    padding-top: clamp(130px, 25vw, 250px);
    padding-bottom: clamp(130px, 25vw, 250px);
  }
}
@media print, screen and (min-width: 961px) {
  .top-plan,
  .top-rental {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

.top-plan {
  padding-left: 20px;
  padding-right: 20px;
}
.top-plan .pagination-wrap {
  position: relative;
  margin-top: 45px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 60px;
}
.top-plan .swiper-pagination {
  position: static;
  line-height: 10px;
}
.top-plan .swiper-pagination-bullet {
  border: solid 1px #d3d3d3;
  opacity: 1;
  background: transparent;
  width: 10px;
  height: 10px;
}
.top-plan .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top-plan .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 10px;
}
.top-plan .swiper-pagination-bullet-active {
  background: #858d98;
}
.top-plan .swiper-button-next {
  transform: rotate(0deg);
  color: transparent;
}
.top-plan .swiper-button-prev {
  transform: rotate(-180deg);
  color: transparent;
}
.top-plan .top-com__h2 {
  margin-bottom: 50px;
}
.top-plan .sub-txt {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
.top-plan__wrap {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
.top-plan__tab {
  border-bottom: solid 1px #d1d4d8;
}
.top-plan__tab ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.top-plan__tab ul li {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .top-plan__tab ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-plan__tab ul li {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top-plan__tab ul li.select::before {
  height: 3px;
}
.top-plan__tab ul li::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #161938;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.top-plan__main {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.top-plan__main ul li {
  background: #fff;
}
.top-plan__txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.top-plan__txt p {
  width: calc(100% - 140px);
}
@media print, screen and (max-width: 767.9px) {
  .top-plan__txt p {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-plan__txt p {
    font-size: clamp(20px, 1.35vw, 26px);
  }
}
.top-plan__txt .btn-rsvn {
  position: relative;
  width: 140px;
}
.top-plan__txt .btn-rsvn button {
  padding: 0;
  color: #161938;
  max-width: 140px;
  display: block;
  position: relative;
  padding-right: 27px;
  border-bottom: solid 1px #d1d4d8;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.top-plan__txt .btn-rsvn::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_arr_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: 0.3s ease;
}
.top-plan__txt .btn-rsvn:hover::before {
  right: 0;
}

.btn-rsvn button {
  background: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-rental {
  padding-left: 20px;
  padding-right: 20px;
}
.top-rental__wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767.9px) {
  .top-rental__main {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-rental .top-com__h2 {
    margin-bottom: 120px;
  }
  .top-rental__main {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-rental__inner {
    padding-top: 50px;
  }
  .top-rental__inner::before {
    width: 100px;
    height: 1px;
    top: 25px;
  }
  .top-rental .com-view {
    margin-top: 40px;
  }
  .top-rental .com-view a {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .top-rental__main {
    display: flex;
  }
  .top-rental__ttl {
    width: 25%;
  }
  .top-rental__txt {
    width: 75%;
  }
  .top-rental__inner {
    padding-left: 50px;
  }
  .top-rental__inner::before {
    width: 1px;
    height: calc(100% - 12px);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .top-rental h3 {
    margin-bottom: 40px;
  }
}
.top-rental__img {
  overflow: hidden;
}
.top-rental__img .img-wrap {
  transition: transform 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-rental__img.is-hover .img-wrap {
  transform: scale(1.035);
}
.top-rental__txt {
  letter-spacing: 0.12em;
}
.top-rental__txt .txt {
  line-height: 2;
}
.top-rental__inner {
  max-width: 920px;
  margin-left: auto;
  position: relative;
}
.top-rental__inner::before {
  content: "";
  background-color: #d1d4d8;
  position: absolute;
  left: 0;
}
.top-rental__cts > li:not(:last-of-type) {
  margin-bottom: 150px;
}
.top-rental h3 {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
.top-rental h3 span {
  display: block;
  font-size: clamp(30px, 1.97vw, 38px);
}
.top-rental h4 {
  font-size: clamp(20px, 1.25vw, 24px);
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  margin-bottom: 1.5em;
}

.top-series {
  padding-top: 255px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media print, screen and (max-width: 960px) {
  .top-series {
    padding-top: clamp(130px, 25vw, 255px);
  }
}
@media print, screen and (min-width: 961px) {
  .top-series {
    padding-top: 255px;
  }
}
.top-series::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/top/wall_bg02.webp);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-series__wrap {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media print, screen and (min-width: 1921px) {
  .top-series__wrap {
    max-width: 82%;
  }
}
.top-series .top-com__h2 {
  margin-left: 0;
}
@media print, screen and (max-width: 767.9px) {
  .top-series .gmap iframe {
    height: 420px;
  }
  .top-series::before {
    height: 450px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-series .top-com__h2 {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-series::before {
    height: 500px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-series {
    padding-bottom: 100px;
  }
  .top-series::before {
    width: 100%;
  }
  .top-series__main {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-series {
    padding-bottom: 250px;
  }
  .top-series__wrap {
    display: flex;
  }
  .top-series::before {
    width: 52%;
    height: 100%;
  }
  .top-series .top-com__h2 h2 {
    font-size: clamp(24px, 2.6vw, 50px);
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1320px) {
  .top-series__main {
    width: 38%;
  }
  .top-series__map {
    width: 62%;
  }
}
@media print, screen and (min-width: 1321px) {
  .top-series__main {
    width: 32%;
  }
  .top-series__map {
    width: 68%;
  }
}
.top-series table th,
.top-series table td {
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}
.top-series table th {
  text-align: left;
  font-weight: normal;
  width: 90px;
  vertical-align: top;
}
.top-series table th span {
  display: block;
  text-align: center;
  color: #858d98;
  border: solid 1px #dce0e5;
  padding-top: 2px;
  padding-bottom: 2px;
}
.top-series table td {
  width: calc(100% - 90px);
  padding-left: 32px;
}

.top-movie {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 960px) {
  .top-movie {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-movie {
    padding-top: 150px;
  }
}

#top-movie__video {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
#top-movie__video video {
  width: 100%;
}

/* -- プライバシーポリシー --
--------------------------------------------------------------　*/
.policy_mv {
  background-color: rgba(22, 25, 56, 0.7);
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .policy_mv {
    height: 250px;
  }
  .policy_mv h2 {
    padding-top: 140px;
  }
}
@media print, screen and (min-width: 768px) {
  .policy_mv {
    height: 450px;
  }
  .policy_mv h2 {
    padding-top: 230px;
  }
}
.policy_mv h2 {
  font-size: clamp(22px, 1.5625vw, 30px);
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #fff;
}

.privacy-policy .main-cts {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 960px) {
  .privacy-policy .main-cts {
    padding-top: clamp(80px, 7vw, 150px);
    padding-bottom: clamp(130px, 25vw, 250px);
  }
}
@media print, screen and (min-width: 961px) {
  .privacy-policy .main-cts {
    padding-top: 150px;
    padding-bottom: 250px;
  }
}
.privacy-policy .main-cts .ptag {
  margin-bottom: 1.5em;
}
.privacy-policy .main-cts h2,
.privacy-policy .main-cts h3 {
  font-family: "Noto Serif JP", serif;
}
.privacy-policy .main-cts h2 {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 1.3vw, 25px);
}
.privacy-policy .main-cts h3 {
  font-weight: 300;
  font-size: clamp(18px, 1.2vw, 22px);
}
.privacy-policy .mainwrap {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1920px) {
  .privacy-policy .mainwrap {
    max-width: 1420px;
  }
}
@media print, screen and (min-width: 1921px) {
  .privacy-policy .mainwrap {
    width: 73%;
  }
}

@media print, screen and (max-width: 767.9px) {
  .p-policy .pp-txt {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy .pp-txt {
    margin-bottom: 65px;
  }
}
.p-policy {
  line-height: 1.8;
}

.p-policy p,
.p-policy ul {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-policy a {
  color: #858d98;
}/*# sourceMappingURL=style.css.map */