@charset "UTF-8";

.fadein {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.fadeinActive {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/*
色設定
------------------------------------- */
#block1 {
	background: transparent;
	padding-bottom: 0;
}
#block1 .wrapper {
	background: #fff url(../img/bg-white.png) repeat-y center top;
}
#about a {
	background: #fff;
	color: #fff !important;
}

h4 span.title {
	color: #434662;
	font-feature-settings: "palt";
}

#title .inner {
	min-height: unset;
	background: transparent;
}
#title .inner:before {
	padding-top: 0;
}
#title h1 {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}
#title h1 img {
	margin: 35px auto 30px;
	image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width:1280px) {
	#title .inner {
		min-height: unset;
	}
	#title h1 img {
		width: 80%;
		top: 0;
	}
}
@media screen and (max-width:960px) {
	#title .inner {
		min-height: unset;
	}
	#title h1 img {
		width: 90%;
	}
	#title h1 img {
		margin: 6.5% auto 5%;
		width: 100%;
		top: 0;
	}
}
@media screen and (max-width:768px) {
	#block1 {
		background: #fff;
		padding-bottom: 0;
	}
	#block1 .wrapper {
		background: #fff;
	}
	#title .inner {
		padding-top: 0;
	}
	#title h1 {
		padding-top: 0;
	}
}


/*
概要
------------------------------------- */
#resultsintro {
	margin: 0;
	margin-top: -50px;
	padding: 0px 0 80px 0;
	text-align: center;
	background: transparent !important;
}
#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 0px 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;
	}
	#resultsintro p br.sp {
		display: none;
	}
}

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


/*
受賞
------------------------------------- */
h3 {
	margin: 0 0 8%;
	padding-top: 10%;
	text-align: center;
	line-height: 1.2em;
	font-family: Noto Sans JP;
	font-weight: normal;
	font-size: 2.8em;
	color: #434662;
}
h3 span {
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 0.7em;
}
h3 b {
	font-weight: normal;
}
.icon-crown {
	display: block;
	max-width: 40px;
	margin: 0 auto 8px;
}
.inner {
	position: relative;
}
.photo {
	width: 100%;
	max-width: 720px;
	margin: 0 auto 16%;
}
.photo .enlarge {
	/* pointer-events: none; */
	outline: none;
}
.photo span.enlarge {
	pointer-events: none;
}
.photo .enlarge img {
	margin-bottom: 4px;
}

/* 装飾 */
.winners1 .photo {
	text-align: center;
}
.winners1 .photo .enlarge img {
	width: 90%;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.winners1 .photoV .enlarge img {
    width: 50%;
}
.winners1 .photo h4 {
	font-size: 1.4em;
}
.winners1 .photo p.category {
	padding: 10px 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #000
}
.winners1 .photo .comment {
	width: 94%;
	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 10px auto;
	line-height: 1.3em;
	font-size: 1.3em;
}
h4 span.name {
	line-height: 1.3em;
	font-size: 1.1em;
}
h4 br.sp {
	display: block;
}

.photo .location {
	margin-bottom: 5px;
}
.photo .location a,
.photo .location span {
	color: #333;
	text-decoration: none;
	font-size: 1.6em;
	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;
}

/* 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.85em;
	}
	h3 {
		margin: 0 0 60px;
	}
	.winners1 .photo p.category {
		font-size: 1.6em;
	}
	h4 span.title {
		font-size: 1.8em;
	}
	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;
	}
	.winners1 {
		padding-bottom: 80px;
	}
	.winners1 .photo {
		max-width: 800px !important;
		margin: 0 10px 80px 10px !important;
		width: 100%;
	}
	.winners1 .photo a {
		display: block;
		height: auto;
		margin: 0 0 30px;
	}
	.winners1 .photo img.h {
		width: 800px;
		max-width: none;
	}
    .winners1 .photo img.s {
        max-width: 540px;
    }
    .winners1 .photo img.v {
        max-width: 450px;
    }
	.winners1 .photo h4 {
		margin-bottom: 5%;
		text-align: center;
		line-height: 1em;
		font-size: 10px;
		font-size: 1.0rem;
		color: #000;
	}
	.photo .enlarge img {
		margin-bottom: 0;
		background: #000;
	}
	.photo span.enlarge img {
		margin-bottom: 20px;
	}
	.winners1 .photo a {
		border-top-color: #ffffff;
		border-bottom-color: #d9def6;
		box-shadow: 0px 5px 20px #8f98c0;
		transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), 
		transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
		line-height: 0;
	}
	.winners1 .photoV a {
		max-width: 450px;
		margin: 0 auto 30px;
		border-top-color: #ffffff;
		border-bottom-color: #d9def6;
		box-shadow: 0px 5px 20px #8f98c0;
		transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), 
		transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
		line-height: 0;
	}
	.winners1 .photoV .enlarge img {
		width: 100%;
		box-shadow: unset;
	}
	.winners1 .photo a:hover {
		transform: scale(1.0) translateY(-0.3rem);
	}
	.winners1 .photo:last-of-type {
		margin: 0 10px;
	}
}


/* 開催概要
----------------------------------------*/
#about {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0px 0 80px 0;
	text-align: center;
}
#about a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #efedf6;
	border-top-color: #ffffff;
	border-bottom-color: #d9def6;
	border-radius: 100px;
	box-shadow: 0px 5px 20px #8f98c0;
	background: linear-gradient(74.04deg, #E5E7F1 17.5%, #EAEAF3 65.05%, #EFEDF6 88.47%);
	text-decoration: none;
	line-height: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #585d88 !important;
}
#about a {
	transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), 
	transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}
#about a:hover {
	transform: scale(1.0) translateY(-0.3rem);
}
#about a .fa-angle-right {
	position: absolute;
	right: 16px;
}

@media screen and (max-width: 980px) {
	#about {
		margin-top: 0;
		padding: 5% 0 12% 0;
	}
}
