@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap');
body{
	margin: 0;
	padding: 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}
a{
	text-decoration: none;
    color: #333333;
}
a:hover{
	opacity: .5;
}
.sp{
	display: none;
}
main{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-image: url("../img/top.jpg");
	background-repeat: no-repeat;
	background-size:100%;
	background-position: top;
	
}
img{
	width: 100%;
}
/*メニュー*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #FFF;
	transition: .3s;
	cursor:pointer;
	z-index: 200;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #c0c0c0;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background: rgba(255,255,255,0.8);
		transition: .3s;

}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #444444;
    list-style: none;
		transition: .3s;

}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#444444;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #444444;
    border-right: solid 2px #444444;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 70%;
}

/*topロゴ*/
#wrapper h1{
	width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
}
.logo{
	width: 100%;
}
/*top 動く*/
.wave canvas{
    position: absolute;
    bottom: 0;
  	left:0;
    width: 100%;
	z-index: 11;
}
/*top 音符*/
.music{
	position: absolute;
	bottom: 5%;
	z-index: 10;
}

section{
	max-width: 1000px;
	margin: 0 auto;
}
.block{
	display: block;
}
.flex{
	display: flex;
	justify-content: center;
}
.flex01{
	display: flex;
	justify-content: center;
}
.flex02{
	display: flex;
}
#about{
	position: relative;
}

h2{
	color: #F24A57;
	font-size: 30px;
	text-align: center
}
/*とは*/
.about_img{
	width: 50%;
	display: block;
}
.about_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.big{
	font-size: 40px;
	font-weight: bold;
}
.img01{
	position: absolute;
	top: 10%;
	left: 0;
	width: 15%;
}
.img02{
	position: absolute;
	bottom: 10%;
	right: 0;
	width: 10%;
}
.about{
	width: 70%;
	display: block;
	text-align: center;
	line-height: 2;
	color: #F24A57;
	font-size: 20px;
}
.fadeUpTrigger{
	padding: 150px 0;
}
/*挨拶*/
.back{
	background: url('../img/s-0902.jpg');
	background-size: cover;
	background-position: bottom;
}
.back_w{
	background: rgba(255,255,255,0.8);
}
.center{
	text-align: center;
}
/* 背景*/
.is-size{
  background-color: #fff;
   background-image:  radial-gradient(#88e1dc 2px, transparent 2px), radial-gradient(#88e1dc 2px, #ffffff 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
	padding: 60px 0;
}
.back_mu{
  background: 
    radial-gradient(#fbd7b6 3px, transparent 4px),
    radial-gradient(#fbd7b6 3px, transparent 4px),
    linear-gradient(#fffbc4 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #fbd7b6 75px, #fbd7b6 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, #fbd7b6 76px, #fbd7b6 77px, transparent 78px, transparent 109px),
 #fffbc4;
  background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
	padding: 60px 0;
}
.yellow{
	background-color: #fffbc4;
	
}
.white{
	background-color: #FFF;
}
/* 参加者の声*/
.box_v{
	background-color: #FFF;
	width: 65%;
	padding: 20px;
	display: block;
	margin: 30px auto;
}
/* 開催情報*/

iframe{
	margin: 0 auto;
	display: block;
	width: 80%;
	
}
.list{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 10%;
	overflow: hidden;
}
.list li{
	list-style: none;
	clear: both;
	padding: 1em 0;
}
.list li p{
	width: 20%;
	margin-right: 1em;
	float: left;
}
.list li p.su{
	width: 70%;
	margin-right: 0;
	float: right;
    padding: 10px;
}
.list span{
	margin-bottom: 1em;
	display: block;
}
.pink{
    background-color: #F24A57;
    color: #FFF;
    text-align: center;
    padding: 10px;
}
.banner{
	width: 75%;
	margin: 0 auto 10px;
	display: block;
}
.border{
	color: #F24A57;
	border: 2px solid #F24A57;
	background-color: #fffbc4;
	display: block;
	padding: 5px;
	border-radius: 30px;
	margin: 30px auto;
	width: 40%;
	text-align: center;
}
/* プログラム */
.flex-schedule {
  width: 50%;
  list-style: none;
  margin: 50px auto 0 auto;
  box-sizing: border-box;
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;

}

.flex-schedule .area {
  padding-left: 10px;
  display: block;
  width: 100%;

}

.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 10em;
  max-width: 10em;
  margin-right: 1em;
  margin-bottom: 10px;
}

.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  border-radius: 6px;
    margin-bottom: 10px;
}

.flex-schedule .sch_title {
  	font-weight: 700;
	padding: 0;
    margin: 0;
}
.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 8px;
  background: #F24A57;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}
.flex-schedule .color{
	color: #F24A57;
}
.program{
	display: block;
	border-top: 1px solid #F24A57;
	border-bottom: 1px solid #F24A57; 
	color: #F24A57; 
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
}

/*カウントダウン*/
p.atdays {
    display: block;
	width: 40%;
	text-align: center;
    margin: 0 auto 10px;
    background: #F24A57;
    color: #FFF;
    padding: 10px 20px;
    position: relative;
    border-radius: 2px;
    font-size: 0.9rem;
}
p.atdays:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #F24A57;
    z-index: 2;
}
p#countTimer {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-align: center;
}
p#countTimer span {
    font-size: 1rem;
    font-weight: 400;
    margin-right: 10px;
}
/* 過去の様子*/

.photo{
	width: calc(100% / 3.33);
	margin: 50px 0 0 50px;
	border: 1px solid #c0c0c0;
	background-color: #FFF;
	text-align: center;
	border-radius: 5px;
}
.m_left{
	margin: 50px 0 0 0;
}
.photo img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.kako{
	margin: 20px 0;
	display: block;
	background-color: #F24A57;
	color: #FFF;
	padding: 1em;
	transition: .3s;
}
.window{
	width: 21px;
	transition: .3s;
	float: right;
}
.kako_s{
	width: 18%;
	margin: 10px 0 0 1%;
	display: inline-block;
	background-color: #F24A57;
	color: #FFF;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	transition: .3s;
}
.kako_s_sp{
	display: none;
}
/*アコーディオン*/
.accordion{
	margin: 1em 0;
}
.toggle {
	display: none;
}
.Label {		
	padding: 1em;
	display: block;
	color: #fff;
	background: #F24A57;
	cursor:pointer ;
}
.Label::before{		
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/*ボランティア募集*/

.box_b img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box_b{
	width: 50%;
	height: 60vh;
}
.box_text{
	padding: 20px;
}
.right{
	text-align: right;
	display: block;
}
.w40{
	width: 30%;
	padding-right: 20px;
}
.w60{
	width: 60%;
}
.perform_title{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 1px solid #F24A57;
	position: relative;
	margin-top: 30px;
	margin-left: 20px;
	text-align: center;
	margin-bottom: -150px;
}
.perform_title01{
	position: absolute;
	color: #F24A57;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.perform{
	width : 30%;
	padding: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	main{
		height: 60vh;
	}
	#wrapper h1 {
		 width: 90%;
	}
}
@media screen and (max-width: 768px) {
		body{
		font-size: .9rem;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none!important;
	}
	main {
		height: 78%;
		background-image: url("../img/top_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	#menu-btn-check:checked ~ .menu-content {
    	left: 0;
	}
	#wrapper h1{
		top: 45%;
		width: 85%;
	}
	section{
		width: 95%;
	}
	.block{
		width: 95%;
		margin: 0 auto;
	}
	.music{
		position: absolute;
    	bottom: 10%;
    	width: 120%;
    	overflow: hidden;
	}
	.fadeUpTrigger {
		padding: 0;
	}
	h2{
		font-size: 1.2rem;
	}
	.is-size {
		background: #FFF;
		padding: 0;
	}
	.about_img{
		width: 100%;
	}
	.about{
		width: 95%;
		font-size: 1rem;
		line-height: 3;
		margin: 0 auto;
	}
	.img01{
    	top: 40%;
		width: 20%;
	}
	.img02{
		bottom: 0;
    	right: 10px;
    	width: 17%;
	}
	.list{
		margin-left: 0;
		padding: 0;
	}
	.list li p{
		float: none;
	}
	.list li p.su{
		width: 100%;
		display: block;
		margin: 0;
		float: none;
		padding: 0;
	}
	.flex,.flex02{
		display: table;
	}
	.flex01{
		display: inline;
		position: relative;
		z-index: 100;
	}
	.m_left{
		margin: 1%;
	}
	.kako_s_sp{
		display: inline-block;
	}
	.photo{
		margin: 1% 0 1% 1%;
		display: block;
		width: 98%;
	}
	.photo p{
		margin: 0.5em 0;
	}
	.box_b{
		width: 100%;
    	height: 30vh;
	}
	.about_img img{
		object-fit: contain;
		height: auto;
	}
	.box_v{
		width: 85%;
		margin: 20px auto;
	}
	.kako_s {
		width: 48%;
	}
	.w40,.w60{
		width: 100%;
		padding-right: 0;
	}
	.perform_title{
		width: 15vh;
		height: 15vh;
		display: block;
		margin: 6vw auto 0 auto;
		z-index: 1;
	}
	.perform{
		display: inline-block;
    	width: 48%;
		padding: 0;
	}
	.per01{
		position: absolute;
		bottom: 34vw;
    	left: 98%;
		width: 100%;
	}
	iframe {
		width: 95%;
		margin: 20px auto;
	}
	p.atdays{
		width: 80%;
	}
	.big {
		font-size: 2rem;
	}
	.banner{
		width: 100%;
	}
	.flex-schedule {
		width: 100%;
		margin: 10px auto 0 auto;
		padding: 0;
	}
	.flex-schedule li {
		align-items: flex-start;
		justify-content: flex-start;
	}
	.flex-schedule li.start{
		align-items: flex-end;
	}
	.flex-schedule li .time,.flex-schedule .sch_box {
		margin-bottom: 5px;
	}
	.flex-schedule .color{
		margin: 0.5em 0;
	}
	.border{
		width: 98%;
		margin: 0.5em 0;
	}
	
}
