@charset "UTF-8";
body {
	background: #F9F9F9 no-repeat top center fixed;
	background-image: url(../img/bg.jpg?1801192000), url(../img/bg2.jpg?1801192000);
	background-size: 100% auto;
	position: relative;
	z-index: 0;
	transition: background-image 1s;
}

body::before {
	position: fixed;
	content: '';
	background: url(../img/bg3.png) left top;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	z-index: -1;
	transition: opacity 0.5s;
	opacity: 0;
}

body::after {
	position: absolute;
	content: '';
	background: inherit;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(5px);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -2;
	transition: opacity 0.5s;
	opacity: 0;
}

body.blur {
	background-image: url(../img/bg2.jpg);
	transition: background-image 0.5s;
}

body.blur::before {
	opacity: 1;
}

body.blur::after {
	opacity: 1;
}

@media screen and (max-width: 1025px),
@media screen and (max-device-width: 1025px) {
	body {
		background-size: 180% auto;
	}
	body::after {
		display: none;
	}
	body.blur {
		background-image: url(../img/bg.jpg);
	}
}

@media screen and (max-width: 580px),
@media screen and (max-device-width: 580px) {
	body {
		background-size: 220% auto;
	}
}


/* -----------------------------------
	概要
----------------------------------- */

body main {
	font-family: "游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","Aozora Mincho Regular",serif;
	color: #333;
	font-size: 1.5rem;
	font-weight: 900;
	padding: 0;
	margin: 0px auto 50px;
	max-width: 100%;
	overflow: hidden;
}

body main section {
	padding: 8vh 1vw;
	background: rgba(255, 255, 255);
	background-blend-mode: color-burn;
}

body main section>div {
	padding: 3vh 2vw;
	max-width: 980px;
	margin: auto;
	background: #fff;
}

body main section.top,
body main section.social {
	color: #000;
	max-width: none;
	margin: 0 auto;
	background: none;
	box-shadow: none;
	border: none;
	outline: none;
}

hr {
	border: none;
	border-top: 2px dotted #AAA;
	margin: 30px 0;
}

em {
	font-style: normal;
}

main h1 {
	text-align: center;
}

main h2 {
	display: block;
	color: #FFF;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	line-height: 100%;
	max-width: 980px;
	margin: 1vh auto;
	padding: 0.6em 0.5em 0.7em;
	text-align: center;
}

main h2::before {
	display: inline-block;
	vertical-align: middle;
	width: 0.8em;
	height: 0.8em;
	margin: -0.1em 0.6em 0 0.5em;
	background-size: 100% auto;
}

main p {
	font-weight: normal;
	line-height: 1.6em;
	margin: 0.5em 0.5em;
}

main .head+p,
main .subhead+p,
main .subhead+dl {
	font-weight: bold;
}

main p.note {
	margin: 0.5em 0 0;
}

main p.note span {
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0 0 0.2em 0;
	padding: 0 0 0 1em;
}

main p.note span::before {
	content: "※";
	margin: 0 0.5em 0 0;
}

main p.note small {
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0 0 0.2em 0;
	padding: 0;
}

main p.note em {
	display: block;
	color: #D34380;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.05em;
	margin: 0.5em 0;
	padding: 0.2em 0.1em 0.3em;
}

main ul {
	margin: 10px 0 30px;
	line-height: 1.6em;
}

a,
main a:link,
main a:visited,
main a:hover,
main a:active {
	color: #09f;
	text-decoration: underline;
}

main a:hover,
main a:active {
	text-decoration: none;
}

main a,
main a[target]:link,
main a[target]:visited,
main a[target]:hover,
main a[target]:active {
	color: #09f;
	text-decoration: underline;
}

main a[target]:hover,
main a[target]:active {
	text-decoration: none;
}

.head {
	display: block;
	color: #fff;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 140%;
	text-indent: -0.8em;
	background: rgba(29, 161, 242, 0.5);
	margin: 0 0 0.5em 0;
	padding: 0.5em 1em 0.4em;
	border: 1px solid #000;
}

.head span {
	display: block;
	color: #000;
	font-size: 0.7em;
}

.subhead {
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0.8em 0;
	padding: 0.85em 1em 0.7em;
	outline: 1px solid #000;
  display: inline-block;
}

.goods a,
main .goods a:link,
main .goods a:visited,
main .goods a:hover,
main .goods a:active {
	font-size: 0.8em;
	text-decoration: underline;
}

@media screen and (max-width: 1025px),
@media screen and (max-device-width: 1025px) {
	body main section {
		padding: 8vh 2vw;
	}
}

@media screen and (max-width: 580px),
@media screen and (max-device-width: 580px) {
	.head {
		font-size: 1.6em;
		text-indent: -0.45em;
		padding: 0.5em 0.7em 0.4em 0.5em;
	}
	.head span {
		font-size: 0.6em;
		line-height: 140%;
	}
	main h2 {
		font-size: 1.6em;
	}
	.subhead {
		line-height: 140%;
	padding: 0.55em 1em 0.4em;
	}
}


/* -----------------------------------
	トップ
----------------------------------- */

.top {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	align-content: space-between;
	font-size: 1vw;
	font-weight: bold;
	min-height: 96vh;
	padding: 0;
}

.top h1 {
	top: 15px;
	position: fixed;
	width: 100%;
	opacity: 1;
	transition: opacity 0.8s;
	z-index: 1;
}

.top img ,.special img{
	margin:0 0 30px 0;
}

body.blur .top h1 {
	opacity: 0;
	pointer-events: none;
}

.top h1 img {
	max-width: 40%;
	height: auto;
}

.top div {
	width: 50%;
	margin: 55vh 0 0;
	padding: 3vh 2vw 0;
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
}

.top div p:nth-of-type(1) {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 7px #FFF, -2px 2px 7px #FFF, 2px -2px 7px #FFF, -2px -2px 7px #FFF,2px -2px 7px #FFF,-2px 2px 7px #FFF,
	2px -2px 7px #FFF,-2px 2px 7px #FFF, 2px -2px 7px #FFF,-2px 2px 7px #FFF,2px -2px 7px #FFF;
}

/*.top div p:nth-of-type(1):first-letter {
	color: #B9131A;
	font-size: 1.6em;
	margin: 0 0.1em 0 0;
}
*/

.top ul {
	display: flex;
	flex-flow: column wrap;
	align-items: stretch;
	align-content: space-around;
	position: relative;
	width: 50%;
	padding: 3vh 2vw 0;
}

.top ul li {
	display: inline-flex;
	align-self: flex-end;
	font-size: 2.1em;
	line-height: 140%;
	text-shadow: 2px 2px 7px #FFF, -2px 2px 7px #FFF, 2px -2px 7px #FFF, -2px -2px 7px #FFF, 2px -2px 7px #FFF, -2px -2px 7px #FFF, 2px -2px 7px #FFF,
	 -2px -2px 7px #FFF, 2px -2px 7px #FFF, -2px -2px 7px #FFF, 2px -2px 7px #FFF, -2px -2px 7px #FFF;
}

.top ul li:nth-of-type(1) {
	font-size: 5em;
	line-height: 120%;
}

.top ul li:nth-of-type(2) {
	font-size: 2.8em;
	font-weight: normal;
	margin: 0.5em 0;
}

.top ul li:nth-of-type(3) {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.top ul li img{
	margin-left: auto;
}

@media screen and (max-width: 1025px),
@media screen and (max-device-width: 1025px) {
	.top h1 {
		top: auto;
		position: relative;
		margin-top: 50px;
	}
	.top h1 img {
		max-width: 60%;
	}
	.top div {
		width: 100%;
		margin: 45vh 0 2vh 0;
	}
	.top div p:nth-of-type(1) {
		font-size: 1.6em;
		margin: 0;
		padding: 0;
	}
	.top div p:nth-of-type(2) {
		font-size: 2em;
		text-indent: 0;
		padding: 0;
		line-height: 200%;
	}
	.top ul {
		width: 100%;
		padding: 0 2vw 0;
		align-self: center;
	}
	.top ul li:nth-of-type(1) {
		font-size: 10em;
	}
	.top ul li:nth-of-type(2) {
		font-size: 4em;
		margin: 3vh 0;
	}
	.top ul li:nth-of-type(2) em {
		font-size: 1.6em;
	}
	body.blur .top h1 {
		animation: sa 2.5s infinite;
		-webkit-animation: sa 2.5s infinite;
	}
	@-webkit-keyframes sa {
		0% {
			top: 0;
		}
		100% {
			top: -10px;
		}
	}
	@keyframes sa {
		0% {
			top: 0;
		}
		100% {
			top: -10px;
		}
	}
}

@media screen and (max-width: 580px),
@media screen and (max-device-width: 580px) {
	.top div {
		width: 100%;
		margin: 45vh 0 1vh 0;
		text-align: center;
	}
	.top div p:nth-of-type(1) {
		font-size: 2.5em;
	}
	.top div p:nth-of-type(2) {
		font-size: 2.2em;
		line-height: 180%;
		margin: 1vh 0 0 0;
	}

	.top ul li{
		align-self: center;
	}
}


/* -----------------------------------
	ニュース
----------------------------------- */

body main section.news dl dt {
	background: #EEE;
	padding: 0.2em;
}

body main section.news dl dt::before {
	content: "・";
}

body main section.news dl dd {
	margin: 0 1.2em 0.5em;
	padding: 0.5em 0;
	border-bottom: 1px dashed #999;
}


/* -----------------------------------
	ソーシャル
----------------------------------- */

body main section.social {
	margin: 3vh 0 0 0;
	padding: 3vh 2vw 2vh;
}

.social ul li {
	display: inline-block;
	margin: 0 1vw;
}

.social ul li a {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

/* -----------------------------------
	作品概要
----------------------------------- */
.outline h3{
	font-weight: 400;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.7em;
	font-size: 24pt;
	display: inline-block;
	border-bottom: 2px solid;
	text-align: center;
}

h4.staff{
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 2em 0 0;
	padding: 0.85em 1em 0.7em;
	outline: 1px solid #000;
	display: inline-block;
}

main p.staff{
	font-size: 1em;
	text-align: left;
}

main p.staff span.SAPA{
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
}

main p.staff span.name{
	font-size: 1.2em;
}

main p.staff span.description{
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
}

/* -----------------------------------
	展示
----------------------------------- */

ul.gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

ul.gallery li {
	display: flex;
	flex-flow: column wrap;
	margin: 0.5%;
	padding: 5px;
	outline: none;
	background: none;
}

/*
ul.gallery li.new figure div::before {
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: -2px -8px;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border-left: 3px solid #FFF;
	outline: 1px solid #B9131A;
	background: #B9131A;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(-7deg);
}*/

ul.gallery-ex1 li {
	width: 23.5%;
	height: auto;
	padding: 0;
	outline: none;
	background: none;
}

ul.gallery-ex2 li {
	width: 24%;
	height: auto;
	padding: 0;
}

ul.gallery-ex3 li{
	padding: 0 0 0 1.5em;
}

ul.gallery li figure div {
	padding: 5px;
	outline: 1px dotted #AAA;
	background: #FFF;
}

ul.gallery li figure figcaption p::before {
	content: "イラスト：";
	font-size: 0.75em;
}

ul.gallery li figure figcaption p {
	margin: 5px 0 0 0;
	padding: 3px;
	background: #EEE;
	outline: 1px solid #DDD;
}

ul.gallery-ex1 li figure figcaption p {
	font-size: 0.7em;
}

ul.gallery-ex2 li figure figcaption p {
	font-size: 1em;
}

@media screen and (max-width: 1025px),
@media screen and (max-device-width: 1025px) {
	ul.gallery li.new figure div::before {
		font-size: 1.3em;
	}
	ul.gallery li figure figcaption p::before {
		display: block;
		content: "イラスト";
		font-size: 0.65em;
	}
	ul.gallery li figure figcaption p {
		font-size: 1em;
		line-height: 120%;
		margin: 5px 0 2vh;
		padding: 5px;
	}
}

@media screen and (max-width: 580px),
@media screen and (max-device-width: 580px){

	ul.gallery-ex1 li {
			width: 49%;
			height: auto;
		}
	}
/* -----------------------------------
	特別企画
----------------------------------- */

  div.special_ps{
		margin:1.5em 0;
		padding:0.1em 1em 1.5em;
		outline: 1px solid #000;
	}

	.special_ps p{
		font-weight: bold;
	}

	.special_ps h3{
    line-height: 1.7em;
    font-size: 1.5em;
    border: none;
    text-align: center;
	}

/* -----------------------------------
	グッズ
----------------------------------- */

.goods ul {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.goods ul li {
	display: inline-flex;
	justify-content: center;
	margin: 0.5%;
	padding: 1%;
	background: #FFF;
	border: 1px dotted #AAA;
}

.goods ul li a:link,
.goods ul li a:visited {
	color: #333;
	text-decoration: none;
}

.goods ul li a figure figcaption p {
	line-height: 140%
}

#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #FFF;
}

#cboxLoadingGraphic {
	background: none;
}

#cboxLoadingOverlay {
	background: #FFF;
}

#cboxLoadedContent .inline {
	background: #FFF;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cboxLoadedContent {
	background: #FFF;
	padding: 1px;
}


/* -----------------------------------
	アクセス
----------------------------------- */

.access dl {
	display: flex;
	flex-flow: row wrap;
	font-size: 0.85em;
	border-top: 1px solid #999;
}

.access dl dt {
	display: inline-flex;
	color: #000;
	background: #EEE;
	flex-basis: 18%;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0.4em 0 0.3em 0.8em;
}

.access dl dd {
	display: inline-flex;
	flex-basis: 82%;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-indent: ;
	margin: 0;
	padding: 0.4em 0 0.3em 0.8em;
	background: #FFF;
}

.access p a {
	display: inline-block;
}

@media screen and (max-width: 1025px),
@media screen and (max-device-width: 1025px) {
	.access div div {
		display: flex;
		flex-flow: column wrap;
	}
	.access div div iframe {
		display: inline-flex;
		width: 100%;
	}
	.access div div iframe+div {
		width: 100%;
	}
	.access dl {
		display: flex;
		flex-flow: column wrap;
	}
	.access dl dt {
		flex-basis: 100%;
		border-right: 1px solid #999;
	}
	.access dl dd {
		flex-basis: 100%;
		border-left: 1px solid #999;
	}
}
