@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html { scroll-behavior: smooth;}

@media screen and (min-width: 768px) {
	img.sp {
		display: none;
	}
}

#award {
	width: 100%;
	margin: 0 auto !important;
	background: #fff1d3;
	color: #383528;
	font-size: 124%;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#award h1 {
	margin: 0;
	letter-spacing: 1px;
}
#award .outline {
	width: 100%;
	background: #f3e1bb;
	padding: 16px 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
#award .outline a {
	display: block;
	font-size: 96%;
	background: #fff;
	padding: 8px 20px;
	border: 2px solid #57b652;
	color: #57b652;
	border-radius: 24px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 5px;
}
#award .outline a:hover {
	background: #57b652;
	color: #fff;
}
#award .header {
	margin: 0;
	background: #57b652;
	color: #fff;
	position: relative;
}
#award .header .home {
	color: #fff;
	font-size: 70%;
	position: absolute;
	top: 5px;
	right: 10px;
}
#award .header .home::before {
	left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#award .header a.arrow,
#award .nav li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
#award .header a.arrow::before,
#award .header a.arrow::after,
#award .nav li a::before,
#award .nav li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#award .header a.arrow::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #57b652;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #fff;
}
#award .header a.arrow::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #57b652;
    border-right: 1px solid #57b652;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#award .header .home a,
#award .header .home a:hover {
	color: #fff;
	text-decoration: none;
}
#award .header .sign {
	padding: 10px;
}
#award .header .sign span {
	display: block;
	font-size: 80%;
}
#award .visual {
	margin: 0;
	position: relative;
}
#award .visual img {
	width: 100%;
}
#award .visual .date {
	font-size: 150%;
	width: 100%;
	position: absolute;
	bottom: 24px;
	text-align: center;
	font-weight: 700;
}
#award .contents {
	width: 1080px;
	margin: 0 auto;
}
#award .contents h2 {
	text-align: center;
	margin: 20px 0 24px;
}
#award .awardGold .popup {
	margin: 24px 24%;
}
#award .awardSilver .popup {
	margin: 10px 2% 40px;
}
#award .popup a {
	display: block;
	padding: 18px 24px;
	text-decoration: none;
	background: #6e4817;
	color: #fff;
	border-radius: 36px;
	text-align: center;
	font-size: 112%;
	font-weight: bold;
	letter-spacing: 0.8px;
}
#award .popup span {
	display: block;
	font-size: 80%;
	margin-top: 6px;
	text-align: center;
}
#award .award1-1 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
#award .awardGold {
	margin-bottom: 45px;
}
#award .awardSilver {
	display: flex;
	margin: 0 auto;
	justify-content: space-around;
}
#award .award6-1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#award .awardIdea .popup {
	width: 36%;
	margin: 12px auto 24px;
}


#award .footer {
	width: 100%;
	text-align: center;
	background: #57b652;
}


@media screen and (max-width: 767px) {
	img.pc {
		display: none;
	}
	img.sp {
		width: 100%;
	}
	#award {
	overflow-x: hidden;
	width: 100%;
	margin: 0 auto !important;
	padding: 0;
	background: #fff1d3;
	color: #383528;
	font-size: 124%;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	}
	#award .header {
	margin: 0;
	background: #57b652;
	color: #fff;
	position: relative;
	}
	#award .header .home {
	color: #fff;
	font-size: 70%;
	text-align: right;
	height: 28px;
	position: relative;
	background: #3ba035;
	padding: 6px 6px 1px;
	margin: 0;
	top: 0;
	right: 0;
	}
	#award .header .home::before {
	left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	#award .header a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
	}
	#award .header a.arrow::before,
	#award .header a.arrow::after,
	#award .nav li a::before,
	#award .nav li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	}
	#award .header a.arrow::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #57b652;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #fff;
	}	
	#award .header a.arrow::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #57b652;
    border-right: 1px solid #57b652;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	#award .header .home a,
	#award .header .home a:hover {
	color: #fff;
	text-decoration: none;
	}
	#award .header .sign {
	padding: 10px;
	font-size: 72%;
	}
	#award .header .sign span {
	display: block;
	font-size: 80%;
	}
	#award .visual .date {
	font-size: 124%;
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: left;
	font-weight: 700;
	left: 14px;
	line-height: 140%;
	}
	#award .visual .date span {
		display: block;
	}

	#award .outline {
	background: #f3e1bb;
	padding: 4px 0 12px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	}
	#award .outline p {
	width: 90%;	
	}
	#award .outline a {
	display: block;
	font-size: 96%;
	background: #fff;
	padding: 8px 20px;
	border: 2px solid #57b652;
	color: #57b652;
	border-radius: 24px;
	text-decoration: none;
	font-weight: bold;
	margin: 3px 0;
	}
	#award .contents {
	width: 98%;
	margin: 0 auto;
	}
	#award .contents h2 {
	color: #6e4817;
	text-align: center;
	margin: 20px 0 24px;
	}
	#award .contents h2 img {
	width: 100%;
	}
	#award .award1-1 {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	}
	#award .awardGold {
	margin-bottom: 45px;
	}
	#award .awardSilver {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	}
	#award .award6-1 {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: center;
	}
	#award .awardIdea {
		width: 96%;
		margin: 0 auto;
	}
	#award .awardIdea .popup {
	width: 94%;
	margin: 10px 3% 40px;
	}
	#award .awardGold .popup {
	margin: 10px 4% 40px;
	}
	#award .awardSilver .popup {
		width: 94%;
	margin: 10px 3% 40px;
	}


	#award h2 span {
		display: block;
	}
	#award h3 {
	text-align: center;
	font-size: 160%;
	letter-spacing: 1px;
	}
	#award h3 span {
		display: block;
	}


	#award .footer {
		padding-bottom: 10px;
	}
	#award .footer img {
		width: 100%;
	}


}


#award .modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
#award .modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
#award .is-active.modal-window {
display: block\9;
}
#award .modal-window:target {
display: block\9;
}
#award .modal-window .modal-inner {
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
margin-left: -325px;
width: 800px;
overflow-x: hidden;
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#award .modal-window .modal-inner p {
padding: 0;
}
#award .modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
#award .modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
#award .modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 25px;
left: 50%;
z-index: 20;
margin-left: 450px;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}
#award .modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}

@media screen and (max-width: 767px) {
	#award .modal-window .modal-inner {
		position: absolute;
	top: 50px;
	left: 1%;
	z-index: 20;
	margin-left: 1%;
	width: 96%;
	overflow-x: hidden;
	border-radius: 2px;
	background: #fff;
	}
	#award .modal-window .modal-inner img {
		width: 100%;
	}
	#award .modal-inner span {
		display: block;
		font-size: 82%;
		margin: 5px 0;
		text-align: center;
	}
}


.precaution2020 {
	background: #138c0d;
	margin: 0;
	width: 100%;
	opacity: 90%;
	position: fixed;
	top: 0;
	left: 0;
}
.precaution2020 p {
	padding: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 108%;
}
.fade-in2020 {
	animation-name:sample01;
	animation-duration:2.5s; 
	animation-iteration-count: 1;

}
@keyframes sample01 {
0% {
 opacity: 0;
 transform: translateY(-30px);
}
  50%{
    opacity: 1;
     transform: translateY(0);
  }
 
}