* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  background: #000;
}

main {
  width: 100%;
  overflow: hidden;
}

#mv {
  position: relative;
  width: 100%;
  height: 737px;
  background: #000;
  -webkit-transition: 1s;
  transition: 1s;
}
#mv .mv-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 3;
  overflow: hidden;
}
#mv .mv-video video {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#mv .mv-video.ended {
  opacity: 0;
}
#mv .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 737px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/industrial/mv_bg.jpg") no-repeat center;
  background-size: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
#mv .intro .copy {
  text-align: center;
  margin-bottom: 75px;
  line-height: 2;
}
#mv .intro .copy span {
  display: block;
  opacity: 0;
  font-size: 24px;
}
#mv .intro h2 {
  text-align: center;
}
#mv .intro h2 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0;
}
#mv .intro h2 strong {
  display: block;
  opacity: 0;
  font-size: 52px;
}
#mv .intro .bg-light {
  width: 900px;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
#mv .intro.is-active {
  opacity: 1;
}
#mv .intro.is-active .copy span {
  -webkit-animation: text-reveal 1.5s forwards;
          animation: text-reveal 1.5s forwards;
}
#mv .intro.is-active .copy span:nth-child(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#mv .intro.is-active .copy span:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#mv .intro.is-active .copy span:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#mv .intro.is-active h2 span {
  -webkit-animation: text-reveal 1s forwards;
          animation: text-reveal 1s forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#mv .intro.is-active h2 strong {
  -webkit-animation: text-reveal 1s forwards;
          animation: text-reveal 1s forwards;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
#mv .intro.is-active .bg-light {
  opacity: 1;
}
#mv .comet-city {
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 0 0;
  width: 100%;
  height: 1380px;
  background: #fff;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
#mv .comet-city .text-area {
  position: relative;
  width: 1360px;
  margin: 0 auto;
  padding: 50px 0 0 80px;
  z-index: 2;
}
#mv .comet-city .text-area h2 {
  font-family: "henderson-sans-basic", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 66px;
  letter-spacing: -0.1em;
  color: #C60012;
  opacity: 0;
}
#mv .comet-city .text-area h2 span {
  display: inline-block;
  font-family: "henderson-sans-basic", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 46px;
  margin: 0 .2em;
}
#mv .comet-city .text-area h2 strong {
  font-size: 66px;
  font-weight: 100;
  vertical-align: baseline;
}
#mv .comet-city .text-area h3 {
  font-size: 25px;
  font-weight: normal;
  color: #C60012;
  opacity: 0;
}
#mv .comet-city .text-area .lead-copy {
  opacity: 0;
}
#mv .comet-city .text-area .lead-copy span {
  font-size: 16px;
  color: #000;
  text-shadow: 1px 1px 1px white;
  line-height: 1.8;
}
#mv .comet-city .city {
  position: absolute;
  width: 1488px;
  height: 1098px;
  top: 223px;
  left: 50%;
  translate: -50%;
  background: url("../images/industrial/comet_city.png") no-repeat center;
  background-size: 100%;
}
#mv .comet-city .city ul li {
  position: absolute;
}
#mv .comet-city .city ul li img {
  width: 100%;
}
#mv .comet-city .city ul li div.modal-open {
  position: relative;
  display: inline-block;
  height: 28px;
  width: auto;
  background-color: rgba(196, 0, 18, 0.7);
  border-radius: 1000px;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: .3s;
  transition: .3s;
}
#mv .comet-city .city ul li div.modal-open:hover {
  translate: 0 -10px;
}
#mv .comet-city .city ul li div.modal-open::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
#mv .comet-city .city ul li div.modal-open::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
  right: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}
#mv .comet-city .city ul li div.modal-open .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 1em;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
}
#mv .comet-city .city ul li div.modal-open .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  translate: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}
#mv .comet-city .city ul li div.modal-open:hover::after {
  border-color: #C40012;
}
#mv .comet-city .city ul li div.modal-open:hover .inner::after {
  translate: 100%;
}
#mv .comet-city .city ul li div.modal-open.bigger {
  width: 180px;
  height: 73px;
  border-radius: 10px;
}
#mv .comet-city .city ul li div.modal-open.bigger .inner {
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#mv .comet-city .city ul li div.modal-open.bigger .inner::after {
  content: none;
}
#mv .comet-city .city ul li div.modal-open.bigger .inner strong {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 28px;
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 1000px;
  font-weight: normal;
  overflow: hidden;
}
#mv .comet-city .city ul li div.modal-open.bigger .inner strong span {
  position: relative;
  z-index: 2;
}
#mv .comet-city .city ul li div.modal-open.bigger .inner strong::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  translate: -100%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 0;
}
#mv .comet-city .city ul li div.modal-open.bigger span.viewmore {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .1em;
  padding-right: 1em;
}
#mv .comet-city .city ul li div.modal-open.bigger::before {
  top: auto;
  bottom: 6.5px;
  right: 30px;
}
#mv .comet-city .city ul li div.modal-open.bigger::after {
  top: auto;
  bottom: 13.5px;
  right: 34px;
  border-color: #C40012;
}
#mv .comet-city .city ul li div.modal-open.bigger:hover .inner strong {
  color: #000;
}
#mv .comet-city .city ul li div.modal-open.bigger:hover .inner strong::before {
  translate: 0;
}
#mv .comet-city .city ul li.facility01 {
  width: 242px;
  top: 344px;
  left: 640px;
  z-index: 2;
}
#mv .comet-city .city ul li.facility01 .button {
  bottom: 26px;
  right: 198px;
}
#mv .comet-city .city ul li.facility02 {
  width: 568px;
  top: 285px;
  left: 150px;
}
#mv .comet-city .city ul li.facility02 .button {
  top: 25px;
  left: 128px;
}
#mv .comet-city .city ul li.facility03 {
  width: 157px;
  top: 418px;
  right: 350px;
}
#mv .comet-city .city ul li.facility03 .button {
  top: 45px;
  left: 112px;
}
#mv .comet-city .city ul li.facility04 {
  width: 157px;
  top: 256px;
  right: 578px;
}
#mv .comet-city .city ul li.facility04 .button {
  top: -32px;
  left: -30px;
}
#mv .comet-city .city ul li.facility05 {
  width: 157px;
  top: 350px;
  right: 418px;
}
#mv .comet-city .city ul li.facility05 .button {
  top: -25px;
  left: -4px;
}
#mv .comet-city .city ul li.facility06 {
  width: 234px;
  top: 149px;
  left: 395px;
}
#mv .comet-city .city ul li.facility06 .button {
  top: 25px;
  left: 165px;
}
#mv .comet-city .city ul li.facility07 {
  width: 216px;
  top: 582px;
  left: 364px;
}
#mv .comet-city .city ul li.facility07 .button {
  top: 26px;
  left: 120px;
}
#mv .comet-city .city ul li.facility08 {
  width: 265px;
  top: 650px;
  left: 612px;
}
#mv .comet-city .city ul li.facility08 .button {
  top: 95px;
  left: 130px;
}
#mv .comet-city .city ul li.facility09 {
  width: 157px;
  top: 645px;
  right: 270px;
}
#mv .comet-city .city ul li.facility09 .button {
  top: -24px;
  left: 55px;
}
#mv .comet-city .city ul li.facility10 {
  width: 157px;
  top: 576px;
  right: 390px;
}
#mv .comet-city .city ul li.facility10 .button {
  top: -15px;
  left: -50px;
}
#mv .comet-city .city ul li img {
  -webkit-transition: .3s;
  transition: .3s;
}
#mv .comet-city .city ul li img:has(+ .button:hover) {
  translate: 0 -10px;
}
#mv .comet-city .scroll {
  height: 72px;
  position: absolute;
  top: 460px;
  left: 50%;
  translate: -50%;
  text-align: center;
  z-index: 5;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
#mv .comet-city .scroll .arw {
  -webkit-animation: 2s ease-in-out infinite scroll-down;
          animation: 2s ease-in-out infinite scroll-down;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
}
#mv .comet-city .scroll .arw::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 11px;
  rotate: 45deg;
}
#mv .comet-city .scroll p {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  margin: 0;
  letter-spacing: .1em;
}
#mv .comet-city .inq-box {
  width: 1084px;
  height: auto;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  background: #F0F0F0;
}
#mv .comet-city .inq-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  background: #879DBF;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
#mv .comet-city .inq-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
#mv .comet-city .inq-box .inner .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding-right: 37px;
  border-right: 1px solid #000;
}
#mv .comet-city .inq-box .inner .tel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
#mv .comet-city .inq-box .inner .tel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#mv .comet-city .inq-box .inner .tel ul li .ico {
  width: 44px;
}
#mv .comet-city .inq-box .inner .tel ul li .ico img {
  width: 100%;
}
#mv .comet-city .inq-box .inner .tel ul li p {
  font-size: 24px;
  margin: 0;
  color: #000;
}
#mv .comet-city .inq-box .inner .tel .hours {
  text-align: center;
  margin: 0;
  color: #000;
}
#mv .comet-city .inq-box .inner .tel .hours span {
  display: block;
  border: 1px solid #000;
}
#mv .comet-city .inq-box .inner .mail {
  padding-left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#mv .comet-city .inq-box .inner .mail .ico {
  width: 44px;
}
#mv .comet-city .inq-box .inner .mail .ico img {
  width: 100%;
}
#mv .comet-city .inq-box .inner .mail p {
  margin: 0;
  font-size: 18px;
}
#mv .comet-city .inq-box .inner .mail p a {
  color: #000;
}
#mv.intro-ended {
  height: 1380px;
  background: #fff;
}
#mv.intro-ended .comet-city {
  visibility: visible;
  opacity: 1;
}
#mv.intro-ended .comet-city .text-area h2 {
  -webkit-animation: text-reveal-bottom 1s forwards;
          animation: text-reveal-bottom 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#mv.intro-ended .comet-city .text-area h3 {
  -webkit-animation: text-reveal-bottom 1s forwards;
          animation: text-reveal-bottom 1s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#mv.intro-ended .comet-city .text-area .lead-copy {
  -webkit-animation: text-reveal-bottom 1s forwards;
          animation: text-reveal-bottom 1s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#mv.intro-ended .comet-city .city ul li div.button {
  display: inline-block;
  position: absolute;
  -webkit-animation: text-reveal 1s forwards;
          animation: text-reveal 1s forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0;
  z-index: 3;
}
#mv.intro-ended .comet-city .scroll {
  opacity: 1;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.modal-facility .modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-facility .facility-image {
  opacity: 0;
  position: relative;
  width: 50%;
}
.modal-facility .facility-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 416px;
}
.modal-facility .facility-image.themepark img {
  width: 568px;
}
.modal-facility .facility-cont {
  width: 50%;
  text-align: left;
}
.modal-facility .facility-cont .facility-title {
  opacity: 0;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 4px solid #000;
  color: #000;
  margin-bottom: 20px;
}
.modal-facility .facility-cont .facility-title::after {
  content: "";
  display: block;
  width: 172px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #C60012;
}
.modal-facility .facility-cont .facility-detail {
  opacity: 0;
  display: table;
  line-height: 38px;
  padding: 0 1em;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 1000px;
  margin-bottom: 40px;
}
.modal-facility .facility-cont .copy {
  opacity: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.modal-facility .facility-cont .number-box {
  opacity: 0;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 8px 8px 0px 0px rgba(82, 130, 186, 0.75);
          box-shadow: 8px 8px 0px 0px rgba(82, 130, 186, 0.75);
  padding: 20px 30px;
  text-align: center;
}
.modal-facility .facility-cont .number-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-facility .facility-cont .number-box .inner-column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.modal-facility .facility-cont .number-box .inner-column .number-detail {
  width: inherit;
}
.modal-facility .facility-cont .number-box .number-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.modal-facility .facility-cont .number-box .number-title sup {
  position: relative;
  top: -0.5em;
}
.modal-facility .facility-cont .number-box .number-title span {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: #7284A1;
  padding: 0 .2em;
}
.modal-facility .facility-cont .number-box .note {
  text-align: left;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
}
.modal-facility .facility-cont .links {
  opacity: 0;
  margin-top: 45px;
}
.modal-facility .facility-cont .links h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.modal-facility .facility-cont .links a {
  display: block;
  position: relative;
  width: 345px;
  height: 38px;
  background: #7284A1;
  border-radius: 1000px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #7284A1;
}
.modal-facility .facility-cont .links a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  translate: -100%;
  background: #fff;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.modal-facility .facility-cont .links a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  font-size: 16px;
  color: #fff;
  z-index: 2;
}
.modal-facility .facility-cont .links a span::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.modal-facility .facility-cont .links a span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #7284A1;
  border-right: 1px solid #7284A1;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
  right: 15.5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.modal-facility .facility-cont .links a:hover span {
  color: #7284A1;
}
.modal-facility .facility-cont .links a:hover span::before {
  background: #7284A1;
}
.modal-facility .facility-cont .links a:hover span::after {
  border-color: #fff;
}
.modal-facility .facility-cont .links a:hover::before {
  translate: 0;
}
.modal-facility.is-active .facility-image {
  -webkit-animation: text-reveal-bottom 1s forwards;
          animation: text-reveal-bottom 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.modal-facility.is-active .facility-cont > * {
  -webkit-animation: text-reveal-bottom 1s forwards;
          animation: text-reveal-bottom 1s forwards;
}
.modal-facility.is-active .facility-cont > *:nth-child(1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.modal-facility.is-active .facility-cont > *:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.modal-facility.is-active .facility-cont > *:nth-child(3) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.modal-facility.is-active .facility-cont > *:nth-child(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.modal-facility.is-active .facility-cont > *:nth-child(5) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

@-webkit-keyframes text-reveal {
  0% {
    opacity: 0;
    translate: -20px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}

@keyframes text-reveal {
  0% {
    opacity: 0;
    translate: -20px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}
@-webkit-keyframes text-reveal-bottom {
  0% {
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}
@keyframes text-reveal-bottom {
  0% {
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}
@-webkit-keyframes scroll-down {
  0% {
    translate: 0 -10px;
  }
  50% {
    translate: 0 10px;
  }
  100% {
    translate: 0 -10px;
  }
}
@keyframes scroll-down {
  0% {
    translate: 0 -10px;
  }
  50% {
    translate: 0 10px;
  }
  100% {
    translate: 0 -10px;
  }
}
.content-links {
  background: #fff;
  padding: 110px 0;
}
.content-links ul {
  width: 1086px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
.content-links ul li {
  width: 234px;
}
.content-links ul li a {
  width: 100%;
  height: 100%;
}
.content-links ul li a img {
  width: 100%;
}
.content-links ul li a:hover {
  opacity: .7;
}

/* modal parts */
.modal-content {
  height: auto;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  position: fixed;
  display: none;
  z-index: 992;
  margin: 0;
  overflow: visible;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-scrolling: touch;
}
.modal-content .modal-inner {
  position: relative;
  width: 900px;
  height: 100%;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.modal-overlay {
  z-index: 990;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../images/industrial/modal_bg.png") no-repeat center 70%;
  background-size: 100%;
}

.modal-open:hover {
  cursor: pointer;
}

.modal-open:hover {
  cursor: pointer;
}

.modal-close {
  display: table;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: underline;
  font-size: 22px;
}
.modal-close:hover {
  cursor: pointer;
  opacity: .7;
}

.crossbtn {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  background: #000;
  z-index: 10;
}
.crossbtn::before, .crossbtn::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
}
.crossbtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.crossbtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #mv {
    position: relative;
    width: 100%;
    height: 594px;
  }
  #mv .mv-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
  #mv .mv-video video {
    width: auto;
    height: 100%;
  }
  #mv .intro {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 8%;
    width: 100%;
    height: 594px;
    background: url("../images/industrial/mv_bg.jpg") no-repeat center 90%;
    background-size: 200%;
  }
  #mv .intro .copy {
    margin-bottom: 60px;
    line-height: 2;
    text-align: left;
  }
  #mv .intro .copy span {
    font-size: 14px;
  }
  #mv .intro h2 {
    text-align: left;
  }
  #mv .intro h2 span {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 15px;
  }
  #mv .intro h2 strong {
    font-size: 30px;
  }
  #mv .intro .bg-light {
    width: 180%;
    position: absolute;
    left: 50%;
    translate: -50%;
    bottom: -8%;
    -webkit-transition-delay: 4.5s;
            transition-delay: 4.5s;
  }
  #mv .intro.is-active {
    opacity: 1;
  }
  #mv .intro.is-active .copy span:nth-child(1) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  #mv .intro.is-active .copy span:nth-child(2) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  #mv .intro.is-active .copy span:nth-child(3) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  #mv .intro.is-active .copy span:nth-child(4) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  #mv .intro.is-active h2 span {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  #mv .intro.is-active h2 strong {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
  }
  #mv .comet-city {
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 0 110px;
    width: 100%;
    height: 1061px;
  }
  #mv .comet-city .text-area {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 8%;
  }
  #mv .comet-city .text-area h2 {
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 33px;
    letter-spacing: -0.1em;
    color: #C60012;
    opacity: 0;
    margin-bottom: 10px;
  }
  #mv .comet-city .text-area h2 span {
    display: inline-block;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 23px;
    margin: 0 .2em;
  }
  #mv .comet-city .text-area h2 strong {
    font-size: 38px;
  }
  #mv .comet-city .text-area h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #mv .comet-city .text-area .lead-copy {
    line-height: 1;
  }
  #mv .comet-city .text-area .lead-copy span {
    display: inline-block;
    padding: .4em;
    font-size: 12px;
    text-shadow: none;
    line-height: 1;
    background: rgba(255, 255, 255, 0.75);
    margin-left: -0.4em;
  }
  #mv .comet-city .scroll-area {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 885px;
    overflow-x: scroll;
  }
  #mv .comet-city .city {
    position: absolute;
    width: 1200px;
    height: 885px;
    top: 0;
    left: 0;
    translate: 0;
    background: url("../images/industrial/comet_city.png") no-repeat center;
    background-size: 100%;
  }
  #mv .comet-city .city ul li {
    position: absolute;
  }
  #mv .comet-city .city ul li img {
    width: 100%;
  }
  #mv .comet-city .city ul li div.modal-open {
    height: 22.5px;
  }
  #mv .comet-city .city ul li div.modal-open:hover {
    translate: 0 -10px;
  }
  #mv .comet-city .city ul li div.modal-open::before {
    right: 10px;
    width: 9.5px;
    height: 9.5px;
  }
  #mv .comet-city .city ul li div.modal-open::after {
    width: 3px;
    height: 3px;
    right: 13.5px;
  }
  #mv .comet-city .city ul li div.modal-open .inner {
    width: 100%;
    height: 100%;
    padding: 0 25px 0 1em;
    font-size: 11px;
  }
  #mv .comet-city .city ul li div.modal-open.bigger {
    width: 145px;
    height: 59px;
    border-radius: 10px;
  }
  #mv .comet-city .city ul li div.modal-open.bigger .inner {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  #mv .comet-city .city ul li div.modal-open.bigger .inner::after {
    content: none;
  }
  #mv .comet-city .city ul li div.modal-open.bigger .inner strong {
    height: 22.5px;
  }
  #mv .comet-city .city ul li div.modal-open.bigger .inner strong span {
    font-size: 11px;
  }
  #mv .comet-city .city ul li div.modal-open.bigger span.viewmore {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: .1em;
    padding-right: 1em;
  }
  #mv .comet-city .city ul li div.modal-open.bigger::before {
    top: auto;
    bottom: 3.5px;
    right: 25px;
  }
  #mv .comet-city .city ul li div.modal-open.bigger::after {
    top: auto;
    bottom: 9px;
    right: 28.5px;
  }
  #mv .comet-city .city ul li div.modal-open.bigger:hover .inner strong {
    color: #000;
  }
  #mv .comet-city .city ul li div.modal-open.bigger:hover .inner strong::before {
    translate: 0;
  }
  #mv .comet-city .city ul li.facility01 {
    width: 196px;
    top: 277px;
    left: 520px;
    z-index: 2;
  }
  #mv .comet-city .city ul li.facility01 .button {
    bottom: 40px;
    right: 160px;
  }
  #mv .comet-city .city ul li.facility02 {
    width: 459px;
    top: 230px;
    left: 120px;
  }
  #mv .comet-city .city ul li.facility02 .button {
    top: 20px;
    left: 104px;
  }
  #mv .comet-city .city ul li.facility03 {
    width: 127px;
    top: 337px;
    right: 282px;
  }
  #mv .comet-city .city ul li.facility03 .button {
    top: 37px;
    left: 90px;
  }
  #mv .comet-city .city ul li.facility04 {
    width: 127px;
    top: 206px;
    right: 465px;
  }
  #mv .comet-city .city ul li.facility04 .button {
    top: -26px;
    left: -25px;
  }
  #mv .comet-city .city ul li.facility05 {
    width: 127px;
    top: 282px;
    right: 338px;
  }
  #mv .comet-city .city ul li.facility05 .button {
    top: -21px;
    left: -3px;
  }
  #mv .comet-city .city ul li.facility06 {
    width: 188px;
    top: 120px;
    left: 318px;
  }
  #mv .comet-city .city ul li.facility06 .button {
    top: 20px;
    left: 137px;
  }
  #mv .comet-city .city ul li.facility07 {
    width: 174px;
    top: 470px;
    left: 294px;
  }
  #mv .comet-city .city ul li.facility07 .button {
    top: 21px;
    left: 97px;
  }
  #mv .comet-city .city ul li.facility08 {
    width: 218px;
    top: 524px;
    left: 493px;
  }
  #mv .comet-city .city ul li.facility08 .button {
    top: 77px;
    left: 106px;
  }
  #mv .comet-city .city ul li.facility09 {
    width: 127px;
    top: 521px;
    right: 218px;
  }
  #mv .comet-city .city ul li.facility09 .button {
    top: -20px;
    left: 45px;
  }
  #mv .comet-city .city ul li.facility10 {
    width: 127px;
    top: 465px;
    right: 315px;
  }
  #mv .comet-city .city ul li.facility10 .button {
    top: -12px;
    left: -40px;
  }
  #mv .comet-city .scroll-hint {
    position: absolute;
    top: 300px;
    left: 50%;
    translate: -50%;
    width: 145px;
    height: 145px;
    background: rgba(255, 255, 255, 0.75);
    border: 3px solid #8e8e8e;
    border-radius: 40px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mv .comet-city .scroll-hint img {
    width: 64px;
    -webkit-animation: scroll-hint-move 0.5s alternate infinite linear;
            animation: scroll-hint-move 0.5s alternate infinite linear;
  }
  #mv .comet-city .inq-box {
    width: 85%;
    height: auto;
  }
  #mv .comet-city .inq-box h3 {
    height: 2em;
    background: #879DBF;
    font-size: 14px;
  }
  #mv .comet-city .inq-box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 4%;
    gap: 8px;
  }
  #mv .comet-city .inq-box .inner .tel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 5px;
    padding-right: 0;
    border-right: none;
  }
  #mv .comet-city .inq-box .inner .tel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    gap: 10px;
  }
  #mv .comet-city .inq-box .inner .tel ul li {
    gap: 5px;
  }
  #mv .comet-city .inq-box .inner .tel ul li .ico {
    width: 22px;
  }
  #mv .comet-city .inq-box .inner .tel ul li p {
    font-size: 16px;
  }
  #mv .comet-city .inq-box .inner .tel .hours {
    text-align: center;
    font-size: 10px;
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }
  #mv .comet-city .inq-box .inner .tel .hours span {
    display: inline;
    border: none;
    font-size: 10px;
    vertical-align: baseline;
  }
  #mv .comet-city .inq-box .inner .mail {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  #mv .comet-city .inq-box .inner .mail .ico {
    width: 22px;
  }
  #mv .comet-city .inq-box .inner .mail p {
    margin: 0;
    font-size: 13px;
  }
  #mv .comet-city .inq-box .inner .mail p a {
    color: #000;
  }
  #mv.intro-ended {
    height: 1061px;
  }
  #mv.intro-ended .comet-city .scroll-hint {
    -webkit-animation: scroll-hint 4s forwards;
            animation: scroll-hint 4s forwards;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }

  @-webkit-keyframes scroll-hint {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }

  @keyframes scroll-hint {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  @-webkit-keyframes scroll-hint-move {
    0% {
      translate: -10px;
    }
    100% {
      translate: 10px;
    }
  }
  @keyframes scroll-hint-move {
    0% {
      translate: -10px;
    }
    100% {
      translate: 10px;
    }
  }
  .modal-facility .modal-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 40px;
    padding-top: 50px;
  }
  .modal-facility .facility-image {
    width: 100%;
    text-align: center;
  }
  .modal-facility .facility-image img {
    position: static;
    translate: 0;
    width: 70%;
  }
  .modal-facility .facility-image.themepark img {
    width: 95%;
  }
  .modal-facility .facility-cont {
    width: 85%;
    text-align: left;
    margin-top: 35px;
    padding-bottom: 80px;
  }
  .modal-facility .facility-cont .facility-title {
    font-size: 20px;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
  }
  .modal-facility .facility-cont .facility-title::after {
    width: 38%;
    height: 2px;
    bottom: -2px;
  }
  .modal-facility .facility-cont .facility-detail {
    display: table;
    line-height: 2em;
    padding: 0 1em;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .modal-facility .facility-cont .copy {
    font-size: 12px;
    line-height: 2;
  }
  .modal-facility .facility-cont .number-box {
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(82, 130, 186, 0.75);
            box-shadow: 4px 4px 0px 0px rgba(82, 130, 186, 0.75);
    padding: 15px 20px;
  }
  .modal-facility .facility-cont .number-box .inner .number-detail {
    width: 40%;
  }
  .modal-facility .facility-cont .number-box .inner-column {
    gap: 12px;
  }
  .modal-facility .facility-cont .number-box .inner-column .number-detail {
    width: auto;
    height: 48px;
  }
  .modal-facility .facility-cont .number-box .inner-column .number-detail img {
    width: auto;
    height: 100%;
  }
  .modal-facility .facility-cont .number-box .number-title {
    gap: 4px;
  }
  .modal-facility .facility-cont .number-box .number-title sup {
    position: relative;
    top: -0.5em;
  }
  .modal-facility .facility-cont .number-box .number-title span {
    font-size: 14px;
    padding: 0 .2em;
  }
  .modal-facility .facility-cont .number-box .note {
    text-align: left;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
  }
  .modal-facility .facility-cont .links {
    opacity: 0;
    margin-top: 45px;
  }
  .modal-facility .facility-cont .links h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .modal-facility .facility-cont .links a {
    width: 100%;
    height: 2.2em;
    margin-bottom: 15px;
  }
  .modal-facility .facility-cont .links a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    translate: -100%;
    background: #fff;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .modal-facility .facility-cont .links a span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
  }
  .modal-facility .facility-cont .links a span::before {
    right: 10px;
    width: 14px;
    height: 14px;
  }
  .modal-facility .facility-cont .links a span::after {
    width: 4px;
    height: 4px;
    right: 15.5px;
  }
  .modal-facility.is-active .facility-image {
    -webkit-animation: text-reveal-bottom 1s forwards;
            animation: text-reveal-bottom 1s forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .modal-facility.is-active .facility-cont > * {
    -webkit-animation: text-reveal-bottom 1s forwards;
            animation: text-reveal-bottom 1s forwards;
  }
  .modal-facility.is-active .facility-cont > *:nth-child(1) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .modal-facility.is-active .facility-cont > *:nth-child(2) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .modal-facility.is-active .facility-cont > *:nth-child(3) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  .modal-facility.is-active .facility-cont > *:nth-child(4) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .modal-facility.is-active .facility-cont > *:nth-child(5) {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
  }

  .content-links {
    background: #fff;
    padding: 50px 0;
  }
  .content-links ul {
    width: 65%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .content-links ul li {
    width: 100%;
  }

  /* modal parts */
  .modal-content {
    max-width: none;
    width: 100%;
    padding: 0;
    top: 60px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    overflow: visible;
    z-index: 99;
  }
  .modal-content .modal-inner {
    max-width: 100%;
    height: 100%;
    overflow: auto;
  }

  .modal-close {
    width: auto;
    font-size: 15px;
    font-weight: bold;
  }

  .crossbtn {
    width: 38px;
    height: 38px;
    top: 15px;
    right: 0;
  }
  .crossbtn::before, .crossbtn::after {
    width: 19px;
    height: 1px;
  }

  .modal-overlay {
    top: 60px;
    height: calc(100% - 60px);
    background-position: center 34%;
    background-size: 250%;
    z-index: 90;
  }
}

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