@charset "UTF-8";
div.artists h3,div.mc h3{
	    color: #523E0F;
}
h3.title{
	font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    position: relative;
    line-height: 52px;
    height: 60px;
    padding: 20px 0 0;
    text-align: center;
    position: relative;
    font-weight: bold;
    color: transparent;
    background-image: url(../img/bg_title.png);
    -webkit-background-clip: text;
    letter-spacing: 0.3rem;
}
.artistslist {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0 auto 0;
	padding: 0;
	width: 100%;
}
.artistslist2 {
	display: flex;
	justify-content: center;
	margin: 0 auto 0;
	padding: 0;
	width: 100%;
}
div.artists {
	width: 45%;
	height: auto;
	display: inline-block;
	padding: 0;
	margin: 0 2.5% 3vw;
	position: relative;
	overflow: hidden;
}
.combination {
	background-color: rgba(244, 213, 60, 0.6);
	padding: 2% 2% 0;
	margin-bottom: 2vw;
	position: relative;
	border-radius: 5px;
	border: 2px solid #523E0F;
}
.combination:after {
	content: "\0026";
	position: absolute;
	left: calc( 50% - 1rem + 1%);
	bottom: 1.2rem;
	font-weight: 600;
	font-size: 1.6rem;
}
.combination div.artists {
	width: 47%;
	margin: 1% 1% 0;
}
div.artists a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: auto;
	text-align: center;
}
div.artists .thum {
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}
div.artists h3 {
	font-size: 1.6rem;
	line-height: 1.1;
	margin: 0;
	padding: 1rem 0;
	position: relative;
	width: 90%;
	background: transparent;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	color: #523E0F;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

div.artists img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
div.mclist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 500px;
}
div.mclist .mc {
	width: 29%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	margin: 2%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.mclist .mc .thum {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
div.mclist .mc .thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div.mclist h3{
	    font-feature-settings: "palt";
	    font-size: 1.6rem;
}
.timetable {
	width: 100%;
	margin: 0 auto;
}
.timetableday {
	margin: 0 auto 3vw;
	padding: 0;
}
.subblock p, .subblock p a {
	font-size:1.2rem!important;
}
body#stage .logo img {
	max-width:100%!important;
	width: auto;
}
.storesingle .main a, .main a {
	word-break: break-all!important;
}
.youtube {
	position: relative;
	margin: 20px 0;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.snsblock {
	margin: 2rem 0 1rem;
}
.snsblock a {
	color: #665c39!important;
 margin-bottom: .5rem;
}
#stage .storesingle .main p a:after {
	display: none;
}
.Spotifylist {
	margin:3rem auto;
	padding: 0;
	position: relative;
	text-align: center;
}
.Spotifylist iframe {
	width: 100%;
	background: #fff;
	padding: 0;
}
.subblock a{
	color: #4B8637!important;
}
.subblock a span{
	padding-left: .5rem;
}
.snslist{
	margin-top: 1rem;
}
.snslist a{
	text-decoration: none!important;
	font-size: 1.6rem	;
	margin-right: 1rem;
}
.subblock a:hover,.snslist a:hover{
	opacity: 0.8;
}
a.icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: auto;
}

 @media screen and (min-width:520px) {
 .combination div.artists {
 width: 50%;
 margin: 1% 1% 0;
}
.combination {
 padding: 0.5%;
 margin-bottom: 2vw;
 margin: -1% 0 10px;
 position: relative;
 border-radius: 5px;
 display: flex;
 justify-content: center;
 width: 50%;
}
div.artists {
 width: 23%;
 margin: 0 1% 20px;
}
.combination:after {
 bottom: calc(1rem + 1%);
 left: calc(50% - 1rem + 0.5%);
 font-size: 2rem;
 left: 50%;
 transform: translateX(-50%);
 display: block;
}
.timetable {
 display: flex;
 justify-content: center;
 width: 100%;
 max-width: 800px;
}
 .timetableday {
 width: 45%;
 height: auto;
 margin: 0 2%;
 padding: 0;
 max-width: 460px;
}
div.mclist{
	width: 80%;
}
}
 @media screen and (min-width:960px) {
 .artistslist {
 margin: 50px auto 0;
}
.combination{
	width: 40%;
}
        div.artists {
        width: 18%;
        margin: 0 1% 20px;
    }
}
