@media only screen and (max-width: 768px) {

/* *******************************************************************
	Layout
******************************************************************* */

.music-contents-layout {
	width:94vw;
	width:100vw;
	margin: 0 auto 70px auto;
}

/* ******************************************************
	Footer
******************************************************* */
footer#koma2 {
    padding: 30px 0;
}
footer#koma2 #footer-content{
	width:90%;
	margin:0 auto;
	text-align:left;
}
footer#koma2 #footer-content .logo{
	width:50%;
	margin:0 0 30px 0px;
}
footer#koma2 #footer-content .logo img{
	width:100%;
	height:auto;
}
footer#koma2 #footer-content address{
	margin:0 0 10px 0px;
	float:none;
	font-size:1.4rem;
	line-height:180%;
}
footer#koma2 #footer-content address span{
	font-weight:700;
}
footer#koma2 #footer-content .copyright{
	margin:0;
	text-align:right;
	float:none;
	font-size:1.2rem;
}
footer#koma2 #footer-content .mail{
	position:relative;
	right:0;
	top:0;
	text-align:right;
	font-size:1.4rem;
	margin-top:50px;
	margin-bottom:30px;
}
footer#koma2 #footer-content .mail span.address{
	position:relative;
}
footer#koma2 #footer-content .mail span.address:after{
	position: absolute;
	top: 7px;
	right: 5px;
	left:auto;
}

/* **************************************
	Header & Menu
*************************************** */
.top-visual-music {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: contain;
	min-width:0;
	min-height:0;
	height:55vw;
	width:100vw;
}
.top-visual-music div{
	width:100%;
	height:100%;
	margin:0;
	position: relative;
}
.top-visual-music img{
	width:50vw;
	height:auto;
	position:absolute;
	left:10vw;
	top:30%;
	transform: translateY(50%;)
}
.ellipse {
	width: 100%;
	z-index: 50;
	text-align: center;
	min-width:0;
	margin-top:0;
	padding-bottom:10vw;
}

.ellipse p {
	font-size: 4vw;
	line-height: 200%;
}


/* ********************************
	Tab
********************************* */

.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	width: 100%;
	margin: 0 auto;
}

.tab_item {
	font-size: 4vw;
}

/*
.tabs input#top-page:checked+.tab_item {
	border-bottom: 1px solid #8cb4d5;
	border-right: 0;
	border-top: 0;
}

.tabs.news-detail input#top-page:checked+.tab_item {
	border-bottom: 0;
	border-right: 0;
	border-top: 0;
}

.tabs input#about:checked+.tab_item {
	border-bottom: 1px solid #8cb4d5;
	border-left:0;
	border-right: 0;
	border-top: 0;
}

.tabs input#donate:checked+.tab_item {
	border-bottom: 1px solid #8cb4d5;
	border-left:0;
	border-right: 0;
	border-top: 0;
}
*/

/* ********************************
	Event List
********************************* */

.top-event-list {
	margin-top: 0;
	width:94vw;
	margin-left:3vw;
}

.top-event-article {
	border-bottom: 1px solid #bbb;
	text-align: left;
	padding-left: 3vw;
	padding-right: 3vw;
	padding-bottom: 5vw;
	margin-top: 10vw;
}

.top-event-article .date {
	font-size: clamp(12px, 4.8vw, 40px);
	font-weight: 900;
	margin-bottom: 3vw;
}
.top-event-article .date span {
	padding: 0 0.5rem;
}
.top-event-article .hour {
	font-size: clamp(12px, 3.8vw, 36px);
	font-weight: 400;
	line-height: 180%;
	margin-bottom: 10px;
}
.top-event-article .venue {
	font-size: clamp(12px, 2.4vw, 36px);
	line-height: 160%;
}
.top-event-article .venue span{
	display: inline;
}

/* ********************************
	Expanded Content
********************************* */
.expand-item button {
	right: 0;
	top: -25vw;
    padding-top: 15vw;
	padding-bottom: 0;
	padding-left: 100%;
	padding-right: 0;
}

.js-accordion::before {
    width: 2px;
    height: 40px;
    right: 19px;
    top: 0;
    left: auto;
    bottom: 0;
}
.js-accordion::after {
    width: 40px;
    height: 2px;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}
.accordion-content h2 {
    font-size: 5vw;
    line-height: 140%;
    padding-bottom: 7vw
}

.accordion-content .event-text {
    font-size: 3.2vw;
    margin-bottom: 10vw;
    width: 100%;
}

.player-profile {
	width: 90%;
	display: flex;
	flex-direction: column;
	margin-bottom: 65px;
	margin-left: 5%;
}
.profile-photo img{
	width:100%;
	height:auto;
}
.profile-photo{
	margin-bottom: 5vw;
    width: 100%;
    text-align: center
}
.profile-photo img{
    width: 100%;
    height: auto;
}
.player-text{
    width: 90%;
    margin-left: 5%;
}
    
.player-text .name {
	font-size: 5vw;
	margin-bottom: 20px;
	text-align: center;
}
.player-text .name span{
	font-size:3vw;
	font-weight:400;
	padding-left:0;
}
.player-text .cv {
    font-size: 3.2vw;
}


.past-event-list {
	display: grid;
	flex-direction: row;
	padding: 5vw 0;
	text-align: left;
	grid-template-columns: 26% 37% 37%;
	width: 88vw;
	margin-left: 6vw;
}
.past-event-list .title {
	font-size: 2.8vw;
	padding-right: 0;
	padding-bottom: 1.5rem;
	line-height: 200%;
	text-align: left;
	grid-row-start: 1;
	grid-row-end: 3;
}
.past-event-list .event-title {
    font-size: 3.2vw;
    padding-right: 0;
	line-height: 200%;
}

.top-news-list {
	width: 94vw;
	margin-left: 3vw;
	margin-top: 10vw;
	margin-bottom: 20vw;
}
.top-news-list .news-title {
    font-size: 6vw;
    margin-left: 3vw;
	margin-bottom:10vw;
}
.top-news-article {
    border-bottom: 1px solid #bbb;
    text-align: left;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 8vw;
    margin-top: 8vw;
}
.top-news-article .date {
    font-size: 3.6vw;
    margin-bottom: 4vw;
}
.top-news-article .news-text {
    font-size: 4.2vw;
}
.top-news-past {
    margin-top: 3vw;
    margin-right: 3vw;
}
.top-news-past a {
    font-size: 3.2vw;
}
.donate-link a {
    margin-top: 30vw;
    font-size: 4vw;
	padding: 2vw 12vw;
}

/* ********************************
	About
********************************* */

.about-container {
    width: 100%;
	width:90vw;
	margin-left:5vw;
    margin-top: 5vw;
    color: #433e33;
	text-align: left;
}
.about-container .top-visual{
 	margin: 0 0 10vw 0;
}
.about-container .top-visual img{
	width:100%;
	height:auto;
}
.tab-text{
	font-size: 4vw;
	font-weight: 400;
	line-height: 160%;
	margin-left: 3vw;
	margin-right: 3vw;
	margin-bottom: 8vw;
	margin-left:0;
	margin-right: 0;
}
.tab-text.support{
	margin-bottom:150px;
}
.about-container h2{
	color: #196aab;
	font-size: 5vw;
	line-height: 200%;
	margin: 0 0 5vw 0;
}

.about-container .director{
	text-align: left;
	width: 86%;
	margin-top: 10vw;
	margin-bottom: 20vw;
	margin-left: auto;
	margin-right: auto;
}
.about-container .director .photo{
	margin-bottom: 5vw;
	margin-left: auto;
	margin-right: auto;
	width: 78%;
}
.about-container .director .photo img{
	width:100%;
	height: auto;
}

.about-container .director .text{
	font-size: 2.7vw;
	line-height: 160%;
}

.about-container .donate-link{
	text-align:center;
}

.about-container .promoter{
	margin-top: 20vw;
	width: 90%;
	margin-left: 0;
}

.about-container .promoter h3{
	font-size: 5.5vw;
	margin:0 0 5vw 0;	
}

.about-container .promoter .names{
	font-size: 3.6vw;
	line-height: 170%;
}



/* ********************************
	News Detail
********************************* */

.music-second-top {
    padding: 10vw 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.music-logo {
	margin:0 auto;
	width:80vw;
}
.music-logo img {
    width: 100%;
    height: auto;
}
.news-article {
	margin-top: 10vw;
	width: 88vw;
	margin-left: 6vw;
}
.news-past-event {
	display: grid;
	padding: 10vw 0 10vw 0;
	text-align: center;
	grid-template-columns: 40% 40%;
}
.news-past-event .event-title {
    font-size: 4vw;
    font-weight: 400;
    padding-right: 0;
    line-height: 182%;
}

.news-article .news-date {
	font-size: 4.5vw;
	margin: 0 0 10vw 0;
	margin-left: 0;
	margin-right: 0;
}
.news-article .news-date span {
    padding: 0 0.3rem;
}
.news-article .news-date span.separator {
    padding: 0 0.5rem;
}
.news-article h2 {
	font-size: 7vw;
	line-height: 140%;
	margin: 0 0 10vw 0;
}
.news-nav {
    padding: 15vw 0;
    width: 60%;
    margin: 0 auto;
    grid-template-columns: 30% 30%;
}

.news-nav div.back a::before {
    width: 10vw;
    height: 10vw;
}
.news-nav .forward a::after {
    width: 10vw;
    height: 10vw;
}
.news-nav .forward{
    right: 23%;
    position: absolute;
}


/* ****************************
	END CSS
***************************** */
}

