@Charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Sawarabi+Gothic&display=swap');
/*900*/

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 12px;
}

Body {
	position: relative;
	width: 100%;
	background-color: #fff;
	margin: padding: 0;
	font-family: 'Sawarabi Gothic', sans-serif;
}

small {
	font-size: 60%
}

h2#engtitle {
	opacity: 0.7;
	color: black;
	writing-mode: vertical-rl;
	font-size: 1rem;
	word-spacing: 1px;
	letter-spacing: 1.2px;
	position: fixed;
	top: 25px;
	left: -2px;
	z-index: 2;
}

h3 {
	font-size: 3rem;
	letter-spacing: 1.5px;
	margin-left: 20px;
    margin-right: 20px;
}

h2,
h1,
h3 {
	background-color: transparent;
}

#artists hr.line {
	margin-bottom: 100px;
	border: 1px solid #333;
}

ul {
	list-style: none;
	padding-left: 0;
}

::selection {
	background: #e3854f;
	color: white;
}

//Firefox
::-moz-selection {
	background: #e3854f;
	color: white;
}

.container {
	width: 80%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

header {
	margin: 0;
	background-color: #fff;
	color: #d1cc75;
	font-weight: bold;
	text-align: center;
}

hr,
#artists hr.line {
	border: solid 1px #333;
	margin: 50px 0;
}

.logo {
	align-items: flex-end;
	font-size: 60%;
	width: 100%;
	display: flex;
	justify-content: space-around;
	border: 0;
	padding: 30px 20px 10px;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
}

.logo h1 {
	margin: 0 0 13px;
	font-size: 3.5rem;
	text-align: left;
	word-spacing: 5px;
	letter-spacing: 3px;
	font-family: 'Noto Sans JP', sans-serif
}

.logo1 {
	padding: 0;
	padding-right: 3%;
	width: 33%;
}

.logo1 img {
	max-width: 350px;
}

.logo2 {
	padding-bottom: 3%;
	color: #000;
	width: 64%;
	font-weight: normal;
	font-family: 'Sawarabi Gothic', sans-serif;
}

.logo2 h1 p.title2 {
	font-size: 2.2rem;
	padding: 0;
	margin: 0;
}
.logo2 h1 p.title3 {
	font-size: 2rem;
	padding: 0;
    color:#888;
    line-height:1.3;
    font-style:oblique;
	margin: 15px 0;
}


.logo2 h2 {
	color: #32a869;
	margin-top: 5px;
	padding: 0;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 2;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 15px;
}

nav a {
	color: #FFF;
	text-decoration: none;
}

nav a:visited {
	color: #fff;
}
/*リンクの色*/////////////////////////

a {color:#df5b1d;} 
a:visited {color:rgb(236, 82, 43);} /* 一度訪問したリンクの色 */
a:active {color: #eb7cb3;} /*クリック中の色*/

/*リンクの色*/////////////////////////

.logo a {
	color: #fff;
}

a img:hover {
	opacity: 0.5;
}



a:hover {
	opacity: 0.8;
}

div.contents {
	background-color: #d1cc75;
	padding: 40px 15px;
}

article {
	background-color: transparent;
}
/* //////////////////////////////footer */

footer {
	color: #32a869;
	letter-spacing: 1px;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 11px;
	background-color: #000;
	/*
background-image: url(img/line_02_03.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100% auto;
height:60px;*/
	padding: 10px 10px;
	vertical-align: bottom;
	margin: 0 auto;
	text-align: center;
}

footer .toppost img {
	padding-bottom: 0;
}
/*
footer p {padding-top:35px;}*/
/* //////////////////////////////Navigation menu*/

nav {
	background-color: #000;
	MARGIN: 0;
	padding: 7px 0;
	color: #fff;
	z-index: 111;
}

nav ul {
	display: flex;
	justify-content: flex-;
	align-items: center;
	margin: 0;
	color: #666;
	font-size: 13px;
}

nav li:not(last-child) {
	margin-right: 18px;
}

li:first-child {
	padding-left: 20px;
}

li {
	display: inline;
	padding-right: 5px;
}
/* /////////////// Top Image///////////////*/

.hero img {
	width: 85%;
	margin: 0;
	padding: 0;
}

p.img_center{
	  text-align: center;
	}

.hero {
	color: #fff;
	padding: 5px 0;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero h1 {
	color: #cfffda;
	font-size: 48px;
	text-shadow: #444 0 0 10px;
	text-align: center;
}

.hero p {
	margin-top: 0;
	font-weight: bold;
	text-shadow: #444 0 0 10px;
}

figure {
	margin: 0px;
}

figcaption {
	font-size: 10px;
	margin-top: 0px;
    color:#666;
	text-align: center;
}

img {
	width: 100%;
	height: auto;
	border: 0;
}
/* ///////////////// info //////////////////// */

#info h3 {
	text-align: left;
}

section#info {
	margin-bottom: 20px;
}

#event h3 {
	padding: 0.25em 15px;
	color: #555;
	background: transparent;
	border-left: solid 5px #555;
	font-size: 2rem;
	text-align: left;
}

span.credit {
	margin: 30px auto 10px;
display:block;
}
hr.dash {
    border:0;
	border-bottom: 1px #999 dashed;
	width: 100%;
	margin: 25px 0 70px auto;
}
img.nomura {
	max-width: 170px;
}

.credit p {
    margin-left:20px;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 2;
	font-size: 1.2rem;
    display:block;
}
.info p.eng {color:#666;
font-size:14px;}
#info div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.infoimg h4 {
	font-size: 1.5rem; 
	letter-spacing: 1.5px;
	margin: 0 auto;
	color: #333;
	padding: 0.6rem 0.5rem;
}

div.infoimg {
	border: 4px solid #ccc;
	border-radius:50%;
	width:120px;
    height:120px;
    margin-bottom: 30px;
}

article.info {
	width: 75%;
	margin-left: 5%;

}

table {
	width: 100%;
	border-spacing: 0;
	font-size: 1.1rem;
}

table th {
	border-bottom: solid 2px #333;
	padding: 10px 0;
    vertical-align: middle;
    min-width:20%;
}

table td {
	border-bottom: solid 2px #ddd;
	text-align: left;
	padding: 10px 20px;
    width:80%;
}
/* ///////////// About ///////////   */

#about h3 {
	text-align: right;
}


section#about{
	margin: 30px auto 70px ;
}

#about p {
	font-size: 1.2rem;
	letter-spacing: 1.3px;
	line-height: 1.7;
	word-spacing: 1.5px;
    text-align:justify;
}

/* ///////////// Artists ///////////   */

section#artists{
	margin-bottom: 110px;
}

#artists hr.line{margin-bottom:70px;}
#artists h3 {
	text-align:left;
}
#artists img {
	width: 100%;
	margin: 0;
}

#artists .figure {
	margin: 0;
	margin-bottom: 10px;
}


.left {
	float: left;
	width: 49%;
	margin-right: 30px;
}

.right {
	float: right;
	width: 49%;
	margin-left: 30px;
}

#artists .contacticon img {
	width: 15px;
	max-width: 15px;
	margin: 10px 5px 0 5px;
}

#artists h4 {
	margin-right: 10px;
	display: inline;
	font-size: 1.5rem;
	margin-top: 15px;
	line-height: 1;
	margin-bottom: 0;
}

#artists p {
	font-size: 1.2rem;
	letter-spacing: 1.3px;
	line-height: 1.7;
	word-spacing: 1.5px;
    text-align:justify;
}

#artists article {
	padding-top: 15px;
	margin: 0 15px 15px;
}

#artists hr {
	border: 1px dashed #999;
	margin: 30px 0;
}

.clear {
	clear: both;
}
/*トップ戻るボタン*/

#content {
	position: relative;
}

#topBtn {
	/*-----必須-----*/
	position: fixed;
	bottom: 10px;
	right: 25px;
	/*-----装飾-----*/
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background-color: #333;
	color: #fff;
}
/*マウスカーソルの変更*/

body {
	position: relative;
	/*本物のカーソルを非表示に*/
}

body a:hover,
body,
html {
	cursor: crosshair;
	/*aタグホバーのカーソルも非表示に*/
}

#cursor {
	position: fixed;
	opacity: 0.7;
	width: 25px;
	border-radius: 4%;
	height: 28px;
	transform: rotate(3deg);
	background-color: rgba(255, 10, 180, 0.5);
	margin: -20px 0 0 -20px;
	/*半分引いてカーソル先端に画像中心位置が来るように*/
	z-index: 1000;
	/*一番手前に来るように*/
	pointer-events: none;
	/*【重要】マウス直下に常に画像があるので、全てをクリックできなくなる。noneにして対応*/
	transition: transform 0.1s;
	/*開いた瞬間非表示*/
}

#cursor.active {
	background-color: rgba(232, 129, 51, 0.7);
	transform: rotate(270deg);
}






























/*   ///////////////// Mobile /////////////////// */

@media (max-width:800px) {
	section {
		margin-bottom: 30px;
	}
	hr,
	#artists hr.line {
		margin: 25px 0;
		border: 1px solid #333;
	}
	.container {
		width: 85%;
		margin-left: 9%;
		margin-right: auto;
	}
	figcaption {
		font-size: 10px;
		margin-top: 2px;
		color: #666;
	}
	header {
		margin: 0;
		background-color: #fff;
		color: #d1cc75;
		font-weight: bold;
		text-align: center;
	}
	.logo {
		align-items: center;
		flex-direction: column;
		border: 0;
		padding: 30px 0 10px;
		margin: 0;
	}
	.logo h1 {
		letter-spacing: 1.5px;
		margin: 0 0 13px;
		font-size: 2.5rem;
		text-align: center;
	}
	.logo1 {
		padding: 0;
		margin: 10px auto;
		width: 100%;
	}
	#header img {
		width: 100%;
		max-width: 200px;
	}
	.logo2 {
		padding-bottom: 3%;
		color: #000;
		width: 100%;
		font-weight: normal;
	}
	.logo2 h1 p.title2 {
		font-size: 1.3rem;
		padding: 0;
		margin: 0;
		text-align: center;
	}
    
	.logo2 h1 p.title3 {
		font-size: 1.5rem;
		padding: 0;
		margin: 0;
        margin-top: 10px;
        line-height:1.5;
        text-align: center;}
    
	.logo2 h2 {
		color: #32a869;
		margin-top: 10px;
		padding: 0;
		text-align: center;
		letter-spacing: 1.5px;
		line-height: 2;
		font-size: 1rem;
	}
	/* //////////////////////////////footer */
	
	footer {
		font-size: 10px;
		padding: 7px 60px;
		text-align: center;
	}
	/* //////////////////////////////mobile Navigation menu*/
	nav {
		z-index: 111;
		padding: 7px 0;
	}
	nav ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		color: #666;
		font-size: 12px;
	}
	nav li:not(last-child) {
		margin-right: 13px;
	}
	li:first-child {
		padding-left: 20px;
	}
	li {
		display: inline;
		padding-right: 5px;
	}
	/* /////////////// Top Image///////////////*/
	/* /////////////////mobile artists ////////////// */
	#artists hr {
		border: 0px;
		margin: 0;
	}
	.left {
		float: none;
		width: 100%;
		margin: 10px auto;
	}
	#artists img.top {
		margin-top: 40px
	}
	.right {
		margin: 10px auto;
		float: none;
		width: 100%;
	}
	#artists h4 {
		font-size: 1.3rem;
		margin-top: 10px;
		margin-bottom: 7px;
	}
	#artists p {
		margin-top: 10px;
		font-size: 1.1rem;
		letter-spacing: 1.3px;
		line-height: 1.7;
		word-spacing: 1.5px;
	}
	#artists article {
		margin: 10px 5px 40px;
	}
	#artists article.top {
		margin-top: 25px;
	}
	.clear {
		clear: both;
	}
	/* //////////////////////Info mobile///////////////////// */
	#info h3 {
		margin-left: 0;
		text-align: left;
	}
	#artists h3 {
		text-align: right;
	}
	#event h3 {
		margin-left: 0;
		text-align: left;
	}
	#info div{
	flex-direction: column;
    justify-content: center; 
	align-items: center;
	}
    
	#info h4 {
		font-size: 1.2rem;
	}
	div.infoimg {
		margin-top: 30px;
	width:100px;
    height:100px;
	
    
}

	article.info {
		width: 100%;
		margin-left: 0;
	}
	hr.dash {
       
		width: 90%;
		margin: 20px auto 30px;
	}
	section#info {
		margin-bottom: 20px;
	}
	#info div.credit{
        float:none;
        flex:none;
		margin: 20px auto 0;
	}
    
    img.nomura{display:block;
max-width:170px;
   margin: 0 0 10px 35px; }
    
	.credit p {
		text-align: left;
		letter-spacing: 1.5px;
		line-height: 2;
		font-family: 'Sawarabi Gothic', sans-serif;
		font-size: 1.15rem;
        margin: 5px 0 5px 0;
	}
	table {
		margin: 20px auto 0 auto;
		width: 100%;
		border-spacing: 0;
		font-size: 1.1rem;
	}
	h2#engtitle {
		writing-mode: vertical-rl;
		font-size: 0.7rem;
		word-spacing: 1px;
		letter-spacing: 1px;
		position: fixed;
		top: 27px;
		left: -3px;
		z-index: 1;
	}
    
	/* //////////////////////about mobile///////////////////// */
  
#about h3 {
	text-align: right;
}
#about {font-size:1.2rem;
text-align: justify;
letter-spacing:1.3px;
word-spacing:1.7px;}
    
/* ///////////// ////// */
    
    
	h3 {
		font-size: 1.7rem;
		letter-spacing: 1.5px;
		margin-left: 5px;
		margin-right: 5px;
	}
	#topBtn {
		/*-----必須-----*/
		position: fixed;
		bottom: 10px;
		right: 25px;
		/*-----装飾-----*/
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background-color: #333;
		color: #fff;
	}
	/*マウスカーソルの変更*/
	body {
		position: relative;
		/*本物のカーソルを非表示に*/
	}

#cursor {
	position: fixed;
	opacity: 1;
	width: 0px;
	border-radius: 0;
	height: 0px;
	transform: none;
	background-color: none;
	margin: 0;
	/*半分引いてカーソル先端に画像中心位置が来るように*/
	z-index: 1000;
	/*一番手前に来るように*/
	pointer-events: none;
	/*【重要】マウス直下に常に画像があるので、全てをクリックできなくなる。noneにして対応*/
	transition: none;
	/*開いた瞬間非表示*/
}

#cursor.active {
	background-color: none;
	transform:none;
}

}