@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
body {
    font: 400 14px / 24px "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.l-wrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.l-wrapper.is-load {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
#nav-drawer {
    position: fixed;
    margin: 3%;
    z-index: 99999;
}
ul.txt_nav.nav_03 {
    font-size: 0.4em;
    font-weight: 400;
    line-height: 1.2em;
    font-family: 'Noto Sans JP';
}
@media screen and (min-width: 769px) {
    .besbotn {
        display: flex
            ;
        flex-wrap: wrap;
        width: 97%;
        position: absolute;
        bottom: 20px;
        left: 43px;
    }
    .besbotn div {
        width: calc(100% / 4);
        padding: 20px 10px;
        text-align: center;
    }
}
.sns-fixed-right {
    position: fixed;
    top: 48%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}

.icon-circle {
    width: 48px;
    height: 48px;
    background-color: #2afc29; /* 緑色 */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, opacity 0.2s;
}

.icon-circle img {
    width: 24px;
    height: 24px;
}

a:hover .icon-circle {
    transform: scale(1.1);
    opacity: 0.9;
}
.icon-circle i {
    color: #000;
    font-size: 20px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
    display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 80px;
    height: 60px;
    vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 4px;/*線の太さ*/
    width: 70px;/*長さ*/
    border-radius: 3px;
    background: #2afc29;
    display: block;
    content: '';
    cursor: pointer;
}
div#nav-content {
    color: #2afc29;
    font-size: 2vw;
    font-family: 'Train One', cursive;
}
div#nav-content li {
    margin: 9% 0% 0% 10%;
}
#nav-open span:before {
    bottom: -16px;
}
#nav-open span:after {
    bottom: -33px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;/*最大幅（お好みで調整を）*/
    height: 100%;
    background: url(../imegs/top/bg_pc.jpg) center center no-repeat;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.c-header {
    display: none;
}
.gosboxlisimg {
    width: 60%;
    margin: 0 auto;
}
.meszi {
    margin: 0 auto;
    width: 50%;
    position: relative;
    bottom: 40px;
}
.tai02 {
    position: relative;
    top: 12px !important;
    left: -8px !important;
    font-size: 50px ! IMPORTANT;
}
.bess02 {
    padding: 94px 0 128px;
    /* background: #fff; */
    background: url(../imegs/top/bg_pc.jpg) center center no-repeat;
    background-size: cover;
}
.livese h4 {
    text-align: center;
    font-size: 32px;
}
.c-hamburger {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.c-hamburger.is-active {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.p-main {
    position: relative;
    z-index: -1;
}
.btn.btn000 {
    display: flex;
    justify-content: center;
}
.p-main__logo, .p-main_scroll, .p-main_twitter {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.is-active .p-main__logo, .is-active .p-main_scroll, .is-active .p-main_twitter {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.8s ease 1.6s;
    transition: opacity 0.8s ease 1.6s;
}

.p-main__logo {
    position: absolute;
    bottom: 27.75%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 70%;
}
.btn01 a:hover {
    color: #f2f2f2;
}
html {
    scroll-behavior: smooth;
}
header nav {
    padding: 25px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translate3d(0, 0, 0);
    transition: .5s ease;
}
header nav .wf {
    width: 90%;
}
.wf {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    zoom: 1;
}
header li a {
    display: block;
    color: #fc2960;
    transition: .5s ease;
    font-size: 1.4vw;
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-weight: 600;
}
header li + li {
    margin: 0 0 0 40px;
}
header ul {
    float: right;
}
header li {
    float: left;
    font-size: 18px;
    line-height: 1;
    color: #fc2960;
}
header h1 {
    background-size: contain;
    margin: 0 0 59px -59px;
    width: 210px;
    height: 72px;
    text-indent: 120%;
    white-space: nowrap;
    position: absolute;
    top: 28px;
    left: 6%;
    font-size: 0.8vw;
    color: #009aff00;
}

@media screen and (max-width: 900px) {
    .p-main__logo {
        bottom: 26.75%;
        width: 100%;
    }
    .maivis {
        font-size: 7vw !important;
    }
    .big_titel {
        font-size: 10vw !important;
        line-height: 12vw !important;
    }
    .small {
        font-size: 6vw !important;
    }
    .neon-board {
        margin: 0px 2% !important;
    }
    p.taitlbox {
        line-height: 6vw !important;
    }
    .musicbox.neon-board.tate h1 {
        font-size: 2.8vw !important;
    }
    span.meintite {
        font-size: 4.5vw !important;
    }
    .restaurant {
        font-size: 7vw !important;
    }
    .gygryW {
        font-size: 3vw !important;
        line-height: 2 !important;
    }
    .trakubox {
        display: block !important;
    }
    ul.traktekist li {
        line-height: 6vw !important;
    }
    .musicbox.neon-board.tate img {
        width: 80% !important;
        height: 80% !important;
        padding: 3% !important;
        margin: 0 auto !important;
    }
    .muxicsekand_box {
        display: block !important;
    }
    .dezicd {
        width: auto !important;
        /* margin-right: 3%; */
        margin: 3% !important;
    }
    .restaurant {
        top: -22px !important;
        left: 1% !important;
    }
    .big_titel.neon_a {
        margin-bottom: 3% !important;
    }
    .botameinbox p {
        margin-top: 6% !important;
        font-size: 7vw !important;
    }
    p.sekaitekist {
        text-align: justify !important;
    }
    ul.snsbox li {
        width: 12% !important;
    }
    .logoz b {
        /* font-family: 'Train One', cursive; */
        /* font: 400 19vh "Vibur"; */
        font-size: 4.2vw !important;
        margin-left: 14% !important;
    }
    .ibebox {
        width: 80% !important;
    }
    div#slanting02 {
        top: 4px !important;
        left: -158px !important;
        width: 24% !important;
        height: 46px !important;
    }
    .end_c {
        color: #111;
        font-size: 4vw !important;
        line-height: 6vw !important;
        /* line-height: 1.2; */
        padding-bottom: 62px !important;
    }
    .dena {
        margin-left: 0px !important;
    }
    .container3, .container6 {
        display: none !important;
    }
    div#nav-content {
        font-size: 8vw !important;
    }
    section#mesbox3 {
        padding-top: 80px;
    }
    .victor, .dena, .medea {
        display: block !important;
        margin: 0 20% 35px 20% !important;
    }
    .dena {
        margin: 0 30% 0 30% !important;
    }
    .arubari2 {
        position: absolute;
        top: 77%;
        right: 13%;
        width: 74%;
    }
    .arubari3 {
        position: absolute;
        top: 94%;
        right: 14%;
        width: 73%;
    }
}

.p-main__logo img {
    width: 100%;
}

.p-main__catch {
    position: absolute;
    top: 0;
    left: 5%;
    -webkit-transform: scale(1.2) translate(-20px, -20px);
    -ms-transform: scale(1.2) translate(-20px, -20px);
    transform: scale(1.2) translate(-20px, -20px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    width: 8%;
    max-width: 168px;
}

.is-active .p-main__catch {
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.6s ease 1s, -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96) 1s;
    transition: opacity 0.6s ease 1s, -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96) 1s;
    transition: opacity 0.6s ease 1s, transform 3s cubic-bezier(0.1, 1, 0, 0.96) 1s;
    transition: opacity 0.6s ease 1s, transform 3s cubic-bezier(0.1, 1, 0, 0.96) 1s, -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96) 1s;
}

@media screen and (max-width: 900px) {
    .p-main__catch {
        width: 11.25%;
    }
}

.p-main_twitter {
    position: absolute;
    bottom: 4.5%;
    left: 4.25%;
    background-color: #ffdf00;
    padding-top: 40px;
    width: 21.5%;
}

.p-main_twitter a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.p-main_twitter__inner {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: twitterTxt 15s linear infinite;
    animation: twitterTxt 15s linear infinite;
    background: url(../imegs/top/twitter_txt.png) 0 0 repeat-x;
    background-size: 570px;
    width: 100%;
    height: 20px;
}

.p-main_twitter::after {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../imegs/common/s_twitter_purple.svg) center center no-repeat;
    background-color: #ffdf00;
    background-size: auto 40%;
    width: 45px;
    height: 100%;
    content: "";
}

.p-main_scroll {
    position: absolute;
    right: 5%;
    bottom: 47.5%;
    cursor: pointer;
    padding-bottom: 8%;
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
}

@media screen and (min-width: 901px) and (max-width: 1320px) {
    .p-main_scroll {
        padding-bottom: 9.5%;
    }
}

@media screen and (min-width: 901px) and (max-width: 1160px) {
    .p-main_scroll {
        padding-bottom: 11%;
    }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
    .p-main_scroll {
        padding-bottom: 12.5%;
    }
}

.p-main_scroll__arrow {
    position: absolute;
    bottom: 0;
    left: 18%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    padding-top: 200%;
    width: 190%;
}

.p-main_scroll__arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: scrollIcon 0.8s cubic-bezier(0.45, 0, 0.55, 1) alternate infinite;
    animation: scrollIcon 0.8s cubic-bezier(0.45, 0, 0.55, 1) alternate infinite;
    background: url(../imegs/common/arrow_l_w.svg) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: "";
}

.p-main_scroll__txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -50px;
    color: #ffffff;
    /*font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
    font-size: 20px;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-text-align-last: right;
    text-align-last: right;
    white-space: nowrap;
}

@media (-ms-high-contrast: none) {
    .p-main_scroll__txt {
        -webkit-transform: translate(-2.5%, 0);
        -ms-transform: translate(-2.5%, 0);
        transform: translate(-2.5%, 0);
    }
}

@media screen and (min-width: 901px) and (min-width: 1400px) {
    .p-main_scroll__txt {
        font-size: 1.2vw;
    }
}

.p-main_bg {
    position: relative;
    overflow: hidden;
    height: 110vh;
}

.p-main_bg__inner {
    position: relative;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.is-load .p-main_bg__inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 15s cubic-bezier(0, 1, 0.05, 0.95);
    transition: -webkit-transform 15s cubic-bezier(0, 1, 0.05, 0.95);
    transition: transform 15s cubic-bezier(0, 1, 0.05, 0.95);
    transition: transform 15s cubic-bezier(0, 1, 0.05, 0.95), -webkit-transform 15s cubic-bezier(0, 1, 0.05, 0.95);
}

.p-main_bg__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-main_bg__line li {
    position: absolute;
    background: #111;
}

.p-main_bg__line li:nth-child(1), .p-main_bg__line li:nth-child(2) {
    top: 0;
    left: 0;
}

.p-main_bg__line li:nth-child(3), .p-main_bg__line li:nth-child(4) {
    right: 0;
    bottom: 0;
}

.p-main_bg__line li:nth-child(odd) {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    width: 100%;
    height: 20px;
}

@media screen and (max-width: 900px) {
    .p-main_bg__line li:nth-child(odd) {
        height: 10px;
    }
}

.p-main_bg__line li:nth-child(even) {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    width: 20px;
    height: 100%;
}

@media screen and (max-width: 900px) {
    .p-main_bg__line li:nth-child(even) {
        width: 10px;
    }
}

.p-main_bg__line li:nth-child(1) {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.p-main_bg__line li:nth-child(2) {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.p-main_bg__line li:nth-child(3) {
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.p-main_bg__line li:nth-child(4) {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.is-active .p-main_bg__line li:nth-child(odd) {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
    transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
}

.is-active .p-main_bg__line li:nth-child(even) {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
    transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 2s;
}

.p-main_bg__inner img {
    width: 100%;
}

.p-main__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.p-main_chara__item {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-main_chara__item img {
    width: 100%;
}

.p-main_chara__item:nth-child(n + 2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.p-main_chara__item:last-child {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s;
}

.p-main_chara__item:nth-child(1) .p-main_chara__inner {
    -webkit-transform: scale(1.4) translate(-10%, 10%);
    -ms-transform: scale(1.4) translate(-10%, 10%);
    transform: scale(1.4) translate(-10%, 10%);
}

.p-main_chara__item:nth-child(2) .p-main_chara__inner {
    -webkit-transform: scale(1.4) translate(10%, -10%);
    -ms-transform: scale(1.4) translate(10%, -10%);
    transform: scale(1.4) translate(10%, -10%);
}

.p-main_chara__item:nth-child(3) .p-main_chara__inner {
    -webkit-transform: scale(1.4) translate(10%, 10%);
    -ms-transform: scale(1.4) translate(10%, 10%);
    transform: scale(1.4) translate(10%, 10%);
}

.p-main_chara__item:nth-child(4) .p-main_chara__inner {
    -webkit-transform: scale(1.4) translate(-10%, -10%);
    -ms-transform: scale(1.4) translate(-10%, -10%);
    transform: scale(1.4) translate(-10%, -10%);
}

.p-main_chara__item:nth-child(5) .p-main_chara__inner {
    -webkit-transform: scale(1.4) translate(0, 0);
    -ms-transform: scale(1.4) translate(0, 0);
    transform: scale(1.4) translate(0, 0);
}

@media screen and (min-width: 901px) {
    .is-active .p-main_chara__item:nth-child(2) .p-main_chara__inner {
        -webkit-transition-delay: 0.1s, 0.1s;
        transition-delay: 0.1s, 0.1s;
    }
    .is-active .p-main_chara__item:nth-child(1) .p-main_chara__inner {
        -webkit-transition-delay: 0.2s, 0.2s;
        transition-delay: 0.2s, 0.2s;
    }
    .is-active .p-main_chara__item:nth-child(3) .p-main_chara__inner {
        -webkit-transition-delay: 0.3s, 0.3s;
        transition-delay: 0.3s, 0.3s;
    }
    .is-active .p-main_chara__item:nth-child(5) .p-main_chara__inner {
        -webkit-transition-delay: 0.4s, 0.4s;
        transition-delay: 0.4s, 0.4s;
    }
}

@media screen and (min-width: 901px) {
    .is-active .p-main_chara__item:nth-child(5) .p-main_chara__inner {
        -webkit-transition-delay: 0.1s, 0.1s;
        transition-delay: 0.1s, 0.1s;
    }
}

.is-active .p-main_chara__item .p-main_chara__inner {
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
}

.p-main_chara__inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.is-active .p-main_chara__inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96);
    transition: opacity 0.6s ease, -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96);
    transition: opacity 0.6s ease, transform 3s cubic-bezier(0.1, 1, 0, 0.96);
    transition: opacity 0.6s ease, transform 3s cubic-bezier(0.1, 1, 0, 0.96), -webkit-transform 3s cubic-bezier(0.1, 1, 0, 0.96);
}

.p-main_lame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.p-main_lame__inner {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.is-active .p-main_lame__inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 10s cubic-bezier(0.1, 1, 0, 0.96);
    transition: opacity 0.6s ease, -webkit-transform 10s cubic-bezier(0.1, 1, 0, 0.96);
    transition: opacity 0.6s ease, transform 10s cubic-bezier(0.1, 1, 0, 0.96);
    transition: opacity 0.6s ease, transform 10s cubic-bezier(0.1, 1, 0, 0.96), -webkit-transform 10s cubic-bezier(0.1, 1, 0, 0.96);
}

.p-main_lame__item {
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}

.p-main_lame__item img {
    width: 100%;
}

.p-main_lame__item:nth-child(n + 2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.is-active .p-main_lame__item:nth-child(2) .p-main_lame__inner {
    -webkit-transition-delay: 0.1s, 0.1s;
    transition-delay: 0.1s, 0.1s;
}

.is-active .p-main_lame__item:nth-child(3) .p-main_lame__inner {
    -webkit-transition-delay: 0.3s, 0.3s;
    transition-delay: 0.3s, 0.3s;
}

.is-active .p-main_lame__item:nth-child(4) .p-main_lame__inner {
    -webkit-transition-delay: 0.5s, 0.5s;
    transition-delay: 0.5s, 0.5s;
}

.p-onair {
    background: #3f2095;
    padding: 1.75% 0 3.75%;
    z-index: 9999;
}

@media screen and (max-width: 900px) {
    .p-onair {
        padding: 7.5% 0 7.5%;
    }
}

.p-onair__txt {
    position: relative;
    margin: 0 auto;
    width: 47%;
    max-width: 1312px;
}

@media screen and (max-width: 900px) {
    .p-onair__txt {
        width: 87%;
    }
}

.p-twitter {
    position: relative;
    background-color: #ffdf00;
    padding-top: 40px;
    width: 100%;
}

.p-twitter a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.p-twitter__inner {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: twitterTxt 15s linear infinite;
    animation: twitterTxt 15s linear infinite;
    background: url(../imegs/top/twitter_txt.png) 0 0 repeat-x;
    background-size: 570px;
    width: 100%;
    height: 20px;
}

.p-twitter::after {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../imegs/common/s_twitter_purple.svg) center center no-repeat;
    background-color: #ffdf00;
    background-size: auto 35%;
    width: 45px;
    height: 100%;
    content: "";
}

.p-movie {
    position: relative;
    cursor: pointer;
}
.livese {
    background: #050042;
    color: #fff;
    width: 1200px;
    margin: 0px auto 22px;
    padding: 14px;
    font-size: 20px;
}
#chubox, #tikesgoodsbox {
    background: #fff;
    color: #111;
}
p.tyuuibox {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}
strong.rekou {
    color: #f00;
}
p.setu02 {
    text-align: center;
    line-height: 28px;
}
.wd800px.flc {
    color: #111;
    text-align: center;
    margin-bottom: 10%;
    margin-top: 4%;
}
h5 {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
}
.big_titel.neon_a.neon_b img {
    margin: 0 auto;
}
.sukebox img {
    margin: 0 auto;
}
li.mb2rem span {
    color: #fff;
}
li.mb2rem {
    width: 17%;
    margin-left: 30px;
}
.gosboxlis img {
    margin: 0 auto;
    padding-bottom: 5%;
}
.bos-title {
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
}
ul.traktekist {
    font-family: 'Train One', cursive;
    font-size: 17px;
}
.band_list1 {
    width: 40%;
}
.band_list {
    display: flex
        ;
}
.band_list2 {
    width: 17%;
}
.band_list3 {
    width: 50%;
}
.band_list4 {
    display: flex
        ;
    justify-content: center;
}
.band_list4 li {
    width: 16%;
}
.band_list1 li {
    width: 43%;
}
.band_list2 li {
    width: 21%;
}
.band_list3 li {
    width: 33% !important
}
.cast_list2 li {
    display: contents;
}
.cast_list2 {
    text-align: center;
}
@media screen and (min-width: 901px) {
    .p-movie .p-movie_icon {
        -webkit-transform: translate(0, 150%) scale(1);
        -ms-transform: translate(0, 150%) scale(1);
        transform: translate(0, 150%) scale(1);
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .p-movie .p-movie_icon__inner {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }
    .p-movie.is-scrolled .p-movie_icon {
        -webkit-transform: translate(0, -50%) scale(1);
        -ms-transform: translate(0, -50%) scale(1);
        transform: translate(0, -50%) scale(1);
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .p-movie .p-movie__content figure,
    .p-movie .p-movie__content iframe {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .p-movie .p-movie__content::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }
}

.p-movie__inner {
    position: relative;
}

@media screen and (min-width: 901px) {
    .is-scrolled .p-movie__inner:hover .p-movie_icon {
        -webkit-transform: translate(0, -50%) scale(1.2);
        -ms-transform: translate(0, -50%) scale(1.2);
        transform: translate(0, -50%) scale(1.2);
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .is-scrolled .p-movie__inner:hover .p-movie_icon::before {
        -webkit-animation-duration: 7.5s;
        animation-duration: 7.5s;
    }
    .is-scrolled .p-movie__inner:hover .p-movie_icon__inner {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }
    .is-scrolled .p-movie__inner:hover .p-movie__content figure,
    .is-scrolled .p-movie__inner:hover .p-movie__content iframe {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .is-scrolled .p-movie__inner:hover .p-movie__content::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }
}
.cast_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p-movie__content {
    position: relative;
    padding-top: 39.9%;
    overflow: hidden;
}

.p-movie__content::after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    content: "";
}

@media screen and (max-width: 900px) {
    .p-movie__content {
        padding-top: 54.2%;
    }
}

.p-movie__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 56.25%;
    width: 100%;
}

.p-movie__bg figure,
.p-movie__bg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-movie__bg figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-movie_icon {
    position: absolute;
    top: 0;
    left: 7.5%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 11.43%;
}

@media screen and (max-width: 900px) {
    .p-movie_icon {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 24%;
    }
}

.p-movie_icon::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotateAnm 15s linear infinite;
    animation: rotateAnm 15s linear infinite;
    background: url(../imegs/top/play01.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: "";
}

.p-movie_icon__inner {
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background: url(../imegs/top/play02.png) center center no-repeat;
    background-size: 100%;
    padding-top: 100%;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .p-movie_icon__inner {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
}

.p-bnr {
    background: #3f2095;
    padding: 55px 0;
}

@media screen and (max-width: 900px) {
    .p-bnr {
        padding: 25px 0;
    }
}

.p-bnr__list {
    position: relative;
    margin: 0 auto;
    width: 77%;
}

@media screen and (min-width: 901px) {
    .p-bnr__list {
        max-width: 1800px;
    }
}

.p-bnr__item {
    padding: 0 10px;
}

@media screen and (max-width: 900px) {
    .p-bnr__item {
        padding: 5px 0;
    }
}

.p-bnr__item_in {
    position: relative;
    overflow: hidden;
}

.p-bnr__item_in a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 901px) {
    .p-bnr__item_in:hover .p-bnr__img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}

@media screen and (min-width: 901px) {
    .p-bnr__img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
}

.p-bnr__arrow {
    position: absolute;
    width: 27px;
}

@media screen and (min-width: 901px) {
    .p-bnr__arrow {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
    }
    .p-bnr__arrow img {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .p-bnr__arrow:hover.prev img {
        -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        transform: translate(-10px, 0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity: 0.5;
    }
    .p-bnr__arrow:hover.next img {
        -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
}

@media screen and (max-width: 900px) {
    .p-bnr__arrow {
        top: 50%;
        width: 3.8vw;
    }
    .p-bnr__arrow img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.p-bnr__arrow.prev {
    left: -70px;
}

@media screen and (max-width: 900px) {
    .p-bnr__arrow.prev {
        right: -7.65vw;
        left: auto;
        -webkit-transform: translate(0, -200%);
        -ms-transform: translate(0, -200%);
        transform: translate(0, -200%);
    }
}

.p-bnr__arrow.next {
    right: -70px;
}

@media screen and (max-width: 900px) {
    .p-bnr__arrow.next {
        right: -7.65vw;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@media screen and (min-width: 901px) {
    .p-bnr .no-slide {
        -webkit-justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 901px) {
    .p-bnr .no-slide .p-bnr__item {
        width: 45%;
    }
}

.p-news {
    position: relative;
    background: url(../imegs/top/bg_pc.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0 128px;
}

@media screen and (max-width: 900px) {
    .p-news {
        padding: 48px 0 0px;
    }
    .band_list {
        display: block;
    }
    li.mb2rem {
        width: 35% !important;
        margin: 0 2% !important;
    }
    .band_list1 {
        width: 90%;
        margin: 0 auto;
    }
    .band_list2 {
        width: 90%;
        margin: 0 auto;
    }
    .cast_list2 li {
        display: block;
    }
    .band_list2 li {
        width: 43%;
    }
    .cast_list2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .band_list3 {
        width: 90%;
        margin: 0 auto;
    }
    .band_list3 li {
        width: 43% !important;
    }
    .voclost {
        width: 90%;
        margin: 0 auto;
    }
    .band_list4 li {
        width: 43%;
    }
    .bess02 {
        padding: 94px 0 30px !important;
    }
    p.tikeboxd {
        padding: 0 22px;
        font-size: 3vw;
        width: 100% !important;
        line-height: 5vw;
    }
    h5 {
        font-size: 6vw;
    }
    .item1 {
        order: 1;
    }
    .item2 {
        order: 3;
    }
    .item3 {
        order: 5;
    }
    .item4 {
        order: 2;
    }
    .item5 {
        order: 4;
    }
    .item6 {
        order: 6;
    }
    .btn.btn000 {
        display: block;
    }

}

.p-news::before, .p-news::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}

@media screen and (max-width: 900px) {
    .p-news::before {
        background-size: 48%;
    }
}

@media screen and (max-width: 900px) {
    .p-news::after {
        background-size: 43%;
    }
}

.p-news__inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-top: 0px;
    width: 90%;
    max-width: 1300px;
}

@media screen and (max-width: 900px) {
    .p-news__inner {
        width: 100%;
    }
}

.p-news__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 111px;
    height: 100%;
}
.goodssekbox img {
    width: 50%;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .p-news__head {
        left: 0;
        width: 75px;
    }
    .bess__titlego {
        position: relative;
        top: 10% !important;
        left: 115% !important;
        width: 480px;
        color: #fff;
        font-size: 37px !important;
        transform: skew(0deg, -15deg);
    }
    .gosboxlisimg {
        width: 100%;
        margin: 0 auto;
    }
    .goodssekbox img {
        width: 100%;
        margin: 0 auto;
    }

    #slanting01 {
        position: relative !important;
        top: -36px !important;
        left: -87px !important;
        width: 47% !important;
        height: 55px !important;
    }
    .tai03 {
        top: 24px !important;
    }
    p.sekaitekist {
        width: 80% !important;
        font-size: 3vw !important;
        line-height: 5vw !important;
    }
    .botan_ef {
        margin-right: 0px !important;
    }
    .maivis_c {
        font-size: 10vw !important;
    }
    .maivis_c {
        line-height: 4vw !important;
    }
    span.js-split.is-fase1.is-fase2 {
        line-height: 0vw !important;
        font-size: 23px !important;
    }
    .smolss {
        font-size: 17px !important;
    }
    .bess__title {
        position: relative;
        /* width: 480px; */
        /* color: #fff; */
        font-size: 27px !important;
        /* transform: skew(0deg, -15deg); */
    }
    .meszi {
        /* margin: 0 auto; */
        width: 100%;
    }
    .bess01 {
        padding: 26px 0 31px;
    }
    .livese {
        width: 100% !important;
    }
    table th, table td {
        padding: 1em 3px 3px 3px !important;
        border-right
        Shorthand property for setting border width, style and color
        Learn more
        Don't show
        : 1px solid #fff;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        text-align: center;
        font-size: 8px !important;
        line-height: 12px;
    }
    table {
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0;
        width: 100% !important;
        table-layout: fixed;
        margin-bottom: 10px;
        font-size: 17px;
    }
    h5:before, h5:after {
        position: absolute;
        top: 13.4% !important;
    }
    .bos-title:before {
        left: 27% !important;
    }
    .bos-title:after {
        right: 27% !important;
    }
    h5:before {
        left: 27% !important;
    }
    h5:after {
        right: 27% !important;
    }
    .bos-title:before {
        left: 17% !important;
    }
    .bos-title:after {
        right: 17% !important;
    }
    .bos-title:before, .bos-title:after {
        position: absolute;
        top: 28.6% !important;
    }
    .band_list1 h5:before, .band_list1 h5:after {
        top: 35.3% !important;
    }
    .band_list1 h5:before {
        left: 10% !important;
    }
    .band_list1 h5:after {
        right: 10% !important;
    }
    .band_list2 h5:before, .band_list2 h5:after {
        top: 50.7% !important;
    }
    .band_list2 h5:before {
        left: 20% !important;
    }
    .band_list2 h5:after {
        right: 20% !important;
    }
    .band_list3 h5:before, .band_list3 h5:after {
        top: 60.4% !important;
    }
    .bos-title5:before, .bos-title5:after {
        top: 81.5% !important;
    }
    .bos-title5:before {
        left: 13% !important;
    }
    .bos-title5:after {
        right: 12% !important;
    }
    .bess01 {
        padding: 50px 0 0px !important;
        background-size: 120% !important;
    }
    .wf {
        width: 100% !important;
    }
    p.tyuuibox {
        font-size: 11px !important;
        line-height: 18px;
    }
    header h1 {
        display: none;
        background: url(../imegs/footer_logo_megido72.png) 0 0 no-repeat;
        background-size: contain;
        margin: 0 0 59px -59px;
        width: 136px !important;
        height: 72px;
        text-indent: 120%;
        white-space: nowrap;
        position: absolute;
        top: 28px;
        left: 19% !important;
        font-size: 0.8vw;
        color: #009aff00;
    }
    footer .wf {
        padding: 0px 40px 40px !important;
        text-align: center;
        font-size: 0;
        line-height: 0;
    }
    footer .megido72 {
        margin: 0 0 40px;
    }
    footer div img {
        margin: 0 !important;
    }
    footer {
        width: 100% !important;
        min-width: auto;
    }
    .medea img {
        height: 60px;
    }
    footer .dena {
        height: 13vw;
        margin-bottom: 30px !important;
    }
    .mapbox img {
        width: 85% !important;
    }
    header nav {
        width: 100% !important;
        height: 0 !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 0 !important;
        transition: .3s !important;
    }
    header nav .btn a {
        border-radius: 10px !important;
        background: url(../imegs/header_ico_open.png) 50% 50% no-repeat !important;
        width: 80px !important;
        height: 80px !important;
        display: block !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        text-indent: 120% !important;
        white-space: nowrap !important;
    }
    header nav.open .btn a {
        background: #fff url(../imegs/header_ico_close.png) 50% 50% no-repeat !important;
    }
    header nav li a {
        background: url(../imegs/header_ico_arrow.png) right 37px top 50% no-repeat !important;
        padding: 38px 47px 39px 37px !important;
        display: block !important;
        color: #699db0 !important;
    }
    header nav li {
        border-bottom: 2px solid #cdcdcd;
        font-size: 28px;
        line-height: 1;
    }
    header nav ul {
        border-top: 2px solid #cdcdcd;
        width: 100%;
        text-align: left;
        display: none;
        position: fixed;
        top: 150px;
        left: 0;
    }
    header nav.open {
        background: #fff;
        height: 100% !important;
        z-index: 1001 !important;
    }
    header nav .btn {
        position: fixed !important;
        top: 4px !important;
        right: 12px !important;
        z-index: 1002 !important;
        display: block !important;
    }
    header nav ul {
        border-top: 2px solid #cdcdcd !important;
        width: 100% !important;
        text-align: left !important;
        display: none;
        position: fixed !important;
        top: 150px !important;
        left: 0 !important;
    }
    header li a {
        font-size: 4.4vw;
    }
    header li {
        float: none;
    }
    header li + li {
        margin: 0 !important;
    }
    li.bou {
        display: none;
    }
    /*==================================================
    アコーディオンのためのcss
    ===================================*/

    /*アコーディオン全体*/
    .accordion-area{
        list-style: none !important;
        /* max-width: 900px; */
        margin: 0 auto !important;
    }

    .accordion-area li{
        margin: 10px 0 !important;
    }
    .c-toggle01-trigger__ico {
        box-sizing: border-box !important;
        background: rgb(var(--color-grayscale-100)) !important;
        border: 2px solid rgb(var(--color-grayscale-900)) !important;
        border-radius: 50%;
        box-shadow: var(--shadow_btn);
        display: block;
        height: 30px;
        width: 30px;
        position: relative;
        transition: all 0.3s ease;
    }


    /*アコーディオンタイトル*/
    .title {
        position: relative;/*+マークの位置基準とするためrelative指定*/
        cursor: pointer;
        font-size:1rem;
        font-weight: normal;
        padding: 3% 3% 3% 50px;
        transition: all .5s ease;
        color: #fff;
        background: #4d4d4d;
        font-size: 20px;
        display: flex;
    }
    .title p {
        /* width: 60%; */
        margin-left: 49%;
    }
    /*アイコンの＋と×*/
    .title::before,
    .title::after{
        position: absolute;
        content:'';
        width: 15px;
        height: 2px;
        background-color: #fff;

    }
    .title::before{
        top:48%;
        right: 15px;
        transform: rotate(0deg) !important;

    }
    .title::after{    
        top:48%;
        right: 15px;
        transform: rotate(90deg);

    }
    /*　closeというクラスがついたら形状変化　*/
    .title.close::before{
        transform: rotate(45deg) !important;
    }

    .title.close::after{
        transform: rotate(-45deg) !important;
    }

    /*アコーディオンで現れるエリア*/
    .box {
        display: none !important;/*はじめは非表示*/
        background: #f3f3f3;
        margin:0 3% 3% 3%;
        padding: 3%;
    }
}
header nav .btn {
    display: none;
}

.p-news__content {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.is-scrolled .p-news__content {
    -webkit-animation: slideIn 1500ms linear forwards 600ms;
    animation: slideIn 1500ms linear forwards 600ms;
}

.p-news__title {
    position: relative;
    top: 12px;
    width: 480px;
    color: #fff;
    font-size: 0;
    letter-spacing: -0.4em;
    transform:skew(0deg,-15deg);
}
#slanting01 {
    position: sticky;
    right: 71%;
    width: 36%;
    height: 120px;
    background: #b300ff;
    margin: 0 auto;
    text-align: center;
    transform: skew(-15deg, -15deg);
}
span.smolss {
    font-size: 2vw;
}
.bess01 {
    padding: 0px 0 128px;
    background: rgba(0, 0, 0, 0.5);
}
.bess__titlego {
    position: relative;
    top: 57px;
    left: -37px;
    width: 200%;
    color: #fff;
    font-size: 60px;
    transform: skew(0deg, -15deg);
}

@media screen and (max-width: 900px) {
    .p-news__title {
        -webkit-transform: translate(22px, 0px);
        -ms-transform: translate(22px, 0px);
        transform: translate(22px, 0px);
        width: 40px;
    }
}

.p-news__title > span {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
    overflow: hidden;
    font-size: 65px;
    letter-spacing: 0.025em;
    line-height: 1;
    -ms-writing-mode: tb-rl;
}

@media screen and (max-width: 900px) {
    .p-news__title > span {
        font-size: 40px;
    }
}
.bess__titlego > span span {
    display: block;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 100%;
}

.bess__titlego > span.is-fase1 span {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.bess__titlego > span.is-fase2 {
    -webkit-animation: txtBoxAnm 1.5s linear forwards;
    animation: txtBoxAnm 1.5s linear forwards;
}
.bess__title > span span {
    display: block;
    -webkit-transform: translate(-200%, 0);
    -ms-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    width: 100%;
}

.bess__title > span.is-fase1 span {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.bess__title > span.is-fase2 {
    -webkit-animation: txtBoxAnm 1.5s linear forwards;
    animation: txtBoxAnm 1.5s linear forwards;
}

.p-news__title > span span {
    display: block;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 100%;
}

.p-news__title > span.is-fase1 span {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-news__title > span.is-fase2 {
    -webkit-animation: txtBoxAnm 1.5s linear forwards;
    animation: txtBoxAnm 1.5s linear forwards;
}

.p-news .c-list {
    min-height: 291px;
}

@media screen and (max-width: 900px) {
    .p-news .c-list {
        min-height: 219px;
    }
}

.p-news__more {
    margin-top: 16px;
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: right;
}

@media screen and (max-width: 900px) {
    .p-news__more {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 22px;
    }
}

.p-news__more a {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 10px 0;
    padding-right: 25px;
    color: #050042;
    font-family: YakuHanJP, "Bowlby One SC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 19px;
    letter-spacing: normal;
    line-height: 1;
    text-decoration: none;
}

@media screen and (min-width: 901px) {
    .p-news__more a::before {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .p-news__more a:hover::before {
        -webkit-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
        transform: translate(10px, -50%);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
}

@media screen and (max-width: 900px) {
    .p-news__more a {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        padding: 0 5px;
        padding-bottom: 12px;
        font-size: 12px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.p-news__more a::before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-width: 6px 0 6px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #050042;
    width: 0;
    height: 0;
    content: "";
}

@media screen and (max-width: 900px) {
    .p-news__more a::before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border-width: 6px 3px 0 3px;
        border-color: #050042 transparent transparent transparent;
    }
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    touch-action: pan-y;
    user-select: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
}

.slick-track::before, .slick-track::after {
    display: table;
    content: '';
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    height: auto;
}




.m-modal .m-modal__content .top_banner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (min-width: 901px) {
    .m-modal .m-modal__content .top_banner {
        width: 680px;
    }
}
@media only screen and (max-width: 900px) {

    .m-modal .m-modal__content .top_banner {
        width: 90.66vw;
    }
}


.modal_text{
    text-align: center;
    line-height: 1.6;
}
.modal_text a{
    display: block;
    width: 80%;
    padding: 1.2em;
    background: #FFF;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin: auto;
}

@media screen and (max-width: 900px){
    .modal_text{
        line-height: 2;
    }
    .modal_text a{
        width: 90vw;
    }
}


.modal_visual{
    position: relative;
}
.modal_visual a{
    color: #fff;
    text-decoration: none;
}
.modal_visual figure{
    width : 80vw;
    max-width : 680px;
    margin : auto;
}
.modal_visual .modal_btn{
    width : 80%;
    max-width : 340px;
    background: #fc2960;
    color: #fff;
    font-family: 'Dela Gothic One';
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
    margin:  0.8rem auto;
    cursor: pointer;
    padding : 0.8rem 0;
}

.modal_visual-navi ul{
    display: flex;
    gap : 0.8rem;
    margin-bottom: 1.6rem;
}

.modal_visual-navi .modal_visual-navi__item{
    width: 50%;
    text-align: center;
    font-weight: 700;
    line-height: 2.4;
    border: 2px solid #fff;
    cursor: pointer;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.modal_visual-navi .modal_visual-navi__item p{
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.modal_visual-navi .modal_visual-navi__item:not(.is-current):hover p {
    color: #fc2960;
}
.modal_visual-navi .modal_visual-navi__item.is-current{
    background: #fc2960;
    color: #fff;
    border-color: #fc2960;
}

.modal_visual-inner{
    position: relative;
}
.modal_visual__item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -ms-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}
.modal_visual__item.is-current{
    position: relative;
}
.modal_visual__item.is-add{
    opacity: 1;
}
.modal_visual__item.is-remove{
    opacity: 0;
}

.p-onair__btn{
    max-width: 626px;
    width: 80vw;
    background: #fc2960;
    color: #fff;
    font-family: 'Dela Gothic One';
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    margin:  0.8rem auto;
    cursor: pointer;
    padding : 0.8rem 0;
}
.p-onair__btn a{
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 900px){
    .p-onair__btn{
        font-size: 1.3rem;
    }
}

.onair_btn{
    position: fixed;
    bottom: 1.2rem;
    background: #FFF;
    color: #050042;
    z-index: 5;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    right: -100%;
    -webkit-transition: right .2s ease-out;
    -moz-transition: right .2s ease-out;
    -ms-transition: right .2s ease-out;
    -o-transition: right .2s ease-out;
    transition: right .2s ease-out;
}
.onair_btn.is-show{
    right: 0;
}  
.onair_btn a{
    text-decoration: none;
    line-height: 1.4;
    font-weight: 500;
    padding: 0.6rem 0.8rem;
    display: block;
    font-family: 'Dela Gothic One';
    font-size: 1.4rem;
    text-align: center;
}
.onair_btn a:hover{
    color: #fc2960;
}
.soldoutbox {
    position: relative;
}
table thead tr {
    background-color: #666666;
    color: #fff;
}
table tr {
    background-color: #e6f2f5;
    padding: .35em;
}
.red1 {
    background: #6bc8f2;
    color: #fff;
}
td.red1 a, .papu1 a, .guli1 a {
    color: #fff;
}
.guli1 {
    background: #1f8cbe;
    color: #fff;
}
.smo {
    font-size: 0.5vw;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
table th {
    font-size: .85em;
    padding-top: 45px;
}
table th, table td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 0.7vw;
}
p.tikeboxd {
    margin: 0 auto;
    width: 1000px;
    color: #111;
}
table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    table-layout: fixed;
    margin-bottom: 10px;
}
.btn.btn000 {
    text-align: -webkit-center;
}
.btn05 a {
    display: flex
        ;
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    margin: 60px 10px;
    line-height: 24px;
    padding: 40px 20px;
}
a.kaibot2c {
    background: #12097c;
    border: 1px solid !important;
    border-radius: 12px;
}
a.kaibot3c {
    background: #009aff;
    border: 1px solid !important;
    border-radius: 12px;
}
.btn a[href]:hover {
    background: #fff;
    color: #12097c;
}
.btn2 a[href]:hover {
    background: #fff;
    color: #009aff;
}
p.testtaitol {
    text-align: center;
    color: #111;
    font-size: 28px;
}
.mapbox img {
    margin: 0 auto;
    width: 37%;
}
.fa-twitter:before {
    content: "\e61b";
}
/*ネオン装飾*/
.neon_a {
    --interval: 1s;
    display: block;
    /*text-shadow: 
        0 0 10px var(--color1),
        0 0 20px var(--color2),
        0 0 40px var(--color3),
        0 0 80px var(--color4);
    will-change: filter, color;
    filter: saturate(60%);
    animation: flicker steps(100) var(--interval) 1s infinite;*/
}
.neon_a {
    color: #2afc29;
    --color1: yellow;
    --color2: lime;
    --color3: green;
    --color4: darkgreen;
    font-family: 'Train One', cursive;
}
.is-close {
    font-family: 'Train One', cursive;
}
@keyframes flicker {
    50% {
        color: white;
        filter: saturate(200%) hue-rotate(20deg);
    }
}

.big_titel {
    font-size: 6vw;
    line-height: 8vw;
}
.big_titel.neon_a {
    text-align: center;
}
.c-nav__list a {
    font-family: 'Train One', cursive;
    color: #2afc29;
}

/*.container1, .container2, .container3, .container4 {
    margin: auto;
    left: 0;
    right: 0;
    width: 60%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
}*/
.container1 {
    position: absolute;
    top: 12%;
    right: 4%;
}
.container2 {
    position: absolute;
    top: 31%;
    left: 5%;
}
.container3 {
    position: absolute;
    top: 62%;
    right: 10%;
}
.title {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 10px;
    /* background:pink; */
    width: 190px;
    height: 20px;
    font-family: Sans-serif;
    font-weight: 100;
    color: #8f0048;
}
.container5 {
    position: absolute;
    bottom: 3%;
    right: 1%;
}
.grid-big1, .grid-big2, .grid-big3, .grid-big4 {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    width: 70px;
    height: 70px;
}
.container6 {
    position: absolute;
    top: 42%;
    left: 9%;
}
.grid-mini {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0px;
    top: auto;
    bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    width: 25px;
    height: 35px;
}

/****** LOADING GRID #1 ******/
.cell-1 {
    width: 3px;
    height: 3px;
    background: #5c002e;
    border-radius: 50%;
    margin: 7px;
    animation: quick-glow 1.25s 0.3s infinite linear;
    -webkit-animation: quick-glow 1.25s 0.3s infinite linear;
}

.cell-1:nth-child(7) {
    animation: quick-glow 1.25s 0.15s infinite linear;
    -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(8) {
    animation: quick-glow 1.25s 0.15s infinite linear;
    -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(9) {
    animation: quick-glow 1.25s 0.15s infinite linear;
    -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(12) {
    animation: quick-glow 1.25s 0.15s infinite linear;
    -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(14) {
    animation: quick-glow 1.25s 0.15s infinite linear;
    -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(17) {
    animation: quick-glow 1.25s 0.15s infinite linear;
    -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(18) {
    animation: quick-glow 1.25s 0.15s infinite linear;
    -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(19) {
    animation: quick-glow 1.25s 0.15s infinite linear;
    -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(13) {
    animation: quick-glow 1.25s infinite linear;
    -webkit-animation: quick-glow 1.25s infinite linear;
}

/****** LOADING GRID #2 ******/
.cell-2 {
    width: 3px;
    height: 3px;
    background: #5c002e;
    border-radius: 50%;
    margin: 8px;
}

.cell-2:nth-child(1) {
    animation: quick-glow 2.5s 0s infinite linear;
    -webkit-animation: quick-glow 2.5s 0s infinite linear;
}

.cell-2:nth-child(2) {
    animation: quick-glow 2.5s 0.1s infinite linear;
    -webkit-animation: quick-glow 2.5s 0.1s infinite linear;
}

.cell-2:nth-child(3) {
    animation: quick-glow 2.5s 0.2s infinite linear;
    -webkit-animation: quick-glow 2.5s 0.2s infinite linear;
}

.cell-2:nth-child(4) {
    animation: quick-glow 2.5s 0.3s infinite linear;
    -webkit-animation: quick-glow 2.5s 0.3s infinite linear;
}

.cell-2:nth-child(5) {
    animation: quick-glow 2.5s 0.4s infinite linear;
    -webkit-animation: quick-glow 2.5s 0.4s infinite linear;
}

.cell-2:nth-child(10) {
    animation: quick-glow 2.5s 0.5s infinite linear;
    -webkit-animation: quick-glow 2.5s 0.5s infinite linear;
}

.cell-2:nth-child(15) {
    animation: quick-glow 2.5s 0.6s infinite linear;
    -webkit-animation: quick-glow 2.5s 0.6s infinite linear;
}

.cell-2:nth-child(20) {
    animation: quick-glow 2.5s 0.7s infinite linear;
    -webkit-animation: quick-glow 2.5s 0.7s infinite linear;
}

.cell-2:nth-child(25) {
    animation: quick-glow 2.5s 0.8s infinite linear;
    -webkit-animation: quick-glow 2.5s 0.8s infinite linear;
}

.cell-2:nth-child(24) {
    animation: quick-glow 2.5s 0.9s infinite linear;
    -webkit-animation: quick-glow 2.5s 0.9s infinite linear;
}

.cell-2:nth-child(23) {
    animation: quick-glow 2.5s 1s infinite linear;
    -webkit-animation: quick-glow 2.5s 1s infinite linear;
}

.cell-2:nth-child(22) {
    animation: quick-glow 2.5s 1.1s infinite linear;
    -webkit-animation: quick-glow 2.5s 1.1s infinite linear;
}

.cell-2:nth-child(21) {
    animation: quick-glow 2.5s 1.2s infinite linear;
    -webkit-animation: quick-glow 2.5s 1.2s infinite linear;
}

.cell-2:nth-child(16) {
    animation: quick-glow 2.5s 1.3s infinite linear;
    -webkit-animation: quick-glow 2.5s 1.3s infinite linear;
}

.cell-2:nth-child(11) {
    animation: quick-glow 2.5s 1.4s infinite linear;
    -webkit-animation: quick-glow 2.5s 1.4s infinite linear;
}

.cell-2:nth-child(6) {
    animation: quick-glow 2.5s 1.5s infinite linear;
    -webkit-animation: quick-glow 2.5s 1.5s infinite linear;
}

.cell-2:nth-child(7) {
    animation: quick-glow 2.5s 1.6s infinite linear;
    -webkit-animation: quick-glow 2.5s 1.6s infinite linear;
}

.cell-2:nth-child(8) {
    animation: quick-glow 2.5s 1.7s infinite linear;
    -webkit-animation: quick-glow 2.5s 1.7s infinite linear;
}

.cell-2:nth-child(9) {
    animation: quick-glow 2.5s 1.8s infinite linear;
    -webkit-animation: quick-glow 2.5s 1.8s infinite linear;
}

.cell-2:nth-child(14) {
    animation: quick-glow 2.5s 1.9s infinite linear;
    -webkit-animation: quick-glow 2.5s 1.9s infinite linear;
}

.cell-2:nth-child(19) {
    animation: quick-glow 2.5s 2s infinite linear;
    -webkit-animation: quick-glow 2.5s 2s infinite linear;
}

.cell-2:nth-child(18) {
    animation: quick-glow 2.5s 2.1s infinite linear;
    -webkit-animation: quick-glow 2.5s 2.1s infinite linear;
}

.cell-2:nth-child(17) {
    animation: quick-glow 2.5s 2.2s infinite linear;
    -webkit-animation: quick-glow 2.5s 2.2s infinite linear;
}

.cell-2:nth-child(12) {
    animation: quick-glow 2.5s 2.3s infinite linear;
    -webkit-animation: quick-glow 2.5s 2.3s infinite linear;
}

.cell-2:nth-child(13) {
    animation: quick-glow 2.5s 2.4s infinite linear;
    -webkit-animation: quick-glow 2.5s 2.4s infinite linear;
}

/****** LOADING GRID #3 ******/
.cell-3 {
    width: 15px;
    height: 15px;
    background: #5c002e;
    border-radius: 50%;
    margin: 12px;
}

.cell-3:nth-child(2n+1) {
    animation: glow 1.2s infinite linear;
    -webkit-animation: glow 1.2s infinite linear;
}

.cell-3:nth-child(2n) {
    animation: glow 1.2s 0.6s infinite linear;
    -webkit-animation: glow 1.2s 0.6s infinite linear;
}

/****** LOADING GRID #4 ******/
.grid-big:nth-child(4) {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.cell-4 {
    width: 3px;
    height: 3px;
    background: #5c002e;
    border-radius: 50%;
    margin: 13px;
}

.cell-4:nth-child(1) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(2) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(3) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(4) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(5) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(6) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(7) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(8) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(9) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(10) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(11) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(12) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(13) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(14) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(15) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(16) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(17) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(18) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(19) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(20) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(21) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(22) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(23) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(24) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(25) {
    animation: quick-glow 1s 0.5s infinite linear;
    -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(6) {
    animation: quick-glow 1s 0s infinite linear;
    -webkit-animation: quick-glow 1s 0s infinite linear;
}

.cell-4:nth-child(7) {
    animation: quick-glow 1s 0.1s infinite linear;
    -webkit-animation: quick-glow 1s 0.1s infinite linear;
}

.cell-4:nth-child(8) {
    animation: quick-glow 1s 0.2s infinite linear;
    -webkit-animation: quick-glow 1s 0.2s infinite linear;
}

.cell-4:nth-child(9) {
    animation: quick-glow 1s 0.3s infinite linear;
    -webkit-animation: quick-glow 1s 0.3s infinite linear;
}

.cell-4:nth-child(10) {
    animation: quick-glow 1s 0.4s infinite linear;
    -webkit-animation: quick-glow 1s 0.4s infinite linear;
}

.cell-4:nth-child(16) {
    animation: quick-glow 1s 0s infinite linear;
    -webkit-animation: quick-glow 1s 0s infinite linear;
}

.cell-4:nth-child(17) {
    animation: quick-glow 1s 0s infinite linear;
    -webkit-animation: quick-glow 1s 0s infinite linear;
}

.cell-4:nth-child(18) {
    animation: quick-glow 1s 0s infinite linear;
    -webkit-animation: quick-glow 1s 0s infinite linear;
}

.cell-4:nth-child(19) {
    animation: quick-glow 1s 0s infinite linear;
    -webkit-animation: quick-glow 1s 0s infinite linear;
}

.cell-4:nth-child(20) {
    animation: quick-glow 1s 0s infinite linear;
    -webkit-animation: quick-glow 1s 0s infinite linear;
}

/****** HEART ******/
.cell-mini {
    width: 10px;
    height: 10px;
    background: #5c002e;
    border-radius: 50%;
    margin: 2px;
    margin: 0;
    width: 5px;
    height: 5px;
    background: #1d1f20;
}

.cell-mini:nth-child(2) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(4) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(6) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(8) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(10) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(11) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(15) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(17) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(19) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(23) {
    background: #ff2995;
    animation: glow 1.5s infinite linear;
    -webkit-animation: glow 1.5s infinite linear;
}

/****** KEYFRAME ANIMATIONS ******/
@keyframes quick-glow {
    15% {
        z-index: 99;
        background: #ff2995;
        box-shadow: 0 0 10px 2px #ff2995;
    }
}
@keyframes glow {
    50% {
        z-index: 99;
        background: #ff2995;
        box-shadow: 0 0 10px 2px #ff2995;
    }
}
@-webkit-keyframes quick-glow {
    15% {
        z-index: 99;
        background: #ff2995;
        box-shadow: 0 0 10px 2px #ff2995;
    }
}
@-webkit-keyframes glow {
    50% {
        z-index: 99;
        background: #ff2995;
        box-shadow: 0 0 10px 2px #ff2995;
    }
}
.mainvisual {
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    line-height: 3vw;
}
.small {
    font-size: 3vw;
}
.maivis {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 4vw;
}
.neon-board {
    border-radius: 1.5em;
    box-shadow: -1px -1px #b300ff, 1px -1px #b300ff,
        1px 1px #b300ff, -1px 1px #b300ff,
        0 0 0.1em #b300ff, 0 0 0.1em #b300ff inset,
        0 0 0.5em #b300ff, 0 0 0.5em #b300ff inset,
        0 0 1em #b300ff, 0 0 1em #b300ff;
    margin: 0 100px;
    padding: 10px;
}
.musicbox.neon-board.tate img {
    width: 45%;
    height: 45%;
    padding: 3%;
}
p.taitlbox {
    line-height: 3vh;
    margin-top: 6%;
}
.dezicd {
    width: 100%;
    margin-right: 3%;
}
.muxicsekand_box {
    display: flex;
}
.musicbox.neon-board.tate h1 {
    --interval : 1s;
    text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
    will-change: filter, color;
    filter: saturate(60%);
    animation: flicker steps(100) var(--interval) 1s infinite;
    color: #2afc29;
    --color1: yellow;
    --color2: lime;
    --color3: green;
    --color4: darkgreen;
    font-size: 1vw;
    line-height: 4vw;
    padding: 0%;
    font-family: 'Train One', cursive;
}
span.meintite {
    font-size: 28px;
}
.gygryW {
    color: rgb(255, 255, 255);
    font-size: calc(min(100vw, 1380px) * 0.0118056);
    line-height: calc(min(100vw, 1380px) * 0.0215278);
    margin: 0 0 3% 3%;
    font-feature-settings: "palt";
}

.neon-circle {
    -moz-box-shadow: 0px 0px 0px 8px rgba(254,208,40,1), 0px 0px 8px 10px rgba(240,19,11,1), inset 0px 0px 8px 4px rgba(240,19,11,1), 0px 0px 98px 8px rgba(250,29,22,1), inset 0px 0px 98px 8px rgba(250,29,22,1);
    -webkit-box-shadow: 0px 0px 0px 8px rgba(254,208,40,1), 0px 0px 8px 10px rgba(240,19,11,1), inset 0px 0px 8px 4px rgba(240,19,11,1), 0px 0px 98px 8px rgba(250,29,22,1), inset 0px 0px 98px 8px rgba(250,29,22,1);
    -webkit-transform: matrix3d(0.77,0,-0.64,-.001,0.00,1,0.00,0,0.64,0,0.77,0,0,0,0,1);
    background: ;
    border-radius: 13vw;
    box-shadow: 0px 0px 0px 8px rgba(254,208,40,1), 0px 0px 8px 10px rgba(240,19,11,1), inset 0px 0px 8px 4px rgba(240,19,11,1), 0px 0px 98px 8px rgba(250,29,22,1), inset 0px 0px 98px 8px rgba(250,29,22,1);
    height: 20vw;
    margin-left: 2vw;
    margin-right: -5vw;
    transform: matrix3d(0.77,0,-0.64,-.001,0.00,1,0.00,0,0.64,0,0.77,0,0,0,0,1);
    width: 20vw;
}

.sign-one {
    padding-top: 3.5vw;
    padding-right: 4vw;
    font-family: lasenter;
    font-size: 5vw;
    line-height: 4vw;
    padding-top: ;
    text-shadow: 
        .1vw 0vw .25vw #28D7FE, .2vw 0vw .25vw #28D7FE, .4vw 0vw .25vw #28D7FE, 
        .1vw 0vw .1vw #1041FF, .2vw 0vw 0vw #1041FF, .4vw 0vw 0vw #1041FF,
        .1vw 0vw .1vw #1041FF, .2vw 0vw .1vw #1041FF, .4vw 0vw 0vw #1041FF,
        .1vw 0vw .8vw #1041FF, .2vw 0vw .8vw #1041FF, .4vw 0vw .8vw #1041FF, .2vw 0vw .5vw #1041FF,
        .1vw 0vw .5vw #1041FF, .2vw 0vw .5vw #1041FF, .4vw 0vw .5vw #1041FF, 
        .1vw 0vw 10vw #1041FF, .2vw 0vw 10vw #1041FF, .4vw 0vw 10vw #1041FF;
    color: #28D7FE;

}

.and {
    color: #FED128;
    padding-left: 5vw;
    padding-top: .5vw;
    text-shadow: 
        -.1vw 0vw .25vw #FED128, -.2vw 0vw .25vw #FED128, -.4vw 0vw .25vw #FED128, 
        -.1vw 0vw .1vw #F0130B, -.2vw 0vw .1vw #F0130B, -.4vw 0vw .1vw #F0130B,
        -.1vw 0vw .1vw #F0130B, -.2vw 0vw .1vw #F0130B, -.4vw 0vw .1vw #F0130B,
        -.1vw 0vw .8vw #F0130B, -.2vw 0vw .8vw #F0130B, -.4vw 0vw .8vw #F0130B, .2vw 0vw .5vw #F0130B,
        -.1vw 0vw .5vw #F0130B, -.2vw 0vw .5vw #F0130B, -.4vw 0vw .5vw #F0130B, 
        -.1vw 0vw 10vw #FA1C16, -.2vw 0vw 10vw #FA1C16, -.4vw 0vw 10vw #FA1C16;
}


.sign-two {
    -webkit-transform: matrix3d(0.77,0,0.64,.001,0.00,1,0.00,0,-0.64,0,0.77,0,0,0,0,1);
    color: #A9FFDC;
    font-family: clipneon;
    font-size: 5vw;
    line-height: 5vw;
    text-shadow: 0vw 0vw 3vw #F40A35;
    transform: matrix3d(0.77,0,0.64,.001,0.00,1,0.00,0,-0.64,0,0.77,0,0,0,0,1);
    text-shadow: 
        -.1vw 0vw .25vw #A9FFDC, -.2vw 0vw .25vw #A9FFDC, -.4vw 0vw .25vw #A9FFDC, 
        -.1vw 0vw .1vw #00CC2A, -.2vw 0vw .1vw #00CC2A, -.4vw 0vw .1vw #00CC2A,
        -.1vw 0vw .8vw #00CC2A, -.2vw 0vw .8vw #00CC2A, -.4vw 0vw .8vw #00CC2A, .2vw 0vw .5vw #00CC2A,
        -.1vw 0vw .5vw #00CC2A, -.2vw 0vw .5vw #00CC2A, -.4vw 0vw .5vw #00CC2A, 
        -.1vw 0vw 10vw #16FA19, -.2vw 0vw 10vw #16FA19, -.4vw 0vw 10vw #16FA19;
}

.restaurant {
    margin: 20% 0 10% 0;
    /* position: relative; */
    /* top: 64px; */
    /* left: -6%; */
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    color: #28D7FE;
    font-family: lasenter;
    font-size: 1.7vw;
    transform: rotate(-7deg);
    text-shadow: .1vw 0vw .25vw #28D7FE, .2vw 0vw .25vw #28D7FE, .4vw 0vw .25vw #28D7FE, .1vw 0vw .1vw #1041FF, .2vw 0vw 0vw #1041FF, .4vw 0vw 0vw #1041FF, .1vw 0vw .1vw #1041FF, .2vw 0vw .1vw #1041FF, .4vw 0vw 0vw #1041FF, .1vw 0vw .8vw #1041FF, .2vw 0vw .8vw #1041FF, .4vw 0vw .8vw #1041FF, .2vw 0vw .5vw #1041FF, .1vw 0vw .5vw #1041FF, .2vw 0vw .5vw #1041FF, .4vw 0vw .5vw #1041FF, .1vw 0vw 10vw #1041FF, .2vw 0vw 10vw #1041FF, .4vw 0vw 10vw #1041FF;
}

.bar {
    color: #A9FFDC;
    font-family: clipneon;
    font-size: 4vw;
    margin-left: 14vw;
    margin-top: -.75vw;
    text-shadow: 
        -.1vw 0vw .25vw #A9FFDC, -.2vw 0vw .25vw #A9FFDC, -.4vw 0vw .25vw #A9FFDC, 
        -.1vw 0vw .1vw #00CC2A, -.2vw 0vw .1vw #00CC2A, -.4vw 0vw .1vw #00CC2A,
        -.1vw 0vw .8vw #00CC2A, -.2vw 0vw .8vw #00CC2A, -.4vw 0vw .8vw #00CC2A, .2vw 0vw .5vw #00CC2A,
        -.1vw 0vw .5vw #00CC2A, -.2vw 0vw .5vw #00CC2A, -.4vw 0vw .5vw #00CC2A, 
        -.1vw 0vw 10vw #16FA19, -.2vw 0vw 10vw #16FA19, -.4vw 0vw 10vw #16FA19;
}

.jackpots {
    font-family: moon;
    font-size: 6.3vw;
    margin-left: 1.5vw;
}

.sign-four {
    -webkit-transform: matrix3d(0.77,0,-0.64,-.001,0.00,1,0.00,0,0.64,0,0.77,0,0,0,0,1);
    color: #F0D6DE;
    font-family: clipneon;
    font-size: 5vw;
    line-height: 6vw;
    margin-right: 2vw;
    transform: matrix3d(0.77,0,-0.64,-.001,0.00,1,0.00,0,0.64,0,0.77,0,0,0,0,1);
    text-shadow: 
        .1vw 0vw .25vw #F0D6DE, .2vw 0vw .25vw #F0D6DE, .4vw 0vw .25vw #F0D6DE, 
        .1vw 0vw .1vw #F181B2, .2vw 0vw 0vw #F181B2, .4vw 0vw 0vw #F181B2,
        .1vw 0vw .1vw #F181B2, .2vw 0vw .1vw #F181B2, .4vw 0vw 0vw #F181B2,
        .1vw 0vw 1vw #F181B2, .2vw 0vw 2vw #F181B2, .4vw 0vw 2vw #F181B2, .2vw 0vw 5vw #F181B2,
        .1vw 0vw .5vw #F20B70, .2vw 0vw .5vw #F20B70, .4vw 0vw 6vw #F20B70, 
        .1vw 0vw 4vw #F20B70, .2vw 0vw 20vw #F20B70, .4vw 0vw 10vw #F20B70,
        .1vw 0vw 10vw #F20B70, .2vw 0vw 30vw #F20B70, .4vw 0vw 10vw #F20B70;
}

.currency {
    color: #FDF8FD;
    font-size: 4vw;
    text-shadow: 
        .1vw 0vw .25vw #FDF8FD, .2vw 0vw .25vw #FDF8FD, .4vw 0vw .25vw #FDF8FD, 
        .1vw 0vw .1vw #F1EC81, .2vw 0vw 0vw #F1EC81, .4vw 0vw 0vw #F1EC81,
        .1vw 0vw .1vw #F1EC81, .2vw 0vw .1vw #F1EC81, .4vw 0vw 0vw #F1EC81,
        .1vw 0vw 1vw #F1EC81, .2vw 0vw 2vw #F1EC81, .4vw 0vw 2vw #F1EC81, .2vw 0vw 5vw #F1EC81,
        .1vw 0vw .5vw #F2E90B, .2vw 0vw .5vw #F2E90B, .4vw 0vw 6vw #F2E90B, 
        .1vw 0vw 2vw #F2E90B, .2vw 0vw 5vw #F2E90B, .4vw 0vw 0vw #F2E90B;
}

.fa-heart-o {
    color: #FBB4FF;
    text-shadow: 
        -.1vw 0vw .25vw #FBB4FF, -.2vw 0vw .25vw #FBB4FF, -.4vw 0vw .25vw #FBB4FF, 
        -.1vw 0vw 1vw #E82FF5, -.2vw 0vw .8vw #E82FF5, -.4vw 0vw .8vw #E82FF5, .2vw 0vw .5vw #E82FF5,
        -.1vw 0vw 10vw #CB16FA, -.2vw 0vw 10vw #CB16FA, -.4vw 0vw 10vw #CB16FA;
}

.off {
    color: #4A7061;
    display: inline-block;
    text-shadow: 
        -.1vw 0vw .25vw #4A7061, -.2vw 0vw .25vw #4A7061, -.4vw 0vw .25vw #4A7061, 
        -.1vw 0vw .1vw #184D23, -.2vw 0vw .1vw #184D23, -.4vw 0vw .1vw #184D23,
        -.1vw 0vw .8vw #184D23, -.2vw 0vw .8vw #184D23, -.4vw 0vw .8vw #184D23, .2vw 0vw .5vw #184D23,
        -.1vw 0vw .5vw #184D23, -.2vw 0vw .5vw #184D23, -.4vw 0vw .5vw #184D23, 
        -.1vw 0vw 2vw #184D23, -.2vw 0vw 2vw #184D23, -.4vw 0vw 2vw #184D23;
}

.heart-off {
    animation: heart .1s ease infinite;
    -moz-animation: heart .1s ease infinite;
    /* Firefox */
    -webkit-animation: heart .1s ease infinite;
    /* Safari and Chrome */
    -o-animation: heart .1s ease infinite;
    /* Opera */
}

@keyframes heart {
    0%,
    100% {
        /* Enable hardware acceleration to fix laggy transitions */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        color: #FBB4FF;
        text-shadow: 
            -.1vw 0vw .25vw #FBB4FF, -.2vw 0vw .25vw #FBB4FF, -.4vw 0vw .25vw #FBB4FF, 
            -.1vw 0vw 1vw #E82FF5, -.2vw 0vw .8vw #E82FF5, -.4vw 0vw .8vw #E82FF5, .2vw 0vw .5vw #E82FF5,
            -.1vw 0vw 10vw #CB16FA, -.2vw 0vw 10vw #CB16FA, -.4vw 0vw 10vw #CB16FA;
    }
    50% {
        /* Enable hardware acceleration to fix laggy transitions */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        color: #8F5493;
        text-shadow: 
            -.1vw 0vw .25vw #8F5493, -.2vw 0vw .25vw #8F5493, -.4vw 0vw .25vw #8F5493, 
            -.1vw 0vw .8vw #59125E, -.2vw 0vw .8vw #59125E, -.4vw 0vw .8vw #59125E, .2vw 0vw .5vw #59125E,
            -.1vw 0vw 3vw #42114E, -.2vw 0vw 3vw #42114E, -.4vw 0vw 3vw #42114E;
    }
}
ul.traktekist li {
    /* border-bottom: 1px solid; */
    color: #2afc29;
    line-height: 32px;
}
div#container {
    width: 45%;
    margin: 0 0 0 0;
}

.jackpots {
    animation: jackpots 1s 0s ease infinite;
    -moz-animation: jackpots 1s 0s ease infinite;
    /* Firefox */
    -webkit-animation: jackpots 1s 0s ease infinite;
    /* Safari and Chrome */
    -o-animation: jackpots 1s 0s ease infinite;
    /* Opera */
}

@keyframes jackpots {
    0%,
    100% {
        text-shadow: 
            -.1vw 0vw .1vw #FED128, -.15vw 0vw .2vw #FED128, -.2vw 0vw .2vw #FED128, 
            -.1vw 0vw 3vw #F0130B, -.2vw 0vw 3vw #F0130B, -.4vw 0vw 3vw #F0130B,
            -.1vw 0vw 5vw #F0130B, -.2vw 0vw 5vw #F0130B, -.4vw 0vw .8vw #F0130B, .2vw 0vw 10vw #F0130B;
        color: #FED128;
    }
    50% {
        text-shadow: 
            -.1vw 0vw .1vw #705C12, -.15vw 0vw .2vw #705C12, -.2vw 0vw .2vw #705C12, 
            -.1vw 0vw .1vw #5C0704, -.2vw 0vw .1vw #5C0704, -.4vw 0vw .1vw #5C0704,
            -.1vw 0vw .2vw #5C0704, -.2vw 0vw .2vw #5C0704, -.4vw 0vw .2vw #5C0704, .2vw 0vw .5vw #5C0704;
        color: #705C12;
    }
}

@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');

@font-face {
    font-family: moon;
    src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/moon.ttf);
}

@font-face {
    font-family: clipneon;
    src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/clip.ttf);
}

@font-face {
    font-family: lasenter;
    src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/lasenter.ttf);
}
/*ネオンボタン*/
.botan_ef{
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    margin: 40px 0;
    color: #03e9f4;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    margin-right: 50px;

}
a:hover{
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4,
        0 0 25px #03e9f4,
        0 0 50px #03e9f4,
        0 0 200px #03e9f4;
    -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}
.nikoniko_car {
    filter: hue-rotate(270deg);
}
.youtube_car {
    filter: hue-rotate(110deg);
}
a span{
    position: absolute;
    display: block;
}
a span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#03e9f4);
    animation: animate1 1s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
a span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#03e9f4);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
a span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#03e9f4);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}
.botameinbox_b {
    display: flex;
    justify-content: center;
}

a span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#03e9f4);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}
.fa_bottn {
    text-align: center;
}
.botameinbox p {
    text-align: center;
    color: #03e9f4;
    margin-top: 5%;
    font-size: 2.5vw;
    font-weight: 800;
}
.jackpots {
    font-family: 'Train One', cursive;
}
@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');

:root {
    --text-color: #c2f6f7;
    --neon-color: #43A4D6;
}

.pic-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 338px;
    text-align: center;
    z-index: 0;
}


.pic-container::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    filter: brightness(20%);
    content: '';
    z-index: -1;
}


.pic-container h2 {
    padding: 20px;
    box-shadow: 0 0 5px var(--neon-color), inset 0 0 5px var(--neon-color), 0 0 10px var(--neon-color), inset 0 0 10px var(--neon-color), 0 0 25px var(--neon-color), inset 0 0 25px var(--neon-color), 0 15px 3px rgba(0, 0, 0, 0.5);
    border: 3px solid var(--text-color);
    border-radius: 15px;
    color: var(--text-color);
    font-family: 'Train One';
    font-size: 40px;
    text-shadow: 0 0 1px var(--text-color), 0 0 3px var(--text-color), 0px 0px 6px var(--neon-color), 0 0 10px var(--neon-color), 0 0 30px var(--neon-color), 0 0 50px var(--neon-color), 0 0 70px var(--neon-color), 0 0 100px var(--neon-color), 0 0 150px var(--neon-color), 0 0 200px var(--neon-color), 0 15px 5px rgba(0, 0, 0, 0.5);
}
.neon_b {
    color: #b300ff;
}
.maivis_c {
    font-size: 4vw;
}
.maivis_c {
    line-height: 0vw;
}
.maivis_c span {
    font-size: 2vw;
}
p.sekaitekist {
    width: 58%;
    color: #fff;
    font-size: 1vw;
    line-height: 2vw;
    margin: 0 auto;
    font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.rasttekis {
    color: #2afc29;
}
.tai03 {
    position: relative;
    top: 47px;
    left: 0px;
    font-size: 2.3vw;
}
.logoz b {
    /*font-family: 'Train One', cursive;*/
    /* font: 400 19vh "Vibur"; */
    font-size: 2.2vw;
    color: #fee;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #ff4444, 0 0 0.5em #ff4444, 0 0 0.1em #ff4444, 0 10px 3px #000;
}
.logoz b span{
    animation: blink linear infinite 2s;
}
.logoz b span:nth-of-type(2){
    animation: blink linear infinite 3s;
}
@keyframes blink {
    78% {
        color: inherit;
        text-shadow: inherit;
    }
    79%{
        color: #333;
    }
    80% {

        text-shadow: none;
    }
    81% {
        color: inherit;
        text-shadow: inherit;
    }
    82% {
        color: #333;
        text-shadow: none;
    }
    83% {
        color: inherit;
        text-shadow: inherit;
    }
    92% {
        color: #333;
        text-shadow: none;
    }
    92.5% {
        color: inherit;
        text-shadow: inherit;
    }
}


/* follow me @nodws */
#btn-twtr{
    clear:both;
    color:#fff;
    border:2px solid;
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    display:block;
    font-family:sans-serif;
    font-size:14px;
    width:13em;
    padding:5px 10px;
    font-weight:600;
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    margin:0 auto;
    background:rgba(0,0,0,0.2);
    box-shadow:0 0 0px 3px rgba(0,0,0,0.2);
    opacity:0.4
}
#btn-twtr:hover{color:#fff;opacity:1}
.logoz {
    transform: skew(-15deg, -15deg);
    width: 43%;
}
ul.snsbox li {
    width: 7%;
    margin: 0 2% 0 2%;
}
ul.snsbox {
    display: flex;
    justify-content: center;
}
ul.snsbox img {
    width: 100%;
    /* margin: 0 auto; */
}
section#mesbox3 {
    background: #fff;
}
.ibebox img {
    width: 100%;
}
.ibebox {
    width: 70%;
    margin: 0% auto 3% auto;
}

.end_c {
    color: #111;
    font-size: 2vw;
    /* line-height: 1.2; */
    padding-bottom: 100px;
}

div#slanting02 {
    position: relative;
    top: 139px;
    left: -678px;
    width: 16%;
    height: 120px;
    background: #b300ff;
    margin: 0 auto;
    text-align: center;
    transform: skew(-15deg, -15deg);
}
.snsbox a:hover {
    opacity: .6;
}
.ibebox a:hover {
    opacity: .6;
}