#key h1 {
  position: relative;
  left: 0;
  text-align: left;
  height: auto;
  top: 0;
  padding: 2vw 4vw 10vw;
}

#sec1 {
  position: relative;
}
#sec1 .deco {
  position: absolute;
  width: 200vw;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: scale3d(0, 0, 0) translate(-50%, -50%);
          transform: scale3d(0, 0, 0) translate(-50%, -50%);
  text-align: center;
}
#sec1 .deco img {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
#sec1 .inner-sticky {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#sec1 .group {
  position: absolute;
  width: 100%;
  height: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
#sec1 .group .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10vh, #000), color-stop(#000), to(transparent));
  -webkit-mask-image: linear-gradient(transparent, #000 10vh, #000 calc(100% - 30vh), transparent);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10vh, #000), color-stop(#000), to(transparent));
          mask-image: linear-gradient(transparent, #000 10vh, #000 calc(100% - 30vh), transparent);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#sec1 .group .inner .inner2 {
  -webkit-transform: translate3d(0, 110%, 0);
          transform: translate3d(0, 110%, 0);
  will-change: transform;
  padding: 0 3vw;
}
#sec1 .group .inner .inner2 h2 {
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.25em;
  padding: 0 0 4vw;
  margin: 0 0 7vw;
  position: relative;
}
#sec1 .group .inner .inner2 h2 small {
  font-size: 5vw;
}
#sec1 .group .inner .inner2 h2::before {
  content: '';
  position: absolute;
  right: 10vw;
  background: #9c9c9c;
  height: 1px;
  left: 0;
  bottom: 4px;
}
#sec1 .group .inner .inner2 h2::after {
  content: '';
  position: absolute;
  left: 10vw;
  background: #9c9c9c;
  height: 1px;
  right: 0;
  bottom: 0;
}
#sec1 .group .inner .inner2 .txt {
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}
#sec1 .group .inner .inner2 .txt + .txt {
  margin-top: 30px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#sec2 {
  margin: 40vw 0 0;
}
#sec2 .group-title {
  text-align: center;
}
#sec2 .group-title h2 {
  font-size: 10vw;
  line-height: 1.2;
  letter-spacing: 0;
}
#sec2 .group-title h2:last-of-type {
  margin-top: 2vw;
  letter-spacing: 0.008em;
}
#sec2 .group-title h2 span {
  color: var(--cl5);
}
#sec2 .group-title .group-stt {
  position: relative;
}
#sec2 .group-title .group-stt .stt1 {
  position: relative;
  z-index: 2;
  font-size: 27vw;
  letter-spacing: -0.02em;
  line-height: 1;
}
#sec2 .group-title .group-stt .stt2 {
  position: absolute;
  left: -6vw;
  right: 0;
  bottom: -5vw;
  letter-spacing: -0.09em;
  z-index: 1;
  color: #fff;
  font-size: 32vw;
  line-height: 1;
}
#sec2 .title {
  margin: 5vw 0 7vw;
  text-align: center;
  position: relative;
  font-size: 6vw;
  line-height: 1.5;
}
#sec2 .title::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  background: var(--cl6);
  height: 10vw;
}
#sec2 #sec2-js .parallax1 .inner .group {
  position: relative;
}
#sec2 #sec2-js .parallax1 .inner .deco {
  position: absolute;
  bottom: 0;
  width: 69vw;
  left: -22vw;
}
#sec2 #sec2-js .parallax1 .inner .img {
  text-align: center;
  margin: 0 20vw;
  position: relative;
  z-index: 2;
}
#sec2 #sec2-js .parallax1 .inner h3 {
  position: absolute;
  bottom: 19vw;
  left: 3vw;
  font-size: 6.7vw;
  line-height: 1.4;
  width: 18.76vw;
  height: 77vw;
  letter-spacing: 0.1em;
}
#sec2 #sec2-js .parallax1 .inner h3 small {
  letter-spacing: 0.1em;
  font-size: 4vw;
}
#sec2 #sec2-js .parallax1 .inner h3 .pt {
  display: inline-block;
  padding-top: 15vw;
}
#sec2 #sec2-js .parallax2 {
  position: relative;
  z-index: 2;
  padding: 12vw 3vw;
  margin-top: 10vw;
}
#sec2 #sec2-js .parallax2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec2 #sec2-js .parallax2 .inner {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 12vw 3vw;
  margin: 0 auto;
  border-radius: 40px;
}
#sec2 #sec2-js .parallax2 h3 {
  text-align: center;
  font-size: 5.7vw;
  letter-spacing: 0.25em;
  line-height: 1.5;
}
#sec2 #sec2-js .parallax2 h3 small {
  font-size: 4.6vw;
  letter-spacing: 0.25em;
}
#sec2 #sec2-js .parallax2 h3 span {
  font-size: 6vw;
  letter-spacing: 0.25em;
}
#sec2 #sec2-js .parallax2 .flex {
  margin: 7vw 7vw 0;
}
#sec2 #sec2-js .parallax2 .flex .col {
  padding: 0 0 5vw;
  background: url("../img/concept/s2_border2.png") repeat-x bottom center;
}
#sec2 #sec2-js .parallax2 .flex .col h4 {
  font-size: 10vw;
  line-height: 1.5;
  padding: 0 0 9px 1.5vw;
  letter-spacing: 0;
  background: url("../img/concept/s2_border.png") repeat-x bottom center;
}
#sec2 #sec2-js .parallax2 .flex .col .sub-tit {
  margin: 4vw 0 4vw 3vw;
}
#sec2 #sec2-js .parallax2 .flex .col .sub-tit span {
  display: inline-block;
  text-align: right;
  font-size: 4.5vw;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
#sec2 #sec2-js .parallax2 .flex .col .time {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0 0 3px 2vw;
}
#sec2 #sec2-js .parallax2 .flex .col .time span {
  display: inline-block;
  position: relative;
}
#sec2 #sec2-js .parallax2 .flex .col .time span small {
  text-align: center;
  font-size: 3vw;
  color: #cdcdcd;
  display: block;
  margin: -4px 0 0;
  letter-spacing: 0.2em;
}
#sec2 #sec2-js .parallax2 .flex .col .txt {
  margin: 0 0 0 3vw;
  border-left: 1px dotted #fff;
  padding: 3vw 0 3vw 4vw;
}
#sec2 #sec2-js .parallax2 .flex .col + .col {
  margin-top: 10vw;
}

#sec3 {
  padding: 50vw 0 20vw;
  position: relative;
  z-index: 4;
  background: url("../img/shared/bg.jpg");
}
#sec3 .line {
  position: absolute;
  top: 0;
  width: 115vw;
  right: -30vw;
  z-index: 2;
}
#sec3 .wrap {
  z-index: 3;
}
#sec3 .group-stt {
  position: absolute;
  top: 20vw;
  right: 12vw;
  z-index: 1;
}
#sec3 .group-stt::before {
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  bottom: 0;
  left: 0;
  height: 19vw;
  width: 22vw;
  z-index: 3;
  background: url("../img/shared/bg.jpg");
}
#sec3 .group-stt .stt1 {
  position: relative;
  z-index: 2;
  font-size: 26.7vw;
  letter-spacing: -0.05em;
  line-height: 1;
}
#sec3 .group-stt .stt2 {
  position: absolute;
  left: 1px;
  bottom: -3.6vw;
  letter-spacing: -0.05em;
  z-index: 1;
  color: #fff;
  font-size: 26.7vw;
  line-height: 1;
}
#sec3 h2 {
  text-align: center;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#sec3 h2 span {
  letter-spacing: 0.2em;
  font-size: 7vw;
}
#sec3 .sub-txt {
  text-align: center;
  margin: 4vw 0 15vw;
  letter-spacing: 0.1em;
}
#sec3 .group-map {
  position: relative;
}
#sec3 .group-map h3 {
  position: absolute;
  top: 48vw;
  height: 100%;
  left: -1vw;
  z-index: 2;
  font-size: 11vw;
  line-height: 1;
}
#sec3 .group-map h3 span {
  letter-spacing: 0;
}
#sec3 .group-map h3 span.cl {
  color: var(--cl5);
}
#sec3 .group-map .btn-popup {
  width: 18vw;
  position: absolute;
  z-index: 2;
}
#sec3 .group-map .btn-popup span {
  display: block;
  cursor: pointer;
  text-align: center;
  position: relative;
  height: 18vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: var(--cl6);
  color: var(--cl3);
  padding: 8vw 0 0;
  letter-spacing: 0;
  font-size: 2.5vw;
}
#sec3 .group-map .btn-popup span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3vw;
  background: url("../img/concept/arrow.png") no-repeat center/auto 100%;
  height: 1.2vw;
}
#sec3 .group-map .btn-popup span small {
  position: absolute;
  top: 2.4vw;
  left: -0.4vw;
  color: var(--cl5);
  font-size: 5vw;
  letter-spacing: 0;
  line-height: 1;
  -webkit-transform: rotate(-9.98deg);
          transform: rotate(-9.98deg);
}
#sec3 .group-map .btn-popup.btn-popup1 {
  top: -8vw;
  left: 19vw;
}
#sec3 .group-map .btn-popup.btn-popup2 {
  top: 22vw;
  right: 17vw;
}
#sec3 .group-map .btn-popup.btn-popup3 {
  bottom: 21vw;
  right: 39vw;
}

.remodal {
  background: url("../img/shared/bg3.jpg");
  width: 94%;
  max-width: 1100px;
  margin: 50px auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.remodal-overlay {
  background: rgba(51, 51, 51, 0.7);
}

#popup-map1, #popup-map2, #popup-map3 {
  padding: 70px 0 70px;
}
#popup-map1 .remodal-close, #popup-map2 .remodal-close, #popup-map3 .remodal-close {
  width: 40px;
  top: 15px;
  right: 20px;
}
#popup-map1 .inner, #popup-map2 .inner, #popup-map3 .inner {
  margin: 0 auto;
  width: 90%;
}
#popup-map1 .inner .flex, #popup-map2 .inner .flex, #popup-map3 .inner .flex {
  margin: 0 0 6vw;
  text-align: left;
}
#popup-map1 .inner .flex h2, #popup-map2 .inner .flex h2, #popup-map3 .inner .flex h2 {
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
  border-bottom: 1px dashed #959595;
  padding-bottom: 3vw;
  text-align: center;
}
#popup-map1 .inner .flex h2 span, #popup-map2 .inner .flex h2 span, #popup-map3 .inner .flex h2 span {
  font-size: 10vw;
  font-optical-sizing: none;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
#popup-map1 .inner .flex .txt, #popup-map2 .inner .flex .txt, #popup-map3 .inner .flex .txt {
  margin-top: 5vw;
  color: var(--cl6);
}

#sec4 {
  margin: 7vw 0 0;
  position: relative;
  padding: 20vw 0 30vw;
  z-index: 5;
}
#sec4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shared/bg2.jpg");
  -webkit-transform: skewY(-10.5deg);
          transform: skewY(-10.5deg);
}
#sec4 .wrap {
  z-index: 2;
}
#sec4 .group-stt {
  position: relative;
  text-align: center;
}
#sec4 .group-stt .stt1 {
  position: relative;
  z-index: 2;
  font-size: 26.7vw;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--cl3);
}
#sec4 .group-stt .stt2 {
  position: absolute;
  left: -10vw;
  right: 0;
  bottom: -4vw;
  letter-spacing: -0.09em;
  z-index: 1;
  color: #555454;
  font-size: 32vw;
  line-height: 1;
}
#sec4 h2 {
  text-align: center;
  font-size: 6.5vw;
  line-height: 1.5;
  color: var(--cl3);
  margin: 6vw 0 5vw;
  letter-spacing: 0.2em;
}
#sec4 .sub-txt {
  text-align: center;
  color: var(--cl3);
  margin: 0 0 7vw;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
#sec4 .tabs-switch {
  position: relative;
}
#sec4 .tabs-switch::before {
  content: '';
  position: absolute;
  left: 50%;
  background: var(--cl3);
  height: 12vw;
  bottom: 100%;
  width: 1px;
}
#sec4 .tabs-switch .tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec4 .tabs-switch .tab-link li {
  text-align: center;
  border: 1px solid;
  color: var(--cl3);
  font-size: 4vw;
  letter-spacing: 0.15em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2vw 5vw;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  display: block;
}
#sec4 .tabs-switch .tab-link li.active {
  border: 0;
  background: url("../img/shared/bg3.jpg");
  color: var(--cl6);
}
#sec4 .tabs-switch .tab-link li + li {
  margin-left: 3vw;
}
#sec4 .tabs-switch .tab-content {
  background: url("../img/shared/bg3.jpg");
}
#sec4 .tabs-switch .tab-content .group {
  padding: 13vw 5vw;
}
#sec4 .tabs-switch .tab-content .img {
  position: relative;
}
#sec4 .tabs-switch .tab-content .img img {
  position: relative;
  z-index: 2;
}
#sec4 .tabs-switch .tab-content .img::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 5px;
  left: 0;
  height: 100%;
  background: url("../img/shared/bg2_sp.jpg");
  -webkit-transform: rotate(-3.38deg);
          transform: rotate(-3.38deg);
}
#sec4 .tabs-switch .tab-content .img::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 5px;
  left: -3px;
  height: 100%;
  border: 1px solid #fff;
  -webkit-transform: rotate(3.38deg);
          transform: rotate(3.38deg);
}
#sec4 .tabs-switch .tab-content h3 {
  font-size: 9vw;
  line-height: 1.08;
  letter-spacing: 0;
  padding-bottom: 4vw;
  text-align: right;
}
#sec4 .tabs-switch .tab-content h3 .cl {
  color: var(--cl5);
}
#sec4 .tabs-switch .tab-content .right {
  padding-top: 7vw;
}
#sec4 .tabs-switch .tab-content .right h4 {
  font-size: 6vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#sec4 .tabs-switch .tab-content .right .txt {
  margin: 31px 0 0;
}
#sec4 .tabs-switch .tab-content .right .txt + .txt {
  margin-top: 30px;
}
#sec4 .tabs-switch .tab-content .right .btn-link {
  width: 228px;
  margin: 31px auto 0;
}
#sec4 .tabs-switch .tab-content .right .btn-link a {
  font-size: 17px;
  height: 68px;
  line-height: 20px;
}
#sec4 .tabs-switch .tab-content .right .btn-link.btn-link3 a {
  padding-right: 0;
}
#sec4 .tabs-switch .tab-content .right .btn-link.btn-link3 a:after {
  height: 5px;
  top: 23px;
  right: 87px;
}

#sec5 {
  padding: 15vw 0;
  position: relative;
  z-index: 6;
}
#sec5 .line {
  position: absolute;
  top: -15vw;
  left: -55vw;
  right: -110vw;
}
#sec5 .title-autorun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  top: -5vw;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-10.8deg);
          transform: translateX(-50%) rotate(-10.8deg);
}
#sec5 .title-autorun ul {
  -webkit-animation: flowing 60s linear infinite;
          animation: flowing 60s linear infinite;
  font-size: 12vw;
  line-height: 1.2;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#sec5 .title-autorun ul li {
  display: inline-block;
  padding-right: 4vw;
}
#sec5 .wrap {
  z-index: 3;
}
#sec5 .group-stt {
  position: absolute;
  z-index: 2;
  top: 8vw;
  right: 10vw;
}
#sec5 .group-stt::before {
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  bottom: 0;
  left: -4vw;
  height: 15vw;
  width: 27vw;
  z-index: 4;
  background: url("../img/shared/bg.jpg");
}
#sec5 .group-stt .stt1 {
  position: relative;
  z-index: 2;
  font-size: 26.7vw;
  letter-spacing: -0.03em;
  line-height: 1;
}
#sec5 .group-stt .stt2 {
  position: absolute;
  left: -6vw;
  bottom: 0;
  letter-spacing: -0.05em;
  z-index: 3;
  color: #fff;
  font-size: 26.7vw;
  line-height: 1;
}
#sec5 h2 {
  text-align: center;
  padding: 42vw 0 0;
  font-size: 6.5vw;
  line-height: 1.24;
  letter-spacing: 0.2em;
  margin: 0 0 7vw;
}
#sec5 h2 small {
  font-size: 5.5vw;
  letter-spacing: 0.2em;
}
#sec5 h2 span {
  letter-spacing: 0.2em;
  font-size: 6.5vw;
}
#sec5 .flex {
  margin: 0 10vw;
}
#sec5 .flex .col {
  padding: 0 0 5vw;
  background: url("../img/concept/s5_border2.png") repeat-x bottom center;
}
#sec5 .flex .col h4 {
  font-size: 10vw;
  line-height: 1.5;
  padding: 0 0 9px 9px;
  letter-spacing: 0;
  background: url("../img/concept/s5_border.png") repeat-x bottom center;
}
#sec5 .flex .col .sub-tit {
  margin: 25px 0 22px 18px;
}
#sec5 .flex .col .sub-tit span {
  display: inline-block;
  text-align: right;
  font-size: 5vw;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
#sec5 .flex .col .showtime {
  position: relative;
  color: var(--cl5);
  font-size: 7.5vw;
  line-height: 1.2;
  letter-spacing: 0;
  z-index: 1;
  padding: 0 0 0 13px;
}
#sec5 .flex .col .showtime::before {
  content: '';
  position: absolute;
  background: url("../img/concept/s5_deco.png") no-repeat center/100% auto;
  width: 8vw;
  height: 8.5vw;
  left: 40vw;
  top: -3px;
  z-index: -1;
}
#sec5 .flex .col .time {
  font-size: 6vw;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 6px 0px 3px 19px;
}
#sec5 .flex .col ul {
  margin: 0 0 0 5vw;
  border-left: 1px dotted #676767;
  padding: 7px 0 18px 15px;
}
#sec5 .flex .col ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 0.2em;
}
#sec5 .flex .col + .col {
  margin-top: 10vw;
}
#sec5 .btn-link {
  margin: 12vw 0 0;
  width: 100%;
}
#sec5 .btn-link a {
  height: 100px;
  font-size: 26px;
  line-height: 1.2;
}
#sec5 .btn-link a:after {
  background-image: url("../img/concept/arrow2.png");
  width: 41px;
  right: 40px;
}

#sec6 {
  position: relative;
}
#sec6 .bg-parallax {
  min-height: 140vw;
}
#sec6 .bg-parallax .img-parallax img {
  -o-object-position: 80% center;
     object-position: 80% center;
}
#sec6 .group-title {
  position: absolute;
  top: 15vw;
  left: 5vw;
  color: #fff;
  width: 45vw;
}
#sec6 .group-title .group-stt {
  position: relative;
  text-align: center;
  padding: 0 0 4vw;
  border-bottom: 1px solid;
}
#sec6 .group-title .group-stt .stt1 {
  position: relative;
  z-index: 2;
  font-size: 22.7vw;
  letter-spacing: -0.02em;
  line-height: 1;
}
#sec6 .group-title .group-stt .stt2 {
  position: absolute;
  left: -7vw;
  right: 0;
  bottom: -1vw;
  letter-spacing: -0.09em;
  z-index: 1;
  color: #868585;
  font-size: 32vw;
  line-height: 1;
}
#sec6 .group-title h2 {
  margin: 7vw auto 0;
  font-size: 6vw;
  width: 43.2vw;
  line-height: 2.4;
  letter-spacing: 0.2em;
  height: 100vw;
}

#sec7 {
  position: relative;
  padding: 44.7vw 0 9.3vw;
}
#sec7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 15vw;
  right: 50%;
  background: url("../img/shared/bg2.jpg");
}
#sec7 .bnr {
  position: relative;
  z-index: 2;
}
#sec7 .bnr a {
  display: block;
  text-decoration: none;
  position: relative;
}
#sec7 .bnr a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 51vw;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #acacac;
}
#sec7 .bnr a:after {
  content: '';
  position: absolute;
  top: 54vw;
  left: 3vw;
  bottom: 4.5vw;
  right: 3vw;
  border: 1px solid #e6e6e6;
}
#sec7 .bnr a .inner {
  position: relative;
  z-index: 2;
}
#sec7 .bnr a .inner .img {
  margin: 0 24vw 4vw;
}
#sec7 .bnr a .inner .right {
  position: relative;
  z-index: 2;
  padding: 0 6vw 8.7vw;
  text-align: right;
}
#sec7 .bnr a .inner .right h2 {
  font-optical-sizing: none;
}
#sec7 .bnr a .inner .right h2 span {
  display: block;
  text-align: left;
  font-size: 14vw;
  line-height: 1;
  letter-spacing: -0.03em;
}
#sec7 .bnr a .inner .right h2 span small {
  font-size: 9vw;
  display: block;
  margin: 7px 0 0;
  letter-spacing: 0;
}
#sec7 .bnr a .inner .right .tit {
  color: #555555;
  letter-spacing: 0.2em;
  font-size: 6.5vw;
  line-height: 1.5;
  margin: 3vw 0 0;
}
#sec7 .bnr a .inner .right .tit small {
  letter-spacing: 0.2em;
  font-size: 5vw;
}
#sec7 .bnr a .inner .right .tit span {
  letter-spacing: 0.2em;
  font-size: 7.5vw;
}
#sec7 .bnr a .inner .right .tit img {
  margin-left: 7px;
  width: 65px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #header {
    min-height: 1402px;
    overflow: hidden;
  }
  #header .line2 {
    bottom: 70px;
  }

  #key {
    position: relative;
    z-index: 5;
  }
  #key .img {
    margin: 0 calc(50% - 332px) 0 -250px;
    text-align: right;
  }
  #key h1 {
	  font-size: 13px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    bottom: calc(85px - 5.5vw);
    top: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  #key h1 {
    bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1900px) {
  #key h1 {
    bottom: 145px;
  }
}

@media screen and (min-width: 768px) {
  #sec1 {
    position: relative;
  }
  #sec1 .deco {
    width: 1247px;
    max-width: calc(100% - 60px);
  }
  #sec1 .group .inner .inner2 {
    padding: 0;
  }
  #sec1 .group .inner .inner2 h2 {
    font-size: 40px;
    padding: 0 0 27px;
    margin: 0 0 71px;
  }
  #sec1 .group .inner .inner2 h2 small {
    font-size: 30px;
  }
  #sec1 .group .inner .inner2 h2::before {
    right: calc(50% - 183px);
    width: 482px;
    left: auto;
  }
  #sec1 .group .inner .inner2 h2::after {
    left: calc(50% - 169px);
    width: 451px;
    right: auto;
  }

  #sec2 {
    margin: 40vw 0 0;
  }
  #sec2 .group-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #sec2 .group-title h2 {
    font-size: 5vw;
  }
  #sec2 .group-title h2:first-of-type {
    margin-right: 43px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sec2 .group-title h2:last-of-type {
    margin-top: 0;
    margin-left: 38px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #sec2 .group-title .group-stt {
    bottom: -17px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #sec2 .group-title .group-stt .stt1 {
    font-size: 200px;
  }
  #sec2 .group-title .group-stt .stt2 {
    left: -37px;
    right: auto;
    bottom: -29px;
    font-size: 240px;
  }
  #sec2 .title {
    margin: 28px 0 67px;
    font-size: 34.7px;
  }
  #sec2 .title::before {
    top: 63px;
    height: 90px;
  }
  #sec2 #sec2-js .parallax1 .inner {
    height: 100svh;
  }
  #sec2 #sec2-js .parallax1 .inner .bg-black {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    z-index: 10;
    will-change: opacity;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #sec2 #sec2-js .parallax1 .inner .group {
    width: 100%;
  }
  #sec2 #sec2-js .parallax1 .inner .deco {
    width: 517px;
    right: calc(50% + 270px);
    left: auto;
  }
  #sec2 #sec2-js .parallax1 .inner .img {
    text-align: center;
    max-height: 100vh;
    margin: 0;
    position: static;
  }
  #sec2 #sec2-js .parallax1 .inner .img img {
    width: auto;
    height: 100vh;
    max-height: 1026px;
  }
  #sec2 #sec2-js .parallax1 .inner h3 {
    bottom: 70px;
    right: calc(50% + 324px);
    left: auto;
    font-size: 50px;
    width: 140px;
    height: 600px;
  }
  #sec2 #sec2-js .parallax1 .inner h3 small {
    font-size: 30px;
  }
  #sec2 #sec2-js .parallax1 .inner h3 .pt {
    padding-top: 149px;
  }
  #sec2 #sec2-js .parallax2 {
    padding: 114px 30px 99px;
    margin-top: 0;
  }
  #sec2 #sec2-js .parallax2 .inner {
    max-width: 1264px;
    width: 100%;
    padding: 112px 0 100px;
    margin: 0 auto;
    border-radius: 63px;
  }
  #sec2 #sec2-js .parallax2 h3 {
    font-size: 35px;
  }
  #sec2 #sec2-js .parallax2 h3 small {
    font-size: 27px;
  }
  #sec2 #sec2-js .parallax2 h3 span {
    font-size: 37px;
  }
  #sec2 #sec2-js .parallax2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 53px auto 0;
    width: 819px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec2 #sec2-js .parallax2 .flex .col {
    width: 373px;
    padding: 0 0 32px;
  }
  #sec2 #sec2-js .parallax2 .flex .col h4 {
    font-size: 75px;
    line-height: 1.5;
    padding: 0 0 9px 11px;
    letter-spacing: 0;
    background: url("../img/concept/s2_border.png") repeat-x bottom center;
  }
  #sec2 #sec2-js .parallax2 .flex .col .sub-tit {
    margin: 26px 0 21px 19px;
  }
  #sec2 #sec2-js .parallax2 .flex .col .sub-tit span {
    font-size: 25px;
  }
  #sec2 #sec2-js .parallax2 .flex .col .time {
    font-size: 30px;
    margin: 0 0 3px 20px;
  }
  #sec2 #sec2-js .parallax2 .flex .col .time span small {
    font-size: 16px;
  }
  #sec2 #sec2-js .parallax2 .flex .col .txt {
    margin: 0 0 0 27px;
    padding: 16px 0 24px 22px;
  }
  #sec2 #sec2-js .parallax2 .flex .col + .col {
    margin-top: 0;
  }
  #sec2 #sec2-js .parallax2 .flex .col + .col h4 {
    padding-left: 22px;
  }
  #sec2 #sec2-js .parallax2 .flex .col + .col .sub-tit {
    margin-left: 24px;
  }
  #sec2 #sec2-js .parallax2 .flex .col + .col .sub-tit span {
    letter-spacing: 0.1em;
  }
  #sec2 #sec2-js .parallax2 .flex .col + .col .txt {
    margin-top: 16px;
    padding-top: 6px;
  }

  #sec3 {
    padding: 283px 0 150px;
  }
  #sec3 .line {
    width: 892px;
    right: -274px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  #sec2 .group-title h2 {
    font-size: 75px;
}
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  #sec3 .line {
    left: calc(50% - 87px);
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .group-stt {
    top: 171px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  #sec3 .group-stt {
    left: calc(50% + 296px);
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .group-stt::before {
    height: 129px;
    width: 140px;
  }
  #sec3 .group-stt .stt1 {
    font-size: 200px;
  }
  #sec3 .group-stt .stt2 {
    left: 1px;
    bottom: -27px;
    font-size: 200px;
  }
  #sec3 h2 {
    font-size: 34.7px;
  }
  #sec3 h2 span {
    font-size: 47px;
  }
  #sec3 .sub-txt {
    margin: 23px 0 81px;
  }
  #sec3 .group-map {
    margin: 0 55px 0 124px;
  }
  #sec3 .group-map h3 {
    top: 435px;
    left: -4px;
    font-size: 85px;
  }
  #sec3 .group-map .btn-popup {
    width: 123px;
  }
  #sec3 .group-map .btn-popup span {
    height: 123px;
    padding: 53px 0 0;
    font-size: 16px;
  }
  #sec3 .group-map .btn-popup span:after {
    bottom: 22px;
    height: 9px;
  }
  #sec3 .group-map .btn-popup span small {
    top: 18px;
    left: -3px;
    font-size: 37.34px;
  }
  #sec3 .group-map .btn-popup span:hover {
    opacity: 0.8;
  }
  #sec3 .group-map .btn-popup.btn-popup1 {
    top: -45px;
    left: 172px;
  }
  #sec3 .group-map .btn-popup.btn-popup2 {
    top: 214px;
    right: 207px;
  }
  #sec3 .group-map .btn-popup.btn-popup3 {
    bottom: 195px;
    right: 360px;
  }

  #popup-map1, #popup-map2, #popup-map3 {
    padding: 69px 0 89px;
  }
  #popup-map1 .remodal-close, #popup-map2 .remodal-close, #popup-map3 .remodal-close {
    width: 61px;
    top: 29px;
    right: 32px;
  }
  #popup-map1 .remodal-close:hover, #popup-map2 .remodal-close:hover, #popup-map3 .remodal-close:hover {
    opacity: 0.8;
  }
  #popup-map1 .inner, #popup-map2 .inner, #popup-map3 .inner {
    width: 763px;
  }
  #popup-map1 .inner .flex, #popup-map2 .inner .flex, #popup-map3 .inner .flex {
    margin: 0 -30px 26px 0;
    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;
    text-align: left;
  }
  #popup-map1 .inner .flex h2, #popup-map2 .inner .flex h2, #popup-map3 .inner .flex h2 {
    font-size: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 130px;
    border-right: 1px dashed #959595;
    border-bottom: 0;
    width: 388px;
    text-align: left;
    padding-bottom: 0;
  }
  #popup-map1 .inner .flex h2 span, #popup-map2 .inner .flex h2 span, #popup-map3 .inner .flex h2 span {
    font-size: 80px;
  }
  #popup-map1 .inner .flex .txt, #popup-map2 .inner .flex .txt, #popup-map3 .inner .flex .txt {
    width: 364px;
    margin-top: 0;
  }

  #sec4 {
    margin: 52px 0 0;
    padding: 154px 0 327px;
  }
  #sec4::before {
    -webkit-transform: skewY(-20.5deg);
            transform: skewY(-20.5deg);
  }
  #sec4 .wrap {
    max-width: 1200px;
  }
  #sec4 .group-stt .stt1 {
    font-size: 200px;
  }
  #sec4 .group-stt .stt2 {
    left: -79px;
    bottom: -22px;
    font-size: 240px;
  }
  #sec4 h2 {
    font-size: 34.66px;
    margin: 38px 0 24px;
  }
  #sec4 .sub-txt {
    margin: 0 0 115px;
  }
  #sec4 .tabs-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #sec4 .tabs-switch::before {
    height: 90px;
  }
  #sec4 .tabs-switch .tab-link {
    width: 75px;
    padding: 58px 0 0;
    display: block;
  }
  #sec4 .tabs-switch .tab-link li {
    width: 75px;
    height: 224px;
    font-size: 30px;
    padding: 0 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  #sec4 .tabs-switch .tab-link li:hover {
    border: 0;
    background: url("../img/shared/bg3.jpg");
    color: var(--cl6);
  }
}
@media screen and (min-width: 768px) {
  #sec4 .tabs-switch .tab-link li + li {
    margin-top: 19px;
    margin-left: 0;
  }
  #sec4 .tabs-switch .tab-link li:nth-child(2) {
    height: 168px;
  }
  #sec4 .tabs-switch .tab-link li:nth-child(3) {
    height: 200px;
  }
  #sec4 .tabs-switch .tab-content {
    width: calc(100% - 76px);
  }
  #sec4 .tabs-switch .tab-content .group {
    max-width: 923px;
    margin: 0 auto;
    padding: 138px 30px 155px;
  }
  #sec4 .tabs-switch .tab-content .group.group2 {
    padding-top: 138px;
  }
  #sec4 .tabs-switch .tab-content .group.group2 .right {
    padding-top: 222px;
  }
  #sec4 .tabs-switch .tab-content .group .inner {
    width: 912px;
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec4 .tabs-switch .tab-content .img {
    width: 525px;
    height: 549px;
    max-width: calc(100% - 390px);
  }
  #sec4 .tabs-switch .tab-content h3 {
    position: absolute;
    right: 0;
    z-index: 3;
    top: 44px;
    font-size: 65px;
    line-height: 70px;
    padding-bottom: 0;
  }
  #sec4 .tabs-switch .tab-content .right {
    width: 344px;
    padding-top: 140px;
  }
  #sec4 .tabs-switch .tab-content .right h4 {
    font-size: 30px;
    line-height: 50px;
    margin-right: -30px;
  }
  #sec4 .tabs-switch .tab-content .right .btn-link {
    margin: 31px 0 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1170px) {
  #sec4 .tabs-switch .tab-content .right .btn-link {
    margin-right: -36px;
  }
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 112px 0 129px;
  }
  #sec5 .line {
    top: -389px;
    left: 0;
    right: 0;
    height: 923px;
  }
  #sec5 .title-autorun {
    top: -29px;
    -webkit-transform: translateX(-50%) rotate(-20.8deg);
            transform: translateX(-50%) rotate(-20.8deg);
  }
  #sec5 .title-autorun ul {
    font-size: 90px;
  }
  #sec5 .title-autorun ul li {
    display: inline-block;
    padding-right: 20px;
  }
  #sec5 .group-stt {
    right: 58px;
    top: -2px;
  }
  #sec5 .group-stt::before {
    left: -22px;
    height: 118px;
    width: 224px;
  }
  #sec5 .group-stt .stt1 {
    font-size: 200px;
  }
  #sec5 .group-stt .stt2 {
    left: -37px;
    bottom: 0;
    font-size: 200px;
  }
  #sec5 h2 {
    padding: 191px 0 0;
    font-size: 37px;
    line-height: 46px;
    margin: 0 0 56px;
  }
  #sec5 h2 small {
    font-size: 30px;
  }
  #sec5 h2 span {
    font-size: 36px;
  }
  #sec5 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 72px 0 82px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec5 .flex .col {
    width: 383px;
    padding: 0 0 28px;
  }
  #sec5 .flex .col h4 {
    font-size: 75px;
  }
  #sec5 .flex .col .sub-tit {
    margin: 25px 0 22px 18px;
  }
  #sec5 .flex .col .sub-tit span {
    font-size: 25px;
  }
  #sec5 .flex .col .showtime {
    font-size: 55px;
  }
  #sec5 .flex .col .showtime::before {
    width: 61px;
    height: 67px;
    left: 273px;
  }
  #sec5 .flex .col .time {
    font-size: 30px;
    margin-top: -6px;
  }
  #sec5 .flex .col ul {
    margin: 0 0 0 27px;
    padding: 7px 0 18px 15px;
  }
  #sec5 .flex .col ul li {
    margin-right: -30px;
  }
  #sec5 .flex .col + .col {
    width: 397px;
    margin-top: 0;
  }
  #sec5 .flex .col + .col h4 {
    padding-left: 20px;
  }
  #sec5 .flex .col + .col .sub-tit {
    margin-left: 23px;
  }
  #sec5 .flex .col + .col .sub-tit span {
    letter-spacing: 0.1em;
  }
  #sec5 .flex .col + .col .showtime {
    padding-left: 16px;
  }
  #sec5 .btn-link {
    margin: 91px auto 0;
    width: 641px;
  }
  #sec5 .btn-link a {
    height: 138px;
    font-size: 40px;
    line-height: 1.2;
  }
  #sec5 .btn-link a:after {
    width: 51px;
    right: 110px;
  }
  #sec5 .btn-link a:hover:after {
    background-image: url("../img/concept/arrow4.png");
  }

  #sec6 .bg-parallax {
    min-height: 910px;
  }
  #sec6 .bg-parallax .img-parallax img {
    -o-object-position: center;
       object-position: center;
  }
  #sec6 .group-title {
    top: 125px;
    left: auto;
    right: calc(50% + 101px);
    width: 308px;
  }
  #sec6 .group-title .group-stt {
    padding: 0 0 25px;
  }
  #sec6 .group-title .group-stt .stt1 {
    font-size: 170px;
  }
  #sec6 .group-title .group-stt .stt2 {
    left: -43px;
    right: 0;
    bottom: -6px;
    font-size: 240px;
  }
  #sec6 .group-title h2 {
    margin: 53px auto 0;
    font-size: 35px;
    width: 255px;
    line-height: 85px;
    height: 530px;
  }

  #sec7 {
    padding: 202px 0 203px;
  }
  #sec7::before {
    right: calc(50% + 347px);
    bottom: 0;
  }
  #sec7 .bnr {
    width: 1357px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  #sec7 .bnr a::before {
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(172, 172, 172, 0.5);
  }
  #sec7 .bnr a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #sec7 .bnr a:after {
    top: 28px;
    left: 27px;
    bottom: 29px;
    right: 30px;
  }
  #sec7 .bnr a .inner .img {
    position: absolute;
    top: -84px;
    left: 60px;
    margin: 0;
  }
  #sec7 .bnr a .inner .img img {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  #sec7 .bnr a .inner .img {
    right: calc(50% + 152px);
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec7 .bnr a .inner .right {
    padding: 97px 60px 80px;
  }
  #sec7 .bnr a .inner .right h2 {
    max-width: 1202px;
    margin: 0 auto;
  }
  #sec7 .bnr a .inner .right h2 span {
    display: inline-block;
    font-size: 9.3vw;
  }
  #sec7 .bnr a .inner .right h2 span small {
    font-size: 7.6vw;
    letter-spacing: -0.066em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  #sec7 .bnr a .inner .right h2 span {
    font-size: 118px;
  }
  #sec7 .bnr a .inner .right h2 span small {
    font-size: 99px;
  }
  #sec2 {
    margin-top: 350px;
  }
}
@media screen and (min-width: 768px) {
  #sec7 .bnr a .inner .right .tit {
    font-size: 35px;
    margin: 16px auto 0;
    max-width: 1205px;
  }
  #sec7 .bnr a .inner .right .tit small {
    font-size: 27px;
  }
  #sec7 .bnr a .inner .right .tit span {
    font-size: 47px;
  }
  #sec7 .bnr a .inner .right .tit img {
    width: auto;
  }
}
