body {
  padding-top: 0;
}

.inv-inc {
  /* ---
      Fixed bnr
  --- */
  /* ---
      MODAL for campaign banner
  --- */
}
.inv-inc .p-home .mv-area {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .mv-area {
    aspect-ratio: 1024/1280;
  }
}
.inv-inc .p-home .mv-area.is-intro .main-video {
  opacity: 1;
  pointer-events: auto;
}
.inv-inc .p-home .mv-area.is-intro .mv-slider {
  opacity: 0;
}
.inv-inc .p-home .main-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
  z-index: 2;
}
.inv-inc .p-home .main-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inv-inc .p-home .main-video .caption {
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: 10px;
  color: #000;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.inv-inc .p-home .main-video .btn-mv-skip {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .main-video .btn-mv-skip {
    font-size: 10px;
    padding: 4px 8px;
  }
}
.inv-inc .p-home .mv-slider {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background: url(../images/home/mv_sld/bg.jpg) no-repeat center center;
  background-size: cover;
  transition: opacity 0.3s;
  overflow: hidden;
}
.inv-inc .p-home .mv-slider__panel {
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .mv-slider__panel {
    gap: 20px;
  }
}
.inv-inc .p-home .mv-slider__madori {
  width: 27.5vw;
  max-width: 528px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .mv-slider__madori {
    width: calc(45% - 30px);
  }
}
.inv-inc .p-home .mv-slider__madori.-e img {
  width: 88.6363636364%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .mv-slider__madori.-e img {
    width: 100%;
  }
}
.inv-inc .p-home .mv-slider__madori.-c img {
  width: 91.0984848485%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .mv-slider__madori.-c img {
    width: 100%;
  }
}
.inv-inc .p-home .mv-slider__madori.-f img {
  width: 100%;
}
.inv-inc .p-home .mv-slider__txt {
  position: relative;
  width: 31.25vw;
  max-width: 600px;
  padding-top: 4.6439628483%;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .mv-slider__txt {
    width: calc(55% - 30px);
    padding-top: 4.6439628483%;
  }
}
.inv-inc .p-home .mv-slider__btn {
  width: 76.6666666667%;
  margin-inline: auto;
  margin-top: min(20px, 1.0416666667vw);
}
.inv-inc .p-home .mv-slider__note {
  margin-top: min(20px, 1.0416666667vw);
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .mv-slider__note {
    font-size: 10px;
    transform: scale(0.7);
    width: 142%;
    margin-left: -21%;
  }
}
.inv-inc .p-home .mv-slider__caution {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .mv-slider__caution {
    position: static;
    padding: 20px 20px 0;
  }
}
.inv-inc .p-home .mv-slider .btn-mv-repeat {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .mv-slider .btn-mv-repeat {
    font-size: 10px;
    padding: 4px 8px;
  }
}
.inv-inc .p-home .block-information {
  padding: 65px 30px 76px;
  background: url(../images/home/bg_information.jpg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-information {
    padding: 30px 30px 35px;
  }
}
.inv-inc .p-home .block-information .inner {
  max-width: 670px;
  margin-inline: auto;
}
.inv-inc .p-home .block-information .title {
  font-size: 24px;
  font-weight: 400;
  color: #a8966d;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-information .title {
    font-size: 20px;
    text-align: center;
  }
}
.inv-inc .p-home .block-information .scroll {
  overflow-y: auto;
  max-height: 200px;
  margin-top: 5px;
  padding: 20px 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-information .scroll {
    padding: 20px;
  }
}
.inv-inc .p-home .block-information .scroll dl {
  padding: 10px 0 5px;
  border-bottom: 1px dotted #000;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-information .scroll dl {
    font-size: 12px;
  }
}
.inv-inc .p-home .block-information .scroll dt .new {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  background: #d11616;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 3px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.inv-inc .p-home .block-information .scroll dd {
  position: relative;
  margin-top: 5px;
}
.inv-inc .p-home .block-information .scroll dd a {
  text-decoration: underline;
  color: #000;
}
.inv-inc .p-home .block-information .scroll dd a:hover {
  opacity: 1;
  text-decoration: none;
}
.inv-inc .p-home .block-reserve {
  width: 100%;
  padding: 40px 20px;
  background: linear-gradient(30deg, #111 0%, #452b06 50%, #111 100%);
}
.inv-inc .p-home .block-reserve .copy {
  position: relative;
  max-width: 500px;
  margin-inline: auto;
  padding: 20px 0;
  text-align: center;
}
.inv-inc .p-home .block-reserve .copy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d6ae64 0%, #ce9325 50%, #d6ae64 100%);
}
.inv-inc .p-home .block-reserve .copy:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d6ae64 0%, #ce9325 50%, #d6ae64 100%);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-reserve .copy {
    padding: 20px 30px;
  }
}
.inv-inc .p-home .block-reserve .reception {
  max-width: 500px;
  margin-inline: auto;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-reserve .reception {
    padding: 0 30px;
    margin-top: 30px;
  }
}
.inv-inc .p-home .block-reserve .btn {
  max-width: 700px;
  margin-inline: auto;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-reserve .btn {
    margin-top: 20px;
  }
}
.inv-inc .p-home .block-reserve .btn a {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 18px;
  line-height: 1;
  color: #fff;
  background: #b11616;
  font-size: 22px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-reserve .btn a {
    font-size: 15px;
  }
}
.inv-inc .p-home .block-reserve .btn a:hover {
  opacity: 0.7;
}
.inv-inc .p-home .block-action {
  width: 100%;
  padding: 30px 20px;
  background: linear-gradient(30deg, #487ac5 0%, #9fc4d8 50%, #487ac5 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-action {
    padding: 40px 20px 20px;
  }
}
.inv-inc .p-home .block-action .action {
  position: relative;
  text-align: center;
}
.inv-inc .p-home .block-action .action img {
  max-width: 800px;
}
.inv-inc .p-home .block-price {
  width: 100%;
  padding: 30px 20px;
  background: linear-gradient(30deg, #ddb672 0%, #ddd4bd 50%, #ddb672 100%);
}
.inv-inc .p-home .block-price__in {
  max-width: 1000px;
  margin-inline: auto;
}
.inv-inc .p-home .block-price-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-price-line {
    gap: 15px;
  }
}
.inv-inc .p-home .block-price .price-each {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-price .price-each {
    width: 80%;
  }
}
.inv-inc .p-home .block-price .price-each .price-monthly {
  max-width: 500px;
  margin-inline: auto;
}
.inv-inc .p-home .block-price .price-each .price-note {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-price .price-each .price-note {
    margin-top: 10px;
    font-size: 11px;
  }
}
.inv-inc .p-home .block-price .btn {
  width: 100%;
  line-height: 1.1;
  text-align: center;
  z-index: 3;
  margin-top: 30px;
}
.inv-inc .p-home .block-price .btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.inv-inc .p-home .block-price .btn a img {
  width: 100%;
  max-width: 500px;
}
.inv-inc .p-home .block-price .note {
  margin-top: 30px;
  text-align: right;
  color: #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-price .note {
    margin-top: 15px;
    margin-left: -22%;
    width: 125%;
    transform-origin: right bottom;
    transform: scale(0.8);
    text-align: right;
  }
}
.inv-inc .p-home .block-plan_copy {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-plan_copy {
    padding: 30px 20px 20px;
    font-size: 2.5vw;
  }
}
.inv-inc .p-home .block-plan_copy p {
  line-height: 1.3;
  font-size: min(30px, 2.5vw);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-plan_copy p {
    font-size: 3.9113428944vw;
  }
}
.inv-inc .p-home .block-plan_copy p strong {
  font-weight: 700;
}
.inv-inc .p-home .block-feature {
  padding: 100px 20px 20px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-feature {
    padding-top: 45px;
  }
}
.inv-inc .p-home .block-feature .featurelist {
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 1050px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-feature .featurelist {
    display: block;
  }
}
.inv-inc .p-home .block-feature .featurelist .each {
  position: relative;
  display: block;
  width: calc(50% - 15px);
  aspect-ratio: 504/280;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-feature .featurelist .each {
    width: 100%;
    margin-top: 25px;
  }
}
.inv-inc .p-home .block-feature .featurelist .each .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.inv-inc .p-home .block-feature .featurelist .each .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: 0.5s;
}
.inv-inc .p-home .block-feature .featurelist .each .txt {
  position: absolute;
  left: 50%;
  top: 8.9285714286%;
  height: 62.5%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 0.8s;
  transform: translateX(-50%);
  text-align: center;
}
.inv-inc .p-home .block-feature .featurelist .each .txt img {
  width: auto;
  height: 100%;
}
.inv-inc .p-home .block-feature .featurelist .each .btn {
  position: absolute;
  left: 50%;
  bottom: 8.9285714286%;
  width: 33.7301587302%;
  height: 8.5714285714%;
  text-align: center;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 0.8s;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-feature .featurelist .each .btn {
    bottom: calc(4.8vw + 10px);
  }
}
.inv-inc .p-home .block-feature .featurelist .each .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  z-index: 2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-feature .featurelist .each .caption {
    width: 125%;
    transform-origin: right bottom;
    transform: scale(0.8);
    text-align: right;
  }
}
.inv-inc .p-home .block-feature .featurelist .each.is-on:before {
  clip-path: inset(0 0 0 0);
}
.inv-inc .p-home .block-feature .featurelist .each.is-on .bg img {
  opacity: 1;
  transform: scale(1);
}
.inv-inc .p-home .block-feature .featurelist .each.is-on .txt {
  opacity: 1;
}
.inv-inc .p-home .block-feature .featurelist .each.is-on .btn {
  opacity: 1;
}
.inv-inc .p-home .block-cta {
  position: relative;
  width: 100%;
  padding: 70px 0 50px;
}
.inv-inc .p-home .block-cta .action .action01 {
  width: 40vw;
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-cta .action .action01 {
    width: 64vw;
  }
}
.inv-inc .p-home .block-cta .action .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-cta .action .btns {
    gap: 30px;
  }
}
.inv-inc .p-home .block-cta .action .btn {
  text-align: center;
  width: calc(50% - 5px);
  max-width: 264px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-cta .action .btn {
    width: 100%;
  }
}
.inv-inc .p-home .block-cta .action .btn img {
  height: auto;
}
.inv-inc .p-home .block-cta .bnr {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 30px;
}
.inv-inc .p-home .block-view {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/600;
  background: url(../images/home/img_view.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-view {
    aspect-ratio: 751/1201;
    background: url(../images/home/img_view_sp.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 16px;
  }
}
.inv-inc .p-home .block-view .copy {
  position: absolute;
  top: 19.1666666667%;
  left: 8.984375%;
  width: 31.40625%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-view .copy {
    top: 10.8333333333%;
    left: 23.2%;
    width: 53.6%;
  }
}
.inv-inc .p-home .block-view .caption {
  position: absolute;
  left: 0;
  bottom: 3.3333333333%;
  width: 50%;
  text-align: center;
  font-size: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-view .caption {
    left: 50%;
    bottom: 0;
    width: 100%;
    line-height: 1.4;
    transform: translateX(-50%);
  }
}
.inv-inc .p-home .block-topics-location {
  padding: 190px 20px 160px;
  background: #f6f7f4;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-location {
    padding: 0 0 65px;
    margin-top: 30px;
  }
}
.inv-inc .p-home .block-topics-location .movie {
  max-width: 884px;
  margin-inline: auto;
}
.inv-inc .p-home .block-topics-location .movie video {
  max-width: 100%;
}
.inv-inc .p-home .block-topics-location .movie .caption {
  text-align: right;
  margin-top: 2px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-location .movie .caption {
    padding-right: 5px;
  }
}
.inv-inc .p-home .block-topics-location .lead {
  margin-top: 130px;
  line-height: 1.7;
  text-align: center;
  font-size: min(40px, 3.3333333333vw);
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-location .lead {
    margin-top: 30px;
    font-size: 5.2151238592vw;
  }
}
.inv-inc .p-home .block-topics-location .body {
  margin-top: 20px;
  line-height: 1.7;
  text-align: center;
  font-size: min(28px, 2.3333333333vw);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-location .body {
    margin-top: 20px;
    font-size: 3.6505867014vw;
  }
}
.inv-inc .p-home .block-topics-location .facilities {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  max-width: 884px;
  margin-inline: auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-location .facilities {
    gap: 15px;
    margin-top: 30px;
    padding: 0 25px;
  }
}
.inv-inc .p-home .block-topics-location .facilities .facility {
  width: calc(50% - 10px);
  max-width: 398px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-location .facilities .facility {
    width: calc(50% - 8px);
    max-width: initial;
  }
}
.inv-inc .p-home .block-topics-location .facilities .facility figcaption {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-location .facilities .facility figcaption {
    font-size: 10px;
  }
}
.inv-inc .p-home .block-topics-location .bnr {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-location .bnr {
    margin-top: 30px;
    padding: 0 25px;
  }
}
.inv-inc .p-home .block-topics-access {
  padding: 0 20px 180px;
  background: #f6f7f4;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-access {
    padding: 0 0 35px;
  }
}
.inv-inc .p-home .block-topics-access .eyecatch {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.inv-inc .p-home .block-topics-access .eyecatch figcaption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-access .eyecatch figcaption {
    bottom: -14px;
    color: #000;
  }
}
.inv-inc .p-home .block-topics-access .lead {
  margin-top: 110px;
  line-height: 1.7;
  text-align: center;
  font-size: min(40px, 3.3333333333vw);
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-access .lead {
    font-size: 5.2151238592vw;
    margin-top: 40px;
  }
}
.inv-inc .p-home .block-topics-access .lead sup {
  font-size: 0.5em;
  vertical-align: super;
}
.inv-inc .p-home .block-topics-access .body {
  margin-top: 20px;
  line-height: 1.7;
  text-align: center;
  font-size: min(28px, 2.3333333333vw);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-access .body {
    font-size: 3.6505867014vw;
  }
}
.inv-inc .p-home .block-topics-access .body sup {
  font-size: 0.5em;
  vertical-align: super;
}
.inv-inc .p-home .block-topics-access .stations {
  max-width: 884px;
  margin-inline: auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-access .stations {
    margin-top: 30px;
    padding: 0 25px;
  }
}
.inv-inc .p-home .block-topics-access .stations .station {
  margin-top: 30px;
}
.inv-inc .p-home .block-topics-access .stations .station .time {
  padding: 24px 0 24px 9.0497737557%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-access .stations .station .time {
    padding: 20px 0;
    text-align: center;
  }
}
.inv-inc .p-home .block-topics-access .stations .station figcaption {
  font-size: 10px;
  margin-top: 5px;
  text-align: right;
  padding-right: 5px;
}
.inv-inc .p-home .block-topics-access .bnr {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home .block-topics-access .bnr {
    margin-top: 30px;
    padding: 0 25px;
  }
}
.inv-inc .p-home .temporary-info {
  padding: 16px;
  background-color: #C80505;
  color: #fff;
  text-align: center;
}
.inv-inc .p-home .temporary-info p {
  font-size: 16px;
}
.inv-inc .bnr_pr-yhk36 {
  width: calc(100% - 40px);
  max-width: 802px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.inv-inc .bnr_pr-yhk36 img {
  border: 1px solid #f0f0f0;
}
.inv-inc #fixed-bnr {
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 400px;
  max-width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .inv-inc #fixed-bnr {
    bottom: 116px;
    width: 80%;
  }
}
.inv-inc #fixed-bnr #close-fixed {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #000;
  font-size: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .inv-inc #fixed-bnr #close-fixed {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
.inv-inc #campaign_block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
}
.inv-inc #campaign_block.closed {
  display: none;
}
.inv-inc #campaign_block a.none_alpha .image:hover,
.inv-inc #campaign_block a.none_alpha:hover {
  opacity: 1;
}
.inv-inc #campaign_block .modal-cp {
  width: 90%;
  max-width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 910;
}
.inv-inc #campaign_block .modal__content {
  max-height: 720px;
  text-align: center;
  position: relative;
  /* width: 90%; */
}
.inv-inc #campaign_block .modal__content .modal-link {
  display: block;
}
.inv-inc #campaign_block .modal__content .modal__bnrImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.inv-inc #campaign_block .modal__content .image {
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.inv-inc #campaign_block .cap {
  margin: 0 auto;
  width: 100%;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.3;
  background: #867325;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
.inv-inc .modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}
.inv-inc .btn_close .button {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -30px;
  width: 85px;
  height: 85px;
  border: 0;
  background-color: black;
  border-radius: 80px;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
  background-color: #333;
  border: solid 4px #fff;
}
.inv-inc .btn_close .button::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(45deg);
}
.inv-inc .btn_close .button::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .inv-inc #campaign_block .modal__content .image {
    margin: auto;
    max-height: 90%;
  }
}/*# sourceMappingURL=home.css.map */