@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");
@import url('https://fonts.cdnfonts.com/css/satoshi');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    /*outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;*/
    outline:none;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
    main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
/*    font-family: 'YakuHanJP', 'Montserrat', 'Noto Sans JP', sans-serif;
    font-family: 'YakuHanJP', 'Roboto Condensed', 'Noto Sans JP', sans-serif;*/
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
/*    font-family: 'YakuHanJP', 'Montserrat', 'Noto Sans JP', sans-serif;
    font-family: 'YakuHanJP', 'Roboto Condensed', 'Noto Sans JP', sans-serif;*/
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
    color: #4f4f4f;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
}
.pc_tab_br {
    
}
.pc_br {

}
.tab_br {
    display: none;
}
.sp_br {
    display: none;
}
#wrapper {
    color: #d6d6d6;
    position: relative;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#key_visual_wrap {
    width: 100%;
    background-color: #111111;
    display: flex;
    flex-direction: column;
    height: 100vh;
    z-index: 1;
    position: relative;
}
.header_top {
    display: flex;
    justify-content: space-between;
    padding: 0;
    height: 170px;
    padding: 0 80px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}
.header_top_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_top_logo {
    padding: 0;
    letter-spacing: 3px;
    line-height: 1.8;
}
.header_top_logo_main {
    font-size: 15px;
    margin-bottom: 5px;
    color: #d6d6d6 !important;
}
.header_top_logo_sub {
    font-size: 10px;
    color: #d6d6d6 !important;
}
.header_top_right {
    display: flex;
    align-items: center;
}
.header_top_login {
    width: 146px;
    height: 56px;
    border-radius: 100vh;
    border: 1px solid #484848;
    color: #d6d6d6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 3px;
}

/**/
.kv_cont_wrap {
    width: 100%;
    padding: 0 9% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-image: url(../image/record.png);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center center;
}
.kv_cont_inner {
    max-width: 1400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kv_info {

}
.kv_info h2 {
    text-align: center;
    margin-bottom: 40px;
}
.kv_info h2 img {
    width: 340px;
}
.kv_info_inner {
    text-align: center;
}
.kii_date {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.today_seats {
    background-color: #ffffff;
    border-radius: 100vh;
    padding: 10px 40px;
    line-height: 1.6;
    text-align: center;
    display: inline-block;
}
.available {
    color: #4f4f4f;
}
.full {
    color: #e91e63;
}

/* ---------- footer　---------　*/
.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 170px;
    padding: 0 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
.copyright_top {
    font-size: 11px;
    letter-spacing: 2px;
}
.members_top {
    font-size: 11px;
    letter-spacing: 2px;
}

/* ---------- sp_menu　---------　*/
/*menu*/
.nav_area_wrap {
    position: fixed;
    right: 20px;
    top: 20px;
    height: 30px;
    width: 30px;
}
.nav_area {

}
.menu {
    height: 12px;
    position: fixed;
    right: 30px;
    top: 38px;
    width: 36px;
    z-index: 99;
    cursor: pointer;
    display: none;
}
.menu__line {
    background: #000;
    display: block;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--bottom {
    bottom: 0;
}
.menu__line--top.active {
    top: 4px;
    transform: rotate(45deg);
}
.menu__line--bottom.active {
    bottom: 6px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav {
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap {
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    padding: 10%;
    flex-direction: column;
}
.hmg_logo {
    margin-bottom: 30px;
}
.hmg_logo img {
    width: 140px;
}
.gnav__menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.gnav__menu__item {
    margin: 10px 0;
    text-align: center;
    width: 100%;
    text-align: left;
}
.gnav__menu__item a {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    text-decoration: none;
    transition: .2s;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1;
}
.gnav__menu__item a:hover {
    
}
.gnav__menu__item a span {
    margin-left: 10px;
}
.gnav__menu2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.gnav__menu__item2 {
    margin: 10px 0;
    text-align: center;
    width: 100%;
    text-align: left;
}
.gnav__menu__item2 a {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    transition: .2s;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1;
}
.gnav__menu__item2 a:hover {
    
}
.gnav__menu__item2 a span {
    margin-left: 10px;
}
.hbg_sns {
    padding: 20px 0 23px;
    border-top: 1px solid #0f3e5b;
    border-bottom: 1px solid #0f3e5b;
}
.hbgs_ttl {
    font-size: 12px;
    margin-bottom: 14px;
    color: #9d9d9d;
    letter-spacing: 2px;
    line-height: 1;
}
.hbgs_link {
    display: flex;
    align-items: center;
}
.hbgs_link li {
    margin-right: 13px;
}
.hbgs_link li a {
    display: flex;
}
.hbgs_link li a img {
    height: 30px;
}
/**

/* ---------- sp_menu　---------　*/
.fullscreenmenu {
    
}
.menu2, .menu2 span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.menu2 {
    position: fixed;
    top: 34px;
    right: 25px;
    width: 35px;
    height: 22px;
    z-index: 10;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.menu2 span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    box-shadow: 1px 1px #fff;
    z-index: 10;
}
.menu2 span:nth-of-type(1) {
    top: 0px;
}
.menu2 span:nth-of-type(2) {
    top: 10px;
}
.menu2 span:nth-of-type(3) {
    bottom: 0px;
}
.menu2.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
.menu2.active span:nth-of-type(2) {
    opacity: 0;
}
.menu2.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
#nav2 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}
#nav2.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
#nav2 ul {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#nav2 ul li {
    list-style-type: none;
}
#nav2 ul li a {
    display: block;
    padding: 15px 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 5px;
}
#nav2 ul li a:hover {
    color: #f65d5d;
}
/**

/*------------------------------------------------------------
    login
------------------------------------------------------------*/
#login_wrap {
    width: 100%;
    background-color: #111111;
    display: flex;
    flex-direction: column;
    height: 100vh;
    z-index: 1;
    position: relative;
}
.header_login {
    display: flex;
    justify-content: space-between;
    padding: 0;
    height: 170px;
    padding: 0 80px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}
.header_login_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_login_logo {
    padding: 0;
}
.header_login_logo a {
    
}
.header_login_logo a img {
    width: 154px;
}
.header_login_right {
    display: flex;
    align-items: center;
}
.header_login_member {
    font-size: 11px;
    letter-spacing: 3px;
}

/**/
.login_wrap {
    width: 100%;
    padding: 0 9% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.login_inner {
    max-width: 1400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_login {
    margin-top: -30px;
}
.sec_login_ttl {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
}
.login_box {
    border: 1px solid #242424;
    border-radius: 5px;
    max-width: 480px;
    margin: 0 auto;
    padding: 45px 45px 55px;
}
.lb_ttl {
    margin-bottom: 30px;
    text-align: center;
}
.lb_submit {
    margin-bottom: 30px;
}
.lb_submit dl {

}
.lb_submit dl dt {
    margin-bottom: 5px;
}
.lb_submit dl dd {

}
.input_text_login {
    width: 100%;
    height: 50px;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    background: #f8f8f8;
    margin: 0;
    border: none;
    border-radius: 3px;
}
.login_btn_wrap {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
}
.login_btn {
  background-color: #afafaf;
  cursor: pointer;
  border-style: none;
  height: 50px;
  width: 100%;
  border-radius: 100vh;
  letter-spacing: 3px;
  font-size: 15px;
}

/* ---------- footer　---------　*/
.footer_login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 170px;
    padding: 0 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
.copyright_login {
    font-size: 11px;
    letter-spacing: 2px;
}

























