@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 1919px) {
	html {
		font-size: calc(1000vw / 1920);
	}
}
@media all and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 700;
}
body.en, .en table, .en input, .en textarea, .en select, .en option {
	font-family: "din-2014-rounded-variable", sans-serif;
	font-weight: 700;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 2.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
	background: #6080c6;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#dj {
	background-color: #72cdb8;
}
#vampire {
	background-color: #9267c0;
}
#tamagozuk {
	background-color: #fcd15b;
}
#santa {
	background-color: #fa766d;
}
#otome {
	background-color: #fbc5dd;
}
#container {
	position: relative;
	text-align: left;
	overflow: clip;
	z-index: 1;
}
#container::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/detail_shinobi_ptn.png) repeat left top / 22.6rem;
	opacity: 0.45;
	mix-blend-mode: overlay;
	content: '';
}
#dj #container::before {
	background-image: url(../img/common/detail_headphone_ptn.png);
}
#vampire #container::before {
	background-image: url(../img/common/detail_vat_ptn.png);
}
#tamagozuk #container::before {
	background-image: url(../img/common/detail_egg_ptn.png);
}
#santa #container::before {
	background-image: url(../img/common/detail_bell_ptn.png);
}
#otome #container::before {
	background-image: url(../img/common/detail_hana_ptn.png);
}
#main {
	position: relative;
	z-index: 1;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.33rem;
		background-size: 14.6rem;
	}
	#container::before {
		background-size: 7.8rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 3.2rem 3rem 0 4.5rem;
	width: 100%;
	display: flex;
/*	justify-content: space-between;*/
    justify-content: flex-end;
    
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
}
#gHeader .logo {
	margin-top: -0.2rem;
	width: 21.8rem;
}
#gHeader .logo a {
	display: block;
}
#gHeader .logo img {
	width: 100%;
}
#HeadLogo .logo {
	margin-top: -0.2rem;
	width: 21.8rem;
}
#HeadLogo {
	padding: 3.2rem 3rem 0 4.5rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
    position: absolute;
	left: 0;
	top: 0;
	z-index: 500;
}
#HeadLogo .logo a {
	display: block;
}
#HeadLogo .logo img {
	width: 100%;
}
.menuBox {
	margin-left: auto;
}
#gNavi {
	display: flex;
	align-items: flex-start;
	gap: 3.1rem;
}
#gNavi .naviList {
	display: flex;
	gap: 7.6rem;
	line-height: 1.4;
}
#gNavi .naviList li {
	position: relative;
}
#gNavi .naviList li:not(:last-child)::after {
	margin-top: 0.2rem;
	width: 0.2rem;
	height: 100%;
	position: absolute;
	right: -4.1rem;
	top: 0;
	background-color: #fff;
	transform: rotate(28deg);
	content: '';
}
.en #gNavi .naviList li:not(:last-child)::after {
	margin-top: 0.2rem;
	width: 0.2rem;
	height: 80%;
	position: absolute;
	right: -4.1rem;
	top: 0;
	background-color: #fff;
	transform: rotate(28deg);
	content: '';
}
#gNavi .naviList li a {
	display: block;
	color: #fff;
}
.en #gNavi .naviList li a {
    font-size: 3rem;
}
#gNavi .naviList li a:hover {
	opacity: 0.5;
}
#gNavi .langList {
	padding: 0.3rem 0.4rem 0.28rem;
	display: flex;
	border-radius: 2rem;
	background-color: #9fce45;
}
.en #gNavi .langList {
    font-family: "dnp-shuei-mgothic-std";
}
#gNavi .langList li {
	width: 5.6rem;
}
#gNavi .langList li:first-child {
	margin-right: -0.4rem;
}
#gNavi .langList li a {
	width: 100%;
	height: 2.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	letter-spacing: -0.02em;
	line-height: 1;
	border-radius: 2rem;
	white-space: nowrap;
}
#gNavi .langList li a:hover {
	opacity: 0.5;
}
#gNavi .langList .current {
	position: relative;
	z-index: 1;
}
#gNavi .langList .current a {
	color: #9fce45;
	background-color: #fff;
	cursor: default;
	pointer-events: none;
}
#dj #gNavi .langList {
	background-color: #f2be31;
}
#dj #gNavi .langList .current a {
	color: #f2be31;
}
#vampire #gNavi .langList {
	background-color: #e176bd;
}
#vampire #gNavi .langList .current a {
	color: #e176bd;
}
#tamagozuk #gNavi .langList {
	background-color: #fa6f3e;
}
#tamagozuk #gNavi .langList .current a {
	color: #fa6f3e;
}
#santa #gNavi .langList {
	background-color: #237a4a;
}
#santa #gNavi .langList .current a {
	color: #237a4a;
}
#otome #gNavi .langList {
	background-color: #4badd6;
}
#otome #gNavi .langList .current a {
	color: #4badd6;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		min-height: 3.5rem;
		display: block;
		position: absolute;
	}
	#gHeader .logo {
		padding: 2.4rem 2.7rem 0;
		width: auto;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 200;
	}
	#gHeader .logo a {
		width: 7.2rem;
	}
	#HeadLogo {
		padding: 0;
		min-height: 3.5rem;
		display: block;
		position: absolute;
	}
	#HeadLogo .logo {
		padding: 2.4rem 2.7rem 0;
		width: auto;
		left: 0;
		top: 0;
		z-index: 200;
	}
	#HeadLogo .logo a {
		width: 7.2rem;
	}
	.menu {
		padding: 1.3rem 1.6rem;
		position: fixed;
		right: 0;
		top: 0;
		color: #fff;
		cursor: pointer;
		z-index: 200;
	}
	.menu span {
		display: block;
		font-size: 1.2rem;
		border-bottom: 0.1rem solid #fff;
	}
	.menu span.m_close {
		display: none;
	}
	
	.menuBox {
		width: 100%;
/*		height: 100%;*/
		position: fixed;
		left: 0;
		top: 0;
/*		background-color: #496ab2;*/
		background-color: #fff;
		display: none;
		z-index: 199;
		overflow-y: auto;
	}
/*
	#dj .menuBox {
		background-color: #fff;
	}
	#vampire .menuBox {
		background-color: #774ea4;
	}
	#tamagozuk .menuBox {
		background-color: #fbc42f;
	}
	#santa .menuBox {
		background-color: #eb6157;
	}
	#otome .menuBox {
		background-color: #f4b4d0;
	}
*/
	#gNavi {
/*		padding: 10rem 2rem;*/
		padding: 2rem 2rem;
		display: block;
		position: relative;
		right: auto;
		top: auto;
	}
    .spLogo {
        padding: 2.4rem 2.7rem 0;    
    }
    .spLogo img {
        width: 7.2rem    
    }
	#gHeader .menu.on span {
        color: #000!important;
        border-bottom: 0.1rem solid #000;
	}
    
	.menu.on span.m_menu {
        display: none
	}
	.menu.on span.m_close {
		display: block;
        color: #000!important;
        border-bottom: 0.1rem solid #000;
	}
	#gNavi .naviList {
		margin-bottom: 2rem;
		display: block;
		text-align: center;
        color: #000;
	}
	#gNavi .naviList li:not(:last-child)::after {
		display: none;
	}
	#gNavi .naviList li a {
		padding: 1rem;
		font-size: 1.6rem;
        color: #000;
	}
	.en #gNavi .naviList li a {
		padding: 1rem;
		font-size: 1.6rem;
        color: #000;
	}
	#gNavi p.langList2 a {
        text-align: center!important;
        color:#ccc
	}
	#gNavi p {
        text-align: center!important;
        margin-bottom:2rem;
    }
	#gNavi p.langList2 a.current {
        color:#DD0A79
	}
	#gNavi .langList {
		width: fit-content;
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 7.8rem 0 6.4rem;
	position: relative;
	text-align: center;
	background-color: #fff;
	border-top: 0.6rem solid #efefef;
	z-index: 60;
}
#gFooter .fLogo {
	margin: 0 auto 2.8rem;
	width: 13.6rem;
	line-height: 0;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .fLogo img {
	width: 100%;
}
#gFooter address {
	font-size: 2.2rem;
    font-weight: 400;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5.2rem 1rem 4.8rem;
		border-top: none;
	}
	#gFooter .fLogo {
		margin-bottom: 1rem;
		width: 9.7rem;
	}
	#gFooter address {
		font-size: 0.95rem;
		letter-spacing: 0;
	}
}



/**The exhibition has ended.**/
.ended {
    position: absolute;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8rem
}
.ended p {
    text-align: center;
    font-size: 1.8vw;
}
@media all and (max-width: 896px) {.ended{border-radius: 2.6rem} 
.ended p {
    font-size: 24px;
}
}
