@charset "UTF-8";

/* -----
 * sky promenade
----------------------------------------------------------------------------- */

html {
    font-size: 18px;
}

body {
    background: #000000;
    color: #fff;
}

.g-wrapper {
    position: relative;
}


/* ---------
 * Header
--------------------- */

.g-header.-sky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
}

.sky-head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-header.-sky .head-logo-sky {
    max-width: 238px;
    margin-right: auto;
}

.g-header.-sky .main-logo {
    margin: 0;
    display: inline-block;
    max-width: 215px;
}

.g-header.-sky .head-main-logo {
    display: none;
}

.g-header.-sky .mega-menu {
    margin: 12px 0 0;
    width: 100%;
    max-width: none;
    text-align: right;
}

.g-header.-sky .mega-menu>li {
    float: none;
    display: inline-block;
    padding: 0 0 0 1em;
    font-size: 13px;
}

.g-header.-sky .mega-menu>li>a {
    padding: 5px;
    line-height: 1;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.g-header.-sky .mega-menu>li>a:before {
    content: none;
}

.g-header.-sky .mega-menu>li>a:hover {
    background: #00495b;
}

.g-header.-sky .mega-menu>li.-current a {
    background: #00495b;
}


/* ヘッダー予約ボタン */

.header-pc-ticket a {
    width: 270px;
    /* padding: 14px 20px 14px 0px; */
    padding: 8px 20px 8px 0px;
    text-align: center;
    background-color: #caa00d;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    margin-left: 30px;
}

.header-pc-ticket a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media all and (-ms-high-contrast: none) {
    /* ie only */
    .header-pc-ticket {
        position: absolute;
        z-index: 101;
        top: 57px;
    }
}


/* ---------
 * Footer
--------------------- */

.sky-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
}

.sky-foot-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.sky-foot-inner .copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
    padding-top: 1em;
    font-size: 10px;
}

.foot-logo-sky {
    width: 168px;
    margin: 0;
}

.foot-logo-insta {
    margin: 0 auto 0 20px;
}

.foot-logo-insta a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    line-height: 1;
    vertical-align: middle;
}


/* ---------
 * Main Contents
--------------------- */

.g-main.sky-promenade {
    padding: 0 0 60px;
    /* background: url(../images/sky-promenade/bg-content04.jpg) no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; */
}

.g-main.sky-promenade.-about {
    background: none;
    padding-bottom: 55px;
    line-height: 1.857;
}


/** メインビジュアル **/

.main-hero {
    position: relative;
    height: 100vh;
    min-height:700px;
    overflow: hidden;
}

.main-hero .main-slide {
    margin-bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

.main-hero .main-slide.-js-show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.main-hero .main-slide .slide-content {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height:700px;
}

.main-hero .main-slide img,.main-hero .main-slide video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    height: auto;
}

.main-hero .main-slide .slick-current img,
.main-hero .main-slide .zoom img {
    -webkit-animation: bg-zoom 6s linear 1 normal;
    animation: bg-zoom 6s linear 1 normal;
}

.main-hero .main-slide .slick-dots {
    bottom: 112px;
}

.main-hero .main-slide .slick-dots li {
    margin: 0 2px;
}

.main-hero .main-slide .slick-dots li button:before {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

.main-hero .main-slide .slick-dots li.slick-active button:before {
    color: #00495b;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes bg-zoom {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@keyframes bg-zoom {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.main-hero .main-hero-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
}


 .info {
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 480px;
    background: rgba(0, 73, 91, 0.8);
    color: #fff;
    padding: 36px 30px 22px;
    text-align: center;
    font-size: 13.008px;
    font-size: 0.813rem;
}

 .info p {
    margin: 0;
}

 .info .time {
    margin-bottom: 1.7em;
    font-weight: bold;
    font-size: 1.154em;
}

 .info-head {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5em;
    margin-bottom: 1.6em;
}

 .info-head .logo {
    margin: 10px 0 1.8em;
}

 .info-head .title {
    margin: 0;
    font-size: inherit;
}

 .info-date {
    max-width: 290px;
    margin: 0 auto 1.2em;
}

 .info-date:after {
    content: " ";
    display: table;
    clear: both;
}

 .info-date .img {
    float: left;
}

 .info-date .date {
    float: right;
    text-align: right;
    color: #fff;
    font-size: 11.008px;
    font-size: 0.688rem;
    line-height: 1.27;
}

.main-hero .scroll {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 5;
    font-size: 16px;
    cursor: pointer;
}

.main-hero .scroll:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 5px 0 0 -22px;
    width: 44px;
    height: 27px;
    background: url(../images/sky-promenade/scroll-arrow.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.bg-container {
    background: no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}

.bg-container.content01 {
    background-image: url(../images/sky-promenade/bg-content01.jpg);
}

.bg-container.content02 {
    background-image: url(../images/sky-promenade/bg-content02.jpg);
}

.bg-container.content03 {
    background-image: url(../images/sky-promenade/bg-content03.jpg);
    /* -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative; */
    /* padding-bottom: 0; */
}

/* .bg-container.content03:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 80%);
} */

.bg-container.content2-01 {
    background-image: url(../images/sky-promenade/bg-content2-01.png);
    background-position: center bottom;
    background-attachment: scroll;
    padding-bottom: 35px;
}

.sky-section {
    max-width: 1020px;
    margin: auto;
    padding: 36px 30px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    z-index: 2;
}
/* .sky-section#concept {
    background: none;
} */
.sky-section.-transparent {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

.sky-section:nth-child(n + 2) {
    margin-top: 90px;
}

.sky-section .title {
    margin: -0.4em 0 1.4em;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
}

.sky-section .title .en {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 0.5em;
    font-size: 1.375em;
}

.sky-section .title .en:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #fff;
    margin-left: 0.5em;
}

.sky-section h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.9em;
    margin: 3em 0 1em;
    font-size: 16px;
    font-size: 1rem;
}

.sky-section .note {
    font-size: 12px;
    font-size: 0.75rem;
}

.sky-section .note p {
    margin: 0;
}

.sky-section .note p a {
    color: #fff;
}

.scroll-image.-group01 {
    margin-bottom: 100px;
}


/*360度ビュー top*/

.info-head-around {
    background-color: rgba(0, 0, 0, 0.6);
    width: 80%;
    padding: 7px;
    margin: 10px auto 0;
    text-decoration: none;
    display: block;
    pointer-events: initial;
}

.info-head-around-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
}

.info-head-around-wrapper-span {
    color: #ffffff!important;
    margin-right: 15px;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    text-decoration: none;
}

.info-head-around:hover {
    transform: translateY(2px);
    transition: .3s;
    opacity: 0.7;
}

.text-box0 {}

.view-floor {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    list-style: none;
}

.sky-section h3 {
    font-weight: normal;
    border-bottom: none;
    margin: 1em 0 0;
}

.view-floor li:nth-child(2) {
    padding: 0 0 0 15px;
}

.view-floor-item {
    width: calc(100%/2);
    box-sizing: border-box;
    padding-right: 15px;
    list-style: none;
}

.view-floor-item-wrap {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
}

.view-floor-item-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view-floor-item-wrap iframe.sp {
    display: none;
}

.view-floor-item-viewfullscreen {
    display: flex;
    align-items: center;
    color: #ffffff!important;
    padding: 10px;
    text-decoration: none;
}


/*360度ビュー topここまで*/

.news-list {
    padding: 0;
    list-style: none;
    margin: -1em 0 0;
}

.news-list li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 1.2em 0;
}

.news-list li>* {
    display: table-cell;
    vertical-align: top;
}

.news-list li .date {
    white-space: nowrap;
    width: 1%;
    font-weight: 700;
}

.news-list li .text {
    color: inherit;
    text-decoration: none;
    padding-left: 1em;
}

.open-hours-text {
    border: 1px solid #fff;
    text-align: center;
    padding: 0.4655em;
    margin: 0 0 2.3em;
    line-height: 1.3;
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "futura-pt", 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'hiragino kaku gothic pro w3', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
}

.hours-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hours-def {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    background: rgba(0, 73, 91, 0.7);
}

.hours-def:nth-child(2n) {
    margin-right: 0;
}
/* .hours-def:nth-child(2n-1) {
    margin-right: 0;
} */
/* .hours-def:first-child {
    width:100%;
} */

.hours-def dt {
    padding: 0.8em 28px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}

.hours-def dd {
    margin: 0;
    padding: 0.8em 20px 1.2em;
}

.hours-def dd .line {
    margin: 0;
    display: table;
    width: 100%;
}

.hours-def dd .line span {
    display: table-cell;
}

.hours-def dd .line span:first-child {
    white-space: nowrap;
    width: 1%;
    padding-right: 1em;
}


/** イベントバナー **/

.event-banner {
    max-width: 1020px;
    margin: auto;
}


/** お願い **/

.corona-notes dl {
    margin: 0;
    padding: 0;
}

.corona-notes dt {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin: -0.4em 0 1.4em;
}

.corona-notes dd {
    margin: 0;
    padding: 0;
}


/** 入場料金 **/

.fee-tbl {
    width: 100%;
    table-layout: fixed;
    margin: 0 0 20px;
    border: 1px solid #fff;
    border-collapse: collapse;
}

.fee-tbl th,
.fee-tbl td {
    text-align: center;
    height: 73px;
    vertical-align: middle;
    padding: 0 20px;
    border: 1px solid #fff;
}

.fee-tbl th:first-child,
.fee-tbl td:first-child {
    text-align: left;
    width: 240px;
}

.fee-tbl th {
    font-size: 16px;
    font-size: 1rem;
}

.fee-tbl th p {
    font-size: 12px;
    font-size: 0.75rem;
}

.fee-tbl th p:before,
.fee-tbl th p:after {
    content: "ー";
    display: inline;
}

.fee-tbl th p span {
    display: inline-block;
}

.fee-tbl td span {
    font-size: 12px;
    display: inline-block;
}


/*.fee-tbl tr {
  background: rgba(0, 0, 0, 0.8);
}

.fee-tbl tr:nth-child(2n) {
  background: rgba(51, 51, 51, 0.9);
}*/


/* チケット購入ボタン */

a.ticket {
    color: #fff;
}

.ticket {
    width: 488px;
    margin: 36px auto 0 auto;
    /* padding: 20px 100px; */
    padding: 20px 80px;
    text-align: center;
    background-color: #caa00d;
    display: block;
    text-decoration: none;
    position: relative;
}

.ticket:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.google-map {
    position: relative;
    overflow: hidden;
    height: 330px;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.address {
    margin: 1.45em 0 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.access-text {
    margin-top: 1.6em;
    line-height: 1.857;
}

.access-text p {
    margin: 0;
}

.access-text p:not(:first-child) {
    margin-top: 0.5em;
}

.access-text strong {
    font-size: 16px;
    font-size: 1rem;
}

.access-image {
    text-align: center;
}

.access-image+.access-image {
    margin: 28px 0 55px;
}


/* ---------
 * 施設案内
--------------------- */

.g-main.-about .sky-section:nth-child(n + 2) {
    margin-top: 110px;
}

.about-main {
    background: url(../images/sky-promenade/about-main.jpg?230825) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 357px;
}

.about-title {
    margin: 0 0 0.5em;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3;
}

.about-title .line {
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.text-box01 {
    width: 40%;
    max-width: 378px;
    margin: 0 0 30px;
}

.scroll-image {
    position: relative;
}

.scroll-image.-group01 {
    padding-bottom: 30px;
    margin-bottom: 55px;
}


/*
.scroll-image.-group02 {
    margin: 50px 0 0;
    padding-top: 75px;
}*/

.scroll-image.-group-wall {
    margin: 30px 0 0;
    padding-top: 90px;
}


/*
.scroll-image.-group04 {
    margin: 0;
    padding-top: 115px;
}*/

.scroll-image.-group-mokei {
    margin: 0;
    padding-top: 92px;
}

.scroll-image.-group-telescope {
    margin: 30px 0 0;
    padding-top: 90px;
}

.scroll-image.-group-bench {
    margin: 30px 0 0;
    padding-top: 90px;
}

.scroll-image.-group-shibahu {
    margin: 0;
    padding-top: 92px;
}

.scroll-image.-group-prom {
    margin: 0;
    padding-top: 110px;
}

.scroll-image .img {
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(0, 0.1, 0.3, 1);
    transition: all 0.5s cubic-bezier(0, 0.1, 0.3, 1);
}

.scroll-image .img.-depth1 {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.scroll-image .img.-depth2 {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
}

.scroll-image .img.-depth3 {
    -webkit-transition-duration: 1.0s;
    transition-duration: 1.0s;
}

.scroll-image .img.-depth4 {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.scroll-image .img.-depth5 {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s;
}

.scroll-image .img01 {
    right: 20px;
    top: -205px;
}

.scroll-image .img02 {
    left: 416px;
    top: -102px;
}

.scroll-image .img03 {
    right: 0;
    top: 62px;
}

.scroll-image .img04 {
    position: relative;
}

.scroll-image .img05 {
    left: 178px;
    bottom: 0;
}

.scroll-image .img06 {
    left: 90px;
    top: 10px;
}

.scroll-image .img07 {
    position: relative;
    text-align: center;
    z-index: -2;
}

.scroll-image .img08 {
    right: 10px;
    top: -132px;
}

.scroll-image .img09 {
    position: relative;
    left: 40px;
    top: 0;
}

.scroll-image .img10 {
    left: 300px;
    top: 0;
    z-index: -2;
}

.scroll-image .img11 {
    right: 30px;
    bottom: 0;
}

.scroll-image .img12 {
    position: relative;
    left: 70px;
    top: 0;
}

.scroll-image .img13 {
    right: 65px;
    bottom: 0;
}

.scroll-image .img14 {
    position: relative;
    left: 45px;
    top: 0;
}

.scroll-image .img15 {
    left: 415px;
    top: -55px;
}

.scroll-image .img16 {
    right: 40px;
    bottom: 0;
    z-index: -2;
}

.scroll-image .img17 {
    position: relative;
    left: 25px;
    top: 0;
}

.scroll-image .img18 {
    right: 30px;
    bottom: 0;
}

.scroll-image .img19 {
    position: relative;
    left: 40px;
    top: 0;
}

.scroll-image .img20 {
    left: 300px;
    top: 0;
    z-index: -2;
}

.scroll-image .img21 {
    right: 30px;
    bottom: 0;
}

.scroll-image .img22 {
    position: relative;
    left: 0;
    top: 0;
}

.scroll-image .img23 {
    left: 325px;
    top: 0;
}

.scroll-image .img24 {
    right: 40px;
    bottom: 0;
    z-index: -2;
}

.scroll-image .img25 {
    position: relative;
    left: 25px;
    top: 0;
}

.scroll-image .img26 {
    right: 30px;
    bottom: 0;
}


/** フロアマップ **/

.floor-map {
    font-size: 0;
}

.floor-map .item {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    font-size: 18px;
    font-size: 1.125rem;
}

.floor-map .item:last-child {
    margin-right: 0;
}

.floor-map .item img {
    width: 195px;
}

.map-note {
    margin: 50px 0 35px;
    font-size: 0;
}

.map-note .map-icon {
    display: inline-block;
    margin: 0 1em 0.5em 0;
    font-size: 16px;
    font-size: 1rem;
}

.map-note .map-icon .icon {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    margin-right: 0.2em;
}


/* -----
 * responsive
----------------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
    /* PC */
    .g-header.-sky .header-main {
        position: static;
        background: none;
        -webkit-transform: none;
        transform: none;
        margin: 0 0 0 auto;
        width: calc(100% - 240px);
    }
    .g-header.-sky .header-main .header-main-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 20px 0 15px;
    }
    .info-sp {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
    /* tablet */
}

@media screen and (max-width: 767px) {
    /* smart phone */
    .sky-head-inner {
        height: 65px;
    }
    .g-header.-sky .head-logo-sky {
        display: block;
        margin: auto;
    }
    .g-header.-sky .head-logo-sky img {
        height: 30px;
        width: auto;
    }
    .g-header.-sky .head-main-logo {
        display: table;
        width: 100%;
        height: 66px;
    }
    .g-header.-sky .head-main-logo>p {
        display: table-cell;
        padding: 0;
        vertical-align: middle;
        border: none;
        -webkit-box-shadow: 0 1px 0 0 #fff;
        box-shadow: 0 1px 0 0 #fff;
    }
    .g-header.-sky .main-logo {
        margin: auto;
        display: block;
        position: relative;
        top: -20px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.4s cubic-bezier(0.32, 0.08, 0.24, 1);
        transition: all 0.4s cubic-bezier(0.32, 0.08, 0.24, 1);
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s;
        max-width: 100%;
        text-align: center;
    }
    .g-header.-sky .header-main.-js-open .main-logo {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .g-header.-sky .mega-menu {
        margin: 0 0 28px;
        text-align: left;
    }
    .g-header.-sky .mega-menu>li {
        display: block;
        padding: 0;
        font-size: 15px;
    }
    .g-header.-sky .mega-menu>li:nth-child(1) {
        -webkit-transition-delay: 0.04s;
        transition-delay: 0.04s;
    }
    .g-header.-sky .mega-menu>li:nth-child(2) {
        -webkit-transition-delay: 0.08s;
        transition-delay: 0.08s;
    }
    .g-header.-sky .mega-menu>li:nth-child(3) {
        -webkit-transition-delay: 0.12s;
        transition-delay: 0.12s;
    }
    .g-header.-sky .mega-menu>li:nth-child(4) {
        -webkit-transition-delay: 0.16s;
        transition-delay: 0.16s;
    }
    .g-header.-sky .mega-menu>li:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .g-header.-sky .mega-menu>li>a {
        padding: 1.3em 1em;
    }
    /* ---------
   * Footer
  --------------------- */
    .sky-foot {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        background: rgba(0, 0, 0, 0.8);
    }
    .sky-foot-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        height: 100px;
    }
    .sky-foot-inner .copyright {
        width: 100%;
        border: none;
        padding: 1em 0 0;
        text-align: center;
        font-size: 9px;
    }
    .foot-logo-sky {
        margin: 0 auto;
    }
    .foot-logo-insta {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0.5em 0 0;
    }
    /* フッター予約ボタン */
    .sp-ticket-block {
        height: 70px;
    }
    .footer-sp-ticket {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 20;
    }
    .footer-sp-ticket a {
        width: 100%;
        margin: 10px;
        /* padding: 18px 0; */
        padding: 8px 0;
        text-align: center;
        background-color: #caa00d;
        display: inline-block;
        text-decoration: none;
        position: relative;
        font-size: 15px;
        color: #ffffff;
    }
    .footer-sp-ticket a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -3px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    /* ---------
   * Main Contents
  --------------------- */
    .g-wrapper.-sky {
        padding: 0;
    }
    .g-main.sky-promenade {
        padding: 0 0 24%;
        /* background-image: url(../images/sky-promenade/bg-content04-sp.jpg); */
    }
    .g-main.sky-promenade.-about {
        background: none;
        padding-bottom: 55px;
        line-height: 1.5;
    }
    /** メインビジュアル **/
    .main-hero,.main-hero .main-slide .slide-content{
        height:100%;
    }
    .main-hero .main-slide .slick-dots {
        display: none;
    }
    .info-pc {
        display: none;
    }
    .info{
        top: auto;
        bottom: -1px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        padding: 30px 20px 16px;
        font-size: 0.625rem;
        position: static;
    }
    .info .time {
        font-size: 1.2em;
    }
     .info-date {
        max-width: 230px;
    }
     .info-date .img {
        width: 128px;
    }
    .main-hero .scroll {
        display: none;
    }
    .bg-container {
        padding: 30px 0;
        background-attachment: scroll;
    }
    .bg-container.content01 {
        background-image: url(../images/sky-promenade/bg-content01-sp.jpg);
        padding-bottom: 0;
    }
    .bg-container.content02 {
        background-image: url(../images/sky-promenade/bg-content02-sp.jpg);
    }
    .bg-container.content03 {
        background-image: url(../images/sky-promenade/bg-content03-sp.jpg);
    }
    .bg-container.content03 .sky-section {
        padding-bottom: 0;
    }
    .bg-container.content2-01 {
        background-image: url(../images/sky-promenade/bg-content2-01-sp.png);
        padding: 30px 10px 0;
    }
    .sky-section {
        padding: 25px 10px;
        font-size: 0.75rem;
        background: rgba(0, 0, 0, 0.7);
    }
    .sky-section#concept {
        background: rgba(0, 0, 0, 0.7);
    }
    .sky-section:nth-child(n + 2) {
        margin-top: 30px;
    }
    .sky-section .title {
        margin: -0.4em 0 1.4em;
        font-size: 0.75rem;
    }
    .sky-section .title .en {
        font-size: 1.417em;
    }
    .sky-section .title .en:after {
        height: 12px;
    }
    .sky-section h3 {
        padding-bottom: 0.5em;
        font-size: 1em;
    }
    .sky-section .note {
        font-size: 0.688rem;
    }
    .scroll-image.-group01 {
        margin-bottom: 50px;
    }

    /*360度ビュー*/
    .view-floor-item-wrap iframe.sp {
        display: none;
    }
    .view-floor-item-wrap iframe.sp {
        display: block;
    }
    .info-head-around-wrapper-span {
        font-size: 0.7rem;
        margin-right: 5px;
    }
    .sky-section h3 {
        margin: 3em 0 10px;
    }
    .view-floor {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .view-floor-item {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .view-floor li:nth-child(2) {
        padding: 0;
    }
    /*360度ビュー ここまで*/
    .news-list li {
        display: block;
        padding: 0.95em 0;
    }
    .news-list li>* {
        display: block;
        width: 100%;
    }
    .news-list li .text {
        margin: 0.2em 0 0;
        padding: 0;
    }
    .open-hours-text {
        margin: 0 0 2.3em;
        font-size: 1.125rem;
    }
    .hours-def {
        width: 100%;
        margin: 0 0 15px;
    }
    .hours-def dt {
        padding: 0.8em 22px;
        font-size: inherit;
    }
    .hours-def dd {
        padding: 0.8em 20px 0.8em 16px;
    }
    /** お願い **/
    .corona-notes dt {
        font-size: 0.75rem;
    }
    /** 入場料金 **/
    .fee-tbl th,
    .fee-tbl td {
        height: 56px;
        padding: 0 0.5em;
        font-size: 0.688rem;
    }
    .fee-tbl th:first-child,
    .fee-tbl td:first-child {
        width: 9em;
        padding: 0;
        text-align: center;
        font-size: 0.75rem;
    }
    .fee-tbl th {
        font-size: 0.75rem;
    }
    .fee-tbl th p {
        font-size: 0.75em;
    }
    .fee-tbl th p:before,
    .fee-tbl th p:after {
        content: none;
    }
    .google-map {
        height: 0;
        padding-top: 46.478%;
    }
    .address {
        margin-top: 1em;
        font-size: 0.625rem;
    }
    .access-text {
        line-height: 1.5;
    }
    .access-text p:not(:first-child) {
        margin-top: 0;
    }
    .access-text strong {
        font-size: 1em;
    }
    .access-image {
        margin: 30px 0 0;
    }
    /* ---------
   * 施設案内
  --------------------- */
    .g-main.-about .sky-section:nth-child(n + 2) {
        margin-top: 56px;
    }
    .about-main {
        background: none;
        height: auto;
    }
    .about-main img {
        width: 100%;
    }
    .about-title {
        font-size: 0.875rem;
    }
    .text-box01 {
        width: 100%;
        max-width: 100%;
        margin: 0 0 5px;
    }
    .scroll-image.-group01 {
        padding: 58% 0 16px;
        margin-bottom: 25px;
    }
    /*
    .scroll-image.-group02 {
        margin: 0;
        padding-top: 38.5%;
    }*/
    .scroll-image.-group-wall {
        margin: 15px 0 0;
        padding: 12.5% 0 19px;
    }
    /*
    .scroll-image.-group04 {
        padding-top: 22%;
    }*/
    .scroll-image.-group-mokei {
        padding-top: 26%;
    }
    .scroll-image.-group-telescope {
        margin: 15px 0 0;
        padding: 12.5% 0 19px;
    }
    .scroll-image.-group-bench {
        margin: 15px 0 0;
        padding: 12.5% 0 19px;
    }
    .scroll-image.-group-shibahu {
        padding-top: 26%;
    }
    .scroll-image.-group-prom {
        padding-top: 29%;
    }
    .scroll-image .img01 {
        right: 0;
        top: 0;
        max-width: 46%;
    }
    .scroll-image .img02 {
        left: auto;
        right: 33%;
        top: 14.5%;
        max-width: 43.5%;
    }
    .scroll-image .img03 {
        right: 0;
        top: 30%;
        max-width: 55%;
    }
    .scroll-image .img04 {
        max-width: 31%;
    }
    .scroll-image .img05 {
        left: 20%;
        bottom: 20px;
        max-width: 40%;
    }
    .scroll-image .img06 {
        left: 0;
        top: 26%;
        max-width: 40%;
    }
    .scroll-image .img07 {
        max-width: 40%;
        margin: auto;
    }
    .scroll-image .img08 {
        right: 0;
        top: 20px;
        max-width: 50%;
    }
    .scroll-image .img09 {
        position: relative;
        left: 0;
        top: 0;
        max-width: 42%;
    }
    .scroll-image .img10 {
        left: 35%;
        top: 0;
        max-width: 34%;
    }
    .scroll-image .img11 {
        right: 0;
        bottom: 0;
        max-width: 50%;
    }
    .scroll-image .img12 {
        left: 0;
        top: 0;
        max-width: 37.5%;
    }
    .scroll-image .img13 {
        right: 0;
        bottom: 0;
        max-width: 58.5%;
    }
    .scroll-image .img14 {
        left: 0;
        max-width: 44%;
    }
    .scroll-image .img15 {
        left: 39%;
        top: 18%;
        max-width: 24.6%;
    }
    .scroll-image .img16 {
        right: 0;
        bottom: 12px;
        max-width: 45%;
    }
    .scroll-image .img17 {
        left: 0;
        max-width: 34.5%;
    }
    .scroll-image .img18 {
        right: 0;
        max-width: 62.5%;
    }
    .scroll-image .img19 {
        position: relative;
        left: 0;
        top: 0;
        max-width: 42%;
        z-index: 1;
    }
    .scroll-image .img20 {
        left: 35%;
        top: 0;
        max-width: 34%;
        z-index: 0;
    }
    .scroll-image .img21 {
        right: 0;
        bottom: 0;
        max-width: 50%;
    }
    .scroll-image .img22 {
        left: 0;
        max-width: 34%;
    }
    .scroll-image .img23 {
        left: 27%;
        top: 18%;
        max-width: 37%;
    }
    .scroll-image .img24 {
        right: 0;
        bottom: 12px;
        max-width: 45%;
    }
    .scroll-image .img25 {
        left: 0;
        max-width: 34.5%;
    }
    .scroll-image .img26 {
        right: 0;
        max-width: 62.5%;
    }
    /* チケット購入ボタン */
    .ticket {
        width: 100%;
        margin-top: 20px;
        padding: 1.1em;
    }
    .ticket::after {
        right: 14px;
        width: 6px;
        height: 6px;
    }
    /** フロアマップ **/
    .floor-map {
        margin-top: 54px;
        text-align: center;
    }
    .floor-map .item {
        display: block;
        margin: 0 0 60px;
        padding-right: 4em;
        font-size: 10px;
    }
    .floor-map .item:last-child {
        margin-right: 0;
    }
    .floor-map .item p {
        display: inline-block;
        vertical-align: top;
        width: 5em;
        text-align: left;
    }
    .map-note .map-icon {
        font-size: 0.625rem;
    }
    .map-note .map-icon .icon {
        width: 2em;
    }
}




    /* ---------
    多言語対応
  --------------------- */
.lang_menu{
    padding:0 1em 0 0!important;
    margin-left:1em;
    cursor: pointer;
}
.lang_drop {
    border-left: 1px solid #fff;
    padding-left: 16px;
    position: relative;
    display: inline-block;
}
.lang_drop::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: -16px;
    top: 6px;
    transform: rotate(135deg);
  }
.lang_drop:hover {
    opacity: 0.8;
}
.lang_drop span img{
    width:20px;
    margin-right:4px;
}
.lang_sub {
    display: none;
    position: absolute;
    padding-left:0;
}
.lang_sub li{
    list-style: none;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom:1px solid #fff;
    text-align: center;
}
.lang_sub li:last-child{
    border:none;
}
.lang_sub li a{
    padding: 10px 32px;
    white-space: nowrap;
}

#en .main-hero .info-head,
#ko .main-hero .info-head,
#zhcn .main-hero .info-head,
#zhtw .main-hero .info-head{
    border-bottom:none;
    padding-bottom:0px;
}

#en .header-pc-ticket a{
    width:308px;
}
#en .info-head-around-wrapper-span{
    letter-spacing: 0;
}
#en .sky-section .title .en:after{
    display: none;
}
#en .text-indent{
    text-indent: -0.5em;
    padding-left: 0.5em;
}
#en .fee-tbl th:first-child, .fee-tbl td:first-child{
    width:356px;
}
#en .mega-menu > li{
    padding:0!important;
}
#en .lang_menu{
    padding:0!important;
    margin-left:0;
}

#ko{
    font-family: 'Noto Sans KR', 'Nanum Gothic', 'Malgun Gothic', sans-serif;
}
#ko .ticket{
    width:510px;
}

#zhcn{
    font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

#zhtw{
    font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
}


@media screen and (max-width: 767px) {
    #en .fee-tbl th:first-child, .fee-tbl td:first-child{
        width:12em;
    }
    #ko .ticket{
        width:100%;
    }
    .lang_menu_pc{
        display: none!important;
    }
    .lang_menu{
        margin-right:70px;
    }
    .lang_drop{
        border:none;
        font-size: 0.75rem;
    }
    .lang_sub li{
        height:46px;
    }
    .lang_sub li a{
        font-size:15px;
        color:#fff;
        text-decoration: none;
        line-height: 46px;
    }
    .header-main.-js-open {
        z-index: -1;
    }
    .g-header.-sky .mega-menu{
        border-top:1px solid #fff;
    }
    .g-header.-sky .head-logo-sky {
        margin-left:1em;
    }
}


    /* ---------
    Instagramボタン追加
  --------------------- */
  a.info-head-insta{
    color: #000;
    background-color: #fff;
    width: 80%;
    padding: 10px 7px;
    margin: 10px auto 0;
    text-decoration: none;
    display: block;
    pointer-events: initial;
    font-weight: bold;
  }
  a.info-head-insta i{
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 6px;
  }
  a.info-head-insta:hover{
    transform: translateY(2px);
    transition: .3s;
    opacity: 0.7;
  }
  @media screen and (max-width: 767px) {
    a.header_insta{
        color: #fff;
        margin-bottom:20px;
        text-decoration: none;
        display: block;
        pointer-events: initial;
        font-size:15px;
    }
    a.header_insta i{
        font-size: 1.6rem;
        vertical-align: middle;
        margin-right: 6px;
    }
}

    /* ---------
    団体予約ボタン追加
  --------------------- */
.dantai_btn{
    width: 320px;
    margin: 20px auto 0 auto;
    padding: 16px 80px;
    text-align: center;
    background-color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
    color:#000!important;
}
.dantai_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


/* ---------
動画・コンセプト追加
--------------------- */
.concept-youtube{
    text-align: center;
    position: relative;
    z-index: 3;
}
/* .concept-youtube-other{
    margin-top:60px;
} */
.concept-title{
    font-size:1.8rem;
    font-weight: bold;
    margin-bottom:0;
}
.concept-youtube iframe{
    /* width: 80%; */
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.concept-copy{
    font-size:1rem;
}

#concept{
    position:relative;
}
.concept-pic{
    position: absolute;
    width:240px;
    z-index: 2;
}
.concept-pic1{
    top:-52px;
    right:-115px;
}
.concept-pic2{
    top:174px;
    right:-115px;
}
.concept-pic3{
    bottom:-70px;
    right:-115px;
}
.concept-pic4{
    top:120px;
    left:-115px;
}
.concept-pic5{
    bottom:50px;
    left:-115px;
}



/* @media screen and (min-width: 768px) {
    .main-movie-sp{
        display: none;
    }
} */

@media screen and (max-width: 767px) {
    .main-movie-pc{
        display: none;
    }
    .main-movie-sp{
        width: 100%;
    }
    .concept-title{
        font-size:1.1rem;
        margin-top:50px!important;
    }
    .concept-copy{
        font-size:0.75rem;
        text-align: left;
        margin:30px 0;
    }
    /* .concept-youtube{
        margin-bottom:80px;
    } */
    /* .concept-youtube iframe{
        width: 100%;
    } */
    .concept-pic{
        opacity: 0.7;
        width:110px;
    }
    .concept-pic1{
        top: 54px;
        right: 0px;
    }
    .concept-pic2{
        top:76px;
        right:40%;
    }
    .concept-pic3{
        bottom:-20px;
        right:50px;
    }
    .concept-pic4{
        top:48px;
        left:20px;
    }
    .concept-pic5{
        bottom:50px;
        left:10%;
    }
}