@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Kiwi+Maru&family=Piedra&family=RocknRoll+One&display=swap');
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
}

* {
	font-size: 1em;
	box-sizing: border-box;
	background-size: contain;
}

html, body, p, h1, h2, h3, h4, h5, ul, ol, li, dd, dl, dt, div {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

html { height: 100%; }
li { list-style-type: none; }
a {
	color: inherit;
	text-decoration: none;
}
a.underline { text-decoration: underline; }
.flex { display: flex; }
.none { display: none; }
.sp { display: none; }
.sp_ib { display: none; }
.sp_inline { display: none; }
.sp_flex { display: none; }
.pc { display: block; }
.pc_ib { display: inline-block; }
.pc_inline { display: inline; }
.pc_flex { display: flex; }
.mode { float: left; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix { display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.tcenter { text-align: center; }
.tright { text-align: right; }

/* 選択色 */
::selection {
	background: #51318e;
	color: #fff;
}

::-moz-selection {
	background: #51318e;
	color: #fff;
}

/* YouTube 埋め込み */
.YT {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.YT iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* header */


header ul.Gmenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background: rgba(0,0,28,0.85);
	text-align: center;
	padding: 0.75em;
}
header ul.Gmenu li {
	display: inline-block;
	padding: 0 1em;
}

header .menu_open { display: none; }
header .menu_close { display: none; }

div.nBox {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

/* contentsBox */
div.contentsBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px 40px;
	position: relative;
}

h2 {
	text-align: center;
	padding: 2em 0 0.5em;
	padding-top: 70px;
	margin-top:-70px;
}

/* NEWS LIST */
ul.news {
	width: 100%;
	max-width: 1000px;
	background: rgba(81,49,142,1);
	mix-blend-mode: multiply;
	border-radius: 1.5em;
	padding: 0 1.5em;
	margin: auto;
	z-index: 2;
}
ul.news li {
	padding: 1.5em 1em 1.5em 0;
	border-bottom: #866fb0 dashed 1px;
	color: #fff;
}
ul.news li:last-child { border: 0; }
ul.news li p {
	display: inline-block;
	vertical-align: middle;
	width: 5em;
	text-align: center;
}
ul.news li p:last-child {
	width: calc(100% - 5em);
	text-align: left;
}
ul.news li p:first-child {
	text-align: left;
	color: #fff100;
	padding: 0 1em;
	font-weight: 700;
}
ul.news li p:first-child span {
	display: block;
	width: 100%;
	font-size: 0.75em;
}
ul.news li a:hover {
	color: #fff100;
	text-decoration: underline;
}

.bg1, .bg2 {
	position: absolute;
	z-index: -1;
}

.bg1 {
	left: 50%;
	top: 200px;
	margin-left: -650px;
}

.bg2 {
	right: 50%;
	top: 70px;
	margin-right: -490px;
}

/* Note */
.note {
	width: 100%;
	max-width: 1000px;
	margin: 2em auto;
	background: url(../images/common/note_bg.jpg) top center repeat-y;
	background-size: 100% auto;
}
.note-top {
	width: 100%;
	background: url(../images/common/note_top.jpg) top center no-repeat;
	background-size: 100% auto;
}
.note-btm {
	width: 100%;
	background: url(../images/common/note_bottom.png) bottom center no-repeat;
	background-size: 100% auto;
	padding: 6em 7em 8em 12em;
	font-family: 'Kiwi Maru', serif;
}

.noteTxt {
	white-space: pre-wrap;
	line-height: 1.8em;
}

.noteTxt span {
	background: linear-gradient(transparent 70%, rgba(255,0,78,0.3) 0%);
	padding: 0 0.5em;
}

.noteTxt h3 {
	font-size: 1.5em;
	font-weight: 700;
	color: #51318e;
}

.noteTxt span.dede {
	font-family: 'Piedra', cursive;
	background: none;
	color: #51358c;
	font-size: 1.5em;
	padding: 0;
}

.noteTxt .deBox {
	border: #51358c solid 2px;
	padding: 1.5em;
	background: rgba(255,255,255,0.65);
}

.contentsBox.chara .ttlBox { font-family: 'RocknRoll One', sans-serif; }
.contentsBox.chara .ttlBox h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #51358c;
	margin-bottom: 0.5em;
}
.contentsBox.chara .ttlBox h3 span { font-size: 0.8em; }
.contentsBox.chara .txtBox {
	text-align: left;
	padding: 1.5em;
}
.contentsBox.chara img { max-width: 100%; }

/* footer */
footer {
	text-align: center;
	padding: 2em;
}
footer h3 {
	padding: 0 1em 5em;
}

@media all and (max-width: 1000px) {
	.bg2 {
		right: 0;
		top: 70px;
		margin-right: 0;
	}
}

@media all and (max-width: 736px) {
	img { max-width: 100%; }
	.sp { display: block; }
	.sp_ib { display: inline-block; }
	.sp_inline { display: inline; }
	.sp_flex { display: flex; }
	.pc { display: none; }
	.pc_ib { display: none; }
	.pc_inline { display: none; }
	.pc_flex { display: none; }
	header ul.Gmenu { display: none; }

	body {
		font-size: 3vw;
	}

	header h1 {
		top: 3.5vw;
		left: 4vw;
	}
	header h1 img { width: 40vw; }
	header div.menu {
		top: 5vw;
		right: 5vw;
	}

	header .menu_open {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		width: 13vw;
		cursor: pointer;
		z-index: 10000;
	}

	header .menu { display: none; }
	header.showmenu .menu { display: block; }
	header.showmenu .menu_open { display: none; }
	header.showmenu .menu_close {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		width: 13vw;
		cursor: pointer;
		z-index: 10000;
	}

	header.showmenu .menu > ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(81,53,140,0.95);
		color: #fff;
		z-index: 9999;
	}
	header.showmenu .menu ul li { padding: 1em 0; }
	header.showmenu .menu ul li img { height: 5vw; }

	div.contentsBox { padding: 0 0 2vw; }

	h2 {
		padding-top: 1em;
		margin-top: -1em;
	}

	ul.news { width: 90%; }
	ul.news li { padding: 1em 0.5em; }
	ul.news li p,
	ul.news li p:last-child {
		width: 100%;
		text-align: left;
	}
	ul.news li p:first-child {
		font-size: 0.8em;
		padding: 0;
	}
	ul.news li p:first-child span {
		display: inline;
		font-size: 1em;
		padding: 0;
	}
	ul.news li p:first-child span:after { content:"."; }
	ul.music li { width: 50%; }

	.bg1,
	.bg2 {
		display: none;
	}

	h2 img { height: 2.75em; }
	.note-btm {
		padding: 2em 3em 3em 7em;
	}
}