@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-color: #f6f6f6; /* #f7f3ec */

}
#block3,
#block5,
#block7,
#block9 {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
}
#block2,
#block4,
#block6,
#block8 {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#about a {
	background: #000;
	color: #fff;
}

h4 span.title {
	color: #444;
}
#about {
	background-color: #f6f6f6;
}


/*
メインビジュアル
------------------------------------- */
@media screen and (min-width: 640.98px) {
  #topHeader {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/bg-header.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
  }
  #topHeader .grid:before {
    content:"";
    display: block;
    padding-top: 39.9%;
  }
  #topHeader h1 picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    padding: 0;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
  }
  #topHeader h1 img {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #topHeader .grid {
    background: transparent;
    z-index: 100;
  }
}
@media screen and (max-width:640px){
	#topHeader {
    box-sizing:border-box;
		width: 100%;
		height: 80vh;
    margin: 0 auto;
		background: #eee url(../img/bg-header-sp.webp);
		background-position: center top;
		background-size: cover;
		-webkit-animation: bgscroll 80s linear infinite;
		animation: bgscroll 80s linear infinite;
	}
	@-webkit-keyframes bgscroll {
		0% {background-position: center calc(2 * 100vh);}
		100% {background-position: center 0;}
	}
	@keyframes bgscroll {
		0% {background-position: center calc(2 * 100vh);}
		100% {background-position: center 0;}
	}
	#topHeader .inner {
		position: relative;
		bottom: 0;
		height: 100%;
		background-size: 160px 140px, 160px 140px;
	}	
	#topHeader h1 picture {
		height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
	} 
	#topHeader h1 img {
		width: 100%;
	}
}

/*
概要
------------------------------------- */
#resultsintro {
	background: #fff;
	margin: 0;
	padding: 80px 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 8% 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 {
		margin: 0 0 6% 0;
		padding: 3% 0 0 0;
	}
	#resultsintro h2 {
		height: auto;
		width: 94%;
		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;
	}
}


/*
受賞
------------------------------------- */
h3 {
	margin: 0 0 10%;
	padding-top: 10%;
	text-align: center;
	line-height: 1em;
	font-family: YakuHanJP, Noto Sans JP;
	font-weight: normal;
	font-size: 3em;
	color: #000;
}
h3 span {
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 0.6em;
}
h3 b {
	font-weight: normal;
}
.wrapper {
	padding: 50px 0 30px;
	text-align: center;
}
.inner {
	position: relative;
}
.photo {
	width: 100%;
	max-width: 420px;
	margin: 0 auto 0;
	padding-bottom: 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;
}
.winners1 .photo .comment {
	width: 90%;
	border-top: 1px solid #ccc;
	margin: 3% auto 0 auto;
	padding-top: 5%;
	text-align: left;
	line-height: 1.4em;
	font-size: 1.4em;
}
.winners1 .photo .comment h5 {
	margin-bottom: 3%;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.2em;
}
.winners1 .photo .comment p {
	text-align: left;
	line-height: 1.5em;
	font-size: 1em;
}
h4 {
	margin-bottom: 5%;
	text-align: center;
	line-height: 1em;
	font-size: 10px;
	font-size: 1.0rem;
	color: #000;
}
h4 span.title {
	display: block;
	margin: 0 auto 8px auto;
	line-height: 1.2em;
	font-size: 1.6em;
}
h4 span.name {
	line-height: 1.3em;
	font-size: 1.2em;
}
h4 br.sp {
	display: block;
}

.photo .location {
	margin-bottom: 15px;
}
.photo .location a {
	color: #000;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
}
.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 10px;
	padding: 0;
	background: transparent;
	position: relative;
	top: 1px;
	left: -3px;
	box-shadow: 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;
}
.winners2 .photo .comment {
	width: 90%;
	border-top: 1px solid #ccc;
	margin: 3% auto 0 auto;
	padding-top: 5%;
	text-align: left;
	line-height: 1.4em;
	font-size: 1.4em;
}
.winners2 .photo .comment h5 {
	margin-bottom: 3%;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.2em;
}
.winners2 .photo .comment p {
	text-align: left;
	line-height: 1.5em;
	font-size: 1em;
}

.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);
}
.winners3 .photo .comment {
	width: 90%;
	border-top: 1px solid #ccc;
	margin: 3% auto 1% auto;
	padding-top: 5%;
	text-align: left;
	line-height: 1.4em;
	font-size: 1.4em;
}
@media screen and (min-width: 481px) {
	.photo {
		pointer-events: auto;
	}
	.photo .enlarge {
		pointer-events: auto;
	}
}
/* PC向けレイアウト */
@media screen and (min-width: 980px) {
	h3 {
		margin: 0 0 0px;
		padding-top: 70px;
        letter-spacing: 6px;
		font-size: 4em;
	}
	h3 span {
		font-size: 0.8em;
	}
	h3 {
		margin: 0 0 60px;
    letter-spacing: 3px;
	}
	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 a {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.photo img {
		margin-bottom: 30px;
	}

	.winners1 {
		padding-bottom: 80px;
	}
	.winners1 .photo {
		max-width: 800px !important;
		margin: 0 10px 0 10px;
		padding-bottom: 120px;
		width: 100%;
	}
	.winners1 .photo:last-of-type {
		margin: 0 10px;
		padding-bottom: 0;
	}
	.winners1 .photo a {
		display: block;
		height: auto;
		margin: 0 0 10px;
	}
	.winners1 .photo img.h {
		width: 720px;
		max-width: none;
	}
    .winners1 .photo img.s {
        max-width: 540px;
    }
    .winners1 .photo img.v {
        max-width: 500px;
    }
	.winners1 .photo h4 {
		margin-bottom: 5%;
		text-align: center;
		line-height: 1em;
		font-size: 10px;
		font-size: 1.0rem;
		color: #000;
	}
	.winners1 .photo .comment {
		margin: 20px auto 0 auto;
		line-height: 1.6em;
		font-size: 1.6em;
	}

	.winners2 {
		padding-bottom: 80px;
	}
	.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: 640px;
		max-width: none;
	}
    .winners2 .photo img.s {
        max-width: 480px;
    }
    .winners2 .photo img.v {
        max-width: 420px;
    }
	.winners2 .photo h4 {
		margin-bottom: 5%;
		text-align: center;
		line-height: 1em;
		font-size: 10px;
		font-size: 1.0rem;
		color: #000;
	}
	.winners2 .photo .comment {
		margin: 20px auto 0 auto;
		line-height: 1.6em;
		font-size: 1.6em;
	}

	.winners3 .photo {
		width: calc(47% - 20px);	/* 横2列 */
		margin: 0 30px;
	}
	.winners3 .photo a {
		width: 420px;
		margin: 0 0 10px;
		display: table-cell;
		vertical-align: bottom;
		text-align: center;
	}
    .winners3 .photo img.v {
        max-width: 280px;
    }
    .winners3 .photo img.s {
        max-width: 320px;
    }
	.winners3 .photo .comment {
		margin: 20px auto 0 auto;
		line-height: 1.5em;
		font-size: 1.5em;
	}
	.winners3 .inner {
		padding-bottom: 80px;
	}
	.winners3 .inner:last-of-type {
		margin-top: -30px;
		padding-bottom: 50px;
	}
}


/* 開催概要
----------------------------------------*/
#about {
	padding: 70px 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: 360px;
	width: 80%;
	border-radius: 100px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 640px) {
	#about {
		padding: 10% 0 10% 0;
	}
	#about p {
		width: 94%;
		margin: 0 auto;
		padding: 2% 0 5% 0;
		text-align: left;
	}
	#about a {
		width: 70%;
		padding: 4.5% 0;
		font-size: 1.6em;
	}
}
