@charset "UTF-8";

/* ============= header ============= */

.top > aside > #top-head{
	background: none;
}

header .head {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
header h1.logo {
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
}
header .navigation {
	width: auto;
}
header .navigation ul {
	margin: 0;logo
	padding: 0;
}
header .navigation li {
	margin: 0 15px;
	padding: 0;
	float: left;
}
header .navigation li > * > :last-child {
		margin: 0;
	}
header .navigation img {
	height: 13px;
}
header .navigation a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
header .navigation a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

header #sns img {
	height: 30px;
}
header #sns li {
	margin: 0 10px 0 0;
	float: left;
}
header .head .logo img {
	width: 160px;
}

/* ============= img ============= */

.top {
	background: url(../img/cover01.jpg) no-repeat right top fixed;
	background-size: cover;
}
.bio {
	background: url(../biography/img/cover01.jpg) right top no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.video {
	background: url(../music/img/cover01.jpg) right no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.music {
	height: 100%;
	background: url(../music/img/cover01.jpg) right no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.calendar {
	background: url(../calendar/img/cover02.jpg) left top no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.contact {
	height: 100%;
	background: url(../contact/img/cover01.jpg) right no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.media {
	background: url(../media/img/cover01.jpg) right top no-repeat;
	background-size: cover;
	background-attachment:fixed;
}


/* ============= content ============= */

.content {
	width: 600px;
	font-size: 14px;
	line-height: 1.8em;
}
.content h2, .content2 h2 {
	margin: 0 0 50px 0;
}
.content2 {
	width: 980px;
	font-size: 14px;
	line-height: 1.8em;
}



/* ============= bio ============= */
.bio h2 {
	float: left;
}
.content .tab_content {
	width: 600px;
}
.content .tabs {
	width: 210px;
	margin: 5px 0 0 20px;
	float: left;
}
.bio div {
	clear: both;
}

/* ============= video ============= */
.video .box {
	width: 360px;
	min-height: 390px;
	margin: 10px 20px 10px 0;
	float: left;
}
.video .box p {
	margin: 0;
	padding: 5px 0 20px 0;
}

/* ============= photos ============= */
.photos .box {
	width: 220px;
	margin: 10px 10px 10px 0;
	float: left;
}
.photos .box p {
	margin: 0;
	padding: 5px 0 20px 0;
}

.photos .dl {
	font-size: 16px;
	text-align: center;
    background: #444;
	color: #fff;
    font-family: "Times New Roman", Times, serif;
	display: block;
	width: 280px;
	height: 60px;
	line-height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	margin-top: 50px;
}

/* ============= music ============= */
.music .box {
	width: 470px;
	float: left;
}
.music .box img {
	width: 100%;
}
.music p {
	width: 480px;
	margin: 0;
	padding: 5px 0 20px 20px;
	float: left;
}

/* ============= calendar ============= */
.calendar h2 {
	float: left;
}
.calendar .tab_content > dl {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
}
.calendar dd {
	margin: 0;
	padding: 0;
	width: 100%;
}
.calendar dd.text {
	width: 75%;
	box-sizing: border-box;
	padding-right: 30px;
	text-align: left;
}
.calendar dd.poster {
	width: 25%;
}
.calendar dd.poster img {
	width: 100%;
}
.calendar .tab_content > dl > dt {
	margin: 0 0 20px 0;
	font-size: 12px;
	text-align: right;
	color: #999;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.calendar strong {
	margin: 0 0 10px 0;
	display: block;
}

@media screen and (max-width: 768px) {
	.calendar dd.text {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.calendar dd.poster {
		width: 100%;
	}
}
.calendar dd.text .info {
	display: flex;
	flex-wrap: wrap;
}
.calendar dd.text .info a {
	word-wrap: break-word;
}
.calendar dd.text .info dt {
	width: 3em;
}
.calendar dd.text .info dd {
	width: calc(100% - 3em);
}
.calendar dd.text .info.info_en dt {
	width: 110px;
}
.calendar dd.text .info.info_en dd {
	width: calc(100% - 110px);
}
/* ============= media ============= */
.media strong {
	margin: 15px 0 5px 0;
	font-size: 15px;
	display: block;
}


/* ============= contact ============= */
table#form  {
	width: 100%;
	/*padding: 30px 0 0 0;
	border-top: 1px solid #fff;*/
}
table#form th {
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #ccb29e;
	vertical-align: top;
}
table#form td {
	padding: 10px;
	border-bottom: 1px dotted #ccb29e;
	vertical-align: top;
}
input.button {
	width: 180px;
	padding: 10px 0;
	position: relative;
	background-color: #444;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #222;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	border-style: none;
}
input.button:hover {
	background-color: #999;
	box-shadow: 0 3px 0 #666;
}
input.button:active {
	top: 3px;
	box-shadow: none;
}

.contact .add {
	margin-top: 50px;
	background-color: #faf9f7;
	padding: 30px;
}

.contact dt {
	font-weight: bold;
	margin-bottom: 20px;
}
.contact dd {
	margin: 0;
}

/* ============= comingsoon ============= */
.comingsoon h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	letter-spacing: 0.075em;
}

.comingsoon {
	background: url(../comingsoon/img/cover01.jpg) right top no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position: right center;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

/* ============= class ============= */
.tabs li.active a {
	width: 90px;
	margin: 0 0 0 10px;
	padding: 1px 0;
	border-radius: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	text-align: center;
	background: #444;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
    display: block;
}
a.more2 {
	width: 90px;
	margin: 0 0 0 10px;
	padding: 1px 0;
	border-radius: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	text-align: center;
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444;
	border: 1px solid #444;
    display: block;
	float: left;
}
a:hover.more, a:hover.more2 {
	background: #999;
}
.red {
	color: #C00;
}
.size11 {
	font-size: 11px;
}





/* ============= sp menu ============= */
.inner {
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
	width: 100%;
	padding: 15px 0;
	background: #ded8cc;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: fixed;
	/*bottom: 0;*/
}
#top-head a,
#top-head {
}
#top-head .inner {
	display: none;
    position: relative;
    z-index: 100;
}
#top-head .logo {
}
 
/* Fixed */
#top-head.fixed {
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
    color: #333;
/*    padding: 0 20px; */
}
 
/* Toggle Button */
#nav-toggle {
	display: none;
	background-color: rgba(255,255,255,.7);
	cursor: pointer;
	height: 26px;
	padding: 7px 6px 4px;
	position: absolute;
	right: 8px;
	top: 7px;
	width: 29px;
	z-index: 101;
	border: solid 1px #ddd;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


#sp-sns{
	display: none;
}
.mente{
	background-color: #000000; 
	border-radius: 3px; 
	padding: 15px 20px; 
	display: block; 
	width: 300px; 
	text-align: center;
}
.mente a{
	color: #ffffff;
}

/* ============= responsive over 1000px ============= */
@media screen and (min-width: 1000px) {
	#top-head {
		padding: 20px 0 0;
	}
	header .head {
		display: flex;
		justify-content: space-between;
	}
	header h1.logo {
		display: block;
	}
	header h1.logo a {
		display: block;
	}
	header .navigation ul {
		margin-top: 10px;
	}
	header .navigation ul:first-child {
		margin-top: 0;
	}
}
/* ============= responsive under 999px ============= */
@media screen and (max-width: 999px) {
	header h1.logo{
		left: 0;
		position: absolute;
		top: 0;
	}
	header h1.logo{
		float: none;
		padding: 1rem 0 0 1rem;
	}
	header h1.logo img{
		width: 80%;
	}

	header .head {
		margin: 0;
		width: auto;
	}

	#global-nav{
		display: none;
	}

	/* ============= header ============= */
	header #sns {
		display: none;
	}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		background: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		background: none;
		margin-top: 0;
		z-index: 999;
		width: 100%;
		padding: 0;
		position: relative;
	}

	#top-head .inner {
		position: fixed;
		display: block;
		top: 0;
	}

	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: none;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}

	#sp-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -556px;
		background-color: rgba(222,216,204,.9);
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#sp-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
		padding-top: 56px;
	}
	#sp-nav ul li {
		float: none;
		position: static;
		border-bottom: solid 1px #ebe7e0;
		text-align: left;
	}
	#sp-nav ul li:first-child {
		border-top: solid 1px #ebe7e0;
	}
	#top-head #sp-nav ul li a,
	#top-head.fixed #sp-nav ul li a {
		width: 100%;
		display: block;
		color: #000;
		padding: 16px 5px 16px 10px;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #sp-nav スライドアニメーション */
	.open #sp-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}

/* ============= responsive under 768px ============= */
@media screen and (max-width: 768px) {

	.top aside {
		padding: 0;
		width: auto;
	}

	.top aside h1 {
		float: none;
		padding: 1rem 0 0 1rem;
	}

	aside h1 {
		width: 100%;
		margin: 10%;
		min-height: 238px;
		background: url(../img/logo.png) no-repeat;
		background-size: contain;
		display: block;
	}

	article {
		margin: 0;
		padding: 0 0 20%;
		width: auto;
	}
	.content,
	.content2{
		text-align: justify;
		width: auto;
		padding: 0 4%;
		word-wrap: break-word;
	}
	.content h2, .content2 h2 {
		margin: 0 0 1rem;
	}
	.content h2 img{
		height: 32px;
		width: auto;
	}


	/* ============= footer ============= */
	footer {
		background: none;
		bottom: 0;
		opacity: 1;
		padding: 1rem;
		position: relative;
		width: auto;
		box-sizing: border-box;
	}
	#sp-sns {
		display: inline;
		background-color: rgba(222,216,204,.8);
		bottom: 0;
		left: 0;
		position: fixed;
		width: 100%;
	}
	#sp-sns ul{
		display: table;
		width: 100%;
	}
	#sp-sns li {
		display: table-cell;
		text-align: center;
		width: 25%;
		border-right: solid 1px #fff;
	}
	#sp-sns li:last-child {
		border-right: none;
	}
	#sp-sns li a{
		display: block;
	}
	#sp-sns li img{
		height: 45px;
		width: auto; 
	}


	footer #sns {
		display: none;
	}
	footer #sns li {
	}
	footer h2 {
		margin: 0 0 0.5rem;
	}
	footer dl {
		float: none;
		margin: 0;
		width: auto;
		padding-bottom: 2rem;
	}
	footer dt {
		float: none;
		width: auto;
		margin: 0 0 0.5rem;
	}
	footer dd {
		float: none;
		width: auto;
		margin: 0;
	}



	.top {
		background: url(../img/cover01.jpg) no-repeat;
		background-size: 100% auto;
		height: auto !important;
		padding: 0 0 74%;
	}
	.bio {
		background: url(../biography/img/cover01.jpg) no-repeat -3rem top;
		background-size: 100% auto;
		height: auto !important;
		padding: 50% 0 0 0;
	}
	.calendar {
		background: url(../calendar/img/cover02.jpg) no-repeat right top;
		background-size: 100% auto;
		height: auto !important;
		padding: 50% 0 0 0;
	}
	.music {
		background: url(../music/img/cover01.jpg) no-repeat right top;
		background-size: 100% auto;
		height: auto !important;
		padding: 35% 0 0 0;
	}
	.video {
		background: url(../music/img/cover01.jpg) no-repeat right top;
		background-size: 100% auto;
		height: auto !important;
		padding: 35% 0 0 0;
	}
	.media {
		background: url(../media/img/cover02.jpg) no-repeat right top;
		background-size: 100% auto;
		height: auto !important;
		padding: 50% 0 0 0;
	}
	.contact {
		background: url(../contact/img/cover02.jpg) no-repeat right top;
		background-size: 100% auto;
		height: auto !important;
		padding: 35% 0 0 0;
	}


	/* ============= bio ============= */
	.content .tab_content {
		text-align: justify;
		width: auto;
	}
	.bio h2 {
		float: none;
		text-align: center;
	}
	.content .tabs {
		display: table;
		float: none;
		margin: 0 auto 1rem;
		width: auto;
	}
	.content .tabs li{
		display: table-cell;
	}
	.content .tabs li a {
		border-radius: 5px;
		padding: 3px 15px;
	}


	/* ============= calender ============= */
	.calendar h2 {
		float: none;
		text-align: center;
	}
	.calendar dl {
		margin-bottom: 1.4rem;
	}


	/* ============= photos ============= */
	.photos h2 {
		float: none;
		text-align: center;
	}
	.photos article{
		margin: 0 auto;
		padding: 25% 0 17%;
		width: auto;
	}
	.photos .content2{
		text-align: justify;
		width: 610px;
		padding: 13% 0 0;
		margin: 0 auto;
	}
	.photos .box {
		display: inline-block;
		height: 140px;
		margin: 0 0 10px 10px;
		width: 140px;
	}
	.photos .box img{
		width: 140px;
		height: auto;
	}


	/* ============= music ============= */
	.music h2 {
		float: none;
		text-align: center;
	}
	.music article{
		padding: 0 0 13%;
	}
	.music .content2{
		text-align: justify;
		width: auto;
		margin: 0 auto;
	}
	.music .box {
		float: none;
		height: auto;
		text-align: center;
		width: 100%;
	}
	.music .box img{
		width: 100%;
		height: auto;
	}
	.music p {
		float: none;
		margin: 0;
		padding: 0.5rem 0 0;
		width: auto;
	}
	.music a.more2 {
		border: 1px solid #444;
		border-radius: 5px;
		box-sizing: border-box;
		float: none;
		margin: -1rem 0 0;
		padding: 3px 15px;
		width: 100%;
	}


	/* ============= video ============= */
	.video h2 {
		float: none;
		text-align: center;
	}
	.video article{
		padding: 0 0 13%;
	}
	.video .content2{
		text-align: justify;
		width: auto;
		margin: 0 auto;
	}
	.video .box {
		float: none;
		height: 100%;
		margin: 0 0 2rem;
		padding-bottom: 0;
		text-align: center;
		width: 100%;
		min-height: 174px;
	}
	.video .box iframe {
		height: 100%;
		left: 0;
		margin-bottom: 1rem;
		position: relative;
		width: 100%;
		z-index: 0;
		min-height: 255px;
		max-height: 250px;
	}
	.video .box p {
		width: 100%;
		text-align: left;
	}


	/* ============= media ============= */
	.media h2 {
		float: none;
		text-align: center;
	}
	.media article{
		padding: 0 0 13%;
	}
	.media p {
		width: auto;
	}
	.media strong {
		margin: 1rem 0 0.5rem 0;
	}
	.media hr {
		margin: 1rem 0 0;
		padding: 0.5rem 0;
	}


	/* ============= contact ============= */
	.contact h2 {
		float: none;
		text-align: center;
	}
	.contact article{
		background: rgba(0, 0, 0, 0) linear-gradient(to top, #fff, #fff 85%,
			rgba(255, 255, 255, 0)) repeat 0 0;
		padding: 0 0 25%;
	}
	.contact p {
		margin: 0;
		width: auto;
	}
	.contact table#form {
		border-top: medium none;
		box-sizing: border-box;
		padding: 0;
		width: 100%;
	}
	.contact table#form th {
		border-bottom: none;
		display: block;
		padding: 0 0 0.5rem;
		width: 100%;
		box-sizing: border-box;
	}
	.contact table#form td {
		display: block;
		padding: 0 0 1rem;
		margin-bottom: 1rem;
		width: 100%;
		box-sizing: border-box;
	}
	.contact table#form td span{
		display: block;
	}

	.contact table#form td input{
		width: 80% !important;
	}
	.contact table#form td textarea{
		box-sizing: border-box;
		width: 100% !important;
	}

	.comingsoon h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.comingsoon {
		background-image: url(../comingsoon/img/cover02.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center 90%;
		background-attachment: scroll;
		align-items: flex-start;
	}

	.comingsoon .content {
		margin-top: 160px;
	}
	
.spOnly {
	display: block;
}
.pcOnly {
	display: none;
}
.sen{
	text-align: center;
}	
.mente{
	background-color: #000000; 
	border-radius: 3px; 
	padding: 3% ; 
	display: block; 
	width: 80%; 
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
	
.mente a{
	color: #ffffff;
}	
	
}


/* ============= responsive under 640px ============= */
@media screen and (max-width: 640px) {

	/* ============= photos ============= */
	.photos .content2{
		width: 460px;
		margin: 0 auto;
	}

	/* ============= video ============= */
	.video .box p{
		/*文字数長いタイトル用*/
		/*overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;*/
	}
}

/* ============= responsive under 480px ============= */
@media screen and (max-width: 480px) {

	/* ============= photos ============= */
	.photos .content2{
		width: 310px;
		margin: 0 auto;
	}

}