@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&display=swap');

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, 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,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"sans-serif";*/
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	position: relative;
	color:#000000;
}
a {
	text-decoration:underline;
	outline:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
a:focus,a:visited {
	outline:none;
	color:#000000;
}
img {
	border:none;
	vertical-align:bottom;
}
li {
	list-style:none;
}
iframe {
	display:block;
}
::selection {
	background-color:#d4eff0;
}
::-moz-selection {
	background-color:#d4eff0;
}
iframe[name="google_conversion_frame"] { position:absolute; top:0; }

.font {
	font-family: 'Noto Sans JP', sans-serif;
}

/* -------------------------------------------------------------------------- */
/* -- other -- */
.opa {
	opacity: 1;
	transition: all 220ms 0s ease-out;
}
.opa:hover,.opa:focus {
	opacity: .5;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* マージン */
.margin05 {
	margin-top: .5rem;
}
.margin1 {
	margin-top: 1rem;
}
.margin2 {
	margin-top: 2rem;
}
.margin3 {
	margin-top: 3rem;
}

#over {
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #2b1736;
}
#back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../img/back.jpg") center top no-repeat;
	background-size: cover;
}


/* -------------------------------------------------------------------------- */
/* -- #main -- */
#main {
	position: relative;
	z-index: 2;
	width: 973px;
	margin: auto;
	background-color: #ffffe4;
	box-shadow:0px 0px 14px 0px rgba(0,0,0,.2);
}


/* -------------------------------------------------------------------------- */
/* -- nav -- */
nav {
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	box-sizing: border-box;
	width: 973px;
	height: 80px;
	margin: auto;
	background-color: #000;
}
nav ul {
	letter-spacing: .4em;
}
nav ul li {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
nav ul.menu {
	padding-top: 22px;
	padding-left: 40px;
}
nav ul.menu li {
	margin-right: 20px;
}
nav ul.shareBtn {
	position: absolute;
	right: 20px;
	top: 7px;
}
nav ul.shareBtn li:first-child {
	margin-right: 20px;
}


/* -------------------------------------------------------------------------- */
/* -- header -- */
header {
	position: relative;
}
header h1 {
	position: relative;
}
header h1 img {
	width: 100%;
	height: 0;
	padding-top: 1315px;
	background: url("../img/mainimg.jpg") center top no-repeat;
}
header .eye {
	opacity: 0;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 550px;
	width: 100%;
	height: 0;
	padding-top: 110px;
	background: url("../img/mainimg_over.jpg") center top no-repeat;
	animation: eye 6s linear infinite;
}
@keyframes eye {
	0% {
		opacity: 0;
	}
	55% {
		opacity: 0;
	}
	56% {
		opacity: 1;
	}
	59% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	91% {
		opacity: 1;
	}
	92% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	96% {
		opacity: 1;
	}
	97% {
		opacity: 0;
	}
}


/* -------------------------------------------------------------------------- */
/* -- article -- */
article {
	padding-bottom: 7rem;
}

#info {
	position: relative;
}
#info .ill1 {
	position: absolute;
	right: 60px;
	top: -1rem;
}
#info .ill1 img {
	width: 362px;
	height: 550px;
	background: url("../img/ifno_img.png") 0 0 no-repeat;
	background-size: auto;
}

#songs {
	position: relative;
	padding-bottom: 210px;
	background-image: url("../img/songs_img.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}
#songs .txt {
	width: 875px;
	margin: 20px auto 0;
	line-height: 40px;
	letter-spacing: -.03em;
	font-weight: 700;
	font-size: 25px;
}
#songs .txt .color {
	margin-left: .4em;
	letter-spacing: -.05em;
	color: #e4007f;
}
#songs .txt .mini {
	font-size: 18px;
}

#songs .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	width: 515px;
	margin: auto;
}

#movie {
	position: relative;
	margin-top: 7rem;
}
#movie .movieItem {
	width: 875px;
	margin: 30px auto 0;
	text-align: center;
	box-sizing: border-box;
}
#movie .movieItem:nth-of-type(n+3) {
	opacity: 0;
}
#movie .movieItem div {
	position: relative;
	height: 0;
	margin-top: 15px;
	padding-top: 56.25%;
	background: url("../img/loading.gif") center center no-repeat #24cfd5;
}
#movie .movieItem iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}
#movie .movieItem:nth-of-type(n+3) iframe {
	display: none;
}
#movie .movieItem h3 {
	text-align: left;
	font-size: 25px;
}

#link {
	margin-top: 4rem;
}
#link #linkArea {
	overflow: hidden;
}
#link #linkArea p {
	float: left;
	margin-top: 20px;
	margin-left: 44px;
}







