html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: initial;
}
body {
  position: relative;
  overflow: initial;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: 'kern', 'liga', 'clig', 'calt';
}
#pxBase sup {
  vertical-align: super;
  font-size: 0.5em;
}
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover {
  text-decoration: none;
}
#pxBase figure {
  position: relative;
}
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#pxBase img.object-fit {
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.lower section.kv {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .lower section.kv {
    margin-top: 150px;
    padding-bottom: 40px;
  }
}
.lower section.kv.is-view .sectionWrap .ttlWrap .largeWrap p {
  color: var(--mainGold);
  font-weight: 600;
}
.movieNav {
  position: fixed;
  left: 0;
  bottom: 75px;
  z-index: 4;
  background: #fff;
  border-radius: 0 70px 70px 0;
  padding: 25px 35px 25px 43px;
  box-shadow: 1px 1px 2px 1px rgba(51, 51, 51, 0.2);
}
@media only screen and (max-width: 991px) {
  .movieNav {
    display: none;
  }
}
.movieNav li {
  position: relative;
  padding: 12px 0;
}
.movieNav li.active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 12px);
  background: #0e2619;
  z-index: 2;
}
.sec-movie {
  background: #fff;
  padding: 60px 0 80px;
  padding: 90px 0 80px;
  color: #38c579;
  color: var(--mainGold);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sec-movie {
    margin-top: -10px;
    line-height: 1.2;
  }
}
.sec-movie .intro-text {
  font-size: 1.1em;
  text-align: center;
  line-height: 2.4;
  color: #333;
  margin-bottom: 60px;
  padding: 0 20px;
}
.sec-movie .titleWrap {
  text-align: center;
  font-size: 5.6rem;
  margin-top: -70px;
  padding-top: 110px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-movie .titleWrap {
    font-size: 4rem;
    padding-top: 80px;
  }
}
.sec-movie .ttlCopy {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sec-movie .ttlCopy {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.sec-movie .inner > * {
  display: block;
  width: 56%;
}
@media only screen and (max-width: 991px) {
  .sec-movie .inner > * {
    width: 100%;
  }
}
.sec-movie .movie-inline-popup {
  position: relative;
  margin-left: auto;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .sec-movie .movie-inline-popup {
    transform: scale(0.85);
    transform-origin: top;
  }
}
.sec-movie .movie-inline-popup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.sec-movie .movieImg {
  position: relative;
}
.sec-movie .movieImg::before,
.sec-movie .movieImg::after {
  transition: all 0.3s ease;
}
.sec-movie .movieImg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  border: 2px solid #fff;
  font-size: 170px;
  margin: 0 auto 10px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sec-movie .movieImg::before {
    font-size: 100px;
  }
}
.sec-movie .movieImg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 49.3%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  margin: auto;
  box-sizing: border-box;
  border: 16px solid transparent;
  border-left: 21px solid #fff;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sec-movie .movieImg::after {
    left: 48.5%;
    border: 10px solid transparent;
    border-left: 12px solid #fff;
  }
}
.sec-movie .movieInfoBox {
  position: absolute;
  background: var(--darkBrown);
  color: #fff;
  padding: 50px 50px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 160px;
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieInfoBox {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec-movie .movieInfoBox {
    padding: 30px;
  }
}
.sec-movie .movieNum {
  position: absolute;
  top: -35px;
  left: 40px;
  font-size: 9rem;
  line-height: 1;
  color: var(--mainGold);
  z-index: 2;
  font-family: 'Yu Mincho', YuMincho, 'Noto Serif JP', 'Hiragino Mincho ProN', serif;
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieNum {
    left: 50%;
    font-size: 8rem;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .sec-movie .movieNum {
    font-size: 6rem;
  }
}
.sec-movie .movieInfoBox-inner {
  width: calc(100% - 110px);
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieInfoBox-inner {
    width: 100%;
    text-align: center;
  }
}
.sec-movie .movieInfoBox-inner h3 {
  font-size: 3rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-movie .movieInfoBox-inner h3 {
    font-size: 2.5rem;
  }
}
.sec-movie .movieInfoBox-inner p {
  font-size: 1.7rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieInfoBox-inner p {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec-movie .movieInfoBox-inner p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.sec-movie .sectionTitle {
  font-weight: 400;
  text-align: center;
}
.sec-movie .container .containerTitle {
  font-size: 4.6rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-movie .container .containerTitle {
    font-size: 3rem;
  }
}
.sec-movie .movieWrap {
  position: relative;
  margin-top: 25px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieWrap {
    background: var(--darkBrown);
  }
}
.sec-movie .movieWrap > li {
  width: calc(66.6667% - 24px);
  margin: 0 12px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieWrap > li {
    width: calc(61.6667% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-movie .movieWrap > li {
    width: 100%;
  }
}
.sec-movie .movieWrap > li:nth-of-type(1) p {
  margin-bottom: 25px;
  padding-bottom: 4px;
  font-size: 2.2rem;
  border-bottom: 1px solid #aeaeae;
}
.sec-movie .movieWrap > li:nth-of-type(2) {
  width: calc(33.3333% - 24px);
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieWrap > li:nth-of-type(2) {
    width: calc(38.3333% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-movie .movieWrap > li:nth-of-type(2) {
    width: 85%;
  }
}
.sec-movie .movieWrap > li .conceptMovie_box iframe {
  width: 100% !important;
  border: 1px solid #515151;
}
.sec-movie .movieWrap > li p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-movie .movieList > li + li {
    margin-top: 30px;
  }
}
.sec-movie #movieConts02 {
  margin-top: 160px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .sec-movie #movieConts02 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-movie #movieConts02 {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-movie #movieConts02 .titleWrap {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-movie #movieConts02 .titleWrap {
    padding-top: 50px;
  }
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  top: -40px;
}
.js-modalInner {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  position: relative;
}
.js-modalInner iframe {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 991px) {
  .js-modalInner {
    width: 92%;
  }
  .js-modalInner iframe {
    width: 100% !important;
  }
  .mfp-iframe-holder .mfp-content {
    width: 92%;
  }
}
.reserveBtn {
  min-width: 240px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
  padding: 25px 0;
  width: 380px;
  margin: 0 auto;
  background: linear-gradient(to right, #b5b099 0%, #787361 50%, #b5b099 100%);
  color: #fff;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .reserveBtn {
    margin-top: 80px;
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .reserveBtn {
    width: 320px;
  }
}
.informationConts {
  margin-top: 280px;
}
@media only screen and (max-width: 991px) {
  .informationConts {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .informationConts {
    margin-top: 80px;
  }
}
.informationConts .informationWrap {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .informationConts .informationWrap {
    display: block;
  }
}
.informationConts .informationBox {
  padding: 0 3.5rem 3.5rem;
  width: calc(100% / 2);
}
@media only screen and (max-width: 991px) {
  .informationConts .informationBox {
    width: 100%;
  }
  .informationConts .informationBox + .informationBox {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .informationConts .informationBox {
    padding: 0 2.5rem 2.5rem;
  }
}
.informationConts .textBox {
  text-align: center;
}
.informationConts .textBox h3 {
  color: #fff;
  font-size: 3rem;
  padding: 15px;
  width: calc(100% + 7rem);
  margin-left: -3.5rem;
}
@media only screen and (max-width: 767px) {
  .informationConts .textBox h3 {
    font-size: 2.4rem;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}
.informationConts .textBox h3 + p {
  padding-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .informationConts .textBox h3 + p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.informationConts .meritBox {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.55);
  padding: 18px;
  font-size: 1.7rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .informationConts .meritBox {
    font-size: 1.5rem;
  }
}
.informationConts .detailBox {
  margin-top: 2.5rem;
}
.informationConts .detailText {
  font-size: 1.8rem;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.informationConts .detailList {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 10px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .informationConts .detailList {
    display: block;
  }
}
.informationConts .detailList li {
  width: calc(100% / 2 - 5px);
}
@media only screen and (max-width: 767px) {
  .informationConts .detailList li {
    width: 100%;
    padding: 3px;
  }
}
.informationConts figure {
  margin-top: 20px;
}
.informationConts .box-modelroom {
  color: #294837;
  background: rgba(14, 38, 25, 0.15);
}
.informationConts .box-modelroom .textBox h3 {
  background: rgba(14, 38, 25, 0.5);
}
.informationConts .box-modelroom .detailText {
  border-bottom: 1px solid rgba(14, 38, 25, 0.5);
}
.informationConts .box-online {
  color: #797873;
  background: rgba(153, 151, 45, 0.1);
}
.informationConts .box-online .textBox h3 {
  background: rgba(169, 167, 159, 0.8);
}
.informationConts .box-online .detailText {
  border-bottom: 1px solid rgba(169, 167, 159, 0.5);
}
.lower .sec-form {
  background: #fff;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .lower .sec-form {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lower .sec-form {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.lower .sec-form .movieInfoBox-inner {
  text-align: center;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .lower .sec-form .movieInfoBox-inner {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.lower .sec-form .movieInfoBox-inner h3 {
  font-size: 3rem;
  color: var(--mainGold);
}
@media only screen and (max-width: 767px) {
  .lower .sec-form .movieInfoBox-inner h3 {
    font-size: 2.6rem;
  }
}
.lower .sec-form .movieInfoBox-inner h3 + p {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .lower .sec-form .movieInfoBox-inner h3 + p {
    font-size: 1.6rem;
  }
}
.lower .sec-form .movieInfoBox-inner h3 + p .st {
  font-size: 2.2rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .lower .sec-form .movieInfoBox-inner h3 + p .st {
    font-size: 2rem;
    line-height: 1.6;
    display: block;
  }
}
.lower .sec-form .formBox {
  display: flex;
  gap: 10px;
  max-width: 900px;
  padding: 0 40px;
  justify-content: center;
  margin: 0 auto;
  align-items: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .lower .sec-form .formBox {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .lower .sec-form .formBox {
    margin-top: -40px;
  }
}
.lower .sec-form .reserveBtn {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 50px;
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  .lower .sec-form .reserveBtn {
    width: 300px;
    height: 65px;
  }
}
/*# sourceMappingURL=campaign.css.map */
