@charset "utf-8";
/* CSS Document */
/*common ----------------------*/ :root {
    --deepblue: #0b2765;
    --yngreen: #6caf23;
    --Lgreen: #a6d322;
    --pink: #f02391;
}
html {
    scroll-snap-type: y proximity;
}
body {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.pc {
    display: block;
}
br.pc {
    display: inline;
}
.sp {
    display: none;
}
.fs_ZenMaru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900 !important;
}

body {
    height: 100%;
}
body.ios {
    width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-family: YakuHanJP,"Hiragino Kaku Gothic ProN", sans-serif;
}
/*header　----------------------------- */
header#fixed_header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-bottom: solid 1px #fff;
    margin-bottom: -55px;
}
header#fixed_header h1 {
    align-items: center;
}
header#fixed_header h1 img.lw_logo {
    margin: 0;
    width: 250px;
}
/*sidenavi --------------------------------------------- */
#btn_menu {
    width: 55px;
    height: 55px;
    max-width: 55px;
    max-height: 55px;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    outline: none;
}
#btn_menu span {
    display: block;
    width: 70%;
    height: 4px;
    background: var(--yngreen);
    /* margin: 10px 0 0; */
    transition: 0.5s all ease 0s;
    position: absolute;
    left: 15%;
}
#btn_menu span:nth-child(1) {
    top: 22%;
}
#btn_menu span:nth-child(2) {
    top: calc(50% - 2px);
}
#btn_menu span:nth-child(3) {
    bottom: 22%;
}
#btn_menu.open {
    background: var(--Lgreen);
}
#btn_menu.open span {
    position: absolute;
    background: #fff;
}
#btn_menu.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 47%;
}
#btn_menu.open span:nth-child(2) {
    opacity: 0;
}
#btn_menu.open span:nth-child(3) {
    transform: rotate(45deg);
    top: 47%;
}
/*drawer_menu ---------------------*/
#drawer_menu {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100lvh;
    z-index: 998;
    transition: 0.5s all ease 0s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: constant(safe-area-inset-bottom); /* 旧仕様 */
    padding-bottom: env(safe-area-inset-bottom);      /* 新仕様 */
}
#drawer_menu.open {
    visibility: visible;
    opacity: 1;
}
#drawer_menu header {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-bottom: solid 1px #ccc;
}
#drawer_menu header h1 {
    align-items: center;
}
#drawer_menu header h1 img.lw_logo {
    margin: 0;
    width: 250px;
}
#drawer_menu div {
    width: 100%;
    max-width: 700px;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}
#drawer_menu nav {
    width: 47%;
}
#drawer_menu nav.navigation_menu a {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: var(--deepblue);
}
#drawer_menu nav.navigation_menu > a:not(.sub) {
    margin: 25px 0 20px;
}
#drawer_menu nav.navigation_menu > a:not(.sub)::before {
    content: '';
    width: 0.7em;
    height: 0.7em;
    display: inline-block;
    background: var(--deepblue);
    border-radius: 50%;
    margin-right: 0.5em;
    vertical-align: -0.05em;
}
#drawer_menu nav.navigation_menu > a.subactive {
    color: var(--pink);
    text-decoration: underline;
}
#drawer_menu nav.navigation_menu > a.subactive::before {
    background: var(--pink);
}
#drawer_menu nav.navigation_menu > a.sub {
    padding-left: 1.8em;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1em
}
#drawer_menu nav.entry_btns {
    padding-top: 25px;
}
nav.entry_btns a {
    display: block;
    background: var(--pink);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 50px;
    padding: 16px 0 18px;
    text-align: center;
    position: relative;
    line-height: 1;
}
nav.entry_btns a.before {
    cursor: default;
}
nav.entry_btns a:not(.before)::after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 8px);
}
nav.entry_btns a.mypage_btn {
    background: #fff;
    border: solid 2px var(--pink);
    color: var(--pink)
}
nav.entry_btns a.mypage_btn::after {
    border-color: var(--pink);
}
#drawer_menu div figure.navimage {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*footerbtns -------------------*/
#footerbtns {
    background-blend-mode: multiply;
    background: rgba(11, 39, 101, 0.8);
    padding: 10px;
    position: sticky;
    bottom: 0;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease;
}
.ios #footerbtns {
    position: fixed;
    bottom:0;
    width: 100%;
}
#footerbtns.visible {
    opacity: 1;
    visibility: visible;
}
#footerbtns nav {
    display: flex;
    justify-content: center;
}
#footerbtns nav.entry_btns a {
    width: 250px;
    margin: 0 10px;
    padding: 12px 0 11px;
}
#footerbtns nav p.endtext{
    color:#fff;
}

/*#footer------------------------------*/
footer {
    background: #000;
    padding: 40px 20px 50px;
}
footer ol.livelogo {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px
}
footer ol.livelogo li.livelogo {
    width: auto;
    margin: 0 10px 0;
    height: 44px;
}
footer ol.livelogo li.livelogo figure {
    width: auto;
    background: #fff;
    padding: 6px 18px;
    height: 46px;
    border: solid 1px #000;
    border-radius: 5px;
}
footer ol.livelogo li.livelogo figure img {
    width: auto;
    height: 100%
}
footer ol.livelogo li.speciallogo figure {
    height: 46px;
    margin: 0 10px 0;
}
footer ol.livelogo li.speciallogo figure img {
    height: 100%;
    width: auto;
}
footer ol.logoline {
    width: 810px;
    margin: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer ol.logoline li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
}
footer ol.logoline li.pre {
    justify-content: center;
    padding-left: 0;
}
footer ol.logoline li img {
    height: 24px;
    width: auto;
    display: block;
}
footer ol.logoline li span.title {
    font-size: 13px;
    border: solid 1px #fff;
    line-height: 1;
    padding: 3px 10px 3px 11px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2em;
    color: #fff;
}
footer ol.logoline li.main div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
footer ol.logoline li.main div.host {
    margin-right: 30px;
    width: 250px;
}
footer ol.logoline li.main div.kouen img#kouen {
    margin-right: 0;
}
footer ol.logoline li.sponcer a {
    margin-right: 50px;
    display: block;
    min-width: 100px;
}
footer ol.logoline li.sponcer a:last-child {
    margin-right: 0;
    margin-left: -5px;
}
footer ol.logoline li.co_operation a {
    margin-right: 20px;
    display: block;
}
footer ol.logoline li.co_operation a:last-child {
    margin-right: 0;
}
footer p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
}
footer p span {
    font-size: 13px;
}
footer p a {
    font-size: 13px;
    color: var(--yngreen);
}
footer p a:hover {
    color: var(--Lgreen);
}
footer address {
    display: block;
    margin: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
/*pagetop ----------------------------------------------------- */
#pagetop {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    background: #000000;
    width: 45px;
    height: 45px;
    cursor: pointer;
    line-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    border-radius: 10px;
    border: solid 2px #fff;
    display: none;
}
#pagetop::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 15px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: relative;
    top: -2px;
}
/* movie ----------------------------------------------------- */
a.movie figure {
    overflow: hidden;
    position: relative;
    min-height: 110px;
    background: #000;
}
a.movie figure::before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 0;
    background: url(/2026/images/common/btn_on.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.8s 0s ease;
    padding: 20px;
}
.modal.open {
    display: flex;
    opacity: 0;
}
.modal.open.show {
    opacity: 1;
}
.modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    text-align: center;
    padding: 20px;
}
.movieclose {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    line-height: 1;
}
video-js {
    width: 100% !important;
    height: auto !important;
    padding-top: 51.3% !important;
}
#overray {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s 0s ease;
}
#overray.visible {
    visibility: visible;
    opacity: 1;
}
/*breadcrumbs*/
nav.breadcrumbs {
    position: absolute;
    top: 90px;
    left: 30px;
    display: flex;
}
nav.breadcrumbs a {
    color: #0c2666;
    font-size: 12px;
    font-weight: 400;
    margin-right: 1.5em;
    position: relative;
    display: block;
    z-index: 10;
}
nav.breadcrumbs a::after {
    content: '';
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-right: solid 1px #0c2666;
    border-bottom: solid 1px #0c2666;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 0.2em);
    right: -0.8em;
}
nav.breadcrumbs a:last-child::after {
    content: none;
}
/*rollover-------------------------------------- */
@media screen and (min-width: 768px) {
    #btn_menu:hover {
        opacity: 0.8;
    }
    #drawer_menu nav.navigation_menu > a:hover {
        opacity: 0.6;
    }
    nav.entry_btns a:not(.before):hober {
        opacity: 0.6;
    }
    .movieclose:hover {
        opacity: 0.6;
    }
    a.movie:hover figure {
        opacity: 0.6;
    }
    nav.breadcrumbs a:hover {
        opacity: 0.8
    }
}
/*under 1000px ------------------------------------------*/
@media screen and (max-width: 1100px) {
    a.movie figure::before {
        width: 5.4vw;
        height: 5.4vw;
        top: calc(50% - 2.7vw);
        left: calc(50% - 2.7vw);
    }
}
@media screen and (max-width: 1000px) {
    nav.entry_btns a {
        font-size: 2vw;
        margin-bottom: 3vw;
        border-radius: 5vw;
        padding: 1.5vw;
    }
    #drawer_menu div figure.navimage {
        width: 30vw;
        height: 30vw;
    }
    /*#footer------------------------------*/
    footer {
        padding: 4vw 2vw 5vw;
    }
    footer ol.livelogo {
        margin-bottom: 4vw
    }
    footer ol.livelogo li.livelogo {
        width: auto;
        margin: 0 1vw 0;
        height: 4.4vw;
    }
    footer ol.livelogo li.livelogo figure {
        padding: 0.6vw 1.8vw;
        height: 4.6vw;
        border-radius: 0.5vw;
    }
    footer ol.livelogo li.speciallogo figure {
        height: 4.6vw;
        margin: 0 1.1vw 0;
    }
    footer ol.logoline {
        width: 100%;
    }
    footer ol.logoline li {
        margin-bottom: 1vw;
    }
    footer ol.logoline li img {
        height: 2.4vw;
    }
    footer ol.logoline li span.title {
        font-size: 1.3vw;
        padding: 0.3vw 1vw 0.3vw 1.1vw;
        margin-right: 1vw;
    }
    footer ol.logoline li.main div.host {
        margin-right: 3vw;
        width: 25vw;
    }
    footer ol.logoline li.sponcer a {
        margin-right: 5vw;
        min-width: 10vw;
    }
    footer ol.logoline li.sponcer a:last-child {
        margin-left: -0.5vw;
    }
    footer ol.logoline li.co_operation a {
        margin-right: 2vw;
    }
    footer p {
        font-size: 1.3vw;
    }
    footer p span {
        font-size: 1.3vw;
    }
    footer p a {
        font-size: 1.3vw;
    }
    footer address {
        margin: 1vw;
        font-size: 1.2vw;
    }
    /*breadcrumbs*/
    nav.breadcrumbs {
        top: 9vw;
        left: 3vw;
    }
    nav.breadcrumbs a {
        font-size: 1.2vw;
    }
}
/*under 767px ------------------------------------------*/
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    br.pc {
        display: none;
    }
    .sp {
        display: block;
    }
    /*header　----------------------------- */
    header#fixed_header {
        height: 12vw;
        margin-bottom: -12vw;
    }
    header#fixed_header h1 {
        margin: 0;
        width: 50%;
    }
    header#fixed_header h1 img.lw_logo {
        width: 100%;
    }
    /*sidenavi --------------------------------------------- */
    #btn_menu {
        width: 12vw;
        height: 12vw;
        max-width: 12vw;
        max-height: 12vw;
    }
    /*drawer_menu ---------------------*/
    #drawer_menu header {
        position: absolute;
        top: 0;
        height: 12vw;
    }
    #drawer_menu header h1 {
        width: 50%;
    }
    #drawer_menu header h1 img.lw_logo {
        width: 100%;
    }
    #drawer_menu div {
        width: 80%;
        margin: 0 auto;
        padding-top: 6vw;
        min-height: unset;
        /* overflow: auto; */
        /* height: 100%; */
    }
    #drawer_menu nav {
        width: 100%;
    }
    #drawer_menu nav.navigation_menu a {
        font-size: 3.6vw;
    }
    #drawer_menu nav.navigation_menu > a:not(.sub) {
        margin: 3.6vw 0 2vw;
    }
    #drawer_menu nav.navigation_menu > a.sub {
        padding-left: 1.4em;
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    #drawer_menu nav.entry_btns {
        padding-top: 6vw;
    }
    nav.entry_btns a {
        font-size: 4.8vw;
        margin-bottom: 2vw;
        border-radius: 50px;
        padding: 3.8vw;
        text-align: center;
    }
    nav.entry_btns a:not(.before)::after {
        width: 3vw;
        height: 3vw;
        top: calc(50% - 1.5vw);
    }
    #drawer_menu div figure.navimage {
        width: 40%;
        height: 40%;
        position: static;
        margin: 4vw auto 0;
        display:none;
    }
    #eventselection #drawer_menu div figure.navimage {
        display:block;
    }
    #drawer_menu div figure.navimage img {
        width: 100%;
    }
    /* movie ----------------------------------------------------- */
    a.movie figure {
        min-height: unset;
    }
    a.movie figure::before {
        width: 10vw;
        height: 10vw;
        top: calc(50% - 5vw);
        left: calc(50% - 5vw);
    }
    .modal {
        padding: 4vw;
    }
    .modal-content {
        width: 100%;
        padding: 0;
    }
    .movieclose {
        top: -10vw;
        right: 0;
        font-size: 8vw;
    }
    video-js {
        width: 100% !important;
        height: auto !important;
        padding-top: 56.2% !important;
    }
    /*footer ------------------------------------------*/
    footer {
        /* padding: 6vw 4vw 22vw; */
    }
    .ios footer {
        padding-bottom: 20vw;
    }
    body.open1.bnr footer, body.open2.bnr footer {
        /* padding-bottom: 40vw; */
    }
    footer ol.livelogo {
        margin: 0 auto 7vw;
    }
    footer ol.livelogo li.livelogo {
        width: 70%;
        margin-bottom: 0;
        display: block;
        height: unset;
    }
    footer ol.livelogo li.livelogo figure {
        width: 100%;
        height: unset;
        padding: 1.2vw 4vw;
        border-radius: 5px;
    }
    footer ol.livelogo li.livelogo figure img {
        width: 100%;
    }
    footer ol.livelogo li.speciallogo {
        width: 100%;
        margin: 0;
    }
    footer ol.logoline li {
        margin-bottom: 0;
    }
    footer ol.logoline li.pre {
        justify-content: flex-start;
        padding-left: 0;
    }
    footer ol.logoline li img {
        height: 6vw;
    }
    footer ol.logoline li.main.pre div.host {
        margin-right: 0;
        padding-left: 13.5%;
        justify-content: flex-start;
    }
    footer ol.logoline li span.title {
        font-size: 3vw;
        line-height: 1;
        margin-right: 2vw;
    }
    footer ol.logoline li.co_operation span.title {
        position: absolute;
        top: 0.5vw;
        left: 13.5%;
    }
    footer ol.logoline li.main div {
        margin-bottom: 2vw;
        padding-left: 13.5%;
    }
    footer ol.logoline li.main div.host {
        margin-right: 2vw;
        width: 100%;
    }
    footer ol.logoline li.co_operation {
        padding-top: 0.3vw;
        padding-left: 26%;
        justify-content: flex-start;
        position: relative;
    }
    footer ol.logoline li.co_operation a {
        display: block;
    }
    footer ol.logoline li.co_operation img {
        height: 4.7vw;
        margin-bottom: 1vw;
    }
    footer p {
        font-size: 3vw;
    }
    footer p span {
        display: block;
        font-size: 3vw;
        margin-top: 2vw;
    }
    footer p a {
        font-size: 3vw;
    }
    footer address {
        margin: 4vw 0 0;
        font-size: 3vw;
    }
    /*footerbtns -------------------*/
    #footerbtns {
        padding: 2vw 2vw;
    }
    #footerbtns nav {
        justify-content: space-between;
    }
    #footerbtns nav.entry_btns a {
        width: 49%;
        margin: 0;
        padding: 2.5vw 0;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #footerbtns nav p.endtext{
        width:100%;
        text-align:center;
        font-size:3.4vw;
    }
    /*pagetop ----------------------------------------------------- */
    #pagetop {
        right: 2vw;
        bottom: 2vw;
        width: 10.5vw;
        height: 10.5vw;
        line-height: 10.5vw;
    }
    #pagetop.onbnr {
        bottom: 40vw;
    }
    body.bnr #pagetop {
        bottom: 26vw;
    }
    body.open1 #pagetop {
        bottom: 20vw
    }
    body.open1 #pagetop.onbnr, body.bnr.open1 #pagetop.onbnr {
        bottom: 40vw;
    }
    body.bnr.open3 #pagetop {
        bottom: 34vw;
    }
    /*breadcrumbs*/
    nav.breadcrumbs {
        top: 16vw;
        left: 4vw;
    }
    nav.breadcrumbs a {
        font-size: 3vw;
    }
}