@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
/* ! Mixin */
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  height: -webkit-fill-available;
}

body {
  background-color: white;
  margin: 0;
  font-size: 1.6em;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body img {
  width: 100%;
}

.reservenone {
  display: none;
}

.online {
  display: none;
}

.lity-close {
  position: absolute;
  top: -40px;
  right: -40px;
}

/* ! Mixin */
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 2;
}

p {
  font-size: 0.9rem;
  line-height: 2;
}
p.strong {
  font-weight: bold;
}
p.shadow {
  text-shadow: 1px 1px 3px black;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

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

.strong {
  font-weight: bold;
}

hr {
  border-color: #eeeeee;
}

.ph {
  position: relative;
}

.fitcontents {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: min(94%, 1440px);
  margin-left: auto;
  margin-right: auto;
}

.w50container {
  width: min(94%, 600px);
  margin-left: auto;
  margin-right: auto;
}

.w60container {
  width: min(94%, 900px);
  margin-left: auto;
  margin-right: auto;
}

.w70container {
  width: min(94%, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.w80container {
  width: min(94%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #4A4A4A;
}

.white {
  color: white;
}

.whiteBack {
  background-color: #fff;
  padding: 2% 0;
  width: 100%;
}

.left,
.txt-left {
  text-align: left;
}

.right,
.txt-right {
  text-align: right;
}

.center,
.txt-center,
.center_pc {
  text-align: center;
}

.pcHidden {
  display: none;
}

.white-space {
  white-space: nowrap;
}

.iv {
  opacity: 0;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

.txshadow-b {
  text-shadow: 2px 2px 2px black;
}

.txshadow-w {
  text-shadow: 2px 2px 2px white;
}

.caption {
  font-size: 0.7rem;
  margin: 0.5rem 0 0em 0em;
  line-height: 1.5;
  letter-spacing: 0;
}
.caption.minusTop {
  margin-top: -4em;
}
.caption.left, .caption.txt-left {
  text-align: left !important;
  margin-left: 2em;
}
.caption.right, .caption.txt-right {
  text-align: right !important;
}

.caption_top {
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 0.7rem;
  margin-bottom: 0;
  color: black;
}
.caption_top.white {
  color: white;
}
.caption_top.right {
  left: auto;
  right: 5px;
}

.caption_btm {
  position: absolute;
  bottom: 2px;
  left: 5px;
  font-size: 0.7rem;
  margin-bottom: 0;
  color: black;
}
.caption_btm.white {
  color: white;
}
.caption_btm.right {
  left: auto;
  right: 5px;
}

ol.num li {
  list-style: decimal;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1em;
}

ul.disc li {
  list-style: disc;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1em;
}

ul.square li {
  list-style: square;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1rem;
}

.stickyContainer {
  position: relative;
}

.ph.soon::after {
  position: absolute;
  display: block;
  content: url("../images/top/ttl-comongsoon.svg");
  margin: 34% 50%;
  width: min(44%, 300px);
  transform: translate(-50%);
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .ph.soon::after {
    margin: 30% 50%;
  }
}

/* Header */
.headStack {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}
.headStack.is-scroll {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .headStack {
    background-image: none;
  }
}

header {
  position: relative;
}
header .container {
  display: flex;
  width: min(94%, 1440px);
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
header .container .headerLogo {
  width: min(40%, 500px);
}
header .container .headerLogo .logo {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
header .container .headerLogo .logo .logoBox {
  width: min(30%, 180px);
  margin-right: 1em;
}
header .container .headerLogo .logo .logoBox img {
  width: 100%;
}
header .container .headerLogo .logo .pjName {
  width: min(65%, 500px);
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: black;
}
@media only screen and (max-width: 767px) {
  header .container .headerLogo {
    width: 86%;
  }
}
header .container nav {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
header .container nav ul {
  display: flex;
  align-items: center;
}
header .container nav ul li {
  font-size: 0.8rem;
}
header .container nav.spHidden a {
  display: block;
  height: 100%;
  color: black;
  letter-spacing: 2px;
  padding: 11px 15px;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .container nav.spHidden a:hover {
  opacity: 0.7;
}
header .container nav.spHidden a span {
  font-size: 0.8em;
}
header .container nav.spHidden a.request {
  background-color: #0089c4;
  color: white;
}
header .container nav.spHidden a.reserve {
  background-color: #0071a3;
  color: white;
}
header .container nav.spHidden a.online {
  background-color: #b99364;
  color: white;
}
header .container nav.spNav {
  display: none;
}

/* !Global Navi */
nav#gNavi {
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  width: 100%;
  background-color: #715d50;
  border-bottom: 2px solid #b99364;
  padding-top: 4px;
  z-index: 10;
}
nav#gNavi ul.content-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
nav#gNavi ul.content-menu li {
  height: auto;
  width: 130px;
  padding: 0 10px;
}
nav#gNavi ul.content-menu li a {
  display: block;
  width: 100%;
  padding: 6px 0;
  background-color: transparent;
}
nav#gNavi ul.content-menu li a img {
  vertical-align: bottom;
}
nav#gNavi ul.content-menu li a:hover {
  border-bottom: 2px solid #4A4A4A;
}
nav#gNavi ul.content-menu li.current a {
  border-bottom: 2px solid #4A4A4A;
}
nav#gNavi ul.content-menu li.new span.off::after {
  position: absolute;
  top: -15px;
  right: 0px;
  width: 30px;
  height: 15px;
  content: url("../images/common/new.png");
  z-index: 10;
}
nav#gNavi ul.content-menu li.commingsoon {
  color: #4A4A4A;
}

main section {
  position: relative;
  width: 100%;
  z-index: 1;
}
main p.lead {
  text-align: center;
  font-size: clamp(0.9rem, 0.7958rem + 0.5053vw, 1.2rem);
  line-height: 2.8;
}
main img {
  height: auto;
}

.menuContent {
  width: 100%;
  padding: 5% 0%;
}
.menuContent .container {
  position: relative;
  width: min(80%, 300px);
  margin: 0 auto;
}
.menuContent .container .logo {
  width: 80%;
  max-width: 220px;
  margin: 0 auto 10%;
}
.menuContent .container ul.content-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 0;
}
.menuContent .container ul.content-menu li {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  vertical-align: middle;
  border: 1px dashed #4A4A4A;
}
.menuContent .container ul.content-menu li a {
  display: block;
  padding: 20px 20px;
  color: #EEEEEE;
}
.menuContent .container ul.content-menu li a span.on {
  position: absolute;
  display: block;
  font-size: 0.8em;
  right: 10px;
  top: 40%;
  color: #B5B5B6;
}
.menuContent .container ul.content-menu li:hover {
  background-color: #4A4A4A;
}
.menuContent .container .bttomBtnArea {
  background-color: transparent;
}
.menuContent .container .bttomBtnArea .middle {
  width: 100%;
  font-family: "Roboto", sans-serif;
  flex-direction: column;
  gap: 10px 0;
}
.menuContent .container .bttomBtnArea .middle button.basicBW {
  width: 100%;
  aspect-ratio: 16/3;
}
@media only screen and (max-width: 1199px) {
  .menuContent .container {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .menuContent .container {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .menuContent .container {
    width: 100%;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #4A4A4A;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: white;
  width: 55%;
}

.openbtn1 span:nth-of-type(1) {
  top: 20px;
}

.openbtn1 span:nth-of-type(2) {
  top: 35px;
}

.openbtn1 span:nth-of-type(3) {
  top: 50px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 20px;
  left: 22px;
  transform: translateY(15px) rotate(-45deg);
  width: 40%;
}

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

.openbtn1.active span:nth-of-type(3) {
  top: 50px;
  left: 22px;
  transform: translateY(-15px) rotate(45deg);
  width: 40%;
}

/* !Bottom Area */
.contact {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
}
.contact .contactTitle {
  font-size: 1.2em;
}
.contact .telNo {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #4A4A4A;
}
.contact .telNo svg {
  width: 100%;
}
.contact p {
  font-size: 0.8em;
  line-height: 2;
  margin: 0;
}

.bannerArea {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 10;
  width: 100%;
  border: none;
}
.bannerArea .w100Container {
  position: relative;
  width: 100%;
  background-color: white;
  padding-top: 30px;
  z-index: 1;
}
.bannerArea .w100Container ul {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bannerArea .w100Container ul li {
  width: 19%;
  margin: 0.5%;
}
.bannerArea .w100Container ul li img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bannerArea .w100Container ul {
    width: 90%;
  }
  .bannerArea .w100Container ul li {
    width: 48%;
  }
}
.bannerArea .footer_banner {
  text-align: center;
}

.bannerArea2 {
  width: 100%;
  z-index: auto;
  padding: 0;
  border: none;
}
.bannerArea2 .w100Container {
  position: relative;
  width: 100%;
  background-color: black;
  padding-top: 30px;
  z-index: 1;
}
.bannerArea2 .w100Container ul {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btnArea {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #4A4A4A;
  width: 100%;
  padding-bottom: 10px;
  z-index: 10;
}
.btnArea a {
  color: white;
}
.btnArea .middle {
  padding: 1em 0;
  text-align: center;
}
.btnArea .middle button.basicBW {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 2em;
  border: 1px solid white;
  color: #EEEEEE;
  letter-spacing: 0.01em;
  background-image: url(../images/common/triangle-w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btnArea .middle button.basicBW.request {
  background-color: #0089c4;
  color: white;
}
.btnArea .middle button.basicBW.reserve {
  background-color: #0071a3;
  color: white;
}
.btnArea .middle button.basicBW.online {
  background-color: #081D3C;
  color: white;
}
.btnArea .middle button.basicBW {
  z-index: 2;
}
.btnArea .middle button.basicBW:hover {
  background-color: white;
  color: black;
  background-image: url(../images/common/triangle.svg);
}
.btnArea .hpLink li {
  display: inline-block;
  margin: 10px 20px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.btnArea .hpLink li a {
  color: #EEEEEE;
}
.btnArea .hpLink li a:hover {
  text-decoration: underline;
}
.btnArea .hpLink li.soon {
  display: none;
}
.btnArea .caption {
  color: white;
}

.bttomBtnArea {
  position: relative;
  width: 100%;
  padding: 10px 0;
  z-index: 0;
  background-color: white;
  color: black;
}
.bttomBtnArea .middle {
  width: 100%;
  max-width: 800px;
  margin: 3% auto;
  padding: 0;
  text-align: center;
}
.bttomBtnArea .middle .flexcontainer {
  justify-content: center;
  gap: 1em 30px;
  margin-bottom: 1em;
}
.bttomBtnArea .middle button.basicBW {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 46%;
  aspect-ratio: 16/3;
  border: 1px solid white;
  font-size: 1rem;
  color: #EEEEEE;
  letter-spacing: 0.2em;
  background-image: url(../images/common/triangle-w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.bttomBtnArea .middle button.basicBW.request {
  background-color: #0089c4;
  color: white;
}
.bttomBtnArea .middle button.basicBW.reserve {
  background-color: #0071a3;
  color: white;
}
.bttomBtnArea .middle button.basicBW.online {
  background-color: #081D3C;
  color: white;
}
.bttomBtnArea .middle button.basicBW .fa {
  position: absolute;
  top: 32%;
  right: 10px;
  font-size: 20px;
}
.bttomBtnArea .middle button.basicBW {
  z-index: 2;
}
.bttomBtnArea .middle button.basicBW span {
  font-size: 0.7em;
}
.bttomBtnArea .middle button.basicBW:hover {
  background-color: white;
  color: black;
  background-image: url(../images/common/triangle.svg);
}
.bttomBtnArea .hpLink li {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin: 10px 20px 0px;
  letter-spacing: 0.2em;
}
.bttomBtnArea .hpLink li a {
  color: inherit;
}
.bttomBtnArea .hpLink li a:hover {
  text-decoration: underline;
}
.bttomBtnArea .hpLink li.soon {
  display: none;
}
.bttomBtnArea .caption {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .bttomBtnArea .middle button.basicBW {
    width: 100%;
    aspect-ratio: 16/3;
    margin-bottom: 1em;
  }
  .bttomBtnArea .middle button.basicBW:last-child {
    margin-bottom: 0;
  }
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.btnStack {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: auto;
  z-index: 102;
}

footer {
  position: relative;
  width: 100%;
  padding: 0px;
  background-color: #EEEEEE;
  color: #212121;
  font-weight: normal;
  z-index: 0;
}
footer aside {
  background-color: #212121;
}
footer aside .infobox {
  padding: 50px 0;
  font-size: 0.8em;
  color: #EEEEEE;
}
footer aside .infobox .telSpec {
  margin-top: 8px;
  color: white;
  line-height: 1.6;
  text-align: center;
}
footer aside .infobox .telSpec span {
  margin: 0;
}
footer .bottomStack {
  width: 100%;
  padding: 20px 0 10px;
  background-color: white;
}
footer .bottomStack .centerLogo {
  width: 300px;
  margin: 20px auto 10px;
}
footer .bottomStack .centerLogo img {
  width: 100%;
}
footer .bottomStack .copyright {
  text-align: center;
  color: #212121;
  font-size: 0.7em !important;
}

.linkButton {
  margin: 5% auto 0;
  width: 100px;
}
.linkButton a {
  display: block;
  width: 120px;
  height: 120px;
  padding: 46px 0;
  color: white;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-color: #4A4A4A;
  text-align: center;
}
.linkButton a:hover {
  opacity: 0.5;
}

.footerNavi {
  display: none;
}

.footer_bannersArea {
  position: relative;
}
.footer_bannersArea .ci {
  padding: 1em 0 1em;
  border-top: 1px solid #000;
}
.footer_bannersArea .flcent {
  gap: 3em;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .footer_bannersArea .flcent {
    margin: auto;
    width: 80%;
  }
  .footer_bannersArea .flcent .ph {
    width: auto;
    height: 60px;
  }
  .footer_bannersArea .flcent .ph img {
    width: auto;
    height: 100%;
  }
}
.footer_bannersArea .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #212121;
}
.footer_bannersArea .item span {
  display: block;
  font-size: 0.8rem;
}
.footer_bannersArea .item.item01 img {
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .footer_bannersArea .item.item01 img {
    width: 100%;
  }
}
.footer_bannersArea .item.item02 {
  row-gap: 10px;
}
.footer_bannersArea .item.item02 img {
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .footer_bannersArea .item.item02 {
    row-gap: 4px;
  }
}

/* !flexbox */
.flexContainer,
.flexcontainer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexContainer .flexItem2,
.flexcontainer .flexItem2 {
  width: 49%;
}
.flexContainer .w15,
.flexcontainer .w15 {
  width: 15%;
}
.flexContainer .w19,
.flexcontainer .w19 {
  width: 19%;
}
.flexContainer .w20,
.flexcontainer .w20 {
  width: 20%;
}
.flexContainer .w24,
.flexcontainer .w24 {
  width: 24%;
}
.flexContainer .w25,
.flexcontainer .w25 {
  width: 25%;
}
.flexContainer .w30,
.flexContainer .flexItem3,
.flexContainer .flexItem3_1,
.flexcontainer .w30,
.flexcontainer .flexItem3,
.flexcontainer .flexItem3_1 {
  width: 30%;
}
.flexContainer .w32,
.flexcontainer .w32 {
  width: 32%;
}
.flexContainer .w33,
.flexcontainer .w33 {
  width: 33%;
}
.flexContainer .w40,
.flexcontainer .w40 {
  width: 40%;
}
.flexContainer .w45,
.flexcontainer .w45 {
  width: 45%;
}
.flexContainer .w48,
.flexcontainer .w48 {
  width: 48%;
}
.flexContainer .w49,
.flexcontainer .w49 {
  width: 49%;
}
.flexContainer .w50,
.flexcontainer .w50 {
  width: 50%;
}
.flexContainer .w55,
.flexcontainer .w55 {
  width: 55%;
}
.flexContainer .w60,
.flexcontainer .w60 {
  width: 60%;
}
.flexContainer .w65,
.flexcontainer .w65 {
  width: 65%;
}
.flexContainer .w66,
.flexContainer .flexItem3_2,
.flexcontainer .w66,
.flexcontainer .flexItem3_2 {
  width: 66%;
}
.flexContainer .w70,
.flexcontainer .w70 {
  width: 70%;
}
.flexContainer .w75,
.flexcontainer .w75 {
  width: 75%;
}
.flexContainer.btAlign, .flexContainer.flex-align-end, .flexContainer.alignen,
.flexcontainer.btAlign,
.flexcontainer.flex-align-end,
.flexcontainer.alignen {
  align-items: flex-end;
}
.flexContainer.flATop, .flexContainer.flex-align-start, .flexContainer.alignst,
.flexcontainer.flATop,
.flexcontainer.flex-align-start,
.flexcontainer.alignst {
  align-items: flex-start;
}
.flexContainer.flex-align-center, .flexContainer.aligncent,
.flexcontainer.flex-align-center,
.flexcontainer.aligncent {
  align-items: center;
}
.flexContainer.flex-align-stretch, .flexContainer.alignstr,
.flexcontainer.flex-align-stretch,
.flexcontainer.alignstr {
  align-items: stretch;
}
.flexContainer.flex-justify-start, .flexContainer.flst,
.flexcontainer.flex-justify-start,
.flexcontainer.flst {
  justify-content: flex-start;
}
.flexContainer.flex-justify-end, .flexContainer.flen,
.flexcontainer.flex-justify-end,
.flexcontainer.flen {
  justify-content: flex-end;
}
.flexContainer.flex-justify-center, .flexContainer.flcent,
.flexcontainer.flex-justify-center,
.flexcontainer.flcent {
  justify-content: center;
}
.flexContainer.gap10,
.flexcontainer.gap10 {
  gap: 10px;
}
.flexContainer.gap20,
.flexcontainer.gap20 {
  gap: 20px;
}

/* !Button */
.btn {
  letter-spacing: 3px;
}

.btn_pageTop {
  position: fixed;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: #4A4A4A;
  z-index: 9999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn_pageTop a {
  color: white;
}

.btn_scroll {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  color: white;
  background-color: black;
  background-image: url(../images/common/nLogo_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border: 1px solid black;
  z-index: 1;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-animation: fluffy1 4s ease infinite;
  -webkit-animation: fluffy1 4s ease infinite;
  animation: fluffy1 4s ease infinite;
}
.btn_scroll p {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 0;
}

.btn-close {
  padding: 10px 20px;
  background-color: #4A4A4A;
  border: none;
  color: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100px;
  margin: 0 auto;
  font-size: 0.6em;
}

.btn-more {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.btn-more img {
  width: 90%;
}
.btn-more a {
  color: white;
}

.btn-more-inner {
  position: absolute;
  bottom: -5%;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  color: white;
  letter-spacing: 2px;
  text-align: center;
  background-color: black;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btn-more-inner:hover {
  background-color: #4A4A4A;
  color: white;
}

/* !gNavi Anime */
.borderBtmTop {
  display: inline-block;
  position: relative;
}
.borderBtmTop a {
  color: white;
}
.borderBtmTop a .fa {
  color: #4A4A4A;
}
.borderBtmTop a:hover .fa {
  color: white;
}
.borderBtmTop.current {
  background-color: #4A4A4A;
}
.borderBtmTop.current .fa {
  color: white;
}

.borderBtmTop::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleY(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #4A4A4A;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.borderBtmTop:hover::after {
  transform: scaleY(1);
  transform-origin: bottom left;
}

.borderBtmTop span {
  position: relative;
  z-index: 10;
  display: block;
}

/* !Delay */
.delay00 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0s;
  /* ディレイ*/
}

.delay01 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.25s;
  /* ディレイ*/
}

.delay02 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.5s;
  /* ディレイ*/
}

.delay03 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.75s;
  /* ディレイ*/
}

.delay04 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1s;
  /* ディレイ*/
}

.delay05 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.25s;
  /* ディレイ*/
}

.delay06 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.5s;
  /* ディレイ*/
}

.reflection {
  position: relative;
  overflow: hidden;
  background-color: #666;
}

.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/**************************************

				 !Media

***************************************/
/* !tab */
@media screen and (max-width: 991px) {
  header .container {
    width: 98%;
    padding: 0;
  }
  header .container .headerLogo .logo {
    display: flex;
    min-width: 300px;
    justify-content: flex-start;
    align-items: center;
  }
  header .container .headerLogo .logo .logoBox {
    width: 100px;
    margin-right: 0.5em;
  }
  header .container .headerLogo .logo .pjName {
    font-size: 0.7rem;
    letter-spacing: 0.05em;
  }
  header .container nav ul {
    display: flex;
    align-items: center;
  }
  header .container nav ul li {
    font-size: 0.6rem;
  }
  header .container nav.spHidden a {
    letter-spacing: 2px;
    padding: 3px 4px;
    text-align: center;
    line-height: 1.3;
  }
  header .container nav.spHidden a.btnStyle {
    padding: 7px 5px;
    letter-spacing: 0;
  }
  nav#gNavi ul.content-menu li {
    margin: 0px;
    font-size: 0.7em;
    letter-spacing: 0px;
  }
}
/* !SP */
@media only screen and (max-width: 767px) {
  .spHidden {
    display: none;
  }
  .pcHidden {
    display: block;
  }
  .center_pc {
    text-align: justify;
  }
  .bttomBtnArea {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .bttomBtnArea .middle {
    flex-direction: column;
    gap: 10px 0;
  }
  .w60container,
  .w70container,
  .w80container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .headStack {
    position: sticky;
    top: 0;
    height: 60px;
    z-index: 9999;
  }
  .headStack header {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .headStack header .container {
    padding: 10px 15px;
    flex-direction: row;
  }
  .headStack header .container .headerLogo {
    margin: 2px 0;
  }
  .headStack header .container .headerLogo .logo {
    flex-direction: row;
    width: 100%;
    min-width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .headStack header .container .headerLogo .logo .logoBox {
    width: 84px;
  }
  .headStack header .container .headerLogo .logo .logoBox img {
    vertical-align: middle;
  }
  .headStack header .container .headerLogo .logo .pjName {
    flex-grow: 1;
    font-size: 0.8rem;
  }
  .headStack header .container nav.spNav {
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background-color: transparent;
  }
  .headStack header .container nav.spNav .menu-button {
    width: 40px;
    margin: 0em 0em 0em auto;
  }
  nav#gNavi {
    position: fixed;
    width: 100%;
    top: 60px;
    bottom: 0;
    background-color: black;
    overflow-y: auto;
    z-index: 9999;
  }
  nav#gNavi .container {
    padding: 3% 0;
  }
  nav#gNavi .container ul.content-menu {
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }
  nav#gNavi .container ul.content-menu li {
    width: 70%;
    margin: 0 auto 1em;
  }
  nav#gNavi .container ul.content-menu li a {
    display: block;
    width: 100%;
    color: white;
  }
  nav#gNavi a.closeBtn {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  nav#gNavi a.closeBtn .fa {
    color: white;
    font-size: 30px;
  }
  #gNavi:not(:target) {
    right: -100%;
    transition: right 0.55s;
  }
  #gNavi:target {
    right: 0;
    transition: right 0.5s;
  }
  .btn-close {
    display: block;
  }
  .borderBtmTop::after {
    display: none;
  }
  .footerNavi {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 68px;
    background-color: black;
    z-index: 999;
    padding: 0.5em;
  }
  .footerNavi nav.spNav ul.sp_buttons {
    display: flex;
    justify-content: center;
  }
  .footerNavi nav.spNav ul.sp_buttons li {
    width: 20%;
    border-right: 1px solid white;
  }
  .footerNavi nav.spNav ul.sp_buttons li img {
    width: 98%;
    margin: 0 auto;
  }
  .footerNavi nav.spNav ul.sp_buttons li:last-child {
    border-right: none;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger,
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* zoomOut */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sp-blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* fadeUp */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  animation-duration: 0.5s;
}

.change-time1 {
  animation-duration: 1s;
}

.change-time15 {
  animation-duration: 1.5s;
}

.change-time2 {
  animation-duration: 2s;
}

.change-time25 {
  animation-duration: 2.5s;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

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

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

.mfont {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gfont {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.efont {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.white {
  color: #ffffff;
}

.black {
  color: #231815;
}

.blue {
  color: #0089c4;
}

.pcHidden {
  display: none;
}

.spHidden {
  display: block;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .pcHidden {
    display: block;
  }
  .spHidden {
    display: none;
  }
}
.hrLine {
  border: 0;
  border-top: 1px solid #b8c0c4;
  width: 100%;
  margin: 0;
}
.hrLine-thick {
  border-top-color: #808080;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
  margin: 0;
  color: #231815;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

#portal {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #portal {
    padding-top: 138px;
  }
  #portal:has(.pcHeaderNav.is-hidden) {
    padding-top: 85px;
  }
}
img {
  display: block;
}

p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.9;
}

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

html, body {
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
}

body.popup {
  line-height: 1;
}

body.popup img {
  display: inline;
}

body.popup main {
  display: block;
  position: relative;
  line-height: 2;
}
body.popup main img {
  width: 100%;
}
body.popup main ul li {
  font-size: 0.9rem;
}

.siteHeader {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: min(13.5084934653vw, 70.2441660194px);
  background-color: #000;
  padding: 0 max(3.7148357029vw, (100% - 1320px) / 2);
}
.siteHeader .siteLogo {
  display: inline-block;
  line-height: 0;
}
.siteHeader .siteLogo img {
  height: min(6.416534396vw, 33.3659788592px);
  width: auto;
}
.siteHeader .siteHeaderName {
  color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(3.8836918713vw, 20.1951977306px);
  letter-spacing: 0.06em;
  white-space: nowrap;
  margin-left: min(5.0656850495vw, 26.3415622573px);
}
.siteHeader .menuBtn {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.siteHeader .menuBtn img {
  height: min(8.4428084158vw, 43.9026037621px);
  width: auto;
}
.siteHeader .menuBtn.is-hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .siteHeader {
    display: none;
  }
}
.pcHeader {
  display: none;
}

@media screen and (min-width: 768px) {
  .pcHeader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #000;
  }
  .pcHeaderTop {
    display: flex;
    align-items: center;
    height: 85px;
    padding: 0 max(24px, (100% - 1320px) / 2);
  }
  .pcLogo {
    display: inline-block;
    line-height: 0;
  }
  .pcLogo img {
    height: 55px;
    width: auto;
  }
  .pcName {
    color: #ffffff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    margin-left: 18px;
  }
  .pcUtil {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .pcUtilItem {
    line-height: 0;
    transition: opacity 0.2s ease;
  }
  .pcUtilItem img {
    height: 46px;
    width: auto;
    filter: brightness(0) invert(1);
  }
  .pcUtilItem:hover {
    opacity: 0.65;
  }
  .pcCta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 50px;
    line-height: 1.15;
    text-align: center;
    transition: opacity 0.2s ease;
  }
  .pcCta .pcCtaEn {
    font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .pcCta .pcCtaJa {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 4px;
  }
  .pcCta:hover {
    opacity: 0.85;
  }
  .pcCta-request {
    background-color: #0089c4;
    color: #ffffff;
    margin-left: 14px;
  }
  .pcCta-reserve {
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
    margin-left: 8px;
  }
  .pcCta.is-hidden {
    display: none;
  }
  .pcHeaderNav {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 53px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0 max(24px, (100% - 1320px) / 2);
  }
  .pcHeaderNav.is-hidden {
    display: none;
  }
  .pcNavItem {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    transition: color 0.2s ease;
  }
  .pcNavItem::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.18);
  }
  .pcNavItem:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.18);
  }
  .pcNavItem .pcNavEn {
    font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .pcNavItem .pcNavJa {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.55);
  }
  .pcNavItem:hover .pcNavEn {
    color: #0089c4;
  }
}
.heroStack {
  position: relative;
  background-color: #ffffff;
}
.heroStack .heroBlue {
  position: relative;
  overflow: hidden;
  background-color: #45a8b4;
  background-image: radial-gradient(rgba(129, 191, 195, 0.4) min(0.2870554861vw, 2.0667995002px), transparent min(0.3883691871vw, 2.7962581473px));
  background-size: min(0.9793657762vw, 7.0514335889px) min(0.9793657762vw, 7.0514335889px);
}
.heroStack .heroBlue .heroKv {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  height: min(211.745635068vw, 1524.56857249px);
  overflow: hidden;
}
.heroStack .heroBlue .heroKv .heroReborn {
  position: absolute;
  left: 0;
  top: min(14.5216304752vw, 104.5557394212px);
  width: min(84.7657964945vw, 610.3137347607px);
  max-width: none;
  height: auto;
  z-index: 2;
}
.heroStack .heroBlue .heroKv .heroCopy {
  position: absolute;
  right: max(-0.6754246733vw, -4.8630576475px);
  top: min(1.8574178515vw, 13.3734085306px);
  width: min(72.1286008578vw, 519.3259261761px);
  height: auto;
  z-index: 4;
}
.heroStack .heroBlue .heroKv .heroBldg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.heroStack .heroBlue .heroKv .heroBldg img {
  display: block;
  width: 100%;
  height: auto;
}
.heroStack .heroBlue .heroKv .heroCar {
  display: none;
  position: absolute;
  left: min(72.9458647124vw, 525.2102259296px);
  top: min(192.49603188vw, 1385.9714295363px);
  width: min(19.5873155246vw, 141.0286717774px);
  height: auto;
  z-index: 5;
}
.heroStack .heroBlue .conceptStack {
  position: relative;
  z-index: 5;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 min(7.7673837425vw, 40.3903954611px) min(6.7542467326vw, 35.1220830097px);
  color: #ffffff;
}
.heroStack .heroBlue .conceptStack .conceptTtl {
  width: min(40.1877680592vw, 208.9763939077px);
  height: auto;
  margin: 0 0 min(5.0656850495vw, 26.3415622573px);
  line-height: 0;
}
.heroStack .heroBlue .conceptStack .conceptTtl img {
  width: 100%;
  height: auto;
}
.heroStack .heroBlue .conceptStack .conceptTxt {
  color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: min(3.3771233663vw, 17.5610415048px);
  line-height: 1.85;
  letter-spacing: 0.01em;
}
.heroStack .heroBlue .conceptStack .conceptTxt + .conceptTxt {
  margin-top: min(4.3902603762vw, 22.8293539563px);
}
.heroStack .heroBlue .conceptStack .conceptBrand {
  display: block;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: min(3.208267198vw, 16.6829894296px);
  letter-spacing: 0.15em;
  margin: min(5.0656850495vw, 26.3415622573px) 0 0;
}
.heroStack .heroBlue .conceptStack .conceptNote {
  color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(2.5666137584vw, 10.0097936578px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: min(4.0525480396vw, 21.0732498058px) 0 0;
}

@media screen and (min-width: 768px) {
  .heroStack .heroBlue .heroKv {
    max-width: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .heroStack .heroBlue .heroKv .heroReborn {
    left: 22%;
    top: 5%;
    width: 33%;
    max-width: 500px;
  }
  .heroStack .heroBlue .heroKv .heroCopy {
    left: auto;
    right: 24%;
    top: 2.5%;
    width: 31%;
    max-width: 470px;
  }
  .heroStack .heroBlue .heroKv .heroBldg {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    margin: 20% auto 0;
    z-index: 3;
  }
  .heroStack .heroBlue .heroKv .heroBldg img {
    width: 100%;
    height: auto;
  }
  .heroStack .heroBlue .heroKv .heroCar {
    display: none;
  }
  .heroStack .heroBlue .conceptStack {
    max-width: 800px;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 9%;
  }
  .heroStack .heroBlue .conceptStack .conceptTtl {
    margin-left: auto;
    margin-right: auto;
  }
  .heroStack .heroBlue .conceptStack .conceptTxt {
    word-break: auto-phrase;
    line-break: strict;
  }
  .heroStack .heroBlue .conceptStack .conceptBrand {
    text-align: center;
  }
}
.reservenone {
  display: none;
}

.infoStack {
  background-color: #ffffff;
  background-image: radial-gradient(#d8ebea 0.8px, transparent 1.1px);
  background-size: 0.9793657762vw 0.9793657762vw;
  background-position: 0 0;
  padding: min(8.4428084158vw, 43.9026037621px) min(7.7673837425vw, 40.3903954611px) 0;
  text-align: center;
}
.infoStack .infoTtl img {
  display: block;
  width: 80vw;
  height: auto;
  margin: min(4.0525480396vw, 21.0732498058px) auto min(8.4428084158vw, 43.9026037621px);
}

.shidoStack {
  background-color: #ffffff;
  background-image: radial-gradient(#d8ebea 0.8px, transparent 1.1px);
  background-size: 0.9793657762vw 0.9793657762vw;
  background-position: 0 0;
  padding: min(8.4428084158vw, 43.9026037621px) 0 0;
  position: relative;
}
.shidoStack .shidoTtl {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 0 0 min(7.7673837425vw, 40.3903954611px);
}
.shidoStack .shidoInner {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 min(7.7673837425vw, 40.3903954611px) 0;
}
.shidoStack .shidoInner .shidoSub {
  color: #45a8b4;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: min(3.7148357029vw, 19.3171456553px);
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 6% 0;
}
.shidoStack .shidoInner .Txt {
  color: #3e3a39;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(3.3771233663vw, 17.5610415048px);
  line-height: 1.82;
  letter-spacing: 0.05em;
  margin-bottom: 4%;
}
.shidoStack .shidoInner .shidoTag {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(3.3771233663vw, 17.5610415048px);
  font-weight: bold;
}
.shidoStack .shidoInner .shidoNote {
  color: #231815;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(2.5666137584vw, 10.0097936578px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-top: min(2.0262740198vw, 10.5366249029px);
}

.futureStack {
  position: relative;
  background-color: #ffffff;
  background-image: radial-gradient(#d8ebea 0.8px, transparent 1.1px);
  background-size: 0.9793657762vw 0.9793657762vw;
  background-position: 0 0;
  padding: min(6.0788220594vw, 31.6098747087px) 7.7673837425vw 0;
}
.futureStack .aerialBand {
  position: relative;
  margin: 0 -7.7673837425vw;
  line-height: 0;
}
.futureStack .aerialImg {
  display: block;
  width: 100%;
  height: auto;
}
.futureStack .aerialNote {
  color: #231815;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(2.5666137584vw, 10.0097936578px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 0;
}
.futureStack .futureTtl {
  position: relative;
  z-index: 3;
  display: block;
  width: min(76.998412752vw, 400.3917463105px);
  height: auto;
  margin: min(13.5084934653vw, 70.2441660194px) auto 0;
}

.contentStack {
  background-color: #ffffff;
  background-image: radial-gradient(#d8ebea 0.8px, transparent 1.1px);
  background-size: 0.9793657762vw 0.9793657762vw;
  background-position: 0 0;
  padding-bottom: min(12%, 62.4px);
}
.contentStack .contentInner {
  max-width: 880px;
  margin: 0 auto;
  padding: min(15%, 78px) min(5%, 26px) 0;
}
.contentStack .contentInner .secHead {
  color: #231815;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: min(4.2214042079vw, 21.9513018811px);
  line-height: 1.2;
  letter-spacing: 0.2em;
  max-width: 520px;
  margin: 0 auto 4%;
}
.contentStack .contentInner .enCap {
  color: #45a8b4;
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(2.3639863564vw, 12.2927290534px);
  line-height: 1.5;
  letter-spacing: 0.005em;
  max-width: 520px;
  margin: 0 auto 4%;
}
.contentStack .contentInner .cntntTxt {
  color: #3e3a39;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(3.3771233663vw, 17.5610415048px);
  line-height: 1.82;
  letter-spacing: 0.01em;
  max-width: 520px;
  margin: 0 auto 4%;
}
.contentStack .twinPhoto {
  display: flex;
  align-items: flex-start;
  gap: min(0.6754246733vw, 3.512208301px);
}
.contentStack .twinPhoto img {
  width: calc((100% - min(0.6754246733vw, 3.512208301px)) / 2);
  height: auto;
}
.contentStack .twinNote {
  display: block;
  text-align: left;
  margin-top: 2%;
  color: #231815;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(2.5666137584vw, 10.0097936578px);
  letter-spacing: 0.01em;
}
.contentStack .Row {
  margin-top: min(1.3508493465vw, 7.0244166019px);
}
.contentStack .Row .imgSec {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: min(1.6885616832vw, 8.7805207524px);
}
.contentStack .lifeNote {
  display: block;
  text-align: right;
  margin-top: 2%;
  color: #231815;
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: min(2.5666137584vw, 10.0097936578px);
  letter-spacing: 0.02em;
}
.contentStack .rowTxt {
  flex: 1 1 0;
  min-width: 0;
}
.contentStack .bleedBand {
  margin: 0 -7.7673837425vw;
  line-height: 0;
}
.contentStack .bleedBand img {
  display: block;
  width: 100%;
  height: auto;
}
.contentStack .gov {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .contentStack {
    padding-top: 104px;
    padding-bottom: 64px;
  }
  .contentStack .contentInner {
    max-width: 1180px;
    padding: 0 40px;
  }
  .contentStack .contentInner + .contentInner {
    margin-top: 144px;
  }
  .contentStack .secHead {
    max-width: none;
    font-size: min(4.2214042079vw, 29.5498294553px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 2%;
  }
  .contentStack .enCap {
    max-width: none;
    font-size: min(2.3639863564vw, 13.9475195029px);
    line-height: 1.7;
    text-align: center;
    margin: 0 auto 2%;
  }
  .contentStack .cntntTxt {
    max-width: none;
    line-height: 2.05;
    margin: 0 auto;
  }
  .contentStack .twinPhoto {
    gap: 24px;
    margin-top: 44px;
  }
  .contentStack .Row {
    display: flex;
    align-items: center;
    gap: 6%;
    margin-top: 0;
  }
  .contentStack .Row .imgSec {
    width: 48%;
    padding-bottom: 0;
  }
  .contentStack .rowTxt {
    max-width: none;
    margin: 0;
  }
  .contentStack .lifeNote {
    position: absolute;
    right: 0;
    bottom: -10%;
    margin-top: 0;
  }
  .contentStack .bleedBand {
    margin: 44px 0 0;
  }
  .contentStack .bleedFull {
    width: 100vw;
    max-width: 100vw;
    margin: 44px 0 0 calc(50% - 50vw);
  }
  .shidoStack .shidoInner {
    max-width: 800px;
    text-align: center;
  }
  .futureStack .aerialBand {
    width: 60vw;
    max-width: 1000px;
    margin: 0 auto;
  }
  .futureStack .aerialNote {
    width: 60vw;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.columnStack {
  background-color: #45a8b4;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 0.8px, transparent 1.1px);
  background-size: 0.9793657762vw 0.9793657762vw;
  background-position: 0 0;
  padding: min(8.1050960792vw, 42.1464996116px) 0 min(5.0656850495vw, 26.3415622573px);
}
.columnStack .columnInner {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 min(11.8199317821vw, 61.463645267px);
}
.columnStack .columnTimeline img {
  display: block;
  width: 100%;
  height: auto;
}
.columnStack .columnNote {
  color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(2.5666137584vw, 10.0097936578px);
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: min(2.7016986931vw, 14.0488332039px);
}

@media screen and (min-width: 768px) {
  .infoStack .infoTtl img {
    max-width: 800px;
  }
  .columnStack .columnInner {
    max-width: 630px;
  }
  .columnStack .columnNote br {
    display: none;
  }
  .contentStack .twinNote br {
    display: none;
  }
}
.contactStack {
  background-color: #ffffff;
  padding: min(7.4296714059vw, 38.6342913107px) min(7.7673837425vw, 40.3903954611px) min(11.4822194455vw, 59.7075411165px);
  text-align: center;
}
.contactStack .contactInner {
  max-width: 520px;
  margin: min(5%, 26px) auto;
}
.contactStack .contactInner .entryTtl {
  margin-top: 15px;
}
.contactStack .contactInner .entryTtl img {
  display: block;
  width: min(70.9195906926vw, 368.7818716018px);
  height: auto;
  margin: 0 auto;
}
.contactStack .btnBox {
  width: min(90%, 1280px);
  margin: 0 auto;
  padding: 3% 0 0%;
  gap: 2em;
}
.contactStack .btnBox .entryBtn, .contactStack .btnBox .reserveBtn {
  width: min(100%, 400px);
  background-color: #0089c4;
  margin: 1em 0;
}
.contactStack .btnBox .entryBtn a, .contactStack .btnBox .reserveBtn a {
  display: block;
  color: #ffffff;
  text-align: left;
  line-height: 1.2;
  font-size: min(3.3771233663vw, 17.5610415048px);
  padding: 3% 4% 4%;
  position: relative;
}
.contactStack .btnBox .entryBtn a .small, .contactStack .btnBox .reserveBtn a .small {
  font-size: min(2.7016986931vw, 14.0488332039px);
}
.contactStack .btnBox .entryBtn a::after, .contactStack .btnBox .reserveBtn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
  margin: auto;
}
.contactStack .btnBox .reserveBtn {
  background-color: #666;
}
.contactStack .disclaimer {
  color: #231815;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(2.5666137584vw, 10.0097936578px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: min(4.7279727128vw, 24.5854581068px);
}

#contact .btnBox .entryBtn:hover, #contact .contactStack .btnBox .reserveBtn:hover, .contactStack #contact .btnBox .reserveBtn:hover {
  opacity: 0.5;
  transition: opacity 0.25s ease;
}

@media screen and (min-width: 768px) {
  .contactStack .btnBox {
    display: flex;
    justify-content: center;
    padding: 2% 0;
    gap: 0 2em;
  }
  .contactStack .btnBox .entryBtn a, .contactStack .btnBox .reserveBtn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contactStack .disclaimer {
    text-align: center;
  }
}
.sponsors {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(6.7542467326vw, 35.1220830097px);
  margin: min(6.7542467326vw, 35.1220830097px) 0 min(24.3152882375vw, 126.4394988349px);
}
.sponsors .sponsorItem {
  text-align: left;
}
.sponsors .sponsorItem span {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(1.5197055148vw, 7.9024686772px);
  letter-spacing: 0.05em;
  margin-bottom: min(1.6885616832vw, 8.7805207524px);
}
.sponsors .sponsorItem img {
  display: block;
}
.sponsors .sponsorItem:nth-child(1) img {
  width: min(35.6286515146vw, 185.2689878761px);
}
.sponsors .sponsorItem:nth-child(2) img {
  width: min(24.5179156395vw, 127.4931613252px);
}

.footNav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: min(3.0394110297vw, 15.8049373544px) 0;
  background-color: #ffffff;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.footNav.is-visible {
  transform: translateY(0);
}
.footNav .footNavItem {
  width: min(13.7111208672vw, 71.2978285097px);
}
.footNav .footNavItem img {
  display: block;
  width: auto;
  height: min(9.4559454257vw, 49.1709162136px);
  margin: 0 auto;
}
.footNav .footNavItem.is-hidden {
  display: none;
}

.toTop {
  position: fixed;
  right: min(3.3771233663vw, 17.5610415048px);
  bottom: min(18.9118908514vw, 98.3418324271px);
  z-index: 890;
  width: min(11.4822194455vw, 59.7075411165px);
  height: min(11.4822194455vw, 59.7075411165px);
  background-color: #0089c4;
  border: 1px solid #ffffff;
  transform: translateY(min(30.3941102968vw, 158.0493735436px));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}
.toTop::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 min(2.3639863564vw, 12.2927290534px) min(3.0394110297vw, 15.8049373544px);
  border-color: transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: min(0.6754246733vw, 3.512208301px);
  left: 0;
  margin: auto;
}
.toTop.is-visible {
  transform: translateY(0);
}
.toTop:hover {
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .sponsors {
    margin-bottom: 48px;
  }
  .footNav {
    display: none;
  }
  .toTop {
    right: 24px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    transform: translateY(80px);
  }
  .toTop::after {
    border-width: 0 8px 11px;
    bottom: 3px;
  }
}
.siteMenu {
  position: fixed;
  inset: 0;
  z-index: 950;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.siteMenu .menuPanel {
  margin: min(16.8856168316vw, 87.8052075242px) min(5.7411097227vw, 29.8537705582px) min(10.1313700989vw, 52.6831245145px) min(8.1050960792vw, 42.1464996116px);
  padding: min(9.4559454257vw, 49.1709162136px) 0 min(13.5084934653vw, 70.2441660194px) min(7.7673837425vw, 40.3903954611px);
  background-color: rgba(230, 230, 230, 0.89);
}
.siteMenu .menuPanel .menuHead {
  display: block;
  width: min(78.3492620985vw, 407.4161629124px);
  height: auto;
  margin-bottom: min(19.5873155246vw, 101.8540407281px);
}
.siteMenu .menuPanel .menuNav .menuItem {
  display: flex;
  align-items: center;
  min-height: min(10.7054810712vw, 55.6685015704px);
  color: #231815;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.siteMenu .menuPanel .menuNav .menuItem .menuArw {
  width: min(3.2758096653vw, 17.0342102597px);
  height: auto;
  margin-left: min(2.0262740198vw, 10.5366249029px);
}
.siteMenu .menuPanel .menuNav .menuItem .menuJa {
  width: min(29.7186856236vw, 154.5371652426px);
  margin-left: min(6.416534396vw, 33.3659788592px);
  font-size: min(4.5591165445vw, 23.7074060315px);
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.siteMenu .menuPanel .menuNav .menuItem .menuEn {
  font-size: min(4.0525480396vw, 21.0732498058px);
  font-weight: 400;
  letter-spacing: 0.06em;
}
.siteMenu .menuPanel .menuNav .menuItem:hover .menuJa {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .siteMenu {
    display: none;
  }
}
body.is-menu-open {
  overflow: hidden;
}
body.is-menu-open .siteMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.is-menu-open .footNav {
  transform: translateY(100%);
}

.js-reveal :is(.conceptTxt, .conceptBrand, .conceptNote, .infoStack .hrLine, .infoTtl, .shidoSub, .shidoInner .Txt, .shidoTag, .shidoNote, .aerialNote, .secHead, .enCap, .cntntTxt, .imgSec, .twinNote, .contactStack .hrLine, .entryTtl, .entryBtn, .disclaimer, .sponsorItem) {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.85s ease, transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--rvd, 0s);
}
.js-reveal :is(.heroBldg, .heroCar, .aerialBand, .bleedBand, .twinPhoto) {
  opacity: 0;
  transition: opacity 1.05s ease;
  transition-delay: var(--rvd, 0s);
}
.js-reveal :is(.heroReborn, .heroCopy, .conceptTtl img, .shidoTtl, .futureTtl) {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.45s ease, clip-path 1.05s cubic-bezier(0.65, 0.02, 0.24, 1);
  transition-delay: var(--rvd, 0s);
}
.js-reveal :is(.conceptTxt, .conceptBrand, .conceptNote, .infoStack .hrLine, .infoTtl, .shidoSub, .shidoInner .Txt, .shidoTag, .shidoNote, .aerialNote, .secHead, .enCap, .cntntTxt, .imgSec, .twinNote, .contactStack .hrLine, .entryTtl, .entryBtn, .disclaimer, .sponsorItem).is-in,
.js-reveal :is(.heroBldg, .heroCar, .aerialBand, .bleedBand, .twinPhoto).is-in {
  opacity: 1;
  transform: none;
}
.js-reveal :is(.heroReborn, .heroCopy, .conceptTtl img, .shidoTtl, .futureTtl).is-in {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.js-reveal .heroReborn {
  --band: #ffffff;
}
.js-reveal .heroCopy,
.js-reveal .conceptTtl img {
  --band: #000000;
}
.js-reveal .shidoTtl,
.js-reveal .futureTtl {
  --band: #45a8b4;
}

.svgBand {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}

.reveal-all :is(.conceptTxt, .conceptBrand, .conceptNote, .infoStack .hrLine, .infoTtl, .shidoSub, .shidoInner .Txt, .shidoTag, .shidoNote, .aerialNote, .secHead, .enCap, .cntntTxt, .imgSec, .twinNote, .contactStack .hrLine, .entryTtl, .entryBtn, .disclaimer, .sponsorItem),
.reveal-all :is(.heroBldg, .heroCar, .aerialBand, .bleedBand, .twinPhoto),
.reveal-all :is(.heroReborn, .heroCopy, .conceptTtl img, .shidoTtl, .futureTtl) {
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
  transition: none !important;
}

.reveal-all .svgBand {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal :is(.conceptTxt, .conceptBrand, .conceptNote, .infoStack .hrLine, .infoTtl, .shidoSub, .shidoInner .Txt, .shidoTag, .shidoNote, .aerialNote, .secHead, .enCap, .cntntTxt, .imgSec, .twinNote, .contactStack .hrLine, .entryTtl, .entryBtn, .disclaimer, .sponsorItem),
  .js-reveal :is(.heroBldg, .heroCar, .aerialBand, .bleedBand, .twinPhoto),
  .js-reveal :is(.heroReborn, .heroCopy, .conceptTtl img, .shidoTtl, .futureTtl) {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  }
}

/*# sourceMappingURL=top.css.map */
