@charset "utf-8";

/* google font */
/* Adobe font */
/* ---------------------------------------------------- */
@import url("https://use.typekit.net/zfn1pkx.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;subset=japanese"');

.ffRockwell {
    font-family: rockwell, sans-serif;
    font-style: normal;
}

.ffRockwellL {
    font-family: rockwell, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ffRockwellR {
    font-family: rockwell, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ffNSans {
    font-family: 'Noto Sans JP', sans-serif;
}

.ffNSansR {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.ffNSansB {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

/* HTML5 */
/* ---------------------------------------------------- */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

/* cf */
/* ---------------------------------------------------- */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: block;
}

/* img */
/* ---------------------------------------------------- */
img {
    display: block;
    width: 100%;
    height: auto;
}

/* a */
/* ---------------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* a transition */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {

    .eOp {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .eOp:hover {
        opacity: 0.6;
    }

    .eTr {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

}

/* pc/sp */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .forPc {
        display: block !important;
    }

    .forSp {
        display: none !important;
    }

    .forPci {
        display: inline !important;
    }

    .forSpi {
        display: none !important;
    }

    .forPcTc {
        display: table-cell !important;
    }
}

@media screen and (max-width: 767px) {
    .forPc {
        display: none !important;
    }

    .forSp {
        display: block !important;
    }

    .forPci {
        display: none !important;
    }

    .forSpi {
        display: inline !important;
    }

    .forPcTc {
        display: none !important;
    }
}

/* html body */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    html {
        width: 100%;
        height: 100%;
        -webkit-text-size-adjust: 100%;
        /* iPhone */
        overflow-y: scroll;
        font-size: 62.5%;
    }

    body {
        width: 100%;
        min-width: 1100px;
        min-height: 100%;
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 1.2rem;
        line-height: 1.77;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        background-color: #FFF;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    html {
        width: 100%;
        height: 100%;
        -webkit-text-size-adjust: 100%;
        /* iPhone */
        overflow-y: scroll;
        font-size: 62.5%;
    }

    body {
        min-width: 320px;
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 1.3rem;
        line-height: 1.77;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem;
        background-color: #FFF;
        overflow: hidden;
    }
}


/* progress */
/* ---------------------------------------------------- */
.progress_wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    background: #FFF;
    opacity: 0.5;
}

.progress_wrap .progress_bar {
    position: absolute;
    width: 0;
    height: 5px;
}

.progress_wrap .progress_bar_1 {
    left: 0;
    top: 0;
    background: #e75550;
}

.progress_wrap .progress_bar_2 {
    right: 0;
    bottom: 0;
    background: #006795;
}

@media print,
screen and (min-width: 768px) {
    .progress_wrap {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .progress_wrap {
        width: 50%;
    }
}

/* wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    #wrap {
        height: 1px;
        max-height: 999999px;
        /* android chrome フォントサイズバグ回避 */
        overflow: hidden;
        transition: 1s ease-in-out;
    }

    #wrap.show {
        height: auto;
        overflow: scroll;
        opacity: 1 !important;
    }
}

@media screen and (max-width: 767px) {
    #wrap {
        height: 1px;
        max-height: 999999px;
        /* android chrome フォントサイズバグ回避 */
        overflow: hidden;
        transition: 1s ease-in-out;
    }

    #wrap.show {
        height: auto;
        overflow: scroll;
        opacity: 1 !important;
    }
}

/* header */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    header {
        position: fixed;
        right: 95px;
        top: 0;
        z-index: 100;
    }

    header .btn_nav_toggle {
        display: none;
    }

    header .sp_toggle_wrap {
        display: block !important;
        height: auto !important;
    }

    header .sp_toggle_wrap .sp_toggle_wrap_inner {
        display: flex;
    }

    header nav {
        padding-top: 70px;
        width: 104px;
    }

    header nav.nav_shinonsai {
        border-right: 1px solid #9f9e9f;
    }

    header nav .btn_top {
        position: relative;
        display: block;
        margin: 0 auto 10px;
        width: 44px;
    }

    header nav .btn_top img {
        opacity: 0;
        transition: 3s ease-in-out;
    }

    header nav .btn_top img.show {
        opacity: 1;
    }

    header nav .btn_top img.ya {
        position: absolute;
        left: 0;
        top: 0;
    }

    header nav .nav_g_wrap li {
        margin: 0 4px;
        font-family: rockwell, sans-serif;
        font-size: 1.4rem;
        line-height: 1;
        text-align: center;
    }

    header nav .nav_g_wrap li a {
        display: block;
        padding: 5px 0;
        transition: 0.3s ease-in-out;
    }

    header nav .nav_g_wrap li a:hover {
        color: #FFF !important;
    }

    header nav.nav_shinonsai .nav_g_wrap li a {
        color: #e75550;
    }

    header nav.nav_shinonsai .nav_g_wrap li a:hover {
        background-color: #e75550;
    }

    header nav.nav_shinyasai .nav_g_wrap li a {
        color: #006795;
    }

    header nav.nav_shinyasai .nav_g_wrap li a:hover {
        background-color: #006795;
    }

    header nav .nav_g_wrap li span {
        display: block;
        padding: 5px;
        color: #5d5d5d;
    }
}

@media screen and (max-width: 767px) {
    header .btn_nav_toggle {
        position: fixed;
        right: 11px;
        top: 2px;
        display: block;
        width: 36px;
        height: 36px;
        color: #FFF;
        font-size: 1.1rem;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        z-index: 200;
    }

    header .btn_nav_toggle div {
        margin: 9px auto 0;
        width: 24px;
        height: 16px;
    }

    header .btn_nav_toggle div p {
        position: relative;
        height: 100%;
        z-index: 3;
    }

    header .btn_nav_toggle div p span,
    header .btn_nav_toggle div p::before,
    header .btn_nav_toggle div p::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        border-radius: 2px;
        transition: 0.3s ease-in-out;
    }

    header .btn_nav_toggle div p span {
        transform: translateY(-50%);
    }

    header .btn_nav_toggle div p::before {
        transform: translateY(-8px) rotate(0deg);
    }

    header .btn_nav_toggle div p::after {
        transform: translateY(6px) rotate(0deg);
    }

    header .btn_nav_toggle.show div p span {
        opacity: 0;
    }

    header .btn_nav_toggle.show div p::before {
        transform: translateY(-50%) rotate(-45deg);
    }

    header .btn_nav_toggle.show div p::after {
        bottom: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    header .sp_toggle_wrap {
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 1);
        z-index: 190;
    }

    header .sp_toggle_wrap .sp_toggle_wrap_inner {
        display: flex;
        padding-top: 50px;
        padding-bottom: 50px;
        height: 100%;
        overflow-y: scroll;
    }

    header nav {
        width: 50%;
    }

    header nav.nav_shinonsai {
        border-right: 1px solid #9f9e9f;
    }

    header nav .btn_top {
        display: block;
        margin: 0 auto 20px;
        width: 44px;
    }

    header nav .btn_top img {
        opacity: 1 !important;
    }

    header nav .btn_top img.ya {
        display: none;
    }

    header nav .nav_g_wrap li {
        margin: 0 4px;
        font-family: rockwell, sans-serif;
        font-size: 1.6rem;
        line-height: 1;
        text-align: center;
    }

    header nav .nav_g_wrap li a {
        display: block;
        padding: 10px 5px;
        transition: 0.3s ease-in-out;
    }

    header nav.nav_shinonsai .nav_g_wrap li a {
        color: #e75550;
    }

    header nav.nav_shinyasai .nav_g_wrap li a {
        color: #006795;
    }

    header nav .nav_g_wrap li span {
        display: block;
        padding: 10px 5px;
        color: #5d5d5d;
    }
}

/* footer */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    footer {
        position: relative;
        background-color: #979797;
        z-index: 100;
    }

    footer .footer_inner_0 {
        padding: 60px 0 0;
        background-color: #FFF;
    }

    footer .footer_inner_0 .bnr {
        margin: 0 auto;
        width: 650px;
    }

    footer .footer_inner_0 .bnr li + li {
        margin-top: 20px;
    }

    footer .footer_inner_0 .bnr li a {
        display: block;
    }

    footer .footer_inner_1 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0 60px;
        background-color: #FFF;
    }

    footer .footer_inner_1 .logo {
        display: flex;
        justify-content: center;
        margin-right: 18px;
    }

    footer .footer_inner_1 .logo img {
        margin: 0 18px;
        width: 40px;
    }

    footer .footer_inner_1 .credit {
        margin-right: 18px;
    }

    footer .footer_inner_1 .credit li {
        display: flex;
        font-size: 1.1rem;
        color: #979797;
    }

    footer .footer_inner_2 {
        position: relative;
        margin: 0 auto;
        width: 960px;
        padding: 30px 0;
        color: #FFF;
        font-size: 1.1rem;
    }

    footer .footer_inner_2 .caption {
        margin-bottom: 10px;
        margin-left: 20px;
        list-style-type: disc;
    }

    footer .footer_inner_2 .copyright {
        margin-left: 20px;
    }

    footer .footer_inner_2 .btn_sfm {
        position: absolute;
        right: 0;
        top: 30px;
        display: block;
        padding: 5px;
        border: 2px solid #d0d0d0;
        border-radius: 4px;
        background-color: #FFF;
    }

    footer .footer_inner_2 .btn_sfm img {
        width: 266px;
    }
}

@media screen and (max-width: 767px) {
    footer {
        position: relative;
        background-color: #979797;
        z-index: 100;
    }
    footer .footer_inner_0 {
        padding: 30px 4% 0;
        background-color: #FFF;
    }

    footer .footer_inner_0 .bnr {
    }

    footer .footer_inner_0 .bnr li + li {
        margin-top: 10px;
    }

    footer .footer_inner_0 .bnr li a {
        display: block;
    }
    footer .footer_inner_1 {
        position: relative;
        padding: 30px 4%;
        background-color: #FFF;
    }

    footer .footer_inner_1 .logo {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    footer .footer_inner_1 .logo img {
        margin: 0 18px;
        width: 40px;
    }

    footer .footer_inner_1 .credit {}

    footer .footer_inner_1 .credit li {
        margin-bottom: 10px;
        font-size: 1.1rem;
        color: #979797;
        text-align: center
    }

    footer .footer_inner_1 .credit li:last-child {
        margin-bottom: 0;
    }

    footer .footer_inner_2 {
        padding: 30px 4%;
        color: #FFF;
        font-size: 1.1rem;
    }

    footer .footer_inner_2 .caption {
        margin-bottom: 20px;
        margin-left: 20px;
        list-style-type: disc;
    }

    footer .footer_inner_2 .copyright {
        margin-bottom: 20px;
        text-align: center;
    }

    footer .footer_inner_2 .btn_sfm {
        margin: 0 auto;
        display: block;
        width: 50%;
        padding: 5px;
        border: 2px solid #d0d0d0;
        border-radius: 4px;
        background-color: #FFF;
    }
}


/* section */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    section {
        position: relative;
        z-index: 20;
    }

    section .section_inner {
        position: relative;
    }

    section.sec_st_1,
    section.sec_st_2 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    section.sec_st_1 .section_inner,
    section.sec_st_2 .section_inner {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 100px;
        width: 770px;
    }

    section.sec_st_2 .section_inner {
        padding-right: 100px;
        width: 100%;
        max-width: 1200px;
    }


    /* shinonsai */
    .shinonsai_wrap section.sec_st_1 .section_inner,
    .shinonsai_wrap section.sec_st_2 .section_inner {
        background-color: rgba(255, 255, 255, 0.9);
    }

    /* shinyasai */
    .shinyasai_wrap section.sec_st_1 .section_inner,
    .shinyasai_wrap section.sec_st_2 .section_inner {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

@media screen and (max-width: 767px) {
    section {
        position: relative;
        z-index: 20;
    }

    section .section_inner {
        position: relative;
    }

    section.sec_st_1,
    section.sec_st_2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.sec_st_1 .section_inner,
    section.sec_st_2 .section_inner {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 4%;
        padding-right: 4%;
    }

    /* shinonsai */
    .shinonsai_wrap section.sec_st_1 .section_inner,
    .shinonsai_wrap section.sec_st_2 .section_inner {
        background-color: rgba(255, 255, 255, 0.9);
    }

    /* shinyasai */
    .shinyasai_wrap section.sec_st_1 .section_inner .shinyasai_wrap section.sec_st_2 .section_inner {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

/* h */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .ttl_st_1 {
        margin-bottom: 30px;
        font-family: rockwell, sans-serif;
        font-size: 3.3rem;
        letter-spacing: 0.3rem;
        line-height: 1;
    }

    /* shinonsai */
    .shinonsai_wrap .ttl_st_1 {
        color: #e75550;
    }

    /* shinyasai */
    .shinyasai_wrap .ttl_st_1 {
        color: #006795;
    }
}

@media screen and (max-width: 767px) {
    .ttl_st_1 {
        margin-bottom: 20px;
        font-family: rockwell, sans-serif;
        font-size: 2.8rem;
        letter-spacing: 0.3rem;
        line-height: 1;
        text-align: center;
    }

    /* shinonsai */
    .shinonsai_wrap .ttl_st_1 {
        color: #e75550;
    }

    /* shinyasai */
    .shinyasai_wrap .ttl_st_1 {
        color: #006795;
    }
}

/* fes_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .fes_wrap {
        position: relative;
        padding-top: 110px;
        padding-bottom: 230px;
        padding-left: 54px;
        padding-right: 54px;
        background-size: 100% auto;
        background-position: center top;
    }

    .fes_wrap::before,
    .fes_wrap::after {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        width: 54px;
        height: 100%;
        background-size: 100% auto;
        z-index: 30;
    }

    .fes_wrap::before {
        left: 0;
    }

    .fes_wrap::after {
        right: 0;
        transform: rotate(180deg);
    }

    /* shinonsai */
    .shinonsai_wrap {
        color: #000;
        background-color: #FFF;
        z-index: 90;
        /*        background-image: url(../img/bg/txt_on.jpg);*/
    }

    .shinonsai_wrap::before,
    .shinonsai_wrap::after {
        background-image: url(../img/bg/line_on.png);
    }

    /* shinyasai */
    .shinyasai_wrap {
        color: #FFF;
        background-color: #000;
        z-index: 80;
        /*        background-image: url(../img/bg/txt_ya.jpg);*/
    }

    .shinyasai_wrap::before,
    .shinyasai_wrap::after {
        background-image: url(../img/bg/line_ya.png);
    }
}

@media screen and (max-width: 767px) {
    .fes_wrap {
        position: relative;
        padding-top: 50px;
        padding-bottom: 80px;
        padding-left: 9px;
        padding-right: 9px;
        background-size: 200% auto;
        background-position: center top;
    }

    .fes_wrap::before,
    .fes_wrap::after {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        width: 9px;
        height: 100%;
        background-size: 100% auto;
        z-index: 30;
    }

    .fes_wrap::before {
        left: 0;
    }

    .fes_wrap::after {
        right: 0;
        transform: rotate(180deg);
    }

    /* shinonsai */
    .shinonsai_wrap {
        color: #000;
        background-color: #FFF;
        z-index: 90;
        /*        background-image: url(../img/bg/txt_on.jpg);*/
    }

    .shinonsai_wrap::before,
    .shinonsai_wrap::after {
        background-image: url(../img/bg/line_on.png);
    }

    /* shinyasai */
    .shinyasai_wrap {
        color: #FFF;
        background-color: #000;
        z-index: 80;
        /*        background-image: url(../img/bg/txt_ya.jpg);*/
    }

    .shinyasai_wrap::before,
    .shinyasai_wrap::after {
        background-image: url(../img/bg/line_ya.png);
    }
}

/* mv_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .mv_wrap {}

    .mv_wrap h1 {
        margin: 0 auto 90px;
        width: 318px;
    }

    .mv_wrap .overview {
        padding: 54px 0;
    }

    .mv_wrap .date {
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
        margin-bottom: 30px;
        font-family: rockwell, sans-serif;
        line-height: 1;
        letter-spacing: 0.2rem;
    }

    .mv_wrap .date .day {
        font-size: 4.5rem;
    }

    .mv_wrap .date .day span span {
        font-size: 3.0rem;
    }

    .mv_wrap .date .time {
        margin-left: 10px;
        font-size: 3.0rem;
    }

    .mv_wrap .place {
        margin-bottom: 25px;
        text-align: center;
        line-height: 1;
    }

    .mv_wrap .place .building {
        margin-bottom: 10px;
        font-size: 3.3rem;
    }

    .mv_wrap .place .hall {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .mv_wrap .exchange,
    .mv_wrap .live {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }

    .mv_wrap .exchange .ttl,
    .mv_wrap .live .ttl {
        margin-right: 20px;
        padding-left: 14px;
        padding-right: 8px;
        color: #000;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 26px;
        background-color: #FFF;
    }

    .mv_wrap .exchange .hall,
    .mv_wrap .live .hall {
        font-size: 3.3rem;
    }

    .mv_wrap .price {
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
    }

    .mv_wrap .price .ttl {
        margin-right: 20px;
        padding-left: 14px;
        padding-right: 8px;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 26px;
    }

    .mv_wrap .price .no {
        font-size: 2.2rem;
        font-weight: 700;
    }

    .mv_wrap .price .no span {
        font-size: 3.0rem;
    }

    .mv_wrap .price .no span span {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .mv_wrap .price .note {
        font-size: 1.2rem;
    }

    .mv_wrap .btn_playguide {
        position: absolute;
        left: 50%;
        top: 490px;
        transform: translateX(300px);
        display: block;
        width: 172px;
        height: 172px;
        border-radius: 86px;
    }

    .mv_wrap .btn_playguide img {
        transition: 0.3s ease-in-out;
    }

    .mv_wrap .btn_playguide:hover img {
        opacity: 0.6;
    }

    /* shinonsai */
    .shinonsai_wrap .mv_wrap .overview {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .shinonsai_wrap .mv_wrap .date .day span {
        color: #e75550;
    }

    .shinonsai_wrap .mv_wrap .price .ttl {
        background-color: #e75550;
    }

    .shinonsai_wrap .mv_wrap .btn_playguide {
        background-color: #e75550;
    }

    /* shinyasai */

    .shinyasai_wrap .mv_wrap .overview {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .shinyasai_wrap .mv_wrap .date .day {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .shinyasai_wrap .mv_wrap .date .day span {
        color: #006795;
    }

    .shinyasai_wrap .mv_wrap .date .time {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .shinyasai_wrap .mv_wrap .date .time span {
        font-size: 2.6rem;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    }

    .shinyasai_wrap .mv_wrap .price .ttl {
        background-color: #006793;
    }

    .shinyasai_wrap .mv_wrap .price .note {
        margin-top: 25px;
        width: 100%;
        text-align: center;
    }

    .shinyasai_wrap .mv_wrap .btn_playguide {
        background-color: #006795;
    }
}

@media screen and (max-width: 767px) {
    .mv_wrap {
        padding-bottom: 30px;
    }

    .mv_wrap h1 {
        margin: 0 auto 60px;
        width: 60%;
    }

    .mv_wrap .overview {
        position: relative;
        padding: 30px 0;
    }

    .mv_wrap .date {
        margin-bottom: 20px;
        font-family: rockwell, sans-serif;
        line-height: 1;
        letter-spacing: 0.2rem;
        text-align: center;
    }

    .mv_wrap .date .day {
        margin-bottom: 5px;
        font-size: 3.0rem;
    }

    .mv_wrap .date .day span span {
        font-size: 2.0rem;
    }

    .mv_wrap .date .time {
        font-size: 2.0rem;
        line-height: 1.3;
    }

    .mv_wrap .place {
        margin-bottom: 20px;
        text-align: center;
        line-height: 1;
    }

    .mv_wrap .place .building {
        margin-bottom: 10px;
        font-size: 2.0rem;
    }

    .mv_wrap .place .hall {
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.55;
    }

    .mv_wrap .exchange,
    .mv_wrap .live {
        margin-bottom: 20px;
    }

    .mv_wrap .exchange .ttl,
    .mv_wrap .live .ttl {
        display: table;
        margin: 0 auto 10px;
        padding: 0 8px;
        color: #000;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 26px;
        background-color: #FFF;
    }

    .mv_wrap .exchange .hall,
    .mv_wrap .live .hall {
        font-size: 2.0rem;
        text-align: center;
    }

    .mv_wrap .price {}

    .mv_wrap .price .ttl {
        display: table;
        margin: 0 auto 10px;
        padding-left: 14px;
        padding-right: 8px;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 26px;
    }

    .mv_wrap .price .no {
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
    }

    .mv_wrap .price .no span {
        font-size: 2.0rem;
    }

    .mv_wrap .price .no span span {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .mv_wrap .price .note {
        padding: 5px 4% 0;
        font-size: 1.1rem;
        text-align: center;
    }

    .mv_wrap .btn_playguide {
        position: absolute;
        right: 5px;
        top: -60px;
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 86px;
    }

    .mv_wrap .btn_playguide img {
        transition: 0.3s ease-in-out;
    }

    /* shinonsai */
    .shinonsai_wrap .mv_wrap .overview {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .shinonsai_wrap .mv_wrap .date .day span {
        color: #e75550;
    }

    .shinonsai_wrap .mv_wrap .price .ttl {
        background-color: #e75550;
    }

    .shinonsai_wrap .mv_wrap .btn_playguide {
        background-color: #e75550;
    }

    /* shinyasai */

    .shinyasai_wrap .mv_wrap .overview {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .shinyasai_wrap .mv_wrap .date .day span {
        color: #006795;
    }

    .shinyasai_wrap .mv_wrap .date .time span {
        font-size: 2.0rem;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    }

    .shinyasai_wrap .mv_wrap .price .ttl {
        background-color: #006793;
    }

    .shinyasai_wrap .mv_wrap .price .note {
        text-align: left;
    }

    .shinyasai_wrap .mv_wrap .btn_playguide {
        background-color: #006795;
    }
}

/* about_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .about_wrap {}

    .about_wrap .info {
        padding-left: 140px;
        min-height: 240px;
        background-size: 96px auto;
        background-repeat: no-repeat;
        background-position: left top;
    }

    .about_wrap h4 {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .about_wrap h5 {
        margin-bottom: 5px;
        font-size: 2.1rem;
        font-weight: 700;
    }

    .about_wrap .desc {
        font-size: 1.2rem;
        line-height: 2.4;
    }

}

@media screen and (max-width: 767px) {
    .about_wrap {}

    .about_wrap .info {
        padding-top: 140px;
        background-size: auto 120px;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .about_wrap h4 {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .about_wrap h5 {
        margin-bottom: 5px;
        font-size: 1.6rem;
        font-weight: 700;
    }

    .about_wrap .desc {
        font-size: 1.2rem;
        line-height: 2.4;
    }
}

/* lineup_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .lineup_wrap {}

    .lineup_wrap .list {
        display: flex;
        flex-wrap: wrap;
    }

    .lineup_wrap .list li {
        margin-bottom: 15px;
        margin-right: 10px;
        width: 286px;
    }

    .lineup_wrap .list li a {
        display: block;
    }

    .lineup_wrap .list li .thumb {
        position: relative;
        margin-bottom: 10px;
    }

    .lineup_wrap .list li.new .thumb::before {
        content: "New";
        position: absolute;
        left: -4px;
        top: -4px;
        display: block;
        padding: 5px 10px;
        justify-content: center;
        align-items: center;
        font-family: rockwell, sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        color: #FFF;
        line-height: 1;
        background-color: #000;
        z-index: 2;
    }

    .lineup_wrap .list li .thumb img {
        transition: 0.3s ease-in-out;
    }

    .lineup_wrap .list li a:hover .thumb img {
        opacity: 0.6;
    }

    .lineup_wrap .list li h5 {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }

    .lineup_wrap .andmore {
        margin-top: 20px;
        font-family: rockwell, sans-serif;
        font-size: 2.4rem;
    }

    /* shinonsai */
    .shinonsai_wrap .lineup_wrap .list li a {
        color: #000;
    }

    .shinonsai_wrap .lineup_wrap .list li .thumb {
        background-color: #e75550;
    }

    .shinonsai_wrap .lineup_wrap .list li.new .thumb::before {
        background-color: #e75550;
    }

    .shinonsai_wrap .lineup_wrap .andmore {
        color: #e75550;
    }

    /* shinyasai */
    .shinyasai_wrap .lineup_wrap .list li a {
        color: #FFF;
    }

    .shinyasai_wrap .lineup_wrap .list li.new .thumb {
        background-color: #006795;
    }

    .shinyasai_wrap .lineup_wrap .list li .thumb::before {
        background-color: #006795;
    }

    .shinyasai_wrap .lineup_wrap .andmore {
        color: #006795;
    }
}

@media screen and (max-width: 767px) {
    .lineup_wrap {}

    .lineup_wrap .list {
        display: flex;
        flex-wrap: wrap;
    }

    .lineup_wrap .list li {
        margin-right: 2%;
        margin-bottom: 15px;
        width: 49%;
    }

    .lineup_wrap .list li:nth-child(2n) {
        margin-right: 0;
    }

    .lineup_wrap .list li a {
        display: block;
    }

    .lineup_wrap .list li .thumb {
        position: relative;
        margin-bottom: 10px;
    }

    .lineup_wrap .list li.new .thumb::before {
        content: "New";
        position: absolute;
        left: -4px;
        top: -4px;
        display: block;
        padding: 4px 6px;
        justify-content: center;
        align-items: center;
        font-family: rockwell, sans-serif;
        font-size: 1.1rem;
        font-weight: 400;
        color: #FFF;
        line-height: 1;
        background-color: #000;
        z-index: 2;
    }

    .lineup_wrap .list li .thumb img {
        transition: 0.3s ease-in-out;
    }

    .lineup_wrap .list li h5 {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }

    .lineup_wrap .andmore {
        margin-top: 10px;
        font-family: rockwell, sans-serif;
        font-size: 2.0rem;
        text-align: center;
    }

    /* shinonsai */
    .shinonsai_wrap .lineup_wrap .list li a {
        color: #000;
    }

    .shinonsai_wrap .lineup_wrap .list li .thumb {
        background-color: #e75550;
    }

    .shinonsai_wrap .lineup_wrap .list li.new .thumb::before {
        background-color: #e75550;
    }

    .shinonsai_wrap .lineup_wrap .andmore {
        color: #e75550;
    }

    /* shinyasai */
    .shinyasai_wrap .lineup_wrap .list li a {
        color: #FFF;
    }

    .shinyasai_wrap .lineup_wrap .list li .thumb {
        background-color: #006795;
    }

    .shinyasai_wrap .lineup_wrap .list li .thumb::before {
        background-color: #006795;
    }

    .shinyasai_wrap .lineup_wrap .andmore {
        color: #006795;
    }
}

/* timetable_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .timetable_wrap {}
}

@media screen and (max-width: 767px) {
    .timetable_wrap {}
}

/* ticket_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .ticket_wrap {}

    .ticket_wrap .price {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-left: 140px;
        background-size: 120px auto;
        background-position: left top;
        background-repeat: no-repeat;
    }

    .ticket_wrap .price .ttl {
        width: 380px;
        color: #FFF;
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 48px;
        text-align: center;
    }

    .ticket_wrap .price .no {
        margin-bottom: 20px;
        width: 100%;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1;
    }

    .ticket_wrap .price .no span {
        font-size: 10.0rem;
    }

    .ticket_wrap .price .no span span {
        font-size: 1.3rem;
        font-weight: 400;
    }

    .ticket_wrap .price .note {
        font-size: 1.1rem;
    }

    .ticket_wrap .playguide {
        display: flex;
        margin-bottom: 15px;
    }

    .ticket_wrap .playguide li {
        margin-right: 10px;
        width: 135px;
    }

    .ticket_wrap .playguide li a {
        position: relative;
        display: block;
        font-size: 1.1rem;
        color: #CCC;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
        transition: 0.3s ease-in-out;
    }

    .ticket_wrap .playguide li a:hover {
        color: #FFF;
    }

    .ticket_wrap .playguide li a::after {
        content: "";
        position: absolute;
        right: 8px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-top: 2px solid #CCC;
        border-right: 2px solid #CCC;
        transform: translateY(-3px) rotate(45deg);
    }

    .ticket_wrap .date {
        font-size: 1.4rem;
        font-weight: 700;
    }

    .ticket_wrap .pre {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .ticket_wrap .pre h6 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 425px;
        height: 40px;
        color: #FFF;
        font-size: 1.4rem;
        font-weight: 700;
    }

    .ticket_wrap .pre h6 span {
        margin-left: 5px;
        font-size: 1.1rem;
    }

    .ticket_wrap .pre a {
        position: relative;
        display: block;
        width: 140px;
        font-size: 1.1rem;
        color: #CCC;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        transition: 0.3s ease-in-out;
    }

    .ticket_wrap .pre a:hover {
        color: #FFF;
    }

    .ticket_wrap .pre a::after {
        content: "";
        position: absolute;
        right: 8px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-top: 2px solid #CCC;
        border-right: 2px solid #CCC;
        transform: translateY(-3px) rotate(45deg);
    }

    /* shinonsai */
    .shinonsai_wrap .ticket_wrap .price {
        background-image: url(../img/ico/ticket_shinonsai.svg);
    }

    .shinonsai_wrap .ticket_wrap .price .ttl {
        background-color: #e75550;
    }

    .shinonsai_wrap .ticket_wrap .price .note {
        margin-left: 20px;
    }

    .shinonsai_wrap .ticket_wrap .playguide li a {
        background-color: #000;
    }

    .shinonsai_wrap .ticket_wrap .playguide li a:hover {
        background-color: #e75550;
    }

    .shinonsai_wrap .ticket_wrap .pre h6 {
        background-color: #e75550;
    }

    .shinonsai_wrap .ticket_wrap .pre a {
        background-color: #000;
    }

    .shinonsai_wrap .ticket_wrap .pre a:hover {
        background-color: #e75550;
    }

    /* shinyasai */
    .shinyasai_wrap .ticket_wrap .price {
        background-image: url(../img/ico/ticket_shinyasai.svg);
    }

    .shinyasai_wrap .ticket_wrap .price .ttl {
        background-color: #006793;
    }

    .shinyasai_wrap .ticket_wrap .playguide li a {
        background-color: #FFF;
    }

    .shinyasai_wrap .ticket_wrap .playguide li a:hover {
        background-color: #006793;
    }

    .shinyasai_wrap .ticket_wrap .pre h6 {
        background-color: #006793;
    }

    .shinyasai_wrap .ticket_wrap .pre a {
        background-color: #FFF;
    }

    .shinyasai_wrap .ticket_wrap .pre a:hover {
        background-color: #006793;
    }
}

@media screen and (max-width: 767px) {
    .ticket_wrap {}

    .ticket_wrap .price {
        margin-bottom: 20px;
    }

    .ticket_wrap .price .ttl {
        display: table;
        margin: 0 auto 10px;
        padding-left: 14px;
        padding-right: 8px;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 26px;
    }

    .ticket_wrap .price .no {
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
    }

    .ticket_wrap .price .no::before {
        content: "入場券 ";
    }

    .ticket_wrap .price .no span {
        font-size: 2.0rem;
    }

    .ticket_wrap .price .no span span {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .ticket_wrap .price .note {
        padding-top: 5px;
        font-size: 1.1rem;
        text-align: center;
    }

    .ticket_wrap .playguide {
        margin-bottom: 15px;
    }

    .ticket_wrap .playguide li {
        margin-bottom: 10px;
    }

    .ticket_wrap .playguide li:last-child {
        margin-bottom: 0;
    }

    .ticket_wrap .playguide li a {
        position: relative;
        display: block;
        font-size: 1.1rem;
        color: #CCC;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        transition: 0.3s ease-in-out;
    }

    .ticket_wrap .playguide li a::after {
        content: "";
        position: absolute;
        right: 8px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-top: 2px solid #CCC;
        border-right: 2px solid #CCC;
        transform: translateY(-3px) rotate(45deg);
    }

    .ticket_wrap .date {
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
    }

    .ticket_wrap .pre {
        margin-bottom: 15px;
    }

    .ticket_wrap .pre h6 {
        padding: 10px;
        color: #FFF;
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
    }

    .ticket_wrap .pre h6 span {
        display: block;
        margin-left: 5px;
        font-size: 1.1rem;
    }

    .ticket_wrap .pre a {
        position: relative;
        display: block;
        font-size: 1.1rem;
        color: #CCC;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        transition: 0.3s ease-in-out;
    }

    .ticket_wrap .pre a:hover {
        color: #FFF;
    }

    .ticket_wrap .pre a::after {
        content: "";
        position: absolute;
        right: 8px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-top: 2px solid #CCC;
        border-right: 2px solid #CCC;
        transform: translateY(-3px) rotate(45deg);
    }

    /* shinonsai */
    .shinonsai_wrap .ticket_wrap .price .ttl {
        background-color: #e75550;
    }

    .shinonsai_wrap .ticket_wrap .price .note {
        /*        margin-left: 20px;*/
    }

    .shinonsai_wrap .ticket_wrap .playguide li a {
        background-color: #000;
    }

    .shinonsai_wrap .ticket_wrap .playguide li a:hover {
        background-color: #e75550;
    }

    .shinonsai_wrap .ticket_wrap .pre h6 {
        background-color: #e75550;
    }

    .shinonsai_wrap .ticket_wrap .pre a {
        background-color: #000;
    }

    /* shinyasai */
    .shinyasai_wrap .ticket_wrap .price .ttl {
        background-color: #006793;
    }

    .shinyasai_wrap .ticket_wrap .price .note {
        text-align: left;
    }

    .shinyasai_wrap .ticket_wrap .playguide li a {
        background-color: #FFF;
    }

    .shinyasai_wrap .ticket_wrap .playguide li a:hover {
        background-color: #006793;
    }

    .shinyasai_wrap .ticket_wrap .pre h6 {
        background-color: #006793;
    }

    .shinyasai_wrap .ticket_wrap .pre a {
        background-color: #FFF;
    }
}

/* パララックス */
/* ---------------------------------------------------- */
.moveIn {
    transform: translate(-100%, 100px);
    transition: 1s ease-in-out;
    opacity: 0;
}

.moveInOn {
    transform: translate(0, 0);
    opacity: 1;
}

.fadeIn {
    transition: 1s ease-in-out;
    opacity: 0;
}

.fadeInOn {
    opacity: 1;
}

/* bgmotion_wrap */
/* ---------------------------------------------------- */
.bgmotion_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}

.bgmotion_wrap ul {
    position: relative;
    width: 100%;
    height: 100%;
}

.bgmotion_wrap ul li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    width: 25%;
    height: 33.33%;
    opacity: 0;
    transition: 1.0s ease-in-out;
}

.bgmotion_wrap ul.motion_show li {
    transform: translate(0, 0);
    opacity: 0.3;
}

.bgmotion_wrap ul li:nth-child(1),
.bgmotion_wrap ul li:nth-child(6),
.bgmotion_wrap ul li:nth-child(11) {
    justify-content: flex-start;
    align-items: flex-start;
}

.bgmotion_wrap ul li:nth-child(2),
.bgmotion_wrap ul li:nth-child(7),
.bgmotion_wrap ul li:nth-child(12) {
    justify-content: flex-end;
    align-items: flex-end;
}

.bgmotion_wrap ul li:nth-child(3),
.bgmotion_wrap ul li:nth-child(8),
.bgmotion_wrap ul li:nth-child(9) {
    justify-content: flex-start;
    align-items: flex-end;
}

.bgmotion_wrap ul li:nth-child(4),
.bgmotion_wrap ul li:nth-child(5),
.bgmotion_wrap ul li:nth-child(10) {
    justify-content: flex-end;
    align-items: flex-start;
}

.bgmotion_wrap ul li img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(0.2);
    transition: 1.0s ease-in-out;
}

.bgmotion_wrap ul.motion_show li:nth-child(1) img,
.bgmotion_wrap ul.motion_show li:nth-child(7) img,
.bgmotion_wrap ul.motion_show li:nth-child(10) img {
    transform: scale(1.0);
}

.bgmotion_wrap ul.motion_show li:nth-child(3) img,
.bgmotion_wrap ul.motion_show li:nth-child(8) img,
.bgmotion_wrap ul.motion_show li:nth-child(12) img {
    transform: scale(0.85);
}

.bgmotion_wrap ul.motion_show li:nth-child(4) img,
.bgmotion_wrap ul.motion_show li:nth-child(6) img,
.bgmotion_wrap ul.motion_show li:nth-child(9) img {
    transform: scale(0.65);
}

.bgmotion_wrap ul.motion_show li:nth-child(2) img,
.bgmotion_wrap ul.motion_show li:nth-child(5) img,
.bgmotion_wrap ul.motion_show li:nth-child(11) img {
    transform: scale(0.45);
}

/* motion_1 */
.bgmotion_wrap ul.motion_1 li:nth-child(1),
.bgmotion_wrap ul.motion_1 li:nth-child(5),
.bgmotion_wrap ul.motion_1 li:nth-child(9) {
    left: 0%;
}

.bgmotion_wrap ul.motion_1 li:nth-child(2),
.bgmotion_wrap ul.motion_1 li:nth-child(6),
.bgmotion_wrap ul.motion_1 li:nth-child(10) {
    left: 25%;
}

.bgmotion_wrap ul.motion_1 li:nth-child(3),
.bgmotion_wrap ul.motion_1 li:nth-child(7),
.bgmotion_wrap ul.motion_1 li:nth-child(11) {
    left: 50%;
}

.bgmotion_wrap ul.motion_1 li:nth-child(4),
.bgmotion_wrap ul.motion_1 li:nth-child(8),
.bgmotion_wrap ul.motion_1 li:nth-child(12) {
    left: 75%;
}

.bgmotion_wrap ul.motion_1 li:nth-child(1),
.bgmotion_wrap ul.motion_1 li:nth-child(2),
.bgmotion_wrap ul.motion_1 li:nth-child(3),
.bgmotion_wrap ul.motion_1 li:nth-child(4) {
    top: 0%;
}

.bgmotion_wrap ul.motion_1 li:nth-child(5),
.bgmotion_wrap ul.motion_1 li:nth-child(6),
.bgmotion_wrap ul.motion_1 li:nth-child(7),
.bgmotion_wrap ul.motion_1 li:nth-child(8) {
    top: 33.33%;
}

.bgmotion_wrap ul.motion_1 li:nth-child(9),
.bgmotion_wrap ul.motion_1 li:nth-child(10),
.bgmotion_wrap ul.motion_1 li:nth-child(11),
.bgmotion_wrap ul.motion_1 li:nth-child(12) {
    top: 66.66%;
}

/* motion_2 */
.bgmotion_wrap ul.motion_2 li:nth-child(1),
.bgmotion_wrap ul.motion_2 li:nth-child(5),
.bgmotion_wrap ul.motion_2 li:nth-child(9) {
    left: 25%;
}

.bgmotion_wrap ul.motion_2 li:nth-child(2),
.bgmotion_wrap ul.motion_2 li:nth-child(6),
.bgmotion_wrap ul.motion_2 li:nth-child(10) {
    left: 50%;
}

.bgmotion_wrap ul.motion_2 li:nth-child(3),
.bgmotion_wrap ul.motion_2 li:nth-child(7),
.bgmotion_wrap ul.motion_2 li:nth-child(11) {
    left: 75%;
}

.bgmotion_wrap ul.motion_2 li:nth-child(4),
.bgmotion_wrap ul.motion_2 li:nth-child(8),
.bgmotion_wrap ul.motion_2 li:nth-child(12) {
    left: 0%;
}

.bgmotion_wrap ul.motion_2 li:nth-child(1),
.bgmotion_wrap ul.motion_2 li:nth-child(2),
.bgmotion_wrap ul.motion_2 li:nth-child(3),
.bgmotion_wrap ul.motion_2 li:nth-child(4) {
    top: 33.33%;
}

.bgmotion_wrap ul.motion_2 li:nth-child(5),
.bgmotion_wrap ul.motion_2 li:nth-child(6),
.bgmotion_wrap ul.motion_2 li:nth-child(7),
.bgmotion_wrap ul.motion_2 li:nth-child(8) {
    top: 66.66%;
}

.bgmotion_wrap ul.motion_2 li:nth-child(9),
.bgmotion_wrap ul.motion_2 li:nth-child(10),
.bgmotion_wrap ul.motion_2 li:nth-child(11),
.bgmotion_wrap ul.motion_2 li:nth-child(12) {
    top: 0%;
}

/* motion_3 */
.bgmotion_wrap ul.motion_3 li:nth-child(1),
.bgmotion_wrap ul.motion_3 li:nth-child(5),
.bgmotion_wrap ul.motion_3 li:nth-child(9) {
    left: 50%;
}

.bgmotion_wrap ul.motion_3 li:nth-child(2),
.bgmotion_wrap ul.motion_3 li:nth-child(6),
.bgmotion_wrap ul.motion_3 li:nth-child(10) {
    left: 75%;
}

.bgmotion_wrap ul.motion_3 li:nth-child(3),
.bgmotion_wrap ul.motion_3 li:nth-child(7),
.bgmotion_wrap ul.motion_3 li:nth-child(11) {
    left: 0%;
}

.bgmotion_wrap ul.motion_3 li:nth-child(4),
.bgmotion_wrap ul.motion_3 li:nth-child(8),
.bgmotion_wrap ul.motion_3 li:nth-child(12) {
    left: 25%;
}

.bgmotion_wrap ul.motion_3 li:nth-child(1),
.bgmotion_wrap ul.motion_3 li:nth-child(2),
.bgmotion_wrap ul.motion_3 li:nth-child(3),
.bgmotion_wrap ul.motion_3 li:nth-child(4) {
    top: 66.66%;
}

.bgmotion_wrap ul.motion_3 li:nth-child(5),
.bgmotion_wrap ul.motion_3 li:nth-child(6),
.bgmotion_wrap ul.motion_3 li:nth-child(7),
.bgmotion_wrap ul.motion_3 li:nth-child(8) {
    top: 0%;
}

.bgmotion_wrap ul.motion_3 li:nth-child(9),
.bgmotion_wrap ul.motion_3 li:nth-child(10),
.bgmotion_wrap ul.motion_3 li:nth-child(11),
.bgmotion_wrap ul.motion_3 li:nth-child(12) {
    top: 33.33%;
}
