@charset "utf-8";
/* CSS Document */

/*general*/
html {
  touch-action: manipulation;
}
html,body{
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: 'Helvetica Neue',Helvetica,Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
	margin:0;
	padding:0;
	font-size:15px;
	color:#171717;
    letter-spacing: 0.1em;
}
*{box-sizing:border-box}
a {
    text-decoration:none;
    color:#111;
}
a:hover {
    text-decoration:underline;
    color:#00f;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

img {border:none;}
h1 {
    font-size:100%;
    margin:0;
    padding:0;
    font-weight:normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
h2 {
	font-size:180%;
	font-weight:normal;
	padding:8px;
	clear:both;
	box-sizing: border-box;
    border: 1px solid #aaa;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
    margin: 5px 0 5px 0;
    border-left: 10px solid #66bdd7;
}
h3 {
	margin:0;
	padding: 1% 0 1% 1%;
	font-size:150%;
	font-weight:normal;
}
h4{margin: 1% 0 1% 3%;}
@media only screen and (max-width: 1099px){
    ul{padding-inline-start: 20px;}
    h2 {
        font-size:150%;
    }
}



/*****************************************************/
/* main column */
/*****************************************************/
#content {
	width:100%;
	max-width: 100%;
	margin:0 auto;
	background-color: #fff;
}
.default_para{margin: 1% 2% 5% 2%;}
.default_btn{
    display: block;
    width: fit-content;
    margin: 2% auto;
    border: 1px solid #ee8aab;
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
    background: #fff;
}
.default_btn a{
    padding: 15px 20px;
    display: block;
}
.list_none{list-style: none;}



/*****************************************************/
/* header */
/*****************************************************/
.head_main{
	display: flex;
	width: 100%;
	justify-content: left;
}
.logo{
    width: 30%;
	height: auto;
}
.logo img{
    width: 100%;
}
.head_my_btn_wrap{
	flex-basis: 20%;
}
.head_my_btn{
	width: 50%;
	margin: 0 auto;
	background: #ff6600;
	text-align: center;
}
.head_my_btn a{
	display: block;
	width: 100%;
	padding: 10% 0;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
.head_my_btn a:hover{
	text-decoration:none;
	opacity: 0.6;
}
.head_lang_sel{
    position: relative;
    width: 300px;
    margin: 0 15px;
}
.head_lang_sel select{
    appearance: none;
    width: 300px;
    padding: 15px;
    color: #333;
    border: 1px solid #ee8aab;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
}
.head_lang_sel select:focus{
    outline: none;
}
.head_lang_sel::before{
    position: absolute;
    top: 15px;
    right: 20px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #ee8aab;
    border-left: 2px solid #ee8aab;
    transform: rotate(-135deg);
    pointer-events: none;
}
@media only screen and (max-width: 1099px){
	.logo{
        width: 50%;
	}
    .logo img{
        width: 100%;
    }
	.head_my_btn_wrap{
		width: 43%;
		margin:  2% 0;
	}
	.head_my_btn{width: 90%;}
	.head_my_btn a{font-size: 100%;}
    .head_lang_sel{
        width: 100px;
        margin: 0 5px;
    }
    .head_lang_sel select{
        width: 100px;
        padding: 5px;
    }
    .head_lang_sel::before{
        top: 5px;
        right: 10px;
    }
}



/*****************************************************/
/* footer */
/*****************************************************/
.footer{
    background: #66bdd7;
    margin-top: 20px;
}
.footer ul{
	display: flex;
	margin: 0;
	padding: 40px 0 0 0;
	justify-content: space-evenly;
	list-style: none;
}
.footer ul li a{
	display: block;
	padding: 2% 0;
	text-align: center;
	color: #fff;
}
.footer ul li a:hover{
	text-decoration:none;
	opacity: 0.6;
}
.copyright{
	display: block;
	padding: 5% 0;
	text-align: center;
	color: #fff;
}
.copyright a{color: #fff;}
@media only screen and (max-width: 1099px){
    .footer ul{
    	display: block;
        list-style: none;
        padding: 0;
    }
    .footer ul li a{
        display: block;
        padding: 2% 0;
        text-align: center;
        color: #fff;
    }
}



/*****************************************************/
/* top */
/*****************************************************/
.top_hero_notice{
    text-align: center;
    font-size: 150%;
    background: #66bdd7;
    font-weight: bold;
    padding: 5px 0;
}
.top_hero_notice a{
    color: #fff;
}
.top_hero{
    width: 100%;
    background: linear-gradient(45deg, rgba(251, 213, 251, 0.5), rgba(149, 233, 243, 0.5));
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
    margin: 0 0 25px 0;
}
.top_hero img{
    width: 60%;
    max-height: 520px;
    max-width: 900px;
    margin: 0 auto;
    display: block;
}
.whatsnew_p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.whatsnew_arrow{
    font-size: 180%;
    width: 40px;
    display: block;
    background: #fff;
    margin-left: 80%;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #666;
}
.whatsnew_arrow a{
    color: #666;
}
.whatsnew_arrow a:hover{
    text-decoration: none;
}
@media only screen and (max-width:1099px){
    .top_hero_notice{
        font-size: 100%;
    }
    .top_hero img{
        width: auto;
    }
}



/*****************************************************/
/* about */
/*****************************************************/
.events_list table{
    width: 60vw;
    font-size: 120%;
    margin: 2vh 5vw;
    background: rgb(102 189 215 / 11%);
    padding: 2% 3%;
    border-radius: 15px;
}
.events_list table:nth-child(2n){
    background: rgb(173 102 215 / 8%);
}
.events_list table th,
.events_list table td{
    border-top: 1px solid #aaa;
    padding: 10px;
    text-align: left;
}
.events_list table tr:first-child th,
.events_list table tr:first-child td{
    border-top: none;
    padding: 10px;
}
.events_list table tr th:first-child,
.events_list table tr td:first-child{
    width: 25%;
}
@media only screen and (max-width:1099px){
    .events_list table tr th:first-child,
    .events_list table tr td:first-child{
        width: unset;
    }
    .events_list table{
        width: 96vw;
        font-size: 110%;
        margin: 2vh 0;
    }
    .events_list table th,
    .events_list table td{
        display: block;
        text-align: left;
    }
}



/*****************************************************/
/* information */
/*****************************************************/
.imformation_links img{width: 100%;}



/*****************************************************/
/* circle_policies */
/*****************************************************/
.circle_policies{
    height: 20vh;
    overflow-y: scroll;
    border: 1px solid #ccc;
}



/*****************************************************/
/* tickets */
/*****************************************************/
.tickets_list{
    font-size: 120%;
    margin: 2vh 5vw;
    background: rgba(102, 189, 215, 0.11);
    padding: 2% 3%;
    border-radius: 15px;
    text-align: center;
}
.tickets_image{
    margin: 0 auto;
    display: block;
}
.tickets_release_date{
    margin: 10px 0;
    display: block;
}
.tickets_market_btns{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
a:has(.tickets_btn_y),
a:has(.tickets_btn_a),
a:has(.tickets_btn_m){
    display: block;
    width: 25%;
    background: #fff;
    padding: 13px 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    margin: 5px auto;
    font-weight: bold;
    font-size: 120%;
}
a:has(.tickets_btn_y){
    border: 4px solid #00b7ff;
}
a:has(.tickets_btn_a){
    border: 4px solid #ffa700;
}
a:has(.tickets_btn_m){
    border: 4px solid #ff0000;
}
@media only screen and (max-width:1099px){
    .tickets_image{
        width: 100%;
    }
    .tickets_market_btns{
        display: block;
    }
    a:has(.tickets_btn_y),
    a:has(.tickets_btn_a),
    a:has(.tickets_btn_m){
        width: 80%;
        margin: 10px auto;
    }
}



/*****************************************************/
/* web_catalogue */
/*****************************************************/
.webcatalogue_circles{
    box-sizing: border-box;
}
.webcatalogue_circles_elem{
    width: 15%;
    text-align: center;
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    margin: 10px;
}
.webcatalogue_circles_elem img{
    width: stretch;
    width: -webkit-fill-available;
}
@media only screen and (max-width:1099px){
    .webcatalogue_circles_elem{
        width: 47%;
    }
    .webcatalogue_circles_elem img{
        width: 100%;
    }
}



/*****************************************************/
/* circle_form */
/*****************************************************/
.event_select_btn{
    background: #cc0000;
    font-size: 150%;
    border-radius: 5px;
    margin: 5px 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    position: fixed;
    bottom: 15px;
    left: 15px;
    padding: 10px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    box-sizing: border-box;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
}
.event_select_close{
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 180%;
    position: fixed;
    z-index: 1004;
    top: 0;
    right: 0;
    font-weight: bold;
}
.event_select_sel_wrap{
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    bottom: 0;
    z-index: 1003;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}
.event_select_sel{
    display: block;
    padding: 5px;
    background: #fff;
    margin: 10% auto;
    width: 90%;
    overflow-y: scroll;
}
.event_select_ops{
    width: 45%;
    display: inline-block;
    margin: 15px;
    border: 1px solid #777;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}
.event_select_ops_selected{
    box-shadow: 0 0 10px #8cfffb;
    border: 1px solid #8cfffb;
}
@media only screen and (max-width:1099px){
    .event_select_btn{
        font-size: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 10px;
        padding-bottom: calc(10px + env(safe-area-inset-bottom));
        box-sizing: border-box;
    }
    .event_select_sel{
        width: 80%;
    }
    .event_select_ops{
        width: 90%;
        display: block;
    }
}



/*****************************************************/
/* regist_form */
/*****************************************************/
.inquiry_faq_wrap{
    width: 60%;
    margin: 2vh 5vw;
    padding: 0 0 3% 0;
    border-radius: 15px;
}
.inquiry_faq_btns_wrap{
    display: flex;
    margin-bottom: 25px;
}
.inquiry_faq_btn{
    padding: 3% 3% 2% 3%;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.inquiry_faq_btn_left{
    background: #ffe6e6;
    border-radius: 15px 0 0 0;
}
.inquiry_faq_btn_right{
    background: #eef8fb;
    border-radius: 0 15px 0 0;
}
.inquiry_list_label_unselected_left{
    box-shadow: -5px -5px 10px -5px rgba(0, 0, 0, 0.25) inset;
}
.inquiry_list_label_unselected_right{
    box-shadow: 5px -5px 10px -5px rgba(0, 0, 0, 0.25) inset;
}
.inquiry_bg_color_general{
    background: #ffe6e6;
}
.inquiry_bg_color_circle{
    background: #eef8fb;
}
.inquiry_general_btns,
.inquiry_circle_btns{
    margin: 15px;
    list-style: none;
    cursor: pointer;
}
.inquiry_faq_answer{
    padding: 15px;
    margin: 0 15px;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 7px;
}
@media only screen and (max-width:1099px){
    .inquiry_faq_wrap{
        width: 96vw;
        margin: 2vh 0;
    }
}




/*****************************************************/
/* regist_form */
/*****************************************************/
.regist_form{margin: 0 5%;}
.regist_form_ttl{
	font-size: 110%;
    font-weight: bold;
}
.regist_form_input{
	display: block;
    margin: 5px 10px 10px;
}
.regist_form_btn{
	display: block;
    margin: 20px 0;
}
#regist_name_msg,
#regist_name_msg2,
#regist_name_msg3,
#regist_name_msg4,
#regist_password_msg,
#regist_password_msg2,
#regist_password_msg3,
#regist_password_msg4,
#regist_password2_msg{
	display: block;
	color: #f00;
	margin: 5px 10px 15px;
}


/*****************************************************/
/* login_page */
/*****************************************************/
.login_main{display: flex;}
.login_main_form{
	width: 38%;
	padding: 2% 5%;
}
.login_main_regist{padding: 2% 1%;}
@media only screen and (max-width: 1099px) {
	.login_main{display: block;}
	.login_main_form{
		width: 90%;
		padding: 2% 5%;
	}
	.login_main_regist{padding: 2% 5%;}
}



/*****************************************************/
/* logout_page */
/*****************************************************/
.logout_main{display: flex;}
.logout_main_form{
	width: 38%;
	padding: 2% 5%;
}
.logout_main_regist{padding: 2% 1%;}
.logout_sign_in_btn{
	width: 30%;
	background: #f60;
}
.logout_sign_in_btn a{
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5% 0;
}
.logout_sign_in_btn a:hover{
	text-decoration: none;
	opacity: 0.6;
}
@media only screen and (max-width: 1099px) {
	.logout_main{display: block;}
	.logout_main_form{
		width: 90%;
		padding: 2% 5%;
	}
	.logout_main_regist{padding: 2% 5%;}
}



/*****************************************************/
/* my_page */
/*****************************************************/
.my_main{
	margin:0 auto;
	padding: 1%;
}
.my_ctrl{
	display: flex;
	justify-content: space-between;
}
.my_ctrl_btn_wrap{width: 20%;}
.my_ctrl_btns,
.my_ctrl_signout_btn{
    width: 80%;
	margin: 5% 2%;
    background: #f60;
    text-align: center;
	cursor: pointer;
}
.my_ctrl_signout_btn{background: #929292;}
#sign_out_btn,
.my_ctrl_btns a{
	display: block;
    padding: 5%;
    color: #fff;
}
.my_ctrl_btns a:hover{text-decoration:none;}
#img_lists{
	display:inline-flex;
	flex-wrap:wrap;
	width:90%;
	margin:0 4%;
}
.img_list{
	width:20%;
	margin:1%;
	border:1px solid;
	padding:1%;
	border-radius:10px;
}
.img_list_wrap{}
.img_list img{width:100%;}
.img_list_txt{font-size: 110%;}
.img_list_txt_ttl{margin: 1% 0;}
.img_list_txt_desc{margin: 1% 0;}
.img_list_txt_tags{margin: 1% 0;}
.img_list_txt_date{margin: 1% 0;}
.img_list_ttl,.img_list_desc{word-break: break-all;}
.img_list_msg{color: #f00;}
.my_editing{
	border: 1px solid;
    padding: 2px 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
    border-radius: 4px;
	line-height: 2em;
}
.my_editing_tags{
	border: 1px solid;
    padding: 2px 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
    border-radius: 4px;
	display: inline-block;
	width: 50%;
	word-break: break-all;
}
.my_change_icon{
	background: url(../img/common/change_icon.svg) no-repeat;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
	cursor: pointer;
}
.my_change_cancel_icon{
	background: url(../img/common/change_cancel_icon.svg) no-repeat;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
	cursor: pointer;
}
.my_btns_wrapper{
	display:flex;
	width:100%;
	justify-content:space-around;
}
.my_view_btn,
.my_btns{
	width:20%;
    margin:1%;
    padding:1% 2%;
	text-align:center;
    border:1px solid;
    border-radius:5px;
    cursor:pointer;
	word-break:break-all;
}
.my_view_btn a,
.my_btns a{
	display:block;
	width:96%;
	padding:2%;
	text-decoration:none;
}
.my_view_btn a:hover,
.my_btns a:hover{
	text-decoration:none;
	color:initial;
}
.my_view_btn{width: 100%;}
.img_public{background:#61bcff;}
.img_public:after{content:"Public";}
.img_private{background:#aaa;}
.img_private:after{content:"Private";}
.img_public,
.img_private{
	color: #fff;
	border-color: #000;
}
@media only screen and (max-width: 1099px){
	#img_lists{
		width:100%;
		margin:0;
	}
	.img_list{
		width:45%;
		margin:1%;
	}
	.my_btns_wrapper{flex-wrap: wrap;}
	.my_view_btn,
	.my_btns{
		display: block;
		width: 70%;
		margin: 3% 4%;
	}
}



/*****************************************************/
/* ハンバーガーメニュー */
/*****************************************************/
:root{
    --bg:#111;
    --accent:#000;
    --overlay:rgba(0,0,0,0.5);
    --nav-bg:#fff;
    --transition:300ms;
}

/* リセット（簡易） */
/*html,body{height:100%;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;color:var(--accent);background:#fafafa}*/

/* スクリーンリーダー用テキスト */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ハンバーガーボタン 右上固定 */
.hamburger{
    position:fixed;
    top:20px;
    right:16px;
    width:48px;
    height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:2px solid #aaa;
    border-radius:8px;
    cursor:pointer;
    z-index:1002;
    transition:background var(--transition), transform var(--transition);
    backdrop-filter: blur(4px);
    box-shadow: 3px 5px 5px rgba(0,0,0,0.25);
}

/* バー */
.bar{
    display:block;
    width:22px;
    height:3px;
    background:#111;
    border-radius:2px;
    transition:transform var(--transition), opacity var(--transition);
    position:relative;
}

/* 開いたときのアニメーション */
.hamburger.open .bar1{ transform: translateY(7px) rotate(45deg); }
.hamburger.open .bar2{ 
    transform: translateY(4px) rotate(-45deg);
    margin: -4px;
    width: 29px; }
.hamburger.open .bar3{ transform: translateY(-7px) rotate(-45deg);width: 29px; }

/* オーバーレイ */
.overlay{
    position:fixed;
    inset:0;
    background:var(--overlay);
    z-index:1000;
    opacity:0;
    transition:opacity var(--transition);
    pointer-events:none;
}
.overlay.show{ opacity:1; pointer-events:auto; }

/* ナビ（右からスライド） */
.nav{
    position:fixed;
    top:0;
    right:0;
    height:100vh;
    width:280px;
    max-width:80%;
    background:var(--nav-bg);
    padding:4rem 1.25rem;
    box-shadow:-10px 0 30px rgba(0,0,0,0.2);
    transform:translateX(110%);
    transition:transform var(--transition);
    z-index:1001;
    overflow:auto;
}
.nav.show{ transform:translateX(0); }

/* ナビ内 */
.nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;}
.nav ul li{
    width: fit-content;
    margin: 5px;
    padding-bottom: 10px;
}
.nav ul li ul li{
    margin: 0 5px;
    padding: 4px 0 4px 10px;
    width: 100%;
}
.nav ul li ul li ul li{
    margin: 0 5px;
    padding: 5px 0 5px 7px;
}
.nav a{
    color:var(--accent);
    text-decoration:none;
    font-size:1.05rem;
    padding:0.5rem 0.25rem;
    border-radius:6px;
    transition:background var(--transition);
}
.nav a:hover, .nav a:focus{ background:rgba(255,255,255,0.04); outline:none }

/* レスポンシブ（大きい画面では幅を広げる） */
@media(min-width:900px){
    .nav{ width:400px }
}



/*****************************************************/
/* 共通部分 */
/*****************************************************/
#loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -64px;
	margin-left: -64px;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 100000;
}



/*****************************************************/
/* primary */
/*****************************************************/
.pointer{cursor: pointer;}
.nopoint{pointer-events: none;}
.k_hidden{display: none!important;visibility: hidden!important;}
.k_appear{animation-duration: 0.7s;animation-name: fade-in;}
@keyframes fade-in {
    0% {
    display: none;
    opacity: 0;
    }
    20% {
    display: block;
    opacity: 0.2;
    }
    100% {
    display: block;
    opacity: 1;
    }
}
/*add body at modal*/
#ovrly_stop{overflow: hidden;height: 100%; width: 100%!important; position: fixed;}
