@charset "UTF-8";
/* CSS Document */
html{
	font-size:62.5%;/*16px×62.5%=10px*/
}
body{
	color:#000;
	font-family: 'Open Sans',"メイリオ", sans-serif;
	font-feature-settings: "palt";
	font-size: 1.6rem;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
img{
	max-width:100%;
	height: auto;
	vertical-align: middle;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.imgsp{
	display: none;
}
.brsp{
	display: none;
}
.fbsp{
    display: none;
}
/*--------------------
header
---------------------*/
.hero{
	position: relative;
	z-index: 0;
}
.heropc{
	max-width: none;
	width:100%;
}
.border{ 
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 25px;
	border-right: solid 15px #95b33e;
	height: 100%;
}
.border2{ 
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 50px;
	border-right: solid 8px #95b33e;
	height: 100%;
}
.border3{ 
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 68px;
	border-right: solid 2px #95b33e;
	height: 100%;
}
h1{ 
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho";
	width: 100%;
	background: -webkit-linear-gradient(to left, rgba(108,39,45,1), rgba(108,39,45,0.1));
	background: linear-gradient(to left, rgba(108,39,45,1), rgba(108,39,45,0.1));
	color: #fff;
	position: absolute;
	bottom: 14%;
	font-size: 3.5rem;
	padding-right: 100px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
}
.title-jpn{
	font-size: 5.8rem;
	font-weight: bold;
}
h1>a{
	color: #fef4f4;
	text-decoration:none;
}
.menu{
    width: 100%;
	background-color: #1F1211;
	color: #FFF;
	font-size: 2.2rem;
	line-height: 2.0;
}
.menu-item>a{
	display: block;
    text-align: center;
	width:150px;
	color:#FFF;
	text-decoration:none;
}
.menu-item>a:hover{
	background-color: rgba(149,179,62,0.5);
	display: block;
}
.menu-current{
	background-color: rgba(149,179,62,0.5);
	display: block;
}
.list{
	display: -webkit-flex;
	display: flex;
    justify-content: center;
}

/*----------------
nav
----------------*/
.menu-btn{
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 200;
	width: 50px;
	opacity: 0.8;
	border: solid 1px #707070;
}
.header-nav{
	display: none;
	/* z-index: 9999; 221016追記 メニューバーの前面表示のため */
	position: fixed;
	top:0;
	left:0;
	width:50%;
	height:100%;
	padding: 120px 0 0;
	background-color: rgba(255,255,255,0.95)
}
.nav-item{
	margin: 0 0 40px;
}
.nav-item>a{
	color:#000;
	font-size: 1.8rem;
	text-transform:uppercase;
	text-decoration: none;
}

/*--------------------
index
---------------------*/
.main{
	padding:40px 90px 0px 90px;
	background-color: #fff7e6;
}
section{
	padding: 0px 0px 50px 0px;
}
a{
	color: #000000;
	text-decoration:underline;
}
h2{
	font-size: 2.6rem;
	border-left: solid 6px #633e5c;
	border-bottom: solid 1px #633e5c;
	padding: 5px 5px 5px 10px;
	text-align: left;
	margin-bottom: 20px;
}
.list1{
	padding: 10px 0;
	list-style: inside;
	margin-left: 1rem;
	text-indent: -1rem;
}
.main-list{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.main-list-item{
	margin-right: 40px;
	flex-basis: 55%;
}
.main-list-item2{
	flex-basis: 45%;
}
.main-list-itemfb{
    flex-basis: auto;
    margin-right: 40px;
}
.list-concert{
	display: -webkit-flex;
    display: flex;
	justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.list-reverse{
	display: -webkit-flex;
    display: flex;
	justify-content: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.concertname-text{
	font-size: 24px;
	font-weight: bold;
	line-height: 2.0;	
	padding: 0px 20px 20px 20px;
}
.main-text{
	line-height: 2.0;	
	padding: 0px 20px 20px 20px;
}
.main-btn{
	position: relative;
	z-index: 2;
	font-family: 'Open Sans',"メイリオ", sans-serif;
	display: inline-block;
	padding: 3px 20px;
	color: #FFF;
	font-size: 1.8rem;
	overflow: hidden;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:solid 2px #b33e5c;
	width:90%;
	background-color: #b33e5c;
	text-align: left;
	margin: 0px 0px 20px 0px;
}
.main-btn:before{
	position: relative;
	left: 90%;
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.main-btn:hover{
	color: #B33E5C;
}
.main-btn,
.main-btn::before,
.main-btn::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.main-btn::after{
	top: 0%;
	left: -100%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.main-btn:hover::after{
	left: 0;
	background-color: #fff7e6;
}
.fontred>a{
	color: #FF0000;
}
.spotifyimg{
    width: 220px;
}
.spotifytext{
    padding-top: 6px;
}
/*--------------------
about
---------------------*/
.loop_css{
	margin: 20px auto;
}
.toshima-img{
	display: none;
}
.about-text{
	line-height: 2.0;	
	padding: 0px 20px 20px 20px;
}
/*--------------------
concert
---------------------*/
h4{
	border-bottom: solid 1px #000;
	padding-left: 5px;
	margin-right: 20px;
}
.concert-left{
	flex-basis: 40%;
}
.concert-right{
	flex-basis: 60%;
}
.concert-img{
	margin-top: 0px;
	margin-bottom: 20px;
	max-width:70%; 
}
.concert-text-indent{
	line-height: 2.0;
	padding-left: 1em;
	text-indent: -1em;
}
.main-text>a{
	text-decoration: underline;
}
.ticket{
	border: solid 1px #000;
	margin: 20px 10px;
	padding: 10px 0px;
	text-align: center;
}
.ticket-list{
	display: inline-block;
}
.ticket-title{
	font-size: 2.6rem;
	line-height: 2.0;
}
.ticket-text{
	text-align: left;
	line-height: 2.0;
	padding: 0px 0px 20px 0px;
	text-indent: -1em;
	padding-left: 1em;
}
.ticket-text-indent>a{
	text-decoration: underline;
}
.ticket-text-indent{
	padding-left: 5em;
	text-indent: -5em;
}
.concert-text-small{
	font-size: 1.6rem;
}
.concert-text-list{
	list-style: circle;
	padding-left: 30px;
}
.concert-table{
	line-height: 1.5;	
	border: dashed 1px #000;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.info-text{
	text-align: left;
	line-height: 1.8;
	padding: 0px 15px 10px 15px;
}
.info-ul{
    border: solid 1px #000;
    list-style: square;
	margin: 0px 25px 10px 25px;
    padding: 0px 15px 0px 30px;
}
.info-list{
	line-height: 1.8;
}
.info-link{
	line-height: 2.0;	
	padding: 0px 20px 20px 20px;
}
.info-link>a{
	text-decoration: underline;
    color: #FF0000;
}
.marker{
	background: linear-gradient(transparent 0%, #ffadad 0%);
}
.bold{
	font-weight: bold; 
}
.textred{
	color: #FF0000; 
}
/*--------------------
record
---------------------*/
h3{
	padding: 4px;
	border:solid 2px #b33e5c;
	margin-bottom: 20px;
}
.record-text{
	line-height: 2.0;	
	padding: 0px 20px 40px 20px;
}
.record-list{
	display: -webkit-flex;
	display: flex;
	padding-left: 20px;
}
.record-menu{
	padding-bottom: 20px;
	width:180px;
}
.record-menu:last-child{
	padding-bottom: 50px;
}
.record-side{
	flex-basis: 25%;
}
.record-main{
	flex-basis: 75%;
}
.current{	
	background-color: rgba(179,179,179,0.7);
	display: inline-block;
}

/*--------------------
recruit
---------------------*/
.recruit-text{
	line-height: 2.0;
	padding: 0px 5px 20px 5px;
	text-indent: -1em;
	padding-left: 2em;
}
.mail:after{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 400;
}
.link-mail{
	text-decoration: underline;
}
/*--------------------
schedule
---------------------*/
.GoogleCalendar iframe{
	width: 80%;
	height: 500px;
}
.schedule-text{
	margin: 40px 0px 20px 0px;
	text-align: center;
}
.carry-table{
	margin: auto;
}
.carry-table th{
	width:60px;
	vertical-align: middle;
}
.carry-table tr,td{
	border: solid 1px #000;
	height: 30px;
	vertical-align: middle;
}
.carry-table tr:nth-child(even) td {
	background:#ffeae6;
}
/*--------------------
footer
---------------------*/
.menusp{
	display: none;
}
.menu-item-sp>a{
	color:#FFF;
	text-decoration:none;
}
footer{
	background-color: #1F1211;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	padding: 20px 0px;
}
.btn-pageTop{
	display: block;
	position: fixed;
	right: 0;
	bottom: 50px;
}
.btn-pageTop>a{
	position: relative;
	overflow: hidden;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #b3b3b3;
	text-indent: 100%;
	white-space: nowrap;
}
.btn-pageTop>a:hover:before{
	top: 40%;
}	
.btn-pageTop>a:before{
	position: absolute;
	top:50%;
	left:0%;
	content:"\f077";
	font-family: FontAwesome;
	color: #000;
	transform: translate3d(-50%,-50%,0);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}


@media screen and (max-width:640px){
	body{
		font-size: 1.5rem;
	}
	.list-reverse{
		flex-direction: column;
	}
	.imgsp{
		display: block;
	}
	.imgpc{
		display: none;
	}
	.brsp{
		display: block;
	}
    .fbpc{
        display: none;
    }
    .fbsp{
        display: block;
    }
	/*--------------------
	header
	---------------------*/
	.menu{
		display: none;
	}
	/*--------------------
	nav
	---------------------*/
	.menu-btn {
		display:block;
	}
	/*--------------------
	main
	---------------------*/
	.main{
		padding: 40px 25px 0px 25px;
	}
	h1{
		width: 100%;
		background-color: rgba(108,39,45,1.0);
		color: #fef4f4;
		position: static;
		font-size: 2.2rem;
		padding-right: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		margin: 0;
		border-top: solid 2px #95b33e;
	}
	.title-jpn{
		font-size: 3.6rem;
		font-weight: bold;
	}
	section{
		padding: 0px 0px 20px 0px;
	}
	h2{
		font-size: 1.8rem;
		border-left: solid 5px #633e5c;
		border-bottom: solid 1px;
		padding: 5px;
		text-align: left;
		margin: 0px 0px 20px 0px;
	}
	.bgimg{
		background-image: none;
	}
	.main-list{
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.main-list-item{
		margin-right: 0px;
	}
	.main-text{
		padding: 0px 5px 20px 5px;
		margin: 0px;
		line-height: 1.6;
	}
	.concert-img{
		margin: 0px auto 20px auto;
}
	.toshima-img{
		margin: 0px 0px 20px 0px;
	}
	.main-btn{
		font-family: 'Open Sans',"メイリオ", sans-serif;
		display: inline-block;
		font-size: 1.6rem;
		width:100%;
	}
	.main-btn:before{
		position: relative;
		left:90%;
		content:"\f101";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}

	/*--------------------
	about
	---------------------*/
	.loop_css{
		display: none;
	}
	.toshima-img{
		display: block;
		margin: 0px auto 20px;
		max-width:75%; 
	}
	/*--------------------
	concert
	---------------------*/
	.ticket-title{
		font-size: 1.8rem;
		line-height: 2.0;
	}
	.ticket-text-part{
		padding-left: 5em;
	}
	.concert-text-small{
		font-size: 1.5rem;
	}
    .info-link{
		padding: 0px 5px 20px 5px;
		margin: 0px;
		line-height: 1.6;
	}
	/*--------------------
	record
	---------------------*/
	.record-list{
		display: flex;
		flex-direction: column;
		padding-left: 0px;
	}
	.record-menu-list{
		display: flex;
		flex-wrap: wrap;
	}
	.record-menu{
		width:160px;
}
	.record-text{
		line-height: 2.0;	
		padding: 0px 0px 40px 0px;
	}
	.record-text:last-child{
		padding-bottom: 20px;
	}
	/*--------------------
	schedule
	---------------------*/
	.GoogleCalendar iframe{
		width: 80vw;
		height: 400px;
	}
	
	
	/*--------------------
	footer
	---------------------*/
	.menusp{
		box-sizing: border-box;
		display: block;
		height: auto;
		margin: 0px;
		padding-top: 25px;
		padding-bottom: 25px;
		background-color: #1F1211;
		color: #FFF;
		font-size: 1.6rem;
	}
	.menu-item-sp{
		margin-bottom: 25px;
	}
	.menu-item-sp:last-child{
		margin-bottom: 0px;
	}
	footer{
		font-size: 1.2rem;
		line-height: 2.0;
		color: #000;
		background-color:#fff7e6; 
		text-align: center;
		padding: 0px 0px;
	}


}
