@charset "UTF-8";
/* CSS Document */
html {
  font-size: 16px; }
body{
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
a{
	color: #9BC730;
}
/*COLOR*/
.deepgreen{
	color: #0A3C00;
}
.green{
	color: #447500;
}
.pailgreen{
	color: #9BC730;
}
.beige{
	color: #EDECE8;
}
.white{
	color: #ffffff;
}
.gradation {
	background-image: linear-gradient(0deg, #0a3c00, #447500);
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;

}
.bg_beige{
	background-color: #EDECE8;
}
.bg_green{
	background-color: #447500;
}
.bg_white{
	background-color: #ffffff;
}
/*TEXT*/
h1{
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 110px;
	text-align: center;
}
h2{
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin: 20px;
}
h2 p{
	font-size: 38px;
}
h3{
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
}
.info{
	padding: 10px 0 ;
	box-sizing: border-box;
}
.caution{
	font-size: 12px; 
}
.campaing_jp_txt{
	font-size: 30px;
	font-weight: 500;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
	margin: 10px;
}
.campaing_jp_txt:before, .campaing_jp_txt:after {
	border-top: 5px solid #EDECE8;
	content: "";
	width: 8em; /* 線の長さ */
}
.campaing_jp_txt:before {
	margin-right: 0.8em; /* 文字の右隣 */
}
.campaing_jp_txt:after {
	margin-left: 0.8em; /* 文字の左隣 */
}
.campaing_jp_txt_2{
	font-size: 54px;
}
.catch{
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	
}
.events_space{
	margin: 30px 0;
}
/*HEADER*/
header{
	width: 100%;
	padding: 10px;
	text-align: left;
	box-sizing: border-box;

}
footer{
	text-align: center;
	font-size: 14px;
	padding: 50px 0;
	box-sizing: border-box;

}
.logo{
	max-width: 150px;
	height: auto;
}
	.hero_img{
		overflow-x: hidden;
	}
.top_img{
	width: 100%;
	height: auto;
	margin: 0;
	    position: relative;
    left: 50%;
    transform: translateX(-50%);
	vertical-align:top;
}
.wrap{
	max-width: 1320px;
	margin: 0 auto;
	line-height: 1.6;
	width: 94%;
}
.content_space{
	padding: 60px 0 0 0;
}
.spaceneedle{
	margin: 0px;
	text-align: center;
	vertical-align:top
}
.txt_center{
	text-align: center;
}
.events_box{
	display: flex;
	padding: 0;
}
.events_box_img{
	max-width: 620px;
	width: 100%;
	height: auto;
	margin: 0 20px 0 0;
	object-fit: cover;
}
.img_radius{
		border-radius: 10px;
}
.content_space2{
	padding: 60px 0;
	box-sizing: border-box;
}
.quiz_txt{
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
.quiz_radius{
	border-radius: 20px;
	padding: 20px;
	margin: 20px 0;
}
.quiz_img{
	max-width: 590px;
	width: 100%;
	margin: 0 20px 0 0;
}
.prize_txt{
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
.priz_img{
	max-width: 510px;
	width: 100%;
	margin: 0 0 0 20px;
}
table.table01 tbody th {
    background: #9BC730;
    color: #FFF;
    padding: 10px 15px;
    border-bottom: #FFF solid 1px;
    vertical-align: top;
    width: 30%;
}
table.table01 tbody td {
    background: #FFF;
    padding: 10px 15px;
    border-left: #9BC730 solid 1px;
    border-bottom: #9BC730 solid 1px;
    vertical-align: top;
}
.sp-only {
  display: none; }
.pc-only {
  display: block; }
/* Compliant purple border around button */
/* ------------------
アニメーション指定 
------------------*/
.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: all .75s 0s ease; }

.fadeIn.second {
  transition: all .75s 0.5s ease; }

.fadeInTtl {
  opacity: 0;
  transform: translateY(50px);
  transition: all .75s 0s ease; }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0; }
  100% {
    transform: translateX(0); }
  40%,100% {
    opacity: 1; } }
.slideIn {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; }

@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}
.priz_box{
	display: flex;
	padding: 0;
}
@media screen and (max-width: 1080px) {
.events_box_img{
			width: 50%;
			height: auto;
	}
.priz_box{
	display: block;
}
	.sp-only {
      display: block; }
	.pc-only {
    display: none; }

}
@media screen and (max-width: 880px) {
	.prize_txt{
	font-size: 26px;
	}
.quiz_txt{
	font-size: 26px;
	}
}
@media screen and (max-width: 640px) {
	.priz_box{
	display: block;
}
	html {
  font-size: 14px; 
}
.events_box{
	display: block;
}
	.events_box img{
	width: 100%;
}
	.events_box_img{
		margin: 0 0 20px 0;
	}
	.priz_img{
		margin: 20px 0 0 0;
	}
	h1{
	font-size: 55px;
		line-height: 1.1;
		margin: 10px 0;
}
h2{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin: 20px;
}
h2 p{
	font-size: 28px;
}
h3{
	font-size: 16px;
	text-align: center;
}
.info{
	padding: 10px 0 ;
	box-sizing: border-box;
}
.campaing_jp_txt{
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
	margin: 10px;
}
	.campaing_jp_txt_2{
	font-size: 28px;
}
.catch{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
	.content_space {
    padding: 30px 0 0 0;
}
	.campaing_jp_txt:before, .campaing_jp_txt:after {
	border-top: 3px solid #EDECE8;
	content: "";
	width: 6em; /* 線の長さ */
}
.campaing_jp_txt:before {
	margin-right: 0.6em; /* 文字の右隣 */
}
.campaing_jp_txt:after {
	margin-left: 0.6em; /* 文字の左隣 */
}
.content_space2 {
    padding: 30px 0;
}
	.logo{
	max-width: 100px;
	height: auto;
}
	.spaceneedle {
		width: 40%;
		text-align: center;
}
.top_img{
		width: 150%;
		margin: 0 auto;
	}	
.prize_txt{
	font-size: 24px;
	}
.quiz_txt{
	font-size: 24px;
	}

}