@charset "UTF-8";
/*
	Theme Name: urei 1.0
	Description: urei OFFICIAL SITE
	Theme URI: http://jun031787.heteml.jp/asiangothiclabel/wp/
	Author: urei OFFICIAL SITE
	Author URI: http://jun031787.heteml.jp/asiangothiclabel/wp/
	Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{
	color: #fff;
	height:100%;
	margin: 0;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	position:relative;
    background: #04070d;
	font-size:16px;
}

body:before{
	content:'';
	width:100%;
	height:100%;
	background:url(./img/bg.png);
	background-size:cover;
	position:fixed;
	display:block;
	z-index:-1;
	filter:blur(5px);
}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	text-decoration:none;
	font-style:normal;
	list-style:none;
	font-weight:normal;
	letter-spacing:.1em;
}

.inr{
	width:min(1200px, 90%);
	margin:0 auto;
}

img{
	max-width:100%;
}

a{
	color:#fff;
	transition:.3s;
}

a:hover{
	opacity:.8;
}





h3,
#global-nav ul li a{
	font-family: "Urbanist", sans-serif;
    font-weight: 100;
}

.mainvisual{
	position:relative;
	min-height:100vh;
	overflow:hidden;
}

.mainvisual figure{
	position:fixed;
	width:100%;
	height:100vh;
	min-height:600px;
	z-index:-1;
}

.mainvisual figure img{
	position:absolute;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	object-fit:contain;
	z-index:1;
	transition:.3s;
	opacity:0;
}

.loaded .mainvisual figure img{
	opacity:1;
}


.mainvisual figure img:nth-child(2){
	z-index:2;
	top:calc(50% + 3em);
	opacity:0;
	transition:.3s .2s;

}

.loaded .mainvisual figure img:nth-child(2){
	top:50%;
	opacity:1;
}

.mainvisual figure img.logo{
	width:min(640px, 70%);
	top:calc(25% + 3em);
	object-fit:contain;
	opacity:0;
	transition:.3s .5s;
}

.loaded .mainvisual figure img.logo{
	top:25%;
	opacity:1;
}

.mainvisual figure img.blur{
	filter:blur(10px);
	scale: 1.2;
	object-fit:cover;
	z-index:0;
}

@media screen and (max-width:961px){
	.mainvisual figure img{
		/* object-fit:cover; */
	}

	.mainvisual figure img.logo{
		top:35%;
	}
}

.top_conara{
	background:#ffffff;
	color:#162b51;
}

.top_conara a{
	color:#162b51;
}

section:not(.mainvisual){
	padding:5em 0;
}


.topnewslist{
	position: absolute;
    bottom: 1em;
    background: #000000aa;
    width: 300px;
    right: 2em;
    z-index: 5;
    padding: 1em;
	border-radius:.5em;
	font-family: "Urbanist", sans-serif;
    font-weight: 100;
	letter-spacing:.1em;
}

.topnewslist .date{
	font-size:.7em;
}

.topnewslist .date em{
	background:#fff;
	color:#111;
	padding:.2em .5em;
	display:inline-block;
	font-size:.6em;
	margin-left:1em;
}

#footer{
	text-align:center;
	padding:1.5em;
	font-size:.7em;
	color:#ffffff80;
	background:#04060b;
}

#footer .sns ol{
	display:flex;
	justify-content:center;
	font-size:2.5em;
	margin-bottom:1em;
}

#footer .sns ol li{
	margin:0 .5em;
}

.pagetop{
    width: 2em;
    height: 2em;
    background: #000000dd;
    text-align: center;
    position: fixed;
    right: 1em;
    bottom: 1em;
    border-radius: 50rem;
    line-height: 2em;
	opacity:0;
	transition:.3s;
}

.scrl .pagetop{
	opacity:1;
}

.page--shows .entrycon{
	height:0px;
	overflow:hidden;
	transition:.3s;
}

.page--shows .shows_single .entrycon{
	height:auto;
}

.page--shows .shows_single h2{
	padding:1em;
}

.page--shows h2 span,
.page--shows .shows_single h2 span{
	font-family: "Urbanist", sans-serif;
    font-weight: 900;

}

.entrycon.in{
	height:auto;
}

.mainwrap #main{
	padding:10em 0;
}



.section-tit{
	font-family: "Urbanist", sans-serif;
    font-weight: 100;
	font-size:2em;
	margin: 0 0 1.5em;
	text-align:center;
}

.newsbox{
	background:#ffffff20;
	margin-bottom:1em;
	font-family: "Urbanist", 'Noto Sans JP', sans-serif;
}

.newstitle a{
	display:block;
	padding:1em;
	font-family: "Urbanist", sans-serif;
    font-weight: 100;
	transition: border-bottom 1s;
	border-bottom: solid 1px #ffffff00;
}

.page--news .newstitle a{
	border-bottom: solid 1px #ffffff30;
}

.newsbox:has(.in) .newstitle a{
	border-bottom: solid 1px #ffffff30;
}


.newstitle .event-name,
section.schedule ul li a .event-name{
	font-size:.6em;
	display:block;
}

section.schedule ul li a .event-name{
	font-size:.7em;
}

.page--shows.past .newstitle .event-name{
	font-size:.8em;
}

.newsbox .entrycon p{
	padding:1.5em;
}

.page--shows .newstitle{
	font-family: "Urbanist", sans-serif;
}

.page--shows.past .newstitle{
	font-size:1em;
}

.page--shows.past .newstitle a{
	border-bottom:none;
	pointer-events:none;
}

.page--shows.past .notfound{
	text-align:center;
	font-family: "Urbanist", sans-serif;
	font-weight:100;
}



.page--shows .newsbox .entrycon a,
.page--news .newsbox .entrycon a{
	text-decoration:underline;
}

.page--news .news_single h2{
	padding:1em;
	border-bottom:dotted 1px #ffffff30;
	font-family: "Urbanist", sans-serif;
    font-weight: 100;
}

.page--news .newsbox .date{
	font-size:.5em;
	display:block;
}

.page--news .entrycon img,
.page--shows .entrycon img{
	width:min(450px, 100%);
	display:block;
	margin:.5em auto;
}

.page--shows .topast {
	text-align:right;
}

.page--shows .topast a{
	color:#aaa;
	font-size:.8em;
	position:relative;
	display:inline-block;
	padding-left:1.5em;
}

.page--shows .topast a:before{
	content:'';
	display:block;
	width:.5em;
	height:.5em;
	border-top:solid 1px;
	border-right:solid 1px;
	transform:rotate(45deg) translate(0, -50%);
	position:absolute;
	top:50%;
	left:0;
}

.pagination{
	display:flex;
	justify-content:center;
	font-family: "Urbanist", sans-serif;
    font-weight: 100;
}

.pagination li{
	margin:0 .5em;
}

.pagination li a,
.pagination li span{
	display:flex;
	align-items:center;
	width:1.5em;
	height:1.5em;
	border-radius:50rem;
	justify-content:center;
	letter-spacing:0;
}

.pagination li *.current,
.pagination li a:hover{
	background:#fff;
	color:#111;
}

.page--top .box{
	font-family: "Urbanist", 'Noto Sans JP', sans-serif;
}

.page--top .schedule{
	background:#162b5105;
}

.page--top section{
	position:relative;
	overflow:hidden;
}

.page--top h3{
	position: absolute;
    color: #eee;
    font-size: 5em;
    transform: translateX(-50%);
    top: -.15em;
    left: 50%;
    line-height: 1em;
    /* letter-spacing: -.03em; */
    font-family: "Urbanist", sans-serif;
	font-weight:100;
}

.page--top .information ul li{
	border-bottom:solid 1px #11111110;
}

.page--top .information ul li a{
	padding:.5em;
	display:block;
}

.page--top section ul li a{
	position:relative;
}

.page--top section:not(.movie) ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #162b5110;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform .3s;
    transform-origin: right;
	z-index:-1;
}

.page--top section:not(.movie) ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.page--top section ul li a span{
	font-family: "Urbanist", sans-serif;
    font-weight: 400;
}



.page--top section.information ul li a span{
	font-size:.8em;
}

.page--top section.information ul li a .tit{
	font-weight:bold;
}

.page--top section.schedule ul li{
	border-bottom:solid 1px #11111110;
}

.page--top section.schedule ul li a{
	display:block;
	padding:.5em;
	font-size:1.2em;
	font-weight:bold;
}

/* .page--top section.schedule ul li a *{
	font-weight:bold;
} */

.page--top section.schedule ul li a span{
	font-size:1em;
	font-weight:900;
}

.page--top section.schedule ul li a strong{
	display: inline-block;
    background: linear-gradient(180deg, transparent 50%, #cc222220 50%);
    /* color: #fff; */
    padding: 0 .5em;
}

.page--top section.movie{
	background:#162b510a;
}

.page--top section.movie .inr{
	width:min(2000px, 90%);
}

.page--top section.movie h3{
	color:#eee;
}
.page--top section.movie ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.page--top section.movie ul:after{
	content:'';
	width:calc(100% / 3 - .5em);
}

.page--top section.movie ul li{
	width:calc(100% / 3 - .5em);
	text-align:center;
}

.page--top section.movie ul li a figure{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom:0;
}

.page--top section.movie ul li a figure img{
	width:100%;
	height:100%;
	position:absolute;
	object-fit:cover;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
}

.page--movie ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	font-family: "Urbanist", sans-serif;
}

.page--movie ul li{
	width:calc(100% / 2 - .5em);
	margin-bottom:1em;
	text-align:center;
}

.page--movie ul li figure{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom:0;
}

.page--movie ul li figure img{
	position:absolute;
	width:100%;
	height:100%;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	object-fit:cover;
}

.more{
	text-align:center;
	margin:5em 0 0;
}
.back{
	margin: 2em 0;
	text-align:center;
}

.btn,
.top_conara a.btn{
	font-family: "Urbanist", sans-serif;
	padding:.5em 1em;
	background:#112b50;
	color:#fff;
	border-radius:50rem;
	transition:.3s;
	border:solid 1px #ffffff30;
	min-width:200px;
	display:inline-block;
	text-align:center;
}

.btn:hover,
.top_conara a.btn:hover{
	background:#fff;
	color:#112b50;
	border:solid 1px #112b5020;
}

.page--bio .txtara p {
	margin-bottom:1em;
}

.page--bio .member{
	text-align:center;
	font-weight:200;
	margin:0 0 2em;
}

.page--bio .member em{
	display:inline-block;
	margin:0 .5em;
	font-weight:200;
}

.page--disco .discobox ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.page--disco .discobox ul:after{
	content:'';
	width:calc(100% / 3 - .5em);

}

.page--disco .discobox ul li{
	width:calc(100% / 3 - .5em);
	margin-bottom:1em;
}

.page--disco .discobox ul li a{
	position:relative;
	display:block;
}

.page--disco .discobox ul li a .tit{
	
	transition:transform .3s;
	width:100%;
	height:100%;
	background:#00000080;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	transform:scaleY(0);
	transform-origin:bottom;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}

.page--disco .discobox ul li a:hover .tit{
	transform:scaleY(1);
	transform-origin:top;
	opacity:1;
	transition:transform .3s;
}

.page--disco .discobox ul li a .tit p{
	text-align:center;
}

.page--disco .discobox ul li a .tit em{
	font-size:.8em;
}

.page--disco .discobox ul li a img{
	width:100%;
	height:auto;
	display:block;
}

.page--disco .disco-single > div{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}

.page--disco .disco-single > div .jkt{
	width:40%;
}

.page--disco .disco-single > div .jkt img{
	width:auto;
	height:auto;
}

.page--disco .disco-single > div .entrycon{
	width:40%;
	font-family: "Urbanist", sans-serif;
	font-weight:100;
	padding:1.5em;
}

.page--disco .disco-single > div .entrycon h2{
	margin-bottom:1em;
}

.page--disco .disco-single > div .entrycon h2 em{
	font-size:.6em;
	display:block;
	opacity:.8;
}

.page--disco .disco-single > div .entrycon p:has(a){
	margin:1em 0;
}

.page--disco .disco-single > div .entrycon p a{
	background:#fff;
	color:#04070d;
	padding:.2em .5em;
	transition:.3s;
}

.page--disco .disco-single > div .entrycon p a:hover{
	background:#04070d;
	color:#fff;
}

@media screen and (min-width:961px){
	.page--shows.past .newstitle a{
		display:flex;
		flex-wrap:wrap;
	}

	.page--shows.past .newstitle a span{
		margin-right:.5em;
	}

	.page--shows.past .newstitle a .event-name{
		width:100%;
	}
}

@media screen and (max-width:961px){
	h2{
		font-size:1.1em;
	}
	.mainwrap #main{
		padding:5em 0;
	}

	.mainwrap #main.shows_single,
	.mainwrap #main .news_single{
		padding:7em 0 2em;
	}

	.page--top section.schedule ul li a{
		font-size:1.1em;
	}

	.page--top section.schedule ul li a span{
		font-size:1em;
	}

	.page--top section.movie ul li{
		width:100%;
		margin-bottom:.5em;
	}

	.page--news.list .entrycon{
		display:none;
	}

	.page--news.list .newstitle a{
		border-bottom:none;
	}

	.page--movie ul li{
		width:100%;
	}

	.newsbox .entrycon p{
		padding:1em;
	}

	.page--disco .discobox ul li{
		width:calc(100% / 2 - .5em);
	}

	.page--disco .disco-single > div .jkt,
	.page--disco .disco-single > div .entrycon{
		width:100%;
	}

	.page--bio .member em{
		display:block;
	}

	#footer .sns ol{
		font-size:1.8em;
	}
}

.page--contact .inr{
	width:min(800px, 90%);
}


.wpcf7-response-output{
	text-align:center;
	margin:0 0 3em;
}

.page--contact form > p{
	margin-bottom:2em;
}

.page--contact form input{
	appearance:none;
	border:none;
	padding:1em;
	border-radius:5px;
	background:#ffffffcc;
	max-width:100%;
}

.page--contact form input[type="file"]{
	background:none;
}

.page--contact form textarea{
	width:100%;
	border-radius:5px;
	padding:1em;
	background:#ffffffcc;
}

.page--contact form > p:has(input[type=submit]){
	text-align:center;
}

.page--contact form > p input[type=submit]{
	background:none;
	color:#fff;
	border:solid 1px #ffffff80;
	border-radius:50rem;
	min-width:min(350px, 70%);
	transition:.3s;
	display:block;
	margin:0 auto;
}

.page--contact form > p input[type=submit]:hover{
	background:#fff;
	color:#162b51;
}

.reserve-modal {
  opacity:0;
  visibility:hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.reserve-modal.active{
	opacity:1;
	visibility:visible;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.modal-content {
    position: absolute;
    background: #fff;
    width: 90%;
    max-width: 500px;
    /* margin: 10% auto; */
    padding: 30px;
    z-index: 2;
    color: #162b51;
    transform: translate(-50%, 0);
    top: 10vh;
    left: 50%;
    max-height: 80vh;
    overflow: auto;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.open-reserve-btn{
	appearance:none;
	padding:1em;
	width:min(350px, 70%);
	border:solid 1px;
	color:#f7ea33;
	background:none;
	letter-spacing:.1em;
	display:block;
	margin:0 auto 3em;
	transition:.3s;
}

.open-reserve-btn:hover{
	background:#f7ea33cc;
	color:#000;
}

button{
	cursor:pointer;
}

button,
input{
	font-size:16px;
}

.modal-content input{
	appearance:none;
	padding:.5em 1em;
	max-width:100%;
	border-radius:5px;
	border:solid 1px #00000040;
	font-size:1.2em;
}

.newsbox .entrycon .modal-content p{
	padding:.5em;
} 

.newsbox .entrycon .modal-content p:has(input[type=submit]){
	text-align:center;
}

.newsbox .entrycon .modal-content input[type=submit]{
	margin-top:2em;
	background:#000;
	color:#fff;
	border-radius:50rem;
	width:min(300px, 70%);
	margin:2em auto 1em;
	display:block;
	cursor:pointer;
}

p:has(.wpcf7-spinner){
	position:relative;
}

p:has(.wpcf7-spinner) .wpcf7-spinner{
	position:absolute;
	bottom:-1em;
	transform:translateX(-50%);
	left:50%;
	margin:0;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output{
	font-size:.8em;
	color:#c22;
}


.modal-content h4{
	text-align:center;
	font-weight:bold;
    font-family: "Urbanist", 'Noto Sans JP', sans-serif;
	margin-bottom:1em;
}

.modal-content h4 *{
	font-weight:bold;
}

.modal-content h4 p strong{
	display:block;
}

.mov_waku{
	width:min(640px, 100%);
	margin:1em auto;
}

.player{
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.player iframe{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
}