@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');
body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}*/

/* --------------------------
 body
-------------------------- */
html {
	font-size: 10px;
	color: #6a5d55;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	overflow-x: auto;
	overflow-y: scroll;
	height: 100%;
}
body {
	background: #9d9087;
	/*background: #978e9c;*/
	/*background: #938ea1;*/
	letter-spacing: .05rem;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-weight: 500;
	line-height: 2;
	text-align: left;
	position: relative;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

/* --------------------------
 common
-------------------------- */
.spSet {
	display: none !important;
}
.pcSet {
	display: block !important;
}
a {
	color: #424245;
	text-decoration: none;
}
a,
a img,
.easing {
	transition: .5s ease-in-out;
	border: none;
	outline: none;
	position: relative;
}
a.extLink:link,
a.extLink:visited,
a.extLink:active {
	color: #6a5d55;
	text-decoration: none;
	border-bottom: 1px dotted #7d6e5b;
	padding-bottom: 2px;
}
a.extLink:hover {
	color: #7d6e5b;
	border-bottom: none;
}
a.btn {
	display: block;
	margin: 1.5rem auto 0;
	padding: 1.5rem;
	width: 70%;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #7d6e5b;
	background: #fff;
	border-radius: .5rem;
	border: 2px solid#7d6e5b;
}
a.btn:hover {
	color: #fff;
	background: #7d6e5b;
}
a.to_top {
	display: none;
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	background: #6a5d55;
	z-index: 99;
	opacity: .85;
}
a.to_top:after {
	content: '';
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: .5rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: .2rem solid #fffbf7;
	border-right: .2rem solid #fffbf7;
	transform: rotate(-45deg);
}
a.to_top:hover {
	background: #7d6e5b;
}
sup {
	font-size: 65%;
	line-height: 0;
	vertical-align: baseline;
	top: -.5em;
	position: relative;
}
sub {
	font-size: 65%;
	line-height: 0;
	vertical-align: baseline;
	bottom: -.5em;
	position: relative;
}

/* --------------------------
 base
-------------------------- */
.wrapper {
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
	/*border: 1px solid #fffbf7;*/
}
/* aside ---------- */
aside {
	position: fixed;
	width: 24%;
	max-width: 320px;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-185%, -50%);
}
aside ul {
	margin: 2.5rem auto;
	font-size: 2.125rem;
	line-height: 1;
	font-weight: bold;
}
aside ul li a {
	display: block;
	width: 100%;
	margin: 0 auto 3rem;
	font-weight: 700;
	color: #fffbf7;
}
aside ul li:not(:first-child) a {
	opacity: .5;
	width: 7.5em;
	margin: 0 auto;
	padding: .75rem .5rem;
	position: relative;
}
aside ul li a:hover {
	opacity: .75;
}
aside ul li a.current {
	opacity: 1;
}
aside ul li:not(:first-child) a.current:after {
	content: '';
	position: absolute;
	z-index: 10;
	top: calc(50% - .75rem);
	right: 0;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	background: url(../img/ic_arrow.svg) no-repeat;
	background-size: contain;
}
aside ul li.only a {
	opacity: .75;
	padding: 1.5rem .5rem 0;
	color: #6a5d55;
}
aside ul li.only a:hover {
	opacity: 1;
}
/* main ---------- */
main {
	font-size: 1.6rem;
	margin: 0 16% 0 auto;
	width: 52%;
	max-width: 680px;
	background: #fffbf7;
	position: relative;
}
section {
	margin: 0 auto;
	padding: 3rem 1.5vw 4.5rem;
}
section:last-of-type {
	padding: 3rem 1.5vw;
}
section h2 {
	width: 100%;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.25;
	background: #6a5d55;
	color: #fffbf7;
	text-align: center;
	border-radius: .5rem;
	padding: 1rem;
}
section h2 span {
	display: block;
	font-size: 65%;
	margin-top: .5rem;
}
section .inner {
	width: 100%;
	padding: 1.5rem 1.5vw;
}
section h3 {
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	position: relative;
	padding: .5rem 0 .25rem 2.25rem;
	border-bottom: 3px solid #6a5d55;
	color: #6a5d55;
	margin: 1.5rem 0;
}
section h3.deco:before {
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #6a5d55;
	position: absolute;
	top: 0;
	left: .3em;
}
section h3.deco:after {
	content: '';
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: #6a5d55;
	position: absolute;
	top: .6em;
	left: 0;
}
section h4 {
	width: 100%;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	color: #6a5d55;
	margin: 3rem 0 1rem;
}
section h5 {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	color: #6a5d55;
	margin: 1.5rem 0 .75rem;
}
section p {
	margin: 1rem auto;
}
section p.note {
	margin: .5rem auto;
	font-size: 1.4rem;
	line-height: 1.5;
}
section ul {
	margin: 1.5rem auto;
}
section ul li {
	margin: .5rem auto;
	line-height: 1.75;
}
section ul.list_disc {
	padding-left: 1rem;
	margin: 1rem auto;
}
section ul.list_disc li {
	position: relative;
	padding-left: 1.5rem;
	margin: .25rem auto;
}
section ul.list_disc li:before {
	content: '';
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #6a5d55;
	position: absolute;
	top: 1.125rem;
	left: 0;
}
section ul.list_icon {
	font-size: 1.5rem;
}
section .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

/* --------------------------
 #anchor00
-------------------------- */
#anchor00 {
	padding: 0;
}
.main_visual {
	margin: 0 0 3rem;
	position: relative;
	/*filter: saturate(.95) brightness(.85);*/
}
/* slick ---------- */
.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
/* guide_scroll ---------- */
.guide_scroll {
	position: absolute;
	right: 3rem;
	bottom: -2.5rem;
}
.guide_scroll span {
	position: absolute;
	left: .5rem;
	bottom: 1rem;
	color: #6a5d55;
	font-size: 1rem;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}
.guide_scroll:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -.4rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #6a5d55;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
	0% {
		bottom: 45px;
	}
	100% {
		bottom: -5px;
	}
}
@keyframes cirlemovehide {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
.guide_scroll:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: .2rem;
	height: 5rem;
	background: #6a5d55;
}
/* --------------------------
 #svgAnime
-------------------------- */
#svgAnime {
	margin: 4.5rem auto 1.5rem;
	text-align: center;
	width: 85%;
	max-width: 360px;
	height: auto;
}
#svgAnime svg {
	width: 100%;
	height: 100%;
}
#svgAnime svg path {
	fill-opacity: 0;
	transition: fill-opacity .5s;
	fill: none;
	stroke: #ab988b;
}
#svgAnime svg.done path {
	fill: #6a5d55;
	fill-opacity: 1;
	stroke: none;
}
/* --------------------------
 #anchor03
-------------------------- */
#anchor03 table {
	width: 100%;
}
#anchor03 table th {
	color: #6a5d55;
	padding: .75rem 1rem;
	font-weight: bold;
	text-align: center;
}
#anchor03 table th span {
	font-size: 75%;
}
#anchor03 table td {
	width: 50%;
	padding: .75rem 1rem;
	border-top: 1px solid #ab988b;
	text-align: center;
}
#anchor03 table td.total {
	color: #6a5d55;
	font-weight: bold;
}
#anchor03 img {
	display: block;
	width: 49.5%;
	border: 5px solid rgba(0, 0, 0, .1);
	float: left;
	margin: 0 0 1em;
}
#anchor03 img:last-child {
	float: right;
}
#anchor03 table.staff {
	border-bottom: 1px solid #ab988b;
}
/* --------------------------
 #anchor04
-------------------------- */
#anchor04 h3 {
	margin: 1.5rem 0 2rem;
}
#anchor04 .flex img {
	width: 49.5%;
	margin: 1rem 0 0;
}
#box_sns {
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#box_sns a {
	margin: 0 1rem;
}
#box_sns a img {
	width: 3rem;
	height: 3rem;
	object-fit: cover;
}
#box_sns a img:hover {
	filter: opacity(60%);
}





/* --------------------------
 footer
-------------------------- */
footer {
	padding: 3rem 1.5vw 0;
}
footer .copy {
	font-size: 1rem;
	line-height: 1.75;
	text-align: center;
	padding: 2rem 0;
	border-top: 1px solid #6a5d55;
}

/* --------------------------
 members
-------------------------- */
#members aside ul li:not(:first-child) a {
	width: 4.5em;
}
#members h2 {
	font-size: 1.75rem;
	letter-spacing: .0125rem;
}
#members h3 {
	padding: .5rem 4.5rem;
	margin: 3rem auto 1.5rem;
}
#members h3.trigger {
	cursor: pointer;
}
#members h3.ic_b:before {
	content: '';
	position: absolute;
	top: 0;
	left: .75rem;
	width: 3rem;
	height: 3rem;
	background: url(../img/ic_boy.svg) no-repeat;
	background-size: contain;
}
#members h3.ic_g:before {
	content: '';
	position: absolute;
	top: 0;
	left: .75rem;
	width: 3rem;
	height: 3rem;
	background: url(../img/ic_girl.svg) no-repeat;
	background-size: contain;
}
#members h3.ic_u10:before {
	content: '';
	position: absolute;
	top: 0;
	left: .75rem;
	width: 3rem;
	height: 3rem;
	background: url(../img/ic_u10.svg) no-repeat;
	background-size: contain;
}
#members h3.ic_event {
	font-size: 1.75rem;
}
#members h3.ic_event:before {
	content: '';
	position: absolute;
	top: 0;
	left: .75rem;
	width: 2.75rem;
	height: 2.75rem;
	background: url(../img/ic_ball.svg) no-repeat;
	background-size: contain;
}
#members h3.trigger:after {
	content: '＋';
	font-size: 2.5rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
}
#members h3.trigger.open:after {
	content: 'ー';
	font-size: 2.5rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .875rem;
}
#members .acdSet {
	display: none;
	margin: 0 auto 3rem;
	width: 98%;
}
#members table {
	width: 100%;
	font-size: 1.4rem;
	margin: 0 0 1.5rem;
}
#members table th {
	background: #7d6e5b;
	color: #fffbf7;
	padding: .5rem 4rem .5rem 1rem;
	line-height: 1.65;
	font-weight: bold;
	text-align: left;
	position: relative;
}
#members table th.boys {
	background: #724ca2;
}
#members table th.girls {
	background: #9782ca;
}
#members table th.u10 {
	background: #7e4c92;
}
#members table td {
	padding: .5rem 4rem .5rem 1rem;
	border-bottom: 1px solid #7d6e5b;
	text-align: left;
	position: relative;
}
.btn_yt {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto .5rem;
	width: 3rem;
	height: 2rem;
	background: url(/assets/img/ic_yt.svg) center no-repeat;
	background-size: contain;
}
.btn_yt:hover {
	opacity: .75;
}
.btn_yt2 {
	position: absolute;
	right: 3.5rem;
	top: 0;
	bottom: 0;
	margin: auto .5rem;
	width: 3rem;
	height: 2rem;
	background: url(/assets/img/ic_yt.svg) center no-repeat;
	background-size: contain;
}
.btn_yt2:hover {
	opacity: .75;
}
.btn_pdf {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto .75rem;
	width: 2.5rem;
	height: 2.5rem;
	background: url(/assets/img/ic_pdf.svg) no-repeat;
	background-size: contain;
}
.btn_pdf:hover {
	opacity: .75;
}
.btn_photo {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto .75rem;
	width: 2.5rem;
	height: 2.5rem;
	background: url(/assets/img/ic_photo.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.btn_photo:hover {
	opacity: .75;
}

/* --------------------------
 modal
-------------------------- */
.modal {
	display: none;
	width: 90%;
	color: #eee;
}
.modal .modalBody {
	position: fixed;
	z-index: 1000;
	background: #000;
	width: 90%;
	max-width: 900px;
	height: auto;
	max-height: 100vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	overflow: scroll;
	padding: 10px;
}
.modal .modalBody img {
	width: 100%;
}
.modal .modalBK {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 999;
}
.modal .close {
	cursor: pointer;
	text-align: right;
}

/* --------------------------
 logo
-------------------------- */
#logo main {
	margin: 0 auto;
	width: 52%;
	max-width: 680px;
	min-height: 100vh;
}
#logo01 {
	padding: 4.5rem 1.5vw;
}
#logo01 .flex {
	margin: 3rem 0;
}
#logo01 .flex:last-of-type {
	margin: 3rem 0 6rem;
}
#logo01 .flex img {
	width: 45%;
	max-width: 300px;
	margin: 3rem 0;
}
#logo #svgAnime {
	margin: 10rem auto 1.5rem;
}