@charset "UTF-8";
/* ===================================================================
CSS information
=================================================================== */


/*--------------------------------------------------------------------

共通要素

--------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
}
body {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	width: 100%;
	font-size: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #333;
}
.inner {
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.font-mspgothic {
	font-family:　"ＭＳ Ｐゴシック" !important;
	color: red;
}
.fade {
	opacity: 1;
	transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
}
.fade:hover {
	opacity: 0.5;
}
h2, h3, h4, h5,
.commentHead {
	font-weight: 700;
	color: #000;
}
h2 {
	font-size: 3.2em;
	font-weight: 200;
	letter-spacing: 3px;
	line-height: 1;
	color: #201000;
}


/*
色設定
------------------------------------- */
#block1 {
	background: #f7f3ec;
	background: -webkit-linear-gradient(to right bottom, #f7f3ec, #dfd3bf);
	background: linear-gradient(circle at 30% 100%, #f7f3ec, #dfd3bf);
	border-top: 1px solid #f7f3ec;
	border-bottom: 1px solid #f7f3ec;
}
#block3,
#block5,
#block7,
#block9 {
	background: #f7f3ec;
	background: -webkit-linear-gradient(to right bottom, #f7f3ec, #dfd3bf);
	background: linear-gradient(circle at 30% 100%, #f7f3ec, #dfd3bf);
	border-bottom: 1px solid #f7f3ec;
}
#block2,
#block4,
#block6,
#block8 {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#about a {
	background: #238e83;
	color: #fff;
}

h4 span.title {
	color: #073540;
}
#about {
	padding-top: 0 !important;
	background-color: #f7f3ec;
}
#visitNationalParks {
	background: #fff;
}
#artgallery {
	background: #f7f3ec;
	background: -webkit-linear-gradient(to right bottom, #f7f3ec, #dfd3bf);
	background: linear-gradient(circle at 30% 100%, #f7f3ec, #dfd3bf);
	border-bottom: 1px solid #f7f3ec;
}
#artgallery p.info {
	background: #fbf9f6;
}
#sns {
	background: #fff;
}


/*
ヘッダー
------------------------------------- */
header {
	background: #fff;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10000;
}
header img.moetcc {
	max-height: 100px;
}
header img.nationalparks {
	max-height: 125px;
	position: relative;
	top: 46px;
	left: 40px;
}

@media screen and (max-width:640px) {
	header {
		height: 70px;
	}
	header img.nationalparks {
		max-height: 100px;
		position: relative;
		top: 41px;
		left: 20px;
	}
	header img.moetcc {
		width: 60%;
		margin: 0 0;
	}
}


/*
メインビジュアル
------------------------------------- */
#mainvisual {
	box-sizing:border-box;
	text-align: center;
	height: 660px;
}
#mainvisual h1{
	text-align: center;
	height: 660px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainvisual h1 img {
	width: 90%;
	max-width: 1280px;
}
#mainvisual .slide {
	position: absolute;
}
#mainvisual{
	width: 100%;
	margin: 0 auto;
	background: url(../img/bg.webp) ;
	background-position: center;
	-webkit-background-size: 2640px 660px;
	background-size: 2640px 660px;
	-webkit-animation: bgscroll 90s linear infinite;
	animation: bgscroll 90s linear infinite;
}
@-webkit-keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: 2640px 0 ;}
}
@keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: 2640px 0 ;}
}


@media screen and (max-width:640px) {
	#mainvisual {
		padding: 0;
		height: 480px;
	}
	#mainvisual h1{
		height: 480px;
	}
	#mainvisual h1 img {
		width: 100%;
		max-width: 960px;
	}
	#mainvisual{
		-webkit-background-size: 1920px 480px;
		background-size: 1920px 480px;
		-webkit-animation: bgscroll 90s linear infinite;
		animation: bgscroll 90s linear infinite;
	}
	@-webkit-keyframes bgscroll {
		0% {background-position: 0 0;}
		100% {background-position: 1920px 0 ;}
	}
	@keyframes bgscroll {
		0% {background-position: 0 0;}
		100% {background-position: 1920px 0 ;}
	}  
}


/*
概要
------------------------------------- */
#resultsintro {
	background: #fff;
	background: -webkit-linear-gradient(to right bottom, #f7f3ec, #dfd3bf);
	background: linear-gradient(circle at 30% 100%, #f7f3ec, #dfd3bf);
	border-bottom: 1px solid #f7f3ec;
	margin: 0;
	padding: 50px 0 80px 0;
	text-align: center;
}
#resultsintro .inner {
	max-width: 960px;
}
#resultsintro h2 {
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 4em;
}
#resultsintro h2 span {
	font-size: 0.8em;
}
#resultsintro p {
	margin: 0 auto 0 auto;
	padding-top: 30px;
	text-align: center;
	line-height: 1.8em;
	font-size: 2em;
}

@media screen and (max-width:960px) {
	#resultsintro {
		padding: 3% 0 0 0;
	}
	#resultsintro p {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0 5% 0;
		text-align: justify;
	}
	#resultsintro p br.sp {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#resultsintro {
		padding: 8% 0 3% 0;
	}
	#resultsintro h2 {
		height: auto;
		width: 90%;
		background: none;
		margin: 30px auto 3% auto;
		text-indent: 1px;
		text-align: center;
		font-size: 3.2em;
		font-weight: normal;
		line-height: 1.4em;
		color: #000;
	}
	#resultsintro p {
		font-size: 1.6em;
	}
	#resultsintro .btn a {
		width: 80%;
		padding: 5% 0;
		font-size: 2.4em;
	}
}


/*
受賞
------------------------------------- */
h2,
h3 {
	margin: 0 0 8%;
	padding-top: 10%;
	text-align: center;
	letter-spacing: 3px;
	line-height: 1.2em;
	font-family: YakuHanJP, Noto Sans JP;
	font-weight: 300;
	font-size: 2.8em;
	color: #000;
}
h2 {
	width: 90%;
	margin: 0 auto;
}
h2 b {
	display: inline-block;
	width: 100%;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	padding-top: 6px;
	text-indent: 5px;
}
h3 span {
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 0.7em;
}
h3 b {
	font-weight: 300;
}
.icon-crown {
	display: block;
	max-width: 50px;
	margin: 0 auto 8px;
}
.wrapper {
	padding: 50px 0 30px;
	text-align: center;
}
.inner {
	position: relative;
}
.photo {
	width: 100%;
	max-width: 420px;
	margin: 0 auto 16%;
}
.photo .enlarge {
	pointer-events: none;
}
.photo .enlarge img {
	margin-bottom: 20px;
}

/* 装飾 */
.winners1 .photo {
	text-align: center;
}
.winners1 .photo .enlarge img {
	width: 90%;
	border: 6px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.winners1 .photo h4 {
	font-size: 1.4em;
}
.photo .comment {
	width: 90%;
	margin: 0 auto 3% auto;
	padding-top: 3%;
	text-align: justify;
	line-height: 1.6em;
	font-size: 1.4em;
}
.photo .commentator {
	width: 90%;
	margin: 0 auto 0 auto;
	text-align: right;
	line-height: 1.4em;
	font-size: 1.4em;
}
h4 {
	margin-bottom: 12px;
	text-align: center;
	line-height: 1em;
	font-size: 10px;
	font-size: 1.0rem;
	color: #000;
}
h4 span.title {
	display: block;
	margin: 0 auto 3px auto;
	line-height: 1.2em;
	font-size: 1.6em;
}
h4 span.name {
	line-height: 1.3em;
	font-size: 1.3em;
}
h4 br.sp {
	display: block;
}

.photo .location {
	width: 90%;
	max-width: 800px;
	border-top: 1px solid #ddd;
	margin: 0 auto;
	padding-top: 12px;
	color: #333;
	text-decoration: none;
	font-family: YakuHanJP, Noto Sans JP;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4em;
}
.photo .location a,
.photo .location span {
	color: #333;
	text-decoration: none;
}
.photo .location a:hover {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #000;
}
.photo .location a img {
	width: 15px;
	height: 15px;
	border: 0;
	margin: 0 0 0 5px;
	padding: 0;
	background: transparent;
	position: relative;
	top: 1px;
	left: -3px;
	box-shadow: none;
}
.photo .location br {
	display: none;
}
.letterspacing {
	letter-spacing: -10px;
}

.winners2 h4 {
	text-align: center;
	font-size: 8px;
	font-size: 0.8rem;
}
.winners2 .photo {
	text-align: center;
}
.winners2 .photo .enlarge img {
	width: 90%;
	border: 6px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.winners2 .photo h4 {
	font-size: 1.4em;
}

.winners3 h4 {
	text-align: center;
	font-size: 8px;
	font-size: 0.8rem;
}
.winners3 .photo {
	text-align: center;
}
.winners3 .photo .enlarge img {
	width: 90%;
	border: 6px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}


/* タブレット */
@media screen and (min-width:480px) and ( max-width:979px) {
	h2 {
		margin: 30px auto 20px;
		font-size: 3.2em;
	}
	h2 b {
		padding-top: 2px;
	}
	h3 {
		margin: 0 auto 30px;
		padding-top: 50px;
	}
	.photo {
		max-width: 600px;
		margin-bottom: 6%;
	}
	.winners1 .photo {
		max-width: 720px;
	}
	.winners2 .photo {
		max-width: 640px;
	}
	.winners3 .photo {
		margin-bottom: 10%;
	}
}


/* ポインターイベント調整 */
@media screen and (min-width: 641px) {
	.photo .enlarge {
		pointer-events: auto;
	}
}


/* PC向けレイアウト */
@media screen and (min-width: 980px) {
	h2,
	h3 {
		margin: 0 0 60px;
		padding-top: 50px;
    letter-spacing: 6px;
		font-size: 4em;
	}
	h2 {
		margin: 20px auto 10px;
		padding-top: 0px;
    letter-spacing: 1px;
	}
	h2 b {
		display: inline-block;
		width: 720px;
		margin: 0 auto;
		padding-top: 45px;
		text-align: center;
		font-weight: normal;
	}
	h3 span {
		font-size: 0.75em;
	}
	h4 span.title {
		margin: 0 auto 5px auto;
		font-size: 1.8em;
	}
	h4 span.name {
		line-height: 1.3em;
		font-size: 1.4em;
	}
	h4 br.sp {
		display: none;
	}
	.winners1 .inner,
	.winners2 .inner,
	.winners3 .inner	{
		max-width: 980px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		margin: 0 auto;
	}
	.photo {
		pointer-events: auto;
	}
	.photo a {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.photo img {
		margin-bottom: 30px;
	}
	.photo .enlarge {
		pointer-events: auto;
	}
	.photo .location {
		width: 100%;
		margin: 0 auto 20px;
		padding-bottom: 20px;
		font-size: 1.8em;
	}
	.photo .location br {
		display: none;
	}

	.winners1 {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.winners1 .photo {
		max-width: 800px !important;
		margin: 0 10px 80px 10px;
		width: 100%;
	}
	.winners1 .photo:last-of-type {
		margin: 0 10px;
	}
	.winners1 .photo a {
		display: block;
		height: auto;
		margin: 0 0 10px;
	}
	.winners1 .photo img.h {
		width: 800px;
		max-width: none;
	}
    .winners1 .photo img.s {
        max-width: 540px;
    }
    .winners1 .photo img.v {
        max-width: 540px;
    }
	.winners1 .photo h4 {
		text-align: center;
		line-height: 1em;
		font-size: 1.0rem;
		color: #000;
	}
	.winners1 .photo .comment,
	.winners1 .photo .commentator {
		max-width: 680px;
	}
	.winners1 .photo .location {
		max-width: 680px;
		padding-bottom: 0px;
	}
	.photo .comment {
		margin: 0 auto 12px auto;
		line-height: 1.6em;
		font-size: 1.6em;
	}
	.photo .commentator {
		margin: 0 auto 0 auto;
		line-height: 1.6em;
		font-size: 1.6em;
	}

	.winners2 {
		padding-bottom: 30px;
	}
	.winners2 .photo {
		max-width: 800px !important;
		margin: 0 10px 80px 10px;
		width: 100%;
	}
	.winners1 .photo:last-of-type {
		margin: 0 10px;
	}
	.winners2 .photo a {
		display: block;
		height: auto;
		margin: 0 0 10px;
	}
	.winners2 .photo img.h {
		width: 600px;
		max-width: none;
	}
    .winners2 .photo img.s {
        max-width: 480px;
    }
    .winners2 .photo img.v {
        max-width: 420px;
    }
	.winners2 .photo h4 {
		text-align: center;
		line-height: 1em;
		font-size: 10px;
		font-size: 1.0rem;
		color: #000;
	}
	.winners2 .photo .comment,
	.winners2 .photo .commentator {
		max-width: 680px;
	}
	.winners2 .photo .location {
		max-width: 680px;
		padding-bottom: 0px;
	}

	.winners3 {
		padding-bottom: 0px;
	}
	.winners3 .inner {
		display: table;
		table-layout: fixed;
		border-collapse: collapse;
		width: 960px;
		margin: 0 auto 80px;
	}
	.winners3 .photo {
		display: table-cell;
		padding: 0 30px;
	}
	.winners3 .inner:last-of-type .photo:only-child {
		display: block;
		margin-bottom: 0;
	}
	.winners3 .photo img.h {
        max-width: 400px;
    }
    .winners3 .photo img.v {
        max-width: 280px;
    }
    .winners3 .photo img.s {
        max-width: 300px;
    }
	.winners3 .photo .location {
		max-width: 380px;
	}
	.winners3 h4 {
		margin-bottom: 0x;
	}
	.comment h5 span {
		font-size: 0.8em;
	}
}


/* バナー
----------------------------------------*/
#visitNationalParks {
	border-top: 1px solid #fff;
	margin: 0 auto 0 auto;
	padding: 80px 0 40px;
	text-align: center;
}
#visitNationalParks p {
	margin-bottom: 50px;
	line-height: 1.6em;
	font-size: 1.8em;
}
@keyframes bnrFadeInOut {
	0% {
		opacity:1;
	}
	13.33% {
		opacity:1;
	}
	16.67% {
		opacity:0;
	}
	96.67% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#visitNationalParks a {
	display: block;
	height: 252px;
	position: relative;
	width: 92%;
	max-width: 950px;
	margin: 0 auto 50px;
}
#visitNationalParks a img {
	position: absolute;
	left: 0;
	width: 100%;
	max-width: 950px;
	border: 1px solid #ddd;
}
#visitNationalParks a img {
	animation-name: bnrFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 30s;
}
#visitNationalParks a img:nth-of-type(1) {
	animation-delay: 25s;
}
#visitNationalParks a img:nth-of-type(2) {
	animation-delay: 20s;
}
#visitNationalParks a img:nth-of-type(3) {
	animation-delay: 15s;
}
#visitNationalParks a img:nth-of-type(4) {
	animation-delay: 10s;
}
#visitNationalParks a img:nth-of-type(5) {
	animation-delay: 5s;
}
#visitNationalParks a img:nth-of-type(6) {
	animation-delay: 0;
}

@media screen and (max-width:1024px) {
#visitNationalParks a {
	height: auto;
	padding-bottom: 26.32%;
	margin: 0 auto 0px;
}
}
@media screen and (max-width:640px) {
	#visitNationalParks {
		margin: 0 auto 0 auto;
		padding: 10% 0 10% 0;
	}
	#visitNationalParks p {
		width: 92%;
		margin: 0 auto 5%;
		text-align: left;
		font-size: 1.6em;
	}
	#visitNationalParks p br {
		display: none;
	}
}


/* 開催概要
----------------------------------------*/
#about {
	padding: 0 0 70px 0;
	text-align: center;
}
#about p{
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 1.6em;
	font-size: 2em;
	font-weight: bold;
	color: #000;
}
#about a {
	display: block;
	max-width: 320px;
	width: 70%;
	border-radius: 100px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	line-height: 1;
	text-decoration: none;
  font-family: Noto Sans JP;
  font-weight: 700;
	font-size: 1.8em;
	letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
	#about {
	padding: 0 0 8% 0;
	}
	#about p {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0 5% 0;
		text-align: left;
	}
	#about a {
		width: 80%;
		padding: 5% 0;
		font-size: 1.8em;
	}
}


/*
概要
------------------------------------- */
#artgallery {
	margin: 0;
	padding: 0px 0 80px 0;
	text-align: center;
}
#artgallery .inner {
	max-width: 960px;
}
#artgallery h3 {
	margin-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: 3px;
	font-size: 3.2em;
}
#artgallery p {
	margin: 0 auto 50px auto;
	padding-top: 30px;
	text-align: center;
	line-height: 1.8em;
	font-size: 1.8em;
}
#artgallery p a {
	display: inline;
}
#artgallery p.info {
	max-width: 800px;
	border: 1px solid #dfd3bf;
	margin: 0 auto;
	padding: 30px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.3em;
}
#artgallery p.info .indent {
	display: block;
	margin-bottom: 0;
	margin-left: 1em !important;
	text-indent: -1em !important;
	text-align: left;
}
#artgallery br.sp {
	display: none;
}

@media screen and (max-width:960px) {
	#artgallery {
		padding: 0 0 8% 0;
	}
	#artgallery h3 {
		width: 90%;
		margin: 0 auto 10px auto;
		letter-spacing: 0px;
		font-size: 2.8em;
	}
	#artgallery p {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0 5% 0;
		text-align: left;
	}
	#artgallery p br.pc {
		display: none;
	}
	#artgallery p.info {
		max-width: 660px;
	}
}

@media screen and (max-width:640px) {
	#artgallery {
		margin: 8% 0 0 0;
		padding: 8% 0 10% 0;
	}
	#artgallery h3 {
		height: auto;
		width: 90%;
		background: none;
		margin: 0px auto 3% auto;
		padding: 0;
		text-indent: 1px;
		text-align: center;
		font-size: 2.4em;
		font-weight: normal;
		line-height: 1.4em;
		color: #000;
	}
	#artgallery br.sp {
		display: block;
	}
	#artgallery p {
		width: 92%;
		text-align: left;
		font-size: 1.6em;
	}
	#artgallery p.info {
		padding: 20px;
	}
}



/* SNS
----------------------------------------*/
#sns {
	padding: 0 0 70px 0;
	text-align: center;
}
#sns .inner {
  width: 90%;
	max-width: 960px;
}
#sns h3 {
	margin: 0 auto 30px;
	font-size: 3.2em;
}
#sns p {
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 1.6em;
	font-size: 1.8em;
	color: #333;
}
#sns ul {
	text-align: center;
}
#sns ul li {
	display: inline-block;
	width: 100px;
	margin: 0 30px;
}
#sns ul li a {
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
}
#sns ul li a img {
	width: 100%;
	margin-bottom: 15px;
}

#sns .officialsites {
  border-top: 1px solid #dddddd;
  margin-top: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 640px) {
	#sns {
		padding: 0% 0 6% 0;
	}
	#sns h3 {
		letter-spacing: 0;
		font-size: 2.8em;
	}
	#sns p {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0 5% 0;
		text-align: left;
	}
	#sns ul li {
		width: 70px;
		margin: 0 10px;
	}
	#sns ul li a span {
		display: none;
	}
}


/* フッター
----------------------------------------*/
footer,
footer .footer_pageTop {
	background: #134E5E;
	background: -webkit-linear-gradient(to right bottom, #269a8a, #134E5E);
	background: radial-gradient(circle at 30% 100%, #269a8a, #134E5E);
	color: #fff;
}
footer {
	text-align: center;
}
footer .footer-pagetop {
	padding: 20px 0 20px 0;
}
footer .footer-link {
    margin: 0 auto 10px auto;
}
footer .footer-link a {
    text-decoration: none;
    font-size: 1.2em;
    color: #fff;
}
footer .footer-link a:hover {
    text-decoration: underline;
}
footer .footer-copyright {
	padding: 10px 30px 30px 30px;
	font-size: 1.2em;
	line-height: 1.8em;
}
footer .footer-copyright .copyright {
	font-size: 1.0em;
}
span.linklike {
	font-weight: bold;
}

@media screen and (max-width:960px) {
	footer .footer-pagetop {
		padding: 20px 0 10px 0;
	}
}

@media screen and (max-width:640px) {
	footer .footer-link a {
		display: inline-block;
	}
	footer .footer-copyright {
		padding: 3%;
		font-size: 1em;
		text-align: left;
	}
	footer .footer-copyright .copyright {
		font-size: 0.8em;
		text-align: left;
	}
}
