body {
		min-width: initial;
}

.sinfonietta {
		padding-inline: 25px;
}
@media screen and (min-width: 768px) {
		.sinfonietta {
				padding-inline: 40px;
		}
}
@media screen and (min-width: 980px) {
		.sinfonietta {
				padding-inline: 60px;
		}
}
.sinfonietta * {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.sinfonietta .comTtlBox {
		background-color: rgba(0, 0, 0, 0.4);
}
.sinfonietta .comTtlBox .headLine01 {
		color: #fff;
}
.sinfonietta #pagePath {
		margin-top: 20px;
		margin-bottom: 80px;
}

.sinfonietta_boxinner {
		margin: auto;
}

.sinfonietta .eyecatchSec .headLine01 {
		margin-top: 0;
		margin-bottom: 40px;
		font-size: 2.2rem;
}
.sinfonietta .eyecatchSec .eyecatchBox {
		position: relative;
		max-width: 980px;
		margin: 0 auto;
}
.sinfonietta .eyecatchSec .eyecatchBox p {
		text-align: center;
}
.sinfonietta .eyecatchSec .eyecatchBox_mv {
		position: relative;
		left: 50%;
		width: 100vw;
		max-width: none;
		margin: 60px auto 60px -50vw;
}
.sinfonietta .eyecatchSec .eyecatchBox_mv img {
		width: 100%;
}
.sinfonietta .indexList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 40px;
}
@media screen and (min-width: 768px) {
		.sinfonietta .indexList {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
		}
}
.sinfonietta .indexList li {
		width: 100%;
}
@media screen and (min-width: 768px) {
		.sinfonietta .indexList li {
				margin-top: 0px;
				margin-left: 0px;
				width: calc(33.3333333333% - 20px);
		}
}
.sinfonietta .indexList a {
		position: relative;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		color: #fff;
		display: block;
		width: 100%;
		padding: 20px 0;
		margin: auto;
		background: -webkit-gradient(linear, left top, left bottom, from(#AB753C), color-stop(50%, #AB753C), color-stop(50%, #9F6F3D), to(#9F6F3D));
		background: linear-gradient(180deg, #AB753C 0%, #AB753C 50%, #9F6F3D 50%, #9F6F3D 100%);
}
.sinfonietta .indexList a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg) translateY(-50%);
		        transform: rotate(45deg) translateY(-50%);
		-webkit-transform-origin: top center;
		        transform-origin: top center;
		-webkit-transition: 0.15s;
		transition: 0.15s;
}
@media (hover: hover) and (pointer: fine) {
		.sinfonietta .indexList a:hover::after {
				top: calc(50% + 3px);
		}
}

.bartit {
		background: #F5F2DE;
		text-align: center;
		font-size: 20px;
		font-weight: 500;
		line-height: 36px;
		padding: 12px 0;
		margin-bottom: 40px;
}

@media all and (max-width: 896px) {
		.artistList_img img {
				width: 100%;
		}
		.sinfonietta #pagePath {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				margin-top: 10px;
				margin-bottom: 40px;
		}
		.sinfonietta .eyecatchSec .eyecatchBox p {
				text-align: left;
		}
		.sinfonietta .eyecatchSec .eyecatchBox_mv {
				margin: 40px auto 40px -50vw;
		}
}
/* sinfonietta */
#members .member_link {
		position: relative;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		color: #fff;
		display: block;
		min-width: 300px;
		max-width: 300px;
		padding: 20px 0;
		-webkit-margin-before: 40px;
		        margin-block-start: 40px;
		margin-inline: auto;
		background: -webkit-gradient(linear, left top, left bottom, from(#AB753C), color-stop(50%, #AB753C), color-stop(50%, #9F6F3D), to(#9F6F3D));
		background: linear-gradient(180deg, #AB753C 0%, #AB753C 50%, #9F6F3D 50%, #9F6F3D 100%);
}
@media screen and (min-width: 980px) {
		#members .member_link {
				-webkit-margin-before: 80px;
				        margin-block-start: 80px;
		}
}
#members .member_link:hover::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg) translateY(-50%);
		        transform: rotate(45deg) translateY(-50%);
		-webkit-transform-origin: top center;
		        transform-origin: top center;
		-webkit-transition: 0.15s;
		transition: 0.15s;
}
@media (hover: hover) and (pointer: fine) {
		#members .member_link:hover::after {
				right: 8px;
				-webkit-transition: 0.15s;
				transition: 0.15s;
		}
}

.profileBox:nth-of-type(n+2) {
		padding-top: 100px;
}
.profileBox p {
		line-height: 1.7;
}
.profileBox p strong {
		display: block;
		margin-bottom: 40px;
		text-align: center;
		font-weight: 500;
}

.member_block {
		-webkit-padding-before: 30px;
		        padding-block-start: 30px;
		max-width: 780px;
		margin-inline: auto;
}
@media screen and (min-width: 768px) {
		.member_block {
				-webkit-padding-before: 60px;
				        padding-block-start: 60px;
		}
}
@media screen and (min-width: 980px) {
		.member_block {
				-webkit-padding-before: 100px;
				        padding-block-start: 100px;
		}
}

.artistList {
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 15px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
@media screen and (min-width: 768px) {
		.artistList {
				gap: 40px 15px;
				-ms-grid-columns: 1fr 15px 1fr;
				grid-template-columns: repeat(2, 1fr);
		}
}
@media screen and (min-width: 980px) {
		.artistList {
				-ms-grid-columns: (1fr)[3];
				grid-template-columns: repeat(3, 1fr);
		}
}

.artistList_img {
		margin-bottom: 20px;
		cursor: pointer;
}

.artistList_part {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 5px;
}

.artistList_name {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 0px;
}
.artistList_name small {
		font-size: 13px;
		display: block;
		font-weight: 500;
}

.artistList_popup {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1002;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		max-width: 980px;
		margin: auto;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		width: 90%;
}
.artistList_popup.open {
		opacity: 1;
		pointer-events: all;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}
.artistList_popup .artistList_popup_inner {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		background: #fff;
		width: 100%;
		gap: 30px;
		padding: 50px 50px 40px;
		border: solid 1px #9A7645;
}
.artistList_popup .artistList_popup_imgbox {
		max-width: 360px;
}
.artistList_popup .artistList_popup_txtbox {
		max-width: 480px;
		font-weight: 400;
		line-height: 28px;
}
.artistList_popup .artistList_url {
		margin-top: 20px;
}
.artistList_popup .artistList_url a {
		color: #2498BA;
}
.artistList_popup .artistList_popup_scrollarea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		max-height: 70vh;
		gap: 30px;
		overflow-y: auto;
}
.artistList_popup .popup_closebtn {
		position: absolute;
		top: -13px;
		right: -13px;
		z-index: 10;
		display: block;
		width: 26px;
		height: 26px;
		border: solid 1px #fff;
		border-radius: 50px;
		background: #9A7645;
		color: #fff;
}
.artistList_popup .popup_closebtn::before, .artistList_popup .popup_closebtn::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px;
		height: 14px;
		background: #fff;
}
.artistList_popup .popup_closebtn::before {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		        transform: translate(-50%, -50%) rotate(45deg);
}
.artistList_popup .popup_closebtn::after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		        transform: translate(-50%, -50%) rotate(-45deg);
}

/*#profile .artistList li:nth-of-type(n+2) {
  margin-left: 60px;
}*/
#overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1001;
		background: rgba(0, 0, 0, 0.6);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}
#overlay.open {
		opacity: 1;
		pointer-events: all;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}

#gHeader {
		opacity: 1;
		pointer-events: all;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}
#gHeader.open {
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 0.3s;
		transition: 0.3s;
}

.supporterSec {
		background: #F0F0F0;
		border: solid 1px #9A7645;
		padding: 40px 20px;
		margin-top: 80px;
}
@media screen and (min-width: 980px) {
		.supporterSec {
				padding: 40px;
				text-align: center;
				margin-top: 120px;
		}
}
.supporterSec .supporter_logo {
		text-align: center;
		margin-bottom: 40px;
}
.supporterSec .supporter_tit {
		font-size: 24px;
		font-weight: 500;
		color: #9A7645;
		margin-bottom: 30px;
}
.supporterSec .supporter_txt {
		margin-bottom: 40px;
}

@media all and (max-width: 896px) {
		.profileBox:nth-of-type(n+2) {
				padding-top: 60px;
		}
		.artistList {
				display: block;
		}
		.artistList li {
				max-width: none;
		}
		.artistList li:nth-of-type(n+2) {
				margin-top: 60px;
		}
		.artistList li .artistList_popup {
				max-height: 80vh;
				max-width: calc(100% - 40px);
		}
		.artistList li .artistList_popup .artistList_popup_inner {
				display: block;
				max-height: 80vh;
				padding: 50px 20px;
		}
		.artistList li .artistList_popup .artistList_popup_scrollarea {
				display: block;
		}
		.artistList li .artistList_popup .artistList_popup_inner .artistList_popup_txtbox {
				max-width: 100%;
				margin-top: 30px;
		}
}
.top_anker_link {
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		background-color: #9A7645;
		border-radius: 50%;
		z-index: 1000;
		-webkit-transition: translate 0.3s;
		transition: translate 0.3s;
}
@media screen and (min-width: 768px) {
		.top_anker_link {
				bottom: 40px;
				right: 40px;
				width: 60px;
				height: 60px;
		}
}
.top_anker_link::before {
		content: "";
		position: absolute;
		width: 16px;
		height: 11px;
		background-color: #ffffff;
		clip-path: polygon(0 100%, 50% 0, 100% 100%);
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
		.top_anker_link::before {
				width: 24px;
				height: 16px;
		}
}
@media (hover: hover) and (pointer: fine) {
		.top_anker_link:hover {
				translate: 0 -5px;
		}
}