.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	}
.main-container {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.main-container {
		margin-bottom: 50px;
	}
}
.maindesign {
	margin-bottom: 100px;
}
@media screen and (max-width:767px) {
	.maindesign {
		margin-bottom: 50px;
	}
}

.maindesign a {
	text-decoration: none;
	color: #000;
}

.webfont {
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
	transform: rotate(0.05deg);
}

.maindesign .page--item-beyond {
	margin-top: 100px;
}
.maindesign .page--item-leave {
	margin-top: 50px;
}
.maindesign .page--item-moderate {
	margin-top: 30px;
}
.maindesign .page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .page--item-beyond {
		margin-top: 70px;
	}
	.maindesign .page--item-leave {
		margin-top: 30px;
	}
	.maindesign .page--item-close {
		margin-top: 15px;
	}
}
.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .lead-text {
	font-size: 1.0rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
}

.maindesign .section-imitation {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:767px) {
	.maindesign .section-imitation {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.maindesign .title {
	position: relative;
}
.maindesign .title--back {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.maindesign .title--inner {
	position: absolute;
	max-width: 1200px;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width:767px) {
	.maindesign .title--inner {
		width: 90%;
	}
}


.maindesign .theme {
	position: relative;
}
.maindesign .theme--balloon {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	width: 35%;
}
.maindesign .balloon {
	position: relative;
	padding: 15px 0;
	color: #559103;
	font-weight: 700;
	font-size: 1.5rem;
	background: #FFF;
	border-radius: 10px;
	border: solid 2px #f1bed3;
	text-align: center;
	width: 100%;
}
.maindesign .balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.maindesign .balloon:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #f1bed3;
	z-index: 1;
}
.maindesign .balloon > p {
	padding: 0 10px 5px;
	display: inline-block;
	border-bottom: 4px solid #c35352;
}

@media screen and (max-width:767px) {
	.maindesign .theme--balloon {
		width: 75%;
	}
}

.maindesign .theme--container {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.maindesign .theme--left {
	width: 40%;
}
.maindesign .theme--right {
	width: 57%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.maindesign .theme--right-text {
	position: absolute;
	width: 80%;
	top: 0;
	left: 0;
	z-index: 10;
	font-weight: 700;
}
.maindesign .theme--catch-text {
	font-size: 2.0rem;
	color: #559103;
}
.maindesign .theme--lead-text {
	font-size: 1.5rem;
	margin-top: 20px;
	line-height: 1.2;
	color: #825b3a;
}
.maindesign .theme--right-img {
	position: absolute;
	width: 75%;
	right: 0;
	bottom: 0;
	z-index: 1;
}

@media screen and (max-width:767px) {
	.maindesign .theme--container {
		flex-wrap: wrap;
	}
	.maindesign .theme--left {
		width: 100%;
		order: 2;
		margin-top: 15px;
	}
	.maindesign .theme--right {
		width: 100%;
		order: 1;
	}
	.maindesign .theme--right-text {
		position: static;
		width: 100%;
		text-align: center;
	}
	.maindesign .theme--catch-text {
		font-size: 1.5rem;
	}
	.maindesign .theme--lead-text {
		font-size: 1.15rem;
		line-height: 1.5;
	}
}

.maindesign .navigate--item {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.maindesign .nav-petami {
	width: 55%;
}
.maindesign .nav-petami--img {
	width: 45%;
}
.maindesign .nav-petami--btn {
	width: 55%;
}
.maindesign .nav-overflow {
	width: 45%;
	margin-top: 30px;
}
.maindesign .nav-overflow--unit {
	width: 48%;
}
.maindesign .nav-overflow--link {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.maindesign .nav-overflow--link:hover {
	border-color: #E5002D;
	opacity: 0.7;
    transition: 0.6s;
}
.maindesign .nav-overflow--inner {
	padding: 15px 0;
	font-weight: 700;
	text-align: center;
}

.maindesign .nav-petami--btn {
	position: relative;
	background-color: #559103;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .nav-petami--btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .nav-petami--btn > a {
	text-decoration: none;
}
.maindesign .nav-petami--btn-inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
	font-weight: 700;
	font-size: 1.15rem;
	text-align: center;
}
.maindesign .nav-petami--btn-inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}
.maindesign .nav-overflow--inner__apply {
	position: relative;
}
.maindesign .nav-overflow--inner__apply::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 18px;
    height: 18px;
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23999999%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18%2014v5a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8c0-1.1.9-2%202-2h5M15%203h6v6M10%2014L20.2%203.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	background-size: cover;
}

@media screen and (max-width:767px) {
	.maindesign .nav-petami {
		width: 75%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.maindesign .nav-overflow {
		width: 80%;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.maindesign .nav-petami--img {
		width: 80%;
	}
	.maindesign .nav-petami--btn {
		width: 100%;
		margin-top: 15px;
	}
	.maindesign .nav-overflow--unit {
		width: 100%;
	}
	.maindesign .nav-overflow .nav-overflow--unit:not(:first-child) {
		margin-top: 15px;
	}
	.maindesign .nav-petami--btn-inner {
		font-size: 1.0rem;
	}

}




.lity.lity-opened {
    opacity: 1;
    position: fixed;
    height: 100vh;
    touch-action: none;
}



.maindesign .contest-heading {
	color: #8c6239;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.0rem;
	font-weight: 700;
}
.maindesign .contest-heading::before,
.maindesign .contest-heading::after {
	content: '';
	width: 70px;
	height: 4px;
	border-radius: 4px;
	background-color: #db6095;
}
.maindesign .contest-heading::before {
	margin-right: 20px;
}
.maindesign .contest-heading::after {
	margin-left: 20px;
}

@media screen and (max-width:767px) {
	.maindesign .contest-heading {
		font-size: 2.25rem;
	}
	.maindesign .contest-heading::before,
	.maindesign .contest-heading::after {
		width: 45px;
	}
}

.maindesign .method--content {
	padding: 100px 0;
}
.maindesign .method--flow {
	position: relative;
	margin-top: 30px;
}
.maindesign .method--link {
	position: absolute;
}
.maindesign .method--link img {
	width: 100%;
	height: 100% !important;
}
.maindesign .method--link__apple {
	top: 27%;
    left: 16.7%;
    width: 19%;
    height: 7.2%;
}
.maindesign .method--link__google {
	top: 35.2%;
    left: 16.7%;
    width: 19%;
    height: 7.2%;
}
@media screen and (max-width:767px) {
	.maindesign .method--content {
		padding: 50px 0;
	}
	.maindesign .method--link__apple {
		top: 15.6%;
		left: 36.1%;
		width: 35%;
		height: 3.7%;
	}
	.maindesign .method--link__google {
		top: 19.8%;
		left: 36.1%;
		width: 35%;
		height: 3.7%;
	}
}


.maindesign .background {
	background: repeating-linear-gradient(60deg, #f3efe4, #f3efe4 5px, #f7f5ed 5px, #f7f5ed 10px);
	position: relative;
}
.maindesign .background--top-wave,
.maindesign .background--bottom-wave {
	position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.maindesign .background--top-wave {
	top: 0;
}
.maindesign .background--bottom-wave {
	bottom: 0;
}
.maindesign .background--top-wave svg,
.maindesign .background--bottom-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 78px;
}
.maindesign .background--top-wave .shape-fill,
.maindesign .background--bottom-wave .shape-fill  {
    fill: #fff;
}

@media screen and (max-width:767px) {
	.maindesign .background--top-wave svg,
	.maindesign .background--bottom-wave svg  {
		height: 28px;
	}
}

.maindesign .method--btn-container {
	margin-top: 30px;
}
.maindesign .method--btn {
	position: relative;
	background-color: #559103;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
	width: 50%;
    margin: 0 auto;
}
.maindesign .method--btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .method--btn > a {
	text-decoration: none;
}
.maindesign .method--btn-inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
	font-weight: 700;
	font-size: 1.15rem;
	text-align: center;
}
.maindesign .method--btn-inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}
.maindesign .method--btn-text {
	margin-top: 5px;
	color: #559103;
	font-size: 0.95rem;
	text-align: center;
	font-weight: 700;
}
@media screen and (max-width:767px) {
	.maindesign .method--btn {
		width: 95%;
	}
}
.maindesign .contest-heading02 {
	text-align: center;
	font-weight: 700;
	font-size: 1.75rem;
}
.maindesign .contest-heading02 > span {
	position: relative;
	display: inline-block;
}
.maindesign .contest-heading02 > span::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 55px;
	height: 4px;
	background-color: #db6095;
}
@media screen and (max-width:767px) {
	.maindesign .contest-heading02 {
		font-size: 1.25rem;
		text-align: left;
	}
}

.maindesign .instagram-link {
	width: 35%;
	margin: 30px auto 0;
}

@media screen and (max-width:767px) {
	.maindesign .instagram-link {
		width: 65%;
	}
}


.maindesign .copyTxt {
	margin: 30px auto 0;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.maindesign .copyTxt input {
	width: 55%;
	font-size: 1.5rem;
	padding: 15px 0;
	color: #808080;
}
.maindesign .copyTxt button {
	border-radius: 0 8px 8px 0;
    appearance: none;
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    margin: 0;
    color: #FFF;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #C1C1C1;
    font-size: 1em;
    padding: 0.8em 1.2em;
    box-sizing: border-box;
}

@media screen and (max-width:767px) {
	.maindesign .copyTxt input {
		width: 100%;
		font-size: 1.1rem;
	}
}


.maindesign .past {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
	width: 80%;
}
.maindesign .past--unit {
	width: 45%;
}
@media screen and (max-width:767px) {
	.maindesign .past {
		flex-wrap: wrap;
		width: 100%;
	}
	.maindesign .past--unit {
		width: 100%;
	}
	.maindesign .past .past--unit:not(:first-child) {
		margin-top: 20px;
	}
}

.maindesign .post--content {
	padding: 150px 0;
}
@media screen and (max-width:767px) {
	.maindesign .post--content {
		padding: 100px 0;
	}
}


.maindesign .prize--news {
	display: flex;
	justify-content: center;
}
.maindesign .prize--news-lead {
	width: 45%;
    color: #3A312A;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}
.maindesign .prize--news-schedule {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #cc6d68;
    padding: 1rem;
    font-size: 1.65rem;
    box-sizing: border-box;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    width: 45%;
}
@media screen and (max-width:767px) {
	.maindesign .prize--news {
		flex-wrap: wrap;
	}
	.maindesign .prize--news-lead {
		width: 100%;
		font-size: 1.35rem;
		line-height: 1.4;
		margin-bottom: 1rem;
		text-align: center;
	}
	.maindesign .prize--news-schedule {
		padding: 0.8rem 0.6rem;
		font-size: 5.3vw;
		width: 100%;
	}
}

.maindesign .prize--content {
	padding: 75px 0;
}
@media screen and (max-width:767px) {
	.maindesign .prize--content {
		padding: 40px 0;
	}
}

.maindesign .relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .relation--unit {
	width: 48%;
}
.maindesign .relation .relation--unit:nth-child(n+3) {
	margin-top: 20px;
}

@media screen and (max-width:767px) {
	.maindesign .relation--unit {
		width: 100%;
	}
	.maindesign .relation .relation--unit:nth-child(n+2) {
		margin-top: 20px;
	}
	
}

.maindesign .back-btn {
	text-align: center;
    border: 3px solid #fff;
    border-radius: 4px;
    background-color: #E72E35;
    box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
    box-sizing: border-box;
	transition: 0.25;
}
.maindesign .back-btn:hover {
	opacity: 0.85;
}
.maindesign .back-btn--inner {
	color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    text-decoration: none;
    padding: 0.5em;
}
@media screen and (max-width:767px) {
	.maindesign .back-btn--inner {
		font-size: 1.5rem;
	}
}

.situation {
	font-weight: 700;
	font-size: 5.0em;
	color: #76a32d;
	text-align: center;
	margin: 50px 0;
}

@media screen and (max-width:767px) {
	.situation {
		font-size: 3.0em;
	}
}

.introductory_container {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 15px;
	line-height: 1.15;
	text-align: center;
	color: #76a32d;
	padding-bottom: 50px;
}
.introductory_container p {
	margin: 30px 0;
	text-align: center;
}
@media screen and (max-width:767px) {
	.introductory_container {
		font-size: 0.95rem;
	}
	.introductory_container p {
		margin: 15px 0;
		text-align: left;
	}
}

.main_container {
	max-width: 1000px;
    position: relative;
    margin: auto;
    text-align: center;
}
@media screen and (max-width:767px) {
	.main_container {
		width: 94%;
		margin: 0 auto;
		padding: 8px 0;	
	}
}


.maindesign .result-announcement {
	margin-top: 150px;
	margin-bottom: 50px;
}

.maindesign .result-announcement--heading {
	position: relative;
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}
.maindesign .result-announcement--flag {
	height: 100%;
	width: auto;
}
.maindesign .result-announcement--flag img {
	height: 100%;
	width: auto;
}
.maindesign .result-announcement--flag-left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: translateX(-35%);
}
.maindesign .result-announcement--animals {
	position: absolute;
	top: -110px;
	left: 52%;
	width: 60%;
	z-index: 10;
	transform: translateX(-50%);
	z-index: 10;
}
.maindesign .result-announcement--flag-right {
	position: absolute;
	top: 0;
	right: 1%;
	transform: translateX(35%);
	z-index: 1;
}
.maindesign .result-announcement--lead {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 85%;
}
.maindesign .result-announcement--title {
	width: 90%;
}

.maindesign .result-announcement--text {
	width: 100%;
	font-weight: 800;
	text-align: center;
	color: #8c6239;
	font-size: 2.0rem;
	line-height: 1.3;
	z-index: 5;
	letter-spacing: 0.3em;
	margin-left: 5%;
}

@media screen and (max-width:767px) {
	.maindesign .result-announcement {
		margin-top: 70px;
	}
	.maindesign .result-announcement--heading {
		width: 100%;
		height: 225px;
	}
	.maindesign .result-announcement--animals {
		height: 65px;
		width: auto;
		top: -55px;
	}
	.maindesign .result-announcement--animals img {
		height: 100%;
		width: auto;
	}
	.maindesign .result-announcement--lead {
		top: 0;
		width: 100%;
		height: 100%;
		justify-content: center;
	}
	.maindesign .result-announcement--title {
		display: flex;
		justify-content: center;
	}
	.maindesign .result-announcement--title picture {
		height: 85px;
	}
	.maindesign .result-announcement--title img {
		height: 100%;
		width: auto;
	}
	.maindesign .result-announcement--text {
		font-size: 5.5vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.maindesign .result-announcement--flag-left {
		transform: translateX(-65%);
	}
	.maindesign .result-announcement--flag-right {
		transform: translateX(65%);
	}
}




	#imagelightbox {
	cursor:pointer;
	position:fixed;
	z-index:10001;
	-ms-touch-action:none;
	touch-action:none;
	-webkit-box-shadow:0 0 3.125em rgba(0,0,0,.75);
	box-shadow:0 0 3.125em rgba(0,0,0,.75);
	}
	
	#imagelightbox-loading,#imagelightbox-loading div {
	border-radius:50%;
	}
	
	#imagelightbox-loading {
	width:2.5em;
	height:2.5em;
	background-color:#FFF;
	position:fixed;
	z-index:10003;
	top:50%;
	left:50%;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	margin:-1.25em 0 0 -1.25em;
	padding:.625em;
	}
	
	#imagelightbox-loading div {
	width:1.25em;
	height:1.25em;
	background-color:#F5802E;
	opacity:0.6;
	-webkit-animation:imagelightbox-loading .5s ease infinite;
	animation:imagelightbox-loading .5s ease infinite;
	}
	
	50% {
	-webkit-transform:scale(1);
	opacity:1;
	transform:scale(1);
	}
	
	to {
	-webkit-transform:scale(.75);
	transform:scale(.75);
	opacity:1;
	}
	
	#imagelightbox-overlay {
	background-color:rgba(255,255,255,.9);
	position:fixed;
	z-index:9998;
	top:0;
	right:0;
	bottom:0;
	left:0;
	touch-action:none;
	}
	
	#imagelightbox-close {
	width:2.5em;
	height:2.5em;
	text-align:left;
	background-color:#F5802E;
	opacity:0.8;
	border-radius:50%;
	position:fixed;
	z-index:10002;
	top:2.5em;
	right:2.5em;
	-webkit-transition:color .3s ease;
	transition:color .3s ease;
	border-color:#FFF;
	}
	
	#imagelightbox-close:before,#imagelightbox-close:after {
	width:2px;
	background-color:#fff;
	content:'';
	position:absolute;
	top:20%;
	bottom:20%;
	left:50%;
	margin-left:-1px;
	}
	
	#imagelightbox-close:before {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
	
	#imagelightbox-close:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
	
	#imagelightbox-caption {
	text-align:center;
	color:#fff;
	background-color:#F5802E;
	opacity:0.9;
	position:fixed;
	z-index:10001;
	left:0;
	right:0;
	bottom:0;
	padding:.625em;
	}
	
	#imagelightbox-nav {
	background-color:#F5802E;
	border-radius:20px;
	position:fixed;
	z-index:10001;
	left:50%;
	bottom:3.75em;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	border-color:#FFF;
	padding:.313em;
	}
	
	#imagelightbox-nav button {
	width:1em;
	height:1em;
	background-color:transparent;
	border:1px solid #fff;
	border-radius:50%;
	display:inline-block;
	margin:0 .313em;
	}
	
	#imagelightbox-nav button.active {
	background-color:#fff;
	border-color:#FFF;
	}
	
	.imagelightbox-arrow {
	width:3.75em;
	height:7.5em;
	background-color:#F5802E;
	opacity:0.9;
	vertical-align:middle;
	display:none;
	position:fixed;
	z-index:10001;
	top:50%;
	margin-top:-3.75em;
	border:0;
	}
	
	.imagelightbox-arrow-left {
	left:2.5em;
	}
	
	.imagelightbox-arrow-right {
	right:2.5em;
	}
	
	.imagelightbox-arrow:before {
	width:0;
	height:0;
	border:1em solid transparent;
	content:'';
	display:inline-block;
	margin-bottom:-.125em;
	}
	
	.imagelightbox-arrow-left:before {
	border-left:none;
	border-right-color:#fff;
	margin-left:-.313em;
	}
	
	.imagelightbox-arrow-right:before {
	border-right:none;
	border-left-color:#fff;
	margin-right:-.313em;
	}
	
	#imagelightbox-loading,#imagelightbox-overlay,#imagelightbox-close,#imagelightbox-caption,#imagelightbox-nav,.imagelightbox-arrow {
	-webkit-animation:fade-in .25s linear;
	animation:fade-in .25s linear;
	}
	
	#imagelightbox-close:hover,#imagelightbox-close:focus,.imagelightbox-arrow:hover,.imagelightbox-arrow:focus,.imagelightbox-arrow:active {
	background-color:#E04726;
	}
	.dn{
		display: none
	}

	@media screen and (max-width:767px) {
		#container {
			width:100%;
		}
		#imagelightbox-close {
		top:1.25em;
		right:1.25em;
		}
		
		#imagelightbox-nav {
		bottom:1.25em;
		}
		
		.imagelightbox-arrow {
		width:2.5em;
		height:3.75em;
		margin-top:-2.75em;
		}
		
		.imagelightbox-arrow-left {
		left:.25em;
		}
		
		.imagelightbox-arrow-right {
		right:.25em;
		}
		.imagelightbox-arrow-left {
			left:0;
		}
		
		.imagelightbox-arrow-right {
			right:0;
		}
}


.maindesign .gran--rank {
	margin-bottom: 30px;
}
.maindesign .gran--detail {
	font-weight: 500;
	color: #444;
	padding: 30px;
	margin-top: 15px;
}
.maindesign .gran .gran--unit:not(:first-child) {
	margin-top: 70px;
}
.maindesign .gran--name {
	text-align: center;
	font-size: 1.75rem;
	letter-spacing: 0.05em;
	font-weight: 800;
}
.maindesign .gran--name__small {
	font-size: 0.8em;
}
.maindesign .gran--comment-title {
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #000;
	margin-top: 30px;
	font-size: 1.25rem;
}
.maindesign .gran--comment-lead {
	margin-top: 15px;
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
	.maindesign .gran .gran--unit:not(:first-child) {
		margin-top: 50px;
	}
	.maindesign .gran--rank {
		margin-bottom: 15px;
	}
	.maindesign .gran--detail {
		padding: 20px 15px;
	}
	.maindesign .gran--name {
		font-size: 1.25rem;
	}
	.maindesign .gran--comment-title {
		font-size: 1.0rem;
	}
	.maindesign .gran--comment-lead {
		font-size: 1.0rem;
		letter-spacing: 0.1em;
	}
}



.maindesign .gran-petami {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .gran-petami--unit{
	width: 49%;
}
.maindesign .gran-petami .gran-petami--unit:nth-child(n+3) {
	margin-top: 20px;
}
.maindesign .gran-petami--name {
	font-weight: 500;
	color: #444;
	line-height: 1.3;
	font-size: 1.0rem;
	height: 3.0em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
.maindesign .gran-petami--name__small {
	font-size: 0.85em;
}

@media screen and (max-width:767px) {
	.maindesign .gran-petami .gran-petami--unit:nth-child(n+3) {
		margin-top: 15px;
	}
	.maindesign .gran-petami--name  {
		font-size: 0.95rem;
		height: 5.0em;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
	}
}

.maindesign .gran--gallery {
	width: 650px;
	margin: 0 auto;
}
.maindesign .gran--catch-img {
	border: 10px solid;
}

@media screen and (max-width:767px) {
	.maindesign .gran--gallery {
		width: 100%;
	}
	.maindesign .gran--catch-img {
		border: 5px solid;
	}
}

.maindesign .gran--catch-img__gold {
	border-color: #C19207;
}
.maindesign .gran--catch-img__silver {
	border-color: #A09E9F;
}
.maindesign .gran--catch-img__copper {
	border-color: #C48F5B;
}

.maindesign .gran--name__green {
	color: #85AC42;
}
.maindesign .gran--name__orange {
	color: #EB8D2A;
}
.maindesign .gran--comment-title__gold {
	color: #C19207;
}
.maindesign .gran--comment-title__silver {
	color: #A09E9F;
}


.now-contest{
			margin: 0;
		clear: both;

		}

.now-contest.gardening a {
	background: linear-gradient(45deg, #97eb86,#c4ebbc);
}
.now-contest.americanfence a {
	background: linear-gradient(45deg, #86c9eb,#bcdbeb);
}
.now-contest.holiday a {
	background: linear-gradient(45deg, #eba786, #ebcbbc);
}


		.now-contest a{
				
			color: #fff;
			font-weight: bold;
			font-size: 1.6rem;
			padding: 0.8em;
			display: flex;
			justify-content: center;
			align-items: center;		

			text-decoration: none
		}
		.now-contest a:hover{
				opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
		transition: 1.0s ;
		}
		.c-arow{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}
		@media screen and (max-width:767px) {
		.now-contest a{
			
			font-size: 3.8vw;
			    line-height: 1.2;
		padding: 0.6em;
		}
	
		.c-arow{
  display: inline-block;
  width: 18.5px;
  height: 10px;
  margin: 0 0 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
			}}
