@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Oswald:wght@500&display=swap");
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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 {
  content: "";
  content: none;
}

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

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

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  border: none;
  height: auto;
}

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

ul.num li {
  list-style: decimal;
  margin-left: 1rem;
}

a {
  cursor: pointer;
}

.mfont {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gfont {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mt0 {
  margin-top: 0px;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.phW100 {
  width: 100%;
}
.phW100 img {
  width: 100%;
}

.phW80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.phW80 img {
  width: 100%;
}

.phW60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.phW60 img {
  width: 100%;
}

.phW40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.phW40 img {
  width: 100%;
}

.phW20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.phW20 img {
  width: 100%;
}

.phW15 {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}
.phW15 img {
  width: 100%;
}

.phW10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.phW10 img {
  width: 100%;
}

.w05 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w48 {
  width: 48%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.minus30 {
  margin-top: -30%;
}

.minus15 {
  margin-top: -15%;
}

.minus10 {
  margin-top: -10%;
}

.minus05 {
  margin-top: -5%;
}

.leftFlow {
  float: left;
  display: block;
}

.rightFlow {
  float: right;
  display: block;
}

.nidden {
  display: none;
}

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

.clearfix:after {
  clear: both;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  height: -webkit-fill-available;
}

body {
  background-color: white;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-feature-settings: "palt";
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body img {
  width: 100%;
}

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

p {
  font-size: 0.9rem;
  line-height: 2;
}
p.strong {
  font-weight: bold;
}

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;
}

.container {
  width: 94%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.w60container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.w70container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.w80container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #b41139;
}

.white {
  color: white;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.pcHidden {
  display: none;
}

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

.iv {
  opacity: 0;
}

sup {
  font-size: 0.6em;
}

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

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

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

.caption_btm {
  position: absolute;
  bottom: 2px;
  left: 5px;
  font-size: 7px;
  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;
}

/* Header */
.headStack {
  position: sticky;
  top: 0;
  width: 100%;
  height: 66px;
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .headStack {
    height: 85px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .headStack {
    top: 0;
    height: 84px;
  }
}

header {
  background-color: black;
  color: #EEEEEE;
  padding: 6px 0;
}
header .container {
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo {
  display: flex;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
}
header .container .logo .logoBox {
  width: 150px;
  margin-right: 0.5em;
}
header .container .logo .pjName {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: white;
}
header .container nav.headerNavi {
  width: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-right: 10%;
  text-transform: uppercase;
}
header .container nav.headerNavi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1.5em;
}
header .container nav.headerNavi ul li {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
header .container nav.headerNavi a {
  display: block;
  color: #EEEEEE;
  letter-spacing: 0.1em;
  text-align: center;
}
header .container nav.headerNavi a .fa {
  display: inline;
}
header .container nav.headerNavi a span {
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  header .container {
    flex-direction: column;
    width: 100%;
  }
  header .container .logo {
    width: 100%;
    justify-content: center;
  }
  header .container .logo .logoBox {
    width: 120px;
    margin-right: 0.5em;
  }
  header .container .logo .pjName {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
  header .container nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1em;
  }
  header .container nav ul li {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  header .container nav.headerNavi {
    padding-right: 0px;
  }
  header .container nav.headerNavi a {
    display: block;
    color: #EEEEEE;
    letter-spacing: 0.1em;
    padding: 5px 5px;
    text-align: center;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  header .container {
    flex-direction: column;
  }
  header .container .logo {
    width: 100%;
    justify-content: center;
  }
  header .container .logo .pjName {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
  header .container nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1em;
  }
  header .container nav ul li {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  header .container nav.headerNavi {
    width: 100%;
    padding: 14px 24px 0;
  }
  header .container nav.headerNavi ul {
    width: 70%;
    justify-content: space-around;
    gap: 0 1.5em;
  }
  header .container nav.headerNavi ul li {
    font-size: 1.8rem;
    line-height: 0.5;
  }
  header .container nav.headerNavi ul li .sub {
    font-size: 0.3em;
    margin: 0;
  }
  header .container nav.headerNavi a {
    display: block;
    color: #EEEEEE;
    letter-spacing: 0em;
    padding: 0;
    text-align: center;
  }
  header .container nav.headerNavi a .fa {
    display: inline-block;
  }
}

#gNavi {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -100%;
  width: 40%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(0, 0, 0, 0.9);
  /*動き*/
  transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  #gNavi {
    width: 60%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  #gNavi {
    width: 100%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#gNavi.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#gNavi.panelactive #g-nav-list {
  position: relative;
  z-index: 999;
  width: 80%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  /*表示する高さ*/
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 991px) {
  #gNavi.panelactive #g-nav-list {
    width: 80%;
  }
}

#gNavi.panelactive #g-nav-list::-webkit-scrollbar {
  display: none;
}

.menuContent {
  width: 100%;
  padding: 5% 0%;
}
.menuContent .container {
  position: relative;
  width: 60%;
  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;
}
.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: #b41139;
}
.menuContent .container .bttomBtnArea {
  background-color: transparent;
}
.menuContent .container .bttomBtnArea .middle {
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.menuContent .container .bttomBtnArea .middle button.basicBW {
  aspect-ratio: 16/6;
}
@media screen and (max-width: 1199px) {
  .menuContent .container {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .menuContent .container {
    width: 90%;
  }
}
@media (orientation: portrait) 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: #b41139;
}

/*×に変化*/
.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 #b41139;
}
.contact .telNo svg {
  width: 100%;
}
.contact p {
  font-size: 0.8em;
  line-height: 2;
  margin: 0;
}

.bannerArea {
  position: relative;
  width: 100%;
  padding: 30px 0;
  z-index: 10;
}
.bannerArea .footer_banner {
  text-align: center;
}

.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;
  transition: all 1s ease;
  z-index: 2;
}
.btnArea .middle button.basicBW.request {
  background-color: #666666;
  color: white;
}
.btnArea .middle button.basicBW.reserve {
  background-color: #b41139;
  color: white;
}
.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: 10;
  background-color: black;
}
.bttomBtnArea .middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 2%;
  width: 90%;
  max-width: 800px;
  margin: 3% auto;
  padding: 0;
  text-align: center;
}
.bttomBtnArea .middle button.basicBW {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 48%;
  aspect-ratio: 16/3;
  border: 1px solid white;
  color: #EEEEEE;
  letter-spacing: 3px;
  background-image: url(../images/common/triangle-w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  transition: all 1s ease;
  z-index: 2;
}
.bttomBtnArea .middle button.basicBW.request {
  background-color: #666666;
  color: white;
}
.bttomBtnArea .middle button.basicBW.reserve {
  background-color: #b41139;
  color: white;
}
.bttomBtnArea .middle button.basicBW .fa {
  position: absolute;
  top: 32%;
  right: 10px;
  font-size: 20px;
}
.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: #EEEEEE;
}
.bttomBtnArea .hpLink li a:hover {
  text-decoration: underline;
}
.bttomBtnArea .hpLink li.soon {
  display: none;
}
.bttomBtnArea .caption {
  color: white;
}
@media (orientation: portrait) and (max-width: 767px) {
  .bttomBtnArea .middle button.basicBW {
    aspect-ratio: 16/5;
  }
}

.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: 11;
}
footer aside {
  background-color: #212121;
}
footer aside .infobox {
  padding: 50px 0;
  font-size: 0.8em;
  color: #EEEEEE;
}
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;
  border-radius: 60px;
  background-color: #b41139;
  text-align: center;
}
.linkButton a:hover {
  opacity: 0.5;
}

/* !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 .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 .w25,
.flexContainer .w33,
.flexContainer .w30,
.flexContainer .w40,
.flexContainer .w50,
.flexContainer .w60,
.flexContainer .w65,
.flexContainer .w70,
.flexContainer .w75,
.flexContainer .flexItem2,
.flexContainer .flexItem3,
.flexcontainer .w25,
.flexcontainer .w33,
.flexcontainer .w30,
.flexcontainer .w40,
.flexcontainer .w50,
.flexcontainer .w60,
.flexcontainer .w65,
.flexcontainer .w70,
.flexcontainer .w75,
.flexcontainer .flexItem2,
.flexcontainer .flexItem3 {
  margin-bottom: 10px;
}

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

.btn_pageTop {
  position: fixed;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: #b41139;
  z-index: 200;
  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;
  border-radius: 40px;
  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;
  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;
  transition: all 1s ease;
}
.btn-more-inner:hover {
  background-color: #b41139;
  color: white;
}

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

.borderBtmTop::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleY(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #b41139;
  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;
  }
}
/**************************************

	 			!Media

***************************************/
/* !tab */
/* !SP */
@media only screen and (max-width: 767px) {
  .spHidden {
    display: none;
  }
  .pcHidden {
    display: block;
  }
  .caption {
    font-size: 8px;
  }
  .container {
    width: 100%;
  }
  .headStack header .container {
    flex-direction: column;
  }
  .headStack header .container .logo {
    flex-direction: row;
    width: 90%;
    min-width: auto;
    height: auto;
    margin: 0 0;
    padding: 0;
  }
  .headStack header .container .logo .logoBox {
    display: none;
  }
  .headStack header .container .logo .pjName {
    width: 100%;
    font-size: 0.8rem;
    text-align: left;
  }
  .bttomBtnArea {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .w60container,
  .w70container,
  .w80container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
html,
body {
  background-color: white;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 2px;
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  display: inline-block;
}

.eng {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  color: #b9ac67;
}

.engHel {
  font-family: "Oswald", sans-serif;
  color: #898989;
}

.dashB {
  background-color: transparent;
  border-bottom: 1px dashed #212121;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.boxNumber {
  display: inline-block;
  width: 1.6em;
  line-height: 1.6;
  padding-bottom: 0;
  background-color: #840420;
  box-sizing: border-box;
  color: white;
  text-align: center;
  margin-right: 0.5em;
  vertical-align: middle;
}

.objfit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: inherit;
}

.item100, .w100 {
  width: 100%;
}

main {
  display: block;
  position: relative;
  font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2;
  font-weight: 400;
  color: #4A4A4A;
}
main img {
  width: 100%;
}
main ul li {
  font-size: 0.9rem;
}

.top li.menu1 {
  background-color: #b41139;
}

.concept li.menu2 {
  background-color: #b41139;
}

.position li.menu3 {
  background-color: #b41139;
}

.design li.menu4 {
  background-color: #b41139;
}

.siteplan li.menu5 {
  background-color: #b41139;
}

.location li.menu6 {
  background-color: #b41139;
}

.plan li.menu7 {
  background-color: #b41139;
}

.gallery li.menu8 {
  background-color: #b41139;
}

.quality li.menu9 {
  background-color: #b41139;
}

.structure li.menu10 {
  background-color: #b41139;
}

.bannerArea {
  width: 100%;
  z-index: auto;
  padding: 0;
  border: none;
}
.bannerArea .w100Container {
  position: relative;
  width: 100%;
  background-color: black;
  padding-top: 30px;
  z-index: 10;
}
.bannerArea .w100Container ul {
  width: 90%;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.bannerArea .w100Container ul li {
  width: 24%;
  margin: 0.5%;
}
.bannerArea .w100Container ul li img {
  width: 100%;
}

/* !Pages */
.pages {
  /* !Concept */
  /* !Position */
  /* !Design */
  /* !Siteplan */
  /* !Location */
  /* !Plan */
  /* !Gallery */
}
.pages p.lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .pages p.lead {
    font-size: 1.2rem;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages p.lead {
    font-size: 1rem;
  }
}
.pages p.lead2 {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .pages p.lead2 {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages p.lead2 {
    font-size: 0.9rem;
  }
}
.pages .fullWidth {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.pages .secBg {
  height: 100%;
}
.pages.concept main {
  position: relative;
  background-color: #434556;
  color: white;
}
.pages.concept main .mainBG {
  position: relative;
  background: radial-gradient(59.83% 47.83%, ellipse farthest-corner, rgba(26, 11, 8, 0) 31.59%, rgba(26, 11, 8, 0.35) 79.77%, rgba(26, 11, 8, 0.5) 100%);
  z-index: 1;
}
.pages.concept main .mainBG .flexcontainer {
  position: relative;
  flex-direction: row;
  align-items: stretch;
  background-image: url("../../concept/images/ttl-02.png");
  background-size: 36%;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 5;
}
.pages.concept main .mainBG .flexcontainer .leftFloatTxt {
  width: 35%;
  display: flex;
  align-items: center;
}
.pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  height: 80%;
  margin: 10% 0 10% 10%;
}
.pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner .headingArea h1 {
  width: 74%;
}
.pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner .btmArea h2 {
  font-size: 2.2rem;
}
.pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner .btmArea .lead {
  font-size: 1rem;
  line-height: 2.5;
}
.pages.concept main .mainBG .flexcontainer .ph-cg {
  width: 65%;
  aspect-ratio: 1/1;
  padding: 5% 0 0;
  margin: 0% 0 0% auto;
  background: rgba;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .pages.concept main .mainBG .flexcontainer {
    flex-direction: column;
  }
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt {
    width: 100%;
  }
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner {
    flex-direction: row;
    margin: 10% auto 0%;
  }
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner .headingArea h1 {
    width: 94%;
  }
  .pages.concept main .mainBG .flexcontainer .ph-cg {
    width: 80%;
    aspect-ratio: 1/1;
    padding: 5% 0 0;
    margin: 0% auto 0% auto;
  }
}
@media screen and (max-width: 991px) {
  .pages.concept main .mainBG .flexcontainer {
    flex-direction: column;
  }
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt {
    width: 100%;
  }
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner {
    flex-direction: column;
    margin: 5% auto 0%;
  }
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner .headingArea h1 {
    width: 40%;
    margin: 1% auto;
  }
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner .btmArea {
    margin-top: 5%;
    text-align: center;
  }
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner .btmArea h2 {
    font-size: 1.6rem;
  }
  .pages.concept main .mainBG .flexcontainer .ph-cg {
    width: 80%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner {
    flex-direction: column;
    margin: 5% auto 0%;
  }
  .pages.concept main .mainBG .flexcontainer .leftFloatTxt .inner .headingArea h1 {
    width: 60%;
    margin: 1% auto;
  }
  .pages.concept main .mainBG .flexcontainer .ph-cg {
    width: 100%;
  }
}
.pages.position {
  position: relative;
}
.pages.position .sec1 {
  position: relative;
  width: 100%;
  background-image: url("../../position/images/ph-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
  color: white;
  overflow: hidden;
  z-index: 3;
}
.pages.position .sec1 .floatBox1 {
  position: absolute;
  width: 100%;
  aspect-ratio: 16/4;
  background-color: rgba(0, 0, 0, 0.5);
  transform: rotateZ(80deg);
  transform-origin: 10% 10%;
  z-index: 1;
}
.pages.position .sec1 .floatBox2 {
  position: absolute;
  width: 100%;
  aspect-ratio: 16/4;
  background-color: rgba(0, 0, 0, 0.5);
  transform: rotateZ(80deg);
  transform-origin: 62% 200%;
  z-index: 2;
}
.pages.position .sec1 .flexcontainer {
  position: relative;
  align-items: stretch;
  z-index: 5;
}
.pages.position .sec1 .flexcontainer h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.pages.position .sec1 .flexcontainer .leftStack {
  position: relative;
  width: 20%;
  height: 100%;
  padding: 3% 0 5%;
}
.pages.position .sec1 .flexcontainer .leftStack h1 {
  width: 150%;
  margin: 0 0 20% 20%;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
.pages.position .sec1 .flexcontainer .leftStack h2.one {
  width: 70%;
  margin: 0 0 10% 50%;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
.pages.position .sec1 .flexcontainer .leftStack h3.one {
  width: 90%;
  margin: 0 0 10% 20%;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
.pages.position .sec1 .flexcontainer .leftStack .inner {
  margin: 0 0 0 10%;
}
.pages.position .sec1 .flexcontainer .pcNone {
  display: none;
}
.pages.position .sec1 .flexcontainer .rightStack {
  width: 20%;
  padding: 5% 0;
}
.pages.position .sec1 .flexcontainer .rightStack h2.two {
  width: 90%;
  margin: 0 0 30% -5%;
  filter: drop-shadow(-4px 4px 5px rgba(0, 0, 0, 0.7));
}
.pages.position .sec1 .flexcontainer .rightStack h3.two {
  width: 60%;
  margin: 0 5% 10% auto;
  filter: drop-shadow(-4px 4px 6px rgba(0, 0, 0, 0.9));
}
.pages.position .sec1 .flexcontainer .rightStack .inner {
  margin: 0 5% 0 0;
  text-shadow: 1px 1px 3px black;
}
@media screen and (max-width: 991px) {
  .pages.position .sec1 {
    background-image: none;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  .pages.position .sec1 .floatBox1,
  .pages.position .sec1 .floatBox2 {
    display: none;
  }
  .pages.position .sec1 .flexcontainer {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    z-index: 5;
  }
  .pages.position .sec1 .flexcontainer h4 {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .pages.position .sec1 .flexcontainer .leftStack {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 20%;
    padding: 3% 5%;
    background-color: black;
  }
  .pages.position .sec1 .flexcontainer .leftStack h1 {
    width: 100%;
    margin: 0 0 5%;
  }
  .pages.position .sec1 .flexcontainer .leftStack h1 img {
    width: 30%;
  }
  .pages.position .sec1 .flexcontainer .leftStack h2.one {
    width: 24%;
    margin: 0;
  }
  .pages.position .sec1 .flexcontainer .leftStack h3.one {
    position: absolute;
    width: 30%;
    top: 130%;
    left: 2%;
    margin: 0;
    z-index: 100;
  }
  .pages.position .sec1 .flexcontainer .leftStack .inner {
    width: 70%;
    margin: 0 0;
  }
  .pages.position .sec1 .flexcontainer .pcNone {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16/8;
    background-image: url("../../position/images/ph-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pages.position .sec1 .flexcontainer .rightStack {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 5%;
    background-color: black;
  }
  .pages.position .sec1 .flexcontainer .rightStack h2.two {
    position: absolute;
    width: 24%;
    top: -120%;
    right: 1%;
    margin: 0;
  }
  .pages.position .sec1 .flexcontainer .rightStack h3.two {
    width: 22%;
  }
  .pages.position .sec1 .flexcontainer .rightStack .inner {
    width: 70%;
    margin: 0;
    text-shadow: 1px 1px 3px black;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.position .sec1 .flexcontainer h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
  .pages.position .sec1 .flexcontainer .leftStack {
    height: 20%;
    padding: 3% 5%;
  }
  .pages.position .sec1 .flexcontainer .leftStack h1 {
    width: 100%;
    margin: 0 0 5%;
  }
  .pages.position .sec1 .flexcontainer .leftStack h1 img {
    width: 60%;
  }
  .pages.position .sec1 .flexcontainer .leftStack h2.one {
    width: 24%;
    margin: 0;
  }
  .pages.position .sec1 .flexcontainer .leftStack h3.one {
    position: absolute;
    width: 30%;
    top: 122%;
    left: 2%;
    margin: 0;
    z-index: 100;
  }
  .pages.position .sec1 .flexcontainer .leftStack .inner {
    width: 70%;
    margin: 0 0;
  }
  .pages.position .sec1 .flexcontainer .rightStack {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 5%;
    background-color: black;
  }
  .pages.position .sec1 .flexcontainer .rightStack h2.two {
    position: absolute;
    width: 24%;
    top: -50%;
    right: 1%;
    margin: 0;
  }
  .pages.position .sec1 .flexcontainer .rightStack h3.two {
    width: 22%;
  }
  .pages.position .sec1 .flexcontainer .rightStack .inner {
    width: 70%;
    margin: 0;
    text-shadow: 1px 1px 3px black;
  }
}
.pages.position .sec2 {
  position: relative;
  z-index: 1;
  margin-top: -18%;
  color: white;
}
.pages.position .sec2 h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
}
.pages.position .sec2 .sub {
  color: #cbba75;
  margin-bottom: 1em;
}
.pages.position .sec2 h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
}
.pages.position .sec2 .lead {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-shadow: 1px 1px 3px black;
}
@media screen and (max-width: 991px) {
  .pages.position .sec2 .lead {
    font-size: 1rem;
  }
}
.pages.position .sec2 .secFlex {
  position: relative;
}
.pages.position .sec2 .secFlex .leftStack {
  width: 60%;
  background-image: url("../../position/images/bg-02.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 20% 12%;
}
.pages.position .sec2 .secFlex .rightStack {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100vh;
  min-height: 1080px;
  background-image: url("../../position/images/bg-03.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.pages.position .sec2 .secFlex .rightStack .inner {
  width: 80%;
}
.pages.position .sec2 .secFlex .rightStack .inner .ttl {
  width: 20%;
  margin: 10% auto 20%;
}
.pages.position .sec2 .secFlex .rightStack .floatTitle {
  position: absolute;
  left: -18%;
  top: 36%;
  width: 40%;
}
.pages.position .sec2 .secFlex .rightStack .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.pages.position .sec2 .fl1 {
  width: 100%;
  justify-content: flex-start;
  margin: 5% auto;
  gap: 1em 5%;
}
.pages.position .sec2 .fl1 .item1,
.pages.position .sec2 .fl1 .item4 {
  width: 100%;
}
.pages.position .sec2 .fl1 .item2 {
  width: 40%;
}
.pages.position .sec2 .fl1 .item3 {
  width: 20%;
}
.pages.position .sec2 .fl2 {
  width: 100%;
  margin: 5% auto;
  gap: 1em 1%;
}
.pages.position .sec2 .fl2 .item {
  width: 49%;
}
.pages.position .sec2 .fl3 {
  width: 100%;
  margin: 5% auto;
  gap: 1em 1%;
}
.pages.position .sec2 .fl3 .item {
  width: 32%;
}
@media screen and (max-width: 1199px) {
  .pages.position .sec2 .secFlex .leftStack {
    width: 50%;
    padding: 15% 10%;
  }
  .pages.position .sec2 .secFlex .rightStack {
    width: 50%;
    padding: 15% 5%;
  }
}
@media screen and (max-width: 991px) {
  .pages.position .sec2 {
    margin-top: 0;
  }
  .pages.position .sec2 .secFlex {
    flex-direction: column-reverse;
  }
  .pages.position .sec2 .secFlex .leftStack {
    width: 100%;
    padding: 15% 10%;
  }
  .pages.position .sec2 .secFlex .rightStack {
    position: relative;
    width: 100%;
    padding: 15% 0 30%;
  }
  .pages.position .sec2 .secFlex .rightStack .inner {
    width: 90%;
  }
  .pages.position .sec2 .secFlex .rightStack .inner .ttl {
    width: 20%;
    margin: 10% auto 10%;
  }
  .pages.position .sec2 .secFlex .rightStack .floatTitle {
    position: absolute;
    left: 40%;
    top: 90%;
    width: 35%;
  }
  .pages.position .sec2 .fl1 {
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    margin: 5% auto;
    gap: 1em 5%;
  }
  .pages.position .sec2 .fl1 .item1,
  .pages.position .sec2 .fl1 .item4 {
    width: 100%;
  }
  .pages.position .sec2 .fl1 .item2 {
    width: 40%;
  }
  .pages.position .sec2 .fl1 .item3 {
    width: 20%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.position .sec2 .secFlex .leftStack {
    width: 100%;
    padding: 25% 10%;
  }
  .pages.position .sec2 .secFlex .rightStack {
    position: relative;
    width: 100%;
    padding: 60% 0 70%;
  }
  .pages.position .sec2 .secFlex .rightStack .inner {
    width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5%;
  }
  .pages.position .sec2 .secFlex .rightStack .inner .ttl {
    width: 20%;
    margin: 5% auto 5%;
  }
  .pages.position .sec2 .secFlex .rightStack .floatTitle {
    position: absolute;
    left: 20%;
    top: 94%;
    width: 35%;
  }
  .pages.position .sec2 .fl1 {
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    margin: 5% auto;
    gap: 1em 5%;
  }
  .pages.position .sec2 .fl1 .item1,
  .pages.position .sec2 .fl1 .item4 {
    width: 100%;
  }
  .pages.position .sec2 .fl1 .item2 {
    width: 40%;
  }
  .pages.position .sec2 .fl1 .item3 {
    width: 20%;
  }
  .pages.position .sec2 .fl3 .item {
    width: 100%;
  }
}
.pages.position .sec3 {
  position: relative;
}
.pages.position .sec3 .secTitle {
  position: absolute;
  top: 5%;
  left: 35%;
  width: 50%;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .pages.position .sec3 .secTitle {
    top: 1%;
    left: 5%;
  }
}
.pages.position .sec3 .secFlex {
  position: relative;
}
.pages.position .sec3 .secFlex .leftStack {
  position: sticky;
  width: 40%;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../position/images/ph-15.jpg");
  background-size: cover;
  background-position: 50%;
}
.pages.position .sec3 .secFlex .leftStack .inner {
  width: 80%;
}
.pages.position .sec3 .secFlex .leftStack .inner .ttl {
  width: 20%;
  margin: 20% auto 30%;
}
.pages.position .sec3 .secFlex .leftStack .floatTitle {
  position: absolute;
  left: 10%;
  bottom: 1%;
  width: 50%;
}
.pages.position .sec3 .secFlex .leftStack .caption {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: white;
}
.pages.position .sec3 .secFlex .rightStack {
  width: 60%;
  padding: 20% 0%;
  background-image: url("../../position/images/bg-04.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.pages.position .sec3 .secFlex .rightStack .inner {
  width: 60%;
  min-width: 500px;
  margin: 0 auto;
}
.pages.position .sec3 .secFlex .rightStack h4 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.pages.position .sec3 .secFlex .rightStack h5 {
  width: 80%;
  margin: 1em 0;
}
.pages.position .sec3 .secFlex .rightStack .fl4 {
  margin: 1em 0;
  gap: 1em 1%;
}
.pages.position .sec3 .secFlex .rightStack .fl4 .item {
  width: 32%;
}
@media screen and (max-width: 991px) {
  .pages.position .sec3 .secFlex {
    flex-direction: column;
  }
  .pages.position .sec3 .secFlex .leftStack {
    position: relative;
    width: 100%;
  }
  .pages.position .sec3 .secFlex .leftStack .floatTitle {
    left: auto;
    right: 3%;
    bottom: 1%;
    width: 36%;
  }
  .pages.position .sec3 .secFlex .rightStack {
    width: 100%;
    padding: 5% 0 25%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.position .sec3 .secFlex .rightStack {
    width: 100%;
    padding: 5% 0 25%;
  }
  .pages.position .sec3 .secFlex .rightStack .inner {
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }
  .pages.position .sec3 .secFlex .rightStack .fl4 .item {
    width: 100%;
  }
}
.pages.position .sec4 {
  background-color: black;
  color: white;
}
.pages.position .sec4 h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
}
.pages.position .sec4 .view {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8;
  background-image: url("../../position/images/ph-30.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.pages.position .sec4 .view h3 {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 2.4%;
}
.pages.position .sec4 .textArea {
  padding: 5% 0;
}
.pages.design .sec1 {
  background-color: #2a4069;
  color: white;
}
.pages.design .sec1 .boxGrade {
  position: relative;
  overflow: hidden;
  padding: 5% 0;
  background: radial-gradient(50% 50%, ellipse farthest-corner, rgba(0, 0, 0, 0) 46.91%, rgba(0, 0, 0, 0.6) 100%);
}
.pages.design .sec2 {
  color: white;
}
.pages.design .sec2 .secFlex {
  position: relative;
}
.pages.design .sec2 .secFlex .leftStack {
  width: 55%;
  position: sticky;
  top: 0;
  height: 100vh;
  background-image: url("../../design/images/ph-02.jpg");
  background-position: 50%;
  background-size: cover;
}
.pages.design .sec2 .secFlex .leftStack h3 {
  width: 12%;
  margin: 12% 0 0 10%;
}
.pages.design .sec2 .secFlex .rightStack {
  width: 45%;
  background-image: url("../../design/images/bg-01.jpg");
  background-position: 50%;
  background-size: cover;
}
.pages.design .sec2 .secFlex .rightStack .inner {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.pages.design .sec2 .secFlex .rightStack .inner h4 {
  width: 80%;
  margin: 5% 0;
}
.pages.design .sec2 .secFlex .rightStack .inner h5.subTitle1,
.pages.design .sec2 .secFlex .rightStack .inner h5.subTitle4 {
  width: 70%;
  margin-bottom: 1em;
}
.pages.design .sec2 .secFlex .rightStack .inner h5.subTitle2 {
  width: 90%;
  margin: 5em 0 1em;
}
.pages.design .sec2 .secFlex .rightStack .inner h5.subTitle3 {
  width: 40%;
  margin: 5em 0 1em;
}
.pages.design .sec2 .secFlex .rightStack .inner h6 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.pages.design .sec2 .secFlex .rightStack .inner .box {
  position: relative;
  background-image: url("../../design/images/ph-04.png");
  background-position: center right -250%;
  background-size: 80%;
  background-repeat: no-repeat;
  padding: 0 30% 6% 0;
}
.pages.design .sec2 .secFlex .rightStack .inner .box p.caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  text-shadow: 3px 3px 4px black;
}
.pages.design .sec2 .secFlex .rightStack .inner .material {
  mix-blend-mode: lighten;
}
.pages.design .sec2 .secFlex .rightStack .inner hr {
  border-color: #ad9481;
}
.pages.design .sec2 .secFlex .rightStack .inner .fl01 {
  margin-top: 5em;
  align-items: flex-end;
  padding-bottom: 3em;
}
.pages.design .sec2 .secFlex .rightStack .inner .fl01 .leftItem {
  width: 68%;
}
.pages.design .sec2 .secFlex .rightStack .inner .fl01 .rightItem {
  width: 28%;
}
.pages.design .sec2 .secFlex .rightStack .inner .fl01 .rightItem p.caption span.lg {
  margin-left: 1em;
  font-size: 2.8em;
}
@media screen and (max-width: 991px) {
  .pages.design .sec2 .secFlex .leftStack h3 {
    width: 12%;
    margin: 32% 0 0 10%;
  }
  .pages.design .sec2 .secFlex .rightStack .inner {
    position: relative;
    overflow: hidden;
    width: 86%;
    margin: 0 auto;
  }
  .pages.design .sec2 .secFlex .rightStack .inner h6 {
    font-size: 1rem;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .fl01 {
    margin-top: 5em;
    align-items: flex-end;
    padding-bottom: 3em;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .fl01 .leftItem {
    width: 100%;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .fl01 .rightItem {
    width: 100%;
    padding: 5% 10%;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .fl01 .rightItem p.caption span.lg {
    margin-left: 1em;
    font-size: 2.8em;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .phW60, .pages.design .sec2 .secFlex .rightStack .inner .phW80 {
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.design .sec2 .secFlex {
    flex-direction: column;
  }
  .pages.design .sec2 .secFlex .leftStack {
    position: relative;
    width: 100%;
  }
  .pages.design .sec2 .secFlex .leftStack h3 {
    width: 12%;
    margin: 32% 0 0 10%;
  }
  .pages.design .sec2 .secFlex .rightStack {
    width: 100%;
  }
  .pages.design .sec2 .secFlex .rightStack .inner {
    position: relative;
    overflow: hidden;
    width: 86%;
    margin: 0 auto;
  }
  .pages.design .sec2 .secFlex .rightStack .inner h6 {
    font-size: 1rem;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .fl01 {
    margin-top: 5em;
    align-items: flex-end;
    padding-bottom: 3em;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .fl01 .leftItem {
    width: 100%;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .fl01 .rightItem {
    width: 100%;
    padding: 5% 10%;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .fl01 .rightItem p.caption span.lg {
    margin-left: 1em;
    font-size: 2.8em;
  }
  .pages.design .sec2 .secFlex .rightStack .inner .phW60, .pages.design .sec2 .secFlex .rightStack .inner .phW80 {
    width: 100%;
  }
}
.pages.design .sec3 {
  position: relative;
  color: white;
}
.pages.design .sec3 h3 {
  position: absolute;
  top: 43%;
  left: 6%;
  width: 30%;
  z-index: 10;
}
.pages.design .sec3 .txtBox {
  position: absolute;
  top: 5%;
  right: 3%;
  width: 600px;
  padding: 50px 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.pages.design .sec3 .txtBox h4 {
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  margin-bottom: 1em;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}
.pages.design .sec3 .txtBox .lead {
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) {
  .pages.design .sec3 {
    aspect-ratio: auto;
  }
  .pages.design .sec3 .txtBox {
    position: relative;
    width: 100%;
    right: 0;
    padding-top: 10%;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.design .sec3 h3 {
    top: 20%;
    left: 6%;
    width: 36%;
  }
  .pages.design .sec3 .txtBox {
    position: relative;
    width: 100%;
    right: 0;
    padding-top: 10%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .pages.design .sec3 .txtBox h4 {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.pages.design .sec4 {
  color: white;
}
.pages.design .sec4 .secFlex {
  position: relative;
  align-items: stretch;
}
.pages.design .sec4 .secFlex .leftStack {
  position: relative;
  width: 45%;
  padding: 3% 0;
  background-color: black;
  z-index: 10;
}
.pages.design .sec4 .secFlex .leftStack .inner {
  width: 64%;
  margin: 0 auto;
}
.pages.design .sec4 .secFlex .leftStack .inner h4 {
  width: 80%;
  margin: 0 -24% 5% auto;
}
.pages.design .sec4 .secFlex .leftStack .inner h5 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.1em;
}
.pages.design .sec4 .secFlex .leftStack .inner .fl2 .item {
  width: 48%;
}
.pages.design .sec4 .secFlex .rightStack {
  position: sticky;
  top: 0;
  width: 55%;
  height: 100vh;
}
.pages.design .sec4 .secFlex .rightStack h3 {
  position: absolute;
  top: 3%;
  left: 2%;
  width: 20%;
}
.pages.design .sec4 .secFlex .rightStack .txtBox {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.pages.design .sec4 .secFlex .rightStack .txtBox h4 {
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  margin-bottom: 1em;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}
.pages.design .sec4 .secFlex .rightStack .txtBox .lead {
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) {
  .pages.design .sec4 .secFlex .leftStack .inner {
    width: 80%;
  }
  .pages.design .sec4 .secFlex .rightStack h3 {
    position: absolute;
    top: 43%;
    left: 2%;
    width: 20%;
  }
  .pages.design .sec4 .secFlex .rightStack .txtBox h4 {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.design .sec4 .secFlex {
    flex-direction: column-reverse;
  }
  .pages.design .sec4 .secFlex .leftStack {
    width: 100%;
  }
  .pages.design .sec4 .secFlex .leftStack .inner {
    width: 80%;
  }
  .pages.design .sec4 .secFlex .leftStack .inner h4 {
    width: 70%;
    margin: 0 1% 3% auto;
  }
  .pages.design .sec4 .secFlex .rightStack {
    position: relative;
    width: 100%;
    height: auto;
  }
  .pages.design .sec4 .secFlex .rightStack h3 {
    position: absolute;
    top: 23%;
    left: 2%;
    width: 20%;
  }
  .pages.design .sec4 .secFlex .rightStack .txtBox {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
  .pages.design .sec4 .secFlex .rightStack .txtBox h4 {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
}
.pages.siteplan {
  background-color: #434556;
  background-image: url("../../siteplan/images/circleGrade.png");
  background-position: 50%;
  background-size: cover;
  background-blend-mode: overlay;
}
.pages.siteplan .sec1 .secFlex {
  position: relative;
  color: white;
}
.pages.siteplan .sec1 .secFlex .leftStack {
  position: relative;
  width: 55%;
  position: sticky;
  top: 0;
  height: 100vh;
  background-image: url("../../siteplan/images/ph-01.jpg");
  background-position: 50%;
  background-size: cover;
}
.pages.siteplan .sec1 .secFlex .leftStack .houi {
  position: absolute;
  right: 20px;
  bottom: 50px;
  width: 120px;
}
.pages.siteplan .sec1 .secFlex .leftStack .caption {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.pages.siteplan .sec1 .secFlex .rightStack {
  position: relative;
  background-color: #434556;
  background-image: url("../../siteplan/images/cg01.png");
  background-position: 50% right;
  background-size: cover;
  background-blend-mode: multiply;
  width: 45%;
  padding: 3% 0;
}
.pages.siteplan .sec1 .secFlex .rightStack .topStack {
  position: relative;
  width: 80%;
  margin: 0 auto 15%;
  z-index: 5;
}
.pages.siteplan .sec1 .secFlex .rightStack .topStack h3 {
  width: 50%;
  margin: 0 auto 3% -20%;
}
.pages.siteplan .sec1 .secFlex .rightStack .topStack h4 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.pages.siteplan .sec1 .secFlex .rightStack .inner {
  position: relative;
  width: 80%;
  max-width: 670px;
  margin: 0 10% 0 auto;
}
.pages.siteplan .sec1 .secFlex .rightStack .inner h6 {
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.pages.siteplan .sec1 .secFlex .rightStack .inner .stack {
  position: relative;
}
.pages.siteplan .sec1 .secFlex .rightStack .inner .stack h4 {
  position: relative;
  width: 80%;
  margin: 5% auto -17% 0;
  z-index: 5;
}
.pages.siteplan .sec1 .secFlex .rightStack .inner .stack .ph {
  position: relative;
  width: 100%;
  z-index: 1;
}
.pages.siteplan .sec1 .secFlex .rightStack .inner hr {
  border-color: #ad9481;
}
.pages.siteplan .sec1 .secFlex .rightStack .inner .flexcontainer {
  align-items: stretch;
  gap: 1em 2%;
}
.pages.siteplan .sec1 .secFlex .rightStack .inner .flexcontainer .parts {
  width: 48%;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .pages.siteplan .sec1 .secFlex .rightStack {
    width: 45%;
    padding: 3% 0;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .topStack {
    position: relative;
    width: 80%;
    margin: 0 auto 15%;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .topStack h3 {
    width: 70%;
    margin: 0 auto 3% -36%;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .topStack h4 {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .inner {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: 0 10% 0 auto;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .inner h6 {
    margin-bottom: 0.5em;
    line-height: 1.3;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .inner .stack {
    position: relative;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .inner .stack h4 {
    position: relative;
    width: 80%;
    margin: 5% auto -17% 0;
    z-index: 5;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .inner .stack .ph {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .inner hr {
    border-color: #ad9481;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .inner .flexcontainer {
    align-items: stretch;
    gap: 1em 2%;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .inner .flexcontainer .parts {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.siteplan .sec1 .secFlex {
    flex-direction: column-reverse;
  }
  .pages.siteplan .sec1 .secFlex .leftStack {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
  }
  .pages.siteplan .sec1 .secFlex .rightStack {
    width: 100%;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .topStack {
    position: relative;
    width: 80%;
    margin: 0 auto 15%;
    z-index: 5;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .topStack h3 {
    width: 50%;
    margin: 0 auto 3% 0%;
  }
  .pages.siteplan .sec1 .secFlex .rightStack .topStack h4 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
  }
}
.pages.siteplan .sec2 {
  color: white;
  padding: 3% 0;
}
.pages.siteplan .sec2 .inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.pages.siteplan .sec2 .inner h4 {
  width: 60%;
  margin: 0;
}
.pages.siteplan .sec2 .inner h5 {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.pages.siteplan .sec2 .inner h6 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.pages.siteplan .sec2 .inner .flexcontainer .parts {
  display: flex;
  flex-direction: column;
  width: 24%;
  justify-content: space-between;
}
.pages.siteplan .sec2 .inner .flexcontainer .parts .parts-top,
.pages.siteplan .sec2 .inner .flexcontainer .parts .ph {
  width: 100%;
}
.pages.siteplan .sec2 .inner .flexcontainer .parts .ph {
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .pages.siteplan .sec2 .inner .flexcontainer .parts {
    width: 48%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.siteplan .sec2 .inner .flexcontainer .parts {
    width: 100%;
  }
}
.pages.siteplan .sec3 {
  background-color: #fff;
  color: black;
  padding: 3% 0;
}
.pages.siteplan .sec3 .inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.pages.siteplan .sec3 .inner h4 {
  width: 70%;
}
.pages.siteplan .sec3 .inner .flexcontainer .item {
  width: 23%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.siteplan .sec3 .inner h4 {
    width: 100%;
    margin: 1em 0;
  }
  .pages.siteplan .sec3 .inner .flexcontainer .item {
    width: 48%;
  }
}
.pages.location .sec1 .topVisual {
  position: relative;
  width: 100%;
}
.pages.location .sec1 .topVisual h1 {
  position: absolute;
  width: 30%;
  top: 5%;
  left: 5%;
}
.pages.location .sec1 .topVisual .txtBox {
  position: absolute;
  bottom: 5%;
  right: 2%;
  width: 30%;
  min-width: 660px;
  padding: 50px 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.pages.location .sec1 .topVisual .txtBox .lead {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: white;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) {
  .pages.location .sec1 .topVisual .txtBox {
    position: relative;
    right: 0;
    width: 100%;
    padding: 2%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.location .sec1 .topVisual .txtBox {
    min-width: auto;
  }
  .pages.location .sec1 .topVisual .txtBox .lead {
    font-size: 1rem;
  }
}
.pages.location .sec2 {
  padding: 3% 0;
  background-color: rgb(47, 50, 83);
  background-image: url("../../location/images/bg-01.jpg");
  background-position: bottom left;
  background-size: 100%;
  background-blend-mode: color-burn;
  color: white;
}
.pages.location .sec2 h2 {
  font-size: 1.4rem;
}
.pages.location .sec2 h3 {
  width: 50%;
  max-width: 400px;
}
.pages.location .sec2 .lead {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.pages.location .sec2 .flexcontainer {
  align-items: center;
  gap: 1em 1.333%;
}
.pages.location .sec2 .flexcontainer .leftItem {
  width: 59%;
}
.pages.location .sec2 .flexcontainer .rightItem {
  width: 39%;
}
.pages.location .sec2 .flexcontainer .item {
  width: 18%;
}
@media screen and (max-width: 991px) {
  .pages.location .sec2 .flexcontainer {
    justify-content: flex-start;
  }
  .pages.location .sec2 .flexcontainer .leftItem {
    width: 100%;
  }
  .pages.location .sec2 .flexcontainer .rightItem {
    width: 60%;
    margin: 0 auto;
  }
  .pages.location .sec2 .flexcontainer .item {
    width: 32%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.location .sec2 {
    background-image: none;
  }
  .pages.location .sec2 h2 {
    font-size: 1.2rem;
  }
  .pages.location .sec2 .flexcontainer .leftItem {
    width: 100%;
  }
  .pages.location .sec2 .flexcontainer .rightItem {
    width: 100%;
  }
  .pages.location .sec2 .flexcontainer .item {
    width: 49%;
  }
}
.pages.location .sec3 {
  position: relative;
  overflow: hidden;
  padding: 3% 0;
  background-image: url("../../location/images/bg-01.jpg");
  background-position: top right;
  background-size: cover;
  background-color: rgba(219, 224, 233, 0.4);
  background-blend-mode: overlay;
  color: black;
}
.pages.location .sec3 h3 {
  width: 40%;
}
.pages.location .sec3 h4 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.pages.location .sec3 h5 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.pages.location .sec3 .flexcontainer .w48,
.pages.location .sec3 .flexcontainer .w32,
.pages.location .sec3 .fl1 .w48,
.pages.location .sec3 .fl1 .w32,
.pages.location .sec3 .fl2 .w48,
.pages.location .sec3 .fl2 .w32 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0em 0;
  margin-bottom: 1em;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.location .sec3 .flexcontainer .w48,
  .pages.location .sec3 .flexcontainer .w32,
  .pages.location .sec3 .fl1 .w48,
  .pages.location .sec3 .fl1 .w32,
  .pages.location .sec3 .fl2 .w48,
  .pages.location .sec3 .fl2 .w32 {
    width: 100%;
  }
}
.pages.location .sec3 .bgWrap {
  position: relative;
  padding: 5% 0 5%;
}
.pages.location .sec3 .bgWrap .bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.pages.location .sec3 .bgWrap .stack {
  position: relative;
  z-index: 10;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.location .sec3 h4 {
    font-size: 1.2rem;
  }
}
.pages.location .sec4 {
  padding: 0% 0 5%;
  background-image: url("../../location/images/bg-02.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.pages.location .sec4 h3 {
  width: 40%;
}
.pages.location .sec4 h4 {
  font-size: 2.4rem;
}
.pages.location .sec4 .fl1 .item {
  width: 25%;
}
.pages.location .sec4 .fl2 {
  gap: 1em 1.333%;
  justify-content: flex-start;
}
.pages.location .sec4 .fl2 .item {
  width: 32%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.location .sec4 .fl2 .item {
    width: 100%;
  }
}
.pages.location .sec5 {
  color: white;
  background-color: #402b1c;
}
.pages.location .sec5 .topVisual {
  position: relative;
  width: 100%;
  aspect-ratio: 10/2;
  background-image: url("../../location/images/ph-42.jpg");
  background-size: cover;
  background-position: center bottom;
}
.pages.location .sec5 .topVisual .inner {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 70%;
}
.pages.location .sec5 .topVisual .inner h3 {
  width: 30%;
}
.pages.location .sec5 .topVisual .inner p.eng {
  color: white;
}
.pages.location .sec5 .topVisual p.caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.pages.location .sec5 h5 {
  font-size: 1.4rem;
}
.pages.location .sec5 .mapwrap {
  position: relative;
}
.pages.location .sec5 .mapwrap .fl1 .leftStack {
  width: 40%;
  padding: 5%;
}
.pages.location .sec5 .mapwrap .fl1 .leftStack .inner {
  width: 94%;
  max-width: 700px;
  margin: 0 auto 10%;
}
.pages.location .sec5 .mapwrap .fl1 .leftStack .inner.inner1 h4 {
  width: 100%;
}
.pages.location .sec5 .mapwrap .fl1 .leftStack .inner.inner2 h4 {
  width: 70%;
}
.pages.location .sec5 .mapwrap .fl1 .rightStack {
  position: sticky;
  top: 0;
  width: 60%;
  height: 80vh;
  background-image: url("../../location/images/ill-japan.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.pages.location .sec5 .mapwrap .floatItem {
  position: absolute;
}
.pages.location .sec5 .mapwrap .floatItem.item1 {
  width: 20%;
  top: 22%;
  left: 39%;
}
.pages.location .sec5 .mapwrap .floatItem.item4 {
  width: 14%;
  top: 22%;
  right: 4%;
}
.pages.location .sec5 .mapwrap .floatItem.item3 {
  width: 14%;
  top: 46%;
  right: 6%;
}
.pages.location .sec5 .mapwrap .floatItem.item2 {
  width: 12%;
  top: 44%;
  left: 43%;
}
@media screen and (max-width: 991px) {
  .pages.location .sec5 .mapwrap .fl1 .leftStack .inner {
    width: 100%;
    padding: 0;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.location .sec5 .mapwrap .fl1 {
    flex-direction: column-reverse;
  }
  .pages.location .sec5 .mapwrap .fl1 .leftStack {
    width: 100%;
  }
  .pages.location .sec5 .mapwrap .fl1 .rightStack {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 2/3;
  }
  .pages.location .sec5 .mapwrap .floatItem.item1 {
    width: 22%;
    top: 10%;
    left: 4%;
  }
  .pages.location .sec5 .mapwrap .floatItem.item4 {
    width: 17%;
    top: 12%;
    right: 2%;
  }
  .pages.location .sec5 .mapwrap .floatItem.item3 {
    width: 20%;
    top: 23%;
    right: 8%;
  }
  .pages.location .sec5 .mapwrap .floatItem.item2 {
    width: 18%;
    top: 18%;
    left: 13%;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.location .sec5 .topVisual .inner h3 {
    width: 40%;
  }
  .pages.location .sec5 .topVisual .eng {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pages.location .w60container {
    width: 80%;
  }
}
.pages.plan {
  background-color: black;
}
.pages.plan main {
  color: white;
}
.pages.plan .topVisual {
  background-image: url("../../plan/images/planTop.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3% 5% 1%;
}
.pages.plan .topVisual .titleStack {
  width: 100%;
  aspect-ratio: 16/4;
}
.pages.plan .topVisual .titleStack h1 {
  width: 20%;
  max-width: 200px;
  margin: 1%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.plan .topVisual .titleStack {
    aspect-ratio: 16/6;
    margin-bottom: 1em;
  }
  .pages.plan .topVisual .titleStack h1 {
    width: 30%;
    max-width: 200px;
    margin: 1%;
  }
}
.pages.plan .topVisual .sec2 .secinner {
  width: 60%;
  margin: 0 auto;
}
.pages.plan .topVisual .sec2 .secinner .fl01 {
  padding: min(7%, 20px) 0 min(12%, 40px);
  gap: 20px;
}
.pages.plan .topVisual .sec2 .secinner .fl01 .planBtn {
  position: relative;
  aspect-ratio: 1/1;
  width: calc((100% - 60px) / 4);
  background: linear-gradient(90deg, rgb(185, 172, 103) 0%, rgb(145, 134, 71) 100%);
  padding: min(2%, 5px);
  transition: 0.3s;
}
.pages.plan .topVisual .sec2 .secinner .fl01 .planBtn a {
  width: 100%;
  aspect-ratio: 1/1;
  border: 4px solid black;
  display: block;
  padding: min(4%, 10px);
  transition: 0.3s;
}
.pages.plan .topVisual .sec2 .secinner .fl01 .planBtn:hover {
  background: linear-gradient(90deg, rgb(174, 167, 167) 0%, rgb(147, 146, 136) 100%);
  transition: 0.3s;
}
.pages.plan .topVisual .sec2 .secinner .fl01 .planBtn:hover a {
  border: 4px solid #666666;
  padding: min(4%, 10px);
  transition: 0.3s;
}
.pages.plan .topVisual .sec2 .secinner .fl02 .leftItem,
.pages.plan .topVisual .sec2 .secinner .fl02 .rightItem {
  width: 48%;
  background-color: #402b1c;
  padding: 20px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.pages.plan .topVisual .sec2 .secinner .fl02 .leftItem .inner,
.pages.plan .topVisual .sec2 .secinner .fl02 .rightItem .inner {
  padding: 20px;
}
.pages.plan .topVisual .sec2 .secinner .fl02 .leftItem .inner p,
.pages.plan .topVisual .sec2 .secinner .fl02 .rightItem .inner p {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.pages.plan .topVisual .sec2 .secinner .fl02 .rightItem {
  background-color: #434556;
}
@media screen and (max-width: 991px) {
  .pages.plan .topVisual .sec2 .secinner {
    width: 100%;
  }
  .pages.plan .topVisual .sec2 .secinner .fl01 {
    padding: min(7%, 20px) 0 min(12%, 40px);
    gap: 20px;
  }
  .pages.plan .topVisual .sec2 .secinner .fl01 .planBtn {
    width: calc((100% - 40px) / 3);
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  .pages.plan .topVisual .sec2 .secinner .fl01 {
    padding: min(7%, 20px) 0 min(12%, 40px);
    gap: 20px;
  }
  .pages.plan .topVisual .sec2 .secinner .fl01 .planBtn {
    width: calc((100% - 20px) / 2);
  }
  .pages.plan .topVisual .sec2 .secinner .fl02 .leftItem,
  .pages.plan .topVisual .sec2 .secinner .fl02 .rightItem {
    width: 100%;
    padding: 10px;
    margin-bottom: 1em;
  }
  .pages.plan .topVisual .sec2 .secinner .fl02 .leftItem .inner,
  .pages.plan .topVisual .sec2 .secinner .fl02 .rightItem .inner {
    padding: 10px;
  }
  .pages.plan .topVisual .sec2 .secinner .fl02 .leftItem .inner p,
  .pages.plan .topVisual .sec2 .secinner .fl02 .rightItem .inner p {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
}
.pages.gallery main {
  position: relative;
  background-color: black;
  color: white;
}
.pages.gallery main p.caption {
  text-align: left;
}
.pages.gallery .slider {
  position: relative;
  background-image: url("../../gallery/images/bg-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.pages.gallery .slider h1 {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 24%;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .pages.gallery .slider .w60container {
    width: 80%;
  }
  .pages.gallery .slider h1 {
    top: 5%;
    left: 0%;
    width: 28%;
  }
}

/* !Slider */
.slider {
  width: 94%;
  margin: 0 auto;
}

.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  p {
    font-size: 0.9rem;
  }
  main .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  main h1.pageTitle {
    font-size: 1.2rem;
  }
  .bannerArea {
    padding: 0;
    border: none;
  }
  .bannerArea .w100Container ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bannerArea .w100Container ul li {
    width: 48%;
    margin: 1%;
  }
}
.top .whiteSpace {
  white-space: nowrap;
}
.top main h3 {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 0.5em;
}
.top main h4 {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.top main h5 {
  font-size: 1rem;
  margin-bottom: 1em;
}
.top main p.lead {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.4;
}
.top main .topStack {
  position: relative;
}
.top main .topStack .topVisual li {
  position: relative;
}
.top main .topStack .topVisual li .bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top main .topStack .topVisual li .bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.top main .topStack .topVisual li.slide_item-1 h1 {
  position: absolute;
  top: 45%;
  right: 3%;
  width: 50%;
  z-index: 5;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
.top main .topStack .topVisual li.slide_item-1 h2 {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 2%;
  z-index: 5;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
.top main .topStack .topVisual li.slide_item-2 .subCach {
  position: absolute;
  top: -4%;
  left: -5%;
  width: 34%;
  z-index: 5;
}
.top main .topStack .topVisual li.slide_item-3 .subCach {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 44%;
  z-index: 5;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
.top main .topStack .topVisual li.slide_item-4 .subCach {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 44%;
  z-index: 5;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
.top main .topStack .topVisual li.slide_item-5 .subCach {
  position: absolute;
  top: 14%;
  left: 10%;
  width: 2.4%;
  z-index: 5;
  filter: drop-shadow(2px 2px 5px rgba(110, 144, 176, 0.8));
}
.top main .topStack .topVisual .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top main .topStack .topVisual .slick-dots {
  position: relative;
  background-color: #B5B5B6;
  padding-bottom: 8px;
  bottom: 0;
}
.top main .topStack h1 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 44%;
  z-index: 5;
  transform: translateX(-50%);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
@media (orientation: portrait) and (max-width: 767px) {
  .top main .topStack {
    font-size: 1rem;
    aspect-ratio: 3/1.8;
  }
  .top main .topStack h1 {
    top: 40%;
    width: 60%;
  }
  .top main .topStack h2 {
    width: 3%;
  }
  .top main .topStack h3 {
    width: 80%;
  }
}
.top main .informationStack .container {
  position: relative;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 3em 0 0;
}
.top main .informationStack .container h2.lead {
  font-size: 1.2rem;
  text-align: center;
  margin: 3% 0;
}
.top main .informationStack .container .information {
  width: 65%;
  min-width: 320px;
  margin: 3em auto;
}
.top main .informationStack .container .btnStack {
  width: 35%;
  margin: 0 auto 1em;
}
@media (orientation: portrait) and (max-width: 767px) {
  .top main .informationStack .container {
    padding-top: 1em;
  }
  .top main .informationStack .container .information {
    margin: 2em auto;
  }
}
.top main .cach {
  background-color: #b9ac67;
  background: linear-gradient(90deg, rgb(138, 114, 0) 0%, rgb(116, 96, 0) 0%, rgb(89, 72, 0) 0%, rgb(72, 58, 0) 0%, rgb(66, 53, 0) 0%, rgb(88, 74, 22) 22.7%, rgb(111, 95, 45) 52.32%, rgb(119, 103, 53) 71.08%, rgb(66, 53, 0) 100%);
  padding: 1em 0;
}
.top main .cach h2.lead {
  font-size: 1.8rem;
  color: white;
  text-align: center;
  line-height: 1.7;
  text-shadow: 1px 1px 2px black;
}
@media (orientation: portrait) and (max-width: 767px) {
  .top main .cach h2.lead {
    font-size: 1rem;
  }
}
.top .contentsStack {
  position: relative;
  padding: 10% 15% 5%;
  background-image: url("../images/top/web-topBG.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.94);
  background-blend-mode: overlay;
}
.top .contentsStack .floatItem {
  position: absolute;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.6));
  z-index: 10;
}
.top .contentsStack .floatItem-01 {
  top: 6%;
  left: 10%;
  width: 20%;
}
.top .contentsStack .floatItem-02 {
  top: 30%;
  right: 8%;
  width: 28%;
}
.top .contentsStack .floatItem-03 {
  top: 52%;
  left: 4%;
  width: 28%;
}
.top .contentsStack .floatItem-04 {
  top: 73%;
  left: 8%;
  width: 12%;
}
.top .contentsStack .floatItem-05 {
  top: 79%;
  right: 7%;
  width: 16%;
}
.top .contentsStack .floatBtn {
  position: absolute;
  width: 140px;
  max-width: 14%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #b41139;
  z-index: 10;
  transition: all 0.5s ease;
}
.top .contentsStack .floatBtn:hover {
  background-color: #006934;
}
.top .contentsStack .btn-sec1 {
  top: 17%;
  right: 11%;
}
.top .contentsStack .btn-sec2 {
  top: 34%;
  left: 15%;
}
.top .contentsStack .btn-sec3 {
  top: 57%;
  right: 12%;
}
.top .contentsStack .btn-sec4 {
  top: 74%;
  left: 37%;
  width: 120px;
}
.top .contentsStack .btn-sec5 {
  top: 88%;
  left: 31%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .top .contentsStack {
    background-image: none;
  }
}
.top .sec-concept {
  position: relative;
  background-color: #12417b;
  aspect-ratio: 16/9;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 0% 58%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 0% 58%);
  z-index: 9;
}
.top .sec-concept .inner {
  background: radial-gradient(59.83% 47.83%, ellipse farthest-corner, rgba(26, 11, 8, 0) 31.59%, rgba(26, 11, 8, 0.35) 79.77%, rgba(26, 11, 8, 0.5) 100%);
  z-index: 1;
  background-blend-mode: multiply;
}
.top .sec-concept .item1 {
  position: absolute;
  width: 30%;
  z-index: 100;
}
.top .sec-concept .item2 {
  position: absolute;
  right: 0;
  top: 10%;
  width: 74%;
}
.top .sec-position {
  position: relative;
  margin: -21% 0 0 6%;
  aspect-ratio: 16/8;
  background-image: url("../../position/images/ph-01.jpg");
  background-size: cover;
  -webkit-clip-path: polygon(0% 0%, 95% 27%, 95% 80%, 0% 84%);
          clip-path: polygon(0% 0%, 95% 27%, 95% 80%, 0% 84%);
  z-index: 8;
}
@media (orientation: portrait) and (max-width: 767px) {
  .top .sec-position {
    background-image: url("../../position/images/ph-01-sp.jpg");
  }
}
.top .sec-design {
  position: relative;
  margin-top: -11%;
  aspect-ratio: 16/8;
  background-color: black;
  background-image: url("../../design/images/ph-30.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-clip-path: polygon(0% 11%, 100% 6%, 97% 100%, 5% 96%);
          clip-path: polygon(0% 11%, 100% 6%, 97% 100%, 5% 96%);
  z-index: 6;
}
@media (orientation: portrait) and (max-width: 767px) {
  .top .sec-design {
    background-image: url("../../design/images/ph-30-sp.jpg");
  }
}
.top .sec-siteplan {
  position: relative;
  margin-top: -8%;
  width: 50%;
  aspect-ratio: 8/7;
  z-index: 9;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.6));
}
.top .sec-siteplan .inner {
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url("../images/top/img-siteplan.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-clip-path: polygon(0% 0%, 74% 6%, 74% 70%, 0% 74%);
          clip-path: polygon(0% 0%, 74% 6%, 74% 70%, 0% 74%);
}
.top .sec-location {
  position: relative;
  margin-top: -41%;
  aspect-ratio: 16/8;
  background-color: black;
  background-image: url("../../location/images/ph-02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-clip-path: polygon(30% 10%, 100% 13%, 96% 90%, 28% 100%);
          clip-path: polygon(30% 10%, 100% 13%, 96% 90%, 28% 100%);
  z-index: 7;
}
@media (orientation: portrait) and (max-width: 767px) {
  .top .sec-location {
    background-image: url("../../location/images/ph-02-sp.jpg");
  }
}
.top .other_contents {
  padding: 3% 0;
  background-color: rgba(0, 0, 0, 0.94);
}
.top .other_contents .inner {
  width: 50%;
  min-width: 320px;
  margin: 0 auto;
}
.top .other_contents .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1%;
}
.top .other_contents .inner ul li {
  width: 24%;
  background-color: #b41139;
  transition: all 0.5s ease;
}
.top .other_contents .inner ul li:hover {
  background-color: #006934;
}

@media screen and (max-width: 991px) {
  .top main {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top main h3 {
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .top main h4 {
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
  .top main h5 {
    font-size: 1rem;
    margin-bottom: 1em;
  }
  .top main p {
    text-align: left;
  }
  .top main p.lead {
    text-align: left;
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=style-top.css.map */