@charset "utf-8";
#wrap_r {
	position: relative;
}
@media screen and (max-width:768px) {
}

#mv{
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#mv div:first-child {
	width: 58%;
	order: 2;
}
#mv div:last-child {
	width: 37%;
	order: 1;
}
#mv #mv_img img{
	width: 100%;
}
@media screen and (max-width:768px) {
#mv{
	width: 96%;
	margin: 4vw auto 0 auto;
}
#mv div:first-child {
	width: 56%;
}
#mv div:last-child {
	width: 40%;
}
}

#theme {
	width: 82%;
	margin: 0px 0 0 0;
}
#theme img {
	width: 100%;
}
@media screen and (max-width:768px) {
	#theme {
		width: 75%;
       /*width: 82%;*/
       margin: 1vw 0 0 0;
 }
}

#datevenue {
	width: 63%;
	margin: 18px 0 0 0;
}
#datevenue img {
	width: 100%;
}

@media screen and (max-width:768px) {
	#datevenue {
		width: 75%;
		margin: 2.5vw 0 0 0;
 }
}

#abstract {
	width: 76%;
	margin: 20px 0 0 0;
}

#abstract img {
	width: 100%;
}

@media screen and (max-width:768px) {
	#abstract {
		width: 80%;
		margin: 12px 0 0 0;
	}
}

#chair {
	width: 50%;
	margin: 0;
	margin: 20px 0 0 0;
}
#chair img {
	width: 100%;
}
@media screen and (max-width:768px) {
	#chair {
		width: 70%;
		margin: 2.5vw 0 0 0;
	}
}

#mv_caption {
	width: 100%;
	margin: 10px 0 0 0;
}

#mv_caption img {
	width: 100%;
}

@media screen and (max-width:768px) {
	#mv_caption {
		margin: 5px 0 0 0;
	}
}



#new {
	clear: both;
	margin: 40px 30px;
	padding: 32px 40px;
	display: inline-block;
	width: 92%;
	height: 330px;
	/*background: #ffffff3d;*/
	background: linear-gradient(0deg, rgb(216 217 140 / 62%) 2%, rgb(76 163 199 / 51%) 100%);
	clip-path: polygon(5% 0, 95% 0, 100% 0, 100% 88%, 95% 100%, 0% 100%, 0% 88%, 0% 12%);
}

#new h3 {
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-left: 14px;
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	border-left: 4px double;
	border-color: #fff;
	position: relative;
}

/* #new h3::after {
	content: "";
	width: 30%;
	border-bottom: 2px solid;
	border-color: var(--point-color);
	position: absolute;
	left: 0;
	bottom: -2px;
} */

#new h3:first-letter {
	/*font-size: 2.8rem;
	color: var(--point-color);*/
}

#new dl {
	height: 200px;
	overflow: auto;
}
#new dt {
	width: 7em;
	color: #fff;
	float: left;
	clear: left;
}
#new dd {
	margin-bottom: 15px;
	color: #fff;
	padding: 0 0 15px 7em;
	border-bottom: #fff 1px solid;
}
#new dd a {
	color: #fff;	
}
#new dd .win_icon {
	margin-right: 2px;
	padding-right: 18px;
	background: url(../images/win_icon_w.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}

@media screen and (max-width:768px) {
	#new {
		margin: 30px 10px 0;
		width: 96%;
	}
	#new h3 {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	#new dt {
		width: 100%;
		float: none;
	}
	#new dd {
		margin-bottom: 10px;
		padding: 0 0 10px 0;
	}
}
/***** バナー *****/
#bnr {
	margin-top: 30px;
	text-align: center;
}
#bnr li {
	margin-bottom: 15px;
}
#bnr li:last-child {
	margin-bottom: 0;
}
#bnr li img {
	width: 265px;
}
#fb {
	width: 250px;
	margin: 30px auto 0!important;
}
.info {
	margin: 280px 30px 0 30px;
	padding: 30px;
	background-color: #fff;
}
.info .btn:first-child {
	margin-top: 0;
}
.info h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 2.3rem;
	text-align: center;
	border-bottom: #8f9d18 2px solid;
	position: relative;
}
.info h4 {
	margin: 20px 0 10px;
	font-weight: bold;
	color: #8f9d18;
}
.info_tb1 {
	width: 100%;
}
.info_tb1 th {
	padding: 10px;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	border: #ddd 1px solid;
	background-color: var(--point-color);
}
.info_tb1 td {
	padding: 10px;
	font-size: 1.4rem;
	text-align: center;
	border: #ddd 1px solid;
}
.info_tb1 td:nth-child(1) {
	width: 30%;
	text-align: left;
	background-color: #f5f5f5;
}
.info_tb2 {
	margin: 20px auto 0;
}
.info_tb2 td {
	padding: 15px 30px;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
.box_red {
	padding: 20px;
	border: #cc0000 1px solid;
}
.box_red2 {
	margin: 10px 0;
	padding: 20px;
	border: #cc0000 2px solid;
}

.info .box_red table{
	font-size: 2.1rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.info .box_red table tr{
	vertical-align: top;
}


@media screen and (max-width:768px) {
	#bnr {
		margin: 30px 0;
	}
	
	#fb {
		width: 250px;
	}
	.info {
		margin: 20px 15px 0 15px;
		padding: 15px;
		background-color: #fff;
	}
	.info h3 {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.info_tb1 th {
		padding: 5px;
		font-size: 1.3rem;
	}
	.info_tb1 td {
		padding: 5px;
		font-size: 1.3rem;
	}
	.info_tb1 td:nth-child(1) {
		width: 40%;
	}
	.info_tb2 {
		border-top: #000 1px solid;
		border-bottom: #000 1px solid;		
	}
	.info_tb2 td {
		width: 100%;
		padding: 5px 50px;
		font-size: 2rem;
		font-weight: 700;
		text-align: left;
		display: block;
		border: none;
	}
	.box_red {
		padding: 10px;
	}
	.box_red2 {
		padding: 10px;
	}

    .info .box_red table{
        font-size: 1.6rem;
		width: 100%;
    }

    .info .box_red tr td:first-child{
		width: 40%;
    }

    .info .box_red tr td:nth-child(2){
		width: 54%;
    }
}

img.star_beat01 {
    position: absolute;
	top: 2%;
	left: 7.3%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}

img.star_beat02 {
    position: absolute;
	top: 1.2%;
	left: 33%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat03 {
    position: absolute;
 	top: 13.8%;
	left: 67%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat04 {
    position: absolute;
	top: 8.8%;
	left: 73%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat05 {
    position: absolute;
	top: 8%;
	left: 23%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat06 {
    position: absolute;
	top: 12%;
	left: 10%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
  
img.star_beat07 {
    position: absolute;
	top: 17.3%;
	left: 52%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat08 {
    position: absolute;
	top: 16%;
	right: 11%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat09 {
    position: absolute;
	top: 7%;
	right: 4%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat10 {
    position: absolute;
	top: 8.4%;
	left: 46%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat11 {
    position: absolute;
	top: 18%;
	left: 36%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat12 {
    position: absolute;
	top: 19%;
	left: 20%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat13 {
    position: absolute;
	top: 11.8%;
	right: 4.4%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
  
img.star_beat14 {
    position: absolute;
	top: 12%;
	left: 79%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat15 {
    position: absolute;
	top: 17%;
	left: 8%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat16 {
    position: absolute;
	top:4%;
	left: 28%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat17 {
    position: absolute;
	top: 7.8%;
	left: 57%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat18 {
    position: absolute;
 	top: 6%;
	left: 4.2%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}

img.star_beat19 {
	width: 8px;
    position: absolute;
	top: 1%;
	left: 65%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}

img.star_beat20 {
    position: absolute;
	top: 4%;
	right: 6.8%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}

@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

img.star_beat01 {
    position: absolute;
    top: 18%;
    left: 4.3%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}

img.star_beat02 {
    position: absolute;
    top: 6.5%;
    left: 37%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat03 {
    position: absolute;
 	top: 13.8%;
	left: 67%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat04 {
    position: absolute;
    top: 10%;
    left: 73%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat05 {
    position: absolute;
    top: 6%;
    left: 20%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat06 {
    position: absolute;
    top: 15.5%;
    right: 33%;
    z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
  
img.star_beat07 {
    position: absolute;
    top: 15.3%;
    left: 52%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat08 {
    position: absolute;
	top: 16%;
	right: 11%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat09 {
    position: absolute;
	top: 7%;
	right: 4%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat10 {
    position: absolute;
	top: 8.4%;
	left: 46%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat11 {
    position: absolute;
    top: 17%;
    right: 24%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat12 {
    position: absolute;
    top: 17%;
    left: 15%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat13 {
    position: absolute;
    top: 12%;
    right: 6%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
  
img.star_beat14 {
    position: absolute;
    top: 17%;
    right: 3%;
    z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat15 {
    position: absolute;
    top: 16%;
    left: 8%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat16 {
    position: absolute;
    top: 16%;
    left: 28%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat17 {
    position: absolute;
    top: 6.8%;
    left: 57%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat18 {
    position: absolute;
    top: 7%;
    left: 2%;2%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}

img.star_beat19 {
	width: 8px;
	position: absolute;
	top: 6.5%;
	right: 19%;
	z-index: 99999;
	animation: blinkEffect 1.1s ease-in-out infinite alternate;
}

img.star_beat20 {
    position: absolute;
    top: 17%;
    left: 39.8%;
    z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}

@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

}