@charset "utf-8";
/* CSS Document */

body{

  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


a {
  text-decoration: none;
  transition: 0.3s;
}



p {
  line-height: 1.4;
}

img{
	width: 100%;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}


.all-wrap{
	font-family: "Noto Sans JP", sans-serif;
}


.logo {
  position: absolute;
  z-index: 2;
  width: 80px;
  left: 10px;
  top: 16px;
}
@media screen and (max-width: 855px) {
  .logo {
    width: 60px;
    top: 16px;
  }
}


.navy{
	background-color:#fff;
	    padding: 3em 10px 4em 10px;
	box-shadow: 0px 11px 15px -10px rgba(0, 0, 0, 0.45);
    position: relative;
	z-index: 10;
}


#fv{
	background-image:url("../img/fv-bk.png");
	background-size: cover;
  	background-position:center;
	background-repeat: no-repeat;
	margin: 0 auto;	
	border-bottom: solid #D11881 10px;
	position: relative;
}


.fv-inner{
	max-width: 1162px;
	margin: 0 auto;
	width: 100%;
	line-height: 0;
}


#fv::before{
    position: absolute;
    bottom: -30px;
    content: '';
	border-bottom: solid #D11881 10px;
	width: 100%;
}

#fv::after{
    position: absolute;
    bottom: -52px;
    content: '';
	border-bottom: solid #D11881 10px;
	width: 100%;
}



/****************contents*******************/

#contents-wrap{
	padding-top: 7em;
	background-color: #FFE3EF;

}

.cp-title{
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
}


.contents-bk{
	background-image:url("../img/contents-bk.png");
	background-size: contain;
  	background-position:top center;
	background-repeat: repeat-y;
	margin: 0 auto;	
padding-bottom: 6em;
	    padding-left: 10px;
    padding-right: 10px;

}

.contents-inner{
	padding-bottom: 4em;
	max-width: 1060px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: -8em;
	border-radius: 30px;
	box-shadow: 0px 11px 15px -10px rgba(0, 0, 0, 0.45);
	padding-top: 8em;
}


.contents-flex{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 980px;
	align-items: center;
}



.contentsMain p{
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #262626;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}


.target-cp{
	max-width: 685px;
	margin: 0 auto;
	width: 100%;
}


.contentsImg{
	max-width: 312px;
	margin: 0 auto;
	width: 100%;
}


/*****gradation-box*****/

.gradation-box{
	background: rgb(214,0,130);
	background: linear-gradient(60deg, rgba(214,0,130,1) 0%, rgba(143,68,153,1) 38%, rgba(22,183,192,1) 100%);	
	padding: 6px;
}

.gradation-inner{
	background-color: #FFFDEE;
	padding: 10px 25px;
}


.column1{
	max-width: 564px;
	margin: 0 auto;
	margin-top: 2em;
}

.cp-kikan,.cp-day{
	color: #D11881;
}


.cp-kikan{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}

.cp-day{
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
}

.entryTitle{
	background-color: #27C5CE;
	padding: 6px 10px;
	margin-top: 3em;
	margin-bottom: 1em;
}


.entryTitle p{
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;	
	color: #fff;
}


.entry-category{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;	
	color: #1D1D1D;	
	margin-bottom: 6px;
	margin-top: 2.3em;
}

.entry-txt{
	text-align: left;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.2em;	
	color: #1D1D1D;	
	margin-bottom: 6px;
}


.entry-notice{
	text-align: left;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;	
	color: #1D1D1D;	
	margin-bottom: 6px;
	margin-top: 18px;
}



.app_btn{
	max-width: 380px;
	margin: 5em auto 0 auto;
background-color: #D11881;
	border-radius: 50px;
	padding: 28px 5px;
	box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.22);
	margin-bottom: 5em;
}

.app_btn p{
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	position: relative;
 
}


.app_btn p::after{
	  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}


.app_btn p:hover::after{
	right: 10px;
}

.app_btn:hover{
	box-shadow:none;
	 transition: all .3s;
}

@media screen and (max-width: 768px){
	.app_btn p{
		
    font-size: 1em;
	}
	
	.app_btn{
		max-width: 300px;
		    padding: 15px 5px;
	}
	
	.app_btn p::after{
		right: 9px;
	}
}



/****************live contents******************/

#live-wrap{
	    background: repeating-linear-gradient(135deg, #FFE924, #FFE924 20px, #FFF100 20px, #FFF100 46px);
	
	background-color: #FFF100;
}



.live-inner{
	padding-top: 5em;
	padding-bottom: 6em;
}


.cp-titleFlex{
	max-width: 1008px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	
}


.live-title{
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	align-content: center;
}


.live-img{
	max-width: 178px;
	margin: 0 auto;
	width: 100%;
	margin-left: 1%;
}



/********************place***********************/

.tenpoFlex{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content:space-around;
	margin-top: 2em;
}


.column2{
	width: calc((100% - 20px) / 2);
}


.column2-inner{
	background-color: #fff;	
	padding: 10px 25px;
}


.tenpo-day{
	background-color: #E51373;
	border-radius: 0 28px 0 28px;
	text-align: center;
	padding: 5px 8px;
}


.tenpo-day p{
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #fff;
	font-weight: bold;
}


.place{
	font-size: 2.8em;
	line-height: 1.6em;
	color: #262626;
	font-weight: bold;
	text-align:center;
	margin-top: 0.2em;
}


.small-txt{
	font-size: 0.7em;
}


.place-info{
	font-size: 1.3em;
	line-height: 1.4em;
	color: #262626;
	font-weight: bold;
	text-align:center;
	margin-top: 0.3em;
}


.place-bk{
	padding: 2px 5px;
	color: #fff;
	background-color: #E51373;
	border-radius: 7px;
	font-size: 0.9em;
	margin-right: 5px;
}

.ev-time{
	text-align:center; 
}

.ev-time p{
	display: inline-block;
	border-top:solid 1px #707070;
	padding-top: 10px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #262626;
	font-weight: bold;
	text-align:center;
	margin-top: 15px;
}


.ev-info{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #E51373;
	font-weight: bold;
	text-align:center;
	margin: 0 auto;
	margin-top: 1.3em;
	position: relative;
	max-width: 250px;
	margin-bottom: 1em;
}


.ev-info::after{
	  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #E51373;
  border-right: solid 3px #E51373;
  position: absolute;
  top: 51%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.ev-info:hover::after{
	right: 10px;
}

.ev-info:hover{
	box-shadow:none;
	 transition: all .3s;
}



/********************sp*************************/

@media screen and (max-width: 890px){
	.column2{
		    display: flex;
		flex-grow: 1;
		        margin: 0 5px;
		        justify-content: center;
		
	}
	
	
}







@media screen and (max-width: 768px){
	
	.column2{
		    display:inherit;
		flex-grow: none;
		margin: 0 auto;
	}	
	
	
	
	#fv{
		background-image:url("../img/fv-bk-sp.png");
		background-size: cover;
		background-position:center top;
		background-repeat: no-repeat;
		margin: 0 auto;	
		border-bottom: solid #D11881 10px;
		position: relative;

	}
	
	
	.navy{
		padding: 3em 10px 2.5em 10px;
	}
	
	
	.cp-title{
		width: 95%;
	}
	
	
	.contents-inner{
		margin-top: -4em;
    	border-radius: 16px;
		padding-left: 10px;
		padding-right: 10px;
		    padding-top: 5em;
	}
	
	.contents-flex{
		display: block;
	}
	
	.contentsMain p{
		font-size: 1.05em;
	}
	
	.contentsImg{
		width: 84%;
	}
	
.cp-kikan{
	font-size: 1em;

	margin-bottom: 0.4em;
}

.cp-day{
	font-size: 1.1em;

}	
	
.gradation-inner{
	padding: 10px 10px;
}
	
	
	.entryTitle p{
		font-size: 1.3em;
	}	
	
	.entry-category{
		font-size: 1.1em;
	}
	
	.entry-txt{
		font-size: 1em;
		line-height:1.6em;
	}
	
	.entry-notice{
		font-size: 0.85em;
		line-height: 1.6em;
	}
	
	
	.live-title{
		width: 64%
	}
	
	.live-img{
		width: 27%;
	}
	
	
	.tenpoFlex{
	display: block;
		margin: 0 auto;
		padding: 0 10px;
		margin-top: 2em;
}
	
	
.column2{
	width: calc((100%) /1);
	margin-bottom: 1em;
}	
	
	
	.column2-inner{
		padding: 10px 12px;
	}
	
	.tenpo-day p{
		font-size: 1.05em;
	}
	
	
	.tenpo-day{
		    padding:10px 8px;
	}
	
	.place{
		font-size: 2.5em;
	}
	
	
	.place-info{
		font-size: 1.2em;
		line-height: 1.8em;
	}
	
	
	.place-bk{
		font-size: 1em;
	    padding: 2px 40px;
	}
	
	.ev-time p{
		font-size: 1em;
	}
	
	.ev-info{
		font-size: 1em;
	}
	
	
}












