.sp-tabnav {
    top: 182px;
}

@media (max-width: 768px) {
    .sp-tabnav {
        top: 116px;
    }
}

#grayDisplay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
    ダサいが!importantつける */
    max-width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50;
}

#grayDisplay img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: 90%;
    object-fit: contain;
}

.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

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

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

.mainhall-name-l {
    top: 20%;
    left: 5%;
}

@media (max-width: 768px) {
    .mainhall-name-l {
        top: 19%;
    }
}

@media (max-width: 450px) {
    .mainhall-name-l {
        top: 17%;
        line-height: 1rem;
    }
}

.mainhall-img-l {
    top: 36%;
    right: 12%;
    width: 35%;
    height: 25%;
}

.mainhall-name-r {
    top: 20%;
    left: 28%;
}

@media (max-width: 768px) {
    .mainhall-name-r {
        top: 19%;
    }
}

@media (max-width: 450px) {
    .mainhall-name-r {
        top: 17%;
        line-height: 1rem;
    }
}

.mainhall-img-r {
    top: 36%;
    left: 12%;
    width: 35%;
    height: 25%;
}

.slider {
    display: flex;
}

.slider__inner {
    display: flex;
}

.slider__inner_img {
    min-width: 200px;
    min-height: 200px
}

@media (max-width: 768px) {
    .slider__inner_img {
        min-width: 150px;
        min-height: 150px
    }
}

@media (max-width: 450px) {
    .slider__inner_img {
        min-width: 100px;
        min-height: 100px
    }
}

.slider__inner:first-child {
    animation: loop 90s linear infinite;
}

.slider__inner:nth-child(2) {
    animation: loop2 90s -60s linear infinite;
}

.slider__inner:last-child {
    animation: loop3 90s -30s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(200%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-200%);
    }
}

@keyframes loop3 {
    0% {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-300%);
    }
}

.nav {
    /* -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform 0.4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; */
    transition: 0.8s;
}

.nav:hover {
    background: #003063;
    /* height: 100%; */
}

.nav.transform {
    background: #003063;
}

.nav--unpinned {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.favorite {
    position: relative;
    background: transparent;
    transition: .3s;
    z-index: 1;
    border-radius: 15px;
}

.favorite::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(245, 158, 11, var(--tw-text-opacity));
    transform-origin: 50% 0%;
    transform: scaleY(0);
    transition: transform ease .3s;
}

.favorite:hover {
    color: white;
    ;
}

.favorite:hover::before {
    transform-origin: 50% 100%;
    transform: scaleY(1);
}

.viewCase {
    /* padding: 6px 0; */
    /* width: 20%; */
    margin: 40px auto;
    background-color: #ccc;
    border-radius: 60px;
}

.viewCase ul {
    width: 100%;
    /* margin: 10px auto; */
}

.viewCase ul li {
    width: 32%;
    text-align: center;
    background-color: ccc;
    border-radius: 25px;
    color: white;
    padding: 10px 10px;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateX(0);
    }
    to {
        opacity: 1;
        transform: translateX(100px);
    }
}

#wrapper {
    /* width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc; */
    overflow: hidden;
}

#mask {
    width: 500%;
    height: 100%;
    background-color: #eee;
}

.item {
    width: 20%;
    height: 100%;
    float: left;
    background-color: #ddd;
}

.content {
    width: 400px;
    height: 300px;
    top: 20%;
    margin: 0 auto;
    background-color: #aaa;
    position: relative;
}

.selected {
    background-color: rgba(79, 70, 229, var(--tw-border-opacity));
    color: white;
    font-weight: 700;
    font-size: x-large;
}

@media (max-width: 768px) {
    li a span {
        display: none;
    }
    .tablist {
        width: 100%;
    }
    .tablist a span {
        display: block;
    }
    .tableres {
        display: block;
    }
}

.clear {
    clear: both;
}

a.panel:hover {
    opacity: 0.7;
}

#area {
    /* position: sticky; */
    width: 100%;
    height: 100%;
    top: 0px;
    margin: 0 auto;
    /* left: 50%;
    margin-left: 50%; */
    /* margin-top: -180px; */
}

.round {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* border: #000000 2px solid; */
    border-radius: 50%;
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 15%;
    border-radius: 50%;
    background: #E74C3C;
}

.stage {
    width: 700px;
    border: 1px solid #aaa;
    overflow: hidden;
}

.instruction {
    width: 700px;
    color: #aaa;
    font-weight: bold;
    text-align: center;
}

.cardList {
    width: 100%;
    white-space: nowrap;
    padding: 40px 200px;
    overflow-x: scroll;
    overflow-y: hidden;
    perspective: 700px;
}

.cardList .card {
    display: inline-block;
    margin-right: 10px;
    width: 200px;
    white-space: normal;
    transform-origin: right center;
}

.cardList img {
    min-height: 150px;
}

.card {
    width: 300px;
    height: 300px;
    /* margin: 100px auto; */
    position: relative;
    transform-style: preserve-3d;
    /* animation-name: rotate;
    animation-duration: 999s;
    animation-fill-mode: linear;
    animation-iteration-count: infinite; */
    /* border-radius: 4px;
    border: 1px solid rgb(105, 122, 138);
    overflow: hidden;
    background-color: white;
    position: relative; */
}

.card img {
    width: 100%;
    background-color: rgb(181, 196, 209);
}

.card .title {
    padding: 2px 8px;
    font-weight: bold;
    font-size: 20px;
    color: rgb(60, 69, 78);
}

.card .text {
    padding: 2px 8px 8px 8px;
    font-size: 12px;
    line-height: 16px;
}


/* @keyframes rotate {
    from {
        transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg);
        perspective-origin: 100% 0%;
    }
    to {
        transform: rotateZ(9000deg) rotateY(9000deg) rotateX(9000deg);
        perspective-origin: 100% 0%;
    }
} */

#rect {
    width: 300px;
    height: 400px;
    margin: 100px auto;
    position: relative;
    transform-style: preserve-3d;
    animation-name: rotate;
    animation-duration: 999s;
    animation-fill-mode: linear;
    animation-iteration-count: infinite;
}

.default {
    width: 100px;
    height: 100px;
    border: 1px solid #333;
    position: absolute;
}

.card .rect_part1 {
    background-color: hsla(0, 100%, 50%, 0.7);
    top: 0;
    left: 100px;
    transform-origin: bottom;
    transform: rotateX(-90deg);
}

.card .rect_part2 {
    background-color: hsla(50, 100%, 50%, 0.7);
    top: 100px;
    left: 0px;
    transform-origin: right;
    transform: rotateY(90deg);
}

.card .rect_part3 {
    background-color: hsla(100, 100%, 50%, 0.7);
    top: 100px;
    left: 100px;
}

.card .rect_part4 {
    background-color: hsla(150, 100%, 50%, 0.7);
    top: 100px;
    left: 200px;
    transform-origin: left;
    transform: rotateY(-90deg);
}

.card .rect_part5 {
    background-color: hsla(250, 100%, 50%, 0.7);
    top: 200px;
    left: 100px;
    transform-origin: top;
    transform: rotateX(90deg);
}

.card .rect_part6 {
    background-color: hsla(300, 100%, 50%, 0.7);
    top: 300px;
    left: 100px;
    transform: translateZ(100px) translateY(-200px);
}

.base {
    /* width: 1000px; */
    height: 522px;
    margin: auto;
    /* border: 2px solid #000; */
    position: sticky;
    top: 0;
    /* top: 100px; */
    left: 0;
    transform: translate(0%, 0%);
    perspective: 1px;
}

.scaler {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: translateZ(0);
}

.section {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* padding: 30px; */
    /* background: #f00; */
    position: absolute;
    top: 0;
    left: 0;
}

.section-1 {
    /* background: rgb(173, 28, 28); */
}

.section-2 {
    background: #0f0;
}

.section-3 {
    background: #aaa;
}

.section-4 {
    background: #ff0;
}

.section-5 {
    background: #0ff;
}

.scroll {
    visibility: hidden;
    z-index: -1;
}

.scroll2 {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll2::-webkit-scrollbar {
    display: none;
}

.list {
    transition-duration: 0.3s;
}

.list:hover {
    transform: scale(1.03);
    transition-duration: 0.3s;
}

.ipos {
    top: 0.5rem;
    left: 0.5rem;
}

.btn-4:hover .ring1 {
    position: absolute;
    z-index: 0;
    border: 2px solid rgba(245, 158, 11);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    opacity: 0;
    box-shadow: 0px 0px 2px #ccc, inset 0px 0px 2px #ccc;
    /* スピード */
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -ms-animation: pulsate 1s ease-out;
    -ms-animation-iteration-count: infinite;
    /* センター揃えとリングの大きさ */
    height: 3rem;
    width: 3rem;
    top: -0.5rem;
    left: -0.5rem;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    /* リングの大きさ */
    100% {
        -webkit-transform: scale(0.9, 0.9);
        opacity: 0.0;
    }
}

@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0.7, 0.7);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    /* リングの大きさ */
    100% {
        -moz-transform: scale(0.9, 0.9);
        opacity: 0.0;
    }
}

@-ms-keyframes pulsate {
    0% {
        -moz-transform: scale(0.7, 0.7);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    /* リングの大きさ */
    100% {
        -moz-transform: scale(0.9, 0.9);
        opacity: 0.0;
    }
}

.selectedoption {
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    color: white;
    font-weight: 700;
    font-size: x-large;
}

.v-enter-active,
.v-enter-active,
.v-leave-active,
.v-move {
    transition-property: transform, opacity;
    transition-duration: .3s;
}

.v-enter-active {
    opacity: 0;
    transform: translateY(50px);
}

.v-enter-to,
.v-leave-active {
    opacity: 1;
    transform: translateY(0);
}

.v-leave-to {
    opacity: 0;
    transform: translateY(50px);
}

.tab {
    overflow: hidden;
}

.tab-content {
    max-height: 0;
    transition: all 0.5s;
}

input:checked+.tab-label .test {
    background-color: #000;
}

input:checked+.tab-label .test svg {
    transform: rotate(180deg);
    stroke: #fff;
}

input:checked+.tab-label::after {
    transform: rotate(90deg);
}

input:checked~.tab-content {
    max-height: 100vh;
}

input:disabled {
    cursor: default;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}

input[type="checkbox"][disabled]+span {
    color: #707070;
}

#map:hover,
#map2:hover {
    opacity: 0.7;
}


/* .seikyu {
    background-color: rgba(79, 70, 229, var(--tw-text-opacity));
} */

.seikyu::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: rgba(59, 130, 246, var(--tw-text-opacity));
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .6s;
}


/* .seikyu:hover {
    color: white;
    background-color: rgba(59, 130, 246, var(--tw-text-opacity));
    transform: translateX(0);
} */

.seikyu:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

#scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    height: 50px;
    width: 50px;
    color: #FFF;
    font-size: 32px;
    background-color: #00a5ff;
    border: none;
    border-radius: 50%;
    outline: none;
    opacity: 0;
    transition-duration: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion {
    background-color: #fafafa;
    color: #444;
    width: 100%;
    position: fixed;
    top: 67px;
    left: 0;
    overflow: scroll;
    height: 100vh;
    padding: 36px 16px;
}

.accordion__toggle {
    /* font-size: 22px;
    font-weight: bold;
    line-height: 2.818;
    text-align: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ebebeb; */
    position: relative;
}

.accordion__toggle::before,
.accordion__toggle::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 22px;
}

.accordion__toggle::before {
    transform: translate(0, -50%);
}

.accordion__toggle::after {
    transition: all 0.3s ease-in-out;
    transform: translate(0, -50%) rotate(90deg);
}

.accordion__toggle.is-active::after {
    transform: translate(0, -50%) rotate(0deg);
}

.topSlide {
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}

.topSlide-enter-active {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.topSlide-leave-active {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.pagenate_active {
    background-color: rgba(99, 102, 241, var(--tw-border-opacity));
    color: white;
}