@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;
}
.row-overlay-container {
    position: relative;
    width: 100%;
}
.soml {
    color: #111;
    text-align: center;
}
.row-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    border: 1px solid #ccc;
    background: white;
}

.cell {
    display: flex;
    align-items: center;   /* 上下中央揃え */
    justify-content: center; /* 左右中央揃え（任意） */
    height: 100%;          /* 高さが親要素と同じになるように */
    text-align: center;    /* テキスト中央（念のため） */
    padding: 10px;         /* 任意で余白調整 */
    box-sizing: border-box;
}
.cell {
    padding: 8px;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    background: #1f8cbe;
}

.cell:last-child {
    border-right: none;
}
table th,
table td {
    width: 10%;
}

.row-grid {
    grid-template-columns: repeat(10, 10%);
}
td.nonlin {
    padding: 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    font-size: 4.5em;
    font-weight: bold;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
}

.c-header {
    display: none;
}
.gosboxlisimg {
    width: 60%;
    margin: 0 auto;
}
.meszi {
    margin: 0 auto;
    width: 50%;
    position: relative;
    bottom: 40px;
}
.p-news .c-list {
    /* min-height: 291px; */
    overflow: auto;
    /* width: 100%; */
    height: 239px;
}
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: block;
    width: 200px;
    height: 200px;
}

.floating-button img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%; /* 丸くしたい場合 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.floating-button img:hover {
    transform: scale(1.1);
}
h2.kan_list {
    margin: 60px 0 30px;
    padding: 0 0 0 8px;
    text-align: center;
    font: bold 40px / 1 "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS P明朝", "MS PMincho", serif;
    color: #bb1992;
    letter-spacing: 8px;
}
.list > li h4:before {
    content: "■ ";
    color: #dd8cc8;
}
#store .list > li h4 {
    margin: 0 0 0 1em;
    text-indent: -1em;
}
.list > li .txt {
    margin: 30px 28px;
}
.list > li h3 {
    border-bottom: 1px solid #cdcdcd;
    width: 1000px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font: bold 18px / 24px "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS P明朝", "MS PMincho", serif;
    color: #bb1992;
}
.list > li {
    background: #fff;
    color: #000;
    margin-bottom: 35px;
    border-radius: 18px;
}
.tai02 {
    top: -136px !important;
    left: -68px !important;
    font-size: 50px ! IMPORTANT;
}
.bess02 {
    padding: 94px 0 128px;
    background: #fff;
}
.livese h4 {
    text-align: center;
    font-size: 32px;
}
.testtaitol {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #111;
    font-size: 28px;
}
.guli2 {
    background: #7fc69d;
    color: #fff;
}
.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;
}
.soldout-overlay {
    position: relative;
    padding: 0;
    height: 0;
    line-height: 0;
    border: none;
}

.soldout-overlay .soldout-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: red;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    padding: 20px 0;
    z-index: 10;
    pointer-events: none;
}
.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: 32.75%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 51%;
}
.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: url(../imegs/footer_logo_megido72.png) 0 0 no-repeat;
    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: 3.75%;
        width: 92%;
    }
}

.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;
}

.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: #3f2095;
}

.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%;
}
h5 {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
}

.sukebox img {
    margin: 0 auto;
}
.gosboxlis img {
    margin: 0 auto;
    padding-bottom: 5%;
}
.bos-title {
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
}

.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;
}
li.mb2rem {
    width: 35%;
}
.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;
    }
    h2.kan_list {
        letter-spacing: 0px !important;
        font-size: 19px !important;
    }
}

.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: 94px 0 128px;
}

@media screen and (max-width: 900px) {
    .p-news {
        padding: 48px 0 103px;
    }
    .band_list {
        display: block;
    }
    li.mb2rem {
        width: 43%;
    }
    .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%;
    }
    .floating-button {
        width: 120px;
        height: 120px;
    }
}

@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: 72px;
    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;
        top: -48px !important;
        left: -67px !important;
        width: 58% !important;
        height: 57px !important;
        background: #FF7373;
        margin: 0 auto;
        text-align: center;
        transform: skew(-15deg, -15deg);
    }
    .bess__title {
        position: relative;
        top: -136px !important;
        left: 82px !important;
        width: 480px;
        color: #fff;
        font-size: 30px !important;
        transform: skew(0deg, -15deg);
    }
    .meszi {
        /* margin: 0 auto; */
        width: 100%;
    }
    .bess01 {
        padding: 26px 0 31px;
    }
    .livese {
        width: 100% !important;
    }
    .cell {
        font-size: 8px;
    }
    table th, table td {
        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: 100px 40px 40px;
        text-align: center;
        font-size: 0;
        line-height: 0;
    }
    footer .megido72 {
        margin: 0 0 40px;
        height: 100% !important;
    }
    footer div img {
        margin: 0 !important;
    }
    footer {
        width: 100% !important;
        min-width: auto;
    }
    .medea img {
        height: 60px;
    }
    footer .wf div:nth-of-type(n+2) {
        margin: 0 0 21px 0 !important;
    }
    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: relative;
    top: -39px;
    left: -594px;
    width:30%;
    height:100px;
    background:#FF7373;
    margin:0 auto;
    text-align:center;
    transform:skew(-15deg,-15deg);
}
.bess01 {
    padding: 94px 0 128px;
    background: #f2f2f2 url(../imegs/top/bg_pcdu.png) center center no-repeat;
}
.bess__titlego {
    position: relative;
    top: 57px;
    left: -37px;
    width: 200%;
    color: #fff;
    font-size: 60px;
    transform: skew(0deg, -15deg);
}
.bess__title {
    position: relative;
    top: -135px;
    left: -82px;
    width: 480px;
    color: #fff;
    font-size: 50px;
    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(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 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;
}
a.kaibot4c {
    background: #7fc69d;
    border: 1px solid !important;
    border-radius: 12px;
}
a.kaibot5c {
    background: #008e3c;
    border: 1px solid !important;
    border-radius: 12px;
}
.btn a[href]:hover {
    background: #fff;
    color: #12097c;
}
.btn2 a[href]:hover {
    background: #fff;
    color: #009aff;
}
.botn6 a[href]:hover {
    background: #fff;
    color: #7fc69d;
}
.botn7 a[href]:hover {
    background: #fff;
    color: #008e3c;
}
p.testtaitol {
    text-align: center;
    color: #111;
    font-size: 28px;
}
.mapbox img {
    margin: 0 auto;
    width: 37%;
}
.fa-twitter:before {
    content: "\e61b";
}